diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-05-13 17:19:03 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-05-13 17:19:03 +0000 |
commit | 19709cda9ae316735739ff0f9192a0024a04a4ba (patch) | |
tree | b453e549865f4cb8a84304723b3c1b023dec8be4 /sys-fs | |
parent | stable hppa with killerfox' permission (diff) | |
download | gentoo-2-19709cda9ae316735739ff0f9192a0024a04a4ba.tar.gz gentoo-2-19709cda9ae316735739ff0f9192a0024a04a4ba.tar.bz2 gentoo-2-19709cda9ae316735739ff0f9192a0024a04a4ba.zip |
Change homepage to make rockoo happy, bug 92509
(Portage version: 1.589-cvs)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fuse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/fuse/fuse-2.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog index aba369bc8d3d..10c6d67eae25 100644 --- a/sys-fs/fuse/ChangeLog +++ b/sys-fs/fuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/fuse # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.20 2005/04/20 16:49:17 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.21 2005/05/13 17:19:03 genstef Exp $ + + 13 May 2005; Stefan Schweizer <genstef@gentoo.org> fuse-2.2.1.ebuild: + Change homepage to make rockoo happy, bug 92509 20 Apr 2005; Stefan Schweizer <genstef@gentoo.org> -files/fuse-1.4-kernel-2.6.10.patch, -fuse-1.4.ebuild, -fuse-2.1.ebuild, diff --git a/sys-fs/fuse/fuse-2.2.1.ebuild b/sys-fs/fuse/fuse-2.2.1.ebuild index 5005fe88564b..8a53a193cc85 100644 --- a/sys-fs/fuse/fuse-2.2.1.ebuild +++ b/sys-fs/fuse/fuse-2.2.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.2.1.ebuild,v 1.3 2005/04/13 19:10:35 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.2.1.ebuild,v 1.4 2005/05/13 17:19:03 genstef Exp $ inherit linux-mod eutils MY_P=${P/_/-} DESCRIPTION="An interface for filesystems implemented in userspace." -HOMEPAGE="http://sourceforge.net/projects/fuse" +HOMEPAGE="http://fuse.sourceforge.net" SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86 ppc ~amd64" |