Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/gammy/
Date: Sun, 13 Jun 2021 08:49:12
Message-Id: 1623424990.e71da95ec49386c300741ef70453fdd75680a970.lanodan@gentoo
1 commit: e71da95ec49386c300741ef70453fdd75680a970
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 6 02:26:16 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Fri Jun 11 15:23:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e71da95e
7
8 x11-misc/gammy: drop unmaintained live
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 x11-misc/gammy/gammy-9999.ebuild | 41 ----------------------------------------
14 1 file changed, 41 deletions(-)
15
16 diff --git a/x11-misc/gammy/gammy-9999.ebuild b/x11-misc/gammy/gammy-9999.ebuild
17 deleted file mode 100644
18 index f159cd6ce..000000000
19 --- a/x11-misc/gammy/gammy-9999.ebuild
20 +++ /dev/null
21 @@ -1,41 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit desktop qmake-utils xdg
28 -
29 -DESCRIPTION="Adaptive screen brightness/temperature"
30 -HOMEPAGE="https://getgammy.com/"
31 -
32 -if [[ "${PV}" == *9999* ]]; then
33 - inherit git-r3
34 - EGIT_REPO_URI="https://github.com/Fushko/${PN}.git"
35 -else
36 - SRC_URI="https://github.com/Fushko/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
37 - KEYWORDS="~amd64"
38 -fi
39 -
40 -LICENSE="GPL-3"
41 -SLOT="0"
42 -IUSE=""
43 -
44 -RDEPEND="
45 - dev-qt/qtcore:5
46 - dev-qt/qtgui:5
47 - dev-qt/qtdbus:5
48 - dev-qt/qtwidgets:5
49 - x11-libs/libXxf86vm
50 -"
51 -DEPEND="
52 - ${RDEPEND}
53 - media-gfx/imagemagick
54 -"
55 -
56 -src_configure() {
57 - eqmake5 PREFIX="${EPREFIX}/usr"
58 -}
59 -
60 -src_install() {
61 - emake INSTALL_ROOT="${D}" install
62 -}