Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/acdctl/
Date: Wed, 12 Sep 2018 05:28:41
Message-Id: 1536730088.599294624b854761c6ff334492b948ab78ef979b.asturm@gentoo
1 commit: 599294624b854761c6ff334492b948ab78ef979b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 11 18:52:06 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 12 05:28:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59929462
7
8 app-misc/acdctl: Drop old
9
10 app-misc/acdctl/acdctl-1.1.ebuild | 21 ---------------------
11 1 file changed, 21 deletions(-)
12
13 diff --git a/app-misc/acdctl/acdctl-1.1.ebuild b/app-misc/acdctl/acdctl-1.1.ebuild
14 deleted file mode 100644
15 index 7d3a8413cd8..00000000000
16 --- a/app-misc/acdctl/acdctl-1.1.ebuild
17 +++ /dev/null
18 @@ -1,21 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=4
23 -
24 -DESCRIPTION="Apple Cinema Display Control"
25 -HOMEPAGE="https://web.archive.org/web/20090725222711/http://technocage.com:80/~caskey/acdctl/"
26 -SRC_URI="http://www.technocage.com/~caskey/acdctl/download/${P}.tar.bz2"
27 -
28 -LICENSE="GPL-2"
29 -SLOT="0"
30 -KEYWORDS="ppc"
31 -IUSE=""
32 -
33 -RDEPEND="virtual/libusb:0"
34 -DEPEND="${RDEPEND}"
35 -
36 -src_install() {
37 - dobin acdctl
38 - dodoc CHANGELOG README
39 -}