diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-03-26 13:03:26 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-03-26 13:03:26 -0400 |
commit | 2723f1c21ea4905ccfdbe8dbd7a1d5336248e4b8 (patch) | |
tree | 588cdf54bc3f7de494c30d1ca9a629703460a959 /x11-misc/stalonetray | |
parent | x11-misc/touchcal: remove unused version 0.50. (diff) | |
download | gentoo-2723f1c21ea4905ccfdbe8dbd7a1d5336248e4b8.tar.gz gentoo-2723f1c21ea4905ccfdbe8dbd7a1d5336248e4b8.tar.bz2 gentoo-2723f1c21ea4905ccfdbe8dbd7a1d5336248e4b8.zip |
x11-misc/stalonetray: remove unused version 0.8.1.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-misc/stalonetray')
-rw-r--r-- | x11-misc/stalonetray/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/stalonetray/stalonetray-0.8.1.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/x11-misc/stalonetray/Manifest b/x11-misc/stalonetray/Manifest index 46bd3c587da6..fb1d5c5a0e63 100644 --- a/x11-misc/stalonetray/Manifest +++ b/x11-misc/stalonetray/Manifest @@ -1,2 +1 @@ -DIST stalonetray-0.8.1.tar.bz2 150814 SHA256 94a2f80ae211a552c2d379b5b41e2618f3e906b33bee207fec8793b1a9bde8f2 SHA512 e8b15f3f1e4a9073ba92ca628e79e9add26965ad0686a30c63cf14eb03de1d234550dfbd50a22f05771bded8f7c64da093cda5b44c38e91f2a837c50c901144b WHIRLPOOL 4f2c608d82783218e1a68f03e7ef229e130e2feb984c16cb367383d4556c1f3dfe5820b5ad996e1f17db21e0c09a50239e6f1cd1e42b01e943d990f3d553820e DIST stalonetray-0.8.3.tar.bz2 155276 SHA256 36548a588b2d466913423245dda6ffb6313132cd0cec635a117d37b3dab5fd4c SHA512 b1c50d844b6497b586c1ad56b721675690ea305a4e3a2601ab5305af0e208c215825eefa8fa374ae0c392252156a8dffd5882992c943344f5b6a674fe6553942 WHIRLPOOL fc0e1a01b98bc4475b2137242a97c58d20113a23f7fb2fd97c94e6c52105080beeeadf6d8f5b1b0da99aa080a1de90e05db3155a7c7d051966b5c6ae8b06e397 diff --git a/x11-misc/stalonetray/stalonetray-0.8.1.ebuild b/x11-misc/stalonetray/stalonetray-0.8.1.ebuild deleted file mode 100644 index 949af4ef7623..000000000000 --- a/x11-misc/stalonetray/stalonetray-0.8.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="System tray utility including support for KDE system tray icons" -HOMEPAGE="http://stalonetray.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug +graceful-exit kde" - -RDEPEND="x11-libs/libX11 - x11-libs/libICE - x11-libs/libSM - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xproto" - -src_configure() { - econf $(use_enable debug) \ - $(use_enable graceful-exit) \ - $(use_enable kde native-kde) -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc AUTHORS ChangeLog NEWS README stalonetrayrc.sample TODO - dohtml stalonetray.html -} |