From 552b295496f76b642a697c49cf0d89780f269f03 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 18 Jun 2019 11:20:03 +0200 Subject: media-libs/vo-amrwbenc: Remove old Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: David Seifert --- media-libs/vo-amrwbenc/Manifest | 1 - media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild | 40 ---------------------- 2 files changed, 41 deletions(-) delete mode 100644 media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild (limited to 'media-libs/vo-amrwbenc') diff --git a/media-libs/vo-amrwbenc/Manifest b/media-libs/vo-amrwbenc/Manifest index f91b38223aaf..c887ebcc5228 100644 --- a/media-libs/vo-amrwbenc/Manifest +++ b/media-libs/vo-amrwbenc/Manifest @@ -1,2 +1 @@ -DIST vo-amrwbenc-0.1.2.tar.gz 598415 BLAKE2B b21a66010f17a6d9e55fc039e05f8ac8c35eebaada011447fbfb9710be8e82e8a10c21f16a5f0e91053c84211c85541556a9a324e928e1d1dada6c4b2b4ea70c SHA512 54be9c63d1b4c66e56dbf85cef2924c4cc564556186692182b44f199a5f72eba02c619b8cfa89f33b88add149fded81a42a392a9b96b6274ad0ad6c1f929a61b DIST vo-amrwbenc-0.1.3.tar.gz 608936 BLAKE2B 7283ef12c40e25d768d9d0be6cede6a514fc881cd67185700c0afe4e03c97c660d74f28fccbad436b4067ec07be574c10b73f00a162195697714ffe0c127b168 SHA512 5f132f798f00ec2c0619700ab1ce456897792b45631af4b538c866636af9c9de5600af5f79040c41c3dc69c17cf4be7032139a9518a46a4276431e091f3dd6a9 diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild deleted file mode 100644 index c084e7fe5838..000000000000 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.2-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_PRUNE_LIBTOOL_FILES=all - -if [[ ${PV} == *9999 ]] ; then - SCM="git-2" - EGIT_REPO_URI="https://github.com/mstorsjo/${PN}.git" - [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}" - AUTOTOOLS_AUTORECONF=1 -fi - -inherit autotools-multilib ${SCM} - -DESCRIPTION="VisualOn AMR-WB encoder library" -HOMEPAGE="https://sourceforge.net/projects/opencore-amr/" - -if [[ ${PV} == *9999 ]] ; then - SRC_URI="" -elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot - SRC_URI="mirror://gentoo/${P}.tar.xz" -else # Official release - SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz" -fi - -LICENSE="Apache-2.0" -SLOT="0" - -[[ ${PV} == *9999 ]] || \ -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" -IUSE="examples static-libs" - -src_configure() { - local myeconfargs=( - $(use_enable examples example) \ - ) - autotools-multilib_src_configure -} -- cgit v1.2.3-65-gdbad