summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2007-10-21 20:43:17 +0000
committerMarkus Meier <maekke@gentoo.org>2007-10-21 20:43:17 +0000
commit72ccb544f572b0abf28d2b356403d92e434c7b4b (patch)
tree1831a45ab6ea0c9469a3392e78bc14a07f352cf2 /app-office
parentVersion bump, bug 196657 (diff)
downloadgentoo-2-72ccb544f572b0abf28d2b356403d92e434c7b4b.tar.gz
gentoo-2-72ccb544f572b0abf28d2b356403d92e434c7b4b.tar.bz2
gentoo-2-72ccb544f572b0abf28d2b356403d92e434c7b4b.zip
x86 stable, bug #175169 and quotes
(Portage version: 2.1.3.15)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/pybliographer/ChangeLog5
-rw-r--r--app-office/pybliographer/pybliographer-1.2.9.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/app-office/pybliographer/ChangeLog b/app-office/pybliographer/ChangeLog
index 2f50fb9316fd..c0cec25a0c67 100644
--- a/app-office/pybliographer/ChangeLog
+++ b/app-office/pybliographer/ChangeLog
@@ -1,6 +1,9 @@
# 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.14 2007/10/21 14:56:08 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.15 2007/10/21 20:43:17 maekke Exp $
+
+ 21 Oct 2007; Markus Meier <maekke@gentoo.org> pybliographer-1.2.9.ebuild:
+ x86 stable, bug #175169 and quotes
21 Oct 2007; nixnut <nixnut@gentoo.org> pybliographer-1.2.9.ebuild:
Stable on ppc wrt bug 175169
diff --git a/app-office/pybliographer/pybliographer-1.2.9.ebuild b/app-office/pybliographer/pybliographer-1.2.9.ebuild
index d4ab130feb6c..a192118067f8 100644
--- a/app-office/pybliographer/pybliographer-1.2.9.ebuild
+++ b/app-office/pybliographer/pybliographer-1.2.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.2 2007/10/21 14:56:08 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.9.ebuild,v 1.3 2007/10/21 20:43:17 maekke Exp $
inherit gnome2 eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
@@ -27,11 +27,11 @@ DEPEND="virtual/python
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.2.4-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/"
}