summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-19 15:35:16 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-19 15:35:16 +0000
commit2bab07e35772d2b4829546de0905f0420c5d6b01 (patch)
treeba254a59e35ff4ea4a4d9f10d535b9b64bb29933 /dev-perl/PostScript-Simple
parentVersion bumped, Bug #161801. Added depend to libselinux, Bug #156704. Moved s... (diff)
downloadgentoo-2-2bab07e35772d2b4829546de0905f0420c5d6b01.tar.gz
gentoo-2-2bab07e35772d2b4829546de0905f0420c5d6b01.tar.bz2
gentoo-2-2bab07e35772d2b4829546de0905f0420c5d6b01.zip
Version bump, thanks seemant
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/PostScript-Simple')
-rw-r--r--dev-perl/PostScript-Simple/ChangeLog8
-rw-r--r--dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/PostScript-Simple/ChangeLog b/dev-perl/PostScript-Simple/ChangeLog
index ff613951deb8..64068cd9d9a7 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.14 2006/09/16 21:24:42 dertobi123 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/ChangeLog,v 1.15 2007/01/19 15:35:16 mcummings Exp $
+
+ 19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ -PostScript-Simple-0.06.ebuild, PostScript-Simple-0.07.ebuild:
+ Version bump, thanks seemant
16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org>
PostScript-Simple-0.07.ebuild:
diff --git a/dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild b/dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild
index 5a4030cca1cd..9034abd2da7d 100644
--- a/dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild
+++ b/dev-perl/PostScript-Simple/PostScript-Simple-0.07.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/PostScript-Simple/PostScript-Simple-0.07.ebuild,v 1.8 2006/09/16 21:24:42 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild,v 1.9 2007/01/19 15:35:16 mcummings Exp $
inherit perl-module
DESCRIPTION="Allows you to have a simple method of writing PostScript files from Perl"
-HOMEPAGE="http://search.cpan.org/~sburke/${P}/"
+HOMEPAGE="http://search.cpan.org/~mcnewton/"
SRC_URI="mirror://cpan/authors/id/M/MC/MCNEWTON/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-1 GPL-2 )"
@@ -15,4 +15,3 @@ IUSE=""
DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"