commit:     07c48bd94ff5ba08da40e2da4a18423f18cdb5ef
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 12:49:05 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 12:49:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c48bd9

dev-libs/libindicator: remove old

Package-Manager: portage-2.2.28

 dev-libs/libindicator/Manifest                     |  1 -
 .../libindicator/libindicator-12.10.0-r200.ebuild  | 48 ----------------------
 .../libindicator/libindicator-12.10.0-r300.ebuild  | 45 --------------------
 .../libindicator/libindicator-12.10.1-r200.ebuild  | 48 ----------------------
 .../libindicator/libindicator-12.10.1-r300.ebuild  | 45 --------------------
 5 files changed, 187 deletions(-)

diff --git a/dev-libs/libindicator/Manifest b/dev-libs/libindicator/Manifest
index 7a579ee..809987d 100644
--- a/dev-libs/libindicator/Manifest
+++ b/dev-libs/libindicator/Manifest
@@ -1,2 +1 @@
-DIST libindicator-12.10.0.tar.gz 427575 SHA256 
dd8e5cb40407da9c837793af5c9e62e73c2054525733c7cd654c387bb010c2e4 SHA512 
c0b9dc5a6c7b3ddd9392ae5a5db40f216439b869426e5b8a307a4adee5290376c2edc32f3a0268aafe63ae8b80dc0298b125c6c539c50a5c5545d7d727679007
 WHIRLPOOL 
a7252a2646bdb250d4f756439d338e4defda6ff380d864cf97bcc2d2f023ef3f69ca37b28898cb2d5e87523d6cb5c4b690b735869435a020ad2fb49bb22b8fea
 DIST libindicator-12.10.1.tar.gz 427764 SHA256 
b2d2e44c10313d5c9cd60db455d520f80b36dc39562df079a3f29495e8f9447f SHA512 
d6d77d0309b15cf6b52539323920ab0c1594cb1c1cef8a8d67cd0f76f8ceeeac28eb6db6227563df1932e6f1fadcffac68d82982182b745257dfaf91f1c945af
 WHIRLPOOL 
0fd630c390c16cd42a133c2eb2f7471e7d231de6c1c15a187e608bb305cac1435d5fa753043fc88825e53f081dffe0974d960e047b48fa9871426e09b5e1fd4e

diff --git a/dev-libs/libindicator/libindicator-12.10.0-r200.ebuild 
b/dev-libs/libindicator/libindicator-12.10.0-r200.ebuild
deleted file mode 100644
index da93c44..0000000
--- a/dev-libs/libindicator/libindicator-12.10.0-r200.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 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="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-libs/glib-2.22
-       >=x11-libs/gtk+-2.18:2"
-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=2
-}
-
-src_test() {
-       Xemake check #391179
-}
-
-src_install() {
-       emake -j1 DESTDIR="${D}" install
-       prune_libtool_files --all
-
-       rm -vf \
-               "${ED}"/usr/lib*/libdummy-indicator-* \
-               "${ED}"/usr/share/${PN}/*indicator-debugging
-}

diff --git a/dev-libs/libindicator/libindicator-12.10.0-r300.ebuild 
b/dev-libs/libindicator/libindicator-12.10.0-r300.ebuild
deleted file mode 100644
index d19d3a1..0000000
--- a/dev-libs/libindicator/libindicator-12.10.0-r300.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 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
-}

diff --git a/dev-libs/libindicator/libindicator-12.10.1-r200.ebuild 
b/dev-libs/libindicator/libindicator-12.10.1-r200.ebuild
deleted file mode 100644
index ef3c8a5..0000000
--- a/dev-libs/libindicator/libindicator-12.10.1-r200.ebuild
+++ /dev/null
@@ -1,48 +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="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-libs/glib-2.22
-       >=x11-libs/gtk+-2.18:2"
-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=2
-}
-
-src_test() {
-       Xemake check #391179
-}
-
-src_install() {
-       emake -j1 DESTDIR="${D}" install
-       prune_libtool_files --all
-
-       rm -vf \
-               "${ED}"/usr/lib*/libdummy-indicator-* \
-               "${ED}"/usr/share/${PN}/*indicator-debugging
-}

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 6210182..0000000
--- 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
-}

Reply via email to