diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-03-16 11:54:11 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-03-16 11:54:11 +0000 |
commit | c58a6bd15a5d233eb637168dfc84a4fe34c010a0 (patch) | |
tree | b08d75f9d9403222928fa1d0efea89cd0ddd4ba9 /dev-python/whisper | |
parent | Clean up (diff) | |
download | gentoo-2-c58a6bd15a5d233eb637168dfc84a4fe34c010a0.tar.gz gentoo-2-c58a6bd15a5d233eb637168dfc84a4fe34c010a0.tar.bz2 gentoo-2-c58a6bd15a5d233eb637168dfc84a4fe34c010a0.zip |
migration revbump
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/whisper')
-rw-r--r-- | dev-python/whisper/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/whisper/whisper-0.9.10-r1.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-python/whisper/ChangeLog b/dev-python/whisper/ChangeLog index 7a63287312d7..d6c46473508d 100644 --- a/dev-python/whisper/ChangeLog +++ b/dev-python/whisper/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/whisper -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/whisper/ChangeLog,v 1.4 2012/07/30 06:50:10 patrick Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/whisper/ChangeLog,v 1.5 2013/03/16 11:54:11 idella4 Exp $ + +*whisper-0.9.10-r1 (16 Mar 2013) + + 16 Mar 2013; Ian Delaney <idella4@gentoo.org> +whisper-0.9.10-r1.ebuild: + migration revbump *whisper-0.9.10 (30 Jul 2012) diff --git a/dev-python/whisper/whisper-0.9.10-r1.ebuild b/dev-python/whisper/whisper-0.9.10-r1.ebuild new file mode 100644 index 000000000000..b6eda8848670 --- /dev/null +++ b/dev-python/whisper/whisper-0.9.10-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/whisper/whisper-0.9.10-r1.ebuild,v 1.1 2013/03/16 11:54:11 idella4 Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_{5,6,7} pypy{1_9,2_0} ) + +inherit distutils-r1 + +DESCRIPTION="Fixed size round-robin style database" +HOMEPAGE="http://graphite.wikidot.com/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" |