summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-10-11 20:10:38 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-10-11 20:10:38 +0200
commit2ed89e59a55f4dcad389c151587b94922ba9ed79 (patch)
tree2238edfa6c6ea2cf4bcc86d98fcd6db7e680f9d9 /media-libs/liblo
parentmedia-libs/liblo: Stable on x86, tested by Myckel Habets (diff)
downloadgentoo-2ed89e59a55f4dcad389c151587b94922ba9ed79.tar.gz
gentoo-2ed89e59a55f4dcad389c151587b94922ba9ed79.tar.bz2
gentoo-2ed89e59a55f4dcad389c151587b94922ba9ed79.zip
media-libs/liblo: Remove old
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'media-libs/liblo')
-rw-r--r--media-libs/liblo/Manifest2
-rw-r--r--media-libs/liblo/liblo-0.26.ebuild34
-rw-r--r--media-libs/liblo/liblo-0.28.ebuild40
3 files changed, 0 insertions, 76 deletions
diff --git a/media-libs/liblo/Manifest b/media-libs/liblo/Manifest
index 1d2c99107b7f..d185664d142a 100644
--- a/media-libs/liblo/Manifest
+++ b/media-libs/liblo/Manifest
@@ -1,3 +1 @@
-DIST liblo-0.26.tar.gz 519750 SHA256 a636fb09f8178ad0d5303e94fec37b182d3062a0e3daee85eed2a39ab6232258 SHA512 5bc720be216b796587ee020cc32bdea760c65ee063a1248a44bb7c800c1a91b5e5a1321b55c61fd3b219aecb0d8cfb4d6bf53a6440d46fd59e8697c63e542215 WHIRLPOOL 4fcfa3dbfe8bbb8887eb18a17c3d3e3d532b9386dd83bbe9fd0d1c075fbf556b7abca626f415b60d69e92df49d7dafc2874d43e83f14bec8990b609ca4f5fe3e
-DIST liblo-0.28.tar.gz 591659 SHA256 da94a9b67b93625354dd89ff7fe31e5297fc9400b6eaf7378c82ee1caf7db909 SHA512 05818218d2d6a7042714b8fa905e7242fb9707795ad53ea27b2a1af3661f0822d25585ce17d286aa269c534ef24e19e377e041bf7fe194c8e47c0046fefcb85f WHIRLPOOL 5de1592d2fe8aee191115ed5b094dd8bb0ca5ec442c94e785c2bc74bef93f3df0dd8804c8aa2a1c3b1a1ce70729fa87c73cd4b09f3535300548999687b9a1ab5
DIST liblo-0.29.tar.gz 645313 SHA256 ace1b4e234091425c150261d1ca7070cece48ee3c228a5612d048116d864c06a SHA512 11e20725a049c55c02ef8cd106be5802507f3df95422d8dad10009bdd1237af7517e3261c7336c3005e21ae8fd1e663badef46e4bae006c7af70520bdb336c7c WHIRLPOOL 67a3045cec78822bd0f04339f75edd69646db3d94cdb3c48a0ea99001ad0b1cb948ec0ba7f12372489aa62fc8d216ff25a2f671287315c98409e8ecd5d377698
diff --git a/media-libs/liblo/liblo-0.26.ebuild b/media-libs/liblo/liblo-0.26.ebuild
deleted file mode 100644
index 5aadd0c651a7..000000000000
--- a/media-libs/liblo/liblo-0.26.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="Lightweight OSC (Open Sound Control) implementation"
-HOMEPAGE="http://plugin.org.uk/liblo"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~ppc-macos"
-IUSE="doc ipv6 static-libs"
-
-RESTRICT="test"
-
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_configure() {
- use doc || export ac_cv_prog_HAVE_DOXYGEN=false
-
- econf \
- $(use_enable static-libs static) \
- $(use_enable ipv6)
-}
-
-src_install() {
- default
- prune_libtool_files
-}
diff --git a/media-libs/liblo/liblo-0.28.ebuild b/media-libs/liblo/liblo-0.28.ebuild
deleted file mode 100644
index 0a5d5b548d3e..000000000000
--- a/media-libs/liblo/liblo-0.28.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils autotools
-
-DESCRIPTION="Lightweight OSC (Open Sound Control) implementation"
-HOMEPAGE="http://plugin.org.uk/liblo"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos"
-IUSE="doc ipv6 static-libs"
-
-RESTRICT="test"
-
-DEPEND="doc? ( app-doc/doxygen )"
-
-src_prepare() {
- # don't build examples by default
- sed -i '/^SUBDIRS =/s/examples//' Makefile.am || die
-
- eautoreconf
-}
-
-src_configure() {
- use doc || export ac_cv_prog_HAVE_DOXYGEN=false
-
- # switching threads on/off breaks ABI, bugs #473282, #473286 and #473356
- econf \
- $(use_enable static-libs static) \
- $(use_enable ipv6) \
- --enable-threads
-}
-
-src_install() {
- default
- prune_libtool_files
-}