summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Proc-Daemon')
-rw-r--r--dev-perl/Proc-Daemon/ChangeLog8
-rw-r--r--dev-perl/Proc-Daemon/Proc-Daemon-0.03.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Proc-Daemon/ChangeLog b/dev-perl/Proc-Daemon/ChangeLog
index 984a04879c4d..40a0143afe8e 100644
--- a/dev-perl/Proc-Daemon/ChangeLog
+++ b/dev-perl/Proc-Daemon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Proc-Daemon
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Daemon/ChangeLog,v 1.16 2006/08/05 20:06:29 mcummings Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Daemon/ChangeLog,v 1.17 2007/01/19 15:35:42 mcummings Exp $
+
+ 19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ Proc-Daemon-0.03.ebuild:
+ Ebuild maintenance
05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
Proc-Daemon-0.03.ebuild:
diff --git a/dev-perl/Proc-Daemon/Proc-Daemon-0.03.ebuild b/dev-perl/Proc-Daemon/Proc-Daemon-0.03.ebuild
index 931d6e6f224b..95b8c65ff3e8 100644
--- a/dev-perl/Proc-Daemon/Proc-Daemon-0.03.ebuild
+++ b/dev-perl/Proc-Daemon/Proc-Daemon-0.03.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/dev-perl/Proc-Daemon/Proc-Daemon-0.03.ebuild,v 1.16 2006/08/05 20:06:29 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Daemon/Proc-Daemon-0.03.ebuild,v 1.17 2007/01/19 15:35:42 mcummings Exp $
inherit perl-module
DESCRIPTION="Perl Proc-Daemon - Run Perl program as a daemon process"
-HOMEPAGE="http://search.cpan.org/~ehood/${P}"
+HOMEPAGE="http://search.cpan.org/~ehood/"
SRC_URI="mirror://cpan/authors/id/E/EH/EHOOD/${P}.tar.gz"
LICENSE="Artistic"
@@ -17,4 +17,3 @@ SRC_TEST="do"
DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"