summaryrefslogtreecommitdiff
path: root/app-misc/acdctl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-misc/acdctl
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/acdctl')
-rw-r--r--app-misc/acdctl/Manifest4
-rw-r--r--app-misc/acdctl/acdctl-1.1-r1.ebuild20
-rw-r--r--app-misc/acdctl/acdctl-1.1.ebuild21
-rw-r--r--app-misc/acdctl/metadata.xml10
4 files changed, 55 insertions, 0 deletions
diff --git a/app-misc/acdctl/Manifest b/app-misc/acdctl/Manifest
new file mode 100644
index 000000000000..f6563a833b08
--- /dev/null
+++ b/app-misc/acdctl/Manifest
@@ -0,0 +1,4 @@
+DIST acdctl-1.1.tar.bz2 10827 BLAKE2B d52f1df87844ecfd5fe361b43d20ddef9d10b1f53cbd692540a869e1f26974abd8e758167d781ce8ebdc17cb09548ae9aeb4ebe4553bb55a2fd14280874127bb SHA512 3a41aba7b6385f4d823694bfd387036759b7d47355f2d69e92de9e80bb9491aeaf5e060cf6695ae5ec23ba7580e203c13210b7d2bc5aaf796adf52925557043d
+EBUILD acdctl-1.1-r1.ebuild 464 BLAKE2B 802d011aecd6337bdba2971e0599ec11cbdee5a4c5c0046f5232f3360fe43810b1e8e607358adf39f79e0350fe64a34469bc4f7f2483c1aa177be70f3cf531fb SHA512 666cd76bdbcb7cd6215f352bf4473ee2b4f839c1de47ac146cca5795ff9f4fcd378a7e47ba900b7966ae58d341c4c72c7d72d60e8f3a03656b14831049f33ed4
+EBUILD acdctl-1.1.ebuild 481 BLAKE2B 19d0783b6e3bb33f86922e0bbb4e59dd033f1f047a6656dbb938372483bb2eb8c685fdcbbb74d06e2627f064788ba55c54374d2b344526fddaeab9e52c81047e SHA512 40957c72e6d3a0543a0dfaf84966f6d48fb050b037c5e17dc792a8d25a66170005cb3d7143ac018cf6b107bd7386b587ec097d47c336451727fc40b7f69d000f
+MISC metadata.xml 373 BLAKE2B 46b320638ecd40790e2270ead4ec1dda08b8f4b9040dba3587ff41b6d98693569115c369b266578e188911b3baa39c3bd704617c576edc0dfc686724e844d6cc SHA512 67c365f43ba3e1afc711315248dfec34e462e719e7ceb799e343c5ca15e189683f52553e3bfdce9c438d4d7b2cbcac84b56f17d5c3665e301f58ef3530286272
diff --git a/app-misc/acdctl/acdctl-1.1-r1.ebuild b/app-misc/acdctl/acdctl-1.1-r1.ebuild
new file mode 100644
index 000000000000..bde44c11ce75
--- /dev/null
+++ b/app-misc/acdctl/acdctl-1.1-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Apple Cinema Display Control"
+HOMEPAGE="https://web.archive.org/web/20090725222711/http://technocage.com:80/~caskey/acdctl/"
+SRC_URI="http://www.technocage.com/~caskey/acdctl/download/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="ppc"
+
+RDEPEND="virtual/libusb:0"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ einstalldocs
+ dobin "${PN}"
+}
diff --git a/app-misc/acdctl/acdctl-1.1.ebuild b/app-misc/acdctl/acdctl-1.1.ebuild
new file mode 100644
index 000000000000..7d3a8413cd8a
--- /dev/null
+++ b/app-misc/acdctl/acdctl-1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=4
+
+DESCRIPTION="Apple Cinema Display Control"
+HOMEPAGE="https://web.archive.org/web/20090725222711/http://technocage.com:80/~caskey/acdctl/"
+SRC_URI="http://www.technocage.com/~caskey/acdctl/download/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="ppc"
+IUSE=""
+
+RDEPEND="virtual/libusb:0"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ dobin acdctl
+ dodoc CHANGELOG README
+}
diff --git a/app-misc/acdctl/metadata.xml b/app-misc/acdctl/metadata.xml
new file mode 100644
index 000000000000..7c59a4536f13
--- /dev/null
+++ b/app-misc/acdctl/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <longdescription lang="en">
+ acdctl is a command-line utility to control the otherwise inaccessible
+ brightness levels of an Apple Cinema Display on any system with libusb
+ support.
+ </longdescription>
+</pkgmetadata>