summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-01 22:50:18 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-01 22:50:18 +0000
commitbbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab (patch)
tree49d616af62e2c0c9030262361deb009eccbede7f /dev-perl/Gtk2-Ex-PrintDialog
parentDrop obsolete version. (diff)
downloadhistorical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.tar.gz
historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.tar.bz2
historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.zip
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/Gtk2-Ex-PrintDialog')
-rw-r--r--dev-perl/Gtk2-Ex-PrintDialog/ChangeLog8
-rw-r--r--dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild20
2 files changed, 6 insertions, 22 deletions
diff --git a/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog b/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog
index 93f4713a7199..a947d85c8bda 100644
--- a/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog
+++ b/dev-perl/Gtk2-Ex-PrintDialog/ChangeLog
@@ -1,6 +1,10 @@
# 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.14 2007/11/10 13:18:52 drac Exp $
+# 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 $
+
+ 01 May 2009; Torsten Veller <tove@gentoo.org>
+ -Gtk2-Ex-PrintDialog-0.02.ebuild:
+ Cleanup
10 Nov 2007; Samuli Suominen <drac@gentoo.org>
Gtk2-Ex-PrintDialog-0.03.ebuild:
diff --git a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild
deleted file mode 100644
index 1e867743c9c7..000000000000
--- a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.02.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.02.ebuild,v 1.13 2007/07/10 23:33:29 mr_bones_ 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"