diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-03-15 14:22:36 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-03-15 14:22:36 +0000 |
commit | 07ab5e49c1000a58786e4f52fcb056b32cac35a6 (patch) | |
tree | 86a28567d2e1e5abb4c40ac28ce6ec94c104b755 /dev-util/cppi | |
parent | Add missing libXmu dependency, thanks Piotr Szymaniak in bug #408325 (diff) | |
download | gentoo-2-07ab5e49c1000a58786e4f52fcb056b32cac35a6.tar.gz gentoo-2-07ab5e49c1000a58786e4f52fcb056b32cac35a6.tar.bz2 gentoo-2-07ab5e49c1000a58786e4f52fcb056b32cac35a6.zip |
Old.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cppi')
-rw-r--r-- | dev-util/cppi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/cppi/cppi-1.14.ebuild | 22 | ||||
-rw-r--r-- | dev-util/cppi/cppi-1.15.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-util/cppi/ChangeLog b/dev-util/cppi/ChangeLog index 3395ea5f3d44..e870d2877e68 100644 --- a/dev-util/cppi/ChangeLog +++ b/dev-util/cppi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cppi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppi/ChangeLog,v 1.6 2012/01/26 06:42:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppi/ChangeLog,v 1.7 2012/03/15 14:22:36 jer Exp $ + + 15 Mar 2012; Jeroen Roovers <jer@gentoo.org> -cppi-1.14.ebuild, + -cppi-1.15.ebuild: + Old. 26 Jan 2012; Jeroen Roovers <jer@gentoo.org> cppi-1.16.ebuild: Add LINGUAS support. diff --git a/dev-util/cppi/cppi-1.14.ebuild b/dev-util/cppi/cppi-1.14.ebuild deleted file mode 100644 index 61a8959aacf7..000000000000 --- a/dev-util/cppi/cppi-1.14.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppi/cppi-1.14.ebuild,v 1.2 2010/03/05 15:58:00 jer Exp $ - -EAPI=3 - -DESCRIPTION="a cpp directive indenter" -HOMEPAGE="http://savannah.gnu.org/projects/cppi" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="app-arch/xz-utils" -RDEPEND="" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS THANKS TODO -} diff --git a/dev-util/cppi/cppi-1.15.ebuild b/dev-util/cppi/cppi-1.15.ebuild deleted file mode 100644 index 3af76cf61e14..000000000000 --- a/dev-util/cppi/cppi-1.15.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppi/cppi-1.15.ebuild,v 1.1 2010/03/22 03:38:32 jer Exp $ - -EAPI=3 - -DESCRIPTION="a cpp directive indenter" -HOMEPAGE="http://savannah.gnu.org/projects/cppi" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="app-arch/xz-utils" -RDEPEND="" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS THANKS TODO -} |