public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2016-01-10  9:31 Sven Wegener
  0 siblings, 0 replies; 29+ messages in thread
From: Sven Wegener @ 2016-01-10  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     6cbf113c5b8647f8a9f8bf9e3b22fb11c445fbb9
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 09:24:44 2016 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 09:30:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbf113c

dev-embedded/libjaylink: Initial commit

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

 dev-embedded/libjaylink/libjaylink-9999.ebuild | 24 ++++++++++++++++++++++++
 dev-embedded/libjaylink/metadata.xml           |  5 +++++
 2 files changed, 29 insertions(+)

diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
new file mode 100644
index 0000000..b2f376b
--- /dev/null
+++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+EGIT_REPO_URI="git://git.zapb.de/libjaylink.git"
+
+inherit git-r3 autotools
+
+DESCRIPTION="Library to access J-Link devices"
+HOMEPAGE="http://git.zapb.de/libjaylink.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="virtual/libusb:1"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	eautoreconf || die
+}

diff --git a/dev-embedded/libjaylink/metadata.xml b/dev-embedded/libjaylink/metadata.xml
new file mode 100644
index 0000000..9211408
--- /dev/null
+++ b/dev-embedded/libjaylink/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>dev-embedded</herd>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2016-01-10 23:43 Sven Wegener
  0 siblings, 0 replies; 29+ messages in thread
