public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2019-07-17 20:18 Craig Andrews
  0 siblings, 0 replies; 15+ messages in thread
From: Craig Andrews @ 2019-07-17 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     a102a908a3cefd318a62de4d15e011e103a6a38a
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 20:17:17 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 20:18:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a102a908

dev-util/conf2struct: The license is actually BSD-2

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-util/conf2struct/conf2struct-0_pre0.ebuild | 2 +-
 dev-util/conf2struct/conf2struct-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/conf2struct/conf2struct-0_pre0.ebuild b/dev-util/conf2struct/conf2struct-0_pre0.ebuild
index c027b8564d6..7c6d5dc0b9b 100644
--- a/dev-util/conf2struct/conf2struct-0_pre0.ebuild
+++ b/dev-util/conf2struct/conf2struct-0_pre0.ebuild
@@ -25,7 +25,7 @@ PATCHES=(
 	"${FILESDIR}/${P}-dest-exists.patch"
 )
 
-LICENSE="GPL-2"
+LICENSE="BSD-2"
 SLOT="0"
 IUSE="caps pcre systemd tcpd"
 

diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-9999.ebuild
index 3ab3bce60c3..3ff4bf49a4e 100644
--- a/dev-util/conf2struct/conf2struct-9999.ebuild
+++ b/dev-util/conf2struct/conf2struct-9999.ebuild
@@ -15,7 +15,7 @@ else
 	SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 fi
 
-LICENSE="GPL-2"
+LICENSE="BSD-2"
 SLOT="0"
 IUSE="caps pcre systemd tcpd"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2019-07-18 19:23 Craig Andrews
  0 siblings, 0 replies; 15+ messages in thread
From: Craig Andrews @ 2019-07-18 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1abf93019754a7b7440cdfeae0354f6f941720df
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 16:31:30 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 19:18:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abf9301

dev-util/conf2struct: Remove use flags

These use flags were accidentally included

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-util/conf2struct/conf2struct-0_pre0.ebuild | 2 +-
 dev-util/conf2struct/conf2struct-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/conf2struct/conf2struct-0_pre0.ebuild b/dev-util/conf2struct/conf2struct-0_pre0.ebuild
