* [gentoo-commits] repo/gentoo:master commit in: media-sound/gtklick/
@ 2016-05-29 9:09 Patrice Clement
0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2016-05-29 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 1fedf83876f5fee4922919de1ddd0e05b83047a8
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 08:40:36 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun May 29 08:41:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fedf838
media-sound/gtklick: Add missing die.
Package-Manager: portage-2.2.28
media-sound/gtklick/gtklick-0.6.4.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-sound/gtklick/gtklick-0.6.4.ebuild b/media-sound/gtklick/gtklick-0.6.4.ebuild
index 9487296..28312f8 100644
--- a/media-sound/gtklick/gtklick-0.6.4.ebuild
+++ b/media-sound/gtklick/gtklick-0.6.4.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-
-EAPI="6"
+EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
@@ -20,6 +19,7 @@ RDEPEND="dev-python/pygtk[${PYTHON_USEDEP}]
media-libs/pyliblo[${PYTHON_USEDEP}]
media-sound/klick[osc]
${PYTHON_DEPS}"
+
DEPEND="${RDEPEND}"
src_install() {
@@ -29,6 +29,6 @@ src_install() {
sed \
-e "s|[@]sharedir[@]|${EPREFIX}/usr/share/${PN}|g" \
-e "s|[@]localedir[@]|${EPREFIX}/usr/share/locale|g" \
- "${FILESDIR}"/${PN} > "${T}"/${PN}
+ "${FILESDIR}"/${PN} > "${T}"/${PN} || die
python_replicate_script "${T}"/${PN}
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gtklick/
@ 2017-11-25 14:39 Patrick Lauer
0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer @ 2017-11-25 14:39 UTC (permalink / raw
To: gentoo-commits
commit: a06d30f9ee352867048d0e0587470004ee6d1d2a
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 14:32:58 2017 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 14:39:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06d30f9
media-sound/gtklick: Whitespace
Package-Manager: Portage-2.3.16, Repoman-2.3.6
media-sound/gtklick/gtklick-0.6.4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-sound/gtklick/gtklick-0.6.4.ebuild b/media-sound/gtklick/gtklick-0.6.4.ebuild
index 70e74673ff2..0c04f65a390 100644
--- a/media-sound/gtklick/gtklick-0.6.4.ebuild
+++ b/media-sound/gtklick/gtklick-0.6.4.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+
EAPI=6
PYTHON_COMPAT=( python2_7 )
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gtklick/
@ 2019-06-01 10:54 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-06-01 10:54 UTC (permalink / raw
To: gentoo-commits
commit: 4b60029dc47d04e36f9f01b706cec227ea168e31
Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Fri May 31 23:07:22 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 1 10:54:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b60029d
media-sound/gtklick: fix license to GPL-2+
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/12066
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-sound/gtklick/gtklick-0.6.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/gtklick/gtklick-0.6.4-r1.ebuild b/media-sound/gtklick/gtklick-0.6.4-r1.ebuild
index b5f3a4f9ae7..cf89a50cad7 100644
--- a/media-sound/gtklick/gtklick-0.6.4-r1.ebuild
+++ b/media-sound/gtklick/gtklick-0.6.4-r1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="A simple metronome with an easy-to-use GTK interface"
HOMEPAGE="http://das.nasophon.de/gtklick/"
SRC_URI="http://das.nasophon.de/download/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gtklick/
@ 2019-06-01 10:54 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-06-01 10:54 UTC (permalink / raw
To: gentoo-commits
commit: 128589a81733c7ef615ccac7a92173d3a3e97be8
Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Tue May 21 15:17:23 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 1 10:54:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=128589a8
media-sound/gtklick: take maintainership
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-sound/gtklick/metadata.xml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/media-sound/gtklick/metadata.xml b/media-sound/gtklick/metadata.xml
index 1b2becffa26..c0aa4bcd7bf 100644
--- a/media-sound/gtklick/metadata.xml
+++ b/media-sound/gtklick/metadata.xml
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>alexander@tsoy.me</email>
+ <name>Alexander Tsoy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">dsacre/gtklick</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gtklick/
@ 2019-06-01 10:54 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-06-01 10:54 UTC (permalink / raw
To: gentoo-commits
commit: 0c7c4dff12a89590444d7ae5698441ede682a1e4
Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Fri May 31 23:06:08 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 1 10:54:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7c4dff
media-sound/gtklick: EAPI=7 bump
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-sound/gtklick/{gtklick-0.6.4.ebuild => gtklick-0.6.4-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/gtklick/gtklick-0.6.4.ebuild b/media-sound/gtklick/gtklick-0.6.4-r1.ebuild
similarity index 94%
rename from media-sound/gtklick/gtklick-0.6.4.ebuild
rename to media-sound/gtklick/gtklick-0.6.4-r1.ebuild
index 0c04f65a390..b5f3a4f9ae7 100644
--- a/media-sound/gtklick/gtklick-0.6.4.ebuild
+++ b/media-sound/gtklick/gtklick-0.6.4-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-06-01 10:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-01 10:54 [gentoo-commits] repo/gentoo:master commit in: media-sound/gtklick/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2019-06-01 10:54 Michał Górny
2019-06-01 10:54 Michał Górny
2017-11-25 14:39 Patrick Lauer
2016-05-29 9:09 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox