commit:     4c3b7dd44aa1530b2ebfd5315ec092ce9d2ee44a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 22:01:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 22:01:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3b7dd4

x11-misc/trayer: drop 1.0-r3

Bug: https://bugs.gentoo.org/776409
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/trayer/Manifest             |  1 -
 x11-misc/trayer/trayer-1.0-r3.ebuild | 43 ------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/x11-misc/trayer/Manifest b/x11-misc/trayer/Manifest
index a2fa373bc41..ee5cb7c5e9a 100644
--- a/x11-misc/trayer/Manifest
+++ b/x11-misc/trayer/Manifest
@@ -1,2 +1 @@
 DIST trayer-1.0-sourceforge.tar.gz 29713 BLAKE2B 
6a874781979c512e4fea06b0dcef30be73821e502553ebdad38ab2e152d070f6633dd6f8059d5532a51648ea10cbdfd752a65da11d2a992687a6f3ee4d289d01
 SHA512 
9903a78a1c185515e87552732449937daa23187d54a3ccbf19bc9fc569d6a440600c879fe78edbea3eff6b66a1f3fc5054d474dfeaca53af3521a6f18b454049
-DIST trayer-1.0.tar.gz 30445 BLAKE2B 
f95df1496392064b803e712e57a4ec76ed6e9a62dadb254eb044954e38620590cd486dc37d46d56598a7f2db5f27051db47e78df2d788092ccf3cdb7707978e0
 SHA512 
c46093ee18908b7cf8e52d2f10adeb0eefc90562b87862a5459cc4563e53528107ee1dba47b1cb88e378bdac40d64a1d8cb9ecbf014aef997c44f242b49534f7

diff --git a/x11-misc/trayer/trayer-1.0-r3.ebuild 
b/x11-misc/trayer/trayer-1.0-r3.ebuild
deleted file mode 100644
index f130f5ec280..00000000000
--- a/x11-misc/trayer/trayer-1.0-r3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="Lightweight GTK+ based systray for UNIX desktop"
-HOMEPAGE="http://home.gna.org/fvwm-crystal/";
-SRC_URI="http://download.gna.org/fvwm-crystal/trayer/${P}.tar.gz";
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="
-       dev-libs/glib:2
-       x11-libs/gdk-pixbuf:2
-       x11-libs/gtk+:2
-       x11-libs/libX11
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-dont-include-gdk-pixbuf-xlib.patch
-       "${FILESDIR}"/${P}-dont-include-libXmu.patch
-       "${FILESDIR}"/${P}-as-needed-and-pre-stripped.patch
-)
-
-src_compile() {
-       tc-export PKG_CONFIG
-
-       emake -j1 CC=$(tc-getCC) CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}"
-}
-
-src_install() {
-       dobin trayer
-       doman trayer.1
-       einstalldocs
-}

Reply via email to