idella4     15/03/10 14:38:14

  Modified:             ChangeLog
  Added:                bzr-git-0.6.8-r1.ebuild
  Log:
  revbump; conversion -> distutils-r1 wrt bug #541008
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.17                 dev-vcs/bzr-git/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   25 Mar 2013 20:39:56 -0000      1.16
+++ ChangeLog   10 Mar 2015 14:38:14 -0000      1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/bzr-git
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.16 2013/03/25 
20:39:56 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.17 2015/03/10 
14:38:14 idella4 Exp $
+
+*bzr-git-0.6.8-r1 (10 Mar 2015)
+
+  10 Mar 2015; Ian Delaney <[email protected]> +bzr-git-0.6.8-r1.ebuild:
+  revbump; conversion -> distutils-r1 wrt bug #541008
 
   25 Mar 2013; Agostino Sarubbo <[email protected]> bzr-git-0.6.8.ebuild:
   Stable for x86, wrt bug #457348



1.1                  dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild

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

Index: bzr-git-0.6.8-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild,v 
1.1 2015/03/10 14:38:14 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1

DESCRIPTION="Support for Git branches in Bazaar"
HOMEPAGE="http://bazaar-vcs.org/BzrForeignBranches/Git";
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"

if [[ ${PV} = 9999 ]]; then
        inherit bzr
        EBZR_REPO_URI="lp:bzr-git"
        KEYWORDS=""
else
        SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz";
        KEYWORDS="~amd64 ~x86"
fi

IUSE=""
# Test are broken, they want API functions from Dulwich which are not
# installed in Gentoo
RESTRICT="test"

# Check info.py for dulwich and bzr version dependency info.
# The file should be fairly straightforward to understand.
DEPEND=""
RDEPEND=">=dev-python/dulwich-0.8.2[${PYTHON_USEDEP}]
        >=dev-vcs/bzr-2.5.0[${PYTHON_USEDEP}]"

pkg_setup() {
        python-single-r1_pkg_setup
}




Reply via email to