diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2006-07-18 17:02:29 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2006-07-18 17:02:29 +0000 |
commit | 585305840e59642208ab3c6c0d29196bc15ef1d8 (patch) | |
tree | 31d5c07d94dba8820de404e1663dac7a26822565 /app-office/pybliographer | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-585305840e59642208ab3c6c0d29196bc15ef1d8.tar.gz gentoo-2-585305840e59642208ab3c6c0d29196bc15ef1d8.tar.bz2 gentoo-2-585305840e59642208ab3c6c0d29196bc15ef1d8.zip |
Bump to 1.2.9 (bug #130696).
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'app-office/pybliographer')
-rw-r--r-- | app-office/pybliographer/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/pybliographer/files/digest-pybliographer-1.2.9 | 3 | ||||
-rw-r--r-- | app-office/pybliographer/pybliographer-1.2.9.ebuild | 37 |
3 files changed, 48 insertions, 2 deletions
diff --git a/app-office/pybliographer/ChangeLog b/app-office/pybliographer/ChangeLog index 5fb62e6f4ff3..bb6f318b390e 100644 --- a/app-office/pybliographer/ChangeLog +++ b/app-office/pybliographer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/pybliographer -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.10 2005/12/06 22:45:49 marienz Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.11 2006/07/18 17:02:29 nattfodd Exp $ + +*pybliographer-1.2.9 (18 Jul 2006) + + 18 Jul 2006; Alexandre Buisse <nattfodd@gentoo.org> + +pybliographer-1.2.9.ebuild: + Bump to 1.2.9 (requested in bug #130696). 06 Dec 2005; Marien Zwart <marienz@gentoo.org> pybliographer-1.2.4.ebuild, pybliographer-1.2.6.2.ebuild: diff --git a/app-office/pybliographer/files/digest-pybliographer-1.2.9 b/app-office/pybliographer/files/digest-pybliographer-1.2.9 new file mode 100644 index 000000000000..123f5b535276 --- /dev/null +++ b/app-office/pybliographer/files/digest-pybliographer-1.2.9 @@ -0,0 +1,3 @@ +MD5 219c33a671ce6de69f80af6c20903cd2 pybliographer-1.2.9.tar.gz 879334 +RMD160 1389df0cf0f059efb014125c321890410a6a0a6e pybliographer-1.2.9.tar.gz 879334 +SHA256 53833a86662cd89e0beb6cb5a5335b3464bd8adaa1a9368f6867ae6ac3799051 pybliographer-1.2.9.tar.gz 879334 diff --git a/app-office/pybliographer/pybliographer-1.2.9.ebuild b/app-office/pybliographer/pybliographer-1.2.9.ebuild new file mode 100644 index 000000000000..8b485d00c49f --- /dev/null +++ b/app-office/pybliographer/pybliographer-1.2.9.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.9.ebuild,v 1.1 2006/07/18 17:02:29 nattfodd Exp $ + +inherit gnome2 eutils + +DESCRIPTION="Pybliographer is a tool for working with bibliographic databases" +HOMEPAGE="http://pybliographer.org/" +SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" + +IUSE="" + +# gnome2.eclass +USE_DESTDIR=1 +DOCS="AUTHORS ChangeLog* NEWS TODO README" + +DEPEND="virtual/python + >=dev-libs/glib-2 + >=app-text/recode-3.6-r1 + >=dev-python/gnome-python-2 + >=dev-python/python-bibtex-1.2.2 + app-text/scrollkeeper" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-1.2.4-gentoo.diff +} + +src_install() { + # fix for access violation due to eclass change + gnome2_src_install scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/ +} |