diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-09-11 20:52:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-12 07:28:08 +0200 |
commit | 599294624b854761c6ff334492b948ab78ef979b (patch) | |
tree | 22d7add936927daa07ebcdbd3f1e8a37de029440 /app-misc | |
parent | x11-misc/bbweather: Drop old (diff) | |
download | gentoo-599294624b854761c6ff334492b948ab78ef979b.tar.gz gentoo-599294624b854761c6ff334492b948ab78ef979b.tar.bz2 gentoo-599294624b854761c6ff334492b948ab78ef979b.zip |
app-misc/acdctl: Drop old
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/acdctl/acdctl-1.1.ebuild | 21 |
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 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 -} |