summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/pybliographer/ChangeLog11
-rw-r--r--app-office/pybliographer/pybliographer-1.2.11.ebuild (renamed from app-office/pybliographer/pybliographer-1.2.4.ebuild)16
-rw-r--r--app-office/pybliographer/pybliographer-1.2.6.2.ebuild37
3 files changed, 17 insertions, 47 deletions
diff --git a/app-office/pybliographer/ChangeLog b/app-office/pybliographer/ChangeLog
index c0cec25a0c67..c2feb8f27e08 100644
--- a/app-office/pybliographer/ChangeLog
+++ b/app-office/pybliographer/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-office/pybliographer
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.15 2007/10/21 20:43:17 maekke Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.16 2008/03/01 14:22:07 dev-zero Exp $
+
+*pybliographer-1.2.11 (01 Mar 2008)
+
+ 01 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
+ -pybliographer-1.2.4.ebuild, -pybliographer-1.2.6.2.ebuild,
+ +pybliographer-1.2.11.ebuild:
+ Version bump (bug #167874). Dropped old versions.
21 Oct 2007; Markus Meier <maekke@gentoo.org> pybliographer-1.2.9.ebuild:
x86 stable, bug #175169 and quotes
diff --git a/app-office/pybliographer/pybliographer-1.2.4.ebuild b/app-office/pybliographer/pybliographer-1.2.11.ebuild
index 5ffd13177af7..da2c8e7fd9dc 100644
--- a/app-office/pybliographer/pybliographer-1.2.4.ebuild
+++ b/app-office/pybliographer/pybliographer-1.2.11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.4.ebuild,v 1.10 2005/12/06 22:45:49 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.11.ebuild,v 1.1 2008/03/01 14:22:07 dev-zero Exp $
inherit gnome2 eutils
@@ -10,28 +10,28 @@ SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
# gnome2.eclass
USE_DESTDIR=1
-DOCS="AUTHORS COPYING ChangeLog* INSTALL NEWS TODO README"
+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.1
+ >=dev-python/python-bibtex-1.2.4
app-text/scrollkeeper"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.diff
+ 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/
+ gnome2_src_install scrollkeeper_localstate_dir="${D}/var/lib/scrollkeeper/"
}
diff --git a/app-office/pybliographer/pybliographer-1.2.6.2.ebuild b/app-office/pybliographer/pybliographer-1.2.6.2.ebuild
deleted file mode 100644
index a024238b068b..000000000000
--- a/app-office/pybliographer/pybliographer-1.2.6.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.6.2.ebuild,v 1.2 2005/12/06 22:45:49 marienz 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 COPYING ChangeLog* INSTALL 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.1
- 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/
-}