x11-misc/trayer-srg: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sat, 23 Feb 2019 09:30:27 +0000 (10:30 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sat, 23 Feb 2019 09:30:27 +0000 (10:30 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
x11-misc/trayer-srg/Manifest
x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild [deleted file]

index 414157bec7afefcf4aba850d7330e6c6546ab3fa..a79fa5985db128e1a127baa16431bb3064736a04 100644 (file)
@@ -1,2 +1 @@
-DIST trayer-srg-1.1.6.tar.gz 27576 BLAKE2B 4daf93beffe3194a6cd9620826dea940d16670544bf8b382358b21414ab7d2a8a79bb165156cb556fc6ac2008931fc1010ed84bb67741954fe90ef10cc0c9806 SHA512 456af94277dc237c516fff1589060b0b656040811ae48bba3c021be6310d104881c0eee7391d228d197db78e9bfb04773d4282ab2fe31717a4779b38bdb6739d
 DIST trayer-srg-1.1.7.tar.gz 27987 BLAKE2B aaaa1609bebe91c7b2d3934d68075fa16f393896b7f9300dd6aecd7aa8666a7f3474711fbbc9dae5f72ed5ba8b63d0275f590a5a82ea4547b640a75a81012fc5 SHA512 5bb049af01c3f3f62dc8a5c1932985b92c98e4e2083aebd1dc09256746e097239be54ebc739801773878882a5c8f168a4a13bdac292388f79079ad52c41b2cad
diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild
deleted file mode 100644 (file)
index 37883d4..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs vcs-snapshot
-
-DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase"
-HOMEPAGE="https://github.com/sargon/trayer-srg"
-SRC_URI="https://github.com/sargon/${PN}/tarball/${P/-srg/} -> ${P}.tar.gz"
-
-LICENSE="MIT GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/gdk-pixbuf:2[X]
-       x11-libs/gtk+:2
-       x11-libs/libX11
-       x11-libs/libXmu"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_compile() {
-       emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)"
-}
-
-src_install() {
-       dobin ${PN}
-       einstalldocs
-}