summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/gnome2-perl/gnome2-perl-1.46.0.ebuild')
-rw-r--r--dev-perl/gnome2-perl/gnome2-perl-1.46.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-perl/gnome2-perl/gnome2-perl-1.46.0.ebuild b/dev-perl/gnome2-perl/gnome2-perl-1.46.0.ebuild
deleted file mode 100644
index 5b6bca45beb7..000000000000
--- a/dev-perl/gnome2-perl/gnome2-perl-1.46.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_NAME=Gnome2
-DIST_AUTHOR=XAOC
-DIST_VERSION=1.046
-inherit perl-module
-
-DESCRIPTION="Perl interface to the 2.x series of the Gnome libraries"
-HOMEPAGE="http://gtk2-perl.sourceforge.net/ https://metacpan.org/release/Gnome2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
- dev-perl/Gtk2
- gnome-base/libgnomeui
- gnome-base/libbonoboui
- dev-perl/gnome2-canvas
- >=dev-perl/glib-perl-1.40.0
- dev-perl/gnome2-vfs-perl"
-DEPEND="${RDEPEND}
- dev-perl/ExtUtils-Depends
- dev-perl/ExtUtils-PkgConfig"
-
-PATCHES=( "${FILESDIR}/${DIST_NAME}-${DIST_VERSION}-no-dot-inc.patch" )