diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-08-29 10:19:08 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-08-29 10:22:02 +0300 |
commit | 9e0b3254bace05a5af534b56a55577e81e4204a7 (patch) | |
tree | 3b101f7ef4c314eea33c93eeeb749d21f321e2bd /x11-misc/trayer-srg | |
parent | x11-plugins/gkwebmon: drop 0.2-r2 (diff) | |
download | gentoo-9e0b3254bace05a5af534b56a55577e81e4204a7.tar.gz gentoo-9e0b3254bace05a5af534b56a55577e81e4204a7.tar.bz2 gentoo-9e0b3254bace05a5af534b56a55577e81e4204a7.zip |
x11-misc/trayer-srg: drop 1.1.8
Bug: https://bugs.gentoo.org/867184
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc/trayer-srg')
-rw-r--r-- | x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild deleted file mode 100644 index d8bdfca96e17..000000000000 --- a/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -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}/archive/${P/-srg/}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 - x11-libs/libX11 -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -S="${WORKDIR}"/${PN}-trayer-${PV} - -src_configure() { - # Custom configure script - ./configure --prefix="${EPREFIX}" || die -} - -src_compile() { - emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)" -} - -src_install() { - dobin ${PN} - einstalldocs -} |