summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/acdctl/acdctl-1.1-r1.ebuild')
-rw-r--r--app-misc/acdctl/acdctl-1.1-r1.ebuild20
1 files changed, 0 insertions, 20 deletions
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}"
-}