diff options
Diffstat (limited to 'www-apps/ampache/ampache-3.5.4.ebuild')
-rw-r--r-- | www-apps/ampache/ampache-3.5.4.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www-apps/ampache/ampache-3.5.4.ebuild b/www-apps/ampache/ampache-3.5.4.ebuild index 1180776b6730..9b78350900ec 100644 --- a/www-apps/ampache/ampache-3.5.4.ebuild +++ b/www-apps/ampache/ampache-3.5.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ampache-3.5.4.ebuild,v 1.1 2010/12/09 10:01:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ampache-3.5.4.ebuild,v 1.2 2012/06/22 21:24:02 mabi Exp $ EAPI="2" -inherit webapp depend.php +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/" @@ -41,7 +41,7 @@ src_install() { pkg_postinst() { elog "Install and upgrade instructions can be found here:" - elog " /usr/share/doc/${P}/INSTALL.gz" - elog " /usr/share/doc/${P}/MIGRATION.gz" + elog " /usr/share/doc/${P}/INSTALL.bz2" + elog " /usr/share/doc/${P}/MIGRATION.bz2" webapp_pkg_postinst } |