summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-09-19 00:02:06 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-09-19 00:02:14 +0200
commit70fa1390cd4e0c23e0ef56edd6013300f6308927 (patch)
tree4118573220d036a59f79b5cfe87baf3299073b7d /dev-perl/Wx-Scintilla
parentdev-perl/WWW-Shorten: Remove old (diff)
downloadgentoo-70fa1390cd4e0c23e0ef56edd6013300f6308927.tar.gz
gentoo-70fa1390cd4e0c23e0ef56edd6013300f6308927.tar.bz2
gentoo-70fa1390cd4e0c23e0ef56edd6013300f6308927.zip
dev-perl/Wx-Scintilla: Remove old
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-perl/Wx-Scintilla')
-rw-r--r--dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
deleted file mode 100644
index 52939938f5ff..000000000000
--- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="2.8"
-#VIRTUALX_REQUIRED=test
-#inherit virtualx
-MODULE_AUTHOR=AZAWAWI
-MODULE_VERSION=0.39
-inherit wxwidgets perl-module
-
-DESCRIPTION="Scintilla source code editing component for wxWidgets"
-SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/dev-perl/${PN}-0.34-patches.tar.gz"
-
-LICENSE+=" HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/Alien-wxWidgets
- dev-perl/Wx
- x11-libs/wxGTK:${WX_GTK_VER}
-"
-DEPEND="${RDEPEND}
- >=dev-perl/ExtUtils-XSpp-0.160.200
- >=dev-perl/Module-Build-0.360.0
-"
-
-PATCHES=(
- "${WORKDIR}"/${PN}-patches/0.34-flags.patch
-)
-
-src_configure() {
- myconf=( --verbose )
- perl-module_src_configure
-}
-
-#SRC_TEST=do
-#src_test() {
-# VIRTUALX_COMMAND="./Build" virtualmake test || die
-#}