summaryrefslogtreecommitdiff
path: root/x11-misc/stalonetray
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-26 00:10:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-26 00:10:07 +0100
commit95461df035e3867364495f065e5e805bf629b2d7 (patch)
tree867dce371a84a696e91be255d89f282975aa0480 /x11-misc/stalonetray
parent46eedbedafdb0040c37884982d4c775ce277fb7b (diff)
gentoo resync : 25.10.2021
Diffstat (limited to 'x11-misc/stalonetray')
-rw-r--r--x11-misc/stalonetray/Manifest2
-rw-r--r--x11-misc/stalonetray/stalonetray-0.8.3.ebuild33
2 files changed, 0 insertions, 35 deletions
diff --git a/x11-misc/stalonetray/Manifest b/x11-misc/stalonetray/Manifest
index fca98854e8cf..ab703b2602f5 100644
--- a/x11-misc/stalonetray/Manifest
+++ b/x11-misc/stalonetray/Manifest
@@ -1,5 +1,3 @@
-DIST stalonetray-0.8.3.tar.bz2 155276 BLAKE2B 68041239df7d3441f9abd279cec55ff11deb0ef73eb984be8ad2f0348285164c112918c9e850e5fd2a994144a0c84429164e9f46a0baf81a29ed763b750ffce7 SHA512 b1c50d844b6497b586c1ad56b721675690ea305a4e3a2601ab5305af0e208c215825eefa8fa374ae0c392252156a8dffd5882992c943344f5b6a674fe6553942
DIST stalonetray-0.8.4.tar.gz 94614 BLAKE2B 4def696bbd580960f2d7fd84516658e4b4112b40989523840566d34dac71ba92e3adf021796059db919515cc978ac0c5d7783a4ed41aa9f82c8cbcfd00bc958b SHA512 3afdeb7794171f490c5eca631c574003a00bbed863b9caf4024e1b064772d3c24ea3836f280eeab1d50def67928f4d08d3d375047f43bcc39f16a3250015ff2b
-EBUILD stalonetray-0.8.3.ebuild 739 BLAKE2B 365dcb844b7dc3c4ef8c1f08820ffe8f053e85e571a9c8623846fa8d2d4c992fdc98363990662f4cb80e2a44a2272c53f016669c1df97b874a0fe4cadbcf6603 SHA512 f73ad0d89b6510e46aea2fa3c4bf2a65ca1ccfc099d2542badd7e313a0619a1558956bc006c6f7c02846ed20ca079b3ac0c215a7aa14c5c33071812ac7959a91
EBUILD stalonetray-0.8.4.ebuild 858 BLAKE2B b79459058ac014cb29d475b191232228b4ed48cbb8010f8806e464f3fa1d5c4234e4bff1b484b26028c7a0aa8c24712813e9e5789768f12a9f63dada83a5c2e5 SHA512 393516a13b3451aab5307999dc61aedcedc6a57fa46f0f5fd507e97d92ca65e5346ed6737d02539dd890aa0157fed7e5224ac97e8e19b0458bab2ded0e7bc7c9
MISC metadata.xml 571 BLAKE2B 5e087897b3484de8ab890fb90f5eb48f244e56eb79db8e3b8e0a12c84915a171f7c024189818054792900dd34acf008e7b47cf03bc6abe9eba71ec3a478b91d5 SHA512 678c405cc7e8a73bb602ad9560a68440008561d248a4db46f5c73d5e14ea79df116ecdc23985b5f7d6b945dc74cf3b259e4ab20a8c528e547b3ad93c9aa2d62d
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
-}