summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-03-29 14:39:56 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-03-29 14:39:56 +0000
commit6969d5c386342cbd2e724d3629f761b4705972f0 (patch)
tree38a53871e3ff84f0eb5385aaa3542fd0e0b3c639 /dev-perl/gnome2-print
parentFixing bug #40263 (diff)
downloadhistorical-6969d5c386342cbd2e724d3629f761b4705972f0.tar.gz
historical-6969d5c386342cbd2e724d3629f761b4705972f0.tar.bz2
historical-6969d5c386342cbd2e724d3629f761b4705972f0.zip
version bump
Diffstat (limited to 'dev-perl/gnome2-print')
-rw-r--r--dev-perl/gnome2-print/ChangeLog8
-rw-r--r--dev-perl/gnome2-print/Manifest4
-rw-r--r--dev-perl/gnome2-print/files/digest-gnome2-print-0.611
-rw-r--r--dev-perl/gnome2-print/gnome2-print-0.61.ebuild22
4 files changed, 34 insertions, 1 deletions
diff --git a/dev-perl/gnome2-print/ChangeLog b/dev-perl/gnome2-print/ChangeLog
index 5a26874939cb..8cf891d545ed 100644
--- a/dev-perl/gnome2-print/ChangeLog
+++ b/dev-perl/gnome2-print/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/gnome2-print
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-print/ChangeLog,v 1.2 2004/02/27 13:49:44 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-print/ChangeLog,v 1.3 2004/03/29 14:36:19 mcummings Exp $
+
+*gnome2-print-0.61 (29 Mar 2004)
+
+ 29 Mar 2004; Michael Cummings <mcummings@gentoo.org>
+ gnome2-print-0.61.ebuild:
+ version bump
27 Feb 2004; Michael Cummings <mcummings@gentoo.org>
gnome2-print-0.5.ebuild:
diff --git a/dev-perl/gnome2-print/Manifest b/dev-perl/gnome2-print/Manifest
index 14be66c5fbf1..075de51317df 100644
--- a/dev-perl/gnome2-print/Manifest
+++ b/dev-perl/gnome2-print/Manifest
@@ -1,4 +1,8 @@
MD5 25313161a295a3acb4bfbeed6ddd68a1 ChangeLog 495
MD5 df5d3cae0eb7eba9f8e3e6fcb87f9520 gnome2-print-0.5.ebuild 660
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+MD5 2fb444bd2364d02137a3b82b1738e78f .gnome2-print-0.5.ebuild.swp 12288
+MD5 21fb0a0fb478931cedacd1dbeccfaaf2 gnome2-print-0.61.ebuild 614
+MD5 0c1d67fc70a121351b6db2759ac3bb6e .gnome2-print-0.61.ebuild.swp 12288
MD5 82bf2c5b486bcad99d41b5730f1764ab files/digest-gnome2-print-0.5 67
+MD5 56cdf1dd834d029ae6150481a37345a2 files/digest-gnome2-print-0.61 68
diff --git a/dev-perl/gnome2-print/files/digest-gnome2-print-0.61 b/dev-perl/gnome2-print/files/digest-gnome2-print-0.61
new file mode 100644
index 000000000000..21743f6561b1
--- /dev/null
+++ b/dev-perl/gnome2-print/files/digest-gnome2-print-0.61
@@ -0,0 +1 @@
+MD5 8336613b8fc223ad41ffd1bc59573868 Gnome2-Print-0.61.tar.gz 22053
diff --git a/dev-perl/gnome2-print/gnome2-print-0.61.ebuild b/dev-perl/gnome2-print/gnome2-print-0.61.ebuild
new file mode 100644
index 000000000000..7891baa38b53
--- /dev/null
+++ b/dev-perl/gnome2-print/gnome2-print-0.61.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-print/gnome2-print-0.61.ebuild,v 1.1 2004/03/29 14:36:19 mcummings Exp $
+
+inherit perl-module
+
+MY_P=Gnome2-Print-${PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Perl interface to the 2.x series of the Gnome print libraries."
+SRC_URI="http://search.cpan.org/CPAN/authors/id/R/RM/RMCFARLA/Gtk2-Perl/${MY_P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~rmcfarla/${P}"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ~sparc ~ppc ~alpha"
+
+DEPEND="${DEPEND}
+ >=x11-libs/gtk+-2*
+ dev-perl/glib-perl
+ >=gnome-base/libgnome-2*
+ >=gnome-base/libgnomeprint-2*
+ >=dev-perl/gtk2-perl-${PV}"