diff options
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/stalonetray/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/stalonetray/stalonetray-0.8.3.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/x11-misc/stalonetray/Manifest b/x11-misc/stalonetray/Manifest index 35ae306a81f0..da63190eaebf 100644 --- a/x11-misc/stalonetray/Manifest +++ b/x11-misc/stalonetray/Manifest @@ -1,2 +1 @@ -DIST stalonetray-0.8.3.tar.bz2 155276 BLAKE2B 68041239df7d3441f9abd279cec55ff11deb0ef73eb984be8ad2f0348285164c112918c9e850e5fd2a994144a0c84429164e9f46a0baf81a29ed763b750ffce7 SHA512 b1c50d844b6497b586c1ad56b721675690ea305a4e3a2601ab5305af0e208c215825eefa8fa374ae0c392252156a8dffd5882992c943344f5b6a674fe6553942 DIST stalonetray-0.8.4.tar.gz 94614 BLAKE2B 4def696bbd580960f2d7fd84516658e4b4112b40989523840566d34dac71ba92e3adf021796059db919515cc978ac0c5d7783a4ed41aa9f82c8cbcfd00bc958b SHA512 3afdeb7794171f490c5eca631c574003a00bbed863b9caf4024e1b064772d3c24ea3836f280eeab1d50def67928f4d08d3d375047f43bcc39f16a3250015ff2b diff --git a/x11-misc/stalonetray/stalonetray-0.8.3.ebuild b/x11-misc/stalonetray/stalonetray-0.8.3.ebuild deleted file mode 100644 index 2cff1037b9f0..000000000000 --- a/x11-misc/stalonetray/stalonetray-0.8.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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-base/xorg-proto" - -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 -} |