summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2008-03-09 08:21:52 +0000
committerAlec Warner <antarus@gentoo.org>2008-03-09 08:21:52 +0000
commitf6bf1f7312fd1215f03f3b36237b777a8984e0df (patch)
tree1fe6daeeacdf060362f04f55b5ec6df3f219e8d0 /dev-cpp
parentppc stable, bug #212211 (diff)
downloadgentoo-2-f6bf1f7312fd1215f03f3b36237b777a8984e0df.tar.gz
gentoo-2-f6bf1f7312fd1215f03f3b36237b777a8984e0df.tar.bz2
gentoo-2-f6bf1f7312fd1215f03f3b36237b777a8984e0df.zip
Thanks to leio for pointing out I'm retarded and didn't specify an SRC_URI
(Portage version: 2.2_pre2)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/gflags/ChangeLog5
-rw-r--r--dev-cpp/gflags/gflags-0.7.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-cpp/gflags/ChangeLog b/dev-cpp/gflags/ChangeLog
index ece09519efe1..3982e296cd56 100644
--- a/dev-cpp/gflags/ChangeLog
+++ b/dev-cpp/gflags/ChangeLog
@@ -1,6 +1,9 @@
# 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.1 2008/03/09 07:40:02 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.2 2008/03/09 08:21:52 antarus Exp $
+
+ 09 Mar 2008; Alec Warner <antarus@gentoo.org> 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)
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"