public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/pybliographer: pybliographer-1.2.15-r1.ebuild ChangeLog
@ 2014-12-02 22:24 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-12-02 22:24 UTC (permalink / raw
  To: gentoo-commits

pacho       14/12/02 22:24:59

  Modified:             ChangeLog
  Added:                pybliographer-1.2.15-r1.ebuild
  Log:
  Use new python eclasses and make it buildable again (#487204 by Pariksheet Nanda, lumbrius and Joaquim Uchoa)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.31                 app-office/pybliographer/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	23 Sep 2014 19:03:58 -0000	1.30
+++ ChangeLog	2 Dec 2014 22:24:59 -0000	1.31
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/pybliographer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.30 2014/09/23 19:03:58 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.31 2014/12/02 22:24:59 pacho Exp $
+
+*pybliographer-1.2.15-r1 (02 Dec 2014)
+
+  02 Dec 2014; Pacho Ramos <pacho@gentoo.org> +pybliographer-1.2.15-r1.ebuild:
+  Use new python eclasses and make it buildable again (#487204 by Pariksheet
+  Nanda, lumbrius and Joaquim Uchoa)
 
   23 Sep 2014; Dirkjan Ochtman <djc@gentoo.org> metadata.xml:
   Remove python, not a python library



1.1                  app-office/pybliographer/pybliographer-1.2.15-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild?rev=1.1&content-type=text/plain

Index: pybliographer-1.2.15-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v 1.1 2014/12/02 22:24:59 pacho Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
GCONF_DEBUG="no"

inherit autotools gnome2 python-single-r1

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="~amd64 ~ppc ~x86"

IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DEPEND="${PYTHON_DEPS}
	>=app-text/recode-3.6-r1
	app-text/scrollkeeper
	dev-libs/glib:2
	dev-python/gconf-python:2[${PYTHON_USEDEP}]
	dev-python/gnome-vfs-python:2[${PYTHON_USEDEP}]
	dev-python/libgnome-python:2[${PYTHON_USEDEP}]
	dev-python/pygobject:2[${PYTHON_USEDEP}]
	dev-python/pygtk:2[${PYTHON_USEDEP}]
	>=dev-python/python-bibtex-1.2.5
"
RDEPEND="${DEPEND}"

src_prepare() {
	# Workaround for bug 487204.
	sed -i \
		-e 's:\$(srcdir)/::g' \
		tests/Makefile.am || die "sed failed"

	# Install Python modules into site-packages directories.
	find -name Makefile.am | xargs sed -i \
		-e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed"
	sed -i \
		-e "s:\${datadir}/@PACKAGE@:$(python_get_sitedir)/@PACKAGE@:" \
		etc/installer.in || die "sed failed"
	sed -i \
		-e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \
		Pyblio/GnomeUI/glade/Makefile.am || die "sed failed"

	# Fix shebang manually as otherwise python_fix_shebang gets confused
	sed -i -e 's: @python_path@:/usr/bin/python2:' pybliographer.py || die

	eautoreconf
	gnome2_src_prepare
}

src_configure() {
	gnome2_src_configure --disable-depchecks
}

src_install() {
	gnome2_src_install
	python_fix_shebang "${D}"
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/pybliographer: pybliographer-1.2.15-r1.ebuild ChangeLog
@ 2014-12-25 12:14 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2014-12-25 12:14 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/12/25 12:14:02

  Modified:             pybliographer-1.2.15-r1.ebuild ChangeLog
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.2                  app-office/pybliographer/pybliographer-1.2.15-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild?r1=1.1&r2=1.2

Index: pybliographer-1.2.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pybliographer-1.2.15-r1.ebuild	2 Dec 2014 22:24:59 -0000	1.1
+++ pybliographer-1.2.15-r1.ebuild	25 Dec 2014 12:14:02 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v 1.1 2014/12/02 22:24:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v 1.2 2014/12/25 12:14:02 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -28,7 +28,7 @@
 	dev-python/libgnome-python:2[${PYTHON_USEDEP}]
 	dev-python/pygobject:2[${PYTHON_USEDEP}]
 	dev-python/pygtk:2[${PYTHON_USEDEP}]
-	>=dev-python/python-bibtex-1.2.5
+	>=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
 "
 RDEPEND="${DEPEND}"
 



1.32                 app-office/pybliographer/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	2 Dec 2014 22:24:59 -0000	1.31
+++ ChangeLog	25 Dec 2014 12:14:02 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/pybliographer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.31 2014/12/02 22:24:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.32 2014/12/25 12:14:02 mgorny Exp $
+
+  25 Dec 2014; Michał Górny <mgorny@gentoo.org> pybliographer-1.2.15-r1.ebuild:
+  Convert to python-single-r1.
 
 *pybliographer-1.2.15-r1 (02 Dec 2014)
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/pybliographer: pybliographer-1.2.15-r1.ebuild ChangeLog
@ 2015-01-29 10:58 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2015-01-29 10:58 UTC (permalink / raw
  To: gentoo-commits

pacho       15/01/29 10:58:31

  Modified:             pybliographer-1.2.15-r1.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #531498
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  app-office/pybliographer/pybliographer-1.2.15-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild?r1=1.2&r2=1.3

Index: pybliographer-1.2.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pybliographer-1.2.15-r1.ebuild	25 Dec 2014 12:14:02 -0000	1.2
+++ pybliographer-1.2.15-r1.ebuild	29 Jan 2015 10:58:31 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v 1.2 2014/12/25 12:14:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v 1.3 2015/01/29 10:58:31 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



1.33                 app-office/pybliographer/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	25 Dec 2014 12:14:02 -0000	1.32
+++ ChangeLog	29 Jan 2015 10:58:31 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/pybliographer
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.32 2014/12/25 12:14:02 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.33 2015/01/29 10:58:31 pacho Exp $
+
+  29 Jan 2015; Pacho Ramos <pacho@gentoo.org> pybliographer-1.2.15-r1.ebuild:
+  amd64/x86 stable, bug #531498
 
   25 Dec 2014; Michał Górny <mgorny@gentoo.org> pybliographer-1.2.15-r1.ebuild:
   Convert to python-single-r1.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/pybliographer: pybliographer-1.2.15-r1.ebuild ChangeLog
@ 2015-04-18 13:17 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2015-04-18 13:17 UTC (permalink / raw
  To: gentoo-commits

pacho       15/04/18 13:17:15

  Modified:             pybliographer-1.2.15-r1.ebuild ChangeLog
  Log:
  gnome-doc-utils needed at buildtime
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.4                  app-office/pybliographer/pybliographer-1.2.15-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild?r1=1.3&r2=1.4

Index: pybliographer-1.2.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pybliographer-1.2.15-r1.ebuild	29 Jan 2015 10:58:31 -0000	1.3
+++ pybliographer-1.2.15-r1.ebuild	18 Apr 2015 13:17:15 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v 1.3 2015/01/29 10:58:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v 1.4 2015/04/18 13:17:15 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -19,7 +19,7 @@
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="${PYTHON_DEPS}
+RDEPEND="${PYTHON_DEPS}
 	>=app-text/recode-3.6-r1
 	app-text/scrollkeeper
 	dev-libs/glib:2
@@ -30,7 +30,9 @@
 	dev-python/pygtk:2[${PYTHON_USEDEP}]
 	>=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	app-text/gnome-doc-utils
+"
 
 src_prepare() {
 	# Workaround for bug 487204.



1.35                 app-office/pybliographer/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pybliographer/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	6 Feb 2015 15:48:43 -0000	1.34
+++ ChangeLog	18 Apr 2015 13:17:15 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/pybliographer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.34 2015/02/06 15:48:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.35 2015/04/18 13:17:15 pacho Exp $
+
+  18 Apr 2015; Pacho Ramos <pacho@gentoo.org> pybliographer-1.2.15-r1.ebuild:
+  gnome-doc-utils needed at buildtime
 
   06 Feb 2015; Pacho Ramos <pacho@gentoo.org> -pybliographer-1.2.12-r1.ebuild,
   -pybliographer-1.2.14.ebuild:





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-18 13:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-02 22:24 [gentoo-commits] gentoo-x86 commit in app-office/pybliographer: pybliographer-1.2.15-r1.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-25 12:14 Michal Gorny (mgorny)
2015-01-29 10:58 Pacho Ramos (pacho)
2015-04-18 13:17 Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox