diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2007-04-21 09:40:12 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2007-04-21 09:40:12 +0000 |
commit | 49e17eb3f013803ff12f93611c7bcb41a16722f3 (patch) | |
tree | 1818977e3f493e14760366c8bddf3ebe4461bda4 /dev-util/cppunit | |
parent | media-gfx/eog: bump to 2.18.1 (diff) | |
download | gentoo-2-49e17eb3f013803ff12f93611c7bcb41a16722f3.tar.gz gentoo-2-49e17eb3f013803ff12f93611c7bcb41a16722f3.tar.bz2 gentoo-2-49e17eb3f013803ff12f93611c7bcb41a16722f3.zip |
Dropped old version.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.10.2.ebuild | 49 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.8.0.ebuild | 31 | ||||
-rw-r--r-- | dev-util/cppunit/files/cppunit-1.10.2-m4.patch | 11 | ||||
-rw-r--r-- | dev-util/cppunit/files/digest-cppunit-1.10.2 | 3 | ||||
-rw-r--r-- | dev-util/cppunit/files/digest-cppunit-1.8.0 | 3 |
6 files changed, 9 insertions, 98 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index 4a9cf5acc67c..5dcf22bb7903 100644 --- a/dev-util/cppunit/ChangeLog +++ b/dev-util/cppunit/ChangeLog @@ -1,6 +1,11 @@ # 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.25 2007/04/11 08:00:22 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.26 2007/04/21 09:40:12 dev-zero Exp $ + + 21 Apr 2007; Tiziano Müller <dev-zero@gentoo.org> + -files/cppunit-1.10.2-m4.patch, -cppunit-1.8.0.ebuild, + -cppunit-1.10.2.ebuild: + Dropped old version. 11 Apr 2007; Christian Faulhammer <opfer@gentoo.org> cppunit-1.11.6.ebuild: @@ -16,6 +21,9 @@ 29 Mar 2007; Andrej Kacian <ticho@gentoo.org> cppunit-1.11.6.ebuild: Stable on x86, bug #172604. + 28 Mar 2007; Tiziano Müller <dev-zero@gentoo.org> -cppunit-1.8.0.ebuild: + Dropped old version. + *cppunit-1.12.0 (28 Mar 2007) 28 Mar 2007; Tiziano Müller <dev-zero@gentoo.org> diff --git a/dev-util/cppunit/cppunit-1.10.2.ebuild b/dev-util/cppunit/cppunit-1.10.2.ebuild deleted file mode 100644 index 353b88d5d468..000000000000 --- a/dev-util/cppunit/cppunit-1.10.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.10.2.ebuild,v 1.14 2006/10/14 20:24:27 truedfx 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 sparc x86" -IUSE="doc" -RESTRICT="test" - -DEPEND="doc? ( app-doc/doxygen - media-gfx/graphviz )" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-m4.patch - epatch "${FILESDIR}/${P}-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/cppunit-1.8.0.ebuild b/dev-util/cppunit/cppunit-1.8.0.ebuild deleted file mode 100644 index 40d9123ddc37..000000000000 --- a/dev-util/cppunit/cppunit-1.8.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.8.0.ebuild,v 1.10 2005/03/14 13:42:57 caleb Exp $ - -IUSE="" - -DESCRIPTION="CppUnit is the 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="x86 ~ppc ~sparc ~amd64" - -DEPEND="app-doc/doxygen - media-gfx/graphviz" - -src_compile() { - econf || die "./configure failed" - emake || die - #make check || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS BUGS COPYING 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-m4.patch b/dev-util/cppunit/files/cppunit-1.10.2-m4.patch deleted file mode 100644 index 2d2a9bf1a4fe..000000000000 --- a/dev-util/cppunit/files/cppunit-1.10.2-m4.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- cppunit.m4 -+++ cppunit.m4 -@@ -1,7 +1,7 @@ - dnl - dnl AM_PATH_CPPUNIT(MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) - dnl --AC_DEFUN(AM_PATH_CPPUNIT, -+AC_DEFUN([AM_PATH_CPPUNIT], - [ - - AC_ARG_WITH(cppunit-prefix,[ --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)], diff --git a/dev-util/cppunit/files/digest-cppunit-1.10.2 b/dev-util/cppunit/files/digest-cppunit-1.10.2 deleted file mode 100644 index a4c96ece3b86..000000000000 --- a/dev-util/cppunit/files/digest-cppunit-1.10.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0bc06cd219410f7d4f6bbfc9bdd7c824 cppunit-1.10.2.tar.gz 723340 -RMD160 72f22402256409f4853215e471258323673ab353 cppunit-1.10.2.tar.gz 723340 -SHA256 71b626958e3d8927d236f462b2becd192a113d1d6d38b8d567bdc181b5069ccf cppunit-1.10.2.tar.gz 723340 diff --git a/dev-util/cppunit/files/digest-cppunit-1.8.0 b/dev-util/cppunit/files/digest-cppunit-1.8.0 deleted file mode 100644 index a3c362289b73..000000000000 --- a/dev-util/cppunit/files/digest-cppunit-1.8.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9f18d97ca99b4f095f5ff18139df59c3 cppunit-1.8.0.tar.gz 382730 -RMD160 3ac20ed805e809b7252e5b46bda9e2eb6ba808a0 cppunit-1.8.0.tar.gz 382730 -SHA256 de22bf410c4e661fe5a3c72c72e73e7c86ee99052f203db9c7e7f9f39f7396e6 cppunit-1.8.0.tar.gz 382730 |