summaryrefslogtreecommitdiff
path: root/app-misc/acdctl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/acdctl
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (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, 0 insertions, 55 deletions
diff --git a/app-misc/acdctl/Manifest b/app-misc/acdctl/Manifest
deleted file mode 100644
index f6563a833b08..000000000000
--- a/app-misc/acdctl/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index bde44c11ce75..000000000000
--- a/app-misc/acdctl/acdctl-1.1-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
deleted file mode 100644
index 7d3a8413cd8a..000000000000
--- a/app-misc/acdctl/acdctl-1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
deleted file mode 100644
index 7c59a4536f13..000000000000
--- a/app-misc/acdctl/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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>