public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-vcs/hg-git: hg-git-0.3.4.ebuild ChangeLog
@ 2013-03-24  9:36 Fabian Groffen (grobian)
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2013-03-24  9:36 UTC (permalink / raw
  To: gentoo-commits

grobian     13/03/24 09:36:12

  Modified:             ChangeLog
  Added:                hg-git-0.3.4.ebuild
  Log:
  Version bump, add patch from upstream for updating bookmarks with >=hg-2.5
  
  (Portage version: 2.2.01.21858-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.43                 dev-vcs/hg-git/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	20 Nov 2012 20:58:58 -0000	1.42
+++ ChangeLog	24 Mar 2013 09:36:12 -0000	1.43
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/hg-git
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.42 2012/11/20 20:58:58 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.43 2013/03/24 09:36:12 grobian Exp $
+
+*hg-git-0.3.4 (24 Mar 2013)
+
+  24 Mar 2013; Fabian Groffen <grobian@gentoo.org>
+  +files/hg-git-0.3.4-git_handler-bookmarks-hg25.patch, +hg-git-0.3.4.ebuild:
+  Version bump, add patch from upstream for updating bookmarks with >=hg-2.5
 
   20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> hg-git-0.3.3.ebuild:
   Stable for x86, wrt bug #441322
@@ -177,4 +183,3 @@
 
   20 Oct 2009; <djc@gentoo.org> +hg-git-0.1.0.ebuild, +metadata.xml:
   Initial version of hg-git for the Portage tree (0.1.0).
-



1.1                  dev-vcs/hg-git/hg-git-0.3.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.4.ebuild?rev=1.1&content-type=text/plain

Index: hg-git-0.3.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.4.ebuild,v 1.1 2013/03/24 09:36:12 grobian Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"

inherit eutils distutils

DESCRIPTION="push and pull from a Git server using Mercurial"
HOMEPAGE="http://hg-git.github.com/ http://pypi.python.org/pypi/hg-git"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""

RDEPEND=">=dev-vcs/mercurial-1.9
		>=dev-python/dulwich-0.8"
DEPEND="${RDEPEND}
	dev-python/setuptools"

PYTHON_MODNAME="hggit"

src_prepare() {
	distutils_src_prepare
	epatch "${FILESDIR}"/${P}-git_handler-bookmarks-hg25.patch
}





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

* [gentoo-commits] gentoo-x86 commit in dev-vcs/hg-git: hg-git-0.3.4.ebuild ChangeLog
@ 2013-05-03 13:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-03 13:42 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/03 13:42:19

  Modified:             hg-git-0.3.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #468420
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-vcs/hg-git/hg-git-0.3.4.ebuild

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

Index: hg-git-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hg-git-0.3.4.ebuild	24 Mar 2013 09:36:12 -0000	1.1
+++ hg-git-0.3.4.ebuild	3 May 2013 13:42:19 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.4.ebuild,v 1.1 2013/03/24 09:36:12 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.4.ebuild,v 1.2 2013/05/03 13:42:19 ago Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-vcs/mercurial-1.9



1.46                 dev-vcs/hg-git/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	3 May 2013 12:22:33 -0000	1.45
+++ ChangeLog	3 May 2013 13:42:19 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/hg-git
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.45 2013/05/03 12:22:33 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.46 2013/05/03 13:42:19 ago Exp $
+
+  03 May 2013; Agostino Sarubbo <ago@gentoo.org> hg-git-0.3.4.ebuild:
+  Stable for amd64, wrt bug #468420
 
   03 May 2013; Dirkjan Ochtman <djc@gentoo.org> -hg-git-0.3.1.ebuild,
   -hg-git-0.3.2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-vcs/hg-git: hg-git-0.3.4.ebuild ChangeLog
@ 2013-05-14  9:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-14  9:38 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/14 09:38:55

  Modified:             hg-git-0.3.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #468420
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-vcs/hg-git/hg-git-0.3.4.ebuild

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

Index: hg-git-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hg-git-0.3.4.ebuild	3 May 2013 13:42:19 -0000	1.2
+++ hg-git-0.3.4.ebuild	14 May 2013 09:38:55 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.4.ebuild,v 1.2 2013/05/03 13:42:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.4.ebuild,v 1.3 2013/05/14 09:38:55 ago Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-vcs/mercurial-1.9



1.47                 dev-vcs/hg-git/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	3 May 2013 13:42:19 -0000	1.46
+++ ChangeLog	14 May 2013 09:38:55 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/hg-git
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.46 2013/05/03 13:42:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.47 2013/05/14 09:38:55 ago Exp $
+
+  14 May 2013; Agostino Sarubbo <ago@gentoo.org> hg-git-0.3.4.ebuild:
+  Stable for x86, wrt bug #468420
 
   03 May 2013; Agostino Sarubbo <ago@gentoo.org> hg-git-0.3.4.ebuild:
   Stable for amd64, wrt bug #468420





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

end of thread, other threads:[~2013-05-14  9:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14  9:38 [gentoo-commits] gentoo-x86 commit in dev-vcs/hg-git: hg-git-0.3.4.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-03 13:42 Agostino Sarubbo (ago)
2013-03-24  9:36 Fabian Groffen (grobian)

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