diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-15 22:01:45 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-15 22:01:45 +0000 |
commit | 30d2b3e2f4eca0407bf9cc24eef0548bf26f8cdc (patch) | |
tree | ee7ca5c2d3ad85b0728a91eb7ab8dec37fb3b746 /www-apps/roundup | |
parent | stable ppc, bug 327379 (diff) | |
download | gentoo-2-30d2b3e2f4eca0407bf9cc24eef0548bf26f8cdc.tar.gz gentoo-2-30d2b3e2f4eca0407bf9cc24eef0548bf26f8cdc.tar.bz2 gentoo-2-30d2b3e2f4eca0407bf9cc24eef0548bf26f8cdc.zip |
Delete older ebuilds.
Diffstat (limited to 'www-apps/roundup')
-rw-r--r-- | www-apps/roundup/roundup-1.4.13.ebuild | 43 | ||||
-rw-r--r-- | www-apps/roundup/roundup-1.4.14.ebuild | 43 |
2 files changed, 0 insertions, 86 deletions
diff --git a/www-apps/roundup/roundup-1.4.13.ebuild b/www-apps/roundup/roundup-1.4.13.ebuild deleted file mode 100644 index 90f101503127..000000000000 --- a/www-apps/roundup/roundup-1.4.13.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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.13.ebuild,v 1.5 2010/07/03 12:37:24 armin76 Exp $ - -EAPI="2" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Simple-to-use and -install issue-tracking system with command-line, web, and e-mail interfaces." -HOMEPAGE="http://roundup.sourceforge.net http://pypi.python.org/pypi/roundup" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT ZPL" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -DEPEND=">=sys-libs/db-3.2.9" -RDEPEND="${DEPEND}" -RESTRICT_PYTHON_ABIS="3.*" - -src_install() { - distutils_src_install - dodoc CHANGES.txt doc/*.txt - dohtml doc/*.html - dobin "${FILESDIR}/roundup" || die "dobin failed" -} - -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.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" - ewarn "log is in [tracker home]/roundup.log" - ewarn "pid file is in [tracker home]/roundup.pid" - ewarn - ewarn "See upgrading.txt for upgrading instructions." -} diff --git a/www-apps/roundup/roundup-1.4.14.ebuild b/www-apps/roundup/roundup-1.4.14.ebuild deleted file mode 100644 index 5d69e5d6eccc..000000000000 --- a/www-apps/roundup/roundup-1.4.14.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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.14.ebuild,v 1.5 2010/07/19 01:19:23 josejx Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Simple-to-use and -install issue-tracking system with command-line, web, and e-mail interfaces." -HOMEPAGE="http://roundup.sourceforge.net http://pypi.python.org/pypi/roundup" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT ZPL" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -DEPEND=">=sys-libs/db-3.2.9" -RDEPEND="${DEPEND}" - -src_install() { - distutils_src_install - dodoc CHANGES.txt doc/*.txt - dohtml doc/*.html - dobin "${FILESDIR}/roundup" || die "dobin failed" -} - -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.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" - ewarn "log is in [tracker home]/roundup.log" - ewarn "pid file is in [tracker home]/roundup.pid" - ewarn - ewarn "See upgrading.txt for upgrading instructions." -} |