summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:44:19 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:57:04 -0400
commit77be69ce137d73965d57aa800726147506bccf2d (patch)
tree80998cca516b609d53724859ae012ab30a3c3945 /dev-perl/Wx-Scintilla
parentdev-perl/Wx-Perl-ProcessStream: Drop old versions (diff)
downloadgentoo-77be69ce137d73965d57aa800726147506bccf2d.tar.gz
gentoo-77be69ce137d73965d57aa800726147506bccf2d.tar.bz2
gentoo-77be69ce137d73965d57aa800726147506bccf2d.zip
dev-perl/Wx-Scintilla: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/Wx-Scintilla')
-rw-r--r--dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r4.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r4.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r4.ebuild
deleted file mode 100644
index bd7e9e81c2a5..000000000000
--- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-DIST_AUTHOR=AZAWAWI
-DIST_VERSION=0.39
-inherit wxwidgets perl-module virtualx
-
-DESCRIPTION="Scintilla source code editing component for wxWidgets"
-
-LICENSE+=" HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~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
-"
-BDEPEND=${DEPEND}
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.34-flags.patch
- "${FILESDIR}"/${PN}-0.39-gcc6.patch
-)
-
-src_configure() {
- setup-wxwidgets
- myconf=( --verbose )
- perl-module_src_configure
-}
-
-src_test() {
- virtx perl-module_src_test
-}