summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-13 08:52:10 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-13 08:57:37 +0200
commit1085f11d5db507233867daed6e11aefce49691a9 (patch)
treeec2818feedebd218bd3526c375e573d6e8520d32 /media-libs
parentdev-perl/Gtk3: Fix tests with new gdk-pixbuf (diff)
downloadgentoo-1085f11d5db507233867daed6e11aefce49691a9.tar.gz
gentoo-1085f11d5db507233867daed6e11aefce49691a9.tar.bz2
gentoo-1085f11d5db507233867daed6e11aefce49691a9.zip
media-libs/ccaudio2: Remove last-rited pkg
Closes: https://bugs.gentoo.org/545818 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/ccaudio2/Manifest1
-rw-r--r--media-libs/ccaudio2/ccaudio2-2.1.3.ebuild39
-rw-r--r--media-libs/ccaudio2/files/disable_gsm_automagic.patch25
-rw-r--r--media-libs/ccaudio2/metadata.xml8
4 files changed, 0 insertions, 73 deletions
diff --git a/media-libs/ccaudio2/Manifest b/media-libs/ccaudio2/Manifest
deleted file mode 100644
index f5e89461a260..000000000000
--- a/media-libs/ccaudio2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ccaudio2-2.1.3.tar.gz 443867 BLAKE2B 98eaf9d7ef21d278095c92b297f5eb68f059e5bcc850247836d95c0121450418cf94adef47be7ba10c65e4e37b548542229f2c4be1e84090573eed419f5816da SHA512 3f6d80a503ddacb473b559450a6fac0cba7f1788a7c17a0326b1ef66918a1403a1c69c1578fbd2f382e75969d95a116c579dae810cdd3719da24a3e25027b9ae
diff --git a/media-libs/ccaudio2/ccaudio2-2.1.3.ebuild b/media-libs/ccaudio2/ccaudio2-2.1.3.ebuild
deleted file mode 100644
index 1c87c2187e6b..000000000000
--- a/media-libs/ccaudio2/ccaudio2-2.1.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF="1"
-
-inherit autotools-utils
-
-DESCRIPTION="C++ class framework for manipulating audio data"
-HOMEPAGE="https://www.gnu.org/software/ccaudio"
-SRC_URI="mirror://gnu/ccaudio/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug static-libs +speex gsm"
-
-RDEPEND="dev-libs/ucommon
- gsm? ( media-sound/gsm )
- speex? ( media-libs/speex )
- "
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- "
-
-PATCHES=("${FILESDIR}"/disable_gsm_automagic.patch)
-DOCS=(AUTHORS ChangeLog INSTALL NEWS README SUPPORT THANKS TODO)
-
-REQUIRED_USE="^^ ( gsm speex )"
-
-src_configure() {
- local myeconfargs=(
- $(use_enable speex)
- $(use_enable gsm)
- )
- autotools-utils_src_configure
-}
diff --git a/media-libs/ccaudio2/files/disable_gsm_automagic.patch b/media-libs/ccaudio2/files/disable_gsm_automagic.patch
deleted file mode 100644
index 1ae6a79239c7..000000000000
--- a/media-libs/ccaudio2/files/disable_gsm_automagic.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- configure.ac.orig 2011-05-15 21:40:14.000000000 +0300
-+++ configure.ac 2011-05-15 21:46:11.000000000 +0300
-@@ -138,6 +138,9 @@
- ac_gsm_codec=false
- ac_spx_codec=false
-
-+AC_ARG_ENABLE(gsm, [ --disable-gsm disable gsm support])
-+if test "$enable_gsm" != "no" ; then
-+
- AC_CHECK_HEADER(gsm/gsm.h, [
- ac_gsm_codec=true
- AC_DEFINE(HAVE_GSM_GSM_H, [1], [gsm header found])
-@@ -145,9 +148,11 @@
- ],[
- AC_CHECK_HEADER(gsm.h, [
- AUDIO_LIBS="$AUDIO_LIBS -lgsm"
-- AC_DEFINE(HAVE_GSM_H, [1], [gsm default header])
-+ AC_DEFINE(HAVE_GSM_H, [1], [gsm default header])
-+
- ])
- ])
-+fi
-
- AC_ARG_ENABLE(speex, [ --disable-speex disable speex support])
- if test "$enable_speex" != "no" ; then
diff --git a/media-libs/ccaudio2/metadata.xml b/media-libs/ccaudio2/metadata.xml
deleted file mode 100644
index c5adddd4b3e6..000000000000
--- a/media-libs/ccaudio2/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>maksbotan@gentoo.org</email>
- <name>Maxim Koltsov</name>
-</maintainer>
-</pkgmetadata>