Gentoo Archives: gentoo-commits

From: Kristian Fiskerstrand <k_f@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/ampache/
Date: Sat, 08 Jul 2017 13:43:53
Message-Id: 1499521421.ae50861d8715e275725568f7b1b5fb033a8035d4.k_f@gentoo
1 commit: ae50861d8715e275725568f7b1b5fb033a8035d4
2 Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 13:43:13 2017 +0000
4 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 13:43:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae50861d
7
8 www-apps/ampache: Cleanup old
9
10 Gentoo-Bug: 603766
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 www-apps/ampache/Manifest | 2 --
15 www-apps/ampache/ampache-3.8.1.ebuild | 48 -----------------------------------
16 www-apps/ampache/ampache-3.8.2.ebuild | 48 -----------------------------------
17 3 files changed, 98 deletions(-)
18
19 diff --git a/www-apps/ampache/Manifest b/www-apps/ampache/Manifest
20 index a88d47c3dcd..b51b984c84e 100644
21 --- a/www-apps/ampache/Manifest
22 +++ b/www-apps/ampache/Manifest
23 @@ -1,3 +1 @@
24 -DIST ampache-3.8.1.tar.gz 7938754 SHA256 2eff94b5674ceb3cfc3a53c1addb297b016f74b1e732f17e9d05920f2ed2a35a SHA512 70151a2f28ab8998fea9be2817bd9ba7e80eea1aa78867d69f0e250bea7e9f025825566a0b80d06de09c6d73352f6951922cc52da98370c3c341edabffbc6061 WHIRLPOOL f67fc41cf4d25512d2b0834e9903f59e230aeeb0ab9e92394ebc9ae938cabed3de47fae00e1595d3a402f94b7e8d9ed00e5215977f81a972e9e3cd8acc994d82
25 -DIST ampache-3.8.2.tar.gz 8083716 SHA256 920509ed018695ac4698fc257b27a30eebb34e4199da2436954c6a30ba378fb9 SHA512 ed81ac0a3c052efc363104fc5f64c7ea6ee4db49c01473be763ef550c8c5c665d79f4a91fd2047332086b99fa09b1427a6e605055f62c693f42f95daf3b7bb98 WHIRLPOOL 3e338443bd17c2071bc291bb3e67c464ec06152d1e5838fbe5a39ddda3a0dad5d24697112ce81837caeeda79efc7938adef2f8bd5767a5463de6f600ac0c4696
26 DIST ampache-3.8.3.tar.gz 8444610 SHA256 3d48c497dd75149d216123d1ff1f3344b7989bb2c5f1e0cc3a087d9fee398719 SHA512 35deb6bde949641bf39f58e033953bc0d79f1f56033d496e5a3d302d16c998da3468d1d82ac49e0702fada34a6dafb22ffa5bc931fe886e35c81ba2a5cf1233e WHIRLPOOL 94b419b41f3b13097195e9ad544303f0e73d0f002aa6ba59f638c1f709a546df636952deafe66e53aba555da63c11fcf3975f7d29a0b4bb632b497a16a836178
27
28 diff --git a/www-apps/ampache/ampache-3.8.1.ebuild b/www-apps/ampache/ampache-3.8.1.ebuild
29 deleted file mode 100644
30 index 6363667f7df..00000000000
31 --- a/www-apps/ampache/ampache-3.8.1.ebuild
32 +++ /dev/null
33 @@ -1,48 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="5"
38 -
39 -inherit webapp
40 -
41 -DESCRIPTION="PHP-based tool for managing,updating and playing audio files via a web interface"
42 -HOMEPAGE="http://www.ampache.org/"
43 -SRC_URI="https://github.com/ampache/ampache/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -KEYWORDS="amd64 ~ppc ~sparc x86"
47 -IUSE="aac flac mp3 ogg transcode"
48 -
49 -RDEPEND="dev-lang/php[gd,hash,iconv,mysql,pdo,session,unicode,xml,zlib]
50 - transcode? ( media-sound/lame
51 - aac? ( || ( media-libs/faad2 media-sound/alac_decoder ) )
52 - flac? ( media-libs/flac )
53 - mp3? ( media-sound/mp3splt )
54 - ogg? ( media-sound/mp3splt media-sound/vorbis-tools )
55 - )"
56 -DEPEND=""
57 -
58 -need_httpd_cgi
59 -
60 -src_install() {
61 - webapp_src_preinst
62 -
63 - doman docs/man/man1/ampache.1
64 - rm -rf docs/man || die "Unable to remove local man dir"
65 -
66 - dodoc docs/*
67 - rm -rf docs/ || die "Unable to remove local docs dir"
68 -
69 - insinto "${MY_HTDOCSDIR}"
70 - doins -r .
71 -
72 - webapp_postinst_txt en "${FILESDIR}"/installdoc.txt
73 - webapp_src_install
74 -}
75 -
76 -pkg_postinst() {
77 - elog "Install and upgrade instructions can be found here:"
78 - elog " /usr/share/doc/${P}/INSTALL.bz2"
79 - elog " /usr/share/doc/${P}/MIGRATION.bz2"
80 - webapp_pkg_postinst
81 -}
82
83 diff --git a/www-apps/ampache/ampache-3.8.2.ebuild b/www-apps/ampache/ampache-3.8.2.ebuild
84 deleted file mode 100644
85 index e52f304f5df..00000000000
86 --- a/www-apps/ampache/ampache-3.8.2.ebuild
87 +++ /dev/null
88 @@ -1,48 +0,0 @@
89 -# Copyright 1999-2016 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI="5"
93 -
94 -inherit webapp
95 -
96 -DESCRIPTION="PHP-based tool for managing,updating and playing audio files via a web interface"
97 -HOMEPAGE="http://www.ampache.org/"
98 -SRC_URI="https://github.com/ampache/ampache/archive/${PV}.tar.gz -> ${P}.tar.gz"
99 -
100 -LICENSE="GPL-2"
101 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
102 -IUSE="aac flac mp3 ogg transcode"
103 -
104 -RDEPEND="dev-lang/php[gd,hash,iconv,mysql,pdo,session,unicode,xml,zlib]
105 - transcode? ( media-sound/lame
106 - aac? ( || ( media-libs/faad2 media-sound/alac_decoder ) )
107 - flac? ( media-libs/flac )
108 - mp3? ( media-sound/mp3splt )
109 - ogg? ( media-sound/mp3splt media-sound/vorbis-tools )
110 - )"
111 -DEPEND=""
112 -
113 -need_httpd_cgi
114 -
115 -src_install() {
116 - webapp_src_preinst
117 -
118 - doman docs/man/man1/ampache.1
119 - rm -rf docs/man || die "Unable to remove local man dir"
120 -
121 - dodoc docs/*
122 - rm -rf docs/ || die "Unable to remove local docs dir"
123 -
124 - insinto "${MY_HTDOCSDIR}"
125 - doins -r .
126 -
127 - webapp_postinst_txt en "${FILESDIR}"/installdoc.txt
128 - webapp_src_install
129 -}
130 -
131 -pkg_postinst() {
132 - elog "Install and upgrade instructions can be found here:"
133 - elog " /usr/share/doc/${P}/INSTALL.bz2"
134 - elog " /usr/share/doc/${P}/MIGRATION.bz2"
135 - webapp_pkg_postinst
136 -}