summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 20:05:07 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 20:05:07 +0000
commit5664a61684223f0d3f8b369dd6120f76db3a5f82 (patch)
tree5ac80e168db6f8fb46fde0c140fb2b4481762a8b /dev-perl/PostScript-Simple
parentimprove savedconfig location #141640 (diff)
downloadgentoo-2-5664a61684223f0d3f8b369dd6120f76db3a5f82.tar.gz
gentoo-2-5664a61684223f0d3f8b369dd6120f76db3a5f82.tar.bz2
gentoo-2-5664a61684223f0d3f8b369dd6120f76db3a5f82.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/PostScript-Simple')
-rw-r--r--dev-perl/PostScript-Simple/ChangeLog6
-rw-r--r--dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild6
-rw-r--r--dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild6
3 files changed, 15 insertions, 3 deletions
diff --git a/dev-perl/PostScript-Simple/ChangeLog b/dev-perl/PostScript-Simple/ChangeLog
index 098a801fce4f..d279b8cc7af9 100644
--- a/dev-perl/PostScript-Simple/ChangeLog
+++ b/dev-perl/PostScript-Simple/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/PostScript-Simple
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/ChangeLog,v 1.11 2006/07/10 17:35:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/ChangeLog,v 1.12 2006/08/05 20:05:07 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ PostScript-Simple-0.06.ebuild, PostScript-Simple-0.07.ebuild:
+ Adding perl dep; fixed DEPEND
10 Jul 2006; Aron Griffis <agriffis@gentoo.org>
PostScript-Simple-0.07.ebuild:
diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild
index 137ebea5ea41..b3ae9442f429 100644
--- a/dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild
+++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.06.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/PostScript-Simple/PostScript-Simple-0.06.ebuild,v 1.4 2006/06/08 21:19:29 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/PostScript-Simple-0.06.ebuild,v 1.5 2006/08/05 20:05:07 mcummings Exp $
inherit perl-module
@@ -12,3 +12,7 @@ LICENSE="|| ( Artistic GPL-1 GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~hppa ppc sparc x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild
index 598e0a943163..52eaea4a2a4e 100644
--- a/dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild
+++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.07.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/PostScript-Simple/PostScript-Simple-0.07.ebuild,v 1.5 2006/07/10 17:35:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild,v 1.6 2006/08/05 20:05:07 mcummings Exp $
inherit perl-module
@@ -12,3 +12,7 @@ LICENSE="|| ( Artistic GPL-1 GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 hppa ia64 ~ppc sparc ~x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"