public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2022-02-04 15:49 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2022-02-04 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     72e7436bcdefdff03a14eee0a42f89b6eed01b74
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 15:47:14 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 15:47:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e7436b

dev-util/cdecl: initial import, migrated from ::guru

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest           |  1 +
 dev-util/cdecl/cdecl-11.11.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 dev-util/cdecl/metadata.xml       | 13 +++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
new file mode 100644
index 000000000000..4be916cd12de
--- /dev/null
+++ b/dev-util/cdecl/Manifest
@@ -0,0 +1 @@
+DIST cdecl-11.11.tar.gz 765023 BLAKE2B c8847740339f0d9c977c43d9cbf4ea05061a428cef47bfa0cbf908548162eb328483a477e86b60525e39c3e59dc32a21fb093c3afecafb17da1943945c875d98 SHA512 32b95c51af4b1eaa2833777c3a63a807d63f754a766a5dbb215508c11bca99be0b3d3ef260b6bc52a9cbae7f99d82c27fe034f4c9acfcb0447ba1d1c9dba14f4

diff --git a/dev-util/cdecl/cdecl-11.11.ebuild b/dev-util/cdecl/cdecl-11.11.ebuild
new file mode 100644
index 000000000000..7e715e918523
--- /dev/null
+++ b/dev-util/cdecl/cdecl-11.11.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
+HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
+SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+readline"
+
+DEPEND="
+	sys-libs/ncurses:0=
+	readline? ( sys-libs/readline:0= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	sys-devel/bison
+	sys-devel/flex
+"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_with readline)
+}

diff --git a/dev-util/cdecl/metadata.xml b/dev-util/cdecl/metadata.xml
new file mode 100644
index 000000000000..c51407642daa
--- /dev/null
+++ b/dev-util/cdecl/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<name>Florian Schmaus</name>
+		<email>flow@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">paul-j-lucas/cdecl</remote-id>
+		<bugs-to>https://github.com/paul-j-lucas/cdecl/issues</bugs-to>
+		<changelog>https://github.com/paul-j-lucas/cdecl/releases</changelog>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2022-02-12 15:02 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2022-02-12 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     545508739ee34d9766da6762e6279573f8958040
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 14:55:12 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 15:02:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54550873

dev-util/cdecl: add 11.12

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest           |  1 +
 dev-util/cdecl/cdecl-11.12.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 4be916cd12de..058fa80e4f47 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1 +1,2 @@
 DIST cdecl-11.11.tar.gz 765023 BLAKE2B c8847740339f0d9c977c43d9cbf4ea05061a428cef47bfa0cbf908548162eb328483a477e86b60525e39c3e59dc32a21fb093c3afecafb17da1943945c875d98 SHA512 32b95c51af4b1eaa2833777c3a63a807d63f754a766a5dbb215508c11bca99be0b3d3ef260b6bc52a9cbae7f99d82c27fe034f4c9acfcb0447ba1d1c9dba14f4
+DIST cdecl-11.12.tar.gz 766918 BLAKE2B 6cf07cc6e9d4a1948edc4c9ea9eea586624f4117c8871f209270069588644a8f23e7fa98a4d1d80455cfbef392289b5382e36b16b90d16bdacfa136ca05c5198 SHA512 02bf5ea8264025b8fe71dfa166342af2b5a5edd5f85f7d4e106628f5e0dd24641d60a676d84e3337670a3e9fe78829a0433b567e3c6e3ae9698fa64e2eb4ba49

diff --git a/dev-util/cdecl/cdecl-11.12.ebuild b/dev-util/cdecl/cdecl-11.12.ebuild
new file mode 100644
index 000000000000..7e715e918523
--- /dev/null
+++ b/dev-util/cdecl/cdecl-11.12.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
+HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
+SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+readline"
+
+DEPEND="
+	sys-libs/ncurses:0=
+	readline? ( sys-libs/readline:0= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	sys-devel/bison
+	sys-devel/flex
+"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_with readline)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2022-03-15 18:59 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2022-03-15 18:59 UTC (permalink / raw
  To: gentoo-commits

commit:     62f9eb036d1293eed074a2db90907762c7d81416
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 18:54:45 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 18:59:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f9eb03

dev-util/cdecl: add 11.14

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest           |  1 +
 dev-util/cdecl/cdecl-11.14.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 058fa80e4f47..f44698f58275 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,2 +1,3 @@
 DIST cdecl-11.11.tar.gz 765023 BLAKE2B c8847740339f0d9c977c43d9cbf4ea05061a428cef47bfa0cbf908548162eb328483a477e86b60525e39c3e59dc32a21fb093c3afecafb17da1943945c875d98 SHA512 32b95c51af4b1eaa2833777c3a63a807d63f754a766a5dbb215508c11bca99be0b3d3ef260b6bc52a9cbae7f99d82c27fe034f4c9acfcb0447ba1d1c9dba14f4
 DIST cdecl-11.12.tar.gz 766918 BLAKE2B 6cf07cc6e9d4a1948edc4c9ea9eea586624f4117c8871f209270069588644a8f23e7fa98a4d1d80455cfbef392289b5382e36b16b90d16bdacfa136ca05c5198 SHA512 02bf5ea8264025b8fe71dfa166342af2b5a5edd5f85f7d4e106628f5e0dd24641d60a676d84e3337670a3e9fe78829a0433b567e3c6e3ae9698fa64e2eb4ba49
+DIST cdecl-11.14.tar.gz 772235 BLAKE2B 665ac2ab9efb0bb356eb96265e56cc8592534aafe1ada2d6129704b221aed71063645eba8ca9d792b5785127f1e9d4b341157245291f8c1792d04747b8b80043 SHA512 c96f4cd29a8a1e632990dfe13db5a8bd9f0705e1d6899eea5b1b4aa59be7451c1878e1f0a7c618cb051b67f5b99f6ee3ed5c49679cfbd7e723bdece2355f1bf1

diff --git a/dev-util/cdecl/cdecl-11.14.ebuild b/dev-util/cdecl/cdecl-11.14.ebuild
new file mode 100644
index 000000000000..7e715e918523
--- /dev/null
+++ b/dev-util/cdecl/cdecl-11.14.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
+HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
+SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+readline"
+
+DEPEND="
+	sys-libs/ncurses:0=
+	readline? ( sys-libs/readline:0= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	sys-devel/bison
+	sys-devel/flex
+"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_with readline)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2022-05-16 10:13 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2022-05-16 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     32be3b0f46e33f0b434526629482cf403bc222c0
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 07:31:15 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May 16 10:12:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32be3b0f

dev-util/cdecl: add 11.15

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest           |  1 +
 dev-util/cdecl/cdecl-11.15.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index f44698f58275..9a29c5378173 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,3 +1,4 @@
 DIST cdecl-11.11.tar.gz 765023 BLAKE2B c8847740339f0d9c977c43d9cbf4ea05061a428cef47bfa0cbf908548162eb328483a477e86b60525e39c3e59dc32a21fb093c3afecafb17da1943945c875d98 SHA512 32b95c51af4b1eaa2833777c3a63a807d63f754a766a5dbb215508c11bca99be0b3d3ef260b6bc52a9cbae7f99d82c27fe034f4c9acfcb0447ba1d1c9dba14f4
 DIST cdecl-11.12.tar.gz 766918 BLAKE2B 6cf07cc6e9d4a1948edc4c9ea9eea586624f4117c8871f209270069588644a8f23e7fa98a4d1d80455cfbef392289b5382e36b16b90d16bdacfa136ca05c5198 SHA512 02bf5ea8264025b8fe71dfa166342af2b5a5edd5f85f7d4e106628f5e0dd24641d60a676d84e3337670a3e9fe78829a0433b567e3c6e3ae9698fa64e2eb4ba49
 DIST cdecl-11.14.tar.gz 772235 BLAKE2B 665ac2ab9efb0bb356eb96265e56cc8592534aafe1ada2d6129704b221aed71063645eba8ca9d792b5785127f1e9d4b341157245291f8c1792d04747b8b80043 SHA512 c96f4cd29a8a1e632990dfe13db5a8bd9f0705e1d6899eea5b1b4aa59be7451c1878e1f0a7c618cb051b67f5b99f6ee3ed5c49679cfbd7e723bdece2355f1bf1
+DIST cdecl-11.15.tar.gz 779251 BLAKE2B 38dbefeb65b19960d9a761f63318525c5f446536a1195258ad6bc0214f07e9b24aaba09d50bfa8486315ec9514f5727abf5150d243c0123c5d8d74cb97e53327 SHA512 e9142eaf59fed2722756408e2c7be38ebe5d6975baab46eceb79ef70462ac106d49328e14177a18a576a68c08fa8c8fecd6ed7f0c2b9ba7b219727ca4a1546db

diff --git a/dev-util/cdecl/cdecl-11.15.ebuild b/dev-util/cdecl/cdecl-11.15.ebuild
new file mode 100644
index 000000000000..7e715e918523
--- /dev/null
+++ b/dev-util/cdecl/cdecl-11.15.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
+HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
+SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+readline"
+
+DEPEND="
+	sys-libs/ncurses:0=
+	readline? ( sys-libs/readline:0= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	sys-devel/bison
+	sys-devel/flex
+"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_with readline)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2022-05-16 10:13 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2022-05-16 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     83c4e51272ac11d3d3e2f923408fd25c02e77297
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 07:31:27 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May 16 10:12:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c4e512

dev-util/cdecl: stabilize 11.14 for amd64

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

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

diff --git a/dev-util/cdecl/cdecl-11.14.ebuild b/dev-util/cdecl/cdecl-11.14.ebuild
index 7e715e918523..e11e661104b3 100644
--- a/dev-util/cdecl/cdecl-11.14.ebuild
+++ b/dev-util/cdecl/cdecl-11.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+readline"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2022-05-16 10:13 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2022-05-16 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     bf4e33fbbb41f398b4ba5ef00be1494b40fb8737
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 07:31:39 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May 16 10:12:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4e33fb

dev-util/cdecl: drop 11.11, 11.12

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest           |  2 --
 dev-util/cdecl/cdecl-11.11.ebuild | 36 ------------------------------------
 dev-util/cdecl/cdecl-11.12.ebuild | 36 ------------------------------------
 3 files changed, 74 deletions(-)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 9a29c5378173..19426844ac8f 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,4 +1,2 @@
-DIST cdecl-11.11.tar.gz 765023 BLAKE2B c8847740339f0d9c977c43d9cbf4ea05061a428cef47bfa0cbf908548162eb328483a477e86b60525e39c3e59dc32a21fb093c3afecafb17da1943945c875d98 SHA512 32b95c51af4b1eaa2833777c3a63a807d63f754a766a5dbb215508c11bca99be0b3d3ef260b6bc52a9cbae7f99d82c27fe034f4c9acfcb0447ba1d1c9dba14f4
-DIST cdecl-11.12.tar.gz 766918 BLAKE2B 6cf07cc6e9d4a1948edc4c9ea9eea586624f4117c8871f209270069588644a8f23e7fa98a4d1d80455cfbef392289b5382e36b16b90d16bdacfa136ca05c5198 SHA512 02bf5ea8264025b8fe71dfa166342af2b5a5edd5f85f7d4e106628f5e0dd24641d60a676d84e3337670a3e9fe78829a0433b567e3c6e3ae9698fa64e2eb4ba49
 DIST cdecl-11.14.tar.gz 772235 BLAKE2B 665ac2ab9efb0bb356eb96265e56cc8592534aafe1ada2d6129704b221aed71063645eba8ca9d792b5785127f1e9d4b341157245291f8c1792d04747b8b80043 SHA512 c96f4cd29a8a1e632990dfe13db5a8bd9f0705e1d6899eea5b1b4aa59be7451c1878e1f0a7c618cb051b67f5b99f6ee3ed5c49679cfbd7e723bdece2355f1bf1
 DIST cdecl-11.15.tar.gz 779251 BLAKE2B 38dbefeb65b19960d9a761f63318525c5f446536a1195258ad6bc0214f07e9b24aaba09d50bfa8486315ec9514f5727abf5150d243c0123c5d8d74cb97e53327 SHA512 e9142eaf59fed2722756408e2c7be38ebe5d6975baab46eceb79ef70462ac106d49328e14177a18a576a68c08fa8c8fecd6ed7f0c2b9ba7b219727ca4a1546db

diff --git a/dev-util/cdecl/cdecl-11.11.ebuild b/dev-util/cdecl/cdecl-11.11.ebuild
deleted file mode 100644
index 7e715e918523..000000000000
--- a/dev-util/cdecl/cdecl-11.11.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
-HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
-SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+readline"
-
-DEPEND="
-	sys-libs/ncurses:0=
-	readline? ( sys-libs/readline:0= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	sys-devel/bison
-	sys-devel/flex
-"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_with readline)
-}

diff --git a/dev-util/cdecl/cdecl-11.12.ebuild b/dev-util/cdecl/cdecl-11.12.ebuild
deleted file mode 100644
index 7e715e918523..000000000000
--- a/dev-util/cdecl/cdecl-11.12.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
-HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
-SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+readline"
-
-DEPEND="
-	sys-libs/ncurses:0=
-	readline? ( sys-libs/readline:0= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	sys-devel/bison
-	sys-devel/flex
-"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_with readline)
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2022-07-01  8:19 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2022-07-01  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     3607107ef1b3bc18a2dee1d9bba53157c5d01d27
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  1 08:17:23 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jul  1 08:18:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3607107e

dev-util/cdecl: stabilize 11.15 for amd64

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

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

diff --git a/dev-util/cdecl/cdecl-11.15.ebuild b/dev-util/cdecl/cdecl-11.15.ebuild
index 7e715e918523..e11e661104b3 100644
--- a/dev-util/cdecl/cdecl-11.15.ebuild
+++ b/dev-util/cdecl/cdecl-11.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+readline"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2022-08-24  9:36 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2022-08-24  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     8ac51ed638f95f72650fea1bdd8913b10bf95a6a
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 09:36:28 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 09:36:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac51ed6

dev-util/cdecl: add 12.0

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest          |  1 +
 dev-util/cdecl/cdecl-12.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 19426844ac8f..98c73fbfe5a4 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,2 +1,3 @@
 DIST cdecl-11.14.tar.gz 772235 BLAKE2B 665ac2ab9efb0bb356eb96265e56cc8592534aafe1ada2d6129704b221aed71063645eba8ca9d792b5785127f1e9d4b341157245291f8c1792d04747b8b80043 SHA512 c96f4cd29a8a1e632990dfe13db5a8bd9f0705e1d6899eea5b1b4aa59be7451c1878e1f0a7c618cb051b67f5b99f6ee3ed5c49679cfbd7e723bdece2355f1bf1
 DIST cdecl-11.15.tar.gz 779251 BLAKE2B 38dbefeb65b19960d9a761f63318525c5f446536a1195258ad6bc0214f07e9b24aaba09d50bfa8486315ec9514f5727abf5150d243c0123c5d8d74cb97e53327 SHA512 e9142eaf59fed2722756408e2c7be38ebe5d6975baab46eceb79ef70462ac106d49328e14177a18a576a68c08fa8c8fecd6ed7f0c2b9ba7b219727ca4a1546db
+DIST cdecl-12.0.tar.gz 801393 BLAKE2B f1b506e633da62ff058901add3c986431144d37c4f1a1b29de69b9fed4992d0976bbc6002859a35c2436fb150c5c91b6ce3c412e772db5f2e566c80bad9f6473 SHA512 4d8ccdc898afb0fc64d7ac984cfa20b99b2d06679d298328bcfc13cc2da1cf6d19c57258dfac85d70ad9fd779f7bfe08b2ce89ef0c7013cf2fadc6079ca5819f

diff --git a/dev-util/cdecl/cdecl-12.0.ebuild b/dev-util/cdecl/cdecl-12.0.ebuild
new file mode 100644
index 000000000000..7e715e918523
--- /dev/null
+++ b/dev-util/cdecl/cdecl-12.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
+HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
+SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+readline"
+
+DEPEND="
+	sys-libs/ncurses:0=
+	readline? ( sys-libs/readline:0= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	sys-devel/bison
+	sys-devel/flex
+"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_with readline)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2022-08-24  9:37 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2022-08-24  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d68667b578c9bbe1bed8d2f453e6d7493a616cb7
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 09:37:11 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 09:37:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68667b5

dev-util/cdecl: drop 11.14

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest           |  1 -
 dev-util/cdecl/cdecl-11.14.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 98c73fbfe5a4..406e91f9e23e 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,3 +1,2 @@
-DIST cdecl-11.14.tar.gz 772235 BLAKE2B 665ac2ab9efb0bb356eb96265e56cc8592534aafe1ada2d6129704b221aed71063645eba8ca9d792b5785127f1e9d4b341157245291f8c1792d04747b8b80043 SHA512 c96f4cd29a8a1e632990dfe13db5a8bd9f0705e1d6899eea5b1b4aa59be7451c1878e1f0a7c618cb051b67f5b99f6ee3ed5c49679cfbd7e723bdece2355f1bf1
 DIST cdecl-11.15.tar.gz 779251 BLAKE2B 38dbefeb65b19960d9a761f63318525c5f446536a1195258ad6bc0214f07e9b24aaba09d50bfa8486315ec9514f5727abf5150d243c0123c5d8d74cb97e53327 SHA512 e9142eaf59fed2722756408e2c7be38ebe5d6975baab46eceb79ef70462ac106d49328e14177a18a576a68c08fa8c8fecd6ed7f0c2b9ba7b219727ca4a1546db
 DIST cdecl-12.0.tar.gz 801393 BLAKE2B f1b506e633da62ff058901add3c986431144d37c4f1a1b29de69b9fed4992d0976bbc6002859a35c2436fb150c5c91b6ce3c412e772db5f2e566c80bad9f6473 SHA512 4d8ccdc898afb0fc64d7ac984cfa20b99b2d06679d298328bcfc13cc2da1cf6d19c57258dfac85d70ad9fd779f7bfe08b2ce89ef0c7013cf2fadc6079ca5819f

diff --git a/dev-util/cdecl/cdecl-11.14.ebuild b/dev-util/cdecl/cdecl-11.14.ebuild
deleted file mode 100644
index e11e661104b3..000000000000
--- a/dev-util/cdecl/cdecl-11.14.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
-HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
-SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="+readline"
-
-DEPEND="
-	sys-libs/ncurses:0=
-	readline? ( sys-libs/readline:0= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	sys-devel/bison
-	sys-devel/flex
-"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_with readline)
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2022-09-30 10:24 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2022-09-30 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     64ce421adb6cd415b81886299a6bd18646a08b53
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 10:22:34 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 10:24:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ce421a

dev-util/cdecl: stabilize 12.0 for amd64

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

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

diff --git a/dev-util/cdecl/cdecl-12.0.ebuild b/dev-util/cdecl/cdecl-12.0.ebuild
index 7e715e918523..e11e661104b3 100644
--- a/dev-util/cdecl/cdecl-12.0.ebuild
+++ b/dev-util/cdecl/cdecl-12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+readline"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2022-09-30 10:24 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2022-09-30 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     53cf1331e6b24663e2e7efeeeb12a645c32c2670
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 10:22:50 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 10:24:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53cf1331

dev-util/cdecl: drop 11.15

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest           |  1 -
 dev-util/cdecl/cdecl-11.15.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 406e91f9e23e..8468f4af4a86 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,2 +1 @@
-DIST cdecl-11.15.tar.gz 779251 BLAKE2B 38dbefeb65b19960d9a761f63318525c5f446536a1195258ad6bc0214f07e9b24aaba09d50bfa8486315ec9514f5727abf5150d243c0123c5d8d74cb97e53327 SHA512 e9142eaf59fed2722756408e2c7be38ebe5d6975baab46eceb79ef70462ac106d49328e14177a18a576a68c08fa8c8fecd6ed7f0c2b9ba7b219727ca4a1546db
 DIST cdecl-12.0.tar.gz 801393 BLAKE2B f1b506e633da62ff058901add3c986431144d37c4f1a1b29de69b9fed4992d0976bbc6002859a35c2436fb150c5c91b6ce3c412e772db5f2e566c80bad9f6473 SHA512 4d8ccdc898afb0fc64d7ac984cfa20b99b2d06679d298328bcfc13cc2da1cf6d19c57258dfac85d70ad9fd779f7bfe08b2ce89ef0c7013cf2fadc6079ca5819f

diff --git a/dev-util/cdecl/cdecl-11.15.ebuild b/dev-util/cdecl/cdecl-11.15.ebuild
deleted file mode 100644
index e11e661104b3..000000000000
--- a/dev-util/cdecl/cdecl-11.15.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
-HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
-SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="+readline"
-
-DEPEND="
-	sys-libs/ncurses:0=
-	readline? ( sys-libs/readline:0= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	sys-devel/bison
-	sys-devel/flex
-"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_with readline)
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2022-11-02  8:19 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2022-11-02  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9adf95e5311de2c0c42e203a73b370f282745480
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 08:19:36 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 08:19:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9adf95e5

dev-util/cdecl: add 13.0

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest          |  1 +
 dev-util/cdecl/cdecl-13.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 8468f4af4a86..98ffe83a1e6c 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1 +1,2 @@
 DIST cdecl-12.0.tar.gz 801393 BLAKE2B f1b506e633da62ff058901add3c986431144d37c4f1a1b29de69b9fed4992d0976bbc6002859a35c2436fb150c5c91b6ce3c412e772db5f2e566c80bad9f6473 SHA512 4d8ccdc898afb0fc64d7ac984cfa20b99b2d06679d298328bcfc13cc2da1cf6d19c57258dfac85d70ad9fd779f7bfe08b2ce89ef0c7013cf2fadc6079ca5819f
+DIST cdecl-13.0.tar.gz 806096 BLAKE2B bf80f4ecab84cb110d0875505e02d72fbb36e22c8daf37634b37befc2ded7756dcda01c8f8f2ef8de01ba95d46d33fea65dd5d12fe28bb6b671c04517c0c2cf8 SHA512 40630ceeb43f3d0fac380035a3100afaa05899244c02701781a5d38adc0200494dc9ee1089d921c3909bace03f151a1023a9e1996034681580b8b4e2b89e4cf5

diff --git a/dev-util/cdecl/cdecl-13.0.ebuild b/dev-util/cdecl/cdecl-13.0.ebuild
new file mode 100644
index 000000000000..29e783a6ccdc
--- /dev/null
+++ b/dev-util/cdecl/cdecl-13.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
+HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
+SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug readline ncurses"
+
+DEPEND="
+	ncurses? ( sys-libs/ncurses:0= )
+	readline? ( sys-libs/readline:0= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	sys-devel/bison
+	sys-devel/flex
+"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_with readline) \
+		$(use_enable ncurses term-size) \
+		$(use_enable debug bison-debug) \
+		$(use_enable debug flex-debug)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2022-11-03  9:36 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2022-11-03  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     136caffa2b7e295e54c802fad9450ac5e7519ce1
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  3 09:34:53 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 09:34:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136caffa

dev-util/cdecl: use release tarball to drop autoreconf

Closes: https://bugs.gentoo.org/879231
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Suggested-by: Sam James <sam <AT> gentoo.org>

 dev-util/cdecl/Manifest          |  2 +-
 dev-util/cdecl/cdecl-13.0.ebuild | 11 +----------
 2 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 98ffe83a1e6c..37277c3b3e7b 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,2 +1,2 @@
 DIST cdecl-12.0.tar.gz 801393 BLAKE2B f1b506e633da62ff058901add3c986431144d37c4f1a1b29de69b9fed4992d0976bbc6002859a35c2436fb150c5c91b6ce3c412e772db5f2e566c80bad9f6473 SHA512 4d8ccdc898afb0fc64d7ac984cfa20b99b2d06679d298328bcfc13cc2da1cf6d19c57258dfac85d70ad9fd779f7bfe08b2ce89ef0c7013cf2fadc6079ca5819f
-DIST cdecl-13.0.tar.gz 806096 BLAKE2B bf80f4ecab84cb110d0875505e02d72fbb36e22c8daf37634b37befc2ded7756dcda01c8f8f2ef8de01ba95d46d33fea65dd5d12fe28bb6b671c04517c0c2cf8 SHA512 40630ceeb43f3d0fac380035a3100afaa05899244c02701781a5d38adc0200494dc9ee1089d921c3909bace03f151a1023a9e1996034681580b8b4e2b89e4cf5
+DIST cdecl-13.0.release.tar.gz 1250042 BLAKE2B 36bb16d0454d8586a990ee2eafe2b205831aef0f3d396b01b77a8d0992ac614f1e0b408028bd9339e6f430302a32dcaa3b0c96eb8299819bc8167c497afd45bf SHA512 4d102f24d462b85331673af27735c35e86aefbe0665adad3367d94dfd68b18e7c378c3bfb7fce0d84ddbf25884d79e903016242a63c6fd00a2e604017cb9c80f

diff --git a/dev-util/cdecl/cdecl-13.0.ebuild b/dev-util/cdecl/cdecl-13.0.ebuild
index 29e783a6ccdc..b06f91bf9987 100644
--- a/dev-util/cdecl/cdecl-13.0.ebuild
+++ b/dev-util/cdecl/cdecl-13.0.ebuild
@@ -3,11 +3,9 @@
 
 EAPI=8
 
-inherit autotools
-
 DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
 HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
-SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
+SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.gz -> ${P}.release.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -24,13 +22,6 @@ BDEPEND="
 	sys-devel/flex
 "
 
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
 src_configure() {
 	econf \
 		$(use_with readline) \


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2022-12-21 19:39 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2022-12-21 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     556eb904aebc51cfeaea846d10b77c3ae74f5d15
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 19:39:41 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 19:39:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556eb904

dev-util/cdecl: stabilize 13.0 for amd64

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

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

diff --git a/dev-util/cdecl/cdecl-13.0.ebuild b/dev-util/cdecl/cdecl-13.0.ebuild
index b06f91bf9987..05474c494a14 100644
--- a/dev-util/cdecl/cdecl-13.0.ebuild
+++ b/dev-util/cdecl/cdecl-13.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.g
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug readline ncurses"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2023-01-10  7:51 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2023-01-10  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     bf636b88c290fcb2750e527157c5952a94ceb1fc
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 07:50:55 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 07:51:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf636b88

dev-util/cdecl: add 13.1

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest          |  1 +
 dev-util/cdecl/cdecl-13.1.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 37277c3b3e7b..cf1c601592e4 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,2 +1,3 @@
 DIST cdecl-12.0.tar.gz 801393 BLAKE2B f1b506e633da62ff058901add3c986431144d37c4f1a1b29de69b9fed4992d0976bbc6002859a35c2436fb150c5c91b6ce3c412e772db5f2e566c80bad9f6473 SHA512 4d8ccdc898afb0fc64d7ac984cfa20b99b2d06679d298328bcfc13cc2da1cf6d19c57258dfac85d70ad9fd779f7bfe08b2ce89ef0c7013cf2fadc6079ca5819f
 DIST cdecl-13.0.release.tar.gz 1250042 BLAKE2B 36bb16d0454d8586a990ee2eafe2b205831aef0f3d396b01b77a8d0992ac614f1e0b408028bd9339e6f430302a32dcaa3b0c96eb8299819bc8167c497afd45bf SHA512 4d102f24d462b85331673af27735c35e86aefbe0665adad3367d94dfd68b18e7c378c3bfb7fce0d84ddbf25884d79e903016242a63c6fd00a2e604017cb9c80f
+DIST cdecl-13.1.release.tar.gz 1210834 BLAKE2B d5892ee626b80793a0959f1cef527694a10198e3ce4992773d5a3d8ab60732f0c3e97332c30749e54f16749b5171550a79bc613db01c81bb593bfa69169f216e SHA512 82706b16091a7f79c786e0edbc86333001375148ddbfd88cabe892bedce7b184046979df021403bb346e5de6dcbfaee4f1bd19841f74c0347278a256ee8d31e0

diff --git a/dev-util/cdecl/cdecl-13.1.ebuild b/dev-util/cdecl/cdecl-13.1.ebuild
new file mode 100644
index 000000000000..b5e991c3c9b0
--- /dev/null
+++ b/dev-util/cdecl/cdecl-13.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
+HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
+SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.gz -> ${P}.release.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug readline ncurses"
+
+DEPEND="
+	ncurses? ( sys-libs/ncurses:0= )
+	readline? ( sys-libs/readline:0= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	sys-devel/bison
+	sys-devel/flex
+"
+
+src_configure() {
+	econf \
+		$(use_with readline) \
+		$(use_enable ncurses term-size) \
+		$(use_enable debug bison-debug) \
+		$(use_enable debug flex-debug)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2023-02-16  8:12 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2023-02-16  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     9cd49e2fb169c10a6084d7deb845d013644a3aa5
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 08:03:52 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 08:12:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd49e2f

dev-util/cdecl: stabilize 13.1 for amd64

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

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

diff --git a/dev-util/cdecl/cdecl-13.1.ebuild b/dev-util/cdecl/cdecl-13.1.ebuild
index b5e991c3c9b0..dc541f650892 100644
--- a/dev-util/cdecl/cdecl-13.1.ebuild
+++ b/dev-util/cdecl/cdecl-13.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.g
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug readline ncurses"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2023-02-16  8:12 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2023-02-16  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b70e7471f9dfb374a3f12cffb9408ad5b280884f
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 08:04:06 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 08:12:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70e7471

dev-util/cdecl: drop 12.0

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest          |  1 -
 dev-util/cdecl/cdecl-12.0.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index cf1c601592e4..1b2fe149e404 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,3 +1,2 @@
-DIST cdecl-12.0.tar.gz 801393 BLAKE2B f1b506e633da62ff058901add3c986431144d37c4f1a1b29de69b9fed4992d0976bbc6002859a35c2436fb150c5c91b6ce3c412e772db5f2e566c80bad9f6473 SHA512 4d8ccdc898afb0fc64d7ac984cfa20b99b2d06679d298328bcfc13cc2da1cf6d19c57258dfac85d70ad9fd779f7bfe08b2ce89ef0c7013cf2fadc6079ca5819f
 DIST cdecl-13.0.release.tar.gz 1250042 BLAKE2B 36bb16d0454d8586a990ee2eafe2b205831aef0f3d396b01b77a8d0992ac614f1e0b408028bd9339e6f430302a32dcaa3b0c96eb8299819bc8167c497afd45bf SHA512 4d102f24d462b85331673af27735c35e86aefbe0665adad3367d94dfd68b18e7c378c3bfb7fce0d84ddbf25884d79e903016242a63c6fd00a2e604017cb9c80f
 DIST cdecl-13.1.release.tar.gz 1210834 BLAKE2B d5892ee626b80793a0959f1cef527694a10198e3ce4992773d5a3d8ab60732f0c3e97332c30749e54f16749b5171550a79bc613db01c81bb593bfa69169f216e SHA512 82706b16091a7f79c786e0edbc86333001375148ddbfd88cabe892bedce7b184046979df021403bb346e5de6dcbfaee4f1bd19841f74c0347278a256ee8d31e0

diff --git a/dev-util/cdecl/cdecl-12.0.ebuild b/dev-util/cdecl/cdecl-12.0.ebuild
deleted file mode 100644
index e11e661104b3..000000000000
--- a/dev-util/cdecl/cdecl-12.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
-HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
-SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="+readline"
-
-DEPEND="
-	sys-libs/ncurses:0=
-	readline? ( sys-libs/readline:0= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	sys-devel/bison
-	sys-devel/flex
-"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_with readline)
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2023-02-16  8:12 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2023-02-16  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     2d0d9147b1072e34f270b20578976e3fb7c2c0da
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 08:08:11 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 08:12:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0d9147

dev-util/cdecl: add 13.2

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest          |  1 +
 dev-util/cdecl/cdecl-13.2.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 1b2fe149e404..70229b7b8884 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,2 +1,3 @@
 DIST cdecl-13.0.release.tar.gz 1250042 BLAKE2B 36bb16d0454d8586a990ee2eafe2b205831aef0f3d396b01b77a8d0992ac614f1e0b408028bd9339e6f430302a32dcaa3b0c96eb8299819bc8167c497afd45bf SHA512 4d102f24d462b85331673af27735c35e86aefbe0665adad3367d94dfd68b18e7c378c3bfb7fce0d84ddbf25884d79e903016242a63c6fd00a2e604017cb9c80f
 DIST cdecl-13.1.release.tar.gz 1210834 BLAKE2B d5892ee626b80793a0959f1cef527694a10198e3ce4992773d5a3d8ab60732f0c3e97332c30749e54f16749b5171550a79bc613db01c81bb593bfa69169f216e SHA512 82706b16091a7f79c786e0edbc86333001375148ddbfd88cabe892bedce7b184046979df021403bb346e5de6dcbfaee4f1bd19841f74c0347278a256ee8d31e0
+DIST cdecl-13.2.release.tar.gz 1222634 BLAKE2B 7e2c8f81698a047e4ea318afcbfd2f1768b187324839108c2c4e4e32a09fd0921ee9391f32286ac14851fc03282be6d8e9838de69f446dbbd6035b185e26b752 SHA512 5bc7121864df9e71be34c6ca4609f1188a4e416fb91844b68256187d94bfd94b0aef19b91394b0fa0db63b973efa02da0b045744b74a2e0d78d9451dc9545bef

diff --git a/dev-util/cdecl/cdecl-13.2.ebuild b/dev-util/cdecl/cdecl-13.2.ebuild
new file mode 100644
index 000000000000..b5e991c3c9b0
--- /dev/null
+++ b/dev-util/cdecl/cdecl-13.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
+HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
+SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.gz -> ${P}.release.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug readline ncurses"
+
+DEPEND="
+	ncurses? ( sys-libs/ncurses:0= )
+	readline? ( sys-libs/readline:0= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	sys-devel/bison
+	sys-devel/flex
+"
+
+src_configure() {
+	econf \
+		$(use_with readline) \
+		$(use_enable ncurses term-size) \
+		$(use_enable debug bison-debug) \
+		$(use_enable debug flex-debug)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2023-03-21 11:15 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2023-03-21 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     51376e6ee526f63111374d3f582a907d07c1596e
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 11:14:07 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 11:15:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51376e6e

dev-util/cdecl: drop 13.0

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest          |  1 -
 dev-util/cdecl/cdecl-13.0.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 70229b7b8884..e9640c9831ac 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,3 +1,2 @@
-DIST cdecl-13.0.release.tar.gz 1250042 BLAKE2B 36bb16d0454d8586a990ee2eafe2b205831aef0f3d396b01b77a8d0992ac614f1e0b408028bd9339e6f430302a32dcaa3b0c96eb8299819bc8167c497afd45bf SHA512 4d102f24d462b85331673af27735c35e86aefbe0665adad3367d94dfd68b18e7c378c3bfb7fce0d84ddbf25884d79e903016242a63c6fd00a2e604017cb9c80f
 DIST cdecl-13.1.release.tar.gz 1210834 BLAKE2B d5892ee626b80793a0959f1cef527694a10198e3ce4992773d5a3d8ab60732f0c3e97332c30749e54f16749b5171550a79bc613db01c81bb593bfa69169f216e SHA512 82706b16091a7f79c786e0edbc86333001375148ddbfd88cabe892bedce7b184046979df021403bb346e5de6dcbfaee4f1bd19841f74c0347278a256ee8d31e0
 DIST cdecl-13.2.release.tar.gz 1222634 BLAKE2B 7e2c8f81698a047e4ea318afcbfd2f1768b187324839108c2c4e4e32a09fd0921ee9391f32286ac14851fc03282be6d8e9838de69f446dbbd6035b185e26b752 SHA512 5bc7121864df9e71be34c6ca4609f1188a4e416fb91844b68256187d94bfd94b0aef19b91394b0fa0db63b973efa02da0b045744b74a2e0d78d9451dc9545bef

diff --git a/dev-util/cdecl/cdecl-13.0.ebuild b/dev-util/cdecl/cdecl-13.0.ebuild
deleted file mode 100644
index 05474c494a14..000000000000
--- a/dev-util/cdecl/cdecl-13.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
-HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
-SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.gz -> ${P}.release.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="debug readline ncurses"
-
-DEPEND="
-	ncurses? ( sys-libs/ncurses:0= )
-	readline? ( sys-libs/readline:0= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	sys-devel/bison
-	sys-devel/flex
-"
-
-src_configure() {
-	econf \
-		$(use_with readline) \
-		$(use_enable ncurses term-size) \
-		$(use_enable debug bison-debug) \
-		$(use_enable debug flex-debug)
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2023-03-21 11:15 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2023-03-21 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     0e97ba98842180760d7c814f3e70f2f154ec9a0e
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 11:13:46 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 11:15:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e97ba98

dev-util/cdecl: stabilize 13.2 for amd64

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

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

diff --git a/dev-util/cdecl/cdecl-13.2.ebuild b/dev-util/cdecl/cdecl-13.2.ebuild
index b5e991c3c9b0..dc541f650892 100644
--- a/dev-util/cdecl/cdecl-13.2.ebuild
+++ b/dev-util/cdecl/cdecl-13.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.g
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug readline ncurses"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2023-03-31 10:28 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2023-03-31 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     62c2127b9104f333ddc4ce470c45c762fa9c4b30
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 10:28:24 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 10:28:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c2127b

dev-util/cdecl: add 14.0

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest          |  1 +
 dev-util/cdecl/cdecl-14.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index e9640c9831ac..91f6b0777e07 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,2 +1,3 @@
 DIST cdecl-13.1.release.tar.gz 1210834 BLAKE2B d5892ee626b80793a0959f1cef527694a10198e3ce4992773d5a3d8ab60732f0c3e97332c30749e54f16749b5171550a79bc613db01c81bb593bfa69169f216e SHA512 82706b16091a7f79c786e0edbc86333001375148ddbfd88cabe892bedce7b184046979df021403bb346e5de6dcbfaee4f1bd19841f74c0347278a256ee8d31e0
 DIST cdecl-13.2.release.tar.gz 1222634 BLAKE2B 7e2c8f81698a047e4ea318afcbfd2f1768b187324839108c2c4e4e32a09fd0921ee9391f32286ac14851fc03282be6d8e9838de69f446dbbd6035b185e26b752 SHA512 5bc7121864df9e71be34c6ca4609f1188a4e416fb91844b68256187d94bfd94b0aef19b91394b0fa0db63b973efa02da0b045744b74a2e0d78d9451dc9545bef
+DIST cdecl-14.0.release.tar.gz 1243688 BLAKE2B c43aff760305805d6ceeca136a1107120e2199c440dca935e1915dc55b75e0f49f60d651c377f3566b7a8c8d548b2db5006cb3477ce41cfe338c92e4f1c7041a SHA512 e079b2731020b819c6021854fb763e0094de6b361255dd7c98687ee064f5f8d67da3d4d2fe14c416edc20dfa73cb28d101f90f03c3c438506e5fe6063cc56f09

diff --git a/dev-util/cdecl/cdecl-14.0.ebuild b/dev-util/cdecl/cdecl-14.0.ebuild
new file mode 100644
index 000000000000..b5e991c3c9b0
--- /dev/null
+++ b/dev-util/cdecl/cdecl-14.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
+HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
+SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.gz -> ${P}.release.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug readline ncurses"
+
+DEPEND="
+	ncurses? ( sys-libs/ncurses:0= )
+	readline? ( sys-libs/readline:0= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	sys-devel/bison
+	sys-devel/flex
+"
+
+src_configure() {
+	econf \
+		$(use_with readline) \
+		$(use_enable ncurses term-size) \
+		$(use_enable debug bison-debug) \
+		$(use_enable debug flex-debug)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2023-06-25 15:23 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2023-06-25 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e732b7d53de3481993a069274d352bbe6e5f38d2
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 15:21:15 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 15:22:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e732b7d5

dev-util/cdecl: drop 13.1

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest          |  1 -
 dev-util/cdecl/cdecl-13.1.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 91f6b0777e07..7db38a4a6a86 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,3 +1,2 @@
-DIST cdecl-13.1.release.tar.gz 1210834 BLAKE2B d5892ee626b80793a0959f1cef527694a10198e3ce4992773d5a3d8ab60732f0c3e97332c30749e54f16749b5171550a79bc613db01c81bb593bfa69169f216e SHA512 82706b16091a7f79c786e0edbc86333001375148ddbfd88cabe892bedce7b184046979df021403bb346e5de6dcbfaee4f1bd19841f74c0347278a256ee8d31e0
 DIST cdecl-13.2.release.tar.gz 1222634 BLAKE2B 7e2c8f81698a047e4ea318afcbfd2f1768b187324839108c2c4e4e32a09fd0921ee9391f32286ac14851fc03282be6d8e9838de69f446dbbd6035b185e26b752 SHA512 5bc7121864df9e71be34c6ca4609f1188a4e416fb91844b68256187d94bfd94b0aef19b91394b0fa0db63b973efa02da0b045744b74a2e0d78d9451dc9545bef
 DIST cdecl-14.0.release.tar.gz 1243688 BLAKE2B c43aff760305805d6ceeca136a1107120e2199c440dca935e1915dc55b75e0f49f60d651c377f3566b7a8c8d548b2db5006cb3477ce41cfe338c92e4f1c7041a SHA512 e079b2731020b819c6021854fb763e0094de6b361255dd7c98687ee064f5f8d67da3d4d2fe14c416edc20dfa73cb28d101f90f03c3c438506e5fe6063cc56f09

diff --git a/dev-util/cdecl/cdecl-13.1.ebuild b/dev-util/cdecl/cdecl-13.1.ebuild
deleted file mode 100644
index dc541f650892..000000000000
--- a/dev-util/cdecl/cdecl-13.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
-HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
-SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.gz -> ${P}.release.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="debug readline ncurses"
-
-DEPEND="
-	ncurses? ( sys-libs/ncurses:0= )
-	readline? ( sys-libs/readline:0= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	sys-devel/bison
-	sys-devel/flex
-"
-
-src_configure() {
-	econf \
-		$(use_with readline) \
-		$(use_enable ncurses term-size) \
-		$(use_enable debug bison-debug) \
-		$(use_enable debug flex-debug)
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2023-06-25 15:23 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2023-06-25 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e0cc3609dece61a3087d272876635ffb4cf38c7e
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 15:21:05 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 15:22:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cc3609

dev-util/cdecl: stabilize 14.0 for amd64

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

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

diff --git a/dev-util/cdecl/cdecl-14.0.ebuild b/dev-util/cdecl/cdecl-14.0.ebuild
index b5e991c3c9b0..dc541f650892 100644
--- a/dev-util/cdecl/cdecl-14.0.ebuild
+++ b/dev-util/cdecl/cdecl-14.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.g
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug readline ncurses"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2023-06-25 16:32 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2023-06-25 16:32 UTC (permalink / raw
  To: gentoo-commits

commit:     0a35260aaa2937cf5aab28c3171d9eeb9557c0d4
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 16:31:51 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 16:32:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a35260a

dev-util/cdecl: add 14.2

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest          |  1 +
 dev-util/cdecl/cdecl-14.2.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index 7db38a4a6a86..fcc857ce4fd6 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,2 +1,3 @@
 DIST cdecl-13.2.release.tar.gz 1222634 BLAKE2B 7e2c8f81698a047e4ea318afcbfd2f1768b187324839108c2c4e4e32a09fd0921ee9391f32286ac14851fc03282be6d8e9838de69f446dbbd6035b185e26b752 SHA512 5bc7121864df9e71be34c6ca4609f1188a4e416fb91844b68256187d94bfd94b0aef19b91394b0fa0db63b973efa02da0b045744b74a2e0d78d9451dc9545bef
 DIST cdecl-14.0.release.tar.gz 1243688 BLAKE2B c43aff760305805d6ceeca136a1107120e2199c440dca935e1915dc55b75e0f49f60d651c377f3566b7a8c8d548b2db5006cb3477ce41cfe338c92e4f1c7041a SHA512 e079b2731020b819c6021854fb763e0094de6b361255dd7c98687ee064f5f8d67da3d4d2fe14c416edc20dfa73cb28d101f90f03c3c438506e5fe6063cc56f09
+DIST cdecl-14.2.release.tar.gz 1263258 BLAKE2B b130f2d4b950c7dc0ddba3bcfba511f6964b20731f2a505fea33c9387a831f6aea05508a4f7d3fb4f6b512b57434657dcd984cb81f73f93c803341f21a4b8d8e SHA512 b39575e7a2e068aec88e7b975a56ca9d7a4a216a2ec20bcc4816c89df2827885f1aa5009acdb81c83f7f1e8585ff6bc6ce4b83efebac52cd6988e87f889ca480

diff --git a/dev-util/cdecl/cdecl-14.2.ebuild b/dev-util/cdecl/cdecl-14.2.ebuild
new file mode 100644
index 000000000000..b5e991c3c9b0
--- /dev/null
+++ b/dev-util/cdecl/cdecl-14.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
+HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
+SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.gz -> ${P}.release.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug readline ncurses"
+
+DEPEND="
+	ncurses? ( sys-libs/ncurses:0= )
+	readline? ( sys-libs/readline:0= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	sys-devel/bison
+	sys-devel/flex
+"
+
+src_configure() {
+	econf \
+		$(use_with readline) \
+		$(use_enable ncurses term-size) \
+		$(use_enable debug bison-debug) \
+		$(use_enable debug flex-debug)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2023-07-29 14:05 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2023-07-29 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     8e236a19b5f8655b47e521fd1ac4b91ca5227b61
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 13:59:16 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 14:01:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e236a19

dev-util/cdecl: stabilize 14.2 for amd64

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

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

diff --git a/dev-util/cdecl/cdecl-14.2.ebuild b/dev-util/cdecl/cdecl-14.2.ebuild
index b5e991c3c9b0..dc541f650892 100644
--- a/dev-util/cdecl/cdecl-14.2.ebuild
+++ b/dev-util/cdecl/cdecl-14.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.g
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug readline ncurses"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/
@ 2023-07-29 14:05 Florian Schmaus
  0 siblings, 0 replies; 26+ messages in thread
From: Florian Schmaus @ 2023-07-29 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     9ae7ad011c52c29286bc73d4fdc4180e6b78fedd
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 13:59:27 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 14:01:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae7ad01

dev-util/cdecl: drop 13.2

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/cdecl/Manifest          |  1 -
 dev-util/cdecl/cdecl-13.2.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest
index fcc857ce4fd6..18e5cb9cc7bb 100644
--- a/dev-util/cdecl/Manifest
+++ b/dev-util/cdecl/Manifest
@@ -1,3 +1,2 @@
-DIST cdecl-13.2.release.tar.gz 1222634 BLAKE2B 7e2c8f81698a047e4ea318afcbfd2f1768b187324839108c2c4e4e32a09fd0921ee9391f32286ac14851fc03282be6d8e9838de69f446dbbd6035b185e26b752 SHA512 5bc7121864df9e71be34c6ca4609f1188a4e416fb91844b68256187d94bfd94b0aef19b91394b0fa0db63b973efa02da0b045744b74a2e0d78d9451dc9545bef
 DIST cdecl-14.0.release.tar.gz 1243688 BLAKE2B c43aff760305805d6ceeca136a1107120e2199c440dca935e1915dc55b75e0f49f60d651c377f3566b7a8c8d548b2db5006cb3477ce41cfe338c92e4f1c7041a SHA512 e079b2731020b819c6021854fb763e0094de6b361255dd7c98687ee064f5f8d67da3d4d2fe14c416edc20dfa73cb28d101f90f03c3c438506e5fe6063cc56f09
 DIST cdecl-14.2.release.tar.gz 1263258 BLAKE2B b130f2d4b950c7dc0ddba3bcfba511f6964b20731f2a505fea33c9387a831f6aea05508a4f7d3fb4f6b512b57434657dcd984cb81f73f93c803341f21a4b8d8e SHA512 b39575e7a2e068aec88e7b975a56ca9d7a4a216a2ec20bcc4816c89df2827885f1aa5009acdb81c83f7f1e8585ff6bc6ce4b83efebac52cd6988e87f889ca480

diff --git a/dev-util/cdecl/cdecl-13.2.ebuild b/dev-util/cdecl/cdecl-13.2.ebuild
deleted file mode 100644
index dc541f650892..000000000000
--- a/dev-util/cdecl/cdecl-13.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
-HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
-SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.gz -> ${P}.release.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="debug readline ncurses"
-
-DEPEND="
-	ncurses? ( sys-libs/ncurses:0= )
-	readline? ( sys-libs/readline:0= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	sys-devel/bison
-	sys-devel/flex
-"
-
-src_configure() {
-	econf \
-		$(use_with readline) \
-		$(use_enable ncurses term-size) \
-		$(use_enable debug bison-debug) \
-		$(use_enable debug flex-debug)
-}


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

end of thread, other threads:[~2023-07-29 14:05 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-21 11:15 [gentoo-commits] repo/gentoo:master commit in: dev-util/cdecl/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2023-07-29 14:05 Florian Schmaus
2023-07-29 14:05 Florian Schmaus
2023-06-25 16:32 Florian Schmaus
2023-06-25 15:23 Florian Schmaus
2023-06-25 15:23 Florian Schmaus
2023-03-31 10:28 Florian Schmaus
2023-03-21 11:15 Florian Schmaus
2023-02-16  8:12 Florian Schmaus
2023-02-16  8:12 Florian Schmaus
2023-02-16  8:12 Florian Schmaus
2023-01-10  7:51 Florian Schmaus
2022-12-21 19:39 Florian Schmaus
2022-11-03  9:36 Florian Schmaus
2022-11-02  8:19 Florian Schmaus
2022-09-30 10:24 Florian Schmaus
2022-09-30 10:24 Florian Schmaus
2022-08-24  9:37 Florian Schmaus
2022-08-24  9:36 Florian Schmaus
2022-07-01  8:19 Florian Schmaus
2022-05-16 10:13 Florian Schmaus
2022-05-16 10:13 Florian Schmaus
2022-05-16 10:13 Florian Schmaus
2022-03-15 18:59 Florian Schmaus
2022-02-12 15:02 Florian Schmaus
2022-02-04 15:49 Florian Schmaus

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