diff options
Diffstat (limited to 'dev-libs/libindicator/libindicator-12.10.1-r300.ebuild')
-rw-r--r-- | dev-libs/libindicator/libindicator-12.10.1-r300.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-libs/libindicator/libindicator-12.10.1-r300.ebuild b/dev-libs/libindicator/libindicator-12.10.1-r300.ebuild deleted file mode 100644 index 621018231ce5..000000000000 --- a/dev-libs/libindicator/libindicator-12.10.1-r300.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit autotools eutils flag-o-matic virtualx - -DESCRIPTION="A set of symbols and convience functions that all indicators would like to use" -HOMEPAGE="https://launchpad.net/libindicator" -SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="3" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-libs/glib-2.22 - >=x11-libs/gtk+-3.2:3" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( dev-util/dbus-test-runner )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-ldflags-spacing.patch - eautoreconf -} - -src_configure() { - append-flags -Wno-error - - econf \ - --disable-silent-rules \ - --disable-static \ - --with-gtk=3 -} - -src_test() { - Xemake check #391179 -} - -src_install() { - emake -j1 DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS - prune_libtool_files --all -} |