Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ddccontrol/
Date: Fri, 24 Nov 2017 06:06:36
Message-Id: 1511503571.967d752ecd1e6ebf32a1eaa1288530500884c257.mattst88@gentoo
1 commit: 967d752ecd1e6ebf32a1eaa1288530500884c257
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 24 05:56:13 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 24 06:06:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967d752e
7
8 app-misc/ddccontrol: Drop dead video_cards_fglrx
9
10 app-misc/ddccontrol/ddccontrol-0.4.2_p20140105-r2.ebuild | 10 ++++------
11 1 file changed, 4 insertions(+), 6 deletions(-)
12
13 diff --git a/app-misc/ddccontrol/ddccontrol-0.4.2_p20140105-r2.ebuild b/app-misc/ddccontrol/ddccontrol-0.4.2_p20140105-r2.ebuild
14 index db327eab6ee..6744bc439b0 100644
15 --- a/app-misc/ddccontrol/ddccontrol-0.4.2_p20140105-r2.ebuild
16 +++ b/app-misc/ddccontrol/ddccontrol-0.4.2_p20140105-r2.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -13,15 +13,14 @@ SRC_URI="https://github.com/ddccontrol/ddccontrol/archive/${COMMIT_ID}.tar.gz ->
24 LICENSE="GPL-2"
25 SLOT="0"
26 KEYWORDS="~amd64 ~ppc ~x86"
27 -IUSE="doc gtk nls +pci static-libs video_cards_fglrx"
28 +IUSE="doc gtk nls +pci static-libs"
29 S=${WORKDIR}/${PN}-${COMMIT_ID}
30
31 RDEPEND="app-misc/ddccontrol-db
32 dev-libs/libxml2:2
33 gtk? ( x11-libs/gtk+:2 )
34 nls? ( sys-devel/gettext )
35 - pci? ( sys-apps/pciutils )
36 - video_cards_fglrx? ( x11-libs/amd-adl-sdk )"
37 + pci? ( sys-apps/pciutils )"
38 DEPEND="${RDEPEND}
39 dev-perl/XML-Parser
40 dev-util/intltool
41 @@ -68,8 +67,7 @@ src_configure() {
42 $(use_enable gtk gnome) \
43 $(use_enable nls) \
44 $(use_enable pci ddcpci) \
45 - $(use_enable static-libs static) \
46 - $(use_enable video_cards_fglrx amdadl)
47 + $(use_enable static-libs static)
48 }
49
50 src_install() {