commit:     9e0b3254bace05a5af534b56a55577e81e4204a7
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:19:08 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:22:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0b3254

x11-misc/trayer-srg: drop 1.1.8

Bug: https://bugs.gentoo.org/867184
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild | 40 -----------------------------
 1 file changed, 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
-}

Reply via email to