diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-09-25 15:58:44 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-09-25 15:58:44 +0000 |
commit | 4a90dfc860bd60e265d3d8939f4e480d722b85d4 (patch) | |
tree | b670e553aed940a9e04ecd53882b4c2ec09aabb0 /dev-php5/phing/phing-2.2.0.ebuild | |
parent | Mask aoss use flag in SPARC 2.4 profiles. (diff) | |
download | historical-4a90dfc860bd60e265d3d8939f4e480d722b85d4.tar.gz historical-4a90dfc860bd60e265d3d8939f4e480d722b85d4.tar.bz2 historical-4a90dfc860bd60e265d3d8939f4e480d722b85d4.zip |
Fix missing http:// in SRC_URI, thanks to ferringb.
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'dev-php5/phing/phing-2.2.0.ebuild')
-rw-r--r-- | dev-php5/phing/phing-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php5/phing/phing-2.2.0.ebuild b/dev-php5/phing/phing-2.2.0.ebuild index cb36a303ebaf..ec316e2c21c2 100644 --- a/dev-php5/phing/phing-2.2.0.ebuild +++ b/dev-php5/phing/phing-2.2.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/phing-2.2.0.ebuild,v 1.1 2006/09/19 17:33:02 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/phing-2.2.0.ebuild,v 1.2 2006/09/25 15:58:44 chtekk Exp $ inherit php-pear-lib-r1 KEYWORDS="~amd64 ~x86" DESCRIPTION="PHP project build system based on Apache Ant." HOMEPAGE="http://www.phing.info/" -SRC_URI="pear.phing.info/get/phing-${PV}.tgz" +SRC_URI="http://pear.phing.info/get/phing-${PV}.tgz" LICENSE="LGPL-2.1" SLOT="0" IUSE="" |