From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libindicator/
Date: Thu, 7 Apr 2016 12:49:28 +0000 (UTC) [thread overview]
Message-ID: <1460033356.07c48bd94ff5ba08da40e2da4a18423f18cdb5ef.kensington@gentoo> (raw)
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
-}
next reply other threads:[~2016-04-07 12:49 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-07 12:49 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-19 10:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libindicator/ WANG Xuerui
2022-07-18 21:58 Sam James
2022-07-06 17:57 Mike Gilbert
2022-06-07 7:05 Sam James
2022-06-02 4:02 Jakov Smolić
2021-08-17 23:48 Marek Szuba
2021-03-19 10:24 Sam James
2021-03-19 2:51 Sam James
2021-03-19 2:27 Sam James
2021-03-19 2:27 Sam James
2020-01-23 9:59 Georgy Yakovlev
2019-05-29 0:32 Aaron Bauman
2018-10-31 8:39 Sergei Trofimovich
2018-10-20 18:52 Pacho Ramos
2018-10-17 8:51 Tobias Klausmann
2017-12-21 21:16 Patrice Clement
2016-06-02 14:47 Michael Palimaka
2016-04-07 13:27 Mikle Kolyada
2016-04-07 13:27 Mikle Kolyada
2016-01-08 15:43 Alexey Shvetsov
2015-11-17 10:39 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1460033356.07c48bd94ff5ba08da40e2da4a18423f18cdb5ef.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox