summaryrefslogtreecommitdiff
path: root/app-misc/acdctl
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-09-11 20:52:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-12 07:28:08 +0200
commit599294624b854761c6ff334492b948ab78ef979b (patch)
tree22d7add936927daa07ebcdbd3f1e8a37de029440 /app-misc/acdctl
parent804cea2687e21995ff3156d4b801a5ff6fbc451f (diff)
downloadgentoo-599294624b854761c6ff334492b948ab78ef979b.tar.gz
gentoo-599294624b854761c6ff334492b948ab78ef979b.tar.xz
app-misc/acdctl: Drop old
Diffstat (limited to 'app-misc/acdctl')
-rw-r--r--app-misc/acdctl/acdctl-1.1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-misc/acdctl/acdctl-1.1.ebuild b/app-misc/acdctl/acdctl-1.1.ebuild
deleted file mode 100644
index 7d3a8413cd8..00000000000
--- 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
-}