commit:     44eb48c577ec531a621f5b69c5a609fc6c7de53b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  5 08:26:44 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct  5 08:28:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44eb48c5

dev-libs/libmirage: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/libmirage/Manifest               |  1 -
 dev-libs/libmirage/libmirage-3.2.8.ebuild | 55 -------------------------------
 2 files changed, 56 deletions(-)

diff --git a/dev-libs/libmirage/Manifest b/dev-libs/libmirage/Manifest
index 54664e1cea0e..b6d85d13b537 100644
--- a/dev-libs/libmirage/Manifest
+++ b/dev-libs/libmirage/Manifest
@@ -1,2 +1 @@
-DIST libmirage-3.2.8.tar.xz 229616 BLAKE2B 
37b662bbeff84144ee2ff2e6225af022cd031ef7db7734d22510cef6b1b9599c603c009c603fdb43fa13877858fc5871cd8c7fa68739f06dab60d910c9577db6
 SHA512 
ab4f099dd3a0a7705d7ee828cf023ab61185e3d5fbf324823a55ee604a008b66a206b8f666c0482b0eac6ac144a2421f04badd2e3e11dbc5e7bd2b211dcb2716
 DIST libmirage-3.2.9.tar.xz 229792 BLAKE2B 
2c18b6541bf830f523e82f59c97f5aa9e0a866b21394496696d8f33e7258f8b07720f5abc4cc0202b5f7abff65bb5c896ed5fdb25fddf2a36e56a6e837b9b631
 SHA512 
67c20c5ee70f3d84e8bf55b7e5b0b90fe9d7ece7b46eee14a1bf57416f1f319b1cafa75b189730525c0cbe3457fce8d2e76759f52c8b1632d19ced6017063a89

diff --git a/dev-libs/libmirage/libmirage-3.2.8.ebuild 
b/dev-libs/libmirage/libmirage-3.2.8.ebuild
deleted file mode 100644
index c0feda7c6c89..000000000000
--- a/dev-libs/libmirage/libmirage-3.2.8.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="CD and DVD image access library"
-HOMEPAGE="https://cdemu.sourceforge.io";
-SRC_URI="https://download.sourceforge.net/cdemu/libmirage/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0/11"
-KEYWORDS="amd64 x86"
-IUSE="doc +introspection"
-
-DEPEND="
-       >=app-arch/bzip2-1:=
-       >=app-arch/xz-utils-5:=
-       >=dev-libs/glib-2.38:2
-       >=media-libs/libsamplerate-0.1:=
-       >=media-libs/libsndfile-1.0:=
-       sys-libs/zlib:=
-       introspection? ( >=dev-libs/gobject-introspection-1.30 )
-"
-RDEPEND="
-       ${DEPEND}
-"
-BDEPEND="
-       dev-util/desktop-file-utils
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig
-       doc? ( dev-util/gtk-doc )
-       introspection? ( >=dev-libs/gobject-introspection-1.30 )
-"
-
-DOCS=( AUTHORS README )
-
-src_configure() {
-       local mycmakeargs=(
-               -DGTKDOC_ENABLED="$(usex doc)"
-               -DINTROSPECTION_ENABLED="$(usex introspection)"
-               -DPOST_INSTALL_HOOKS=OFF # avoid sandbox violation, #487304
-       )
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-       xdg_mimeinfo_database_update
-}

Reply via email to