diff options
-rw-r--r-- | dev-python/python-bibtex/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/python-bibtex/files/digest-python-bibtex-1.2.2 | 3 | ||||
-rw-r--r-- | dev-python/python-bibtex/python-bibtex-1.2.2.ebuild | 18 |
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-python/python-bibtex/ChangeLog b/dev-python/python-bibtex/ChangeLog index 763de649e0af..8d8e24bdb348 100644 --- a/dev-python/python-bibtex/ChangeLog +++ b/dev-python/python-bibtex/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-bibtex # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.7 2006/07/12 16:08:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.8 2006/07/18 12:09:21 nattfodd Exp $ + +*python-bibtex-1.2.2 (18 Jul 2006) + + 18 Jul 2006; Alexandre Buisse <nattfodd@gentoo.org> + +python-bibtex-1.2.2.ebuild: + Bump to 1.2.2 (requested in bug #130696). 12 Jul 2006; Aron Griffis <agriffis@gentoo.org> python-bibtex-1.2.1.ebuild: diff --git a/dev-python/python-bibtex/files/digest-python-bibtex-1.2.2 b/dev-python/python-bibtex/files/digest-python-bibtex-1.2.2 new file mode 100644 index 000000000000..aa5339cbe9ce --- /dev/null +++ b/dev-python/python-bibtex/files/digest-python-bibtex-1.2.2 @@ -0,0 +1,3 @@ +MD5 b177395d95fe084a204fc8cbdc23511a python-bibtex-1.2.2.tar.gz 53310 +RMD160 aaa652441fe1a6ac17074c7ec5debb98841319e7 python-bibtex-1.2.2.tar.gz 53310 +SHA256 a05ce69d5a5449a90b364c7ed98a60d5ff405502295a6b2c5cef027c01172cfc python-bibtex-1.2.2.tar.gz 53310 diff --git a/dev-python/python-bibtex/python-bibtex-1.2.2.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.2.ebuild new file mode 100644 index 000000000000..2cc4e73917bd --- /dev/null +++ b/dev-python/python-bibtex/python-bibtex-1.2.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.2.ebuild,v 1.1 2006/07/18 12:09:21 nattfodd Exp $ + +inherit distutils + +DESCRIPTION="A Python extension to parse BibTeX files" +HOMEPAGE="http://pybliographer.org/" +SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" + +IUSE="" + +DEPEND=">=dev-libs/glib-2 + >=app-text/recode-3.6-r1" |