summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-19 21:33:00 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-19 21:33:00 +0000
commit75e63b77eb3e322488eb7a8a0120674d987e9785 (patch)
tree327d5d1d30249cb13e300c93972cab375125818a /dev-python/log4py
parentUse --with-computed-gotos (bug #296574). (diff)
downloadgentoo-2-75e63b77eb3e322488eb7a8a0120674d987e9785.tar.gz
gentoo-2-75e63b77eb3e322488eb7a8a0120674d987e9785.tar.bz2
gentoo-2-75e63b77eb3e322488eb7a8a0120674d987e9785.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/log4py')
-rw-r--r--dev-python/log4py/log4py-1.1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/log4py/log4py-1.1.ebuild b/dev-python/log4py/log4py-1.1.ebuild
deleted file mode 100644
index 939683df5683..000000000000
--- a/dev-python/log4py/log4py-1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/log4py/log4py-1.1.ebuild,v 1.10 2007/07/04 20:18:21 hawking Exp $
-
-inherit distutils
-
-DESCRIPTION="A python logging module similar to log4j"
-HOMEPAGE="http://www.its4you.at/english/log4py.html"
-#SRC_URI="http://www.its4you.at/downloads/files/${P}.tar.gz"
-SRC_URI="mirror://sourceforge/log4py/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="x86 ppc sparc"
-IUSE=""
-
-DEPEND="virtual/python"
-RDEPEND=""
-
-src_install() {
- DOCS="doc/*.* database/* log4py-test.py"
- distutils_src_install
- dohtml -r doc/html/*
-
- insinto /etc
- doins log4py.conf
-}