From f8b93364d0d89ae17e331b7f38c9c43013af1bf2 Mon Sep 17 00:00:00 2001 From: ephemer0l Date: Sat, 9 Dec 2017 19:14:50 -0600 Subject: [PATCH] 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-r1.ebuild | 20 ++++++++++++++++++++ app-misc/acdctl/acdctl-1.1.ebuild | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 app-misc/acdctl/acdctl-1.1-r1.ebuild diff --git a/app-misc/acdctl/acdctl-1.1-r1.ebuild b/app-misc/acdctl/acdctl-1.1-r1.ebuild new file mode 100644 index 0000000000000..46e06c8e34275 --- /dev/null +++ b/app-misc/acdctl/acdctl-1.1-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 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() { + default + dobin "${PN}" +} diff --git a/app-misc/acdctl/acdctl-1.1.ebuild b/app-misc/acdctl/acdctl-1.1.ebuild index 4126ca2c4c527..7d3a8413cd8af 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"