index 7c6d5dc0b9b..67441e8cca9 100644
--- a/dev-util/conf2struct/conf2struct-0_pre0.ebuild
+++ b/dev-util/conf2struct/conf2struct-0_pre0.ebuild
@@ -27,7 +27,7 @@ PATCHES=(
 
 LICENSE="BSD-2"
 SLOT="0"
-IUSE="caps pcre systemd tcpd"
+IUSE=""
 
 RDEPEND="dev-libs/libconfig
 	dev-perl/Conf-Libconfig"

diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-9999.ebuild
index 3ff4bf49a4e..f20edc27e4d 100644
--- a/dev-util/conf2struct/conf2struct-9999.ebuild
+++ b/dev-util/conf2struct/conf2struct-9999.ebuild
@@ -17,7 +17,7 @@ fi
 
 LICENSE="BSD-2"
 SLOT="0"
-IUSE="caps pcre systemd tcpd"
+IUSE=""
 
 RDEPEND="dev-libs/libconfig
 	dev-perl/Conf-Libconfig"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2019-07-19 15:47 Craig Andrews
  0 siblings, 0 replies; 15+ messages in thread
From: Craig Andrews @ 2019-07-19 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     c6a488cb79b1193a55afdb3e8d2a41301715482f
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 15:46:32 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 15:47:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a488cb

dev-util/conf2struct: Remove 0_pre0 version

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-util/conf2struct/conf2struct-0_pre0.ebuild | 43 --------------------------
 1 file changed, 43 deletions(-)

diff --git a/dev-util/conf2struct/conf2struct-0_pre0.ebuild b/dev-util/conf2struct/conf2struct-0_pre0.ebuild
deleted file mode 100644
index 33d18ebd06e..00000000000
--- a/dev-util/conf2struct/conf2struct-0_pre0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic systemd toolchain-funcs
-
-DESCRIPTION="Create C parsers for libconfig and command-line"
-HOMEPAGE="https://github.com/yrutschle/conf2struct/"
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
-	inherit git-r3
-else
-	KEYWORDS="~amd64"
-	GIT_COMMIT="10ea3356b65e712fb000f4d37f00e1dc09c1e722"
-	SRC_URI="https://github.com/yrutschle/conf2struct/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${PN}-${GIT_COMMIT}"
-fi
-
-PATCHES=(
-	"${FILESDIR}/${P}-install-and-uninstall.patch"
-	"${FILESDIR}/${P}-cc-and-cflags.patch"
-	"${FILESDIR}/${P}-destdir.patch"
-	"${FILESDIR}/${P}-install-not-run-all.patch"
-	"${FILESDIR}/${P}-dest-exists.patch"
-)
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/libconfig
-	dev-perl/Conf-Libconfig"
-DEPEND="${RDEPEND}"
-
-src_compile(){
-	# -j1 due to parallel make issue reported upstream at: https://github.com/yrutschle/conf2struct/issues/10
-	emake -j1
-}
-
-src_install(){
-	emake DESTDIR="${D}" prefix="${EPREFIX%/}/usr" install
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2019-07-19 15:47 Craig Andrews
  0 siblings, 0 replies; 15+ messages in thread
From: Craig Andrews @ 2019-07-19 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     e4ba8f5a8fa699b615f406bd7f4b4f5ef7a736a2
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 15:46:08 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 15:47:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ba8f5a

dev-util/conf2struct: Respect CFLAGS and CC

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 ...2struct-9999.ebuild => conf2struct-0_pre0-r1.ebuild} | 17 ++++++++++++++++-
 dev-util/conf2struct/conf2struct-9999.ebuild            |  4 ++++
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-0_pre0-r1.ebuild
similarity index 50%
copy from dev-util/conf2struct/conf2struct-9999.ebuild
copy to dev-util/conf2struct/conf2struct-0_pre0-r1.ebuild
index f20edc27e4d..b31468b61cc 100644
--- a/dev-util/conf2struct/conf2struct-9999.ebuild
+++ b/dev-util/conf2struct/conf2struct-0_pre0-r1.ebuild
@@ -12,9 +12,19 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 else
 	KEYWORDS="~amd64"
-	SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	GIT_COMMIT="10ea3356b65e712fb000f4d37f00e1dc09c1e722"
+	SRC_URI="https://github.com/yrutschle/conf2struct/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/${PN}-${GIT_COMMIT}"
 fi
 
+PATCHES=(
+	"${FILESDIR}/${P}-install-and-uninstall.patch"
+	"${FILESDIR}/${P}-cc-and-cflags.patch"
+	"${FILESDIR}/${P}-destdir.patch"
+	"${FILESDIR}/${P}-install-not-run-all.patch"
+	"${FILESDIR}/${P}-dest-exists.patch"
+)
+
 LICENSE="BSD-2"
 SLOT="0"
 IUSE=""
@@ -23,6 +33,11 @@ RDEPEND="dev-libs/libconfig
 	dev-perl/Conf-Libconfig"
 DEPEND="${RDEPEND}"
 
+src_compile(){
+	# -j1 due to parallel make issue reported upstream at: https://github.com/yrutschle/conf2struct/issues/10
+	emake -j1 CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
 src_install(){
 	emake DESTDIR="${D}" prefix="${EPREFIX%/}/usr" install
 }

diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-9999.ebuild
index f20edc27e4d..b853d93f1b8 100644
--- a/dev-util/conf2struct/conf2struct-9999.ebuild
+++ b/dev-util/conf2struct/conf2struct-9999.ebuild
@@ -23,6 +23,10 @@ RDEPEND="dev-libs/libconfig
 	dev-perl/Conf-Libconfig"
 DEPEND="${RDEPEND}"
 
+src_compile(){
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
 src_install(){
 	emake DESTDIR="${D}" prefix="${EPREFIX%/}/usr" install
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2019-07-19 15:47 Craig Andrews
  0 siblings, 0 replies; 15+ messages in thread
From: Craig Andrews @ 2019-07-19 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     2567dd4089a370c75731d272908c34173119b02f
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 15:20:49 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 15:47:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2567dd40

dev-util/conf2struct: Disable parallel make

Closes: https://bugs.gentoo.org/690152
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-util/conf2struct/conf2struct-0_pre0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-util/conf2struct/conf2struct-0_pre0.ebuild b/dev-util/conf2struct/conf2struct-0_pre0.ebuild
index 67441e8cca9..33d18ebd06e 100644
--- a/dev-util/conf2struct/conf2struct-0_pre0.ebuild
+++ b/dev-util/conf2struct/conf2struct-0_pre0.ebuild
@@ -33,6 +33,11 @@ RDEPEND="dev-libs/libconfig
 	dev-perl/Conf-Libconfig"
 DEPEND="${RDEPEND}"
 
+src_compile(){
+	# -j1 due to parallel make issue reported upstream at: https://github.com/yrutschle/conf2struct/issues/10
+	emake -j1
+}
+
 src_install(){
 	emake DESTDIR="${D}" prefix="${EPREFIX%/}/usr" install
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2019-08-02 11:19 Mikle Kolyada
  0 siblings, 0 replies; 15+ messages in thread
From: Mikle Kolyada @ 2019-08-02 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     8569485a2f75261d733ea9b66d90a0a9c0ddc6ac
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  2 11:18:43 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Aug  2 11:18:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8569485a

dev-util/conf2struct: Add ~arm keyword wrt bug #689340

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-util/conf2struct/conf2struct-0_pre0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/conf2struct/conf2struct-0_pre0-r1.ebuild b/dev-util/conf2struct/conf2struct-0_pre0-r1.ebuild
index b31468b61cc..631e635694c 100644
--- a/dev-util/conf2struct/conf2struct-0_pre0-r1.ebuild
+++ b/dev-util/conf2struct/conf2struct-0_pre0-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm"
 	GIT_COMMIT="10ea3356b65e712fb000f4d37f00e1dc09c1e722"
 	SRC_URI="https://github.com/yrutschle/conf2struct/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}/${PN}-${GIT_COMMIT}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2019-09-04 13:20 Craig Andrews
  0 siblings, 0 replies; 15+ messages in thread
From: Craig Andrews @ 2019-09-04 13:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a9be772141fc30b4d9e5c59a78a50a0617438052
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  4 13:17:55 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 13:20:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9be7721

dev-util/conf2struct: 1.0 version bump

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-util/conf2struct/Manifest               |  1 +
 dev-util/conf2struct/conf2struct-1.0.ebuild | 32 +++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-util/conf2struct/Manifest b/dev-util/conf2struct/Manifest
index 60764ee4874..7a4049e5bb2 100644
--- a/dev-util/conf2struct/Manifest
+++ b/dev-util/conf2struct/Manifest
@@ -1 +1,2 @@
 DIST conf2struct-0_pre0.tar.gz 50851 BLAKE2B 21db6cca56ba18a48c65395fbf3def5de6190515be46ca2e7113c17c9b874cdcc7fb72b06b586c57a1803e98b56df5decd10ea1dd6dcc4144a78d6a0ff6bf9dd SHA512 e0eb1d43ec1375e65796197c16246a2cc38e0a4d078c4028e8675cc1ff6ef08c7802ec18f57232d91f2d4133573129f7a2b05a9f1d8b74bbddd072550f846b1d
+DIST conf2struct-1.0.tar.gz 57393 BLAKE2B 7de4be755ec764d96a321c68ca68b3156889e24f6894ba78b1c88cbeff84525331f1105040d61b1121ca01ece8d50a5aee2268eb73cde3ebbc8b62f679e2451b SHA512 31e8f350af740e79d97f4698dfec9b5e8a31a8a1cee30da0af753db26eda5b61379e9156e1cb492aef5068a4987d5e8202215323b83328e99705ae3ad3c09b81

diff --git a/dev-util/conf2struct/conf2struct-1.0.ebuild b/dev-util/conf2struct/conf2struct-1.0.ebuild
new file mode 100644
index 00000000000..b853d93f1b8
--- /dev/null
+++ b/dev-util/conf2struct/conf2struct-1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic systemd toolchain-funcs
+
+DESCRIPTION="Create C parsers for libconfig and command-line"
+HOMEPAGE="https://github.com/yrutschle/conf2struct/"
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
+	inherit git-r3
+else
+	KEYWORDS="~amd64"
+	SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-libs/libconfig
+	dev-perl/Conf-Libconfig"
+DEPEND="${RDEPEND}"
+
+src_compile(){
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install(){
+	emake DESTDIR="${D}" prefix="${EPREFIX%/}/usr" install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2019-11-26 10:59 Thomas Deutschmann
  0 siblings, 0 replies; 15+ messages in thread
From: Thomas Deutschmann @ 2019-11-26 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     690dd01941032f8a6fe67f0644c9a8ac876155ea
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 10:55:01 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 10:59:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690dd019

dev-util/conf2struct: x86 keyworded (bug #689340)

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-util/conf2struct/conf2struct-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/conf2struct/conf2struct-1.0.ebuild b/dev-util/conf2struct/conf2struct-1.0.ebuild
index b853d93f1b8..f05ace485dc 100644
--- a/dev-util/conf2struct/conf2struct-1.0.ebuild
+++ b/dev-util/conf2struct/conf2struct-1.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~x86"
 	SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2020-07-13 16:59 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2020-07-13 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     fefa7ab10208172417206dba64fd26f1a28337e9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 16:56:24 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 16:59:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefa7ab1

dev-util/conf2struct: s390 keyworded (bug #689340)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/conf2struct/conf2struct-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/conf2struct/conf2struct-1.0.ebuild b/dev-util/conf2struct/conf2struct-1.0.ebuild
index 842516d70e8..6891ffd1b8b 100644
--- a/dev-util/conf2struct/conf2struct-1.0.ebuild
+++ b/dev-util/conf2struct/conf2struct-1.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~s390 ~x86"
 	SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2020-07-20 13:51 Craig Andrews
  0 siblings, 0 replies; 15+ messages in thread
From: Craig Andrews @ 2020-07-20 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c423f817d79548889ee0e1834f4afe48e77c00ae
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 13:49:27 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 13:51:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c423f817

dev-util/conf2struct: 1.3 version bump

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-util/conf2struct/Manifest                                           | 1 +
 .../conf2struct/{conf2struct-9999.ebuild => conf2struct-1.3.ebuild}     | 2 +-
 dev-util/conf2struct/conf2struct-9999.ebuild                            | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-util/conf2struct/Manifest b/dev-util/conf2struct/Manifest
index cd4a46a636d..b4e7f3e69be 100644
--- a/dev-util/conf2struct/Manifest
+++ b/dev-util/conf2struct/Manifest
@@ -1 +1,2 @@
 DIST conf2struct-1.0.tar.gz 57393 BLAKE2B 7de4be755ec764d96a321c68ca68b3156889e24f6894ba78b1c88cbeff84525331f1105040d61b1121ca01ece8d50a5aee2268eb73cde3ebbc8b62f679e2451b SHA512 31e8f350af740e79d97f4698dfec9b5e8a31a8a1cee30da0af753db26eda5b61379e9156e1cb492aef5068a4987d5e8202215323b83328e99705ae3ad3c09b81
+DIST conf2struct-1.3.tar.gz 58599 BLAKE2B 19cd7beb2663342d1d0e282c2ce45557f97110edec02eb1a9e29f92aceedd5837175a0898655ae403f8992d2754dc5094dc5c3c85014b109b066703956c9ec6c SHA512 eae91f85e44905fdc4274c0cc090a0748ded15824b87cdc3d026ec849d1cb13d14fb9b1bfb57d76da4687173d106065263499c1705db24f53ad4e95ba1d96b3c

diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-1.3.ebuild
similarity index 96%
copy from dev-util/conf2struct/conf2struct-9999.ebuild
copy to dev-util/conf2struct/conf2struct-1.3.ebuild
index 683376de085..6891ffd1b8b 100644
--- a/dev-util/conf2struct/conf2struct-9999.ebuild
+++ b/dev-util/conf2struct/conf2struct-1.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~s390 ~x86"
 	SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 fi
 

diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-9999.ebuild
index 683376de085..6891ffd1b8b 100644
--- a/dev-util/conf2struct/conf2struct-9999.ebuild
+++ b/dev-util/conf2struct/conf2struct-9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~s390 ~x86"
 	SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2021-01-02  0:49 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-01-02  0:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e212dbc6c4af0274dca590df5ee32219ebd424b0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 00:43:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 00:43:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e212dbc6

dev-util/conf2struct: revbump for libconfig subslot dep

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../conf2struct/{conf2struct-1.0.ebuild => conf2struct-1.0-r1.ebuild} | 4 ++--
 .../conf2struct/{conf2struct-1.3.ebuild => conf2struct-1.3-r1.ebuild} | 4 ++--
 dev-util/conf2struct/conf2struct-9999.ebuild                          | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-util/conf2struct/conf2struct-1.0.ebuild b/dev-util/conf2struct/conf2struct-1.0-r1.ebuild
similarity index 91%
rename from dev-util/conf2struct/conf2struct-1.0.ebuild
rename to dev-util/conf2struct/conf2struct-1.0-r1.ebuild
index 6891ffd1b8b..c39a24cd400 100644
--- a/dev-util/conf2struct/conf2struct-1.0.ebuild
+++ b/dev-util/conf2struct/conf2struct-1.0-r1.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"
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-libs/libconfig
+RDEPEND="dev-libs/libconfig:=
 	dev-perl/Conf-Libconfig"
 DEPEND="${RDEPEND}"
 

diff --git a/dev-util/conf2struct/conf2struct-1.3.ebuild b/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
similarity index 91%
rename from dev-util/conf2struct/conf2struct-1.3.ebuild
rename to dev-util/conf2struct/conf2struct-1.3-r1.ebuild
index 6891ffd1b8b..c39a24cd400 100644
--- a/dev-util/conf2struct/conf2struct-1.3.ebuild
+++ b/dev-util/conf2struct/conf2struct-1.3-r1.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"
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-libs/libconfig
+RDEPEND="dev-libs/libconfig:=
 	dev-perl/Conf-Libconfig"
 DEPEND="${RDEPEND}"
 

diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-9999.ebuild
index 6891ffd1b8b..c39a24cd400 100644
--- a/dev-util/conf2struct/conf2struct-9999.ebuild
+++ b/dev-util/conf2struct/conf2struct-9999.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"
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-libs/libconfig
+RDEPEND="dev-libs/libconfig:=
 	dev-perl/Conf-Libconfig"
 DEPEND="${RDEPEND}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2021-05-23 22:23 Joshua Kinard
  0 siblings, 0 replies; 15+ messages in thread
From: Joshua Kinard @ 2021-05-23 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     ac725332aae519d15d24bd70748a75283d3b1e06
Author:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 22:23:01 2021 +0000
Commit:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
CommitDate: Sun May 23 22:23:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac725332

dev-util/conf2struct: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/689340
Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>
Package-Manager: Portage-3.0.18, Repoman-3.0.3

 dev-util/conf2struct/conf2struct-1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/conf2struct/conf2struct-1.3-r1.ebuild b/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
index c39a24cd400..a235bcf015e 100644
--- a/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
+++ b/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~s390 ~x86"
+	KEYWORDS="~amd64 -mips ~s390 ~x86"
 	SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2021-09-21 20:18 Craig Andrews
  0 siblings, 0 replies; 15+ messages in thread
From: Craig Andrews @ 2021-09-21 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     f707fadc1188c3e1091588081cda5178cb500aa3
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 20:17:45 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 20:18:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f707fadc

dev-util/conf2struct: 1.5 version bump

See: https://bugs.gentoo.org/798462
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-util/conf2struct/Manifest                                           | 1 +
 .../conf2struct/{conf2struct-9999.ebuild => conf2struct-1.5.ebuild}     | 2 +-
 dev-util/conf2struct/conf2struct-9999.ebuild                            | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-util/conf2struct/Manifest b/dev-util/conf2struct/Manifest
index b4e7f3e69be..ce6dc272ac0 100644
--- a/dev-util/conf2struct/Manifest
+++ b/dev-util/conf2struct/Manifest
@@ -1,2 +1,3 @@
 DIST conf2struct-1.0.tar.gz 57393 BLAKE2B 7de4be755ec764d96a321c68ca68b3156889e24f6894ba78b1c88cbeff84525331f1105040d61b1121ca01ece8d50a5aee2268eb73cde3ebbc8b62f679e2451b SHA512 31e8f350af740e79d97f4698dfec9b5e8a31a8a1cee30da0af753db26eda5b61379e9156e1cb492aef5068a4987d5e8202215323b83328e99705ae3ad3c09b81
 DIST conf2struct-1.3.tar.gz 58599 BLAKE2B 19cd7beb2663342d1d0e282c2ce45557f97110edec02eb1a9e29f92aceedd5837175a0898655ae403f8992d2754dc5094dc5c3c85014b109b066703956c9ec6c SHA512 eae91f85e44905fdc4274c0cc090a0748ded15824b87cdc3d026ec849d1cb13d14fb9b1bfb57d76da4687173d106065263499c1705db24f53ad4e95ba1d96b3c
+DIST conf2struct-1.5.tar.gz 62276 BLAKE2B 67916a1888a2d6128ee68dea262ede6b35b8242d40f545c8af5a4cbe17d8bfc9150e0917057a792a29d9e32b39c77d67d401a06c77a206234162cb820afcfd31 SHA512 eafa7ed72a3bc8d885ccba961273161546b025074f6ed764818c90cd6f9b1de8a0ff09cef50457974a32208700ad47c43673004ed7ed647eb89de6e590be0be8

diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-1.5.ebuild
similarity index 95%
copy from dev-util/conf2struct/conf2struct-9999.ebuild
copy to dev-util/conf2struct/conf2struct-1.5.ebuild
index c39a24cd400..a235bcf015e 100644
--- a/dev-util/conf2struct/conf2struct-9999.ebuild
+++ b/dev-util/conf2struct/conf2struct-1.5.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~s390 ~x86"
+	KEYWORDS="~amd64 -mips ~s390 ~x86"
 	SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 fi
 

diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-9999.ebuild
index c39a24cd400..a235bcf015e 100644
--- a/dev-util/conf2struct/conf2struct-9999.ebuild
+++ b/dev-util/conf2struct/conf2struct-9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~s390 ~x86"
+	KEYWORDS="~amd64 -mips ~s390 ~x86"
 	SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2021-09-21 22:29 James Le Cuirot
  0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2021-09-21 22:29 UTC (permalink / raw
  To: gentoo-commits

commit:     3e3311c6f4e958e8a96aecfdbc9375b830ca0d90
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 22:28:01 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 22:28:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3311c6

dev-util/conf2struct: Correct ~mips keyword

It was added as -mips by mistake.

Bug: https://bugs.gentoo.org/689340
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-util/conf2struct/conf2struct-1.3-r1.ebuild | 2 +-
 dev-util/conf2struct/conf2struct-1.5.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/conf2struct/conf2struct-1.3-r1.ebuild b/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
index a235bcf015e..736fd4c6f1b 100644
--- a/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
+++ b/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 -mips ~s390 ~x86"
+	KEYWORDS="~amd64 ~mips ~s390 ~x86"
 	SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 fi
 

diff --git a/dev-util/conf2struct/conf2struct-1.5.ebuild b/dev-util/conf2struct/conf2struct-1.5.ebuild
index 93e51c2b256..0065754b077 100644
--- a/dev-util/conf2struct/conf2struct-1.5.ebuild
+++ b/dev-util/conf2struct/conf2struct-1.5.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 ~m68k -mips ~s390 ~x86"
+	KEYWORDS="~amd64 ~m68k ~mips ~s390 ~x86"
 	SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/
@ 2021-09-21 22:29 James Le Cuirot
  0 siblings, 0 replies; 15+ messages in thread
From: James Le Cuirot @ 2021-09-21 22:29 UTC (permalink / raw
  To: gentoo-commits

commit:     0f1bfdeaad5666fff6e2fa0322380ad46223331f
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 22:26:57 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 22:28:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1bfdea

dev-util/conf2struct: Keyword 1.5 for ~m68k

Closes: https://bugs.gentoo.org/689340
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-util/conf2struct/conf2struct-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/conf2struct/conf2struct-1.5.ebuild b/dev-util/conf2struct/conf2struct-1.5.ebuild
index a235bcf015e..93e51c2b256 100644
--- a/dev-util/conf2struct/conf2struct-1.5.ebuild
+++ b/dev-util/conf2struct/conf2struct-1.5.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
 	inherit git-r3
 else
-	KEYWORDS="~amd64 -mips ~s390 ~x86"
+	KEYWORDS="~amd64 ~m68k -mips ~s390 ~x86"
 	SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 fi
 


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

end of thread, other threads:[~2021-09-21 22:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-19 15:47 [gentoo-commits] repo/gentoo:master commit in: dev-util/conf2struct/ Craig Andrews
  -- strict thread matches above, loose matches on Subject: below --
2021-09-21 22:29 James Le Cuirot
2021-09-21 22:29 James Le Cuirot
2021-09-21 20:18 Craig Andrews
2021-05-23 22:23 Joshua Kinard
2021-01-02  0:49 Sam James
2020-07-20 13:51 Craig Andrews
2020-07-13 16:59 Sam James
2019-11-26 10:59 Thomas Deutschmann
2019-09-04 13:20 Craig Andrews
2019-08-02 11:19 Mikle Kolyada
2019-07-19 15:47 Craig Andrews
2019-07-19 15:47 Craig Andrews
2019-07-18 19:23 Craig Andrews
2019-07-17 20:18 Craig Andrews

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