summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 04:59:56 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 04:59:56 +0000
commit5090676ec26d3aaeab0084b6fa6a3b30e8a49008 (patch)
tree88e4d00134aa14834a66eac611f4069f73c1e662 /dev-perl/HTTP-Server-Simple-Mason
parentUpdate my email address: spyderous -> dberkholz. (diff)
downloadhistorical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.tar.gz
historical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.tar.bz2
historical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.zip
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/HTTP-Server-Simple-Mason')
-rw-r--r--dev-perl/HTTP-Server-Simple-Mason/ChangeLog7
-rw-r--r--dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.05.ebuild7
-rw-r--r--dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.09.ebuild10
3 files changed, 17 insertions, 7 deletions
diff --git a/dev-perl/HTTP-Server-Simple-Mason/ChangeLog b/dev-perl/HTTP-Server-Simple-Mason/ChangeLog
index 3771194720d5..1368fc5cbef5 100644
--- a/dev-perl/HTTP-Server-Simple-Mason/ChangeLog
+++ b/dev-perl/HTTP-Server-Simple-Mason/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/HTTP-Server-Simple-Mason
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/ChangeLog,v 1.5 2006/07/04 10:26:54 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/ChangeLog,v 1.6 2006/08/05 04:38:10 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ HTTP-Server-Simple-Mason-0.05.ebuild,
+ HTTP-Server-Simple-Mason-0.09.ebuild:
+ Adding perl dep; fixed DEPEND
04 Jul 2006; Christian Hartmann <ian@gentoo.org>
HTTP-Server-Simple-Mason-0.05.ebuild,
diff --git a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.05.ebuild b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.05.ebuild
index d8864b93e24f..7dd38863c2e0 100644
--- a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.05.ebuild
+++ b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.05.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.05.ebuild,v 1.3 2006/07/04 10:26:54 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.05.ebuild,v 1.4 2006/08/05 04:38:10 mcummings Exp $
inherit perl-module
@@ -12,7 +12,10 @@ SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~ppc ~x86"
-DEPEND="dev-perl/Hook-LexWrap"
+DEPEND="dev-perl/Hook-LexWrap
+ dev-lang/perl"
RDEPEND="${DEPEND}"
SRC_TEST="do"
IUSE=""
+
+
diff --git a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.09.ebuild b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.09.ebuild
index aaaec963dd92..35e1a1d893f1 100644
--- a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.09.ebuild
+++ b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.09.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.09.ebuild,v 1.3 2006/07/04 10:26:54 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.09.ebuild,v 1.4 2006/08/05 04:38:10 mcummings Exp $
inherit perl-module
@@ -13,8 +13,10 @@ LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~ppc x86"
DEPEND="dev-perl/Hook-LexWrap
- >=dev-perl/HTML-Mason-1.25
- >=dev-perl/HTTP-Server-Simple-0.04"
+ >=dev-perl/HTML-Mason-1.25
+ >=dev-perl/HTTP-Server-Simple-0.04
+ dev-lang/perl"
RDEPEND="${DEPEND}"
SRC_TEST="do"
-IUSE="" \ No newline at end of file
+IUSE=""
+