From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/cdecl/ Date: Fri, 4 Feb 2022 15:49:02 +0000 (UTC) [thread overview] Message-ID: <1643989718.4e01ccf0dcbe1f678efb0b996c06788b20b8ca65.flow@gentoo> (raw) commit: 4e01ccf0dcbe1f678efb0b996c06788b20b8ca65 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Fri Feb 4 15:48:34 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Feb 4 15:48:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e01ccf0 dev-util/cdecl: treeclean, migrated to ::gentoo 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 deletions(-) diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest deleted file mode 100644 index 4be916cd1..000000000 --- a/dev-util/cdecl/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 7e715e918..000000000 --- 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/metadata.xml b/dev-util/cdecl/metadata.xml deleted file mode 100644 index 4b1b1be6a..000000000 --- a/dev-util/cdecl/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>marco@sirabella.org</email> - <name>Marco Sirabella</name> - </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>
WARNING: multiple messages have this Message-ID (diff)
From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/cdecl/ Date: Fri, 4 Feb 2022 15:48:56 +0000 (UTC) [thread overview] Message-ID: <1643989718.4e01ccf0dcbe1f678efb0b996c06788b20b8ca65.flow@gentoo> (raw) Message-ID: <20220204154856.KPuo21-MAGwoTpoDgX92z68M7RVW1PgtggurEDa-5Qs@z> (raw) commit: 4e01ccf0dcbe1f678efb0b996c06788b20b8ca65 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Fri Feb 4 15:48:34 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Feb 4 15:48:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e01ccf0 dev-util/cdecl: treeclean, migrated to ::gentoo 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 deletions(-) diff --git a/dev-util/cdecl/Manifest b/dev-util/cdecl/Manifest deleted file mode 100644 index 4be916cd1..000000000 --- a/dev-util/cdecl/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 7e715e918..000000000 --- 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/metadata.xml b/dev-util/cdecl/metadata.xml deleted file mode 100644 index 4b1b1be6a..000000000 --- a/dev-util/cdecl/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>marco@sirabella.org</email> - <name>Marco Sirabella</name> - </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>
next reply other threads:[~2022-02-04 15:49 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-02-04 15:49 Florian Schmaus [this message] 2022-02-04 15:48 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-util/cdecl/ Florian Schmaus
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1643989718.4e01ccf0dcbe1f678efb0b996c06788b20b8ca65.flow@gentoo \ --to=flow@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox