public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2015-09-16 19:24 Tobias Klausmann
  0 siblings, 0 replies; 37+ messages in thread
From: Tobias Klausmann @ 2015-09-16 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     7b908682185950bd6598c810a4db5391e8dc20bc
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 19:22:45 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 19:22:45 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b908682

dev-libs/keybinder: add ~alpha keyword

Gentoo-Bug: 549740

Package-Manager: portage-2.2.20.1

 dev-libs/keybinder/keybinder-0.3.0-r201.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.0-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.0-r201.ebuild
index 6a1f95c..dc2a783 100644
--- a/dev-libs/keybinder/keybinder-0.3.0-r201.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.0-r201.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://kaizer.se/publicfiles/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE="+introspection lua python"
 
 RDEPEND=">=x11-libs/gtk+-2.20:2


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2015-09-20 15:07 Tobias Klausmann
  0 siblings, 0 replies; 37+ messages in thread
From: Tobias Klausmann @ 2015-09-20 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     a328dc289260d789f7477625e8543565ca62a9a0
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 15:07:17 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 15:07:17 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a328dc28

dev-libs/keybinder: add ~alpha keyword

Gentoo-Bug: 553954

Package-Manager: portage-2.2.20.1

 dev-libs/keybinder/keybinder-0.3.0-r300.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
index a115b63..567b5ba 100644
--- a/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://kaizer.se/publicfiles/${PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 x86"
 IUSE="+introspection"
 
 RDEPEND="x11-libs/gtk+:3


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2015-12-31 16:23 Sven Wegener
  0 siblings, 0 replies; 37+ messages in thread
From: Sven Wegener @ 2015-12-31 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     8e8c7d2cadb280db7599525e476a43be396d0d9c
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 21:51:59 2015 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 16:07:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8c7d2c

dev-libs/keybinder: Update HOMEPAGE and SRC_URI

SRC_URI set to mirror://gentoo/ for old releases, because upstream moved
to github and old releases are no longer available.

Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 dev-libs/keybinder/keybinder-0.3.0-r200.ebuild | 4 ++--
 dev-libs/keybinder/keybinder-0.3.0-r201.ebuild | 4 ++--
 dev-libs/keybinder/keybinder-0.3.0-r300.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
index 177e8db..bdcbb18 100644
--- a/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
@@ -9,8 +9,8 @@ PYTHON_DEPEND="python? 2:2.6"
 inherit eutils python
 
 DESCRIPTION="A library for registering global keyboard shortcuts"
-HOMEPAGE="http://kaizer.se/wiki/keybinder/"
-SRC_URI="http://kaizer.se/publicfiles/${PN}/${P}.tar.gz"
+HOMEPAGE="https://github.com/engla/keybinder"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-libs/keybinder/keybinder-0.3.0-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.0-r201.ebuild
index dc2a783..8727375 100644
--- a/dev-libs/keybinder/keybinder-0.3.0-r201.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.0-r201.ebuild
@@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils python-single-r1
 
 DESCRIPTION="A library for registering global keyboard shortcuts"
-HOMEPAGE="http://kaizer.se/wiki/keybinder/"
-SRC_URI="http://kaizer.se/publicfiles/${PN}/${P}.tar.gz"
+HOMEPAGE="https://github.com/engla/keybinder"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
index 567b5ba..4ed13fe 100644
--- a/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
@@ -8,8 +8,8 @@ inherit eutils
 MY_P=${PN}-3.0-${PV}
 
 DESCRIPTION="A library for registering global keyboard shortcuts"
-HOMEPAGE="http://kaizer.se/wiki/keybinder/"
-SRC_URI="http://kaizer.se/publicfiles/${PN}/${MY_P}.tar.gz"
+HOMEPAGE="https://github.com/engla/keybinder"
+SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="3"


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2015-12-31 16:23 Sven Wegener
  0 siblings, 0 replies; 37+ messages in thread
From: Sven Wegener @ 2015-12-31 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     68f4751bf8fde8407a6fa2000db0e061f88961ad
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  9 10:38:02 2015 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 16:07:42 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f4751b

dev-libs/keybinder: Version bump

Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 dev-libs/keybinder/Manifest                    |  2 +
 dev-libs/keybinder/keybinder-0.3.1-r200.ebuild | 53 ++++++++++++++++++++++++++
 dev-libs/keybinder/keybinder-0.3.1-r300.ebuild | 41 ++++++++++++++++++++
 3 files changed, 96 insertions(+)

diff --git a/dev-libs/keybinder/Manifest b/dev-libs/keybinder/Manifest
index d9aac7d..4be7782 100644
--- a/dev-libs/keybinder/Manifest
+++ b/dev-libs/keybinder/Manifest
@@ -1,2 +1,4 @@
 DIST keybinder-0.3.0.tar.gz 377765 SHA256 42863ca0174d568a8c02c6fb243fee1681823825e8bcb1718c51611d8e9793bb SHA512 93ed88caa8246286907b9744383487391412b52be534cf085a6090c390bab181dc617721bb9216f29fd8314a40f65e27630d699ac6cb1657e0641a3d472eb22e WHIRLPOOL 5962e6a5cf96aeb7c4fdf920901f3ed461189fa9ce32bff427762a2f99b38fe4239b7129b5f669d46c256a4e7bf1fedf62ee966f05f65547e6921f364d8ff0d2
+DIST keybinder-0.3.1.tar.gz 391730 SHA256 879f07130ac64792ddb9fd758e6673119283bda37d75573787ae22af8684a240 SHA512 aec4070b3d3b6c00900c3cb814e4b6a98beea09817eba3c3f7e6d5ce1ff68c091d183583f09b475e3e56bac67c94c1d912ebbe079dcece8195ac0ed9379d5f82 WHIRLPOOL 016bd88c4ddad54c74e7a39b9fca75b3b282b570fa9d25c74713095c22a8d388f3224c87a6c46220ad255b9b2b068790e75efc71055714e540d15917e534517b
 DIST keybinder-3.0-0.3.0.tar.gz 346383 SHA256 982a6a5bc0fe1487862814b368e98211b9ec93fb5df3c9c0a88be526e0d2268e SHA512 6c5509b196fea848cda7e600edba2a59f7f65cbd7147e1d8ad2755aca8bb9b34ec68df1c90a456a7be800f049de0c2a4fc635adb60496a6aa32dea25f23dd86a WHIRLPOOL b378e7f2cc17cbe9bec9212df07e268377aea4979ab491d21092a6915fe219014686dbc188474daa2f21d1d48e016a657ae4d54d5c86407fc956c2c17d0398f0
