public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libdbusmenu: libdbusmenu-12.10.2.ebuild ChangeLog
@ 2014-02-12 10:04 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2014-02-12 10:04 UTC (permalink / raw
  To: gentoo-commits

jlec        14/02/12 10:04:56

  Modified:             ChangeLog
  Added:                libdbusmenu-12.10.2.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.28                 dev-libs/libdbusmenu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	6 Jul 2013 22:30:23 -0000	1.27
+++ ChangeLog	12 Feb 2014 10:04:56 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libdbusmenu
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/ChangeLog,v 1.27 2013/07/06 22:30:23 xmw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/ChangeLog,v 1.28 2014/02/12 10:04:56 jlec Exp $
+
+*libdbusmenu-12.10.2 (12 Feb 2014)
+
+  12 Feb 2014; Justin Lecher <jlec@gentoo.org> +libdbusmenu-12.10.2.ebuild:
+  Version Bump
 
   06 Jul 2013; Michael Weber <xmw@gentoo.org> libdbusmenu-0.6.2.ebuild:
   Depend on gtk+ introspection (bug 475938).



1.1                  dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild?rev=1.1&content-type=text/plain

Index: libdbusmenu-12.10.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild,v 1.1 2014/02/12 10:04:56 jlec Exp $

EAPI=5

VALA_MIN_API_VERSION=0.16
VALA_USE_DEPEND=vapigen
PYTHON_COMPAT=( python{2_6,2_7} )

inherit eutils flag-o-matic python-single-r1 vala

DESCRIPTION="Library to pass menu structure across DBus"
HOMEPAGE="http://launchpad.net/dbusmenu"
SRC_URI="http://launchpad.net/${PN/lib}/${PV%.*}/${PV}/+download/${P}.tar.gz"

LICENSE="LGPL-2.1 LGPL-3"
SLOT="3"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86"
IUSE="debug gtk +introspection"

RDEPEND="
	>=dev-libs/glib-2.32
	>=dev-libs/dbus-glib-0.100
	dev-libs/libxml2
	gtk? ( >=x11-libs/gtk+-3.2:3[introspection?] )
	introspection? ( >=dev-libs/gobject-introspection-1 )
	!<${CATEGORY}/${PN}-0.5.1-r200"
DEPEND="${RDEPEND}
	app-text/gnome-doc-utils
	dev-util/intltool
	virtual/pkgconfig
	introspection? ( $(vala_depend) )"

src_prepare() {
	if use introspection; then
		vala_src_prepare
		export VALA_API_GEN="${VAPIGEN}"
	fi
	python_fix_shebang tools
}

src_configure() {
	append-flags -Wno-error #414323

	# dumper extra tool is only for GTK+-2.x, tests use valgrind which is stupid
	econf \
		--docdir=/usr/share/doc/${PF} \
		--disable-static \
		--disable-silent-rules \
		--disable-scrollkeeper \
		$(use_enable gtk) \
		--disable-dumper \
		$(use_enable introspection) \
		$(use_enable introspection vala) \
		$(use_enable debug massivedebugging) \
		--with-html-dir=/usr/share/doc/${PF}/html \
		--with-gtk=3
}

src_test() { :; } #440192

src_install() {
	MAKEOPTS+=" -j1"
	default

	local a b
	for a in ${PN}-{glib,gtk}; do
		b=/usr/share/doc/${PF}/html/${a}
		[[ -d ${ED}/${b} ]] && dosym ${b} /usr/share/gtk-doc/html/${a}
	done

	prune_libtool_files
}





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libdbusmenu: libdbusmenu-12.10.2.ebuild ChangeLog
@ 2014-06-19 15:06 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-06-19 15:06 UTC (permalink / raw
  To: gentoo-commits

klausman    14/06/19 15:06:51

  Modified:             libdbusmenu-12.10.2.ebuild ChangeLog
  Log:
  Keyworded on alpha, bug #468984
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)

Revision  Changes    Path
1.3                  dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild?r1=1.2&r2=1.3

Index: libdbusmenu-12.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libdbusmenu-12.10.2.ebuild	13 Feb 2014 09:13:33 -0000	1.2
+++ libdbusmenu-12.10.2.ebuild	19 Jun 2014 15:06:50 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild,v 1.2 2014/02/13 09:13:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild,v 1.3 2014/06/19 15:06:50 klausman Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86"
 IUSE="debug gtk +introspection"
 
 RDEPEND="



1.30                 dev-libs/libdbusmenu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	13 Feb 2014 09:13:33 -0000	1.29
+++ ChangeLog	19 Jun 2014 15:06:50 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libdbusmenu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/ChangeLog,v 1.29 2014/02/13 09:13:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/ChangeLog,v 1.30 2014/06/19 15:06:50 klausman Exp $
+
+  19 Jun 2014; Tobias Klausmann <klausman@gentoo.org>
+  libdbusmenu-12.10.2.ebuild:
+  Keyworded on alpha, bug #468984
 
   13 Feb 2014; Justin Lecher <jlec@gentoo.org> libdbusmenu-12.10.2.ebuild,
   metadata.xml:





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libdbusmenu: libdbusmenu-12.10.2.ebuild ChangeLog
@ 2015-04-05 12:58 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-05 12:58 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/05 12:58:07

  Modified:             libdbusmenu-12.10.2.ebuild ChangeLog
  Log:
  Pass -j1 to emake rather than overriding MAKEOPTS, patch by karolherbst.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.6                  dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild?r1=1.5&r2=1.6

Index: libdbusmenu-12.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libdbusmenu-12.10.2.ebuild	20 Aug 2014 11:25:43 -0000	1.5
+++ libdbusmenu-12.10.2.ebuild	5 Apr 2015 12:58:07 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild,v 1.5 2014/08/20 11:25:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/libdbusmenu-12.10.2.ebuild,v 1.6 2015/04/05 12:58:07 mgorny Exp $
 
 EAPI=5
 
@@ -62,8 +62,8 @@
 src_test() { :; } #440192
 
 src_install() {
-	MAKEOPTS+=" -j1"
-	default
+	emake -j1 DESTDIR="${D}" install
+	einstalldocs
 
 	local a b
 	for a in ${PN}-{glib,gtk}; do



1.33                 dev-libs/libdbusmenu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdbusmenu/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	20 Aug 2014 11:25:43 -0000	1.32
+++ ChangeLog	5 Apr 2015 12:58:07 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libdbusmenu
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/ChangeLog,v 1.32 2014/08/20 11:25:43 armin76 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdbusmenu/ChangeLog,v 1.33 2015/04/05 12:58:07 mgorny Exp $
+
+  05 Apr 2015; Michał Górny <mgorny@gentoo.org> libdbusmenu-12.10.2.ebuild:
+  Pass -j1 to emake rather than overriding MAKEOPTS, patch by karolherbst.
 
   20 Aug 2014; Raúl Porcel <armin76@gentoo.org> libdbusmenu-12.10.2.ebuild:
   Add ~sparc wrt #468984





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

end of thread, other threads:[~2015-04-05 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-19 15:06 [gentoo-commits] gentoo-x86 commit in dev-libs/libdbusmenu: libdbusmenu-12.10.2.ebuild ChangeLog Tobias Klausmann (klausman)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-05 12:58 Michal Gorny (mgorny)
2014-02-12 10:04 Justin Lecher (jlec)

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