summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorephemer0l <om@organizedmagnetism.com>2017-12-09 19:14:50 -0600
committerPatrice Clement <monsieurp@gentoo.org>2017-12-12 21:05:28 +0100
commitf8b93364d0d89ae17e331b7f38c9c43013af1bf2 (patch)
tree058b0d1582c8f2dcb7cd951a6ba2c5a339763bb2 /app-misc/acdctl
parentmedia-libs/libgroove: fix build with libsdl2-2.0.6. (diff)
downloadgentoo-f8b93364d0d89ae17e331b7f38c9c43013af1bf2.tar.gz
gentoo-f8b93364d0d89ae17e331b7f38c9c43013af1bf2.tar.bz2
gentoo-f8b93364d0d89ae17e331b7f38c9c43013af1bf2.zip
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
Diffstat (limited to 'app-misc/acdctl')
-rw-r--r--app-misc/acdctl/acdctl-1.1-r1.ebuild20
-rw-r--r--app-misc/acdctl/acdctl-1.1.ebuild4
2 files changed, 22 insertions, 2 deletions
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 000000000000..46e06c8e3427
--- /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 4126ca2c4c52..7d3a8413cd8a 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"