public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkhotkey/
@ 2017-08-06  8:46 Amy Liffey
  0 siblings, 0 replies; 4+ messages in thread
From: Amy Liffey @ 2017-08-06  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6feedb9ac6aedd6fab104a2763a60df202ff1a77
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 08:41:14 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 08:45:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6feedb9a

x11-libs/gtkhotkey: eapi bump to 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild | 44 ++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild b/x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild
new file mode 100644
index 00000000000..2c8189408e7
--- /dev/null
+++ b/x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator eutils
+
+MY_CRV=$(get_version_component_range 1-2)
+
+RESTRICT="test"
+# Tests try to access live filesystem
+# See https://bugs.gentoo.org/show_bug.cgi?id=259052#c3
+
+DESCRIPTION="Cross platform library for using desktop wide hotkeys"
+HOMEPAGE="https://launchpad.net/gtkhotkey"
+SRC_URI="https://launchpad.net/${PN}/${MY_CRV}/${PV}/+download/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND=">=dev-libs/glib-2.16
+	>=x11-libs/gtk+-2.12:2"
+
+RDEPEND="${COMMON_DEPEND}
+	virtual/libintl"
+
+DEPEND="${COMMON_DEPEND}
+	virtual/pkgconfig
+	>=dev-util/intltool-0.35.0
+	sys-devel/gettext"
+
+PATCHES=( "${FILESDIR}/${P}-glibheaders.patch" )
+
+src_prepare() {
+	sed -i -e "s: install-gtkhotkeydocDATA ::" Makefile.in || die "Patching Makefile.in failed"
+	default
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	dodoc AUTHORS ChangeLog NEWS README
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkhotkey/
@ 2017-09-19  8:24 Amy Liffey
  0 siblings, 0 replies; 4+ messages in thread
From: Amy Liffey @ 2017-09-19  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ab7bb326f128438f6731b518795999b3ea3c7da7
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 08:22:15 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 08:23:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7bb326

x11-libs/gtkhotkey: stable for amd64 and x86

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild b/x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild
index 2c8189408e7..c4e3b9053cf 100644
--- a/x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild
+++ b/x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit versionator eutils
+inherit versionator
 
 MY_CRV=$(get_version_component_range 1-2)
 
@@ -17,7 +17,7 @@ SRC_URI="https://launchpad.net/${PN}/${MY_CRV}/${PV}/+download/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND=">=dev-libs/glib-2.16


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkhotkey/
@ 2017-09-19  8:24 Amy Liffey
  0 siblings, 0 replies; 4+ messages in thread
From: Amy Liffey @ 2017-09-19  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     7cab362af362e5525ce38dc482ce97fd731cfd62
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 08:22:45 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 08:23:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cab362a

x11-libs/gtkhotkey: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild | 42 -------------------------------
 1 file changed, 42 deletions(-)

diff --git a/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild b/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild
deleted file mode 100644
index 12479c5538d..00000000000
--- a/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit versionator eutils
-
-MY_CRV=$(get_version_component_range 1-2)
-
-RESTRICT="test"
-# Tests try to access live filesystem
-# See https://bugs.gentoo.org/show_bug.cgi?id=259052#c3
-
-DESCRIPTION="Cross platform library for using desktop wide hotkeys"
-HOMEPAGE="https://launchpad.net/gtkhotkey"
-SRC_URI="https://launchpad.net/${PN}/${MY_CRV}/${PV}/+download/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-libs/glib-2.16
-	>=x11-libs/gtk+-2.12:2"
-
-RDEPEND="${COMMON_DEPEND}
-	virtual/libintl"
-
-DEPEND="${COMMON_DEPEND}
-	virtual/pkgconfig
-	>=dev-util/intltool-0.35.0
-	sys-devel/gettext"
-
-src_prepare() {
-	sed -i -e "s: install-gtkhotkeydocDATA ::" Makefile.in || die "Patching Makefile.in failed"
-	epatch "${FILESDIR}"/${P}-glibheaders.patch
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkhotkey/
@ 2018-10-14 12:46 Jeroen Roovers
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2018-10-14 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     3eccfc8137ada1dc898de1647120918bd9660353
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 14 12:41:20 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 12:46:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eccfc81

x11-libs/gtkhotkey: Add USE=static-libs

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild | 33 ++++++++++++++++++----------
 1 file changed, 21 insertions(+), 12 deletions(-)

diff --git a/x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild b/x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild
index c4e3b9053cf..3470b1d217a 100644
--- a/x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild
+++ b/x11-libs/gtkhotkey/gtkhotkey-0.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,24 +18,33 @@ SRC_URI="https://launchpad.net/${PN}/${MY_CRV}/${PV}/+download/${P}.tar.gz"
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-libs/glib-2.16
-	>=x11-libs/gtk+-2.12:2"
-
-RDEPEND="${COMMON_DEPEND}
-	virtual/libintl"
-
-DEPEND="${COMMON_DEPEND}
+IUSE="static-libs"
+
+COMMON_DEPEND="
+	>=dev-libs/glib-2.16
+	>=x11-libs/gtk+-2.12:2
+"
+RDEPEND="
+	${COMMON_DEPEND}
+	virtual/libintl
+"
+DEPEND="
+	${COMMON_DEPEND}
 	virtual/pkgconfig
 	>=dev-util/intltool-0.35.0
-	sys-devel/gettext"
+	sys-devel/gettext
+"
 
 PATCHES=( "${FILESDIR}/${P}-glibheaders.patch" )
 
 src_prepare() {
-	sed -i -e "s: install-gtkhotkeydocDATA ::" Makefile.in || die "Patching Makefile.in failed"
 	default
+	sed -i -e "s: install-gtkhotkeydocDATA ::" Makefile.in || die
+}
+
+src_configure() {
+	econf \
+		$(use_enable static-libs static)
 }
 
 src_install() {


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

end of thread, other threads:[~2018-10-14 12:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-19  8:24 [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtkhotkey/ Amy Liffey
  -- strict thread matches above, loose matches on Subject: below --
2018-10-14 12:46 Jeroen Roovers
2017-09-19  8:24 Amy Liffey
2017-08-06  8:46 Amy Liffey

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