diff options
author | Damien Krotkine <dams@gentoo.org> | 2007-01-18 19:44:30 +0000 |
---|---|---|
committer | Damien Krotkine <dams@gentoo.org> | 2007-01-18 19:44:30 +0000 |
commit | 31a1685dbb364c33235842b55a1b468e17263e3f (patch) | |
tree | 028784732a0877cbd65f1cd120e13b2fb012bc90 /dev-util/libconf/libconf-0.42.10-r1.ebuild | |
parent | corrected SRC_URI, corrected copyright date (diff) | |
download | gentoo-2-31a1685dbb364c33235842b55a1b468e17263e3f.tar.gz gentoo-2-31a1685dbb364c33235842b55a1b468e17263e3f.tar.bz2 gentoo-2-31a1685dbb364c33235842b55a1b468e17263e3f.zip |
corrected SRC_URI, corrected copyright date
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-util/libconf/libconf-0.42.10-r1.ebuild')
-rw-r--r-- | dev-util/libconf/libconf-0.42.10-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/libconf/libconf-0.42.10-r1.ebuild b/dev-util/libconf/libconf-0.42.10-r1.ebuild index dff238ec761c..4420893688f1 100644 --- a/dev-util/libconf/libconf-0.42.10-r1.ebuild +++ b/dev-util/libconf/libconf-0.42.10-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/libconf-0.42.10-r1.ebuild,v 1.3 2006/11/28 22:57:13 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/libconf-0.42.10-r1.ebuild,v 1.4 2007/01/18 19:44:30 dams Exp $ inherit eutils multilib toolchain-funcs @@ -8,7 +8,8 @@ MY_P=perl-Libconf-${PV} DESCRIPTION="Centralized abstraction layer for system configuration files" HOMEPAGE="http://libconf.net/" -SRC_URI="http://libconf.net/download/${MY_P}.tar.bz2" +SRC_URI="http://damien.krotkine.com/libconf/dist/${MY_P}.tar.bz2" + SLOT="0" LICENSE="GPL-2" |