graaff      14/05/05 07:21:06

  Modified:             ChangeLog magit-1.2.0.ebuild
  Log:
  Fix HOMEPAGE. Restrict tests since the tests are not included in the archive.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.11                 app-emacs/magit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/magit/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/magit/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/magit/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/magit/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   5 May 2014 07:13:17 -0000       1.10
+++ ChangeLog   5 May 2014 07:21:06 -0000       1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/magit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/ChangeLog,v 1.10 2014/05/05 
07:13:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/ChangeLog,v 1.11 2014/05/05 
07:21:06 graaff Exp $
+
+  05 May 2014; Hans de Graaff <gra...@gentoo.org> magit-1.2.0.ebuild:
+  Fix HOMEPAGE. Restrict tests since the tests are not included in the archive.
 
   05 May 2014; Hans de Graaff <gra...@gentoo.org> -magit-1.0.0.ebuild,
   -magit-1.1.1.ebuild:



1.3                  app-emacs/magit/magit-1.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/magit/magit-1.2.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/magit/magit-1.2.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/magit/magit-1.2.0.ebuild?r1=1.2&r2=1.3

Index: magit-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/magit/magit-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- magit-1.2.0.ebuild  31 Jan 2013 18:22:21 -0000      1.2
+++ magit-1.2.0.ebuild  5 May 2014 07:21:06 -0000       1.3
@@ -1,13 +1,13 @@
-# 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/app-emacs/magit/magit-1.2.0.ebuild,v 1.2 
2013/01/31 18:22:21 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/magit-1.2.0.ebuild,v 1.3 
2014/05/05 07:21:06 graaff Exp $
 
 EAPI=5
 
 inherit elisp
 
 DESCRIPTION="An Emacs mode for GIT"
-HOMEPAGE="http://magit.github.com/magit/";
+HOMEPAGE="http://magit.github.io/";
 SRC_URI="http://github.com/downloads/magit/magit/${P}.tar.gz";
 
 LICENSE="GPL-3+ FDL-1.2+"
@@ -17,6 +17,8 @@
 
 SITEFILE="50${PN}-gentoo.el"
 
+RESTRICT="test"
+
 src_compile() {
        emake core docs
        use contrib && emake contrib




Reply via email to