diff options
author | Alec Warner <antarus@gentoo.org> | 2008-03-09 08:21:52 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2008-03-09 08:21:52 +0000 |
commit | 9daee5de277723e7f5c59fe2ea7c8b432f660c48 (patch) | |
tree | 5184c256a13616c5c1bec33ed0d998b132d20612 /dev-cpp/gflags/gflags-0.7.ebuild | |
parent | ppc stable, bug #212211 (diff) | |
download | historical-9daee5de277723e7f5c59fe2ea7c8b432f660c48.tar.gz historical-9daee5de277723e7f5c59fe2ea7c8b432f660c48.tar.bz2 historical-9daee5de277723e7f5c59fe2ea7c8b432f660c48.zip |
Thanks to leio for pointing out I'm retarded and didn't specify an SRC_URI
Package-Manager: portage-2.2_pre2
Diffstat (limited to 'dev-cpp/gflags/gflags-0.7.ebuild')
-rw-r--r-- | dev-cpp/gflags/gflags-0.7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-cpp/gflags/gflags-0.7.ebuild b/dev-cpp/gflags/gflags-0.7.ebuild index 3ab237284bf6..abfc341acb4e 100644 --- a/dev-cpp/gflags/gflags-0.7.ebuild +++ b/dev-cpp/gflags/gflags-0.7.ebuild @@ -1,12 +1,13 @@ # 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.1 2008/03/09 07:40:02 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-0.7.ebuild,v 1.2 2008/03/09 08:21:52 antarus Exp $ inherit distutils DESCRIPTION="Google's C++ argument parsing library with python extensions." HOMEPAGE="http://code.google.com/p/google-gflags/" -SRC_URI="ftp://foo.bar.com/${P}.tar.gz" +SRC_URI="mirror://${P}.tar.gz + http://google-gflags.googlecode.com/files/gflags-0.7.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" |