diff options
author | Michael Marineau <marineam@gentoo.org> | 2005-08-03 02:34:11 +0000 |
---|---|---|
committer | Michael Marineau <marineam@gentoo.org> | 2005-08-03 02:34:11 +0000 |
commit | 50587652608181362a31acb1b8d029e6ca0acd00 (patch) | |
tree | d408227e6e24247cd5b72a8a38fceff54c850490 /www-apps | |
parent | digest update (diff) | |
download | historical-50587652608181362a31acb1b8d029e6ca0acd00.tar.gz historical-50587652608181362a31acb1b8d029e6ca0acd00.tar.bz2 historical-50587652608181362a31acb1b8d029e6ca0acd00.zip |
Version Bump
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/ampache/Manifest | 9 | ||||
-rw-r--r-- | www-apps/ampache/ampache-3.3.1.3.ebuild | 35 | ||||
-rw-r--r-- | www-apps/ampache/files/ampache-3.3.1.3-webinstall.txt | 23 | ||||
-rw-r--r-- | www-apps/ampache/files/digest-ampache-3.3.1.3 | 1 |
4 files changed, 65 insertions, 3 deletions
diff --git a/www-apps/ampache/Manifest b/www-apps/ampache/Manifest index c88db9525156..f4db2f413362 100644 --- a/www-apps/ampache/Manifest +++ b/www-apps/ampache/Manifest @@ -4,12 +4,15 @@ Hash: SHA1 MD5 a733644b68dd9a02fc97167f7c56adc2 ampache-3.3.1.2.ebuild 788 MD5 c65381f02ac4892b45b00e05527f687d ChangeLog 1121 MD5 46ab575d4d218ddb1fe7500850065f03 metadata.xml 257 +MD5 e366b137bc054903b9acaa603e3305fa ampache-3.3.1.3.ebuild 788 +MD5 bca60999fc1787d45fa77e621731126c files/ampache-3.3.1.3-webinstall.txt 1376 MD5 bca60999fc1787d45fa77e621731126c files/ampache-3.3.1.2-webinstall.txt 1376 MD5 f1214bb0110c47986016a5f833d1f82d files/digest-ampache-3.3.1.2 68 +MD5 195ea4b6ba8bd1d57f1fc47de86e5d3c files/digest-ampache-3.3.1.3 68 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCzKKwnVkA0cTr1F4RAuKmAJ0TWNuhrRXzm7HhC8RPgbVyzuzzBQCaAgV9 -fzJWfd2ZwZZEzrgOgJ9v1Ls= -=+qcK +iD8DBQFC8C01nVkA0cTr1F4RAsrzAJ9IOmGfX0SUCjV+mMmSU017Ui5ajACgg/// +rhvoqCGIp7X3/aBlQs64qR4= +=9s+5 -----END PGP SIGNATURE----- diff --git a/www-apps/ampache/ampache-3.3.1.3.ebuild b/www-apps/ampache/ampache-3.3.1.3.ebuild new file mode 100644 index 000000000000..0e760160d1ee --- /dev/null +++ b/www-apps/ampache/ampache-3.3.1.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ampache-3.3.1.3.ebuild,v 1.1 2005/08/03 02:34:11 marineam Exp $ + +inherit webapp + +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="~ppc ~x86" +IUSE="" + +RDEPEND="net-www/apache + dev-php/php + dev-db/mysql" +DEPEND="" + +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}/${P}-webinstall.txt + webapp_src_install +} + diff --git a/www-apps/ampache/files/ampache-3.3.1.3-webinstall.txt b/www-apps/ampache/files/ampache-3.3.1.3-webinstall.txt new file mode 100644 index 000000000000..b7c023447d2d --- /dev/null +++ b/www-apps/ampache/files/ampache-3.3.1.3-webinstall.txt @@ -0,0 +1,23 @@ +Installing Using the Web Interface: + +As of 3.3-Beta3 Ampache includes an web based installation script. In order +for the script to work correctly you will need a user that has Database +create and modify rights for your mysql server. To use this script simply +visit /install.php. If you get a Access Denied make sure that your /config +directory does not contain an existing ampache.cfg + + Step 1 - Inserting the database, this requires you to enter + a username/pass for MySQL that is able to create + a brand new database and insert new tables. This does + not have to be the user you actually run ampache as + Step 2 - Creating the Config file, this step asks for a 'user' + level account for MySQL that has full access over + the newly created ampache database, this can be the + same as the last step, but it is not recommended. + Ampache will attempt to write the config file directly + to the /config directory, if it isn't able to it + should prompt you to download the ampache.cfg simply + put it into /config and then visit the login page. + Step 3 - Creating the Initial User Account, you will be asked + for a username and password for the administrator + account. diff --git a/www-apps/ampache/files/digest-ampache-3.3.1.3 b/www-apps/ampache/files/digest-ampache-3.3.1.3 new file mode 100644 index 000000000000..bf9895a241c8 --- /dev/null +++ b/www-apps/ampache/files/digest-ampache-3.3.1.3 @@ -0,0 +1 @@ +MD5 3e3d4ab4d79d0ba2b08fee258ad92d3b ampache-3.3.1.3.tar.gz 1606457 |