public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-bibtex: python-bibtex-1.2.7-r1.ebuild ChangeLog
@ 2014-12-25 12:12 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2014-12-25 12:12 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/12/25 12:12:18

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

Revision  Changes    Path
1.29                 dev-python/python-bibtex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	3 May 2014 09:15:14 -0000	1.28
+++ ChangeLog	25 Dec 2014 12:12:18 -0000	1.29
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/python-bibtex
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.28 2014/05/03 09:15:14 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.29 2014/12/25 12:12:18 mgorny Exp $
+
+*python-bibtex-1.2.7-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny <mgorny@gentoo.org> +python-bibtex-1.2.7-r1.ebuild:
+  Convert to distutils-r1.
 
 *python-bibtex-1.2.7 (03 May 2014)
 



1.1                  dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild?rev=1.1&content-type=text/plain

Index: python-bibtex-1.2.7-r1.ebuild
===================================================================
# Copyright 1999-2014 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.7-r1.ebuild,v 1.1 2014/12/25 12:12:18 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils

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

RDEPEND="
	dev-libs/glib:2
	>=app-text/recode-3.6-r1"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

python_prepare_all() {
	# Disable tests during installation.
	sed -e "/self.run_command ('check')/d" -i setup.py

	distutils-r1_python_prepare_all
}

python_test() {
	esetup.py check
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-bibtex: python-bibtex-1.2.7-r1.ebuild ChangeLog
@ 2015-01-29 10:57 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2015-01-29 10:57 UTC (permalink / raw
  To: gentoo-commits

pacho       15/01/29 10:57:55

  Modified:             python-bibtex-1.2.7-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.2                  dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild?r1=1.1&r2=1.2

Index: python-bibtex-1.2.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-bibtex-1.2.7-r1.ebuild	25 Dec 2014 12:12:18 -0000	1.1
+++ python-bibtex-1.2.7-r1.ebuild	29 Jan 2015 10:57:55 -0000	1.2
@@ -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/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild,v 1.1 2014/12/25 12:12:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild,v 1.2 2015/01/29 10:57:55 pacho Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="



1.31                 dev-python/python-bibtex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	26 Jan 2015 13:51:20 -0000	1.30
+++ ChangeLog	29 Jan 2015 10:57:55 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-bibtex
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.30 2015/01/26 13:51:20 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.31 2015/01/29 10:57:55 pacho Exp $
+
+  29 Jan 2015; Pacho Ramos <pacho@gentoo.org> python-bibtex-1.2.7-r1.ebuild:
+  amd64/x86 stable, bug #531498
 
   26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -python-bibtex-1.2.4.ebuild,
   -python-bibtex-1.2.7.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-bibtex: python-bibtex-1.2.7-r1.ebuild ChangeLog
@ 2015-03-07  8:20 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-07  8:20 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/07 08:20:34

  Modified:             python-bibtex-1.2.7-r1.ebuild ChangeLog
  Log:
  ppc stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild?r1=1.2&r2=1.3

Index: python-bibtex-1.2.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-bibtex-1.2.7-r1.ebuild	29 Jan 2015 10:57:55 -0000	1.2
+++ python-bibtex-1.2.7-r1.ebuild	7 Mar 2015 08:20:34 -0000	1.3
@@ -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/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild,v 1.2 2015/01/29 10:57:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild,v 1.3 2015/03/07 08:20:34 pacho Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="



1.32                 dev-python/python-bibtex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	29 Jan 2015 10:57:55 -0000	1.31
+++ ChangeLog	7 Mar 2015 08:20:34 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-bibtex
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.31 2015/01/29 10:57:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.32 2015/03/07 08:20:34 pacho Exp $
+
+  07 Mar 2015; Pacho Ramos <pacho@gentoo.org> python-bibtex-1.2.7-r1.ebuild:
+  ppc stable, bug 540290
 
   29 Jan 2015; Pacho Ramos <pacho@gentoo.org> python-bibtex-1.2.7-r1.ebuild:
   amd64/x86 stable, bug #531498





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

end of thread, other threads:[~2015-03-07  8:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-25 12:12 [gentoo-commits] gentoo-x86 commit in dev-python/python-bibtex: python-bibtex-1.2.7-r1.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-29 10:57 Pacho Ramos (pacho)
2015-03-07  8:20 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