summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-12-05 23:34:38 -0500
committerTim Harder <radhermit@gentoo.org>2016-12-05 23:34:38 -0500
commit1dea67fa8f9616acb2f9785ae12048afd73fc6ea (patch)
tree261bb3ccb84dd8517c431fa13a602629ea49c7af /media-sound/vorbis-tools
parentprofiles: unmask a package pending removal (x11-misc/menumaker) #554458 (diff)
downloadgentoo-1dea67fa8f9616acb2f9785ae12048afd73fc6ea.tar.gz
gentoo-1dea67fa8f9616acb2f9785ae12048afd73fc6ea.tar.bz2
gentoo-1dea67fa8f9616acb2f9785ae12048afd73fc6ea.zip
media-sound/vorbis-tools: remove old
Diffstat (limited to 'media-sound/vorbis-tools')
-rw-r--r--media-sound/vorbis-tools/vorbis-tools-1.4.0-r1.ebuild44
-rw-r--r--media-sound/vorbis-tools/vorbis-tools-1.4.0.ebuild35
2 files changed, 0 insertions, 79 deletions
diff --git a/media-sound/vorbis-tools/vorbis-tools-1.4.0-r1.ebuild b/media-sound/vorbis-tools/vorbis-tools-1.4.0-r1.ebuild
deleted file mode 100644
index 4eacdcc860f8..000000000000
--- a/media-sound/vorbis-tools/vorbis-tools-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,44 +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="tools for using the Ogg Vorbis sound file format"
-HOMEPAGE="http://www.vorbis.com"
-SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="flac kate nls +ogg123 speex"
-
-RDEPEND=">=media-libs/libvorbis-1.3.0
- flac? ( media-libs/flac )
- kate? ( media-libs/libkate )
- ogg123? (
- >=media-libs/libao-1.0.0
- net-misc/curl
- )
- speex? ( media-libs/speex )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- virtual/pkgconfig"
-
-DOCS="AUTHORS CHANGES README"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-underlinking.patch
- sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #515220
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable ogg123) \
- $(use_with flac) \
- $(use_with speex) \
- $(use_with kate)
-}
diff --git a/media-sound/vorbis-tools/vorbis-tools-1.4.0.ebuild b/media-sound/vorbis-tools/vorbis-tools-1.4.0.ebuild
deleted file mode 100644
index baf847b620ad..000000000000
--- a/media-sound/vorbis-tools/vorbis-tools-1.4.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="tools for using the Ogg Vorbis sound file format"
-HOMEPAGE="http://www.vorbis.com"
-SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="flac kate nls +ogg123 speex"
-
-RDEPEND=">=media-libs/libvorbis-1.3.0
- flac? ( media-libs/flac )
- kate? ( media-libs/libkate )
- ogg123? ( >=media-libs/libao-1.0.0
- net-misc/curl )
- speex? ( media-libs/speex )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
- virtual/pkgconfig"
-
-DOCS="AUTHORS CHANGES README"
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable ogg123) \
- $(use_with flac) \
- $(use_with speex) \
- $(use_with kate)
-}