diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-11-08 11:20:15 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-11-08 11:20:15 +0000 |
commit | 79f7dde05857eb75e08d53bada68ac2a923f0a8b (patch) | |
tree | 4ef3efee7927616c0ccf548649fba6894359797b /dev-cpp/gflags | |
parent | Fix building with LINGUAS="hr" wrt #344657 by Joost Ruis. (diff) | |
download | gentoo-2-79f7dde05857eb75e08d53bada68ac2a923f0a8b.tar.gz gentoo-2-79f7dde05857eb75e08d53bada68ac2a923f0a8b.tar.bz2 gentoo-2-79f7dde05857eb75e08d53bada68ac2a923f0a8b.zip |
Version bump, Python library has been split off to separate package: dev-python/python-gflags.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/gflags')
-rw-r--r-- | dev-cpp/gflags/ChangeLog | 9 | ||||
-rw-r--r-- | dev-cpp/gflags/gflags-1.4.ebuild | 28 | ||||
-rw-r--r-- | dev-cpp/gflags/metadata.xml | 7 |
3 files changed, 39 insertions, 5 deletions
diff --git a/dev-cpp/gflags/ChangeLog b/dev-cpp/gflags/ChangeLog index 65883e47092d..1295dbe81ab1 100644 --- a/dev-cpp/gflags/ChangeLog +++ b/dev-cpp/gflags/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-cpp/gflags # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.9 2010/07/09 08:39:48 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.10 2010/11/08 11:20:15 nelchael Exp $ + +*gflags-1.4 (08 Nov 2010) + + 08 Nov 2010; Krzysztof Pawlik <nelchael@gentoo.org> +gflags-1.4.ebuild, + metadata.xml: + Version bump, Python library has been split off to separate package: + dev-python/python-gflags. 09 Jul 2010; Torsten Veller <tove@gentoo.org> metadata.xml: Update metadata.xml. antarus is staffer now (#119161) diff --git a/dev-cpp/gflags/gflags-1.4.ebuild b/dev-cpp/gflags/gflags-1.4.ebuild new file mode 100644 index 000000000000..0224566ec3a6 --- /dev/null +++ b/dev-cpp/gflags/gflags-1.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-1.4.ebuild,v 1.1 2010/11/08 11:20:15 nelchael Exp $ + +EAPI="3" + +DESCRIPTION="Google's C++ argument parsing library." +HOMEPAGE="http://code.google.com/p/google-gflags/" +SRC_URI="http://google-gflags.googlecode.com/files/${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs" + +DEPEND="" +RDEPEND="" + +src_configure() { + econf $(use_enable static-libs static) +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + + 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 73420b6cf0f0..bc261eda93a1 100644 --- a/dev-cpp/gflags/metadata.xml +++ b/dev-cpp/gflags/metadata.xml @@ -1,8 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>maintainer-needed@gentoo.org</email> -</maintainer> + <maintainer> + <email>nelchael@gentoo.org</email> + </maintainer> </pkgmetadata> |