ottxor      14/04/17 19:55:39

  Modified:             dragonegg-9999.ebuild ChangeLog
  Log:
  switch to git (bug #506692)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  Changes    Path
1.6                  sys-devel/dragonegg/dragonegg-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-9999.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-9999.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/dragonegg/dragonegg-9999.ebuild?r1=1.5&r2=1.6

Index: dragonegg-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dragonegg-9999.ebuild       10 Jun 2013 21:56:58 -0000      1.5
+++ dragonegg-9999.ebuild       17 Apr 2014 19:55:39 -0000      1.6
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-9999.ebuild,v 
1.5 2013/06/10 21:56:58 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/dragonegg-9999.ebuild,v 
1.6 2014/04/17 19:55:39 ottxor Exp $
 
 EAPI=5
-inherit subversion multilib toolchain-funcs
+inherit git-r3 multilib toolchain-funcs
 
 DESCRIPTION="GCC plugin that uses LLVM for optimization and code generation"
 HOMEPAGE="http://dragonegg.llvm.org/";
 SRC_URI=""
-ESVN_REPO_URI="http://llvm.org/svn/llvm-project/dragonegg/trunk";
+EGIT_REPO_URI="http://llvm.org/git/dragonegg.git";
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -23,9 +23,9 @@
 src_unpack() {
        if has test $FEATURES
        then
-               ESVN_PROJECT=llvm S="${WORKDIR}"/llvm subversion_fetch 
"http://llvm.org/svn/llvm-project/llvm/trunk";
+               EGIT_REPO_URI="http://llvm.org/git/llvm.git"; 
EGIT_CHECKOUT_DIR="${WORKDIR}/llvm" git-r3_src_unpack
        fi
-       subversion_fetch
+       git-r3_src_unpack
 }
 
 src_compile() {



1.17                 sys-devel/dragonegg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   6 Jan 2014 23:24:55 -0000       1.16
+++ ChangeLog   17 Apr 2014 19:55:39 -0000      1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/dragonegg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v 1.16 
2014/01/06 23:24:55 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/dragonegg/ChangeLog,v 1.17 
2014/04/17 19:55:39 ottxor Exp $
+
+  17 Apr 2014; Christoph Junghans <ott...@gentoo.org> dragonegg-9999.ebuild:
+  switch to git (bug #506692)
 
 *dragonegg-3.4 (06 Jan 2014)
 
@@ -83,4 +86,3 @@
   10 Nov 2011; Bernard Cafarelli <voyag...@gentoo.org>
   +dragonegg-3.0_rc3.ebuild, +metadata.xml:
   Initial commit
-




Reply via email to