Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
Date: Mon, 29 Aug 2022 07:22:23
Message-Id: 1661757722.9e0b3254bace05a5af534b56a55577e81e4204a7.juippis@gentoo
1 commit: 9e0b3254bace05a5af534b56a55577e81e4204a7
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 07:19:08 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 07:22:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0b3254
7
8 x11-misc/trayer-srg: drop 1.1.8
9
10 Bug: https://bugs.gentoo.org/867184
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild | 40 -----------------------------
14 1 file changed, 40 deletions(-)
15
16 diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild
17 deleted file mode 100644
18 index d8bdfca96e17..000000000000
19 --- a/x11-misc/trayer-srg/trayer-srg-1.1.8.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase"
30 -HOMEPAGE="https://github.com/sargon/trayer-srg"
31 -SRC_URI="https://github.com/sargon/${PN}/archive/${P/-srg/}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="MIT GPL-2+"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - x11-libs/gdk-pixbuf:2
40 - x11-libs/gtk+:2
41 - x11-libs/libX11
42 -"
43 -DEPEND="${RDEPEND}
44 - virtual/pkgconfig
45 -"
46 -
47 -S="${WORKDIR}"/${PN}-trayer-${PV}
48 -
49 -src_configure() {
50 - # Custom configure script
51 - ./configure --prefix="${EPREFIX}" || die
52 -}
53 -
54 -src_compile() {
55 - emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)"
56 -}
57 -
58 -src_install() {
59 - dobin ${PN}
60 - einstalldocs
61 -}