summaryrefslogtreecommitdiff
path: root/www-apps/ampache
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/ampache')
-rw-r--r--www-apps/ampache/Manifest6
-rw-r--r--www-apps/ampache/ampache-3.8.3-r1.ebuild51
-rw-r--r--www-apps/ampache/ampache-3.8.8-r1.ebuild51
-rw-r--r--www-apps/ampache/files/installdoc.txt6
-rw-r--r--www-apps/ampache/metadata.xml11
5 files changed, 0 insertions, 125 deletions
diff --git a/www-apps/ampache/Manifest b/www-apps/ampache/Manifest
deleted file mode 100644
index aefc093400d1..000000000000
--- a/www-apps/ampache/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX installdoc.txt 223 BLAKE2B 08e17cb76e549112b488a666257454c41f6397e2ba7d7065a73b90787f976a494d3efbca375297573641da4b6744a541bef4c5386df3f6b2f469b660c0452903 SHA512 07636e6b53e9f259e1195795d15e6dc88e3e5401a700553df55cf7c0a39997c8bdfc3f5a83b0bac2a2ef474bea11d71e442ce6e45ef88b0fac0cf9c3307732d2
-DIST ampache-3.8.3.tar.gz 8444610 BLAKE2B a08f49ee043ea8dbf89d7ac8a3bed892be389605f6d23aa1454166d7058ae227ec6f24cf397e4d7e9d93c9441a43df54824ece768980cbf7e98bd5a098648a5d SHA512 35deb6bde949641bf39f58e033953bc0d79f1f56033d496e5a3d302d16c998da3468d1d82ac49e0702fada34a6dafb22ffa5bc931fe886e35c81ba2a5cf1233e
-DIST ampache-3.8.8.tar.gz 8453616 BLAKE2B 4cfd19e90dda22012b6dd73d4540bb5252e514682b0e51be35456e7179f86123b6e8a7af8e3d936e53e0889da8927a9975ef07761415d019dc9668fc91461615 SHA512 4aa010b6bb42a192d6e2408265a78e738a356c08bfb43464fbc6e6375d8cdc9e4701280db0b21f73a1302b2792f9474c6dc5c7808c977a29aab2047a80caebfc
-EBUILD ampache-3.8.3-r1.ebuild 1367 BLAKE2B 43e68b105f306b48ba18f36e2b1f98396557d1db4fe0c8c7d18d32577c280d2d2a530f847f718ec42883e059d71e8cb650e3353ff43f742e98b0c664763039f2 SHA512 9dc6298518d22c89c31a9f128ebfa28eff4c2b4bf3d5c0550ac55e088e9f776927102cf4b16b8c7c49cc0416e55c42b0e6a7e7e79d6c2a59930a0eba624d7209
-EBUILD ampache-3.8.8-r1.ebuild 1369 BLAKE2B 62a76ebed6d76be195ce6356a3db61772b39faba289329241785b3c9eddc318f208e71b292236d310fef143567ea17c028bfea3577ab6f751156fd40d40aa49d SHA512 25a8ca33eac372dacc40089b16bf00e121f69b4dfdc04d162a941ff0e3279cf5c9115ea3890b0f3ddaccb6510781592f74dd3bda07c5f29a6827b9c1213bd7ed
-MISC metadata.xml 348 BLAKE2B 0e09aabeea997f6a21cdab3fda352eb106d6fddedc249bddc2c79aca7ee2bd9a7ac9ef34e64ef31c41ac53da4d8681bd134790731dabb784b8bcf86d87cfda01 SHA512 500009b322a471cb5c225745d3f9428074b20de905456e906d4f856f7e30536e24f9e617668de675840510e03db3799710fbad42f75ccef965c825a041f7316b
diff --git a/www-apps/ampache/ampache-3.8.3-r1.ebuild b/www-apps/ampache/ampache-3.8.3-r1.ebuild
deleted file mode 100644
index 5466c51401ae..000000000000
--- a/www-apps/ampache/ampache-3.8.3-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-DESCRIPTION="PHP-based tool for managing,updating and playing audio files via a web interface"
-HOMEPAGE="http://www.ampache.org/"
-SRC_URI="https://github.com/ampache/ampache/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-# Remove this and the SLOT line below if the code changes. Added for a dependency only change
-WEBAPP_MANUAL_SLOT="yes"
-SLOT="${PV}"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="aac flac mp3 ogg transcode"
-
-RDEPEND="dev-lang/php[gd,hash(+),iconv,mysql,pdo,session,unicode,xml,zlib]
- transcode? ( media-sound/lame
- aac? ( || ( media-libs/faad2 media-sound/alac_decoder ) )
- flac? ( media-libs/flac )
- mp3? ( media-sound/mp3splt )
- ogg? ( media-sound/mp3splt media-sound/vorbis-tools )
- )"
-DEPEND=""
-
-need_httpd_cgi
-
-src_install() {
- webapp_src_preinst
-
- doman docs/man/man1/ampache.1
- rm -rf docs/man || die "Unable to remove local man dir"
-
- dodoc docs/*
- rm -rf docs/ || die "Unable to remove local docs dir"
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_postinst_txt en "${FILESDIR}"/installdoc.txt
- webapp_src_install
-}
-
-pkg_postinst() {
- elog "Install and upgrade instructions can be found here:"
- elog " /usr/share/doc/${P}/INSTALL.bz2"
- elog " /usr/share/doc/${P}/MIGRATION.bz2"
- webapp_pkg_postinst
-}
diff --git a/www-apps/ampache/ampache-3.8.8-r1.ebuild b/www-apps/ampache/ampache-3.8.8-r1.ebuild
deleted file mode 100644
index 1e494dd35081..000000000000
--- a/www-apps/ampache/ampache-3.8.8-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-DESCRIPTION="PHP-based tool for managing,updating and playing audio files via a web interface"
-HOMEPAGE="http://www.ampache.org/"
-SRC_URI="https://github.com/ampache/ampache/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-# Remove this and the SLOT line below if the code changes. Added for a dependency only change
-WEBAPP_MANUAL_SLOT="yes"
-SLOT="${PV}"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="aac flac mp3 ogg transcode"
-
-RDEPEND="dev-lang/php[gd,hash(+),iconv,mysql,pdo,session,unicode,xml,zlib]
- transcode? ( media-sound/lame
- aac? ( || ( media-libs/faad2 media-sound/alac_decoder ) )
- flac? ( media-libs/flac )
- mp3? ( media-sound/mp3splt )
- ogg? ( media-sound/mp3splt media-sound/vorbis-tools )
- )"
-DEPEND=""
-
-need_httpd_cgi
-
-src_install() {
- webapp_src_preinst
-
- doman docs/man/man1/ampache.1
- rm -rf docs/man || die "Unable to remove local man dir"
-
- dodoc docs/*
- rm -rf docs/ || die "Unable to remove local docs dir"
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_postinst_txt en "${FILESDIR}"/installdoc.txt
- webapp_src_install
-}
-
-pkg_postinst() {
- elog "Install and upgrade instructions can be found here:"
- elog " /usr/share/doc/${P}/INSTALL.bz2"
- elog " /usr/share/doc/${P}/MIGRATION.bz2"
- webapp_pkg_postinst
-}
diff --git a/www-apps/ampache/files/installdoc.txt b/www-apps/ampache/files/installdoc.txt
deleted file mode 100644
index cdd6e118238e..000000000000
--- a/www-apps/ampache/files/installdoc.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Install and upgrade instructions can be found here:
-/usr/share/doc/ampache-<version>/INSTALL.gz
-/usr/share/doc/ampache-<version>/MIGRATION.gz
-
-For general information please read:
-/usr/share/doc/ampache-<version>/README.gz
diff --git a/www-apps/ampache/metadata.xml b/www-apps/ampache/metadata.xml
deleted file mode 100644
index 56a3a2207a01..000000000000
--- a/www-apps/ampache/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <use>
- <flag name="transcode">Install optional dependencies for transcoding support</flag>
- </use>
- <upstream>
- <remote-id type="github">ampache/ampache</remote-id>
- </upstream>
-</pkgmetadata>