Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-vorbis/
Date: Sat, 08 Feb 2020 02:01:05
Message-Id: 1581127252.1c57e269d837ab0283cb34eed90a4e09a161a245.candrews@gentoo
1 commit: 1c57e269d837ab0283cb34eed90a4e09a161a245
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 01:54:50 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 02:00:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c57e269
7
8 media-plugins/kodi-audioencoder-vorbis: Cleanup old versions
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-audioencoder-vorbis/Manifest | 3 --
14 .../kodi-audioencoder-vorbis-2.0.1.ebuild | 37 -------------------
15 .../kodi-audioencoder-vorbis-2.0.2.ebuild | 43 ----------------------
16 .../kodi-audioencoder-vorbis-2.0.3.ebuild | 43 ----------------------
17 4 files changed, 126 deletions(-)
18
19 diff --git a/media-plugins/kodi-audioencoder-vorbis/Manifest b/media-plugins/kodi-audioencoder-vorbis/Manifest
20 index 280283b2466..c4a8de3e8a4 100644
21 --- a/media-plugins/kodi-audioencoder-vorbis/Manifest
22 +++ b/media-plugins/kodi-audioencoder-vorbis/Manifest
23 @@ -1,4 +1 @@
24 -DIST kodi-audioencoder-vorbis-2.0.1.tar.gz 15878 BLAKE2B 66bed287d8af393d914678a3e8da13e73d969fe8dabdaa3ed3c579851f40456d12f32f7edf416eb2a9b8734a2868ed8c0d4eb0a22b70fbb74167f3de1cdca2e5 SHA512 ed560a014d135dc9bc57f0185afd3fc4636158309eb4029b0fa1392ef2109c7795902eb37ce051d99199e5834d530c67b63362fdfb9db500a27e10c39d49e1d9
25 -DIST kodi-audioencoder-vorbis-2.0.2.tar.gz 15881 BLAKE2B 78181ec315abbbc7a3594f11c5730d8e9913f4529ba449c230e18d8d0bdffcb26e756dd6af6ea390a575a5c47e7f34483cd93dbfc0f13e50e1b0fab0eb7b843d SHA512 9f6262cbd39735b6492e9d5a4f2fb0e0277d32428fab2aca463d104e7f49e68ce922c4ee633a830eb855aa42a7cff6392a98637bcc09e5dc19ee57807af02dd2
26 -DIST kodi-audioencoder-vorbis-2.0.3.tar.gz 15181 BLAKE2B 1ac7fc05d91680cd7de460d6af31ce9c4cd57574636a97e45040286f06dd08e9b2c7a87a967b971e43034dcd6bd9098fc328eaa87e41d3c1fe6ad2b4de48f76a SHA512 9c68cb84ce2cc207b81b98306615425f85054f9e8ad731512a9844521145e1cdda936ede4a6302e0d0a76094aeacb4d60732b375ae1c85705d5528804d42eecc
27 DIST kodi-audioencoder-vorbis-2.0.4.tar.gz 16343 BLAKE2B 788d1a64dff47594841e129e734b8bb1f2589b18557ea78477607a265efcc34c723f8e632698bd78b46cc392489a9ef278c21da805f0545b3ebc37811cbb691e SHA512 df618e078d1b0aa3f9b6cbca87288908058f4de13e52056d66239e9606c67a31a84734d8d650520920b8a9e0dfbd1c031aa81e2d1ece1316c11fbd59a6a8d8a2
28
29 diff --git a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.1.ebuild b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.1.ebuild
30 deleted file mode 100644
31 index 639f30b3562..00000000000
32 --- a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.1.ebuild
33 +++ /dev/null
34 @@ -1,37 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit cmake-utils kodi-addon
41 -
42 -DESCRIPTION="Vorbis encoder addon for Kodi"
43 -HOMEPAGE="https://github.com/xbmc/audioencoder.vorbis"
44 -SRC_URI=""
45 -
46 -case ${PV} in
47 -9999)
48 - SRC_URI=""
49 - EGIT_REPO_URI="https://github.com/xbmc/audioencoder.vorbis.git"
50 - inherit git-r3
51 - ;;
52 -*)
53 - KEYWORDS="~amd64 ~x86"
54 - SRC_URI="https://github.com/xbmc/audioencoder.vorbis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
55 - S="${WORKDIR}/audioencoder.vorbis-${PV}"
56 - ;;
57 -esac
58 -
59 -LICENSE="GPL-2"
60 -SLOT="0"
61 -IUSE=""
62 -
63 -DEPEND="
64 - =media-tv/kodi-18*
65 - media-libs/libogg
66 - media-libs/libvorbis
67 - "
68 -
69 -RDEPEND="
70 - ${DEPEND}
71 - "
72
73 diff --git a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.2.ebuild b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.2.ebuild
74 deleted file mode 100644
75 index 23e049537e7..00000000000
76 --- a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.2.ebuild
77 +++ /dev/null
78 @@ -1,43 +0,0 @@
79 -# Copyright 1999-2019 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=6
83 -
84 -inherit cmake-utils kodi-addon
85 -
86 -DESCRIPTION="Vorbis encoder addon for Kodi"
87 -HOMEPAGE="https://github.com/xbmc/audioencoder.vorbis"
88 -SRC_URI=""
89 -
90 -case ${PV} in
91 -9999)
92 - SRC_URI=""
93 - EGIT_REPO_URI="https://github.com/xbmc/audioencoder.vorbis.git"
94 - inherit git-r3
95 - ;;
96 -*)
97 - KEYWORDS="~amd64 ~x86"
98 - CODENAME="Leia"
99 - SRC_URI="https://github.com/xbmc/audioencoder.vorbis/archive/v${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
100 - S="${WORKDIR}/audioencoder.vorbis-${PV}-${CODENAME}"
101 - ;;
102 -esac
103 -
104 -LICENSE="GPL-2"
105 -SLOT="0"
106 -IUSE=""
107 -
108 -DEPEND="
109 - =media-tv/kodi-18*
110 - media-libs/libogg
111 - media-libs/libvorbis
112 - "
113 -
114 -RDEPEND="
115 - ${DEPEND}
116 - "
117 -
118 -src_prepare(){
119 - [ -d depends ] && rm -rf depends || die
120 - cmake-utils_src_prepare
121 -}
122
123 diff --git a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.3.ebuild b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.3.ebuild
124 deleted file mode 100644
125 index 8f789873e0d..00000000000
126 --- a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-2.0.3.ebuild
127 +++ /dev/null
128 @@ -1,43 +0,0 @@
129 -# Copyright 1999-2019 Gentoo Authors
130 -# Distributed under the terms of the GNU General Public License v2
131 -
132 -EAPI=7
133 -
134 -inherit cmake kodi-addon
135 -
136 -DESCRIPTION="Vorbis encoder addon for Kodi"
137 -HOMEPAGE="https://github.com/xbmc/audioencoder.vorbis"
138 -SRC_URI=""
139 -
140 -case ${PV} in
141 -9999)
142 - SRC_URI=""
143 - EGIT_REPO_URI="https://github.com/xbmc/audioencoder.vorbis.git"
144 - inherit git-r3
145 - ;;
146 -*)
147 - KEYWORDS="~amd64 ~x86"
148 - CODENAME="Leia"
149 - SRC_URI="https://github.com/xbmc/audioencoder.vorbis/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
150 - S="${WORKDIR}/audioencoder.vorbis-${PV}-${CODENAME}"
151 - ;;
152 -esac
153 -
154 -LICENSE="GPL-2"
155 -SLOT="0"
156 -IUSE=""
157 -
158 -DEPEND="
159 - =media-tv/kodi-18*
160 - >=media-libs/libogg-1.3.4
161 - >=media-libs/libvorbis-1.3.6
162 - "
163 -
164 -RDEPEND="
165 - ${DEPEND}
166 - "
167 -
168 -src_prepare(){
169 - [ -d depends ] && rm -rf depends || die
170 - cmake_src_prepare
171 -}