diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 16:01:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 16:01:07 +0000 |
commit | a8e31998d0c5913a58160ed865a53ceb7b4d652f (patch) | |
tree | 04308381af8239892c71ff59fc6ba74fb9361c15 /dev-perl/Gtk2-Ex-PrintDialog | |
parent | Version bump zope-interface to 3.7.0. (diff) | |
download | historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.gz historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.bz2 historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Gtk2-Ex-PrintDialog')
-rw-r--r-- | dev-perl/Gtk2-Ex-PrintDialog/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog b/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog index a947d85c8bda..8cbc3081f23a 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.15 2009/05/01 22:15:16 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog,v 1.16 2011/08/30 14:58:48 tove Exp $ + +*Gtk2-Ex-PrintDialog-0.30.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Gtk2-Ex-PrintDialog-0.30.0.ebuild: + Change version scheme 01 May 2009; Torsten Veller <tove@gentoo.org> -Gtk2-Ex-PrintDialog-0.02.ebuild: diff --git a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0.ebuild b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0.ebuild new file mode 100644 index 000000000000..2cb7553f4dd2 --- /dev/null +++ b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 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.30.0.ebuild,v 1.1 2011/08/30 14:58:48 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=GBROWN +MODULE_VERSION=0.03 +inherit perl-module + +DESCRIPTION="a simple, pure Perl dialog for printing PostScript data in GTK+ applications" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86" +IUSE="cups" + +RDEPEND="cups? ( dev-perl/Net-CUPS ) + dev-perl/gtk2-perl + >=dev-perl/Locale-gettext-1.04" +DEPEND="${RDEPEND}" + +#SRC_TEST="do" |