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 6101B139083 for ; Tue, 12 Dec 2017 20:07:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68893E0EB6; Tue, 12 Dec 2017 20:07:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 47AFBE0EB6 for ; Tue, 12 Dec 2017 20:07:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 979D734188E for ; Tue, 12 Dec 2017 20:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3899CAE7E for ; Tue, 12 Dec 2017 20:07:49 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1513109128.f8b93364d0d89ae17e331b7f38c9c43013af1bf2.monsieurp@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-r1.ebuild app-misc/acdctl/acdctl-1.1.ebuild X-VCS-Directories: app-misc/acdctl/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: f8b93364d0d89ae17e331b7f38c9c43013af1bf2 X-VCS-Branch: master Date: Tue, 12 Dec 2017 20:07:49 +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: c8e2ba99-cdd8-427a-9b09-1f8158bbfb41 X-Archives-Hash: 4709e1222d756c97426d06f0159f17a4 commit: f8b93364d0d89ae17e331b7f38c9c43013af1bf2 Author: ephemer0l organizedmagnetism com> AuthorDate: Sun Dec 10 01:14:50 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Dec 12 20:05:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b93364 app-misc/acdctl: update HOMEPAGE, EAPI 6 bump and keyword ~ppc. Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6498 app-misc/acdctl/{acdctl-1.1.ebuild => acdctl-1.1-r1.ebuild} | 13 ++++++------- app-misc/acdctl/acdctl-1.1.ebuild | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/app-misc/acdctl/acdctl-1.1.ebuild b/app-misc/acdctl/acdctl-1.1-r1.ebuild similarity index 60% copy from app-misc/acdctl/acdctl-1.1.ebuild copy to app-misc/acdctl/acdctl-1.1-r1.ebuild index 4126ca2c4c5..46e06c8e342 100644 --- a/app-misc/acdctl/acdctl-1.1.ebuild +++ b/app-misc/acdctl/acdctl-1.1-r1.ebuild @@ -1,21 +1,20 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 DESCRIPTION="Apple Cinema Display Control" -HOMEPAGE="http://www.technocage.com/~caskey/acdctl/" +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="" +KEYWORDS="~ppc" RDEPEND="virtual/libusb:0" DEPEND="${RDEPEND}" src_install() { - dobin acdctl - dodoc CHANGELOG README + default + dobin "${PN}" } diff --git a/app-misc/acdctl/acdctl-1.1.ebuild b/app-misc/acdctl/acdctl-1.1.ebuild index 4126ca2c4c5..7d3a8413cd8 100644 --- a/app-misc/acdctl/acdctl-1.1.ebuild +++ b/app-misc/acdctl/acdctl-1.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 DESCRIPTION="Apple Cinema Display Control" -HOMEPAGE="http://www.technocage.com/~caskey/acdctl/" +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"