summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2008-03-09 08:27:44 +0000
committerAlec Warner <antarus@gentoo.org>2008-03-09 08:27:44 +0000
commitdda67468698d15b556dee8caeba497a78891247e (patch)
tree78d39d1afc59dd150a9808143d1144bb94727323 /dev-cpp/gflags
parentThanks to leio for pointing out I'm retarded and didn't specify an SRC_URI (diff)
downloadgentoo-2-dda67468698d15b556dee8caeba497a78891247e.tar.gz
gentoo-2-dda67468698d15b556dee8caeba497a78891247e.tar.bz2
gentoo-2-dda67468698d15b556dee8caeba497a78891247e.zip
I hate ebuilds, fix SRC_URI again
(Portage version: 2.2_pre2)
Diffstat (limited to 'dev-cpp/gflags')
-rw-r--r--dev-cpp/gflags/ChangeLog5
-rw-r--r--dev-cpp/gflags/gflags-0.7.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-cpp/gflags/ChangeLog b/dev-cpp/gflags/ChangeLog
index 3982e296cd56..91b34cc1b76b 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.2 2008/03/09 08:21:52 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.3 2008/03/09 08:27:44 antarus Exp $
+
+ 09 Mar 2008; Alec Warner <antarus@gentoo.org> gflags-0.7.ebuild:
+ remove mirror://, it was wrong anyway
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
diff --git a/dev-cpp/gflags/gflags-0.7.ebuild b/dev-cpp/gflags/gflags-0.7.ebuild
index abfc341acb4e..408f56e7365f 100644
--- a/dev-cpp/gflags/gflags-0.7.ebuild
+++ b/dev-cpp/gflags/gflags-0.7.ebuild
@@ -1,13 +1,12 @@
# 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.2 2008/03/09 08:21:52 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-0.7.ebuild,v 1.3 2008/03/09 08:27:44 antarus Exp $
inherit distutils
DESCRIPTION="Google's C++ argument parsing library with python extensions."
HOMEPAGE="http://code.google.com/p/google-gflags/"
-SRC_URI="mirror://${P}.tar.gz
- http://google-gflags.googlecode.com/files/gflags-0.7.tar.gz"
+SRC_URI="http://google-gflags.googlecode.com/files/gflags-0.7.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"