commit:     de22860220677c5aaad20b67df83059448f2cc28
Author:     NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Thu Feb 27 11:17:36 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 01:39:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de228602

dev-libs/eb: drop 4.4.1-r1, 4.4.1-r2

Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40791
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/eb/Manifest           |  1 -
 dev-libs/eb/eb-4.4.1-r1.ebuild | 42 -----------------------------------
 dev-libs/eb/eb-4.4.1-r2.ebuild | 50 ------------------------------------------
 3 files changed, 93 deletions(-)

diff --git a/dev-libs/eb/Manifest b/dev-libs/eb/Manifest
index fad9428866b1..d552ce83440f 100644
--- a/dev-libs/eb/Manifest
+++ b/dev-libs/eb/Manifest
@@ -1,2 +1 @@
-DIST eb-4.4.1.tar.lzma 438852 BLAKE2B 
575d301605d014999b571c14fc639d8043bf32660180aeaa2386ca58c506c4ff03bbeae6166aededd0494c6609514ef9a6d8eb1d1cd94883739ca0522fc9fa72
 SHA512 
c65ffae78d4f3beb9b6bdffde2b265fdb3a7c9b4c7626ddb0ca279e4193d48cad5e9748793f3ead3786e8c7d340134edf4ff1b9d835542ff12639581793b80c6
 DIST eb-4.4.3.tar.bz2 505510 BLAKE2B 
cb7476331498cc70c47406aa89833fdc8dd71b3bfd4d72d2878e9bb773d4f16a35e3b7235a3a1bf426e0b021b07874d13d1e87affbb77b545f8797523fb1f30c
 SHA512 
29578223e9bf0e8475cf0518c4e319d8440eb9dc2b819ea7de6e90d67824eb7ac9f5a29cf1baa9b6e947840de17ad2182d1ea6ee4816df84e7baf025149bbbf2

diff --git a/dev-libs/eb/eb-4.4.1-r1.ebuild b/dev-libs/eb/eb-4.4.1-r1.ebuild
deleted file mode 100644
index 8d07d40c2841..000000000000
--- a/dev-libs/eb/eb-4.4.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="EB is a C library and utilities for accessing CD-ROM books"
-HOMEPAGE="https://web.archive.org/web/20120330123930/http://www.sra.co.jp/people/m-kasahr/eb/";
-SRC_URI="ftp://ftp.sra.co.jp/pub/misc/eb/${P}.tar.lzma";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 ~riscv sparc x86"
-IUSE="ipv6 nls threads"
-
-RDEPEND="
-       sys-libs/zlib
-       nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS ChangeLog{,.0,.1,.2} NEWS README )
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable ipv6) \
-               $(use_enable nls) \
-               $(use_enable threads pthread) \
-               --with-pkgdocdir="${EPREFIX}"/usr/share/doc/${PF}/html \
-               --disable-static
-}
-
-src_install() {
-       default
-       find "${ED}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/eb/eb-4.4.1-r2.ebuild b/dev-libs/eb/eb-4.4.1-r2.ebuild
deleted file mode 100644
index 54c520187f54..000000000000
--- a/dev-libs/eb/eb-4.4.1-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="EB is a C library and utilities for accessing CD-ROM books"
-HOMEPAGE="https://web.archive.org/web/20120330123930/http://www.sra.co.jp/people/m-kasahr/eb/";
-SRC_URI="ftp://ftp.sra.co.jp/pub/misc/eb/${P}.tar.lzma";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="nls threads"
-
-RDEPEND="
-       sys-libs/zlib
-       nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS ChangeLog{,.0,.1,.2} NEWS README )
-
-PATCHES=(
-       "${FILESDIR}/${P}-getopt.patch"
-       "${FILESDIR}/${PN}-4.4-gcc14-iconv.patch"
-       "${FILESDIR}/${P}-remove-krdecl.patch"
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myeconfargs=(
-               --enable-ipv6
-               $(use_enable nls)
-               $(use_enable threads pthread)
-               --with-pkgdocdir="${EPREFIX}"/usr/share/doc/${PF}/html
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to