commit:     3b3eaab9e93caffa671f98fbfc306d3f3e91569f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 11:17:53 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 11:20:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3eaab9

www-apps/roundup: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apps/roundup/Manifest              |  1 -
 www-apps/roundup/roundup-1.4.21.ebuild | 39 ----------------------------------
 2 files changed, 40 deletions(-)

diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest
index 325991a..15857ef 100644
--- a/www-apps/roundup/Manifest
+++ b/www-apps/roundup/Manifest
@@ -1,3 +1,2 @@
 DIST roundup-1.4.20.tar.gz 2127168 SHA256 
a38a2f4bdf1076f2107de683f1d4e10450edaf94a1be9438198a5cb2241a13a2 SHA512 
62a1ca744afb7e17a4e165d695e1623d73810a3d3e6c374a4b73d010fcc3e93756ca0bfb6dc4cf7937acd1156c4b938e881e2e9ffd9b0c8e4c4366b730cc43b1
 WHIRLPOOL 
6fb918d427f304081b666390eefbc3a330bfe9a93b6e89aef2905e2b27b2a68fe74691fbf95569095b4f504703f9cd68823c3c9761b25db5be9cfa6439a07dd5
-DIST roundup-1.4.21.tar.gz 2460371 SHA256 
3cb940e7e9063f8c821952796eee3997a8fd944bf570025ccc9a02e19c9ab644 SHA512 
1c978c5c6030659d6a9618c9c0a6fa9afc28f21e8eac88fd208dd64a37818da65ce3b5b69010f5846e539408f135636221180e7ee873e36333ae0a92f6029a5f
 WHIRLPOOL 
1b60030e2ce5df692c9eb480cd5572af3927ee0bcfec00f17b83b2a59e21f893bc7660ccf2eebd26fc862db87260654234066baab4d07bec5144af02b28da1a3
 DIST roundup-1.5.0.tar.gz 2388893 SHA256 
45ab9d3d92ff4ad7f1bb7ac561df43ca3c7e07129caab0dea810aa508f047be7 SHA512 
b861f1fe63b702a4831773a291907818c853fa3593b05165019ea666a3ee2dd538845db8bcb5156cf2247caa4180f3ad44d1e08ed9279d95c131313934e39d70
 WHIRLPOOL 
2821cf7714cbd22694b0195419af75d90fb7b7bb3507bc706a3398bcae23500d63a82bb67eeb9482a7ae1296b5b3096fde2fee10d49282db176159d9009776d7

diff --git a/www-apps/roundup/roundup-1.4.21.ebuild 
b/www-apps/roundup/roundup-1.4.21.ebuild
deleted file mode 100644
index e5e9a6a..00000000
--- a/www-apps/roundup/roundup-1.4.21.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple-to-use and -install issue-tracking system with 
command-line, web, and e-mail interfaces"
-HOMEPAGE="http://roundup.sourceforge.net https://pypi.python.org/pypi/roundup";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT ZPL"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-DEPEND=">=sys-libs/db-3.2.9"
-RDEPEND="${DEPEND}"
-
-DOCS="CHANGES.txt doc/*.txt"
-
-python_install_all() {
-       rm -r "${ED}"/usr/share/doc/${PN} || die
-       dohtml -r doc/*
-}
-
-pkg_postinst() {
-       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."
-}

Reply via email to