+DIST keybinder-3.0-0.3.1.tar.gz 358650 SHA256 d97d699f31169976e4cda49a8490f69326e652269a2379907a805948d116fd23 SHA512 af65ce02707ed2712c70470c9151bffee87e6d5b3b97218b653d3061b74001a7f3ac59e15b71362e4466e7ac16573bdb6331dc00ebccd906ce08ca8176b6770f WHIRLPOOL 79dc194413ac9725522847dc7130f9550ac7796be037762af618c63b2c41712108646cc5a730c51e1003c9a898ffd7fff4cf7e30adeb78a6acec85e9c6cf2545

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
new file mode 100644
index 0000000..ddcf53b
--- /dev/null
+++ b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils python-single-r1
+
+DESCRIPTION="A library for registering global keyboard shortcuts"
+HOMEPAGE="https://github.com/engla/keybinder"
+SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="+introspection lua python"
+
+RDEPEND=">=x11-libs/gtk+-2.20:2
+	x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXrender
+	introspection? ( dev-libs/gobject-introspection )
+	lua? ( >=dev-lang/lua-5.1 )
+	python? ( ${PYTHON_DEPS}
+		>=dev-python/pygobject-2.15.3:2[${PYTHON_USEDEP}]
+		>=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
+	)"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+DOCS="AUTHORS NEWS README"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+pkg_setup() {
+	use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+	local myconf
+	use lua || myconf='--disable-lua'
+
+	econf \
+		$(use_enable introspection) \
+		$(use_enable python) \
+		${myconf}
+}
+
+src_install() {
+	default
+	prune_libtool_files --all
+}

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
new file mode 100644
index 0000000..5db4191
--- /dev/null
+++ b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils
+
+MY_P=${PN}-3.0-${PV}
+
+DESCRIPTION="A library for registering global keyboard shortcuts"
+HOMEPAGE="https://github.com/engla/keybinder"
+SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="+introspection"
+
+RDEPEND="x11-libs/gtk+:3
+	x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXrender
+	introspection? ( dev-libs/gobject-introspection )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+DOCS="AUTHORS NEWS README"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+	econf \
+		$(use_enable introspection) \
+		--with-html-dir=/usr/share/doc/${PF}/html
+}
+
+src_install() {
+	default
+	prune_libtool_files --all
+	dosym /usr/share/doc/${PF}/html/${PN}-3.0 /usr/share/gtk-doc/html/${PN}-3.0
+}


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2016-07-03 19:45 Zac Medico
  0 siblings, 0 replies; 37+ messages in thread
From: Zac Medico @ 2016-07-03 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     90e5c1037f2504426584257e5b82daae3bfceb8a
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 19:44:09 2016 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 19:45:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e5c103

dev-libs/keybinder: add ${EPREFIX} to econf --with-html-dir

Package-Manager: portage-2.3.0

 dev-libs/keybinder/keybinder-0.3.0-r200.ebuild | 4 ++--
 dev-libs/keybinder/keybinder-0.3.0-r300.ebuild | 4 ++--
 dev-libs/keybinder/keybinder-0.3.1-r300.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
