diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-05-12 13:28:54 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-05-12 13:28:54 +0000 |
commit | 7f1cbe904b5cea2002e4c694c8a07c6354852c07 (patch) | |
tree | 2cf0d95ac083d1ef0d26e240c22f590b07743b1b /dev-perl | |
parent | Stable on x86. (diff) | |
download | gentoo-2-7f1cbe904b5cea2002e4c694c8a07c6354852c07.tar.gz gentoo-2-7f1cbe904b5cea2002e4c694c8a07c6354852c07.tar.bz2 gentoo-2-7f1cbe904b5cea2002e4c694c8a07c6354852c07.zip |
Version bump
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-perl')
3 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog b/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog index 9c74600ece64..b2f74bfa68e2 100644 --- a/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog +++ b/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Gtk2-Ex-PrintDialog # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.11 2007/01/15 22:35:30 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.12 2007/05/12 13:28:54 mcummings Exp $ + +*Gtk2-Ex-PrintDialog-0.03 (12 May 2007) + + 12 May 2007; Michael Cummings <mcummings@gentoo.org> + +Gtk2-Ex-PrintDialog-0.03.ebuild: + Version bump 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> Gtk2-Ex-PrintDialog-0.02.ebuild: diff --git a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.03.ebuild b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.03.ebuild new file mode 100644 index 000000000000..1712e2a5988f --- /dev/null +++ b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.03.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.03.ebuild,v 1.1 2007/05/12 13:28:54 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="a simple, pure Perl dialog for printing PostScript data in GTK+ applications" +HOMEPAGE="http://search.cpan.org/~gbrown/" +SRC_URI="mirror://cpan/authors/id/G/GB/GBROWN/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86" +IUSE="cups" +#SRC_TEST="do" + +DEPEND="cups? ( dev-perl/Net-CUPS ) + dev-perl/gtk2-perl + >=dev-perl/Locale-gettext-1.04 + dev-lang/perl" + diff --git a/dev-perl/Gtk2-Ex-PrintDialog/files/digest-Gtk2-Ex-PrintDialog-0.03 b/dev-perl/Gtk2-Ex-PrintDialog/files/digest-Gtk2-Ex-PrintDialog-0.03 new file mode 100644 index 000000000000..bef1756c8b46 --- /dev/null +++ b/dev-perl/Gtk2-Ex-PrintDialog/files/digest-Gtk2-Ex-PrintDialog-0.03 @@ -0,0 +1,3 @@ +MD5 eeed34c8483f1c94a97190f43bba6c9f Gtk2-Ex-PrintDialog-0.03.tar.gz 6150 +RMD160 da7cd6fa23aceaac3450a132d125767ca0b61cf3 Gtk2-Ex-PrintDialog-0.03.tar.gz 6150 +SHA256 192ba57414c681cffff33011027ed66264174f02553bc01fe82689bca8cb6c19 Gtk2-Ex-PrintDialog-0.03.tar.gz 6150 |