diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-06-06 00:37:37 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-06-06 00:37:37 +0000 |
commit | fb52c25cdbde2ac225e088a06108c108caa220ac (patch) | |
tree | 520d610d30b35eb98d0b29148e4e9b7f87836f34 /dev-libs/libindicate | |
parent | Import Fedora patchset. Fix building with _FORTIFY_SOURCE=2 wrt #274308. Fix ... (diff) | |
download | gentoo-2-fb52c25cdbde2ac225e088a06108c108caa220ac.tar.gz gentoo-2-fb52c25cdbde2ac225e088a06108c108caa220ac.tar.bz2 gentoo-2-fb52c25cdbde2ac225e088a06108c108caa220ac.zip |
Remove old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libindicate')
-rw-r--r-- | dev-libs/libindicate/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libindicate/libindicate-0.2.3-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libindicate/libindicate-0.2.3.ebuild | 53 |
3 files changed, 10 insertions, 55 deletions
diff --git a/dev-libs/libindicate/ChangeLog b/dev-libs/libindicate/ChangeLog index 97fcdd26115e..78a1d018e9bb 100644 --- a/dev-libs/libindicate/ChangeLog +++ b/dev-libs/libindicate/ChangeLog @@ -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.7 2010/03/31 17:43:34 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.8 2010/06/06 00:37:37 reavertm Exp $ + + 06 Jun 2010; Maciej Mrozowski <reavertm@gentoo.org> + -libindicate-0.2.3.ebuild, libindicate-0.2.3-r1.ebuild: + Remove old *libindicate-0.3.6 (31 Mar 2010) diff --git a/dev-libs/libindicate/libindicate-0.2.3-r1.ebuild b/dev-libs/libindicate/libindicate-0.2.3-r1.ebuild index 319fd619d166..64ceb9c000b4 100644 --- a/dev-libs/libindicate/libindicate-0.2.3-r1.ebuild +++ b/dev-libs/libindicate/libindicate-0.2.3-r1.ebuild @@ -1,6 +1,6 @@ # 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.2.3-r1.ebuild,v 1.2 2010/02/16 17:15:10 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3-r1.ebuild,v 1.3 2010/06/06 00:37:37 reavertm Exp $ EAPI=2 @@ -24,6 +24,7 @@ RDEPEND="dev-libs/glib:2 DEPEND="${RDEPEND} doc? ( dev-util/gtk-doc ) dev-util/pkgconfig" + src_prepare() { # Make libindicator-gtk library optional epatch "${FILESDIR}/${P}-optional-gtk-support.patch" @@ -31,6 +32,7 @@ src_prepare() { sed -e 's:-Werror::g' -i libindicate/Makefile.in || die "sed failed" eautoreconf } + src_configure() { local my_conf @@ -43,9 +45,11 @@ src_configure() { $(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" diff --git a/dev-libs/libindicate/libindicate-0.2.3.ebuild b/dev-libs/libindicate/libindicate-0.2.3.ebuild deleted file mode 100644 index 068ce53a0995..000000000000 --- a/dev-libs/libindicate/libindicate-0.2.3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.2.3.ebuild,v 1.4 2009/11/23 22:34:22 mrpouet 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" - -RDEPEND="dev-libs/glib:2 - >=dev-libs/dbus-glib-0.76 - 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 - epatch "${FILESDIR}/${P}-optional-gtk-support.patch" - # Drop -Werror in a release - sed -e 's:-Werror::g' -i libindicate/Makefile.in || 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 - --disable-gobject-introspection - $(use_enable gtk) - $(use_enable doc)" - # Fix bug 294279 - use doc && my_conf="$my_conf --docdir=/usr/share/doc/${PF}" - 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" -} |