* [gentoo-commits] proj/kde:master commit in: dev-libs/libindicate/
@ 2011-02-05 17:00 Dennis Schridde
0 siblings, 0 replies; 2+ messages in thread
From: Dennis Schridde @ 2011-02-05 17:00 UTC (permalink / raw
To: gentoo-commits
commit: a43fe18e91931bd2439c7e4010cb1f143de47825
Author: Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Sat Feb 5 14:52:49 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=a43fe18e
[dev-libs/libindicate-0.4.91] Change wrong "! use flag" into "use !flag"
(Portage version: 2.2.0_alpha20/git/Linux x86_64, signed Manifest commit with key 50ED256E)
---
dev-libs/libindicate/libindicate-0.4.91.ebuild | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-libs/libindicate/libindicate-0.4.91.ebuild b/dev-libs/libindicate/libindicate-0.4.91.ebuild
index 39ef6b1..556ecc6 100644
--- a/dev-libs/libindicate/libindicate-0.4.91.ebuild
+++ b/dev-libs/libindicate/libindicate-0.4.91.ebuild
@@ -44,11 +44,11 @@ DEPEND="${RDEPEND}
pkg_setup() {
if use mono && has "${PV}" "${BROKEN_MONO}" ; then
eerror "Mono bindings (USE=mono) are broken in this version"
- die "Mono bindings are broken in this version"
+ die "Mono bindings (USE=mono) are broken in this version"
fi
- if use python && ! use gtk ; then
+ if use python && use !gtk ; then
eerror "Python bindings (USE=python) require GTK support (USE=gtk)"
- die "Python bindings require USE=gtk"
+ die "Python bindings (USE=python) require GTK support (USE=gtk)"
fi
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/libindicate/
@ 2011-04-12 23:10 Andreas K. Huettel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Huettel @ 2011-04-12 23:10 UTC (permalink / raw
To: gentoo-commits
commit: b56bb24993e53d25906ca5d0815c7b0b3a6913c8
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Tue Apr 12 23:12:56 2011 +0000
Commit: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 23:12:56 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b56bb249
[dev-libs/libindicate] Fix is now in main tree
(Portage version: 2.1.9.45/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
---
dev-libs/libindicate/libindicate-0.4.4-r3.ebuild | 84 ----------------------
1 files changed, 0 insertions(+), 84 deletions(-)
diff --git a/dev-libs/libindicate/libindicate-0.4.4-r3.ebuild b/dev-libs/libindicate/libindicate-0.4.4-r3.ebuild
deleted file mode 100644
index 91199df..0000000
--- a/dev-libs/libindicate/libindicate-0.4.4-r3.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# 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.4.4-r2.ebuild,v 1.1 2011/02/07 10:05: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="doc +introspection"
-
-RESTRICT="test"
-
-# For the dependency on dev-libs/libdbusmenu see launchpad-bug #552667
-RDEPEND="dev-libs/glib:2[introspection=]
- dev-libs/dbus-glib
- <dev-libs/libdbusmenu-0.3.50[introspection=]
- dev-libs/libxml2:2
- x11-libs/gtk+:2
- dev-python/pygtk
- dev-dotnet/gtk-sharp
- dev-dotnet/gtk-sharp-gapi"
-DEPEND="${RDEPEND}
- doc? ( dev-util/gtk-doc )
- introspection? ( >=dev-libs/gobject-introspection-0.6.3 )
- app-text/gnome-doc-utils
- dev-util/gtk-doc-am
- dev-util/pkgconfig"
-
-src_prepare() {
- # Without patches:
- # Make python optional, launchpad-bug #643921
- # Make mono optional, launchpad-bug #643922
-
- # Incomplete patches:
- # Make gtk optional, needs optional-python or code modifications, launchpad-bug #431311
- #epatch "${FILESDIR}/${P}-optional-gtk.patch"
-
- # Make doc optional, launchpad-bug #643911
- epatch "${FILESDIR}/${P}-optional-doc.patch"
- # Do not compile mono-example by default, launchpad-bug #643912
- epatch "${FILESDIR}/${P}-optional-mono-example.patch"
- # Do not compile examples by default, launchpad-bug #643917
- epatch "${FILESDIR}/${P}-optional-examples.patch"
- # Fix trouble with autoreconf and m4 directory, launchpad-bug #683552
- epatch "${FILESDIR}/${P}-fix-aclocal.patch"
- # Fixup undeclared HAVE_INTROSPECTION, launchpad-bug #552537
- epatch "${FILESDIR}/${P}-fix-introspection.patch"
- # Fix out-of-source builds, launchpad-bug #643913
- epatch "${FILESDIR}/${P}-fix-out-of-source-build.patch"
- # Fix compilation for python != 2.6, launchpad-bug #594992
- epatch "${FILESDIR}/${P}-fix-python-version.patch"
- # Fix parallel-make for mono bindings, launchpad-bug #709954
- epatch "${FILESDIR}/${P}-mono-parallel-make.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() {
- # 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
- econf \
- --disable-dependency-tracking \
- --docdir=/usr/share/doc/${PF} \
- $(use_enable doc) \
- $(use_enable introspection) \
- || die "configure failed"
-}
-
-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 related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-12 23:10 UTC | newest]
Thread overview: 2+ 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/libindicate/ Dennis Schridde
-- strict thread matches above, loose matches on Subject: below --
2011-04-12 23:10 Andreas K. Huettel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox