diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-17 20:48:07 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-17 20:48:07 +0000 |
commit | 0bd7cacba1d58fdd592022580d7060debc9360f8 (patch) | |
tree | c9310e97785d55d063416574378acf9d8d269c17 /dev-python/timelib | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-0bd7cacba1d58fdd592022580d7060debc9360f8.tar.gz gentoo-2-0bd7cacba1d58fdd592022580d7060debc9360f8.tar.bz2 gentoo-2-0bd7cacba1d58fdd592022580d7060debc9360f8.zip |
Version bump.
(Portage version: 2.2_rc97_p2/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/timelib')
-rw-r--r-- | dev-python/timelib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/timelib/timelib-0.2.2.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-python/timelib/ChangeLog b/dev-python/timelib/ChangeLog index 21206072adb6..14391f1d2864 100644 --- a/dev-python/timelib/ChangeLog +++ b/dev-python/timelib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/timelib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.2 2010/01/12 13:41:37 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.3 2010/10/17 20:48:07 arfrever Exp $ + +*timelib-0.2.2 (17 Oct 2010) + + 17 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -timelib-0.2.1.ebuild, +timelib-0.2.2.ebuild: + Version bump. 12 Jan 2010; Christian Faulhammer <fauli@gentoo.org> timelib-0.2.1.ebuild: add ~x86, bug 297725 diff --git a/dev-python/timelib/timelib-0.2.2.ebuild b/dev-python/timelib/timelib-0.2.2.ebuild new file mode 100644 index 000000000000..5a2e19990270 --- /dev/null +++ b/dev-python/timelib/timelib-0.2.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.2.ebuild,v 1.1 2010/10/17 20:48:07 arfrever Exp $ + +EAPI="3" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="parse english textual date descriptions" +HOMEPAGE="http://pypi.python.org/pypi/timelib" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="ZLIB PHP-3.01" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND="" + +PYTHON_CFLAGS=("* + -fno-strict-aliasing") |