diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-02-25 14:20:52 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-02-25 14:20:52 +0000 |
commit | 7a0aa2917f98307757649a672ae888dd06b435fb (patch) | |
tree | aa4396e5795a1170c43953a4504792f7427fb6d2 /dev-libs/libisofs | |
parent | Stable x86, amd64. (diff) | |
download | gentoo-2-7a0aa2917f98307757649a672ae888dd06b435fb.tar.gz gentoo-2-7a0aa2917f98307757649a672ae888dd06b435fb.tar.bz2 gentoo-2-7a0aa2917f98307757649a672ae888dd06b435fb.zip |
fix src_uri
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/libisofs')
-rw-r--r-- | dev-libs/libisofs/libisofs-0.6.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libisofs/libisofs-0.6.2.1.ebuild b/dev-libs/libisofs/libisofs-0.6.2.1.ebuild index 3cc38cd7db21..8e559b984393 100644 --- a/dev-libs/libisofs/libisofs-0.6.2.1.ebuild +++ b/dev-libs/libisofs/libisofs-0.6.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/libisofs-0.6.2.1.ebuild,v 1.2 2008/02/25 02:15:18 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/libisofs-0.6.2.1.ebuild,v 1.3 2008/02/25 14:20:52 beandog Exp $ DESCRIPTION="libisofs is an open-source library for reading, mastering and writing optical discs." -HOMEPAGE="http://libburnia.pykix.org/" -SRC_URI="http://files.libburnia.pykix.org/releases/${P}.tar.gz" +HOMEPAGE="http://libburnia-project.org/" +SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" |