public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/geany-plugins: geany-plugins-1.22-r1.ebuild ChangeLog
@ 2012-09-26  5:33 Nathan Phillip Brink (binki)
  0 siblings, 0 replies; 2+ messages in thread
From: Nathan Phillip Brink (binki) @ 2012-09-26  5:33 UTC (permalink / raw
  To: gentoo-commits

binki       12/09/26 05:33:52

  Modified:             ChangeLog
  Added:                geany-plugins-1.22-r1.ebuild
  Log:
  Restore and fix the multiterm useflag for bug #430926.
  
  (Portage version: 2.2.0_alpha132-r1/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 dev-util/geany-plugins/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	26 Sep 2012 04:57:13 -0000	1.20
+++ ChangeLog	26 Sep 2012 05:33:52 -0000	1.21
@@ -1,6 +1,12 @@
 # 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.20 2012/09/26 04:57:13 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.21 2012/09/26 05:33:52 binki Exp $
+
+*geany-plugins-1.22-r1 (26 Sep 2012)
+
+  26 Sep 2012; Nathan Phillip Brink <binki@gentoo.org>
+  +geany-plugins-1.22-r1.ebuild:
+  Restore and fix the multiterm useflag for bug #430926.
 
   26 Sep 2012; Nathan Phillip Brink <binki@gentoo.org>
   geany-plugins-1.22.ebuild:



1.1                  dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild?rev=1.1&content-type=text/plain

Index: geany-plugins-1.22-r1.ebuild
===================================================================
# 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-r1.ebuild,v 1.1 2012/09/26 05:33:52 binki Exp $

EAPI=4

inherit autotools-utils vala 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 ~ppc ~x86"
IUSE="debugger devhelp enchant gpg gtkspell lua multiterm nls soup webkit"

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)
	dev-libs/libxml2:2
	dev-libs/glib:2
	debugger? ( x11-libs/vte:0 )
	devhelp? (
		dev-util/devhelp
		gnome-base/gconf:2
		net-libs/webkit-gtk:2
		x11-libs/gtk+:2
		x11-libs/libwnck:1
		)
	enchant? ( app-text/enchant )
	gpg? ( app-crypt/gpgme )
	gtkspell? ( app-text/gtkspell:2 )
	lua? ( dev-lang/lua )
	multiterm? (
		$(vala_depend)
		x11-libs/gtk+:2
		>=x11-libs/vte-0.28:0
		)
	soup? ( net-libs/libsoup )
	webkit? (
		net-libs/webkit-gtk:2
		x11-libs/gtk+:2
		x11-libs/gdk-pixbuf:2
		)"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )
	virtual/pkgconfig"

src_prepare() {
	autotools-utils_src_prepare
	use multiterm && vala_src_prepare
}

src_configure() {
	# GeanyGenDoc requires ctpl which isn't yet in portage
	local myeconfargs=(
		--docdir=/usr/share/doc/${PF}
		--disable-cppcheck
		--disable-extra-c-warnings
		--disable-geanygendoc
		--enable-geanygdb
		--enable-geanymacro
		--enable-geanynumberedbookmarks
		--enable-gproject
		--enable-pretty-printer
		--enable-tableconvert
		--enable-treebrowser
		--enable-xmlsnippets
		$(use_enable debugger)
		$(use_enable devhelp)
		$(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?
		$(use_enable soup updatechecker)
		$(use_enable soup geniuspaste)
		$(use_enable webkit webhelper)
	)

	autotools-utils_src_configure
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/geany-plugins: geany-plugins-1.22-r1.ebuild ChangeLog
@ 2013-07-31  4:57 Nathan Phillip Brink (binki)
  0 siblings, 0 replies; 2+ messages in thread
From: Nathan Phillip Brink (binki) @ 2013-07-31  4:57 UTC (permalink / raw
  To: gentoo-commits

binki       13/07/31 04:57:44

  Modified:             geany-plugins-1.22-r1.ebuild ChangeLog
  Log:
  Restrict geany-plugins-1.22*[lua] to geany-1.22 regarding bug #467624 comment 2 by mrueg, as many other plugins are compatible with geany-1.23.
  
  (Portage version: 2.2.0_alpha177-r1/cvs/Linux x86_64, signed Manifest commit with key 743A52E86BA81050)

Revision  Changes    Path
1.5                  dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild?r1=1.4&r2=1.5

Index: geany-plugins-1.22-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- geany-plugins-1.22-r1.ebuild	7 Dec 2012 18:30:48 -0000	1.4
+++ geany-plugins-1.22-r1.ebuild	31 Jul 2013 04:57:43 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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-r1.ebuild,v 1.4 2012/12/07 18:30:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild,v 1.5 2013/07/31 04:57:43 binki Exp $
 
 EAPI=4
 
@@ -31,7 +31,10 @@
 	enchant? ( app-text/enchant )
 	gpg? ( app-crypt/gpgme )
 	gtkspell? ( app-text/gtkspell:2 )
-	lua? ( dev-lang/lua )
+	lua? (
+		dev-lang/lua
+		=dev-util/geany-$(get_version_component_range 1-2)*
+		)
 	multiterm? (
 		$(vala_depend)
 		x11-libs/gtk+:2



1.28                 dev-util/geany-plugins/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany-plugins/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	31 Jul 2013 04:46:04 -0000	1.27
+++ ChangeLog	31 Jul 2013 04:57:43 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/geany-plugins
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.27 2013/07/31 04:46:04 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.28 2013/07/31 04:57:43 binki Exp $
+
+  31 Jul 2013; Nathan Phillip Brink <binki@gentoo.org>
+  geany-plugins-1.22-r1.ebuild:
+  Restrict geany-plugins-1.22*[lua] to geany-1.22 regarding bug #467624 comment
+  2 by mrueg, as many other plugins are compatible with geany-1.23.
 
 *geany-plugins-1.23 (31 Jul 2013)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-31  4:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-31  4:57 [gentoo-commits] gentoo-x86 commit in dev-util/geany-plugins: geany-plugins-1.22-r1.ebuild ChangeLog Nathan Phillip Brink (binki)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-26  5:33 Nathan Phillip Brink (binki)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox