summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-02-18 08:35:39 +0000
committerTorsten Veller <tove@gentoo.org>2012-02-18 08:35:39 +0000
commit43431e74926f6a52024d836af91e842c72ea0b26 (patch)
treec73b1608915388de7563c039e84a0876467741f5
parentCleanup (diff)
downloadgentoo-2-43431e74926f6a52024d836af91e842c72ea0b26.tar.gz
gentoo-2-43431e74926f6a52024d836af91e842c72ea0b26.tar.bz2
gentoo-2-43431e74926f6a52024d836af91e842c72ea0b26.zip
Cleanup
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
-rw-r--r--dev-perl/Wx-Scintilla/ChangeLog7
-rw-r--r--dev-perl/Wx-Scintilla/Wx-Scintilla-0.340.0.ebuild38
2 files changed, 5 insertions, 40 deletions
diff --git a/dev-perl/Wx-Scintilla/ChangeLog b/dev-perl/Wx-Scintilla/ChangeLog
index a439ab3fb9a8..a4d3ecb4ebd5 100644
--- a/dev-perl/Wx-Scintilla/ChangeLog
+++ b/dev-perl/Wx-Scintilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Wx-Scintilla
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Wx-Scintilla/ChangeLog,v 1.2 2011/12/25 10:21:35 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Wx-Scintilla/ChangeLog,v 1.3 2012/02/18 08:35:39 tove Exp $
+
+ 18 Feb 2012; Torsten Veller <tove@gentoo.org> -Wx-Scintilla-0.340.0.ebuild:
+ Cleanup
*Wx-Scintilla-0.360.0 (25 Dec 2011)
diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.340.0.ebuild b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.340.0.ebuild
deleted file mode 100644
index 3c2c24456756..000000000000
--- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.340.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Wx-Scintilla/Wx-Scintilla-0.340.0.ebuild,v 1.1 2011/12/02 19:39:53 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=AZAWAWI
-MODULE_VERSION=0.34
-WX_GTK_VER="2.8"
-#VIRTUALX_REQUIRED=test
-#inherit virtualx
-inherit wxwidgets perl-module
-
-DESCRIPTION="Scintilla source code editing component for wxWidgets"
-SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/dev-perl/${PN}-0.34-patches.tar.gz"
-
-LICENSE+=" Scintilla"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/Alien-wxWidgets
- dev-perl/wxperl
-"
-DEPEND="${RDEPEND}
- >=dev-perl/ExtUtils-XSpp-0.160.200
- >=virtual/perl-Module-Build-0.360.0
-"
-
-PATCHES=(
- "${WORKDIR}"/${PN}-patches/0.34-flags.patch
-)
-
-#SRC_TEST=do
-#src_test() {
-# VIRTUALX_COMMAND="./Build" virtualmake test || die
-#}