Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvorbis/
Date: Wed, 12 Apr 2017 11:10:54
Message-Id: 1491994221.1724035da66a41da8cf258422335eac645fbd2bd.radhermit@gentoo
1 commit: 1724035da66a41da8cf258422335eac645fbd2bd
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 12 10:50:21 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 12 10:50:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1724035d
7
8 media-libs/libvorbis: remove old
9
10 media-libs/libvorbis/Manifest | 2 --
11 media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild | 41 --------------------------
12 media-libs/libvorbis/libvorbis-1.3.3.ebuild | 39 ------------------------
13 media-libs/libvorbis/libvorbis-1.3.4.ebuild | 40 -------------------------
14 4 files changed, 122 deletions(-)
15
16 diff --git a/media-libs/libvorbis/Manifest b/media-libs/libvorbis/Manifest
17 index 12360097f0c..f30fc8a254f 100644
18 --- a/media-libs/libvorbis/Manifest
19 +++ b/media-libs/libvorbis/Manifest
20 @@ -1,3 +1 @@
21 -DIST libvorbis-1.3.3.tar.xz 1087888 SHA256 834c7d35a5ebf4e7b8ab60b0979f2b7f204ca66ff6829728e9d2a67f15347ebd SHA512 6b579517b9caba293ccf88c8806689076ef9c122e5424c704a81a4c461dbc67147dadee1b9a7a678a75c95ab9ed17b98ac1a5da6e2bcd6f7eab19c17616d529f WHIRLPOOL c571a2ace83dbe78f5b7d12d14bc1caba185d1cda67695ee39f73cb6de6eb372e55377675779024086f3a77ebb3be3f9627b0f329b2f540cc944236715608c65
22 -DIST libvorbis-1.3.4.tar.xz 1091376 SHA256 2f05497d29195dc23ee952a24ee3973a74e6277569c4c2eca0ec5968e541f372 SHA512 f705c7740bec2dc6584ab8f103491a9d462136e3fa76454bde47e2ba04466b896ef066f7f925ad0a44d4c659c962717bc9099b3cecc20f12270d0ad53369ad53 WHIRLPOOL 4049498a24b8d3fb07ae9b4e2f68878c44aa6bc1d648b9f67bb770d9d1bc80696505c60054f71ea01b83f87c5119239d05ee5fa69fe7de1a2d570b2b2f7d0711
23 DIST libvorbis-1.3.5.tar.xz 1193144 SHA256 54f94a9527ff0a88477be0a71c0bab09a4c3febe0ed878b24824906cd4b0e1d1 SHA512 f18f32edc43f65fea2dd4133e2828a0ced9e5b0797c4569bd26989fc1409ad599359e7c796bffc082ad36189f9722c7b38837384cea66d217beac8b425299ef8 WHIRLPOOL e179e8b52eadcf19d8b93816778c650a0b595846c5bf9593a9ee8b2e06a702cfee64d8e0c6cd82eb1c48211d7f0f34103ad6855033376eb664b34f73aeb01b62
24
25 diff --git a/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild b/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild
26 deleted file mode 100644
27 index bb7bbb419a1..00000000000
28 --- a/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild
29 +++ /dev/null
30 @@ -1,41 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -AUTOTOOLS_AUTORECONF=1
36 -inherit autotools-multilib
37 -
38 -DESCRIPTION="The Ogg Vorbis sound file format library"
39 -HOMEPAGE="http://xiph.org/vorbis"
40 -SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.xz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="~alpha ~amd64 ~arm ~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"
45 -IUSE="static-libs"
46 -
47 -RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
48 - abi_x86_32? ( !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
49 -DEPEND="${RDEPEND}
50 - app-arch/xz-utils
51 - virtual/pkgconfig"
52 -
53 -AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
54 -
55 -src_prepare() {
56 - sed -i \
57 - -e '/CFLAGS/s:-O20::' \
58 - -e '/CFLAGS/s:-mcpu=750::' \
59 - -e '/CFLAGS/s:-mno-ieee-fp::' \
60 - -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
61 - configure.ac || die
62 -
63 - # Un-hack docdir redefinition.
64 - find -name 'Makefile.am' \
65 - -exec sed -i \
66 - -e 's:$(datadir)/doc/$(PACKAGE)-$(VERSION):@docdir@/html:' \
67 - {} + || die
68 -
69 - AT_M4DIR="m4" \
70 - autotools-multilib_src_prepare
71 -}
72
73 diff --git a/media-libs/libvorbis/libvorbis-1.3.3.ebuild b/media-libs/libvorbis/libvorbis-1.3.3.ebuild
74 deleted file mode 100644
75 index 713547a2bbb..00000000000
76 --- a/media-libs/libvorbis/libvorbis-1.3.3.ebuild
77 +++ /dev/null
78 @@ -1,39 +0,0 @@
79 -# Copyright 1999-2017 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=4
83 -inherit autotools
84 -
85 -DESCRIPTION="The Ogg Vorbis sound file format library"
86 -HOMEPAGE="http://xiph.org/vorbis"
87 -SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.xz"
88 -
89 -LICENSE="BSD"
90 -SLOT="0"
91 -KEYWORDS="alpha amd64 arm 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"
92 -IUSE="static-libs"
93 -
94 -RDEPEND="media-libs/libogg"
95 -DEPEND="${RDEPEND}
96 - app-arch/xz-utils
97 - virtual/pkgconfig"
98 -
99 -src_prepare() {
100 - sed -i \
101 - -e '/CFLAGS/s:-O20::' \
102 - -e '/CFLAGS/s:-mcpu=750::' \
103 - -e '/CFLAGS/s:-mno-ieee-fp::' \
104 - -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
105 - configure.ac || die
106 -
107 - AT_M4DIR="m4" eautoreconf
108 -}
109 -
110 -src_configure() {
111 - econf $(use_enable static-libs static)
112 -}
113 -
114 -src_install() {
115 - default
116 - find "${ED}" -name '*.la' -exec rm -f {} +
117 -}
118
119 diff --git a/media-libs/libvorbis/libvorbis-1.3.4.ebuild b/media-libs/libvorbis/libvorbis-1.3.4.ebuild
120 deleted file mode 100644
121 index b71d5f0d294..00000000000
122 --- a/media-libs/libvorbis/libvorbis-1.3.4.ebuild
123 +++ /dev/null
124 @@ -1,40 +0,0 @@
125 -# Copyright 1999-2017 Gentoo Foundation
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=5
129 -AUTOTOOLS_AUTORECONF=1
130 -inherit autotools-multilib
131 -
132 -DESCRIPTION="The Ogg Vorbis sound file format library"
133 -HOMEPAGE="http://xiph.org/vorbis"
134 -SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.xz"
135 -
136 -LICENSE="BSD"
137 -SLOT="0"
138 -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"
139 -IUSE="static-libs"
140 -
141 -RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
142 - abi_x86_32? ( !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
143 -DEPEND="${RDEPEND}
144 - app-arch/xz-utils
145 - virtual/pkgconfig"
146 -
147 -AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
148 -
149 -src_prepare() {
150 - sed -i \
151 - -e '/CFLAGS/s:-O20::' \
152 - -e '/CFLAGS/s:-mcpu=750::' \
153 - -e '/CFLAGS/s:-mno-ieee-fp::' \
154 - configure.ac || die
155 -
156 - # Un-hack docdir redefinition.
157 - find -name 'Makefile.am' \
158 - -exec sed -i \
159 - -e 's:$(datadir)/doc/$(PACKAGE)-$(VERSION):@docdir@/html:' \
160 - {} + || die
161 -
162 - AT_M4DIR="m4" \
163 - autotools-multilib_src_prepare
164 -}