* [gentoo-commits] repo/gentoo:master commit in: app-misc/acdctl/
@ 2018-09-12 5:28 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2018-09-12 5:28 UTC (permalink / raw
To: gentoo-commits
commit: 599294624b854761c6ff334492b948ab78ef979b
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Sep 11 18:52:06 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/acdctl/
@ 2018-06-09 19:22 Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2018-06-09 19:22 UTC (permalink / raw
To: gentoo-commits
commit: fc0a6985ef765a084e2c51e24166dd9cd998de52
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 9 19:19:27 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 9 19:21:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0a6985
app-misc/acdctl: stable 1.1-r1 for ppc, bug #648480
Tested-by: ernsteiswuerfel
Bug: https://bugs.gentoo.org/648480
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"
app-misc/acdctl/acdctl-1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/acdctl/acdctl-1.1-r1.ebuild b/app-misc/acdctl/acdctl-1.1-r1.ebuild
index bd0e3980495..bde44c11ce7 100644
--- a/app-misc/acdctl/acdctl-1.1-r1.ebuild
+++ b/app-misc/acdctl/acdctl-1.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.technocage.com/~caskey/acdctl/download/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc"
+KEYWORDS="ppc"
RDEPEND="virtual/libusb:0"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/acdctl/
@ 2018-05-27 12:01 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-05-27 12:01 UTC (permalink / raw
To: gentoo-commits
commit: 9001ef92edafc46e19c2ba7dadb0ac509d935f09
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 11:51:09 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 27 12:00:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9001ef92
app-misc/acdctl: Fix sandbox violation (#653690)
Package-Manager: Portage-2.3.38, Repoman-2.3.9
app-misc/acdctl/acdctl-1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/acdctl/acdctl-1.1-r1.ebuild b/app-misc/acdctl/acdctl-1.1-r1.ebuild
index 46e06c8e342..bd0e3980495 100644
--- a/app-misc/acdctl/acdctl-1.1-r1.ebuild
+++ b/app-misc/acdctl/acdctl-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,6 +15,6 @@ RDEPEND="virtual/libusb:0"
DEPEND="${RDEPEND}"
src_install() {
- default
+ einstalldocs
dobin "${PN}"
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/acdctl/
@ 2017-12-12 20:07 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-12-12 20:07 UTC (permalink / raw
To: gentoo-commits
commit: f8b93364d0d89ae17e331b7f38c9c43013af1bf2
Author: ephemer0l <om <AT> organizedmagnetism <DOT> com>
AuthorDate: Sun Dec 10 01:14:50 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> 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"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-09-12 5:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-12 5:28 [gentoo-commits] repo/gentoo:master commit in: app-misc/acdctl/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2018-06-09 19:22 Sergei Trofimovich
2018-05-27 12:01 Pacho Ramos
2017-12-12 20:07 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox