diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-12 09:06:49 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-12 09:06:49 +0000 |
commit | fe57c3a4bf27e2e63d6e5ad527b885e59fec4684 (patch) | |
tree | a5e5d37db2f423621c7c4866628faeb409af13fd /dev-python | |
parent | IUSE; error check; tidy (diff) | |
download | historical-fe57c3a4bf27e2e63d6e5ad527b885e59fec4684.tar.gz historical-fe57c3a4bf27e2e63d6e5ad527b885e59fec4684.tar.bz2 historical-fe57c3a4bf27e2e63d6e5ad527b885e59fec4684.zip |
Version bump.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/optik/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/optik/Manifest | 4 | ||||
-rw-r--r-- | dev-python/optik/files/digest-optik-1.4.1 | 1 | ||||
-rw-r--r-- | dev-python/optik/optik-1.4.1.ebuild | 25 |
4 files changed, 35 insertions, 2 deletions
diff --git a/dev-python/optik/ChangeLog b/dev-python/optik/ChangeLog index b53995b51123..944459c4f4d6 100644 --- a/dev-python/optik/ChangeLog +++ b/dev-python/optik/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/optik # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/optik/ChangeLog,v 1.11 2004/05/04 12:00:33 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/optik/ChangeLog,v 1.12 2004/05/12 09:06:49 kloeri Exp $ + +*optik-1.4.1 (12 May 2004) + + 12 May 2004; Bryan Østergaard <kloeri@gentoo.org> +optik-1.4.1.ebuild: + Version bump. 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> optik-1.2.ebuild, optik-1.3.ebuild: diff --git a/dev-python/optik/Manifest b/dev-python/optik/Manifest index 71061e2af0d8..2a179bfb75e6 100644 --- a/dev-python/optik/Manifest +++ b/dev-python/optik/Manifest @@ -1,8 +1,10 @@ +MD5 2c677a839160ae4ab63f8ce900a7855e optik-1.4.1.ebuild 669 MD5 8be9e4af431acd721b8e8cc9a8bbf590 optik-1.4.ebuild 665 MD5 92160ee465ce3ddd8c3b107feac71335 optik-1.3.ebuild 684 MD5 7bbbfc9e72027fd98a512dbda4abcf6d optik-1.2.ebuild 623 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 7a7ffc1a12553448178c2de865f59cfc ChangeLog 1632 +MD5 d983cade823919a5b9f0560720a2e4b5 ChangeLog 1750 MD5 b757aba98cf0cbbfe8121044ce96437a files/digest-optik-1.2 60 MD5 1dbb96b2b617f2e339b2a56c8fb83e76 files/digest-optik-1.4 119 MD5 90a11d2a7f6c3f50647b6d155648cf85 files/digest-optik-1.3 60 +MD5 bb68abf1eea4219f67c7c24b1505512e files/digest-optik-1.4.1 62 diff --git a/dev-python/optik/files/digest-optik-1.4.1 b/dev-python/optik/files/digest-optik-1.4.1 new file mode 100644 index 000000000000..55cb19365f1b --- /dev/null +++ b/dev-python/optik/files/digest-optik-1.4.1 @@ -0,0 +1 @@ +MD5 2696d5d1d8617fba794ee8271974bd61 Optik-1.4.1.tar.gz 47993 diff --git a/dev-python/optik/optik-1.4.1.ebuild b/dev-python/optik/optik-1.4.1.ebuild new file mode 100644 index 000000000000..b50d5b3797e3 --- /dev/null +++ b/dev-python/optik/optik-1.4.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/optik/optik-1.4.1.ebuild,v 1.1 2004/05/12 09:06:49 kloeri Exp $ + +inherit distutils + +IUSE="" +S="${WORKDIR}/Optik-${PV}" +DESCRIPTION="Optik is a powerful, flexible, easy-to-use command-line parsing library for Python." +SRC_URI="mirror://sourceforge/optik/Optik-${PV}.tar.gz" +HOMEPAGE="http://optik.sourceforge.net/" + +DEPEND="virtual/python" + +SLOT="0" +KEYWORDS="~x86 ~sparc ~alpha" +LICENSE="BSD" + +mydoc="*.txt" + +src_install() { + distutils_src_install + insinto /usr/share/doc/${PF}/examples + doins examples/* +} |