summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-03-01 23:55:48 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-03-01 23:55:48 +0000
commit1b5716c26db3397468d302de891a59a706ec6348 (patch)
treef7f8df7dbf6ba8b892f997ea4eb39a07640103fc /dev-python/buzhug
parentVersion bumped. (diff)
downloadgentoo-2-1b5716c26db3397468d302de891a59a706ec6348.tar.gz
gentoo-2-1b5716c26db3397468d302de891a59a706ec6348.tar.bz2
gentoo-2-1b5716c26db3397468d302de891a59a706ec6348.zip
Bump to 1.5. Removed doc useflag as the docs aren't in the tarball anymore. Fixes #260779
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/buzhug')
-rw-r--r--dev-python/buzhug/ChangeLog8
-rw-r--r--dev-python/buzhug/buzhug-1.5.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-python/buzhug/ChangeLog b/dev-python/buzhug/ChangeLog
index aa2744b3304a..bf657c344383 100644
--- a/dev-python/buzhug/ChangeLog
+++ b/dev-python/buzhug/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/buzhug
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/buzhug/ChangeLog,v 1.2 2009/01/24 15:44:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/buzhug/ChangeLog,v 1.3 2009/03/01 23:55:48 patrick Exp $
+
+*buzhug-1.5 (01 Mar 2009)
+
+ 01 Mar 2009; Patrick Lauer <patrick@gentoo.org> +buzhug-1.5.ebuild:
+ Bump to 1.5. Removed doc useflag as the docs aren't in the tarball
+ anymore. Fixes #260779
*buzhug-1.4 (24 Jan 2009)
diff --git a/dev-python/buzhug/buzhug-1.5.ebuild b/dev-python/buzhug/buzhug-1.5.ebuild
new file mode 100644
index 000000000000..be1cbdc40006
--- /dev/null
+++ b/dev-python/buzhug/buzhug-1.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/buzhug/buzhug-1.5.ebuild,v 1.1 2009/03/01 23:55:48 patrick Exp $
+
+NEED_PYTHON=2.3
+
+inherit distutils
+
+DESCRIPTION="Fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive"
+HOMEPAGE="http://buzhug.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=app-arch/unzip-5"
+RDEPEND=""
+
+# docs are no longer in the tarball
+#src_install() {
+# distutils_src_install
+# if use doc; then
+# cd "${S}/doc"
+# dohtml *.html *.css
+# fi
+#}