public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: ChangeLog libindicate-0.3.6.ebuild
@ 2010-03-31 17:43 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 2+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-03-31 17:43 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/03/31 17:43:35

  Modified:             ChangeLog
  Added:                libindicate-0.3.6.ebuild
  Log:
  Version bump, moved from kde overlay, thanks to Dennis Schridde. Reference launchpad bugs for the patches
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-libs/libindicate/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	16 Feb 2010 17:15:10 -0000	1.6
+++ ChangeLog	31 Mar 2010 17:43:34 -0000	1.7
@@ -1,6 +1,15 @@
 # ChangeLog for dev-libs/libindicate
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.6 2010/02/16 17:15:10 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.7 2010/03/31 17:43:34 tampakrap Exp $
+
+*libindicate-0.3.6 (31 Mar 2010)
+
+  31 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org>
+  +libindicate-0.3.6.ebuild,
+  +files/libindicate-0.3.6-no-gobject-introspection.patch,
+  +files/libindicate-0.3.6-optional-gtk-support.patch:
+  Version bump, moved from kde overlay, thanks to Dennis Schridde.Reference
+  launchpad bugs for the patches
 
   16 Feb 2010; Joseph Jezak <josejx@gentoo.org> libindicate-0.2.3-r1.ebuild:
   Marked ~ppc/~ppc64 for bug #304365.



1.1                  dev-libs/libindicate/libindicate-0.3.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/libindicate-0.3.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libindicate/libindicate-0.3.6.ebuild?rev=1.1&content-type=text/plain

Index: libindicate-0.3.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.3.6.ebuild,v 1.1 2010/03/31 17:43:34 tampakrap Exp $

EAPI=2

inherit autotools eutils versionator

DESCRIPTION="Library to raise flags on DBus for other components of the desktop to pick up and visualize"
HOMEPAGE="https://launchpad.net/libindicate/"
SRC_URI="http://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk doc"
# They put their mother in the tarball ? ^^
RESTRICT="test"

# For the dependency on dev-libs/libdbusmenu see launchpad-bug #552667
RDEPEND="dev-libs/glib:2
	dev-libs/dbus-glib
	dev-libs/libdbusmenu
	dev-libs/libxml2:2
	gtk? ( x11-libs/gtk+:2 )"
DEPEND="${RDEPEND}
	doc? ( dev-util/gtk-doc )
	dev-util/pkgconfig"

src_prepare() {
	# Make libindicator-gtk library optional, launchpad-bug #431311
	epatch "${FILESDIR}/${P}-optional-gtk-support.patch"
	# Fixup undeclared HAVE_INTROSPECTION, launchpad-bug #552537
	epatch "${FILESDIR}/${P}-no-gobject-introspection.patch"
	# Drop -Werror in a release
	sed -e 's:-Werror::g' -i libindicate/Makefile.am libindicate-gtk/Makefile.am || die "sed failed"
	eautoreconf
}

src_configure() {
	local my_conf

	# gobject-instrospection is a nightmare in this package, it's fixable for libindicate
	# and not for libindicate-gtk, disable it until its fixed on upstream
	my_conf="--disable-dependency-tracking
		--docdir=/usr/share/doc/${PF}
		$(use_enable gtk)
		$(use_enable doc)"
	econf $my_conf
}

src_test() {
	emake check || die "testsuite failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	dodoc AUTHORS || die "dodoc failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: ChangeLog libindicate-0.3.6.ebuild
@ 2011-01-03 16:28 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-01-03 16:28 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/01/03 16:28:41

  Modified:             ChangeLog libindicate-0.3.6.ebuild
  Log:
  Add RDEPEND on dev-util/gtk-doc-am, fixes bug 348061
  
  (Portage version: 2.1.9.26/cvs/Linux i686)

Revision  Changes    Path
1.9                  dev-libs/libindicate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	6 Jun 2010 00:37:37 -0000	1.8
+++ ChangeLog	3 Jan 2011 16:28:41 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libindicate
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.8 2010/06/06 00:37:37 reavertm Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.9 2011/01/03 16:28:41 dilfridge Exp $
+
+  03 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  libindicate-0.3.6.ebuild:
+  Add RDEPEND on dev-util/gtk-doc-am; fixes bug 348061
 
   06 Jun 2010; Maciej Mrozowski <reavertm@gentoo.org>
   -libindicate-0.2.3.ebuild, libindicate-0.2.3-r1.ebuild:



1.2                  dev-libs/libindicate/libindicate-0.3.6.ebuild

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

Index: libindicate-0.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.3.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libindicate-0.3.6.ebuild	31 Mar 2010 17:43:34 -0000	1.1
+++ libindicate-0.3.6.ebuild	3 Jan 2011 16:28:41 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.3.6.ebuild,v 1.1 2010/03/31 17:43:34 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.3.6.ebuild,v 1.2 2011/01/03 16:28:41 dilfridge Exp $
 
 EAPI=2
 
@@ -25,6 +25,7 @@
 	gtk? ( x11-libs/gtk+:2 )"
 DEPEND="${RDEPEND}
 	doc? ( dev-util/gtk-doc )
+	dev-util/gtk-doc-am
 	dev-util/pkgconfig"
 
 src_prepare() {






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

end of thread, other threads:[~2011-01-03 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31 17:43 [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: ChangeLog libindicate-0.3.6.ebuild Theo Chatzimichos (tampakrap)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-03 16:28 Andreas HAttel (dilfridge)

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