diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-02-17 20:58:48 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-02-17 20:58:48 +0000 |
commit | 40b11a2ef96cb8b90e974130aedcacd8d5c91388 (patch) | |
tree | 92298c020ac794785f7ba2afaaf76972732d3f12 | |
parent | Move to unstable to give the PAX_FLAGS stuff a test run. (Manifest recommit) (diff) | |
download | gentoo-2-40b11a2ef96cb8b90e974130aedcacd8d5c91388.tar.gz gentoo-2-40b11a2ef96cb8b90e974130aedcacd8d5c91388.tar.bz2 gentoo-2-40b11a2ef96cb8b90e974130aedcacd8d5c91388.zip |
Version bump.
-rw-r--r-- | dev-python/logilab-common/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/logilab-common/files/digest-logilab-common-0.4.4 | 1 | ||||
-rw-r--r-- | dev-python/logilab-common/logilab-common-0.4.4.ebuild | 19 |
3 files changed, 28 insertions, 2 deletions
diff --git a/dev-python/logilab-common/ChangeLog b/dev-python/logilab-common/ChangeLog index 72d4baeffbe2..dc4a1d25073a 100644 --- a/dev-python/logilab-common/ChangeLog +++ b/dev-python/logilab-common/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/logilab-common -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.1 2003/10/14 18:21:54 liquidx Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.2 2004/02/17 20:58:47 kloeri Exp $ + +*logilab-common-0.4.4 (17 Feb 2004) + + 17 Feb 2004; Bryan Østergaard,,, <kloeri@gentoo.org> + logilab-common-0.4.4.ebuild: + Version bump. *logilab-common-0.3.4 (14 Oct 2003) diff --git a/dev-python/logilab-common/files/digest-logilab-common-0.4.4 b/dev-python/logilab-common/files/digest-logilab-common-0.4.4 new file mode 100644 index 000000000000..93a0b046845f --- /dev/null +++ b/dev-python/logilab-common/files/digest-logilab-common-0.4.4 @@ -0,0 +1 @@ +MD5 4cd3ce38efbd27c6cf4223f0ced2a5b5 common-0.4.4.tar.gz 61522 diff --git a/dev-python/logilab-common/logilab-common-0.4.4.ebuild b/dev-python/logilab-common/logilab-common-0.4.4.ebuild new file mode 100644 index 000000000000..b12f67ec1d16 --- /dev/null +++ b/dev-python/logilab-common/logilab-common-0.4.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.4.4.ebuild,v 1.1 2004/02/17 20:58:48 kloeri Exp $ + +inherit distutils + +DESCRIPTION="Several modules providing low level functionnalities shared among some python projects developped by logilab." +SRC_URI="ftp://ftp.logilab.org/pub/common/${P#logilab-}.tar.gz" +HOMEPAGE="http://www.logilab.org/projects/common/" + +SLOT="0" +KEYWORDS="x86" +LICENSE="GPL-2" +DEPEND="" + +S=${WORKDIR}/${P#logilab-} + +PYTHON_MODNAME="logilab" +DOCS="" |