summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2015-04-19 06:32:56 +0000
committerBen de Groot <yngwin@gentoo.org>2015-04-19 06:32:56 +0000
commit945549509cd3ac78b9f3c901d69ea395e10c8c78 (patch)
treeda2850c8da5aa781181e4533c4fe1197b2ed4eaa /media-libs/opus
parentversion bump (ebuild and patches provided by proxied maintainer in bug #546880) (diff)
downloadgentoo-2-945549509cd3ac78b9f3c901d69ea395e10c8c78.tar.gz
gentoo-2-945549509cd3ac78b9f3c901d69ea395e10c8c78.tar.bz2
gentoo-2-945549509cd3ac78b9f3c901d69ea395e10c8c78.zip
remove old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'media-libs/opus')
-rw-r--r--media-libs/opus/ChangeLog8
-rw-r--r--media-libs/opus/metadata.xml6
-rw-r--r--media-libs/opus/opus-1.0.1.ebuild52
-rw-r--r--media-libs/opus/opus-1.0.2-r1.ebuild55
-rw-r--r--media-libs/opus/opus-1.0.2.ebuild52
-rw-r--r--media-libs/opus/opus-1.0.3.ebuild42
6 files changed, 9 insertions, 206 deletions
diff --git a/media-libs/opus/ChangeLog b/media-libs/opus/ChangeLog
index 532cbfc67b2f..c1d2e247731f 100644
--- a/media-libs/opus/ChangeLog
+++ b/media-libs/opus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/opus
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.37 2014/08/10 09:30:32 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.38 2015/04/19 06:32:56 yngwin Exp $
+
+ 19 Apr 2015; Ben de Groot <yngwin@gentoo.org> -opus-1.0.1.ebuild,
+ -opus-1.0.2-r1.ebuild, -opus-1.0.2.ebuild, -opus-1.0.3.ebuild, metadata.xml:
+ remove old
10 Aug 2014; Agostino Sarubbo <ago@gentoo.org> opus-1.0.2-r2.ebuild:
Stable for sparc, wrt bug #515234
diff --git a/media-libs/opus/metadata.xml b/media-libs/opus/metadata.xml
index 37d464c7a42c..82bdb149a9cc 100644
--- a/media-libs/opus/metadata.xml
+++ b/media-libs/opus/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sound</herd>
-<use>
- <flag name="custom-modes">Build with custom-modes.</flag>
-</use>
+ <use>
+ <flag name="custom-modes">Build with custom-modes.</flag>
+ </use>
</pkgmetadata>
diff --git a/media-libs/opus/opus-1.0.1.ebuild b/media-libs/opus/opus-1.0.1.ebuild
deleted file mode 100644
index eda3e4573f60..000000000000
--- a/media-libs/opus/opus-1.0.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.0.1.ebuild,v 1.14 2013/02/23 09:41:18 ago Exp $
-
-EAPI=4
-
-if [[ ${PV} == *9999 ]] ; then
- SCM="git-2"
- EGIT_REPO_URI="git://git.opus-codec.org/opus.git"
-fi
-
-inherit autotools ${SCM}
-
-MY_P=${P/_/-}
-DESCRIPTION="Open versatile codec designed for interactive speech and audio transmission over the internet"
-HOMEPAGE="http://opus-codec.org/"
-SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
-if [[ ${PV} == *9999 ]] ; then
- SRC_URI=""
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
- SRC_URI="http://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
-else # Official release
- SRC_URI="http://downloads.xiph.org/releases/${PN}/${MY_P}.tar.gz"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
-IUSE="doc static-libs"
-
-DEPEND="doc? ( app-doc/doxygen )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- [[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_configure() {
- econf $(use_enable doc) $(use_enable static-libs static) --enable-custom-modes
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete
- rm -fR "${D}/usr/share/doc/opus"
- use doc && dohtml -r doc/html/*
-}
diff --git a/media-libs/opus/opus-1.0.2-r1.ebuild b/media-libs/opus/opus-1.0.2-r1.ebuild
deleted file mode 100644
index 932e70bfade1..000000000000
--- a/media-libs/opus/opus-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.0.2-r1.ebuild,v 1.3 2013/02/08 16:38:14 ago Exp $
-
-EAPI=4
-
-if [[ ${PV} == *9999 ]] ; then
- SCM="git-2"
- EGIT_REPO_URI="git://git.opus-codec.org/opus.git"
-fi
-
-inherit autotools ${SCM}
-
-MY_P=${P/_/-}
-DESCRIPTION="Open versatile codec designed for interactive speech and audio transmission over the internet"
-HOMEPAGE="http://opus-codec.org/"
-SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
-if [[ ${PV} == *9999 ]] ; then
- SRC_URI=""
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
- SRC_URI="http://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
-else # Official release
- SRC_URI="http://downloads.xiph.org/releases/${PN}/${MY_P}.tar.gz"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
-IUSE="custom-modes doc static-libs"
-
-DEPEND="doc? ( app-doc/doxygen )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- [[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_configure() {
- econf --disable-silent-rules \
- $(use_enable doc) \
- $(use_enable static-libs static) \
- $(use_enable custom-modes)
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete
- rm -fR "${D}/usr/share/doc/opus"
- use doc && dohtml -r doc/html/*
-}
diff --git a/media-libs/opus/opus-1.0.2.ebuild b/media-libs/opus/opus-1.0.2.ebuild
deleted file mode 100644
index 6df16a96fbef..000000000000
--- a/media-libs/opus/opus-1.0.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.0.2.ebuild,v 1.3 2013/08/23 19:25:41 ago Exp $
-
-EAPI=4
-
-if [[ ${PV} == *9999 ]] ; then
- SCM="git-2"
- EGIT_REPO_URI="git://git.opus-codec.org/opus.git"
-fi
-
-inherit autotools ${SCM}
-
-MY_P=${P/_/-}
-DESCRIPTION="Open versatile codec designed for interactive speech and audio transmission over the internet"
-HOMEPAGE="http://opus-codec.org/"
-SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
-if [[ ${PV} == *9999 ]] ; then
- SRC_URI=""
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
- SRC_URI="http://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
-else # Official release
- SRC_URI="http://downloads.xiph.org/releases/${PN}/${MY_P}.tar.gz"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd"
-IUSE="doc static-libs"
-
-DEPEND="doc? ( app-doc/doxygen )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- [[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_configure() {
- econf $(use_enable doc) $(use_enable static-libs static) --disable-silent-rules
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete
- rm -fR "${D}/usr/share/doc/opus"
- use doc && dohtml -r doc/html/*
-}
diff --git a/media-libs/opus/opus-1.0.3.ebuild b/media-libs/opus/opus-1.0.3.ebuild
deleted file mode 100644
index 4a9e4edc2cc4..000000000000
--- a/media-libs/opus/opus-1.0.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.0.3.ebuild,v 1.1 2013/08/08 16:29:19 aballier Exp $
-
-EAPI=5
-
-if [[ ${PV} == *9999 ]] ; then
- SCM="git-2"
- EGIT_REPO_URI="git://git.opus-codec.org/opus.git"
- AUTOTOOLS_AUTORECONF="1"
-fi
-
-inherit autotools-multilib ${SCM}
-
-MY_P=${P/_/-}
-DESCRIPTION="Open versatile codec designed for interactive speech and audio transmission over the internet"
-HOMEPAGE="http://opus-codec.org/"
-SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
-if [[ ${PV} == *9999 ]] ; then
- SRC_URI=""
-elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
- SRC_URI="http://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
-else # Official release
- SRC_URI="http://downloads.xiph.org/releases/${PN}/${MY_P}.tar.gz"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
-IUSE="custom-modes doc static-libs"
-
-DEPEND="doc? ( app-doc/doxygen )"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable custom-modes)
- $(use_enable doc)
- )
- autotools-multilib_src_configure
-}