diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-04-28 19:24:57 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-04-28 19:24:57 +0000 |
commit | e428a89396f171802e59c9c0f8570679655de474 (patch) | |
tree | ce3600ff765d5b0270e2e5f27b3931ab19a06f08 /net-www/roundup | |
parent | Version bumped. Closes #20005. (diff) | |
download | historical-e428a89396f171802e59c9c0f8570679655de474.tar.gz historical-e428a89396f171802e59c9c0f8570679655de474.tar.bz2 historical-e428a89396f171802e59c9c0f8570679655de474.zip |
clneaup
Diffstat (limited to 'net-www/roundup')
-rw-r--r-- | net-www/roundup/Manifest | 4 | ||||
-rw-r--r-- | net-www/roundup/files/digest-roundup-0.4.2 | 1 | ||||
-rw-r--r-- | net-www/roundup/files/digest-roundup-0.5.5 | 1 | ||||
-rw-r--r-- | net-www/roundup/roundup-0.4.2.ebuild | 30 | ||||
-rw-r--r-- | net-www/roundup/roundup-0.5.5.ebuild | 30 |
5 files changed, 0 insertions, 66 deletions
diff --git a/net-www/roundup/Manifest b/net-www/roundup/Manifest index ade591fc0f92..ae24b25c0df6 100644 --- a/net-www/roundup/Manifest +++ b/net-www/roundup/Manifest @@ -1,7 +1,3 @@ MD5 a6a21d1c5141f8caf1f85fd6e035b15e ChangeLog 789 -MD5 8346cfa2978494ab9f738d68709394a7 roundup-0.4.2.ebuild 854 -MD5 dd79ce3837c690a056f992fce5f28267 roundup-0.5.5.ebuild 843 MD5 4865423eb147fd384c6f6809c0f727a2 roundup-0.5.6.ebuild 843 -MD5 c6290a7ef23235c3710bd5255c92c6d2 files/digest-roundup-0.4.2 65 -MD5 3b375fdb6e3dfc5cb978e3030657236b files/digest-roundup-0.5.5 65 MD5 7d5f9adaaa2f73b32c8dc22108358ba9 files/digest-roundup-0.5.6 65 diff --git a/net-www/roundup/files/digest-roundup-0.4.2 b/net-www/roundup/files/digest-roundup-0.4.2 deleted file mode 100644 index 47bbf456655e..000000000000 --- a/net-www/roundup/files/digest-roundup-0.4.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 48ee068eed0fcee0fced106d07d5e923 roundup-0.4.2.tar.gz 386645 diff --git a/net-www/roundup/files/digest-roundup-0.5.5 b/net-www/roundup/files/digest-roundup-0.5.5 deleted file mode 100644 index aeb1645312e0..000000000000 --- a/net-www/roundup/files/digest-roundup-0.5.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 0f003b5c495a7d49e0da25f7e8d665c7 roundup-0.5.5.tar.gz 465474 diff --git a/net-www/roundup/roundup-0.4.2.ebuild b/net-www/roundup/roundup-0.4.2.ebuild deleted file mode 100644 index 02fc72f1766b..000000000000 --- a/net-www/roundup/roundup-0.4.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/roundup/roundup-0.4.2.ebuild,v 1.10 2003/02/14 17:00:15 mholzer Exp $ - -S="${WORKDIR}/${P}" -DESCRIPTION="Simple-to-use and -install issue-tracking system with command-line, web, and e-mail interfaces." -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://roundup.sourceforge.net" -KEYWORDS="x86 sparc " -LICENSE="as-is" -SLOT="0" - -DEPEND=">=dev-lang/python-2.2 - >=sys-libs/db-3.2.9" - -src_compile() { - python setup.py build || die -} - -src_install() { - python setup.py install --root=${D} --prefix=/usr || die - dodoc CHANGES.txt PKG-INFO README.txt TODO.txt doc/*.txt - dohtml doc/*.html -} - -pkg_postinst() { - einfo - einfo "Run 'roundup-admin install' to set up a roundup instance" - einfo -} diff --git a/net-www/roundup/roundup-0.5.5.ebuild b/net-www/roundup/roundup-0.5.5.ebuild deleted file mode 100644 index a31a4672f1a2..000000000000 --- a/net-www/roundup/roundup-0.5.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/roundup/roundup-0.5.5.ebuild,v 1.1 2003/02/14 17:00:15 mholzer Exp $ - -S="${WORKDIR}/${P}" -DESCRIPTION="Simple-to-use and -install issue-tracking system with command-line, web, and e-mail interfaces." -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://roundup.sourceforge.net" -KEYWORDS="x86 sparc" -LICENSE="as-is" -SLOT="0" - -DEPEND=">=dev-lang/python-2.2 - >=sys-libs/db-3.2.9" - -src_compile() { - python setup.py build || die -} - -src_install() { - python setup.py install --root=${D} --prefix=/usr || die - dodoc CHANGES.txt PKG-INFO README.txt doc/*.txt - dohtml doc/*.html -} - -pkg_postinst() { - einfo - einfo "Run 'roundup-admin install' to set up a roundup instance" - einfo -} |