app-misc/acdctl: Drop old
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 11 Sep 2018 18:52:06 +0000 (20:52 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 12 Sep 2018 05:28:08 +0000 (07:28 +0200)
app-misc/acdctl/acdctl-1.1.ebuild [deleted file]

diff --git a/app-misc/acdctl/acdctl-1.1.ebuild b/app-misc/acdctl/acdctl-1.1.ebuild
deleted file mode 100644 (file)
index 7d3a841..0000000
+++ /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
-}