diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-04-07 22:44:54 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-04-07 22:45:12 +1000 |
commit | 0723b744e5b6ce095b43c1556b12a06914d70925 (patch) | |
tree | ea4c27fc25fe1016db81bf55bffbf2a5bf144230 /dev-libs/libappindicator | |
parent | app-backup/kfoldersync: version bump (diff) | |
download | gentoo-0723b744e5b6ce095b43c1556b12a06914d70925.tar.gz gentoo-0723b744e5b6ce095b43c1556b12a06914d70925.tar.bz2 gentoo-0723b744e5b6ce095b43c1556b12a06914d70925.zip |
dev-libs/libappindicator: remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/libappindicator')
-rw-r--r-- | dev-libs/libappindicator/libappindicator-12.10.0-r1.ebuild | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r1.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r1.ebuild deleted file mode 100644 index 77d893a01cb5..000000000000 --- a/dev-libs/libappindicator/libappindicator-12.10.0-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -VALA_MIN_API_VERSION="0.16" -VALA_USE_DEPEND="vapigen" - -inherit eutils vala - -DESCRIPTION="A library to allow applications to export a menu into the Unity Menu bar" -HOMEPAGE="https://launchpad.net/libappindicator" -SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz" - -LICENSE="LGPL-2.1 LGPL-3" -SLOT="3" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="+introspection" - -RDEPEND=" - >=dev-libs/dbus-glib-0.98 - >=dev-libs/glib-2.26:2 - >=dev-libs/libdbusmenu-0.6.2[gtk3] - >=dev-libs/libindicator-12.10.0:3 - >=x11-libs/gtk+-3.2:3 - introspection? ( >=dev-libs/gobject-introspection-1 ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig - introspection? ( $(vala_depend) ) -" - -src_prepare() { - # Don't use -Werror - sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die - - # Disable MONO for now because of https://bugs.gentoo.org/382491 - sed -i -e '/^MONO_REQUIRED_VERSION/s:=.*:=9999:' configure || die - use introspection && vala_src_prepare -} - -src_configure() { - # https://bugs.gentoo.org/409133 - export APPINDICATOR_PYTHON_CFLAGS=' ' - export APPINDICATOR_PYTHON_LIBS=' ' - - econf \ - --disable-silent-rules \ - --disable-static \ - --with-html-dir=/usr/share/doc/${PF}/html \ - --with-gtk=3 -} - -src_install() { - emake -j1 DESTDIR="${D}" install - dodoc AUTHORS ChangeLog - - prune_libtool_files -} |