diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2007-05-27 15:33:24 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2007-05-27 15:33:24 +0000 |
commit | 21227f79fad26c55082877d7f5efaa2dff8648b8 (patch) | |
tree | c73a5427483f2634ea37891d1edb8d01d859ad17 /dev-util/cppunit | |
parent | Version bump to 2.2.3 and remove redundant versions. (diff) | |
download | gentoo-2-21227f79fad26c55082877d7f5efaa2dff8648b8.tar.gz gentoo-2-21227f79fad26c55082877d7f5efaa2dff8648b8.tar.bz2 gentoo-2-21227f79fad26c55082877d7f5efaa2dff8648b8.zip |
Dropped old version.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.11.6.ebuild | 48 | ||||
-rw-r--r-- | dev-util/cppunit/files/cppunit-1.10.2-asneeded.patch | 10 | ||||
-rw-r--r-- | dev-util/cppunit/files/digest-cppunit-1.11.6 | 3 |
4 files changed, 5 insertions, 62 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index 4a217ba0ea04..6f21f0497175 100644 --- a/dev-util/cppunit/ChangeLog +++ b/dev-util/cppunit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cppunit # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.34 2007/05/27 14:59:28 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.35 2007/05/27 15:33:24 dev-zero Exp $ + + 27 May 2007; Tiziano Müller <dev-zero@gentoo.org> + -files/cppunit-1.10.2-asneeded.patch, -cppunit-1.11.6.ebuild: + Dropped old version. 27 May 2007; Markus Ullmann <jokey@gentoo.org> cppunit-1.12.0.ebuild: Stable on arm wrt bug #176279 diff --git a/dev-util/cppunit/cppunit-1.11.6.ebuild b/dev-util/cppunit/cppunit-1.11.6.ebuild deleted file mode 100644 index 935e6dd9792f..000000000000 --- a/dev-util/cppunit/cppunit-1.11.6.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.11.6.ebuild,v 1.9 2007/04/11 08:00:22 opfer Exp $ - -WANT_AUTOCONF=latest -WANT_AUTOMAKE=latest - -inherit eutils autotools - -DESCRIPTION="C++ port of the famous JUnit framework for unit testing" -HOMEPAGE="http://cppunit.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 arm ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="doc" -RESTRICT="test" - -DEPEND="doc? ( app-doc/doxygen - media-gfx/graphviz )" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-1.10.2-asneeded.patch" - AT_M4DIR="${S}/config" eautomake - - elibtoolize -} - -src_compile() { - econf \ - $(use_enable doc doxygen) \ - $(use_enable doc dot) \ - || die "configure failed" - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS BUGS NEWS README THANKS TODO - # the package automatically puts its docs into /usr/share/cppunit - # move them to the standard location and clean up - mv ${D}/usr/share/cppunit/html ${D}/usr/share/doc/${PF} - rm -rf ${D}/usr/share/cppunit -} diff --git a/dev-util/cppunit/files/cppunit-1.10.2-asneeded.patch b/dev-util/cppunit/files/cppunit-1.10.2-asneeded.patch deleted file mode 100644 index 068414f33580..000000000000 --- a/dev-util/cppunit/files/cppunit-1.10.2-asneeded.patch +++ /dev/null @@ -1,10 +0,0 @@ -Index: cppunit-1.10.2/src/cppunit/Makefile.am -=================================================================== ---- cppunit-1.10.2.orig/src/cppunit/Makefile.am -+++ cppunit-1.10.2/src/cppunit/Makefile.am -@@ -64,4 +64,5 @@ libcppunit_la_SOURCES = \ - libcppunit_la_LDFLAGS= \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ - -release $(LT_RELEASE) -+libcppunit_la_LIBADD = $(LIBADD_DL) - diff --git a/dev-util/cppunit/files/digest-cppunit-1.11.6 b/dev-util/cppunit/files/digest-cppunit-1.11.6 deleted file mode 100644 index 44f20ef2302b..000000000000 --- a/dev-util/cppunit/files/digest-cppunit-1.11.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 54734b1d054277e4fc0bac0df6e0aa4d cppunit-1.11.6.tar.gz 759854 -RMD160 70e909c42b20ce8fee446aeea16ab5ed02d59bc5 cppunit-1.11.6.tar.gz 759854 -SHA256 bad626a63101ef79c28536f9db9a1efdb543622afac0532e1bfb1c459e726da2 cppunit-1.11.6.tar.gz 759854 |