summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-12-09 03:03:47 -0500
committerTim Harder <radhermit@gentoo.org>2016-12-09 03:03:47 -0500
commit1646da00de3c89b5f50a0fbe84f4930351108b90 (patch)
treeb9ca7ae674c3d95f30a86c74091a44ead95aeb5b /media-sound
parentmedia-sound/opus-tools: stabilize 0.1.9 for x86 (diff)
downloadgentoo-1646da00de3c89b5f50a0fbe84f4930351108b90.tar.gz
gentoo-1646da00de3c89b5f50a0fbe84f4930351108b90.tar.bz2
gentoo-1646da00de3c89b5f50a0fbe84f4930351108b90.zip
media-sound/opus-tools: remove old
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/opus-tools/Manifest2
-rw-r--r--media-sound/opus-tools/opus-tools-0.1.6.ebuild46
-rw-r--r--media-sound/opus-tools/opus-tools-0.1.8.ebuild48
3 files changed, 0 insertions, 96 deletions
diff --git a/media-sound/opus-tools/Manifest b/media-sound/opus-tools/Manifest
index b24160840ccf..cbaf6a9a44ff 100644
--- a/media-sound/opus-tools/Manifest
+++ b/media-sound/opus-tools/Manifest
@@ -1,3 +1 @@
-DIST opus-tools-0.1.6.tar.gz 306902 SHA256 cc86dbc2a4d76da7e1ed9afee85448c8f798c465a5412233f178783220f3a2c1 SHA512 547828082c4838643eeda513f65316b60b0e44c4a0826ef39cbfa3fe81df71b30651c03ceee7729aeb74258c259014bf95ca5f01aba097a4de8334e58c8e7ce6 WHIRLPOOL 68be6525aee01454631a3123cfa6891206cd5a5f5dfb413c044d112e2d6d5c506d1d45591951fb936a07f4f5bcc7e788bcfe266a8a566de4216a34b98df20e75
-DIST opus-tools-0.1.8.tar.gz 388711 SHA256 e4e188579ea1c4e4d5066460d4a7214a7eafe3539e9a4466fdc98af41ba4a2f6 SHA512 c36181f073e05d1535f149eb638d58fb14386e1caae23a3e1a7008f5530d033f4c7f388b48f3d8b111a9e55b78f5e91b69e8c96b6c9074700a3b15a1796c0ade WHIRLPOOL 0d2c06265bd108edf5ad4daf6c6e2735daff5172f14c6c445b062e04697adbd0bc4f5cba14482702d3a934f12a336893c04ba590f9e41427018f8111daf0fbfd
DIST opus-tools-0.1.9.tar.gz 385158 SHA256 b1873dd78c7fbc98cf65d6e10cfddb5c2c03b3af93f922139a2104baedb4643a SHA512 e2cdc0c9c24297565f9d457893bcc548696b1a9c9b66e4cd48ddbe4dcf865bc50da5ed1b438b2b9ecdcd8be1d7c211d2be199f707cdbcd8a46a75353b0173a4c WHIRLPOOL c0acf53763c6263ece4b8b796373ba689006282987043ed15c3d747d08cc9fae76e968a643919b4d9d08a00acc9b8ad46e4fefbdd43263d7293ae2fb93e88278
diff --git a/media-sound/opus-tools/opus-tools-0.1.6.ebuild b/media-sound/opus-tools/opus-tools-0.1.6.ebuild
deleted file mode 100644
index f61c9956d301..000000000000
--- a/media-sound/opus-tools/opus-tools-0.1.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-if [[ ${PV} == *9999 ]] ; then
- SCM="git-2"
- EGIT_REPO_URI="git://git.opus-codec.org/${PN}.git"
-fi
-
-inherit autotools ${SCM}
-
-DESCRIPTION="The Opus codec is designed for interactive speech and audio
-transmission over the Internet."
-HOMEPAGE="http://opus-codec.org/"
-if [[ ${PV} == *9999 ]] ; then
- SRC_URI=""
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
- SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
-else # Official release
- SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=media-libs/libogg-1.3.0
- >=media-libs/opus-0.9.10"
-DEPEND="virtual/pkgconfig
- ${DEPEND}"
-
-src_prepare() {
- [[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete
-}
diff --git a/media-sound/opus-tools/opus-tools-0.1.8.ebuild b/media-sound/opus-tools/opus-tools-0.1.8.ebuild
deleted file mode 100644
index ec6ed179431c..000000000000
--- a/media-sound/opus-tools/opus-tools-0.1.8.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Royalty-free, highly versatile audio codec"
-HOMEPAGE="http://opus-codec.org/"
-
-if [[ ${PV} == *9999 ]] ; then
- inherit git-2
- EGIT_REPO_URI="git://git.opus-codec.org/${PN}.git"
- SRC_URI=""
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
- SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
-else # Official release
- SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="flac"
-
-RDEPEND=">=media-libs/libogg-1.3.0
- >=media-libs/opus-1.0.3
- flac? ( >=media-libs/flac-1.1.3 )"
-DEPEND="virtual/pkgconfig
- ${RDEPEND}"
-
-src_prepare() {
- [[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with flac)
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- default
- prune_libtool_files --all
-}