summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild')
-rw-r--r--x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
deleted file mode 100644
index 33c2f8e20c65..000000000000
--- a/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-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}
- dodoc CHANGELOG CREDITS README TODO
-}