summaryrefslogtreecommitdiff
path: root/dev-libs/libindicator
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-04-07 22:49:05 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-04-07 22:49:16 +1000
commit07c48bd94ff5ba08da40e2da4a18423f18cdb5ef (patch)
tree1420b3c9070d79f35ef7924d9c73e4c29bd27277 /dev-libs/libindicator
parent0723b744e5b6ce095b43c1556b12a06914d70925 (diff)
downloadgentoo-07c48bd94ff5ba08da40e2da4a18423f18cdb5ef.tar.gz
gentoo-07c48bd94ff5ba08da40e2da4a18423f18cdb5ef.tar.xz
dev-libs/libindicator: remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/libindicator')
-rw-r--r--dev-libs/libindicator/Manifest1
-rw-r--r--dev-libs/libindicator/libindicator-12.10.0-r200.ebuild48
-rw-r--r--dev-libs/libindicator/libindicator-12.10.0-r300.ebuild45
-rw-r--r--dev-libs/libindicator/libindicator-12.10.1-r200.ebuild48
-rw-r--r--dev-libs/libindicator/libindicator-12.10.1-r300.ebuild45
5 files changed, 0 insertions, 187 deletions
diff --git a/dev-libs/libindicator/Manifest b/dev-libs/libindicator/Manifest
index 7a579eeb447..809987dc0b9 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 da93c44412b..00000000000
--- 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 d19d3a1a3cd..00000000000
--- 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 ef3c8a56184..00000000000
--- 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 621018231ce..00000000000
--- 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
-}