diff options
author | 2010-02-07 20:18:40 +0000 | |
---|---|---|
committer | 2010-02-07 20:18:40 +0000 | |
commit | 747175397bde18b59919ac8b263a3025f5edb8d1 (patch) | |
tree | 843bb3df061641b4bb8d3522957f26b64dfde27c /www-apps/roundup | |
parent | Add inherit eutils: domenu is defined there. (diff) | |
download | historical-747175397bde18b59919ac8b263a3025f5edb8d1.tar.gz historical-747175397bde18b59919ac8b263a3025f5edb8d1.tar.bz2 historical-747175397bde18b59919ac8b263a3025f5edb8d1.zip |
Set PYTHON_DEPEND. Fix typo in pkg_postinst().
Package-Manager: portage-15325-svn/cvs/Linux x86_64
Diffstat (limited to 'www-apps/roundup')
-rw-r--r-- | www-apps/roundup/Manifest | 2 | ||||
-rw-r--r-- | www-apps/roundup/roundup-1.4.11.ebuild | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest index 0d9f67e3b3a4..79a93e1ee438 100644 --- a/www-apps/roundup/Manifest +++ b/www-apps/roundup/Manifest @@ -5,7 +5,7 @@ DIST roundup-1.4.4.tar.gz 1362370 RMD160 b04574a556b567825d1c7136acc8bb0c29875ff DIST roundup-1.4.6.tar.gz 1370687 RMD160 3b15b8e6a85dd6346ddc4faee6a5387b44ffc377 SHA1 5691718bc2454a11a39129518919da259fa4422b SHA256 210209035ca2161c48117eeeedfc61194292920f1b8ac511342d369836b5b2f5 DIST roundup-1.4.8-locale-utf8.patch.bz2 22900 RMD160 83e54562fa4305a5dc48419e8179e60a68c0e4fe SHA1 b80944986f5f5722bd2c41b2ade5272ff8ec1599 SHA256 3315c51a8a6dda9d566769823eebb7226083d16d0f5e62ac229f72e4b87eb5d8 DIST roundup-1.4.8.tar.gz 1240197 RMD160 c643315e7029275632d914ce4db37c70598fb3a5 SHA1 242d0144cee4555884a82727a9797a65adcb82cc SHA256 5dcc79732a6cf017f56445ced2eb0481df78df60cbed18344f23af1eda145235 -EBUILD roundup-1.4.11.ebuild 1444 RMD160 65cc05f18f7535f229b28b5b93d48dcfa5c7ed09 SHA1 8c5732358f510ccbaccb8928fea2624a95aada63 SHA256 34051c130d417c5cd9cf9a322bef96982e9885a7b99c7f08b3f5a4e5f73f85d2 +EBUILD roundup-1.4.11.ebuild 1463 RMD160 33df6395b91e836470ff6aadcad0ead6d2774281 SHA1 c0e64b29c87f7f847e10be16a6f728eed71553e6 SHA256 328898adab40efc6f5788da6ced222c523a57d11850e087689058e80f23a4851 EBUILD roundup-1.4.4-r1.ebuild 1523 RMD160 b77bfa82056150e447684b28a8b50226e8d04d81 SHA1 7e786e91dbcc4c8c5d8bf872649974e09942677b SHA256 d731c391aed790629a6da9c86cf5db346a632c3e7430bcc8d02227976dff7568 EBUILD roundup-1.4.6.ebuild 1482 RMD160 0a696ed2e8fd43644d86ba10c5aecde8b2197013 SHA1 2f60af55d0583519b9661f1069a31668ebb40368 SHA256 fdc23613e445bd678e79b8d1c1c23c2050caffdee8bd0629bd0471f6b06f9ee9 EBUILD roundup-1.4.8-r1.ebuild 1473 RMD160 992b8545ea7a404e597491f15bdbfa58a24beeb2 SHA1 89c7e518a1811ec465b9e8d940499b586d66a3db SHA256 860f56dcc6d2c2f94e4fd9e3d6284e8f9c07a8fe46bb682eee07bb7ee1f45c57 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" |