public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: dev-libs/libdbusmenu/
@ 2011-02-05 17:00 Dennis Schridde
  0 siblings, 0 replies; 4+ messages in thread
From: Dennis Schridde @ 2011-02-05 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     12364a66dcef0daf13a2f2b17580763cb721de07
Author:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Sat Feb  5 16:54:47 2011 +0000
Commit:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Sat Feb  5 17:00:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=12364a66

[dev-libs/libdbusmenu] Support tests via virtualx, revbump

Revbump not actually executed, because a5e2d67fb4617dcd69bcd54fdb784aa279559d9a
 ([dev-libs/libdbusmenu] Optional Vala, fix parallel-build of introspection, revbump)
 is part of the same push

Bug: 315217

(Portage version: 2.2.0_alpha20/git/Linux x86_64, signed Manifest commit with key 50ED256E)

---
 dev-libs/libdbusmenu/libdbusmenu-0.3.16-r1.ebuild |   12 ++++++------
 dev-libs/libdbusmenu/libdbusmenu-0.3.94-r1.ebuild |   12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-libs/libdbusmenu/libdbusmenu-0.3.16-r1.ebuild b/dev-libs/libdbusmenu/libdbusmenu-0.3.16-r1.ebuild
index a691a0f..7cc9790 100644
--- a/dev-libs/libdbusmenu/libdbusmenu-0.3.16-r1.ebuild
+++ b/dev-libs/libdbusmenu/libdbusmenu-0.3.16-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=3
 
-inherit autotools eutils versionator
+inherit autotools eutils versionator virtualx
 
 MY_MAJOR_VERSION="$(get_version_component_range 1-2)"
 if version_is_at_least "${MY_MAJOR_VERSION}.50" ; then
@@ -20,16 +20,16 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="gtk +introspection test vala"
 
-# Needs dev-util/dbus-test-runner (not yet in tree)
-RESTRICT="test"
-
 RDEPEND="dev-libs/glib:2
 	dev-libs/dbus-glib
 	dev-libs/libxml2:2
 	gtk? ( x11-libs/gtk+:2 )"
 DEPEND="${RDEPEND}
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
-	test? ( dev-libs/json-glib[introspection=] )
+	test? (
+		dev-libs/json-glib[introspection=]
+		dev-util/dbus-test-runner
+	)
 	vala? ( dev-lang/vala:0 )
 	dev-util/intltool
 	dev-util/pkgconfig"
@@ -71,7 +71,7 @@ src_configure() {
 }
 
 src_test() {
-	emake check || die "testsuite failed"
+	Xemake check || die "testsuite failed"
 }
 
 src_install() {

diff --git a/dev-libs/libdbusmenu/libdbusmenu-0.3.94-r1.ebuild b/dev-libs/libdbusmenu/libdbusmenu-0.3.94-r1.ebuild
index 47b58a0..f6cbddd 100644
--- a/dev-libs/libdbusmenu/libdbusmenu-0.3.94-r1.ebuild
+++ b/dev-libs/libdbusmenu/libdbusmenu-0.3.94-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=3
 
-inherit autotools eutils versionator
+inherit autotools eutils versionator virtualx
 
 MY_MAJOR_VERSION="$(get_version_component_range 1-2)"
 if version_is_at_least "${MY_MAJOR_VERSION}.50" ; then
@@ -20,9 +20,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="gtk gtk3 +introspection test vala"
 
-# Needs dev-util/dbus-test-runner (not yet in tree)
-RESTRICT="test"
-
 RDEPEND="dev-libs/glib:2
 	dev-libs/dbus-glib
 	dev-libs/libxml2:2
@@ -32,7 +29,10 @@ RDEPEND="dev-libs/glib:2
 	)"
 DEPEND="${RDEPEND}
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
-	test? ( dev-libs/json-glib[introspection=] )
+	test? (
+		dev-libs/json-glib[introspection=]
+		dev-util/dbus-test-runner
+	)
 	vala? ( dev-lang/vala:0 )
 	dev-util/intltool
 	dev-util/pkgconfig"
