diff options
author | 2017-03-28 21:04:14 +0300 | |
---|---|---|
committer | 2017-04-01 12:21:36 +0200 | |
commit | 4ef45eb4f16e1185dbae57e47e7bb783d85f544f (patch) | |
tree | 19a0e9b86ca3720ed790c6b2fc080ce959f0dc91 /x11-misc/cbatticon | |
parent | x11-misc/cairo-clock: Remove old (diff) | |
download | gentoo-4ef45eb4f16e1185dbae57e47e7bb783d85f544f.tar.gz gentoo-4ef45eb4f16e1185dbae57e47e7bb783d85f544f.tar.bz2 gentoo-4ef45eb4f16e1185dbae57e47e7bb783d85f544f.zip |
x11-misc/cbatticon: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc/cbatticon')
-rw-r--r-- | x11-misc/cbatticon/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/cbatticon/cbatticon-1.3.2.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/x11-misc/cbatticon/Manifest b/x11-misc/cbatticon/Manifest index d51a22937901..b32828224e7a 100644 --- a/x11-misc/cbatticon/Manifest +++ b/x11-misc/cbatticon/Manifest @@ -1,2 +1 @@ -DIST cbatticon-1.3.2.tar.gz 12749 SHA256 40f5b80e9a405ce79ecca74bcd72778372729b2add63a9c4e3386908cfb8ad4c SHA512 492b0e9e16b7a14a8bf184d213af7c7366a2cd8bfe9fe91e935e95a72e8f5213029d8b32512961f142da9db3832dd5fa98f291223b0d473a133132614ed926aa WHIRLPOOL 78cc260cc9060931cea9b9fa87e0be81b33f74641cd09a4592911612ae78e3c0ee80c4e2f045c186f030f389946264e1468451068c4fe319d9247d30f227d9b5 DIST cbatticon-1.6.5.tar.gz 27951 SHA256 bbc70d77b2fd5c14a65b3f1d14d064b0b8c9966b521b3e295fa7d487950bff77 SHA512 5e1648cf3b31fe42aefd0a5e79c4e5dc22c3ce4b6f594f0933229494ca6f2e28e44a7e078ef839de1df0b8c1ba494fce8a58866ad70d056799320f4dea32713b WHIRLPOOL f9cdf706f632a01c2bea2353cc7171d3d568aed0964bd2f2159f1c68d18bd5b374b449581d334ff96deceb32c7d1bf9aeb235d66490a83bb60a1901b5fe16492 diff --git a/x11-misc/cbatticon/cbatticon-1.3.2.ebuild b/x11-misc/cbatticon/cbatticon-1.3.2.ebuild deleted file mode 100644 index 762f875c8cb9..000000000000 --- a/x11-misc/cbatticon/cbatticon-1.3.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs - -DESCRIPTION="A GTK+ battery icon which uses libudev to be lightweight and fast" -HOMEPAGE="https://github.com/ColinJones/cbatticon" -SRC_URI="https://github.com/ColinJones/cbatticon/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - x11-libs/libnotify" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_compile() { - tc-export CC - emake V=1 VERSION="${PF}" -} - -src_install() { - emake DESTDIR="${D}" V=1 VERSION="${PF}" install -} |