commit:     c3341e93c7d2c62b119a3a1d68e9a076b797d4c4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 14:42:45 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 18:33:41 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3341e93

dev-util/conf2struct: drop 1.0-r1, 1.3-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/conf2struct/Manifest                  |  2 --
 dev-util/conf2struct/conf2struct-1.0-r1.ebuild | 32 --------------------------
 dev-util/conf2struct/conf2struct-1.3-r1.ebuild | 32 --------------------------
 3 files changed, 66 deletions(-)

diff --git a/dev-util/conf2struct/Manifest b/dev-util/conf2struct/Manifest
index ce6dc272ac0b..646fce74d5b8 100644
--- a/dev-util/conf2struct/Manifest
+++ b/dev-util/conf2struct/Manifest
@@ -1,3 +1 @@
-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-1.0-r1.ebuild 
b/dev-util/conf2struct/conf2struct-1.0-r1.ebuild
deleted file mode 100644
index c39a24cd4004..000000000000
--- a/dev-util/conf2struct/conf2struct-1.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 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 ~s390 ~x86"
-       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
-}

diff --git a/dev-util/conf2struct/conf2struct-1.3-r1.ebuild 
b/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
deleted file mode 100644
index 736fd4c6f1b3..000000000000
--- a/dev-util/conf2struct/conf2struct-1.3-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 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 ~mips ~s390 ~x86"
-       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
-}

Reply via email to