Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/trayer-srg/
Date: Sat, 23 Feb 2019 09:43:51
Message-Id: 1550914227.c1bed6ce23abd70a47f38e981d49c3842d14a635.pacho@gentoo
1 commit: c1bed6ce23abd70a47f38e981d49c3842d14a635
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 09:30:27 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 09:30:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bed6ce
7
8 x11-misc/trayer-srg: Drop old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 x11-misc/trayer-srg/Manifest | 1 -
14 x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild | 31 --------------------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/x11-misc/trayer-srg/Manifest b/x11-misc/trayer-srg/Manifest
18 index 414157bec7a..a79fa5985db 100644
19 --- a/x11-misc/trayer-srg/Manifest
20 +++ b/x11-misc/trayer-srg/Manifest
21 @@ -1,2 +1 @@
22 -DIST trayer-srg-1.1.6.tar.gz 27576 BLAKE2B 4daf93beffe3194a6cd9620826dea940d16670544bf8b382358b21414ab7d2a8a79bb165156cb556fc6ac2008931fc1010ed84bb67741954fe90ef10cc0c9806 SHA512 456af94277dc237c516fff1589060b0b656040811ae48bba3c021be6310d104881c0eee7391d228d197db78e9bfb04773d4282ab2fe31717a4779b38bdb6739d
23 DIST trayer-srg-1.1.7.tar.gz 27987 BLAKE2B aaaa1609bebe91c7b2d3934d68075fa16f393896b7f9300dd6aecd7aa8666a7f3474711fbbc9dae5f72ed5ba8b63d0275f590a5a82ea4547b640a75a81012fc5 SHA512 5bb049af01c3f3f62dc8a5c1932985b92c98e4e2083aebd1dc09256746e097239be54ebc739801773878882a5c8f168a4a13bdac292388f79079ad52c41b2cad
24
25 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
26 deleted file mode 100644
27 index 37883d4bce6..00000000000
28 --- a/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit toolchain-funcs vcs-snapshot
37 -
38 -DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase"
39 -HOMEPAGE="https://github.com/sargon/trayer-srg"
40 -SRC_URI="https://github.com/sargon/${PN}/tarball/${P/-srg/} -> ${P}.tar.gz"
41 -
42 -LICENSE="MIT GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -
47 -RDEPEND="x11-libs/gdk-pixbuf:2[X]
48 - x11-libs/gtk+:2
49 - x11-libs/libX11
50 - x11-libs/libXmu"
51 -DEPEND="${RDEPEND}
52 - virtual/pkgconfig"
53 -
54 -src_compile() {
55 - emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)"
56 -}
57 -
58 -src_install() {
59 - dobin ${PN}
60 - einstalldocs
61 -}