summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-04-26 08:03:55 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-04-26 08:03:55 +0000
commit762677daab7c968c89f60b71236d972a140e7977 (patch)
treece7a5df3351cfa3da88f78fea2b3a32909ac4847 /app-misc/filer/filer-0.0.12.ebuild
parentUpdate for cluster herd split to hp-cluster and ha-cluster. (diff)
downloadgentoo-2-762677daab7c968c89f60b71236d972a140e7977.tar.gz
gentoo-2-762677daab7c968c89f60b71236d972a140e7977.tar.bz2
gentoo-2-762677daab7c968c89f60b71236d972a140e7977.zip
Updating homepage
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-misc/filer/filer-0.0.12.ebuild')
-rw-r--r--app-misc/filer/filer-0.0.12.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/filer/filer-0.0.12.ebuild b/app-misc/filer/filer-0.0.12.ebuild
index 753570857410..90cd7c104b42 100644
--- a/app-misc/filer/filer-0.0.12.ebuild
+++ b/app-misc/filer/filer-0.0.12.ebuild
@@ -1,11 +1,11 @@
-# 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/app-misc/filer/filer-0.0.12.ebuild,v 1.8 2006/10/21 15:01:03 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/filer/filer-0.0.12.ebuild,v 1.9 2007/04/26 08:03:55 mcummings Exp $
inherit eutils
DESCRIPTION="Small file-manager written in perl"
-HOMEPAGE="http://blog.perldude.de/archives/category/programming/filer/"
+HOMEPAGE="http://wiki.perldude.de/doku.php?id=filer"
SRC_URI="http://perldude.de/projects/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-2"
@@ -42,5 +42,5 @@ src_install() {
dodir /usr/bin
dodir /usr/lib
make install PREFIX=${D}/usr/
- dodoc AUTHORS COPYING README ChangeLog || die "dodoc failed"
+ dodoc AUTHORS README ChangeLog || die "dodoc failed"
}