Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, www-apps/ampache/, www-apps/ampache/files/
Date: Thu, 01 Oct 2020 15:13:17
Message-Id: 1601565172.82d2c7a010372b49b3d22bd673c5c20b24705efd.mgorny@gentoo
1 commit: 82d2c7a010372b49b3d22bd673c5c20b24705efd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 15:07:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 15:12:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d2c7a0
7
8 www-apps/ampache: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/699834
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 5 ----
14 www-apps/ampache/Manifest | 2 --
15 www-apps/ampache/ampache-3.8.3-r1.ebuild | 51 --------------------------------
16 www-apps/ampache/ampache-3.8.8-r1.ebuild | 51 --------------------------------
17 www-apps/ampache/files/installdoc.txt | 6 ----
18 www-apps/ampache/metadata.xml | 11 -------
19 6 files changed, 126 deletions(-)
20
21 diff --git a/profiles/package.mask b/profiles/package.mask
22 index a442ba0f27d..1f9bfd55439 100644
23 --- a/profiles/package.mask
24 +++ b/profiles/package.mask
25 @@ -606,11 +606,6 @@ net-fs/nfstest
26 sys-boot/udk
27 sys-cluster/pbs-python
28
29 -# Sam James <sam@g.o> (2020-08-30)
30 -# Serious security vulns, outdated.
31 -# bug 699834. Removal in 30 days.
32 -www-apps/ampache
33 -
34 # Piotr Karbowski <slashbeast@g.o> (2020-08-28)
35 # Temporary mask due to multiple reports of segfaults at startup, bug #739056
36 =x11-base/xorg-server-1.20.9
37
38 diff --git a/www-apps/ampache/Manifest b/www-apps/ampache/Manifest
39 deleted file mode 100644
40 index 5d9513989cd..00000000000
41 --- a/www-apps/ampache/Manifest
42 +++ /dev/null
43 @@ -1,2 +0,0 @@
44 -DIST ampache-3.8.3.tar.gz 8444610 BLAKE2B a08f49ee043ea8dbf89d7ac8a3bed892be389605f6d23aa1454166d7058ae227ec6f24cf397e4d7e9d93c9441a43df54824ece768980cbf7e98bd5a098648a5d SHA512 35deb6bde949641bf39f58e033953bc0d79f1f56033d496e5a3d302d16c998da3468d1d82ac49e0702fada34a6dafb22ffa5bc931fe886e35c81ba2a5cf1233e
45 -DIST ampache-3.8.8.tar.gz 8453616 BLAKE2B 4cfd19e90dda22012b6dd73d4540bb5252e514682b0e51be35456e7179f86123b6e8a7af8e3d936e53e0889da8927a9975ef07761415d019dc9668fc91461615 SHA512 4aa010b6bb42a192d6e2408265a78e738a356c08bfb43464fbc6e6375d8cdc9e4701280db0b21f73a1302b2792f9474c6dc5c7808c977a29aab2047a80caebfc
46
47 diff --git a/www-apps/ampache/ampache-3.8.3-r1.ebuild b/www-apps/ampache/ampache-3.8.3-r1.ebuild
48 deleted file mode 100644
49 index 5466c51401a..00000000000
50 --- a/www-apps/ampache/ampache-3.8.3-r1.ebuild
51 +++ /dev/null
52 @@ -1,51 +0,0 @@
53 -# Copyright 1999-2020 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=6
57 -
58 -inherit webapp
59 -
60 -DESCRIPTION="PHP-based tool for managing,updating and playing audio files via a web interface"
61 -HOMEPAGE="http://www.ampache.org/"
62 -SRC_URI="https://github.com/ampache/ampache/archive/${PV}.tar.gz -> ${P}.tar.gz"
63 -
64 -# Remove this and the SLOT line below if the code changes. Added for a dependency only change
65 -WEBAPP_MANUAL_SLOT="yes"
66 -SLOT="${PV}"
67 -LICENSE="GPL-2"
68 -KEYWORDS="amd64 ~ppc ~sparc x86"
69 -IUSE="aac flac mp3 ogg transcode"
70 -
71 -RDEPEND="dev-lang/php[gd,hash(+),iconv,mysql,pdo,session,unicode,xml,zlib]
72 - transcode? ( media-sound/lame
73 - aac? ( || ( media-libs/faad2 media-sound/alac_decoder ) )
74 - flac? ( media-libs/flac )
75 - mp3? ( media-sound/mp3splt )
76 - ogg? ( media-sound/mp3splt media-sound/vorbis-tools )
77 - )"
78 -DEPEND=""
79 -
80 -need_httpd_cgi
81 -
82 -src_install() {
83 - webapp_src_preinst
84 -
85 - doman docs/man/man1/ampache.1
86 - rm -rf docs/man || die "Unable to remove local man dir"
87 -
88 - dodoc docs/*
89 - rm -rf docs/ || die "Unable to remove local docs dir"
90 -
91 - insinto "${MY_HTDOCSDIR}"
92 - doins -r .
93 -
94 - webapp_postinst_txt en "${FILESDIR}"/installdoc.txt
95 - webapp_src_install
96 -}
97 -
98 -pkg_postinst() {
99 - elog "Install and upgrade instructions can be found here:"
100 - elog " /usr/share/doc/${P}/INSTALL.bz2"
101 - elog " /usr/share/doc/${P}/MIGRATION.bz2"
102 - webapp_pkg_postinst
103 -}
104
105 diff --git a/www-apps/ampache/ampache-3.8.8-r1.ebuild b/www-apps/ampache/ampache-3.8.8-r1.ebuild
106 deleted file mode 100644
107 index 1e494dd3508..00000000000
108 --- a/www-apps/ampache/ampache-3.8.8-r1.ebuild
109 +++ /dev/null
110 @@ -1,51 +0,0 @@
111 -# Copyright 1999-2020 Gentoo Authors
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=6
115 -
116 -inherit webapp
117 -
118 -DESCRIPTION="PHP-based tool for managing,updating and playing audio files via a web interface"
119 -HOMEPAGE="http://www.ampache.org/"
120 -SRC_URI="https://github.com/ampache/ampache/archive/${PV}.tar.gz -> ${P}.tar.gz"
121 -
122 -# Remove this and the SLOT line below if the code changes. Added for a dependency only change
123 -WEBAPP_MANUAL_SLOT="yes"
124 -SLOT="${PV}"
125 -LICENSE="GPL-2"
126 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
127 -IUSE="aac flac mp3 ogg transcode"
128 -
129 -RDEPEND="dev-lang/php[gd,hash(+),iconv,mysql,pdo,session,unicode,xml,zlib]
130 - transcode? ( media-sound/lame
131 - aac? ( || ( media-libs/faad2 media-sound/alac_decoder ) )
132 - flac? ( media-libs/flac )
133 - mp3? ( media-sound/mp3splt )
134 - ogg? ( media-sound/mp3splt media-sound/vorbis-tools )
135 - )"
136 -DEPEND=""
137 -
138 -need_httpd_cgi
139 -
140 -src_install() {
141 - webapp_src_preinst
142 -
143 - doman docs/man/man1/ampache.1
144 - rm -rf docs/man || die "Unable to remove local man dir"
145 -
146 - dodoc docs/*
147 - rm -rf docs/ || die "Unable to remove local docs dir"
148 -
149 - insinto "${MY_HTDOCSDIR}"
150 - doins -r .
151 -
152 - webapp_postinst_txt en "${FILESDIR}"/installdoc.txt
153 - webapp_src_install
154 -}
155 -
156 -pkg_postinst() {
157 - elog "Install and upgrade instructions can be found here:"
158 - elog " /usr/share/doc/${P}/INSTALL.bz2"
159 - elog " /usr/share/doc/${P}/MIGRATION.bz2"
160 - webapp_pkg_postinst
161 -}
162
163 diff --git a/www-apps/ampache/files/installdoc.txt b/www-apps/ampache/files/installdoc.txt
164 deleted file mode 100644
165 index cdd6e118238..00000000000
166 --- a/www-apps/ampache/files/installdoc.txt
167 +++ /dev/null
168 @@ -1,6 +0,0 @@
169 -Install and upgrade instructions can be found here:
170 -/usr/share/doc/ampache-<version>/INSTALL.gz
171 -/usr/share/doc/ampache-<version>/MIGRATION.gz
172 -
173 -For general information please read:
174 -/usr/share/doc/ampache-<version>/README.gz
175
176 diff --git a/www-apps/ampache/metadata.xml b/www-apps/ampache/metadata.xml
177 deleted file mode 100644
178 index 56a3a2207a0..00000000000
179 --- a/www-apps/ampache/metadata.xml
180 +++ /dev/null
181 @@ -1,11 +0,0 @@
182 -<?xml version="1.0" encoding="UTF-8"?>
183 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
184 -<pkgmetadata>
185 - <!-- maintainer-needed -->
186 - <use>
187 - <flag name="transcode">Install optional dependencies for transcoding support</flag>
188 - </use>
189 - <upstream>
190 - <remote-id type="github">ampache/ampache</remote-id>
191 - </upstream>
192 -</pkgmetadata>