diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-07 20:18:40 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-07 20:18:40 +0000 |
commit | 134764361c528acc8bdc6901e61a3bc8c053b8ce (patch) | |
tree | eaf03f4e742e66436e4925a1176f8a0a055858a8 /www-apps | |
parent | Add inherit eutils: domenu is defined there. (diff) | |
download | gentoo-2-134764361c528acc8bdc6901e61a3bc8c053b8ce.tar.gz gentoo-2-134764361c528acc8bdc6901e61a3bc8c053b8ce.tar.bz2 gentoo-2-134764361c528acc8bdc6901e61a3bc8c053b8ce.zip |
Set PYTHON_DEPEND. Fix typo in pkg_postinst().
(Portage version: 15325-svn/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/roundup/roundup-1.4.11.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www-apps/roundup/roundup-1.4.11.ebuild b/www-apps/roundup/roundup-1.4.11.ebuild index ce5c787c9676..474cf429c2bd 100644 --- a/www-apps/roundup/roundup-1.4.11.ebuild +++ b/www-apps/roundup/roundup-1.4.11.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/roundup/roundup-1.4.11.ebuild,v 1.2 2010/02/05 17:57:48 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/roundup/roundup-1.4.11.ebuild,v 1.3 2010/02/07 20:18:40 arfrever Exp $ EAPI="2" +PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" inherit distutils @@ -31,7 +32,7 @@ pkg_postinst() { ewarn ewarn "As a non privileged user! (not root)" ewarn "Run 'roundup-admin install' to set up a roundup instance" - ewarn "Then edit your config.py file in the tracker home you setup" + ewarn "Then edit your config.ini file in the tracker home you setup" ewarn "Run 'roundup-admin initialise' to setup the admin pass" ewarn "run /usr/bin/roundup start port host \"your tracker name\" [your tracker home], and all should work!" ewarn "run /usr/bin/roundup stop [your tracker home] to stop the server" |