media-libs/libogg: Drop 1.3.2
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 10 Jun 2018 22:54:38 +0000 (00:54 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 11 Jun 2018 00:04:19 +0000 (02:04 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-libs/libogg/Manifest
media-libs/libogg/libogg-1.3.2.ebuild [deleted file]

index 955765899fb08ed09d7c9bc102a60f4b9355f363..4db285ec0a71c1d54b79595881f9c3acd19f7984 100644 (file)
@@ -1,2 +1 @@
-DIST libogg-1.3.2.tar.xz 407324 BLAKE2B 193bdff4d2b4dc5418ce76ba2985782e1513cfcee8fec870ec7b577eefdc8c484f5aa2a00212ccea55c317c39084f63cebdcd954b5a45c5773d6360109e04807 SHA512 dc9552b15ceccd7e12bff39a6670120ae53af74ce97254d047c28f49ba6a320f55059ed509ec1d8758a972c72514f2866634d829f3cb528c2f595cb056e9bca6
 DIST libogg-1.3.3.tar.xz 417636 BLAKE2B 2fc69580ed94be520c8e6b764e6271ec60e9d83d4265ca0408df4b2e6233a0f1d68e79400bc3871cc130034697ba97cedc453a574b9c6f618c9b819a93a2d3e8 SHA512 37d8e4329bf7a997a95d84a55c325a5a893ec84bb4d5b7ea638e5cb13201a0619e71ecd9710a8371def69f092c62dcc59ec0a607db246028ee8a62678386260b
diff --git a/media-libs/libogg/libogg-1.3.2.ebuild b/media-libs/libogg/libogg-1.3.2.ebuild
deleted file mode 100644 (file)
index 90ded90..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-multilib
-
-DESCRIPTION="the Ogg media file format library"
-HOMEPAGE="https://xiph.org/ogg/"
-SRC_URI="https://downloads.xiph.org/releases/ogg/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND=""
-
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-DOCS=( AUTHORS CHANGES )
-
-MULTILIB_WRAPPED_HEADERS=(
-       /usr/include/ogg/config_types.h
-)
-
-src_configure() {
-       local myeconfargs=(
-               --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
-               )
-       autotools-multilib_src_configure
-}