summaryrefslogtreecommitdiff
path: root/app-misc/acdctl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-15 17:25:28 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-15 17:25:28 +0000
commit6b933047f46efec1aa747570f945344254227457 (patch)
treea12a4b87b38f954c4de435272cf4b90d721df5e8 /app-misc/acdctl
parentf45955e60d4da9b7f4a1088c98042f9c06669039 (diff)
gentoo resync : 15.12.2017
Diffstat (limited to 'app-misc/acdctl')
-rw-r--r--app-misc/acdctl/Manifest3
-rw-r--r--app-misc/acdctl/acdctl-1.1-r1.ebuild20
-rw-r--r--app-misc/acdctl/acdctl-1.1.ebuild4
3 files changed, 24 insertions, 3 deletions
diff --git a/app-misc/acdctl/Manifest b/app-misc/acdctl/Manifest
index 2132918b2bdc..746129e7f7d3 100644
--- a/app-misc/acdctl/Manifest
+++ b/app-misc/acdctl/Manifest
@@ -1,3 +1,4 @@
DIST acdctl-1.1.tar.bz2 10827 BLAKE2B d52f1df87844ecfd5fe361b43d20ddef9d10b1f53cbd692540a869e1f26974abd8e758167d781ce8ebdc17cb09548ae9aeb4ebe4553bb55a2fd14280874127bb SHA512 3a41aba7b6385f4d823694bfd387036759b7d47355f2d69e92de9e80bb9491aeaf5e060cf6695ae5ec23ba7580e203c13210b7d2bc5aaf796adf52925557043d
-EBUILD acdctl-1.1.ebuild 439 BLAKE2B 30cdccc0ce2859320a4ea5fdde0f850cf6cb5e0a7c18bebd4e4f39795623f70254c6cb3909c7e0d98017bd55b290a504a18a92313c3f1e59a52c4d5e88fb639b SHA512 0a42d1b05672dcdbdb529e46573f0ac12b95803237644c67de8ef0b60f89121f061ab317abea6c872445bb12365489ee979737470b606f65e145b3d67dc48cf4
+EBUILD acdctl-1.1-r1.ebuild 460 BLAKE2B d55ed4fd818d239c24aaaec6fb42413c0bf52e6a3e9ffd54a3489af93f99de405aacd7023e8b7b3964d1613746bc6dad2b04ed4dd858b7c43d4f286be45cadba SHA512 864beee93b27973c18660e998820a3a7fd4ed046e61c78245c64faa4015e8a0b308013fc1695a09b660eb4c659ca687b838ca04217796f9f720310dee1c156d4
+EBUILD acdctl-1.1.ebuild 481 BLAKE2B 19d0783b6e3bb33f86922e0bbb4e59dd033f1f047a6656dbb938372483bb2eb8c685fdcbbb74d06e2627f064788ba55c54374d2b344526fddaeab9e52c81047e SHA512 40957c72e6d3a0543a0dfaf84966f6d48fb050b037c5e17dc792a8d25a66170005cb3d7143ac018cf6b107bd7386b587ec097d47c336451727fc40b7f69d000f
MISC metadata.xml 373 BLAKE2B 46b320638ecd40790e2270ead4ec1dda08b8f4b9040dba3587ff41b6d98693569115c369b266578e188911b3baa39c3bd704617c576edc0dfc686724e844d6cc SHA512 67c365f43ba3e1afc711315248dfec34e462e719e7ceb799e343c5ca15e189683f52553e3bfdce9c438d4d7b2cbcac84b56f17d5c3665e301f58ef3530286272
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"