summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-03 21:48:13 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-03 23:23:43 +0200
commit066f88f804f073377209540c9390451588a5f385 (patch)
tree5fd42c1dd127f33f641601a7764b50e08196291e
parentdev-perl/Alien-wxWidgets: straight to stable, only dep changes (diff)
downloadgentoo-066f88f804f073377209540c9390451588a5f385.tar.gz
gentoo-066f88f804f073377209540c9390451588a5f385.tar.bz2
gentoo-066f88f804f073377209540c9390451588a5f385.zip
dev-perl/Alien-wxWidgets: Remove old
Package-Manager: portage-2.2.28
-rw-r--r--dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.670.0.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.670.0.ebuild b/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.670.0.ebuild
deleted file mode 100644
index 4785777b737f..000000000000
--- a/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.670.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER=3.0
-MODULE_AUTHOR=MDOOTSON
-MODULE_VERSION=0.67
-inherit wxwidgets perl-module
-
-DESCRIPTION="Building, finding and using wxWidgets binaries"
-
-SLOT="0"
-KEYWORDS="amd64 ~ia64 x86"
-IUSE="gstreamer test"
-
-RDEPEND="
- >=x11-libs/wxGTK-3:3.0[X,tiff,gstreamer=]
- >=dev-perl/Module-Pluggable-2.600.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-CBuilder-0.24
- >=virtual/perl-File-Spec-1.500.0
- >=dev-perl/Module-Build-0.280.0
- test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- )
-"
-
-SRC_TEST="do"
-
-src_configure() {
- myconf=( --wxWidgets-build=0 )
- perl-module_src_configure
-}