diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2012-03-03 16:19:10 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2012-03-03 16:19:10 +0000 |
commit | cc3b6ddb953498e36b29430d6762f868b5b88818 (patch) | |
tree | cb66fb267a61bf6ff982b3522509d24e8fb92e01 /dev-cpp/gflags | |
parent | Marking selinux-syntax-20041225 ppc64 for bug 396853 (diff) | |
download | gentoo-2-cc3b6ddb953498e36b29430d6762f868b5b88818.tar.gz gentoo-2-cc3b6ddb953498e36b29430d6762f868b5b88818.tar.bz2 gentoo-2-cc3b6ddb953498e36b29430d6762f868b5b88818.zip |
Remove old versions.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/gflags')
-rw-r--r-- | dev-cpp/gflags/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/gflags/gflags-1.5.ebuild | 26 | ||||
-rw-r--r-- | dev-cpp/gflags/gflags-1.6.ebuild | 26 |
3 files changed, 5 insertions, 53 deletions
diff --git a/dev-cpp/gflags/ChangeLog b/dev-cpp/gflags/ChangeLog index 06c859d3c77f..6bb9884d13ba 100644 --- a/dev-cpp/gflags/ChangeLog +++ b/dev-cpp/gflags/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/gflags # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.16 2012/02/16 23:30:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.17 2012/03/03 16:19:10 nelchael Exp $ + + 03 Mar 2012; Krzysztof Pawlik <nelchael@gentoo.org> -gflags-1.5.ebuild, + -gflags-1.6.ebuild: + Remove old versions. 16 Feb 2012; Mike Frysinger <vapier@gentoo.org> gflags-1.5.ebuild, gflags-1.6.ebuild, gflags-1.7.ebuild, gflags-2.0.ebuild: diff --git a/dev-cpp/gflags/gflags-1.5.ebuild b/dev-cpp/gflags/gflags-1.5.ebuild deleted file mode 100644 index 4998b8360d96..000000000000 --- a/dev-cpp/gflags/gflags-1.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-1.5.ebuild,v 1.3 2012/02/16 23:30:21 vapier Exp $ - -EAPI="3" - -DESCRIPTION="Google's C++ argument parsing library" -HOMEPAGE="http://code.google.com/p/gflags/" -SRC_URI="http://gflags.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="static-libs" - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install || die - - rm -rf "${D}"/usr/share/doc/* - dodoc AUTHORS ChangeLog NEWS README - dohtml doc/* -} diff --git a/dev-cpp/gflags/gflags-1.6.ebuild b/dev-cpp/gflags/gflags-1.6.ebuild deleted file mode 100644 index c9a35fa24d67..000000000000 --- a/dev-cpp/gflags/gflags-1.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-1.6.ebuild,v 1.3 2012/02/16 23:30:21 vapier Exp $ - -EAPI="3" - -DESCRIPTION="Google's C++ argument parsing library" -HOMEPAGE="http://code.google.com/p/gflags/" -SRC_URI="http://gflags.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="static-libs" - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install || die - - rm -rf "${D}"/usr/share/doc/* - dodoc AUTHORS ChangeLog NEWS README - dohtml doc/* -} |