diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-05-05 07:21:06 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-05-05 07:21:06 +0000 |
commit | 2b4b9e26557cc9637f3c27fbc0b99a5a907fecc9 (patch) | |
tree | 9c5cf8f360db87ed74473c9bd348dc6b9d6e0f55 /app-emacs | |
parent | Cleanup. (diff) | |
download | gentoo-2-2b4b9e26557cc9637f3c27fbc0b99a5a907fecc9.tar.gz gentoo-2-2b4b9e26557cc9637f3c27fbc0b99a5a907fecc9.tar.bz2 gentoo-2-2b4b9e26557cc9637f3c27fbc0b99a5a907fecc9.zip |
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!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/magit/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/magit/magit-1.2.0.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-emacs/magit/ChangeLog b/app-emacs/magit/ChangeLog index 2e1e27ee2403..238151533686 100644 --- a/app-emacs/magit/ChangeLog +++ b/app-emacs/magit/ChangeLog @@ -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 <graaff@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 <graaff@gentoo.org> -magit-1.0.0.ebuild, -magit-1.1.1.ebuild: diff --git a/app-emacs/magit/magit-1.2.0.ebuild b/app-emacs/magit/magit-1.2.0.ebuild index a4c74f249654..c8a7ba4b81e0 100644 --- a/app-emacs/magit/magit-1.2.0.ebuild +++ b/app-emacs/magit/magit-1.2.0.ebuild @@ -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 @@ IUSE="contrib" SITEFILE="50${PN}-gentoo.el" +RESTRICT="test" + src_compile() { emake core docs use contrib && emake contrib |