summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-05-08 18:51:11 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-06-07 11:33:17 +0300
commit60adb6c50d5cb5f15914951d2cc3649775dee26f (patch)
tree2d7e3041490f6566582b735542d63c98bdd7ae76 /app-misc/ddccontrol/ddccontrol-0.4.4_p20200630.ebuild
parentapp-editors/curses-hexedit: remove unused eclass, use HTTPS (diff)
downloadgentoo-60adb6c50d5cb5f15914951d2cc3649775dee26f.tar.gz
gentoo-60adb6c50d5cb5f15914951d2cc3649775dee26f.tar.bz2
gentoo-60adb6c50d5cb5f15914951d2cc3649775dee26f.zip
app-misc/ddccontrol: remove unused eclass, improve DESCRIPTION, fix LICENSE
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-misc/ddccontrol/ddccontrol-0.4.4_p20200630.ebuild')
-rw-r--r--app-misc/ddccontrol/ddccontrol-0.4.4_p20200630.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/ddccontrol/ddccontrol-0.4.4_p20200630.ebuild b/app-misc/ddccontrol/ddccontrol-0.4.4_p20200630.ebuild
index 2f7c7e8748e4..ca00b21efde5 100644
--- a/app-misc/ddccontrol/ddccontrol-0.4.4_p20200630.ebuild
+++ b/app-misc/ddccontrol/ddccontrol-0.4.4_p20200630.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit eutils autotools
+inherit autotools
-DESCRIPTION="DDCControl allows control of monitor parameters via DDC"
+DESCRIPTION="control monitor parameters, like brightness, contrast, RGB color levels via DDC"
HOMEPAGE="http://ddccontrol.sourceforge.net/"
COMMIT_ID="f3d003f63aaa0407d3147b04848e0722f78695d5"
MY_PV=${COMMIT_ID:-${PV}}
SRC_URI="https://github.com/ddccontrol/ddccontrol/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc gtk nls +pci static-libs"
-S=${WORKDIR}/${PN}-${COMMIT_ID}
+S="${WORKDIR}/${PN}-${COMMIT_ID}"
RDEPEND="app-misc/ddccontrol-db
dev-libs/libxml2:2