@@ -82,7 +82,7 @@ src_configure() {
 }
 
 src_test() {
-	emake check || die "testsuite failed"
+	Xemake check || die "testsuite failed"
 }
 
 src_install() {



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

* [gentoo-commits] proj/kde:master commit in: dev-libs/libdbusmenu/
@ 2011-02-05 17:00 Dennis Schridde
  0 siblings, 0 replies; 4+ messages in thread
From: Dennis Schridde @ 2011-02-05 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     268c93bf49416969f8396463fb74843a1e2a199b
Author:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Sat Feb  5 16:32:41 2011 +0000
Commit:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Sat Feb  5 17:00:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=268c93bf

[dev-libs/libdbusmenu-0.3.16-r1] Sync with 0.3.94-r1 with regards to usage of MY_MAJOR_VERSION

(Portage version: 2.2.0_alpha20/git/Linux x86_64, signed Manifest commit with key 50ED256E)

---
 dev-libs/libdbusmenu/libdbusmenu-0.3.16-r1.ebuild |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/dev-libs/libdbusmenu/libdbusmenu-0.3.16-r1.ebuild b/dev-libs/libdbusmenu/libdbusmenu-0.3.16-r1.ebuild
index c912279..a691a0f 100644
--- a/dev-libs/libdbusmenu/libdbusmenu-0.3.16-r1.ebuild
+++ b/dev-libs/libdbusmenu/libdbusmenu-0.3.16-r1.ebuild
@@ -6,9 +6,14 @@ EAPI=3
 
 inherit autotools eutils versionator
 
+MY_MAJOR_VERSION="$(get_version_component_range 1-2)"
+if version_is_at_least "${MY_MAJOR_VERSION}.50" ; then
+	MY_MAJOR_VERSION="$(get_major_version).$(($(get_version_component_range 2)+1))"
+fi
+
 DESCRIPTION="Library to pass menu structure across DBus"
 HOMEPAGE="https://launchpad.net/dbusmenu"
-SRC_URI="http://launchpad.net/dbusmenu/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
+SRC_URI="http://launchpad.net/dbusmenu/${MY_MAJOR_VERSION}/${PV}/+download/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"



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

* [gentoo-commits] proj/kde:master commit in: dev-libs/libdbusmenu/
@ 2011-02-05 21:42 Dennis Schridde
  0 siblings, 0 replies; 4+ messages in thread
From: Dennis Schridde @ 2011-02-05 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     3dbe97632b44e3ceedc4d198c3c3b409c3fd96ea
Author:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Sat Feb  5 19:54:36 2011 +0000
Commit:     Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Sat Feb  5 19:54:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3dbe9763

[dev-libs/libdbusmenu-0.3.94-r1] Use the correct fix-introspection patch for this version

(Portage version: 2.2.0_alpha20/git/Linux x86_64, signed Manifest commit with key 50ED256E)

---
 dev-libs/libdbusmenu/libdbusmenu-0.3.94-r1.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dev-libs/libdbusmenu/libdbusmenu-0.3.94-r1.ebuild b/dev-libs/libdbusmenu/libdbusmenu-0.3.94-r1.ebuild
index f6cbddd..277e40f 100644
--- a/dev-libs/libdbusmenu/libdbusmenu-0.3.94-r1.ebuild
+++ b/dev-libs/libdbusmenu/libdbusmenu-0.3.94-r1.ebuild
@@ -58,7 +58,7 @@ src_prepare() {
 	# Fixup undeclared HAVE_INTROSPECTION, launchpad-bug #552538
 	epatch "${FILESDIR}/${PN}-0.3.14-fix-aclocal.patch"
 	# Fix introspection generation, launchpad-bug #713690
-	epatch "${FILESDIR}/${PN}-0.3.16-fix-introspection.patch"
+	epatch "${FILESDIR}/${P}-fix-introspection.patch"
 	# Drop -Werror in a release
 	sed -e 's:-Werror::g' -i libdbusmenu-glib/Makefile.am libdbusmenu-gtk/Makefile.am || die "sed failed"
 	eautoreconf



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

* [gentoo-commits] proj/kde:master commit in: dev-libs/libdbusmenu/
@ 2011-11-01 21:53 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2011-11-01 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     316950809ad391f35bd9eaf410bb6b66b0ffe7f0
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Tue Nov  1 21:52:44 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov  1 21:53:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=31695080

[dev-libs/libdbusmenu] Version bump

(Portage version: 2.1.10.32/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 dev-libs/libdbusmenu/libdbusmenu-0.5.1.ebuild |   62 +++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/dev-libs/libdbusmenu/libdbusmenu-0.5.1.ebuild b/dev-libs/libdbusmenu/libdbusmenu-0.5.1.ebuild
new file mode 100644
index 0000000..b8366e4
--- /dev/null
+++ b/dev-libs/libdbusmenu/libdbusmenu-0.5.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-0.3.16-r2.ebuild,v 1.1 2011/02/07 09:56:46 tampakrap Exp $
+
+EAPI=3
+
+inherit autotools eutils versionator virtualx
+
+MY_MAJOR_VERSION="$(get_version_component_range 1-2)"
+if version_is_at_least "${MY_MAJOR_VERSION}.50" ; then
+	MY_MAJOR_VERSION="$(get_major_version).$(($(get_version_component_range 2)+1))"
+fi
+
+DESCRIPTION="Library to pass menu structure across DBus"
+HOMEPAGE="https://launchpad.net/dbusmenu"
+SRC_URI="http://launchpad.net/dbusmenu/${MY_MAJOR_VERSION}/${PV}/+download/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk +introspection test vala"
+
+RDEPEND="dev-libs/glib:2
+	dev-libs/dbus-glib
+	dev-libs/libxml2:2
+	gtk? ( x11-libs/gtk+:2 )"
+DEPEND="${RDEPEND}
+	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
+	test? (
+		dev-libs/json-glib[introspection=]
+		dev-util/dbus-test-runner
+	)
+	vala? ( dev-lang/vala:0.10 )
+	dev-util/intltool
+	dev-util/pkgconfig"
+
+pkg_setup() {
+	if use vala && use !introspection ; then
+		eerror "Vala bindings (USE=vala) require introspection support (USE=introspection)"
+		die "Vala bindings (USE=vala) require introspection support (USE=introspection)"
+	fi
+}
+
+src_configure() {
+	VALA_API_GEN=$(type -p vapigen-0.10) \
+		econf \
+		--with-gtk=2 \
+		$(use_enable gtk) \
+		$(use_enable gtk dumper) \
+		$(use_enable introspection) \
+		$(use_enable test tests) \
+		$(use_enable vala)
+}
+
+src_test() {
+	Xemake check || die "testsuite failed"
+}
+
+src_install() {
+	emake DESTDIR="${ED}" install || die "make install failed"
+	dodoc AUTHORS || die "dodoc failed"
+}



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

end of thread, other threads:[~2011-11-01 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-05 17:00 [gentoo-commits] proj/kde:master commit in: dev-libs/libdbusmenu/ Dennis Schridde
  -- strict thread matches above, loose matches on Subject: below --
2011-02-05 17:00 Dennis Schridde
2011-02-05 21:42 Dennis Schridde
2011-11-01 21:53 Andreas Hüttel

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