From: Sven Wegener @ 2016-01-10 23:43 UTC (permalink / raw
  To: gentoo-commits

commit:     75f74c030d4f124314f0325fb5196212daefbba6
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 23:39:18 2016 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 23:42:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f74c03

dev-embedded/libjaylink: Support static-libs

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

 dev-embedded/libjaylink/libjaylink-9999.ebuild | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
index b2f376b..74d37a6 100644
--- a/dev-embedded/libjaylink/libjaylink-9999.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 
 EGIT_REPO_URI="git://git.zapb.de/libjaylink.git"
 
-inherit git-r3 autotools
+inherit git-r3 autotools eutils
 
 DESCRIPTION="Library to access J-Link devices"
 HOMEPAGE="http://git.zapb.de/libjaylink.git"
@@ -14,7 +14,7 @@ HOMEPAGE="http://git.zapb.de/libjaylink.git"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE=""
+IUSE="static-libs"
 
 DEPEND="virtual/libusb:1"
 RDEPEND="${DEPEND}"
@@ -22,3 +22,12 @@ RDEPEND="${DEPEND}"
 src_prepare() {
 	eautoreconf || die
 }
+
+src_configure() {
+	econf $(use_enable static-libs static)
+}
+
+src_install() {
+	default
+	prune_libtool_files
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2017-01-24 21:54 Richard Farina
  0 siblings, 0 replies; 29+ messages in thread
From: Richard Farina @ 2017-01-24 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     5d762c02dbcc850607ea0c0537a519597521a4b8
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 21:40:43 2017 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 21:53:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d762c02

dev-embedded/libjaylink: add a snapshot from git so we can add openocd 0.10.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-embedded/libjaylink/Manifest                |  1 +
 dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 34 +++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-embedded/libjaylink/Manifest b/dev-embedded/libjaylink/Manifest
new file mode 100644
index 00000000..5aa3e02
--- /dev/null
+++ b/dev-embedded/libjaylink/Manifest
@@ -0,0 +1 @@
+DIST libjaylink-0.1.0.tar.xz 53820 SHA256 df7d27b78a5c800c1a26f83d1d723f9d30e4c3122c760fe062e9b451606a1516 SHA512 9031da29adb703b771cb049d76bec5033b6885321d8ac411984ac800224677f9b201c92553d150450c4a6898826c06189ee4fdc1048430edaef89704e31ec21a WHIRLPOOL 1a7716f98bfb8772f24db746251155a4ba7f0072448ca9db44a07b0f07f31c1eb2c32d724a648f6f742980e40d1e2ccc5b5b2d808cd16800359e2a9112f4c0b2

diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
new file mode 100644
index 00000000..0e4374a
--- /dev/null
+++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit autotools eutils
+
+DESCRIPTION="Library to access J-Link devices"
+HOMEPAGE="http://git.zapb.de/libjaylink.git"
+
+SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="static-libs"
+
+DEPEND="virtual/libusb:1"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	eapply_user
+	eautoreconf || die
+}
+
+src_configure() {
+	econf $(use_enable static-libs static)
+}
+
+src_install() {
+	default
+	prune_libtool_files
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2018-05-29 12:40 Thomas Deutschmann
  0 siblings, 0 replies; 29+ messages in thread
From: Thomas Deutschmann @ 2018-05-29 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     ded927e4a3a7039c7934587d1becb8059c8b0f7e
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 12:36:29 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue May 29 12:40:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded927e4

dev-embedded/libjaylink: x86 stable (bug #633398)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
index 52c9fcfcb1c..e80406ec016 100644
--- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 IUSE="static-libs"
 
 DEPEND="virtual/libusb:1"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2018-05-30 11:31 Jason Zaman
  0 siblings, 0 replies; 29+ messages in thread
From: Jason Zaman @ 2018-05-30 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     9676bdb6717723c1f8ff2cc42cec6f8dc4c5fe8d
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Wed May 30 11:26:43 2018 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Wed May 30 11:26:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9676bdb6

dev-embedded/libjaylink: amd64 stable

Gentoo-bug: 633398
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
index e80406ec016..0c4c432dba6 100644
--- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="static-libs"
 
 DEPEND="virtual/libusb:1"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2019-11-15  9:31 Sven Wegener
  0 siblings, 0 replies; 29+ messages in thread
From: Sven Wegener @ 2019-11-15  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4f595343da86a89dd7a59de599008a8585e008cf
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 09:28:52 2019 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 09:31:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f595343

dev-embedded/libjaylink: Update SRC_URI

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 dev-embedded/libjaylink/Manifest                | 2 +-
 dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-embedded/libjaylink/Manifest b/dev-embedded/libjaylink/Manifest
index ca9e4de872b..5c53ac7243b 100644
--- a/dev-embedded/libjaylink/Manifest
+++ b/dev-embedded/libjaylink/Manifest
@@ -1 +1 @@
-DIST libjaylink-0.1.0.tar.xz 53820 BLAKE2B 6538f738481eecb0db8bec9c652d7169f210c1e0ee5dd6e1639a26e5e9dd1da43df887e50c4bab3e56e0d9d7bb858cf6c31015afee8b194729d0140b3fd911f8 SHA512 9031da29adb703b771cb049d76bec5033b6885321d8ac411984ac800224677f9b201c92553d150450c4a6898826c06189ee4fdc1048430edaef89704e31ec21a
+DIST libjaylink-0.1.0.tar.bz2 53672 BLAKE2B 9dbe687b97e76bf4f928cbb8010af0fff95025d3989294b959c6187f0549e9f0dc495f88c39b57d0f98e34d8df2df0cb3bef31047208d4807588416a72401b9f SHA512 5b420c816809c4d2a458d2e28591a2e97bdc161c42ada12f6e0a1cff3490463c0cbef49ecefd8c1ff51e661345185e6087bfc12e259b20fab8b177bb4f3f4638

diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
index ce269daa603..98eb0d9fd43 100644
--- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -8,7 +8,7 @@ inherit autotools eutils
 DESCRIPTION="Library to access J-Link devices"
 HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink"
 
-SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
+SRC_URI="https://gitlab.zapb.de/zapb/libjaylink/-/archive/${PV}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2019-11-15  9:31 Sven Wegener
  0 siblings, 0 replies; 29+ messages in thread
From: Sven Wegener @ 2019-11-15  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e98cbd121b28f2c0da0934307f8dd17038f9e30d
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 09:11:26 2019 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 09:31:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98cbd12

dev-embedded/libjaylink: Update EGIT_REPO_URI and HOMEPAGE

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 4 ++--
 dev-embedded/libjaylink/libjaylink-9999.ebuild  | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
index 0c4c432dba6..ce269daa603 100644
--- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -6,7 +6,7 @@ EAPI="6"
 inherit autotools eutils
 
 DESCRIPTION="Library to access J-Link devices"
-HOMEPAGE="http://git.zapb.de/libjaylink.git"
+HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink"
 
 SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
 

diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
index 769110a222f..494be90f48a 100644
--- a/dev-embedded/libjaylink/libjaylink-9999.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-EGIT_REPO_URI="git://git.zapb.de/libjaylink.git"
+EGIT_REPO_URI="https://gitlab.zapb.de/zapb/libjaylink.git"
 
 inherit git-r3 autotools eutils
 
 DESCRIPTION="Library to access J-Link devices"
-HOMEPAGE="http://git.zapb.de/libjaylink.git"
+HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2020-06-15 15:03 Agostino Sarubbo
  0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2020-06-15 15:03 UTC (permalink / raw
  To: gentoo-commits

commit:     e1a7730b5dfb1727264c2bad4b170516fb175e47
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 15:02:29 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 15:02:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a7730b

dev-embedded/libjaylink: arm stable wrt bug #727990

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
index b5453cd46e9..1f202d8baeb 100644
--- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.zapb.de/zapb/libjaylink/-/archive/${PV}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 arm x86"
 IUSE="static-libs"
 
 DEPEND="virtual/libusb:1"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2020-09-27 19:01 Sven Wegener
  0 siblings, 0 replies; 29+ messages in thread
From: Sven Wegener @ 2020-09-27 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5c9d28a33fa90b213f267075d688a737f864754d
Author:     Koen Zandberg <koen <AT> bergzand <DOT> net>
AuthorDate: Mon Aug  3 17:49:24 2020 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 19:01:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9d28a3

dev-embedded/libjaylink: Update EGIT_REPO_URI and HOMEPAGE

Repo moved again, this time to
https://gitlab.zapb.de/libjaylink/libjaylink

Closes: https://bugs.gentoo.org/729318
Closes: https://github.com/gentoo/gentoo/pull/16985
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Koen Zandberg <koen <AT> bergzand.net>
[swegener <AT> gentoo.org: also apply to non-live-ebuild]
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 4 ++--
 dev-embedded/libjaylink/libjaylink-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
index 1f202d8baeb..93c619b44c8 100644
--- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
@@ -6,9 +6,9 @@ EAPI="6"
 inherit autotools eutils ltprune
 
 DESCRIPTION="Library to access J-Link devices"
-HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink"
+HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
 
-SRC_URI="https://gitlab.zapb.de/zapb/libjaylink/-/archive/${PV}/${P}.tar.bz2"
+SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
index 3f1f59b950a..d3b0e28e8e2 100644
--- a/dev-embedded/libjaylink/libjaylink-9999.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild
@@ -3,12 +3,12 @@
 
 EAPI="5"
 
-EGIT_REPO_URI="https://gitlab.zapb.de/zapb/libjaylink.git"
+EGIT_REPO_URI="https://gitlab.zapb.de/libjaylink/libjaylink.git"
 
 inherit git-r3 autotools eutils ltprune
 
 DESCRIPTION="Library to access J-Link devices"
-HOMEPAGE="https://gitlab.zapb.de/zapb/libjaylink"
+HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2020-09-27 19:33 Sven Wegener
  0 siblings, 0 replies; 29+ messages in thread
From: Sven Wegener @ 2020-09-27 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     eba71a7e3467c82fa11bfc79fe122c00a4ad6cf9
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 19:20:30 2020 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 19:32:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba71a7e

dev-embedded/libjaylink: Version bump to 0.2.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 dev-embedded/libjaylink/Manifest                |  1 +
 dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 33 +++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-embedded/libjaylink/Manifest b/dev-embedded/libjaylink/Manifest
index 5c53ac7243b..cb83a5112ef 100644
--- a/dev-embedded/libjaylink/Manifest
+++ b/dev-embedded/libjaylink/Manifest
@@ -1 +1,2 @@
 DIST libjaylink-0.1.0.tar.bz2 53672 BLAKE2B 9dbe687b97e76bf4f928cbb8010af0fff95025d3989294b959c6187f0549e9f0dc495f88c39b57d0f98e34d8df2df0cb3bef31047208d4807588416a72401b9f SHA512 5b420c816809c4d2a458d2e28591a2e97bdc161c42ada12f6e0a1cff3490463c0cbef49ecefd8c1ff51e661345185e6087bfc12e259b20fab8b177bb4f3f4638
+DIST libjaylink-0.2.0.tar.bz2 59078 BLAKE2B 7928875248972bc00ec46511861e160491f7a53f729e0fbfe3a6d08335532fffc9e285e8a354a390037bebe696b6740bdc422164238947baf5e0fcf8f55c0dd5 SHA512 5a8c458982fdea2025aa3ce774d41cc58a283824dcd90a94531ee5e6ca50d9961b0ebb40a6dd3a97fdfcb44625437d685151560185449c3161fe399e0651da44

diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
new file mode 100644
index 00000000000..2d11642f947
--- /dev/null
+++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Library to access J-Link devices"
+HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
+
+SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="static-libs"
+
+DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	eapply_user
+	eautoreconf
+	multilib_copy_sources
+}
+
+multilib_src_configure() {
+	econf $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+	use static-libs || find "${D}" -name '*.la' -delete || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2020-09-27 19:33 Sven Wegener
  0 siblings, 0 replies; 29+ messages in thread
From: Sven Wegener @ 2020-09-27 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     5c9ca60ff0ed9993d497199e51be7074f99cbacd
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 19:18:40 2020 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 19:31:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9ca60f

dev-embedded/libjaylink: Add multilib support to live ebuild

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 dev-embedded/libjaylink/libjaylink-9999.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
index 9190af8cdbc..591ce6e4d7b 100644
--- a/dev-embedded/libjaylink/libjaylink-9999.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
 
 EGIT_REPO_URI="https://gitlab.zapb.de/libjaylink/libjaylink.git"
 
-inherit git-r3 autotools
+inherit git-r3 autotools multilib-minimal
 
 DESCRIPTION="Library to access J-Link devices"
 HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
@@ -15,19 +15,19 @@ SLOT="0"
 KEYWORDS=""
 IUSE="static-libs"
 
-DEPEND="virtual/libusb:1"
+DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
 	eapply_user
 	eautoreconf
+	multilib_copy_sources
 }
 
-src_configure() {
+multilib_src_configure() {
 	econf $(use_enable static-libs static)
 }
 
-src_install() {
-	default
+multilib_src_install_all() {
 	use static-libs || find "${D}" -name '*.la' -delete || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2020-09-27 19:33 Sven Wegener
  0 siblings, 0 replies; 29+ messages in thread
From: Sven Wegener @ 2020-09-27 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     99f61f962f7b236438a87da6f3c2466d455d7bf2
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 19:16:14 2020 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 19:31:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f61f96

dev-embedded/libjaylink: Switch live ebuild to EAPI 7

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 dev-embedded/libjaylink/libjaylink-9999.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
index d3b0e28e8e2..9190af8cdbc 100644
--- a/dev-embedded/libjaylink/libjaylink-9999.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="7"
 
 EGIT_REPO_URI="https://gitlab.zapb.de/libjaylink/libjaylink.git"
 
-inherit git-r3 autotools eutils ltprune
+inherit git-r3 autotools
 
 DESCRIPTION="Library to access J-Link devices"
 HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
@@ -19,7 +19,8 @@ DEPEND="virtual/libusb:1"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-	eautoreconf || die
+	eapply_user
+	eautoreconf
 }
 
 src_configure() {
@@ -28,5 +29,5 @@ src_configure() {
 
 src_install() {
 	default
-	prune_libtool_files
+	use static-libs || find "${D}" -name '*.la' -delete || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2020-09-27 19:44 Sven Wegener
  0 siblings, 0 replies; 29+ messages in thread
From: Sven Wegener @ 2020-09-27 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6da8eeeb59b5ab9433bbd39a0a56ddf73517c20d
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 19:43:45 2020 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 19:43:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da8eeeb

dev-embedded/libjaylink: Add einstalldocs for multilib build

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 1 +
 dev-embedded/libjaylink/libjaylink-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
index 2d11642f947..a1a85a787c5 100644
--- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
@@ -29,5 +29,6 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
+	einstalldocs
 	use static-libs || find "${D}" -name '*.la' -delete || die
 }

diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
index 591ce6e4d7b..2b9467f1194 100644
--- a/dev-embedded/libjaylink/libjaylink-9999.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild
@@ -29,5 +29,6 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
+	einstalldocs
 	use static-libs || find "${D}" -name '*.la' -delete || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2020-09-27 23:03 Sven Wegener
  0 siblings, 0 replies; 29+ messages in thread
From: Sven Wegener @ 2020-09-27 23:03 UTC (permalink / raw
  To: gentoo-commits

commit:     37dd45828b84ef31878e65e574bc731fb41f18f0
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 23:01:14 2020 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 23:03:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37dd4582

dev-embedded/libjaylink: Disable -Werror, bug #744979

Closes: https://bugs.gentoo.org/744979
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 1 +
 dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 1 +
 dev-embedded/libjaylink/libjaylink-9999.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
index 93c619b44c8..daffa2fb239 100644
--- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
@@ -19,6 +19,7 @@ DEPEND="virtual/libusb:1"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+	sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die
 	eapply_user
 	eautoreconf || die
 }

diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
index a1a85a787c5..9538b56ebf6 100644
--- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
@@ -19,6 +19,7 @@ DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+	sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die
 	eapply_user
 	eautoreconf
 	multilib_copy_sources

diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
index 2b9467f1194..79cc322ed07 100644
--- a/dev-embedded/libjaylink/libjaylink-9999.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild
@@ -19,6 +19,7 @@ DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+	sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die
 	eapply_user
 	eautoreconf
 	multilib_copy_sources


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2020-09-27 23:03 Sven Wegener
  0 siblings, 0 replies; 29+ messages in thread
From: Sven Wegener @ 2020-09-27 23:03 UTC (permalink / raw
  To: gentoo-commits

commit:     27298e65317cb951836e73c8d176eabb7bd7aab2
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 23:02:45 2020 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 23:03:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27298e65

dev-embedded/libjaylink: Add BDEPEND on virtual/pkgconfig

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 1 +
 dev-embedded/libjaylink/libjaylink-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
index 9538b56ebf6..c532bb87780 100644
--- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
@@ -17,6 +17,7 @@ IUSE="static-libs"
 
 DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"
 RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
 	sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die

diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
index 79cc322ed07..af23bef609c 100644
--- a/dev-embedded/libjaylink/libjaylink-9999.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild
@@ -17,6 +17,7 @@ IUSE="static-libs"
 
 DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"
 RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
 	sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2021-04-19  0:21 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-04-19  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     4b174c9ca423d3bb2b32553bb31683583d6d6c1f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 00:21:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 00:21:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b174c9c

dev-embedded/libjaylink: Stabilize 0.2.0 amd64, #783930

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

 dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
index c532bb87780..55486785080 100644
--- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.2.0.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="7"
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.b
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="static-libs"
 
 DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2021-04-19  0:21 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-04-19  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     23dd7addfeee2868c80d806d7e86c55f815c52d5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 00:21:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 00:21:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23dd7add

dev-embedded/libjaylink: Stabilize 0.2.0 x86, #783930

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

 dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
index 55486785080..c9d9ea7e7b2 100644
--- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.b
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="static-libs"
 
 DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2021-04-19 19:12 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-04-19 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     66195f7dc83f9600e79967d620a41c37d09c2e28
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 19:09:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 19:12:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66195f7d

dev-embedded/libjaylink: Stabilize 0.2.0 arm, #783930

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

 dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
index c9d9ea7e7b2..b45656dc909 100644
--- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.b
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 arm x86"
 IUSE="static-libs"
 
 DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2021-04-19 19:15 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-04-19 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     de3f0680ce4ff570dc7834dfa60f316edbc27341
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 19:13:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 19:15:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3f0680

dev-embedded/libjaylink: drop 0.1.0

Closes: https://bugs.gentoo.org/783954
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-embedded/libjaylink/Manifest                |  1 -
 dev-embedded/libjaylink/libjaylink-0.1.0.ebuild | 34 -------------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-embedded/libjaylink/Manifest b/dev-embedded/libjaylink/Manifest
index cb83a5112ef..a0c87c1b124 100644
--- a/dev-embedded/libjaylink/Manifest
+++ b/dev-embedded/libjaylink/Manifest
@@ -1,2 +1 @@
-DIST libjaylink-0.1.0.tar.bz2 53672 BLAKE2B 9dbe687b97e76bf4f928cbb8010af0fff95025d3989294b959c6187f0549e9f0dc495f88c39b57d0f98e34d8df2df0cb3bef31047208d4807588416a72401b9f SHA512 5b420c816809c4d2a458d2e28591a2e97bdc161c42ada12f6e0a1cff3490463c0cbef49ecefd8c1ff51e661345185e6087bfc12e259b20fab8b177bb4f3f4638
 DIST libjaylink-0.2.0.tar.bz2 59078 BLAKE2B 7928875248972bc00ec46511861e160491f7a53f729e0fbfe3a6d08335532fffc9e285e8a354a390037bebe696b6740bdc422164238947baf5e0fcf8f55c0dd5 SHA512 5a8c458982fdea2025aa3ce774d41cc58a283824dcd90a94531ee5e6ca50d9961b0ebb40a6dd3a97fdfcb44625437d685151560185449c3161fe399e0651da44

diff --git a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
deleted file mode 100644
index 97ce3261b36..00000000000
--- a/dev-embedded/libjaylink/libjaylink-0.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools ltprune
-
-DESCRIPTION="Library to access J-Link devices"
-HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
-
-SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE="static-libs"
-
-DEPEND="virtual/libusb:1"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die
-	eapply_user
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2021-09-01  9:24 Yixun Lan
  0 siblings, 0 replies; 29+ messages in thread
From: Yixun Lan @ 2021-09-01  9:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5f907614f64304739baa224d9a275cd1aa3aacb9
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 29 07:54:36 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Sep  1 08:32:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f907614

dev-embedded/libjaylink: keyword ~riscv

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

 dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
index b45656dc909..eb8fb0fb73b 100644
--- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.b
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm x86"
+KEYWORDS="amd64 arm ~riscv x86"
 IUSE="static-libs"
 
 DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2022-08-24 18:05 Matthew Smith
  0 siblings, 0 replies; 29+ messages in thread
From: Matthew Smith @ 2022-08-24 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     07c1d5299fa6d64c9c220a49b05bc63dc0c44a83
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 18:04:50 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 18:05:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c1d529

dev-embedded/libjaylink: add 0.3.0

Also bump to EAPI-8, drop static-libs, drop multilib, and install the
udev rules.

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-embedded/libjaylink/Manifest                |  1 +
 dev-embedded/libjaylink/libjaylink-0.3.0.ebuild | 45 +++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-embedded/libjaylink/Manifest b/dev-embedded/libjaylink/Manifest
index a0c87c1b1243..02afd9e8d19c 100644
--- a/dev-embedded/libjaylink/Manifest
+++ b/dev-embedded/libjaylink/Manifest
@@ -1 +1,2 @@
 DIST libjaylink-0.2.0.tar.bz2 59078 BLAKE2B 7928875248972bc00ec46511861e160491f7a53f729e0fbfe3a6d08335532fffc9e285e8a354a390037bebe696b6740bdc422164238947baf5e0fcf8f55c0dd5 SHA512 5a8c458982fdea2025aa3ce774d41cc58a283824dcd90a94531ee5e6ca50d9961b0ebb40a6dd3a97fdfcb44625437d685151560185449c3161fe399e0651da44
+DIST libjaylink-0.3.0.tar.bz2 61075 BLAKE2B 84946fbe0a061117f92b8011c0b5eeb30f8f74817128a5fd6a6d519c7a0f07f447d87d0fe72d7a47d17ab2fa33cdc3820e0c556f75c5dedad30faf5e6cf5739d SHA512 714de9297fb59eccee7eb461f37b20459991bffd31aac8eb20014f00716bb94ff4cda96a3d1746419c7722b6b7d97e7a42df9fb3b5c4f83a3f1ac79647159426

diff --git a/dev-embedded/libjaylink/libjaylink-0.3.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.3.0.ebuild
new file mode 100644
index 000000000000..8601f4cec5f0
--- /dev/null
+++ b/dev-embedded/libjaylink/libjaylink-0.3.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools udev
+
+DESCRIPTION="Library to access J-Link devices"
+HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
+SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~riscv ~x86"
+
+DEPEND="virtual/libusb:1"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+	default
+
+	# Remove -Werror from CFLAGS.
+	sed -i '/^JAYLINK_CFLAGS=/s/ -Werror//' configure.ac || die
+
+	eautoreconf
+}
+
+src_configure() {
+	econf --disable-static
+}
+
+src_install() {
+	default
+	udev_dorules contrib/99-${PN}.rules
+	find "${D}" -type f -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	udev_reload
+}
+
+pkg_postrm() {
+	udev_reload
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2022-08-24 18:05 Matthew Smith
  0 siblings, 0 replies; 29+ messages in thread
From: Matthew Smith @ 2022-08-24 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     99f9d616ddc42b50dd93995bcbbbc0cd5bf08fb6
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 17:54:47 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 18:05:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f9d616

dev-embedded/libjaylink: update LICENSE

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 4 ++--
 dev-embedded/libjaylink/libjaylink-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
index eb8fb0fb73b0..81f3e444b538 100644
--- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.2.0.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"
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
 
 SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.bz2"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 arm ~riscv x86"
 IUSE="static-libs"

diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
index af23bef609c1..f1cfbdf3cbac 100644
--- a/dev-embedded/libjaylink/libjaylink-9999.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -10,7 +10,7 @@ inherit git-r3 autotools multilib-minimal
 DESCRIPTION="Library to access J-Link devices"
 HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS=""
 IUSE="static-libs"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2022-08-24 19:08 Matthew Smith
  0 siblings, 0 replies; 29+ messages in thread
From: Matthew Smith @ 2022-08-24 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     8fe6d9d1231876e871d462b251c1d438251d6b29
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 19:07:34 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 19:07:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe6d9d1

dev-embedded/libjaylink: drop live ebuild

It was added before a version was tagged upstream and is no longer
needed.

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-embedded/libjaylink/libjaylink-9999.ebuild | 36 --------------------------
 1 file changed, 36 deletions(-)

diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
deleted file mode 100644
index f1cfbdf3cbac..000000000000
--- a/dev-embedded/libjaylink/libjaylink-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-EGIT_REPO_URI="https://gitlab.zapb.de/libjaylink/libjaylink.git"
-
-inherit git-r3 autotools multilib-minimal
-
-DESCRIPTION="Library to access J-Link devices"
-HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS=""
-IUSE="static-libs"
-
-DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die
-	eapply_user
-	eautoreconf
-	multilib_copy_sources
-}
-
-multilib_src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-	einstalldocs
-	use static-libs || find "${D}" -name '*.la' -delete || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2022-09-09  9:48 Matthew Smith
  0 siblings, 0 replies; 29+ messages in thread
From: Matthew Smith @ 2022-09-09  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e44c0832ca074b28bd9ac585c506a9a6b7825350
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 08:47:24 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 09:46:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44c0832

dev-embedded/libjaylink: drop 0.3.0

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-embedded/libjaylink/Manifest                |  1 -
 dev-embedded/libjaylink/libjaylink-0.3.0.ebuild | 45 -------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-embedded/libjaylink/Manifest b/dev-embedded/libjaylink/Manifest
index d59d17908f63..bb5b029dcc4a 100644
--- a/dev-embedded/libjaylink/Manifest
+++ b/dev-embedded/libjaylink/Manifest
@@ -1,3 +1,2 @@
 DIST libjaylink-0.2.0.tar.bz2 59078 BLAKE2B 7928875248972bc00ec46511861e160491f7a53f729e0fbfe3a6d08335532fffc9e285e8a354a390037bebe696b6740bdc422164238947baf5e0fcf8f55c0dd5 SHA512 5a8c458982fdea2025aa3ce774d41cc58a283824dcd90a94531ee5e6ca50d9961b0ebb40a6dd3a97fdfcb44625437d685151560185449c3161fe399e0651da44
-DIST libjaylink-0.3.0.tar.bz2 61075 BLAKE2B 84946fbe0a061117f92b8011c0b5eeb30f8f74817128a5fd6a6d519c7a0f07f447d87d0fe72d7a47d17ab2fa33cdc3820e0c556f75c5dedad30faf5e6cf5739d SHA512 714de9297fb59eccee7eb461f37b20459991bffd31aac8eb20014f00716bb94ff4cda96a3d1746419c7722b6b7d97e7a42df9fb3b5c4f83a3f1ac79647159426
 DIST libjaylink-0.3.1.tar.bz2 61062 BLAKE2B 7a220b7e1ae1818b9d65d6bb92b282516ce6e4144ce77ee8b77088ebc92f9a091ae04a78c043afaa90ee9f737baa7c2fcd0a9237b60662af0d858fb24cef1c5e SHA512 4964e522cb59f59db444ca350529dd3695e2ccb451f7607e2c14074bafe47688f35b2e8b3304170a611db2d21040f3f98c95def179cf4f95733287986811fd78

diff --git a/dev-embedded/libjaylink/libjaylink-0.3.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.3.0.ebuild
deleted file mode 100644
index 8601f4cec5f0..000000000000
--- a/dev-embedded/libjaylink/libjaylink-0.3.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools udev
-
-DESCRIPTION="Library to access J-Link devices"
-HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
-SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
-
-DEPEND="virtual/libusb:1"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	default
-
-	# Remove -Werror from CFLAGS.
-	sed -i '/^JAYLINK_CFLAGS=/s/ -Werror//' configure.ac || die
-
-	eautoreconf
-}
-
-src_configure() {
-	econf --disable-static
-}
-
-src_install() {
-	default
-	udev_dorules contrib/99-${PN}.rules
-	find "${D}" -type f -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-	udev_reload
-}
-
-pkg_postrm() {
-	udev_reload
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2022-09-09  9:48 Matthew Smith
  0 siblings, 0 replies; 29+ messages in thread
From: Matthew Smith @ 2022-09-09  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     04e1e679ffa0e2602c26bca0acc335d584fe5cc2
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 08:47:19 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 09:46:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e1e679

dev-embedded/libjaylink: add 0.3.1

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-embedded/libjaylink/Manifest                |  1 +
 dev-embedded/libjaylink/libjaylink-0.3.1.ebuild | 45 +++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-embedded/libjaylink/Manifest b/dev-embedded/libjaylink/Manifest
index 02afd9e8d19c..d59d17908f63 100644
--- a/dev-embedded/libjaylink/Manifest
+++ b/dev-embedded/libjaylink/Manifest
@@ -1,2 +1,3 @@
 DIST libjaylink-0.2.0.tar.bz2 59078 BLAKE2B 7928875248972bc00ec46511861e160491f7a53f729e0fbfe3a6d08335532fffc9e285e8a354a390037bebe696b6740bdc422164238947baf5e0fcf8f55c0dd5 SHA512 5a8c458982fdea2025aa3ce774d41cc58a283824dcd90a94531ee5e6ca50d9961b0ebb40a6dd3a97fdfcb44625437d685151560185449c3161fe399e0651da44
 DIST libjaylink-0.3.0.tar.bz2 61075 BLAKE2B 84946fbe0a061117f92b8011c0b5eeb30f8f74817128a5fd6a6d519c7a0f07f447d87d0fe72d7a47d17ab2fa33cdc3820e0c556f75c5dedad30faf5e6cf5739d SHA512 714de9297fb59eccee7eb461f37b20459991bffd31aac8eb20014f00716bb94ff4cda96a3d1746419c7722b6b7d97e7a42df9fb3b5c4f83a3f1ac79647159426
+DIST libjaylink-0.3.1.tar.bz2 61062 BLAKE2B 7a220b7e1ae1818b9d65d6bb92b282516ce6e4144ce77ee8b77088ebc92f9a091ae04a78c043afaa90ee9f737baa7c2fcd0a9237b60662af0d858fb24cef1c5e SHA512 4964e522cb59f59db444ca350529dd3695e2ccb451f7607e2c14074bafe47688f35b2e8b3304170a611db2d21040f3f98c95def179cf4f95733287986811fd78

diff --git a/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild b/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild
new file mode 100644
index 000000000000..8601f4cec5f0
--- /dev/null
+++ b/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools udev
+
+DESCRIPTION="Library to access J-Link devices"
+HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
+SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~riscv ~x86"
+
+DEPEND="virtual/libusb:1"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+	default
+
+	# Remove -Werror from CFLAGS.
+	sed -i '/^JAYLINK_CFLAGS=/s/ -Werror//' configure.ac || die
+
+	eautoreconf
+}
+
+src_configure() {
+	econf --disable-static
+}
+
+src_install() {
+	default
+	udev_dorules contrib/99-${PN}.rules
+	find "${D}" -type f -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	udev_reload
+}
+
+pkg_postrm() {
+	udev_reload
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2022-10-28 20:33 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2022-10-28 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     f6051b4bb66ab100162377f89381f1aa1ab90f45
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 20:32:45 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 20:32:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6051b4b

dev-embedded/libjaylink: Stabilize 0.3.1 x86, #878557

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

 dev-embedded/libjaylink/libjaylink-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild b/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild
index 8601f4cec5f0..b05b90b57222 100644
--- a/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.b
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~riscv x86"
 
 DEPEND="virtual/libusb:1"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2022-10-28 20:33 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2022-10-28 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3d0369473d54a12f699b5e0c0273cc78cf532369
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 20:32:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 20:32:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d036947

dev-embedded/libjaylink: Stabilize 0.3.1 amd64, #878557

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

 dev-embedded/libjaylink/libjaylink-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild b/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild
index b05b90b57222..df0ce713efaa 100644
--- a/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.b
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv x86"
+KEYWORDS="amd64 ~arm ~riscv x86"
 
 DEPEND="virtual/libusb:1"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2022-10-28 20:46 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2022-10-28 20:46 UTC (permalink / raw
  To: gentoo-commits

commit:     1e42fed72e93bf3c6de1508e7273ff666b28d65d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 20:45:19 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 20:45:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e42fed7

dev-embedded/libjaylink: drop 0.2.0

Bug: https://bugs.gentoo.org/878557
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-embedded/libjaylink/Manifest                |  1 -
 dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 36 -------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-embedded/libjaylink/Manifest b/dev-embedded/libjaylink/Manifest
index bb5b029dcc4a..dc1bd8e5b022 100644
--- a/dev-embedded/libjaylink/Manifest
+++ b/dev-embedded/libjaylink/Manifest
@@ -1,2 +1 @@
-DIST libjaylink-0.2.0.tar.bz2 59078 BLAKE2B 7928875248972bc00ec46511861e160491f7a53f729e0fbfe3a6d08335532fffc9e285e8a354a390037bebe696b6740bdc422164238947baf5e0fcf8f55c0dd5 SHA512 5a8c458982fdea2025aa3ce774d41cc58a283824dcd90a94531ee5e6ca50d9961b0ebb40a6dd3a97fdfcb44625437d685151560185449c3161fe399e0651da44
 DIST libjaylink-0.3.1.tar.bz2 61062 BLAKE2B 7a220b7e1ae1818b9d65d6bb92b282516ce6e4144ce77ee8b77088ebc92f9a091ae04a78c043afaa90ee9f737baa7c2fcd0a9237b60662af0d858fb24cef1c5e SHA512 4964e522cb59f59db444ca350529dd3695e2ccb451f7607e2c14074bafe47688f35b2e8b3304170a611db2d21040f3f98c95def179cf4f95733287986811fd78

diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
deleted file mode 100644
index 81f3e444b538..000000000000
--- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="Library to access J-Link devices"
-HOMEPAGE="https://gitlab.zapb.de/libjaylink/libjaylink"
-
-SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm ~riscv x86"
-IUSE="static-libs"
-
-DEPEND="virtual/libusb:1[${MULTILIB_USEDEP}]"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	sed -i -e "/^JAYLINK_CFLAGS=/ s/ -Werror / /" configure.ac || die
-	eapply_user
-	eautoreconf
-	multilib_copy_sources
-}
-
-multilib_src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-	einstalldocs
-	use static-libs || find "${D}" -name '*.la' -delete || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
@ 2023-07-11  8:08 WANG Xuerui
  0 siblings, 0 replies; 29+ messages in thread
From: WANG Xuerui @ 2023-07-11  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     63326777a94be3a50dfd3a3e2f189dfc70c98967
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 11 08:03:22 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 08:07:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63326777

dev-embedded/libjaylink: keyword 0.3.1 for ~loong

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

 dev-embedded/libjaylink/libjaylink-0.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild b/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild
index acb1508d8178..efa49fe3dcb0 100644
--- a/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${PV}/${P}.tar.b
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm ~riscv x86"
+KEYWORDS="amd64 arm ~loong ~riscv x86"
 
 DEPEND="virtual/libusb:1"
 RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2023-07-11  8:08 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-10  9:31 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/ Sven Wegener
  -- strict thread matches above, loose matches on Subject: below --
2016-01-10 23:43 Sven Wegener
2017-01-24 21:54 Richard Farina
2018-05-29 12:40 Thomas Deutschmann
2018-05-30 11:31 Jason Zaman
2019-11-15  9:31 Sven Wegener
2019-11-15  9:31 Sven Wegener
2020-06-15 15:03 Agostino Sarubbo
2020-09-27 19:01 Sven Wegener
2020-09-27 19:33 Sven Wegener
2020-09-27 19:33 Sven Wegener
2020-09-27 19:33 Sven Wegener
2020-09-27 19:44 Sven Wegener
2020-09-27 23:03 Sven Wegener
2020-09-27 23:03 Sven Wegener
2021-04-19  0:21 Sam James
2021-04-19  0:21 Sam James
2021-04-19 19:12 Sam James
2021-04-19 19:15 Sam James
2021-09-01  9:24 Yixun Lan
2022-08-24 18:05 Matthew Smith
2022-08-24 18:05 Matthew Smith
2022-08-24 19:08 Matthew Smith
2022-09-09  9:48 Matthew Smith
2022-09-09  9:48 Matthew Smith
2022-10-28 20:33 Sam James
2022-10-28 20:33 Sam James
2022-10-28 20:46 Sam James
2023-07-11  8:08 WANG Xuerui

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