summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 14:58:48 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 14:58:48 +0000
commit5eea6c8db251d6f1582894519622475f6aa1d583 (patch)
treecf4f0f897f53b2a5823032067a131bc025dfbdba /dev-perl/Gtk2-Ex-PrintDialog
parentChange version scheme (diff)
downloadgentoo-2-5eea6c8db251d6f1582894519622475f6aa1d583.tar.gz
gentoo-2-5eea6c8db251d6f1582894519622475f6aa1d583.tar.bz2
gentoo-2-5eea6c8db251d6f1582894519622475f6aa1d583.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Gtk2-Ex-PrintDialog')
-rw-r--r--dev-perl/Gtk2-Ex-PrintDialog/ChangeLog10
-rw-r--r--dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0.ebuild22
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"