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

grobian     12/09/13 17:35:15

  Modified:             ChangeLog
  Added:                hg-git-0.3.3.ebuild
  Log:
  Version bump to 0.3.3, this version is compatible with Mercurial 2.3.  Force for 0.3.1 dependency weirdness.
  
  (Portage version: 2.2.01.21003-prefix/cvs/Darwin i386, RepoMan options: --force)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	8 Jun 2012 11:40:43 -0000	1.39
+++ ChangeLog	13 Sep 2012 17:35:15 -0000	1.40
@@ -1,6 +1,11 @@
 # 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.39 2012/06/08 11:40:43 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.40 2012/09/13 17:35:15 grobian Exp $
+
+*hg-git-0.3.3 (13 Sep 2012)
+
+  13 Sep 2012; Fabian Groffen <grobian@gentoo.org> +hg-git-0.3.3.ebuild:
+  Version bump to 0.3.3, this version is compatible with Mercurial 2.3.
 
   08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> hg-git-0.3.2.ebuild:
   x86 stable wrt bug #418977



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

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

Index: hg-git-0.3.3.ebuild
===================================================================
# Copyright 1999-2012 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.3.ebuild,v 1.1 2012/09/13 17:35:15 grobian Exp $

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

inherit 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"





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

* [gentoo-commits] gentoo-x86 commit in dev-vcs/hg-git: ChangeLog hg-git-0.3.3.ebuild
@ 2012-11-06 17:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-06 17:05 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/06 17:05:44

  Modified:             ChangeLog hg-git-0.3.3.ebuild
  Log:
  Stable for amd64, wrt bug #441322
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	13 Sep 2012 17:35:15 -0000	1.40
+++ ChangeLog	6 Nov 2012 17:05:44 -0000	1.41
@@ -1,6 +1,9 @@
 # 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.40 2012/09/13 17:35:15 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.41 2012/11/06 17:05:44 ago Exp $
+
+  06 Nov 2012; Agostino Sarubbo <ago@gentoo.org> hg-git-0.3.3.ebuild:
+  Stable for amd64, wrt bug #441322
 
 *hg-git-0.3.3 (13 Sep 2012)
 



1.2                  dev-vcs/hg-git/hg-git-0.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.3.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.3.ebuild?r1=1.1&r2=1.2

Index: hg-git-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hg-git-0.3.3.ebuild	13 Sep 2012 17:35:15 -0000	1.1
+++ hg-git-0.3.3.ebuild	6 Nov 2012 17:05:44 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.3.ebuild,v 1.1 2012/09/13 17:35:15 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.3.ebuild,v 1.2 2012/11/06 17:05:44 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





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

* [gentoo-commits] gentoo-x86 commit in dev-vcs/hg-git: ChangeLog hg-git-0.3.3.ebuild
@ 2012-11-20 20:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-20 20:58 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/20 20:58:58

  Modified:             ChangeLog hg-git-0.3.3.ebuild
  Log:
  Stable for x86, wrt bug #441322
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	6 Nov 2012 17:05:44 -0000	1.41
+++ ChangeLog	20 Nov 2012 20:58:58 -0000	1.42
@@ -1,6 +1,9 @@
 # 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.41 2012/11/06 17:05:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.42 2012/11/20 20:58:58 ago Exp $
+
+  20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> hg-git-0.3.3.ebuild:
+  Stable for x86, wrt bug #441322
 
   06 Nov 2012; Agostino Sarubbo <ago@gentoo.org> hg-git-0.3.3.ebuild:
   Stable for amd64, wrt bug #441322



1.3                  dev-vcs/hg-git/hg-git-0.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.3.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.3.ebuild?r1=1.2&r2=1.3

Index: hg-git-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hg-git-0.3.3.ebuild	6 Nov 2012 17:05:44 -0000	1.2
+++ hg-git-0.3.3.ebuild	20 Nov 2012 20:58:58 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.3.ebuild,v 1.2 2012/11/06 17:05:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.3.ebuild,v 1.3 2012/11/20 20:58:58 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





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

end of thread, other threads:[~2012-11-20 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-06 17:05 [gentoo-commits] gentoo-x86 commit in dev-vcs/hg-git: ChangeLog hg-git-0.3.3.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-20 20:58 Agostino Sarubbo (ago)
2012-09-13 17:35 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