djc         15/02/02 10:16:50

  Modified:             ChangeLog
  Added:                hgsubversion-1.8.ebuild
  Log:
  Version bump hgsubversion to 1.8
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  Changes    Path
1.37                 dev-vcs/hgsubversion/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   16 Nov 2014 14:37:33 -0000      1.36
+++ ChangeLog   2 Feb 2015 10:16:50 -0000       1.37
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/hgsubversion
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v 1.36 
2014/11/16 14:37:33 djc Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v 1.37 
2015/02/02 10:16:50 djc Exp $
+
+*hgsubversion-1.8 (02 Feb 2015)
+
+  02 Feb 2015; Dirkjan Ochtman <[email protected]> +hgsubversion-1.8.ebuild:
+  Version bump hgsubversion to 1.8
 
 *hgsubversion-1.7 (16 Nov 2014)
 



1.1                  dev-vcs/hgsubversion/hgsubversion-1.8.ebuild

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

Index: hgsubversion-1.8.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.8.ebuild,v 1.1 
2015/02/02 10:16:50 djc Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="hgsubversion is a Mercurial extension for working with Subversion 
repositories"
HOMEPAGE="https://bitbucket.org/durin42/hgsubversion/wiki/Home 
http://pypi.python.org/pypi/hgsubversion";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

# although any ref absent in the source, tests fail badly with >=mercurial-2.8.1
RDEPEND=">=dev-vcs/mercurial-1.4[${PYTHON_USEDEP}]
        dev-vcs/mercurial[${PYTHON_USEDEP}]
        || (
                >=dev-python/subvertpy-0.7.4[${PYTHON_USEDEP}]
                >=dev-vcs/subversion-1.5[python] )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/nose[${PYTHON_USEDEP}] )"

DOCS=( README )

#python_test() {
#       "${PYTHON}" tests/run.py || die "Tests failed under ${EPYTHON}"
#}




Reply via email to