From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB86B138335 for ; Wed, 12 Sep 2018 05:28:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54B07E09A4; Wed, 12 Sep 2018 05:28:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D30CE09A4 for ; Wed, 12 Sep 2018 05:28:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 346A233BE95 for ; Wed, 12 Sep 2018 05:28:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BB253D5 for ; Wed, 12 Sep 2018 05:28:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1536730088.599294624b854761c6ff334492b948ab78ef979b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/acdctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/acdctl/acdctl-1.1.ebuild X-VCS-Directories: app-misc/acdctl/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 599294624b854761c6ff334492b948ab78ef979b X-VCS-Branch: master Date: Wed, 12 Sep 2018 05:28:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b945b8f7-b622-4fd5-9dfd-76c63b2aa9dd X-Archives-Hash: e56e7f93505f566f19546ce3aa60ad73 commit: 599294624b854761c6ff334492b948ab78ef979b Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Sep 11 18:52:06 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 12 05:28:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59929462 app-misc/acdctl: Drop old app-misc/acdctl/acdctl-1.1.ebuild | 21 --------------------- 1 file changed, 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 -}