diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-12-16 14:11:07 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-12-16 14:11:07 +0000 |
commit | e275b81538f12d7b2f6f14edb4840bcd6c18be90 (patch) | |
tree | b94126d86acdade7eccd3e8b7218682732db8f5a /dev-cpp/gflags | |
parent | Drop maintainer due retirement, #95685 (diff) | |
download | gentoo-2-e275b81538f12d7b2f6f14edb4840bcd6c18be90.tar.gz gentoo-2-e275b81538f12d7b2f6f14edb4840bcd6c18be90.tar.bz2 gentoo-2-e275b81538f12d7b2f6f14edb4840bcd6c18be90.zip |
Drop maintainer due retirement, #95685
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-cpp/gflags')
-rw-r--r-- | dev-cpp/gflags/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gflags/gflags-1.7.ebuild | 26 | ||||
-rw-r--r-- | dev-cpp/gflags/metadata.xml | 3 |
3 files changed, 5 insertions, 29 deletions
diff --git a/dev-cpp/gflags/ChangeLog b/dev-cpp/gflags/ChangeLog index c0bbdf45041c..798a5a164fd7 100644 --- a/dev-cpp/gflags/ChangeLog +++ b/dev-cpp/gflags/ChangeLog @@ -1,6 +1,9 @@ # 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.18 2012/11/19 18:09:19 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.19 2012/12/16 14:11:07 pacho Exp $ + + 16 Dec 2012; Pacho Ramos <pacho@gentoo.org> -gflags-1.7.ebuild, metadata.xml: + Drop maintainer due retirement, #95685 19 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> gflags-2.0.ebuild: Keyworded ~amd64-linux and ~x86-linux diff --git a/dev-cpp/gflags/gflags-1.7.ebuild b/dev-cpp/gflags/gflags-1.7.ebuild deleted file mode 100644 index 4def9bccd6c6..000000000000 --- a/dev-cpp/gflags/gflags-1.7.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.7.ebuild,v 1.2 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/metadata.xml b/dev-cpp/gflags/metadata.xml index 64d15d8f61cd..59aa0bb92f90 100644 --- a/dev-cpp/gflags/metadata.xml +++ b/dev-cpp/gflags/metadata.xml @@ -2,8 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> - <email>nelchael@gentoo.org</email> - <name>Krzysztof Pawlik</name> + <email>maintainer-needed@gentoo.org</email> </maintainer> <upstream> <remote-id type="google-code">gflags</remote-id> |