summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2012-06-20 08:38:25 +0000
committerLars Wendler <polynomial-c@gentoo.org>2012-06-20 08:38:25 +0000
commitf0c60d5659fe073f7bde9ed9260969671c1af6a0 (patch)
treec4d87df3c9c9e1cdd8db7ab59b29489eec936077 /dev-util/geany-plugins
parentmarked x86 per bug 422393 (diff)
downloadgentoo-2-f0c60d5659fe073f7bde9ed9260969671c1af6a0.tar.gz
gentoo-2-f0c60d5659fe073f7bde9ed9260969671c1af6a0.tar.bz2
gentoo-2-f0c60d5659fe073f7bde9ed9260969671c1af6a0.zip
Removed old version
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/geany-plugins')
-rw-r--r--dev-util/geany-plugins/ChangeLog6
-rw-r--r--dev-util/geany-plugins/geany-plugins-0.19.ebuild33
2 files changed, 5 insertions, 34 deletions
diff --git a/dev-util/geany-plugins/ChangeLog b/dev-util/geany-plugins/ChangeLog
index 5b94343862a3..43ae49332902 100644
--- a/dev-util/geany-plugins/ChangeLog
+++ b/dev-util/geany-plugins/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/geany-plugins
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.15 2012/06/14 17:55:10 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.16 2012/06/20 08:38:25 polynomial-c Exp $
+
+ 20 Jun 2012; Lars Wendler <polynomial-c@gentoo.org>
+ -geany-plugins-0.19.ebuild:
+ Removed old version.
14 Jun 2012; Michael Weber <xmw@gentoo.org> geany-plugins-0.21.1.ebuild:
ppc stable (bug 404537)
diff --git a/dev-util/geany-plugins/geany-plugins-0.19.ebuild b/dev-util/geany-plugins/geany-plugins-0.19.ebuild
deleted file mode 100644
index cff8034a5c33..000000000000
--- a/dev-util/geany-plugins/geany-plugins-0.19.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-0.19.ebuild,v 1.5 2011/10/27 04:51:22 tetromino Exp $
-
-EAPI="2"
-
-inherit base versionator
-
-DESCRIPTION="A collection of different plugins for Geany"
-HOMEPAGE="http://plugins.geany.org/geany-plugins"
-SRC_URI="http://plugins.geany.org/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="enchant gtkspell lua nls"
-
-LINGUAS="be ca da de es fr gl ja pt pt_BR ru tr zh_CN"
-
-RDEPEND="=dev-util/geany-$(get_version_component_range 1-2)*
- enchant? ( app-text/enchant )
- gtkspell? ( app-text/gtkspell:2 )
- lua? ( dev-lang/lua )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_configure() {
- econf \
- $(use_enable enchant spellcheck) \
- $(use_enable gtkspell) \
- $(use_enable lua geanylua) \
- $(use_enable nls)
-}