summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink <binki@gentoo.org>2012-09-26 04:57:13 +0000
committerNathan Phillip Brink <binki@gentoo.org>2012-09-26 04:57:13 +0000
commitc095dc864cadd3c3a8193a60dc1f882d12ac6974 (patch)
tree842e56ba837635bd2e69a1793b0ffe633352cced /dev-util
parentSpecify LICENSE more precisely. Bump ebuild to EAPI 4. (diff)
downloadgentoo-2-c095dc864cadd3c3a8193a60dc1f882d12ac6974.tar.gz
gentoo-2-c095dc864cadd3c3a8193a60dc1f882d12ac6974.tar.bz2
gentoo-2-c095dc864cadd3c3a8193a60dc1f882d12ac6974.zip
Provisionally drop multiterm useflag which is broken due to vala misuse in this ebuild, bug #430926.
(Portage version: 2.2.0_alpha132-r1/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/geany-plugins/ChangeLog7
-rw-r--r--dev-util/geany-plugins/geany-plugins-1.22.ebuild10
2 files changed, 9 insertions, 8 deletions
diff --git a/dev-util/geany-plugins/ChangeLog b/dev-util/geany-plugins/ChangeLog
index 4dc8999770fc..44ec495fd38b 100644
--- a/dev-util/geany-plugins/ChangeLog
+++ b/dev-util/geany-plugins/ChangeLog
@@ -1,6 +1,11 @@
# 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.19 2012/09/23 07:46:49 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.20 2012/09/26 04:57:13 binki Exp $
+
+ 26 Sep 2012; Nathan Phillip Brink <binki@gentoo.org>
+ geany-plugins-1.22.ebuild:
+ Provisionally drop multiterm useflag which is broken due to vala misuse in
+ this ebuild, bug #430926.
23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
geany-plugins-1.22.ebuild:
diff --git a/dev-util/geany-plugins/geany-plugins-1.22.ebuild b/dev-util/geany-plugins/geany-plugins-1.22.ebuild
index 773ea1fdfad4..4359d336cd68 100644
--- a/dev-util/geany-plugins/geany-plugins-1.22.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-1.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-1.22.ebuild,v 1.3 2012/09/23 07:46:49 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-1.22.ebuild,v 1.4 2012/09/26 04:57:13 binki Exp $
EAPI=4
@@ -13,7 +13,7 @@ SRC_URI="http://plugins.geany.org/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
-IUSE="debugger devhelp enchant gpg gtkspell lua multiterm nls soup webkit"
+IUSE="debugger devhelp enchant gpg gtkspell lua nls soup webkit"
LINGUAS="be ca da de es fr gl ja pt pt_BR ru tr zh_CN"
@@ -32,10 +32,6 @@ RDEPEND=">=dev-util/geany-$(get_version_component_range 1-2)
gpg? ( app-crypt/gpgme )
gtkspell? ( app-text/gtkspell:2 )
lua? ( dev-lang/lua )
- multiterm? (
- x11-libs/gtk+:2
- x11-libs/vte:0
- )
soup? ( net-libs/libsoup )
webkit? (
net-libs/webkit-gtk:2
@@ -53,6 +49,7 @@ src_configure() {
--disable-cppcheck
--disable-extra-c-warnings
--disable-geanygendoc
+ --disable-multiterm
--enable-geanygdb
--enable-geanymacro
--enable-geanynumberedbookmarks
@@ -66,7 +63,6 @@ src_configure() {
$(use_enable enchant spellcheck)
$(use_enable gpg geanypg)
$(use_enable gtkspell)
- $(use_enable multiterm)
$(use_enable lua geanylua)
$(use_enable nls)
# Having updatechecker... when you're using a package manager?