summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-02-23 10:30:27 +0100
committerPacho Ramos <pacho@gentoo.org>2019-02-23 10:30:27 +0100
commitc1bed6ce23abd70a47f38e981d49c3842d14a635 (patch)
tree745347e880957e16b1ebed1dccf26a69a9a1268b /x11-misc/trayer-srg
parentmedia-libs/libXcm: Drop old (diff)
downloadgentoo-c1bed6ce23abd70a47f38e981d49c3842d14a635.tar.gz
gentoo-c1bed6ce23abd70a47f38e981d49c3842d14a635.tar.bz2
gentoo-c1bed6ce23abd70a47f38e981d49c3842d14a635.zip
x11-misc/trayer-srg: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-misc/trayer-srg')
-rw-r--r--x11-misc/trayer-srg/Manifest1
-rw-r--r--x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-misc/trayer-srg/Manifest b/x11-misc/trayer-srg/Manifest
index 414157bec7af..a79fa5985db1 100644
--- a/x11-misc/trayer-srg/Manifest
+++ b/x11-misc/trayer-srg/Manifest
@@ -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
index 37883d4bce6a..000000000000
--- a/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild
+++ /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
-}