summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Marineau <marineam@gentoo.org>2007-02-11 05:17:49 +0000
committerMichael Marineau <marineam@gentoo.org>2007-02-11 05:17:49 +0000
commit21c69f1aec869eb0bd5d1dacfb6690d98fafeb8d (patch)
tree4b3383aa663e622d25d4aacded00429ae00236f0 /www-apps
parentChanged virtual/cdrtools from app-cdr/cdrtools to app-cdr/cdrkit. (diff)
downloadgentoo-2-21c69f1aec869eb0bd5d1dacfb6690d98fafeb8d.tar.gz
gentoo-2-21c69f1aec869eb0bd5d1dacfb6690d98fafeb8d.tar.bz2
gentoo-2-21c69f1aec869eb0bd5d1dacfb6690d98fafeb8d.zip
Version bump
(Portage version: 2.1.1-r2)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/ampache/ChangeLog7
-rw-r--r--www-apps/ampache/ampache-3.3.3.ebuild41
-rw-r--r--www-apps/ampache/files/digest-ampache-3.3.33
3 files changed, 50 insertions, 1 deletions
diff --git a/www-apps/ampache/ChangeLog b/www-apps/ampache/ChangeLog
index 402fa4838398..f82ffee6cf36 100644
--- a/www-apps/ampache/ChangeLog
+++ b/www-apps/ampache/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-apps/ampache
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ChangeLog,v 1.21 2007/02/05 00:07:39 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ChangeLog,v 1.22 2007/02/11 05:17:49 marineam Exp $
+
+*ampache-3.3.3 (11 Feb 2007)
+
+ 11 Feb 2007; Michael Marineau <marineam@gentoo.org> +ampache-3.3.3.ebuild:
+ Version bump
05 Feb 2007; Steve Dibb <beandog@gentoo.org> ampache-3.3.2.1.ebuild:
amd64 stable, bug 156964
diff --git a/www-apps/ampache/ampache-3.3.3.ebuild b/www-apps/ampache/ampache-3.3.3.ebuild
new file mode 100644
index 000000000000..63b51e3be196
--- /dev/null
+++ b/www-apps/ampache/ampache-3.3.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ampache-3.3.3.ebuild,v 1.1 2007/02/11 05:17:49 marineam Exp $
+
+inherit webapp depend.php
+
+DESCRIPTION="Ampache is a PHP-based tool for managing, updating and playing your audio files via a web interface."
+HOMEPAGE="http://www.ampache.org/"
+SRC_URI="http://www.ampache.org/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="virtual/httpd-php"
+DEPEND=""
+
+need_php
+
+pkg_setup() {
+ webapp_pkg_setup
+
+ require_php_with_use pcre session unicode iconv xml mysql gd zlib
+}
+
+src_compile() {
+ einfo "Nothing to compile"
+}
+
+src_install() {
+ webapp_src_preinst
+
+ dodoc ${S}/docs/*
+ rm -rf ${S}/docs
+
+ cp -R . ${D}${MY_HTDOCSDIR}
+
+ webapp_postinst_txt en ${FILESDIR}/installdoc.txt
+ webapp_src_install
+}
+
diff --git a/www-apps/ampache/files/digest-ampache-3.3.3 b/www-apps/ampache/files/digest-ampache-3.3.3
new file mode 100644
index 000000000000..dbdc2e85be49
--- /dev/null
+++ b/www-apps/ampache/files/digest-ampache-3.3.3
@@ -0,0 +1,3 @@
+MD5 6e84134e83d33766adc389cdbfdfc457 ampache-3.3.3.tar.gz 1847807
+RMD160 a9540f5907578005c0f0eaf082c7b630775b0bd2 ampache-3.3.3.tar.gz 1847807
+SHA256 65d0912aa8a7a9eb1613ac3f3a84a8c8bea9be521e3a954a639cfbbee0dc56c3 ampache-3.3.3.tar.gz 1847807