index bdcbb18..916cf2e 100644
--- a/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -51,7 +51,7 @@ src_configure() {
 		$(use_enable introspection) \
 		$(use_enable python) \
 		${myconf} \
-		--with-html-dir=/usr/share/doc/${PF}/html
+		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
 }
 
 src_install() {

diff --git a/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
index 4ed13fe..724c6fa 100644
--- a/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -31,7 +31,7 @@ S=${WORKDIR}/${MY_P}
 src_configure() {
 	econf \
 		$(use_enable introspection) \
-		--with-html-dir=/usr/share/doc/${PF}/html
+		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
 }
 
 src_install() {

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
index 5db4191..fee8390 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -31,7 +31,7 @@ S=${WORKDIR}/${MY_P}
 src_configure() {
 	econf \
 		$(use_enable introspection) \
-		--with-html-dir=/usr/share/doc/${PF}/html
+		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2016-10-01  8:02 Markus Meier
  0 siblings, 0 replies; 37+ messages in thread
From: Markus Meier @ 2016-10-01  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d0f39cb83fe6dcb6597423dfc07ed939e18f3538
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 08:02:31 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 08:02:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f39cb8

dev-libs/keybinder: arm stable, bug #593264

Package-Manager: portage-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-libs/keybinder/keybinder-0.3.1-r200.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
index ddcf53b..001c4c5 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE="+introspection lua python"
 
 RDEPEND=">=x11-libs/gtk+-2.20:2


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2016-10-01  8:03 Markus Meier
  0 siblings, 0 replies; 37+ messages in thread
From: Markus Meier @ 2016-10-01  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     5c8c646bf8e547b91a37436e7eea995370e9e010
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 08:03:26 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 08:03:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8c646b

dev-libs/keybinder: arm stable, bug #593264

Package-Manager: portage-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-libs/keybinder/keybinder-0.3.1-r300.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
index fee8390..586a183 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/$
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE="+introspection"
 
 RDEPEND="x11-libs/gtk+:3


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2016-10-01  8:45 Pacho Ramos
  0 siblings, 0 replies; 37+ messages in thread
From: Pacho Ramos @ 2016-10-01  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     39c20504dfbb5838dadb0ddb072e4e564f286999
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 08:44:15 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 08:44:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c20504

dev-libs/keybinder: amd64/x86 stable, bug #593264

Package-Manager: portage-2.3.0

 dev-libs/keybinder/keybinder-0.3.1-r200.ebuild | 2 +-
 dev-libs/keybinder/keybinder-0.3.1-r300.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
index 001c4c5..ade2f6f 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~mips ~ppc ~ppc64 x86"
 IUSE="+introspection lua python"
 
 RDEPEND=">=x11-libs/gtk+-2.20:2

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
index 586a183..f7428a3 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/$
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~mips ~ppc ~ppc64 x86"
 IUSE="+introspection"
 
 RDEPEND="x11-libs/gtk+:3


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2016-10-18 19:26 Pacho Ramos
  0 siblings, 0 replies; 37+ messages in thread
From: Pacho Ramos @ 2016-10-18 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2eb521bf0eb6ce9f936f3937755735126ff2ad29
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 19:19:26 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 19:26:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb521bf

dev-libs/keybinder: Drop old

Package-Manager: portage-2.3.1

 dev-libs/keybinder/keybinder-0.3.0-r201.ebuild | 53 --------------------------
 1 file changed, 53 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.0-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.0-r201.ebuild
deleted file mode 100644
index 8727375..00000000
--- a/dev-libs/keybinder/keybinder-0.3.0-r201.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1
-
-DESCRIPTION="A library for registering global keyboard shortcuts"
-HOMEPAGE="https://github.com/engla/keybinder"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
-IUSE="+introspection lua python"
-
-RDEPEND=">=x11-libs/gtk+-2.20:2
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXrender
-	introspection? ( dev-libs/gobject-introspection )
-	lua? ( >=dev-lang/lua-5.1 )
-	python? ( ${PYTHON_DEPS}
-		>=dev-python/pygobject-2.15.3:2[${PYTHON_USEDEP}]
-		>=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
-	)"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS="AUTHORS NEWS README"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-	local myconf
-	use lua || myconf='--disable-lua'
-
-	econf \
-		$(use_enable introspection) \
-		$(use_enable python) \
-		${myconf}
-}
-
-src_install() {
-	default
-	prune_libtool_files --all
-}


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2017-01-01 16:05 Jason Zaman
  0 siblings, 0 replies; 37+ messages in thread
From: Jason Zaman @ 2017-01-01 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0143fd8c2e8dc6527abd4355285c7d8e5f449acb
Author:     Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 20:27:59 2016 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Jan  1 16:04:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0143fd8c

dev-libs/keybinder:add ~arm64 keyword after testing on cortex-a53
Required for xfce4-meta

Package-Manager: portage-2.3.2

 dev-libs/keybinder/keybinder-0.3.1-r200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
index 6936fe6..e98bbe1 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 x86"
 IUSE="+introspection lua python"
 
 RDEPEND=">=x11-libs/gtk+-2.20:2


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2017-01-15 10:33 Pacho Ramos
  0 siblings, 0 replies; 37+ messages in thread
From: Pacho Ramos @ 2017-01-15 10:33 UTC (permalink / raw
  To: gentoo-commits

commit:     185cf7ca058cf361c10292fea6d697ce8564cc25
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 10:15:10 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:31:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185cf7ca

dev-libs/keybinder: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/keybinder/Manifest                    |  2 -
 dev-libs/keybinder/keybinder-0.3.0-r200.ebuild | 69 --------------------------
 dev-libs/keybinder/keybinder-0.3.0-r300.ebuild | 41 ---------------
 3 files changed, 112 deletions(-)

diff --git a/dev-libs/keybinder/Manifest b/dev-libs/keybinder/Manifest
index 4be7782..54d157e 100644
--- a/dev-libs/keybinder/Manifest
+++ b/dev-libs/keybinder/Manifest
@@ -1,4 +1,2 @@
-DIST keybinder-0.3.0.tar.gz 377765 SHA256 42863ca0174d568a8c02c6fb243fee1681823825e8bcb1718c51611d8e9793bb SHA512 93ed88caa8246286907b9744383487391412b52be534cf085a6090c390bab181dc617721bb9216f29fd8314a40f65e27630d699ac6cb1657e0641a3d472eb22e WHIRLPOOL 5962e6a5cf96aeb7c4fdf920901f3ed461189fa9ce32bff427762a2f99b38fe4239b7129b5f669d46c256a4e7bf1fedf62ee966f05f65547e6921f364d8ff0d2
 DIST keybinder-0.3.1.tar.gz 391730 SHA256 879f07130ac64792ddb9fd758e6673119283bda37d75573787ae22af8684a240 SHA512 aec4070b3d3b6c00900c3cb814e4b6a98beea09817eba3c3f7e6d5ce1ff68c091d183583f09b475e3e56bac67c94c1d912ebbe079dcece8195ac0ed9379d5f82 WHIRLPOOL 016bd88c4ddad54c74e7a39b9fca75b3b282b570fa9d25c74713095c22a8d388f3224c87a6c46220ad255b9b2b068790e75efc71055714e540d15917e534517b
-DIST keybinder-3.0-0.3.0.tar.gz 346383 SHA256 982a6a5bc0fe1487862814b368e98211b9ec93fb5df3c9c0a88be526e0d2268e SHA512 6c5509b196fea848cda7e600edba2a59f7f65cbd7147e1d8ad2755aca8bb9b34ec68df1c90a456a7be800f049de0c2a4fc635adb60496a6aa32dea25f23dd86a WHIRLPOOL b378e7f2cc17cbe9bec9212df07e268377aea4979ab491d21092a6915fe219014686dbc188474daa2f21d1d48e016a657ae4d54d5c86407fc956c2c17d0398f0
 DIST keybinder-3.0-0.3.1.tar.gz 358650 SHA256 d97d699f31169976e4cda49a8490f69326e652269a2379907a805948d116fd23 SHA512 af65ce02707ed2712c70470c9151bffee87e6d5b3b97218b653d3061b74001a7f3ac59e15b71362e4466e7ac16573bdb6331dc00ebccd906ce08ca8176b6770f WHIRLPOOL 79dc194413ac9725522847dc7130f9550ac7796be037762af618c63b2c41712108646cc5a730c51e1003c9a898ffd7fff4cf7e30adeb78a6acec85e9c6cf2545

diff --git a/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
deleted file mode 100644
index 916cf2e..00000000
--- a/dev-libs/keybinder/keybinder-0.3.0-r200.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-PYTHON_DEPEND="python? 2:2.6"
-
-inherit eutils python
-
-DESCRIPTION="A library for registering global keyboard shortcuts"
-HOMEPAGE="https://github.com/engla/keybinder"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 x86"
-IUSE="+introspection lua python"
-
-RDEPEND=">=x11-libs/gtk+-2.20:2
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXrender
-	introspection? ( dev-libs/gobject-introspection )
-	lua? ( >=dev-lang/lua-5.1 )
-	python? (
-		>=dev-python/pygobject-2.15.3:2
-		>=dev-python/pygtk-2.12
-		)"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS="AUTHORS NEWS README"
-
-pkg_setup() {
-	if use python; then
-		python_set_active_version 2
-		python_pkg_setup
-	fi
-}
-
-src_prepare() {
-	>py-compile
-}
-
-src_configure() {
-	local myconf
-	use lua || myconf='--disable-lua'
-
-	econf \
-		$(use_enable introspection) \
-		$(use_enable python) \
-		${myconf} \
-		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
-}
-
-src_install() {
-	default
-	prune_libtool_files --all
-	dosym /usr/share/doc/${PF}/html/${PN} /usr/share/gtk-doc/html/${PN}
-}
-
-pkg_postinst() {
-	use python && python_mod_optimize ${PN}
-}
-
-pkg_postrm() {
-	use python && python_mod_cleanup ${PN}
-}

diff --git a/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
deleted file mode 100644
index 724c6fa..00000000
--- a/dev-libs/keybinder/keybinder-0.3.0-r300.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils
-
-MY_P=${PN}-3.0-${PV}
-
-DESCRIPTION="A library for registering global keyboard shortcuts"
-HOMEPAGE="https://github.com/engla/keybinder"
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 x86"
-IUSE="+introspection"
-
-RDEPEND="x11-libs/gtk+:3
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXrender
-	introspection? ( dev-libs/gobject-introspection )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS="AUTHORS NEWS README"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	econf \
-		$(use_enable introspection) \
-		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
-}
-
-src_install() {
-	default
-	prune_libtool_files --all
-	dosym /usr/share/doc/${PF}/html/${PN}-3.0 /usr/share/gtk-doc/html/${PN}-3.0
-}


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2017-07-12 21:34 Sergei Trofimovich
  0 siblings, 0 replies; 37+ messages in thread
From: Sergei Trofimovich @ 2017-07-12 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     509383022ca444b3be685f5da7c797d58f348e20
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 21:28:39 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 21:34:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50938302

dev-libs/keybinder: ia64 keyworded, bug #553954

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-libs/keybinder/keybinder-0.3.1-r300.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
index e9d5f51ffb2..2583c443358 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/$
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 x86"
 IUSE="+introspection"
 
 RDEPEND="x11-libs/gtk+:3


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2017-07-12 21:34 Sergei Trofimovich
  0 siblings, 0 replies; 37+ messages in thread
From: Sergei Trofimovich @ 2017-07-12 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ce4566d4ac0102686c95e0e05727b49a83c60e14
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 21:28:35 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 21:34:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4566d4

dev-libs/keybinder: ia64 keyworded, bug #553954

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-libs/keybinder/keybinder-0.3.1-r200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
index 9256c8fb47b..05751c8efac 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
 IUSE="+introspection lua python"
 
 RDEPEND=">=x11-libs/gtk+-2.20:2


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2018-02-14 13:35 Michał Górny
  0 siblings, 0 replies; 37+ messages in thread
From: Michał Górny @ 2018-02-14 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     6f08ba428b8fafdf2c4a505500148e2e2839651b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 13:22:55 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 13:34:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f08ba42

dev-libs/keybinder: Require gtk+[X] for gdkx (in 3.0)

Closes: https://bugs.gentoo.org/586524

 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
index 074df4a9047..155449bb9eb 100644
--- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -13,7 +13,7 @@ SLOT="3"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="+introspection"
 
-RDEPEND="x11-libs/gtk+:3
+RDEPEND="x11-libs/gtk+:3[X]
 	x11-libs/libX11
 	x11-libs/libXext
 	x11-libs/libXrender


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2018-02-14 13:35 Michał Górny
  0 siblings, 0 replies; 37+ messages in thread
From: Michał Górny @ 2018-02-14 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     6148eed3c4b32dcd390edee97b461b6908c352bb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 12:52:25 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 13:34:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6148eed3

dev-libs/keybinder: Bump to 0.3.2 (3.0 branch only)

 dev-libs/keybinder/Manifest                    |  1 +
 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 40 ++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-libs/keybinder/Manifest b/dev-libs/keybinder/Manifest
index 44d544be975..1d4a0ca5fe3 100644
--- a/dev-libs/keybinder/Manifest
+++ b/dev-libs/keybinder/Manifest
@@ -1,2 +1,3 @@
 DIST keybinder-0.3.1.tar.gz 391730 BLAKE2B ea286ab5bbd864709a1290ffd8d7d45468b1d525b4fdb8967159bbcf32ca8dc3d057ba39ad35dc19f5f68f67160fc48d805e107fcaea22f81fdd8bd1125db908 SHA512 aec4070b3d3b6c00900c3cb814e4b6a98beea09817eba3c3f7e6d5ce1ff68c091d183583f09b475e3e56bac67c94c1d912ebbe079dcece8195ac0ed9379d5f82
 DIST keybinder-3.0-0.3.1.tar.gz 358650 BLAKE2B 541ce7cf5bdb9fc8c0cb6d7f1f6326d47c0cb32f71b517a8bfe8aeecc74658cf17bbaff93854bd57aa898e1f22bff1269c20422bab347df6c1e2ca1d8eac13de SHA512 af65ce02707ed2712c70470c9151bffee87e6d5b3b97218b653d3061b74001a7f3ac59e15b71362e4466e7ac16573bdb6331dc00ebccd906ce08ca8176b6770f
+DIST keybinder-3.0-0.3.2.tar.gz 378942 BLAKE2B f998430a14e881b5b1802747ec15967d60bedf8e076e5ace886a665ad168eb297679f30289b6cae835f4b291a0744c12331e420dcafbfca7e63cc5e807e9cd46 SHA512 14171875e03ade88165f28c7267b66cf9efe34259d7a3072a786ba49dacf8f8d6d84753b1aeedec5dfb0a24028be86bceeebee2f6b1bf5ef2eb79ee45f909b11

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
new file mode 100644
index 00000000000..a62c8c1c0c7
--- /dev/null
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils
+
+MY_P=${PN}-3.0-${PV}
+
+DESCRIPTION="A library for registering global keyboard shortcuts"
+HOMEPAGE="https://github.com/engla/keybinder"
+SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="+introspection"
+
+RDEPEND="x11-libs/gtk+:3
+	x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXrender
+	introspection? ( dev-libs/gobject-introspection )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+DOCS="AUTHORS NEWS README"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+	econf \
+		$(use_enable introspection) \
+		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
+}
+
+src_install() {
+	default
+	prune_libtool_files --all
+	dosym /usr/share/doc/${PF}/html/${PN}-3.0 /usr/share/gtk-doc/html/${PN}-3.0
+}


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2018-02-14 13:35 Michał Górny
  0 siblings, 0 replies; 37+ messages in thread
From: Michał Górny @ 2018-02-14 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     cf23f45709e457ae6bd6e5091debb44484613948
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 12:46:31 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 13:34:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf23f457

dev-libs/keybinder: Adopt-a-package!

 dev-libs/keybinder/metadata.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-libs/keybinder/metadata.xml b/dev-libs/keybinder/metadata.xml
index 61950dc2713..c363c085d02 100644
--- a/dev-libs/keybinder/metadata.xml
+++ b/dev-libs/keybinder/metadata.xml
@@ -1,7 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <upstream>
-    <remote-id type="github">engla/keybinder</remote-id>
-  </upstream>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">engla/keybinder</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2018-02-14 13:35 Michał Górny
  0 siblings, 0 replies; 37+ messages in thread
From: Michał Górny @ 2018-02-14 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b2a004ccadfd522ac7ad085a20099c701ed7348d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 12:54:13 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 13:34:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a004cc

dev-libs/keybinder: Fix gtk-doc install location

Closes: https://bugs.gentoo.org/570972

 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
index a62c8c1c0c7..d12fc21e838 100644
--- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -29,12 +29,18 @@ S=${WORKDIR}/${MY_P}
 
 src_configure() {
 	econf \
-		$(use_enable introspection) \
-		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
+		$(use_enable introspection)
 }
 
 src_install() {
 	default
 	prune_libtool_files --all
-	dosym /usr/share/doc/${PF}/html/${PN}-3.0 /usr/share/gtk-doc/html/${PN}-3.0
+}
+
+pkg_preinst() {
+	# remove old symlink as otherwise the files will be installed
+	# in the wrong directory
+	if [[ -h ${EROOT%/}/usr/share/gtk-doc/html/keybinder-3.0 ]]; then
+		rm "${EROOT%/}/usr/share/gtk-doc/html/keybinder-3.0" || die
+	fi
 }


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2018-02-14 13:35 Michał Górny
  0 siblings, 0 replies; 37+ messages in thread
From: Michał Górny @ 2018-02-14 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0894a9ed3b93862ab541bc6525eb5abd4d5294f7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 13:16:06 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 13:34:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0894a9ed

dev-libs/keybinder: Bump to EAPI=6

 dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 50 ++++++++++++++++++++++++++
 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 13 ++++---
 2 files changed, 56 insertions(+), 7 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
new file mode 100644
index 00000000000..4557421f67e
--- /dev/null
+++ b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-single-r1
+
+DESCRIPTION="A library for registering global keyboard shortcuts"
+HOMEPAGE="https://github.com/engla/keybinder"
+SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="+introspection lua python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND=">=x11-libs/gtk+-2.20:2
+	x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXrender
+	introspection? ( dev-libs/gobject-introspection )
+	lua? ( >=dev-lang/lua-5.1 )
+	python? ( ${PYTHON_DEPS}
+		>=dev-python/pygobject-2.15.3:2[${PYTHON_USEDEP}]
+		>=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
+	)"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+pkg_setup() {
+	use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+	local myconf=(
+		$(use_enable introspection)
+		$(use_enable python)
+	)
+	# upstream failed at AC_ARG_ENABLE
+	use lua || myconf+=( --disable-lua )
+
+	econf "${myconf[@]}"
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
index d12fc21e838..074df4a9047 100644
--- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -1,11 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils
+EAPI=6
 
 MY_P=${PN}-3.0-${PV}
-
 DESCRIPTION="A library for registering global keyboard shortcuts"
 HOMEPAGE="https://github.com/engla/keybinder"
 SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/${MY_P}.tar.gz"
@@ -23,18 +21,19 @@ RDEPEND="x11-libs/gtk+:3
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
-DOCS="AUTHORS NEWS README"
-
 S=${WORKDIR}/${MY_P}
 
 src_configure() {
-	econf \
+	local myconf=(
 		$(use_enable introspection)
+	)
+
+	econf "${myconf[@]}"
 }
 
 src_install() {
 	default
-	prune_libtool_files --all
+	find "${D}" -name '*.la' -delete || die
 }
 
 pkg_preinst() {


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2018-04-08 17:28 Aaron Bauman
  0 siblings, 0 replies; 37+ messages in thread
From: Aaron Bauman @ 2018-04-08 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     db099703073d6821ea6bf08660a816614bf80fad
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  8 17:22:13 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Apr  8 17:22:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db099703

dev-libs/keybinder: amd64 stable

Bug: https://bugs.gentoo.org/651490
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 2 +-
 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
index 4557421f67e..d767a4294d5 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="+introspection lua python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
index 155449bb9eb..d2a9be82183 100644
--- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/$
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="+introspection"
 
 RDEPEND="x11-libs/gtk+:3[X]


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2018-04-18 21:04 Sergei Trofimovich
  0 siblings, 0 replies; 37+ messages in thread
From: Sergei Trofimovich @ 2018-04-18 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     63f661ef62c8e3c307514c5e663821688605a181
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 21:03:07 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 21:04:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f661ef

dev-libs/keybinder: stable 0.3.2-r300 for ppc64, bug #651490

Bug: https://bugs.gentoo.org/651490
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
index 9bc024d422f..8cc6bce5ac4 100644
--- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/$
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 x86"
 IUSE="+introspection"
 
 RDEPEND="x11-libs/gtk+:3[X]


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2018-04-18 21:04 Sergei Trofimovich
  0 siblings, 0 replies; 37+ messages in thread
From: Sergei Trofimovich @ 2018-04-18 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     2b4e8b86ef97d8d52cd91b6f288862c5f4671584
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 21:03:01 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 21:04:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4e8b86

dev-libs/keybinder: stable 0.3.1-r201 for ppc64, bug #651490

Bug: https://bugs.gentoo.org/651490
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
index 167e162e8b4..203f9b3ba7b 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86"
 IUSE="+introspection lua python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2018-04-19 21:08 Mikle Kolyada
  0 siblings, 0 replies; 37+ messages in thread
From: Mikle Kolyada @ 2018-04-19 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     a2133795b90989ba0080867a272ecef64c3c9cbc
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 19 21:01:23 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Apr 19 21:08:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2133795

dev-libs/keybinder: arm stable wrt bug #651490

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 2 +-
 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
index 203f9b3ba7b..98e4f144390 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86"
 IUSE="+introspection lua python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
index 8cc6bce5ac4..87d98462782 100644
--- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/$
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 x86"
 IUSE="+introspection"
 
 RDEPEND="x11-libs/gtk+:3[X]


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2018-05-27 20:56 Mikle Kolyada
  0 siblings, 0 replies; 37+ messages in thread
From: Mikle Kolyada @ 2018-05-27 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     137071e501ead33c1d5363f6c1f889618bc265e8
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 20:50:55 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 27 20:50:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137071e5

dev-libs/keybinder: ppc stable wrt bug #651490

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
index 87d98462782..de5cd8598a0 100644
--- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/$
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 x86"
 IUSE="+introspection"
 
 RDEPEND="x11-libs/gtk+:3[X]


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2018-05-27 20:56 Mikle Kolyada
  0 siblings, 0 replies; 37+ messages in thread
From: Mikle Kolyada @ 2018-05-27 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     300a83b78dd45cd1732694bdd03ce7dc0eeb7fda
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 20:50:27 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 27 20:50:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300a83b7

dev-libs/keybinder: ppc stable wrt bug #651490

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
index 98e4f144390..e081ae83d7f 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
 IUSE="+introspection lua python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2018-05-28  5:27 Michał Górny
  0 siblings, 0 replies; 37+ messages in thread
From: Michał Górny @ 2018-05-28  5:27 UTC (permalink / raw
  To: gentoo-commits

commit:     df7ee3eee763e9ad44c802f3cbcdf2efe631e9e6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 05:27:22 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 28 05:27:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7ee3ee

dev-libs/keybinder: Drop old

 dev-libs/keybinder/Manifest                    |  1 -
 dev-libs/keybinder/keybinder-0.3.1-r200.ebuild | 52 --------------------------
 dev-libs/keybinder/keybinder-0.3.1-r300.ebuild | 40 --------------------
 3 files changed, 93 deletions(-)

diff --git a/dev-libs/keybinder/Manifest b/dev-libs/keybinder/Manifest
index 1d4a0ca5fe3..0beccc09035 100644
--- a/dev-libs/keybinder/Manifest
+++ b/dev-libs/keybinder/Manifest
@@ -1,3 +1,2 @@
 DIST keybinder-0.3.1.tar.gz 391730 BLAKE2B ea286ab5bbd864709a1290ffd8d7d45468b1d525b4fdb8967159bbcf32ca8dc3d057ba39ad35dc19f5f68f67160fc48d805e107fcaea22f81fdd8bd1125db908 SHA512 aec4070b3d3b6c00900c3cb814e4b6a98beea09817eba3c3f7e6d5ce1ff68c091d183583f09b475e3e56bac67c94c1d912ebbe079dcece8195ac0ed9379d5f82
-DIST keybinder-3.0-0.3.1.tar.gz 358650 BLAKE2B 541ce7cf5bdb9fc8c0cb6d7f1f6326d47c0cb32f71b517a8bfe8aeecc74658cf17bbaff93854bd57aa898e1f22bff1269c20422bab347df6c1e2ca1d8eac13de SHA512 af65ce02707ed2712c70470c9151bffee87e6d5b3b97218b653d3061b74001a7f3ac59e15b71362e4466e7ac16573bdb6331dc00ebccd906ce08ca8176b6770f
 DIST keybinder-3.0-0.3.2.tar.gz 378942 BLAKE2B f998430a14e881b5b1802747ec15967d60bedf8e076e5ace886a665ad168eb297679f30289b6cae835f4b291a0744c12331e420dcafbfca7e63cc5e807e9cd46 SHA512 14171875e03ade88165f28c7267b66cf9efe34259d7a3072a786ba49dacf8f8d6d84753b1aeedec5dfb0a24028be86bceeebee2f6b1bf5ef2eb79ee45f909b11

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
deleted file mode 100644
index 05751c8efac..00000000000
--- a/dev-libs/keybinder/keybinder-0.3.1-r200.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1
-
-DESCRIPTION="A library for registering global keyboard shortcuts"
-HOMEPAGE="https://github.com/engla/keybinder"
-SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
-IUSE="+introspection lua python"
-
-RDEPEND=">=x11-libs/gtk+-2.20:2
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXrender
-	introspection? ( dev-libs/gobject-introspection )
-	lua? ( >=dev-lang/lua-5.1 )
-	python? ( ${PYTHON_DEPS}
-		>=dev-python/pygobject-2.15.3:2[${PYTHON_USEDEP}]
-		>=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
-	)"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS="AUTHORS NEWS README"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-	local myconf
-	use lua || myconf='--disable-lua'
-
-	econf \
-		$(use_enable introspection) \
-		$(use_enable python) \
-		${myconf}
-}
-
-src_install() {
-	default
-	prune_libtool_files --all
-}

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
deleted file mode 100644
index 2583c443358..00000000000
--- a/dev-libs/keybinder/keybinder-0.3.1-r300.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-MY_P=${PN}-3.0-${PV}
-
-DESCRIPTION="A library for registering global keyboard shortcuts"
-HOMEPAGE="https://github.com/engla/keybinder"
-SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 x86"
-IUSE="+introspection"
-
-RDEPEND="x11-libs/gtk+:3
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXrender
-	introspection? ( dev-libs/gobject-introspection )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS="AUTHORS NEWS README"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	econf \
-		$(use_enable introspection) \
-		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
-}
-
-src_install() {
-	default
-	prune_libtool_files --all
-	dosym /usr/share/doc/${PF}/html/${PN}-3.0 /usr/share/gtk-doc/html/${PN}-3.0
-}


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2019-12-08 11:11 Michał Górny
  0 siblings, 0 replies; 37+ messages in thread
From: Michał Górny @ 2019-12-08 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c851d8a64e8baeedeac161f7553499a1549e659d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  8 10:49:30 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 11:11:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c851d8a6

dev-libs/keybinder: Switch to new python-single-r1 API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
index e081ae83d7f..9392d4f4061 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,8 +23,10 @@ RDEPEND=">=x11-libs/gtk+-2.20:2
 	introspection? ( dev-libs/gobject-introspection )
 	lua? ( >=dev-lang/lua-5.1 )
 	python? ( ${PYTHON_DEPS}
-		>=dev-python/pygobject-2.15.3:2[${PYTHON_USEDEP}]
-		>=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
+		$(python_gen_cond_dep '
+			>=dev-python/pygobject-2.15.3:2[${PYTHON_MULTI_USEDEP}]
+			>=dev-python/pygtk-2.12[${PYTHON_MULTI_USEDEP}]
+		')
 	)"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2019-12-26 11:05 Michał Górny
  0 siblings, 0 replies; 37+ messages in thread
From: Michał Górny @ 2019-12-26 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c0777ce027f251bdaa1785cf2641e9d1e8504c5f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 11:03:17 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 11:05:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0777ce0

dev-libs/keybinder: Update URLs

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 4 ++--
 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
index 9392d4f4061..711dd04ba10 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1
 
 DESCRIPTION="A library for registering global keyboard shortcuts"
-HOMEPAGE="https://github.com/engla/keybinder"
-SRC_URI="https://github.com/engla/keybinder/releases/download/v${PV}/${P}.tar.gz"
+HOMEPAGE="https://github.com/kupferlauncher/keybinder"
+SRC_URI="https://github.com/kupferlauncher/keybinder/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
index de5cd8598a0..a7830de1126 100644
--- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MY_P=${PN}-3.0-${PV}
 DESCRIPTION="A library for registering global keyboard shortcuts"
-HOMEPAGE="https://github.com/engla/keybinder"
-SRC_URI="https://github.com/engla/keybinder/releases/download/${PN}-3.0-v${PV}/${MY_P}.tar.gz"
+HOMEPAGE="https://github.com/kupferlauncher/keybinder"
+SRC_URI="https://github.com/kupferlauncher/keybinder/releases/download/${PN}-3.0-v${PV}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="3"


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2020-02-04  4:50 Michał Górny
  0 siblings, 0 replies; 37+ messages in thread
From: Michał Górny @ 2020-02-04  4:50 UTC (permalink / raw
  To: gentoo-commits

commit:     decb5ae27145757aa7ea8d0b4ce7a042973774fc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  4 04:43:57 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  4 04:43:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=decb5ae2

dev-libs/keybinder: Disable old python bindings in :0

Closes: https://bugs.gentoo.org/706470
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
index 711dd04ba10..02e68ac665c 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
@@ -1,11 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1
-
 DESCRIPTION="A library for registering global keyboard shortcuts"
 HOMEPAGE="https://github.com/kupferlauncher/keybinder"
 SRC_URI="https://github.com/kupferlauncher/keybinder/releases/download/v${PV}/${P}.tar.gz"
@@ -13,32 +10,21 @@ SRC_URI="https://github.com/kupferlauncher/keybinder/releases/download/v${PV}/${
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
-IUSE="+introspection lua python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+IUSE="+introspection lua"
 
 RDEPEND=">=x11-libs/gtk+-2.20:2
 	x11-libs/libX11
 	x11-libs/libXext
 	x11-libs/libXrender
 	introspection? ( dev-libs/gobject-introspection )
-	lua? ( >=dev-lang/lua-5.1 )
-	python? ( ${PYTHON_DEPS}
-		$(python_gen_cond_dep '
-			>=dev-python/pygobject-2.15.3:2[${PYTHON_MULTI_USEDEP}]
-			>=dev-python/pygtk-2.12[${PYTHON_MULTI_USEDEP}]
-		')
-	)"
+	lua? ( >=dev-lang/lua-5.1 )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
 src_configure() {
 	local myconf=(
 		$(use_enable introspection)
-		$(use_enable python)
+		--disable-python
 	)
 	# upstream failed at AC_ARG_ENABLE
 	use lua || myconf+=( --disable-lua )


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2020-06-11 22:08 Mart Raudsepp
  0 siblings, 0 replies; 37+ messages in thread
From: Mart Raudsepp @ 2020-06-11 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     16d54f60f2116b92edb24c380cba38a4087a0af3
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Wed Jun 10 12:00:14 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 22:04:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d54f60

dev-libs/keybinder: arm64 keyworded (bug #727700)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
index a7830de1126..bf14d929fcf 100644
--- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/kupferlauncher/keybinder/releases/download/${PN}-3.0
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
 IUSE="+introspection"
 
 RDEPEND="x11-libs/gtk+:3[X]


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2020-12-21 17:05 Marek Szuba
  0 siblings, 0 replies; 37+ messages in thread
From: Marek Szuba @ 2020-12-21 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0b0cd8a20656ac3ec9c1797062954fcbf4b97600
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 16:34:49 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 17:05:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0cd8a2

dev-libs/keybinder-0.3.1-r201: drop IUSE=lua support

An ancient version only kept in the tree because it's a dependency
of lxde-base/lxpanel, newer versions do not bundle Lua bindings any
more. No point in migrating this to Lua eclasses.

Committed with maintainer's permission obtained on IRC.

Closes: https://bugs.gentoo.org/752585
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
index e25af14fe25..94ce6fd1890 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
@@ -10,14 +10,13 @@ SRC_URI="https://github.com/kupferlauncher/keybinder/releases/download/v${PV}/${
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
-IUSE="+introspection lua"
+IUSE="+introspection"
 
 RDEPEND=">=x11-libs/gtk+-2.20:2
 	x11-libs/libX11
 	x11-libs/libXext
 	x11-libs/libXrender
-	introspection? ( dev-libs/gobject-introspection )
-	lua? ( >=dev-lang/lua-5.1:0= )"
+	introspection? ( dev-libs/gobject-introspection )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
@@ -25,9 +24,8 @@ src_configure() {
 	local myconf=(
 		$(use_enable introspection)
 		--disable-python
+		--disable-lua
 	)
-	# upstream failed at AC_ARG_ENABLE
-	use lua || myconf+=( --disable-lua )
 
 	econf "${myconf[@]}"
 }


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2021-01-16 19:03 Michał Górny
  0 siblings, 0 replies; 37+ messages in thread
From: Michał Górny @ 2021-01-16 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     959c521394e5cfb40e73f6af4c174b7502d4b386
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 16 14:28:05 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 19:03:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959c5213

dev-libs/keybinder: EAPI 7

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
index bf14d929fcf..dae19793427 100644
--- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 MY_P=${PN}-3.0-${PV}
 DESCRIPTION="A library for registering global keyboard shortcuts"
 HOMEPAGE="https://github.com/kupferlauncher/keybinder"
 SRC_URI="https://github.com/kupferlauncher/keybinder/releases/download/${PN}-3.0-v${PV}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="3"
@@ -16,12 +17,10 @@ IUSE="+introspection"
 RDEPEND="x11-libs/gtk+:3[X]
 	x11-libs/libX11
 	x11-libs/libXext
-	x11-libs/libXrender
+	x11-libs/libXrender"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
 	introspection? ( dev-libs/gobject-introspection )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
 
 src_configure() {
 	local myconf=(
@@ -39,7 +38,7 @@ src_install() {
 pkg_preinst() {
 	# remove old symlink as otherwise the files will be installed
 	# in the wrong directory
-	if [[ -h ${EROOT%/}/usr/share/gtk-doc/html/keybinder-3.0 ]]; then
-		rm "${EROOT%/}/usr/share/gtk-doc/html/keybinder-3.0" || die
+	if [[ -h ${EROOT}/usr/share/gtk-doc/html/keybinder-3.0 ]]; then
+		rm "${EROOT}/usr/share/gtk-doc/html/keybinder-3.0" || die
 	fi
 }


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2021-03-05 22:20 Sam James
  0 siblings, 0 replies; 37+ messages in thread
From: Sam James @ 2021-03-05 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     9a1013ac811cacb78bf8b0e3f7086720cd2f8677
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  5 22:20:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  5 22:20:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1013ac

dev-libs/keybinder: Stabilize 0.3.1-r201 arm64, #765997

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
index 94ce6fd1890..4b3a64bd613 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/kupferlauncher/keybinder/releases/download/v${PV}/${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
 IUSE="+introspection"
 
 RDEPEND=">=x11-libs/gtk+-2.20:2


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2021-04-12 23:33 Sam James
  0 siblings, 0 replies; 37+ messages in thread
From: Sam James @ 2021-04-12 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     476169668150ecb317d54c876ef19ad660df05a5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 23:26:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 23:32:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47616966

dev-libs/keybinder: Stabilize 0.3.2-r300 arm64, #776703

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
index dae19793427..832566c0f6c 100644
--- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -11,7 +11,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
 IUSE="+introspection"
 
 RDEPEND="x11-libs/gtk+:3[X]


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2021-05-15 18:27 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2021-05-15 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     cdccc4591eb3cf5bf2e5efd6c79a8eaced74dba9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 15:31:34 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 15 18:27:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdccc459

dev-libs/keybinder: Drop 0.3.1-r201 (SLOT 0)

No more revdeps.

Closes: https://bugs.gentoo.org/769431
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/keybinder/Manifest                    |  1 -
 dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 36 --------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-libs/keybinder/Manifest b/dev-libs/keybinder/Manifest
index 0beccc09035..2802f6b4666 100644
--- a/dev-libs/keybinder/Manifest
+++ b/dev-libs/keybinder/Manifest
@@ -1,2 +1 @@
-DIST keybinder-0.3.1.tar.gz 391730 BLAKE2B ea286ab5bbd864709a1290ffd8d7d45468b1d525b4fdb8967159bbcf32ca8dc3d057ba39ad35dc19f5f68f67160fc48d805e107fcaea22f81fdd8bd1125db908 SHA512 aec4070b3d3b6c00900c3cb814e4b6a98beea09817eba3c3f7e6d5ce1ff68c091d183583f09b475e3e56bac67c94c1d912ebbe079dcece8195ac0ed9379d5f82
 DIST keybinder-3.0-0.3.2.tar.gz 378942 BLAKE2B f998430a14e881b5b1802747ec15967d60bedf8e076e5ace886a665ad168eb297679f30289b6cae835f4b291a0744c12331e420dcafbfca7e63cc5e807e9cd46 SHA512 14171875e03ade88165f28c7267b66cf9efe34259d7a3072a786ba49dacf8f8d6d84753b1aeedec5dfb0a24028be86bceeebee2f6b1bf5ef2eb79ee45f909b11

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
deleted file mode 100644
index 4b3a64bd613..00000000000
--- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A library for registering global keyboard shortcuts"
-HOMEPAGE="https://github.com/kupferlauncher/keybinder"
-SRC_URI="https://github.com/kupferlauncher/keybinder/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
-IUSE="+introspection"
-
-RDEPEND=">=x11-libs/gtk+-2.20:2
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXrender
-	introspection? ( dev-libs/gobject-introspection )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	local myconf=(
-		$(use_enable introspection)
-		--disable-python
-		--disable-lua
-	)
-
-	econf "${myconf[@]}"
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2021-07-21 14:49 Yixun Lan
  0 siblings, 0 replies; 37+ messages in thread
From: Yixun Lan @ 2021-07-21 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0ecc0e2481ebe320d2b6b14782b424838fc788cf
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 21 14:34:00 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Jul 21 14:48:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ecc0e24

dev-libs/keybinder: keyword ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
index 832566c0f6c..5e606445e31 100644
--- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -11,7 +11,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv x86"
 IUSE="+introspection"
 
 RDEPEND="x11-libs/gtk+:3[X]


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2022-08-28  6:49 WANG Xuerui
  0 siblings, 0 replies; 37+ messages in thread
From: WANG Xuerui @ 2022-08-28  6:49 UTC (permalink / raw
  To: gentoo-commits

commit:     58b695fcaee15c9d69764cf05428634310fbc24c
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 06:45:33 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 06:48:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b695fc

dev-libs/keybinder: keyword 0.3.2-r300 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
index 5e606445e31c..2c67fe8c2a15 100644
--- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv x86"
 IUSE="+introspection"
 
 RDEPEND="x11-libs/gtk+:3[X]


^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/
@ 2024-08-25 15:24 Andreas K. Hüttel
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas K. Hüttel @ 2024-08-25 15:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b47887bbfa969cfd5ca8d13e26a16b8ef426b3ea
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 15:07:24 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 15:22:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47887bb

dev-libs/keybinder: remove ~mips, library and leaf package

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-libs/keybinder/keybinder-0.3.2-r300.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
index 2c67fe8c2a15..99f2f203e41a 100644
--- a/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.2-r300.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv x86"
 IUSE="+introspection"
 
 RDEPEND="x11-libs/gtk+:3[X]


^ permalink raw reply related	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2024-08-25 15:24 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-14 13:35 [gentoo-commits] repo/gentoo:master commit in: dev-libs/keybinder/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2024-08-25 15:24 Andreas K. Hüttel
2022-08-28  6:49 WANG Xuerui
2021-07-21 14:49 Yixun Lan
2021-05-15 18:27 Andreas Sturmlechner
2021-04-12 23:33 Sam James
2021-03-05 22:20 Sam James
2021-01-16 19:03 Michał Górny
2020-12-21 17:05 Marek Szuba
2020-06-11 22:08 Mart Raudsepp
2020-02-04  4:50 Michał Górny
2019-12-26 11:05 Michał Górny
2019-12-08 11:11 Michał Górny
2018-05-28  5:27 Michał Górny
2018-05-27 20:56 Mikle Kolyada
2018-05-27 20:56 Mikle Kolyada
2018-04-19 21:08 Mikle Kolyada
2018-04-18 21:04 Sergei Trofimovich
2018-04-18 21:04 Sergei Trofimovich
2018-04-08 17:28 Aaron Bauman
2018-02-14 13:35 Michał Górny
2018-02-14 13:35 Michał Górny
2018-02-14 13:35 Michał Górny
2018-02-14 13:35 Michał Górny
2017-07-12 21:34 Sergei Trofimovich
2017-07-12 21:34 Sergei Trofimovich
2017-01-15 10:33 Pacho Ramos
2017-01-01 16:05 Jason Zaman
2016-10-18 19:26 Pacho Ramos
2016-10-01  8:45 Pacho Ramos
2016-10-01  8:03 Markus Meier
2016-10-01  8:02 Markus Meier
2016-07-03 19:45 Zac Medico
2015-12-31 16:23 Sven Wegener
2015-12-31 16:23 Sven Wegener
2015-09-20 15:07 Tobias Klausmann
2015-09-16 19:24 Tobias Klausmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox