Skip to content

Commit

Permalink
dev-util/cppunit: Revbump to remove broken slibtool patch
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Jan 23, 2021
1 parent 7943935 commit 2ec8dcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

EAPI=7

inherit autotools flag-o-matic multilib-minimal
inherit flag-o-matic multilib-minimal

DESCRIPTION="C++ port of the famous JUnit framework for unit testing"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit"
if [[ "${PV}" == *9999 ]] ; then
inherit git-r3
inherit autotools git-r3
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/cppunit.git"
else
SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.gz"
Expand All @@ -30,13 +30,9 @@ BDEPEND="
DOCS=( AUTHORS BUGS NEWS README THANKS TODO doc/FAQ )
[[ "${PV}" == 9999 ]] || DOCS+=( ChangeLog )

PATCHES=(
"${FILESDIR}/${PN}-1.15.1-slibtool.patch"
)

src_prepare() {
default
eautoreconf
[[ "${PV}" == 9999 ]] && eautoreconf
}

src_configure() {
Expand Down
12 changes: 0 additions & 12 deletions dev-util/cppunit/files/cppunit-1.15.1-slibtool.patch

This file was deleted.

0 comments on commit 2ec8dcc

Please sign in to comment.