diff options
author | David Seifert <soap@gentoo.org> | 2019-06-16 18:43:04 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-06-16 18:43:04 +0200 |
commit | 8f78ff63145d28a84fd95a4bff9d0d8688c8e8c1 (patch) | |
tree | 5b9483fad7bd5a0a646ea00b7a8f0a3ca5c6c7bf /media-libs/libilbc | |
parent | media-libs/libilbc: Port to EAPI 7 (diff) | |
download | gentoo-8f78ff63145d28a84fd95a4bff9d0d8688c8e8c1.tar.gz gentoo-8f78ff63145d28a84fd95a4bff9d0d8688c8e8c1.tar.bz2 gentoo-8f78ff63145d28a84fd95a4bff9d0d8688c8e8c1.zip |
media-libs/libilbc: Remove old
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs/libilbc')
-rw-r--r-- | media-libs/libilbc/Manifest | 1 | ||||
-rw-r--r-- | media-libs/libilbc/libilbc-1.1.1.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/media-libs/libilbc/Manifest b/media-libs/libilbc/Manifest index 38b9a78ecd0a..6b5e497ca508 100644 --- a/media-libs/libilbc/Manifest +++ b/media-libs/libilbc/Manifest @@ -1,2 +1 @@ -DIST libilbc-1.1.1.tar.xz 302324 BLAKE2B 726d53fc638f9d019b6d50a3ec463350efd59510ce15b9d6af30fc0ad6094f5acc53c4a5c2e77d17fdcd35f3e63bceb310716eb175e82ca7226dec023cb96df4 SHA512 7c9fa6da4d8b32fd49ea62f9e876e385930501c9caedcafac94ea74b9372722b06dd28062dc4fcca765ad6c519cfb52bb595d396ca50d361f563c715f6679845 DIST libilbc-2.0.2.tar.bz2 392643 BLAKE2B 1b1772c415a823a63c2fdb64913eeee8becdda0438c3942e74dc0be5dc6e000538c8f0feb796d23eb815e792d9b9e695f598869a31dd69a90c1fb12823a09e28 SHA512 ad0ef3326144fa1e9b6983be9aeefcec0064930a0124980f0fa2b38967f145e4cef7be75d8eae72f4a9650f297f15968944e73ef256e642116125dea326d8ba8 diff --git a/media-libs/libilbc/libilbc-1.1.1.ebuild b/media-libs/libilbc/libilbc-1.1.1.ebuild deleted file mode 100644 index 69c70d5fafb1..000000000000 --- a/media-libs/libilbc/libilbc-1.1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -if [[ ${PV} == 9999 ]] ; then - SCM="autotools git-2" - EGIT_REPO_URI="https://github.com/lu-zero/${PN}.git" - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -fi - -inherit eutils multilib ${SCM} - -DESCRIPTION="Packaged version of iLBC codec from the WebRTC project" -HOMEPAGE="https://github.com/lu-zero/libilbc https://github.com/TimothyGu/libilbc" - -LICENSE="BSD" -SLOT="0" -IUSE="" - -src_prepare() { - [[ ${PV} == *9999 ]] && eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - find "${D}"usr/$(get_libdir) -name '*.la' -delete -} |