ulm         15/03/25 10:58:24

  Modified:             ChangeLog
  Added:                magit-1.2.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  Changes    Path
1.16                 app-emacs/magit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/magit/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   9 Aug 2014 10:42:50 -0000       1.15
+++ ChangeLog   25 Mar 2015 10:58:24 -0000      1.16
@@ -1,6 +1,11 @@
 # 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.15 2014/08/09 
10:42:50 nimiux Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/ChangeLog,v 1.16 2015/03/25 
10:58:24 ulm Exp $
+
+*magit-1.2.2 (25 Mar 2015)
+
+  25 Mar 2015; Ulrich Müller <[email protected]> +magit-1.2.2.ebuild:
+  Version bump.
 
   09 Aug 2014; Chema Alonso <[email protected]> magit-1.2.0-r1.ebuild:
   Stable for amd64 wrt bug #509736



1.1                  app-emacs/magit/magit-1.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/magit/magit-1.2.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/magit/magit-1.2.2.ebuild?rev=1.1&content-type=text/plain

Index: magit-1.2.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/magit-1.2.2.ebuild,v 1.1 
2015/03/25 10:58:24 ulm Exp $

EAPI=5

inherit elisp

DESCRIPTION="An Emacs mode for GIT"
HOMEPAGE="http://magit.github.io/";
SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";

LICENSE="GPL-3+ FDL-1.2+"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="contrib"
RESTRICT="test"

SITEFILE="50${PN}-gentoo.el"

src_compile() {
        # The upstream build system ignores errors during byte-compilation
        # and happily installs broken files, causing errors at runtime.
        # Call elisp-compile, in order to catch them here already.
        elisp-compile *.el
        emake core docs
        use contrib && emake contrib
        rm 50magit.el magit-pkg.el || die
}

src_install() {
        elisp-install ${PN} *.{el,elc}
        elisp-site-file-install "${FILESDIR}/${SITEFILE}"
        doinfo magit.info
        dodoc README.md

        if use contrib; then
                elisp-install ${PN} contrib/*.{el,elc}
                dobin contrib/magit
        fi
}




Reply via email to