summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2004-06-07 14:54:37 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2004-06-07 14:54:37 +0000
commit741c315403f6e2c7910f3402af1e0af3804dd658 (patch)
tree58b7534c8d039645fe5c59f1655da88147b2ee41 /dev-python/lupy
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-741c315403f6e2c7910f3402af1e0af3804dd658.tar.gz
gentoo-2-741c315403f6e2c7910f3402af1e0af3804dd658.tar.bz2
gentoo-2-741c315403f6e2c7910f3402af1e0af3804dd658.zip
version bump
Diffstat (limited to 'dev-python/lupy')
-rw-r--r--dev-python/lupy/ChangeLog7
-rw-r--r--dev-python/lupy/Manifest5
-rw-r--r--dev-python/lupy/files/digest-lupy-0.2.11
-rw-r--r--dev-python/lupy/lupy-0.2.1.ebuild21
4 files changed, 32 insertions, 2 deletions
diff --git a/dev-python/lupy/ChangeLog b/dev-python/lupy/ChangeLog
index 565fe0323c10..aff08be631cb 100644
--- a/dev-python/lupy/ChangeLog
+++ b/dev-python/lupy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/lupy
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lupy/ChangeLog,v 1.2 2004/04/15 23:07:09 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lupy/ChangeLog,v 1.3 2004/06/07 14:51:35 lordvan Exp $
+
+*lupy-0.2.1 (07 Jun 2004)
+
+ 07 Jun 2004; Thomas Raschbacher <lordvan@gentoo.org> +lupy-0.2.1.ebuild:
+ version bump
15 Apr 2004; Michael McCabe <randy@gentoo.org> lupy-0.1.5.5.1.ebuild:
adding s390 keywords
diff --git a/dev-python/lupy/Manifest b/dev-python/lupy/Manifest
index 39f3194f6bdb..bcbbd80429ec 100644
--- a/dev-python/lupy/Manifest
+++ b/dev-python/lupy/Manifest
@@ -1,4 +1,7 @@
-MD5 3a4489f2ae402ee759c37838e10e4c77 ChangeLog 435
MD5 e18f5eb70a897738e37945349a4b145e lupy-0.1.5.5.1.ebuild 579
+MD5 e18f5eb70a897738e37945349a4b145e lupy-0.2.1.ebuild~ 579
+MD5 25084e406ba154d9370c4a74968ae669 lupy-0.2.1.ebuild 580
+MD5 3a4489f2ae402ee759c37838e10e4c77 ChangeLog 435
MD5 19df39ef54fc4a8677998f19bb6046ac metadata.xml 218
MD5 0f60e060b28ea362d83860a419037ac5 files/digest-lupy-0.1.5.5.1 65
+MD5 fc06876de6c00000062b0458ac1a4be2 files/digest-lupy-0.2.1 61
diff --git a/dev-python/lupy/files/digest-lupy-0.2.1 b/dev-python/lupy/files/digest-lupy-0.2.1
new file mode 100644
index 000000000000..22d280935688
--- /dev/null
+++ b/dev-python/lupy/files/digest-lupy-0.2.1
@@ -0,0 +1 @@
+MD5 515ea0b4aab8dd8299480cb9a0da6068 Lupy-0.2.1.tar.gz 52269
diff --git a/dev-python/lupy/lupy-0.2.1.ebuild b/dev-python/lupy/lupy-0.2.1.ebuild
new file mode 100644
index 000000000000..36e5f133587c
--- /dev/null
+++ b/dev-python/lupy/lupy-0.2.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lupy/lupy-0.2.1.ebuild,v 1.1 2004/06/07 14:51:35 lordvan Exp $
+
+inherit distutils
+
+MY_PN="Lupy"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Lupy is a is a full-text indexer and search engine written in Python."
+HOMEPAGE="http://www.divmod.org/Lupy/index.html"
+SRC_URI="mirror://sourceforge/lupy/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86 ~s390"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.2"
+
+S=${WORKDIR}/${MY_P}
+