ChangeLog

# ChangeLog for dev-cpp/gflags
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.5 2008/06/16 19:37:28 dev-zero Exp $

*gflags-0.8 (16 Jun 2008)

16 Jun 2008; Tiziano Müller +gflags-0.8.ebuild:
Version bump (bug #218802, fixes bug #227473)

10 Mar 2008; Alec Warner gflags-0.7.ebuild:
distutils fix from dev-zero

09 Mar 2008; Alec Warner gflags-0.7.ebuild:
remove mirror://, it was wrong anyway

09 Mar 2008; Alec Warner gflags-0.7.ebuild:
Thanks to leio for pointing out I'm retarded and didn't specify an SRC_URI

*gflags-0.7 (09 Mar 2008)

09 Mar 2008; Alec Warner +metadata.xml,
+gflags-0.7.ebuild:
-m Initial import of gflags

Manifest

DIST gflags-0.7.tar.gz 457546 RMD160 2667260bc5b1d054955f0b5ca203b6c211fcf375 SHA1 e3805990bd85c14d98c93afe2dfb2bef470ea5f3 SHA256 b59e97a2f292b42f567845079f063d912751be8b49fb0503e7b83c5c5d180c4f
DIST gflags-0.8.tar.gz 464330 RMD160 91c7c1ecc2bf695ec9ba97f321a920452bae1c98 SHA1 84a15ffe8882255c9de89cc868cfc72b4f0099f4 SHA256 1df3c0c6aba9e6cfeae9b11b6bee025ce10ef37523e055fc704b9720d66a168e
EBUILD gflags-0.7.ebuild 825 RMD160 7c0f8b3a03e483818e3caf00f9d4cdd1bd456b9e SHA1 3c421d55d2bd233763388ef93b9a75e54f13963e SHA256 9266b672a9de5bd0850c4f77781a4f8bb3f1431ecc30f010c5dbb089b2167bd8
EBUILD gflags-0.8.ebuild 820 RMD160 1c0e795450a18343923a8c814f8c431435c5efb0 SHA1 2a71dda54c57387e29dbb13d0217ab8e7523b091 SHA256 53d7606616b047481c591b3f39c730ee535d195eb5d44e390250853eb0cb389e
MISC ChangeLog 846 RMD160 9750ceb24c079bb29d15c178ef2d280edbea47d7 SHA1 f63d4eb81b849dd2e7188b47916c5638200803ee SHA256 000d927ca0a22824672473fcf433771c8955192f97efaaa3c5f1294792b3959a
MISC metadata.xml 442 RMD160 5c38224ebcddd56ae9effa69559ee431ff63bdb4 SHA1 c3adc35c59d90c8712ed266be8eb2e36f53756ce SHA256 d75d4a39f2f4d2ae87be9fc5faafe6660bced0a093bb4dbc7db96addca0163dd

gflags-0.7.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-0.7.ebuild,v 1.4 2008/03/10 12:11:19 antarus Exp $

inherit distutils

DESCRIPTION="Google's C++ argument parsing library with python extensions."
HOMEPAGE="http://code.google.com/p/google-gflags/"
SRC_URI="http://google-gflags.googlecode.com/files/gflags-0.7.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="python"

DEPEND="python? ( dev-lang/python )"
RDEPEND="${DEPEND}"

src_compile() {
econf || die "econf failed"
emake || die "emake failed"
if use python;
then
cd python
distutils_src_compile
fi
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
if use python;
then
cd python
distutils_src_install
fi
}

gflags-0.8.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-0.8.ebuild,v 1.1 2008/06/16 19:37:28 dev-zero Exp $

inherit distutils

DESCRIPTION="Google's C++ argument parsing library with python extensions."
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"
IUSE="python"

DEPEND="python? ( dev-lang/python )"
RDEPEND="${DEPEND}"

src_compile() {
econf || die "econf failed"
emake || die "emake failed"
if use python;
then
cd python
distutils_src_compile
fi
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
if use python;
then
cd python
distutils_src_install
fi
}

metadata.xml





no-herd

antarus@gentoo.org
I do stuff, also this is very well tested code and will not have many release.