Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libogg/
Date: Mon, 11 Jun 2018 00:05:00
Message-Id: 1528675459.f893a16e05a0d87088977f57451ef1c62c0db089.asturm@gentoo
1 commit: f893a16e05a0d87088977f57451ef1c62c0db089
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 22:54:38 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 00:04:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f893a16e
7
8 media-libs/libogg: Drop 1.3.2
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-libs/libogg/Manifest | 1 -
13 media-libs/libogg/libogg-1.3.2.ebuild | 30 ------------------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/media-libs/libogg/Manifest b/media-libs/libogg/Manifest
17 index 955765899fb..4db285ec0a7 100644
18 --- a/media-libs/libogg/Manifest
19 +++ b/media-libs/libogg/Manifest
20 @@ -1,2 +1 @@
21 -DIST libogg-1.3.2.tar.xz 407324 BLAKE2B 193bdff4d2b4dc5418ce76ba2985782e1513cfcee8fec870ec7b577eefdc8c484f5aa2a00212ccea55c317c39084f63cebdcd954b5a45c5773d6360109e04807 SHA512 dc9552b15ceccd7e12bff39a6670120ae53af74ce97254d047c28f49ba6a320f55059ed509ec1d8758a972c72514f2866634d829f3cb528c2f595cb056e9bca6
22 DIST libogg-1.3.3.tar.xz 417636 BLAKE2B 2fc69580ed94be520c8e6b764e6271ec60e9d83d4265ca0408df4b2e6233a0f1d68e79400bc3871cc130034697ba97cedc453a574b9c6f618c9b819a93a2d3e8 SHA512 37d8e4329bf7a997a95d84a55c325a5a893ec84bb4d5b7ea638e5cb13201a0619e71ecd9710a8371def69f092c62dcc59ec0a607db246028ee8a62678386260b
23
24 diff --git a/media-libs/libogg/libogg-1.3.2.ebuild b/media-libs/libogg/libogg-1.3.2.ebuild
25 deleted file mode 100644
26 index 90ded904e11..00000000000
27 --- a/media-libs/libogg/libogg-1.3.2.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -inherit autotools-multilib
35 -
36 -DESCRIPTION="the Ogg media file format library"
37 -HOMEPAGE="https://xiph.org/ogg/"
38 -SRC_URI="https://downloads.xiph.org/releases/ogg/${P}.tar.xz"
39 -
40 -LICENSE="BSD"
41 -SLOT="0"
42 -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"
43 -IUSE="static-libs"
44 -
45 -RDEPEND=""
46 -
47 -AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
48 -DOCS=( AUTHORS CHANGES )
49 -
50 -MULTILIB_WRAPPED_HEADERS=(
51 - /usr/include/ogg/config_types.h
52 -)
53 -
54 -src_configure() {
55 - local myeconfargs=(
56 - --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
57 - )
58 - autotools-multilib_src_configure
59 -}