public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-fastimport: ChangeLog python-fastimport-0.9.1.ebuild
@ 2012-03-17  4:57 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-03-17  4:57 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/03/17 04:57:17

  Modified:             ChangeLog
  Added:                python-fastimport-0.9.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/python-fastimport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-fastimport/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	13 Feb 2012 23:30:48 -0000	1.2
+++ ChangeLog	17 Mar 2012 04:57:17 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-fastimport
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastimport/ChangeLog,v 1.2 2012/02/13 23:30:48 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastimport/ChangeLog,v 1.3 2012/03/17 04:57:17 tetromino Exp $
+
+*python-fastimport-0.9.1 (17 Mar 2012)
+
+  17 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  +python-fastimport-0.9.1.ebuild:
+  Version bump.
 
   13 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org> metadata.xml:
   Add to bazaar herd, acked by fauli.



1.1                  dev-python/python-fastimport/python-fastimport-0.9.1.ebuild

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

Index: python-fastimport-0.9.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastimport/python-fastimport-0.9.1.ebuild,v 1.1 2012/03/17 04:57:17 tetromino Exp $

EAPI="4"

PYTHON_DEPEND="2"

inherit distutils

DESCRIPTION="Library for parsing the fastimport VCS serialization format"
HOMEPAGE="https://launchpad.net/python-fastimport"
MY_P="fastimport-${PV}"
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=""
DEPEND=""

PYTHON_MODNAME="fastimport"
S="${WORKDIR}/${MY_P}"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-fastimport: ChangeLog python-fastimport-0.9.1.ebuild
@ 2015-03-13 23:24 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-03-13 23:24 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/03/13 23:24:10

  Modified:             ChangeLog
  Removed:              python-fastimport-0.9.1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.9                  dev-python/python-fastimport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-fastimport/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	6 Jul 2014 12:47:19 -0000	1.8
+++ ChangeLog	13 Mar 2015 23:24:10 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-fastimport
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastimport/ChangeLog,v 1.8 2014/07/06 12:47:19 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastimport/ChangeLog,v 1.9 2015/03/13 23:24:10 mrueg Exp $
+
+  13 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -python-fastimport-0.9.1.ebuild:
+  Remove old.
 
   06 Jul 2014; Michał Górny <mgorny@gentoo.org>
   python-fastimport-0.9.2-r1.ebuild:





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

end of thread, other threads:[~2015-03-13 23:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 23:24 [gentoo-commits] gentoo-x86 commit in dev-python/python-fastimport: ChangeLog python-fastimport-0.9.1.ebuild Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-17  4:57 Alexandre Rostovtsev (tetromino)

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