diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-26 16:34:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-26 16:34:50 +0000 |
commit | 3fc2cd69c9baf256b4243046018503da43ce1d61 (patch) | |
tree | 3e8c0d62b0363e867b1a9665cd4f079d18c1c57d /dev-libs/libindicator/libindicator-0.4.1-r201.ebuild | |
parent | old (diff) | |
download | gentoo-2-3fc2cd69c9baf256b4243046018503da43ce1d61.tar.gz gentoo-2-3fc2cd69c9baf256b4243046018503da43ce1d61.tar.bz2 gentoo-2-3fc2cd69c9baf256b4243046018503da43ce1d61.zip |
old
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libindicator/libindicator-0.4.1-r201.ebuild')
-rw-r--r-- | dev-libs/libindicator/libindicator-0.4.1-r201.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-libs/libindicator/libindicator-0.4.1-r201.ebuild b/dev-libs/libindicator/libindicator-0.4.1-r201.ebuild deleted file mode 100644 index 36da094a6167..000000000000 --- a/dev-libs/libindicator/libindicator-0.4.1-r201.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicator/libindicator-0.4.1-r201.ebuild,v 1.2 2012/05/04 18:35:46 jdhore Exp $ - -EAPI=4 - -DESCRIPTION="A set of symbols and convience functions that all indicators would like to use" -HOMEPAGE="http://launchpad.net/libindicator" -SRC_URI="http://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# note: pull in SLOT="3" to install headers and libs (see rm -rf in src_install) -RDEPEND=">=dev-libs/glib-2.22 - >=x11-libs/gtk+-2.18:2 - ${CATEGORY}/${PN}:3" -DEPEND="${RDEPEND} - virtual/pkgconfig - !<${CATEGORY}/${PN}-0.4.1-r201" - -src_prepare() { - sed -i -e 's:-Werror::' {libindicator,tests,tools}/Makefile.{am,in} || die -} - -src_configure() { - econf \ - --disable-static \ - --with-gtk=2 -} - -src_install() { - emake -j1 DESTDIR="${D}" install - - # note: purposely not installing documentation and colliding files to - # support SLOT="3" - rm -rf \ - "${ED}"usr/share/${PN} \ - "${ED}"usr/include/${PN}-0.4/${PN} \ - "${ED}"usr/lib*/*.la \ - "${ED}"usr/lib*/libdummy-indicator-* -} |