diff options
author | 2007-01-19 15:35:16 +0000 | |
---|---|---|
committer | 2007-01-19 15:35:16 +0000 | |
commit | 501d42af2ade17bd8739dea3586a5a89bbd6d9ec (patch) | |
tree | 1134de2bd580cddccc168bad46a9d28238746cd8 /dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild | |
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/PostScript-Simple-0.07.ebuild')
-rw-r--r-- | dev-perl/PostScript-Simple/PostScript-Simple-0.07.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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}" |