diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:35:16 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:35:16 +0000 |
commit | 501d42af2ade17bd8739dea3586a5a89bbd6d9ec (patch) | |
tree | 1134de2bd580cddccc168bad46a9d28238746cd8 /dev-perl/PostScript-Simple | |
parent | Version bumped, Bug #161801. Added depend to libselinux, Bug #156704. Moved s... (diff) | |
download | historical-501d42af2ade17bd8739dea3586a5a89bbd6d9ec.tar.gz historical-501d42af2ade17bd8739dea3586a5a89bbd6d9ec.tar.bz2 historical-501d42af2ade17bd8739dea3586a5a89bbd6d9ec.zip |
Version bump, thanks seemant
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/PostScript-Simple')
-rw-r--r-- | dev-perl/PostScript-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild | 7 |
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}" |