commit:     ccbf667813b2c791f7d315201a7aefd5f201f351
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  4 13:34:03 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Jul  4 13:34:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbf6678

media-libs/libcddb: dropped obsolete 1.3.2-r1

Bug: https://bugs.gentoo.org/935276
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/libcddb/libcddb-1.3.2-r1.ebuild | 59 ------------------------------
 1 file changed, 59 deletions(-)

diff --git a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild 
b/media-libs/libcddb/libcddb-1.3.2-r1.ebuild
deleted file mode 100644
index fe01596de756..000000000000
--- a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="Library for accessing a CDDB server"
-HOMEPAGE="https://libcddb.sourceforge.net/";
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
-IUSE="doc static-libs"
-
-RDEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-BDEPEND="doc? ( app-text/doxygen )"
-
-RESTRICT="test"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
-MULTILIB_WRAPPED_HEADERS=( /usr/include/cddb/version.h )
-
-src_prepare() {
-       default
-       # Required for CONFIG_SHELL != bash (bug #528012)
-       eautoreconf
-}
-
-multilib_src_configure() {
-       local myeconfargs=(
-               --without-cdio
-               $(use_enable static-libs static)
-       )
-       ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_compile() {
-       default
-
-       if use doc ; then
-               cd "${S}"/doc || die
-               doxygen doxygen.conf || die
-       fi
-}
-
-multilib_src_install_all() {
-       default
-
-       find "${ED}" -type f -name "*.la" -delete || die
-
-       if use doc ; then
-               docinto html
-               dodoc "${S}"/doc/html/*
-       fi
-}

Reply via email to