summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2014-05-05 07:13:17 +0000
committerHans de Graaff <graaff@gentoo.org>2014-05-05 07:13:17 +0000
commitdc39350d0229a439a087f6a9441a692db0eacb5d (patch)
tree0f5f00c9d03400bd0910badc07f3834859d77ca0 /app-emacs
parentAccess shared game score files in /var/games/emacs, compliant with the FHS. (diff)
downloadgentoo-2-dc39350d0229a439a087f6a9441a692db0eacb5d.tar.gz
gentoo-2-dc39350d0229a439a087f6a9441a692db0eacb5d.tar.bz2
gentoo-2-dc39350d0229a439a087f6a9441a692db0eacb5d.zip
Cleanup.
(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/ChangeLog8
-rw-r--r--app-emacs/magit/magit-1.0.0.ebuild29
-rw-r--r--app-emacs/magit/magit-1.1.1.ebuild36
3 files changed, 6 insertions, 67 deletions
diff --git a/app-emacs/magit/ChangeLog b/app-emacs/magit/ChangeLog
index 789ea9222e5a..2e1e27ee2403 100644
--- a/app-emacs/magit/ChangeLog
+++ b/app-emacs/magit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/magit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/ChangeLog,v 1.9 2013/01/31 18:22:21 bicatali Exp $
+# 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 $
+
+ 05 May 2014; Hans de Graaff <graaff@gentoo.org> -magit-1.0.0.ebuild,
+ -magit-1.1.1.ebuild:
+ Cleanup.
31 Jan 2013; Sébastien Fabbro <bicatali@gentoo.org> magit-1.2.0.ebuild:
Keyworded amd64-linux and x86-linux
diff --git a/app-emacs/magit/magit-1.0.0.ebuild b/app-emacs/magit/magit-1.0.0.ebuild
deleted file mode 100644
index c612fe26c6d3..000000000000
--- a/app-emacs/magit/magit-1.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/magit-1.0.0.ebuild,v 1.3 2012/11/26 11:31:15 ulm Exp $
-
-EAPI=4
-
-inherit elisp
-
-DESCRIPTION="An Emacs mode for GIT"
-HOMEPAGE="http://magit.github.com/magit/"
-SRC_URI="http://github.com/downloads/magit/magit/${P}.tar.gz"
-
-LICENSE="GPL-3+ FDL-1.2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SITEFILE="50magit-gentoo.el"
-
-src_compile() {
- default
-}
-
-src_install() {
- elisp-install ${PN} magit{,-svn,-topgit,-key-mode}.{el,elc} || die
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
- doinfo magit.info
- dodoc README.md
-}
diff --git a/app-emacs/magit/magit-1.1.1.ebuild b/app-emacs/magit/magit-1.1.1.ebuild
deleted file mode 100644
index d1820646d88b..000000000000
--- a/app-emacs/magit/magit-1.1.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/magit-1.1.1.ebuild,v 1.2 2012/11/26 11:31:15 ulm Exp $
-
-EAPI=4
-
-inherit elisp
-
-DESCRIPTION="An Emacs mode for GIT"
-HOMEPAGE="http://magit.github.com/magit/"
-SRC_URI="http://github.com/downloads/magit/magit/${P}.tar.gz"
-
-LICENSE="GPL-3+ FDL-1.2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="contrib"
-
-SITEFILE="50magit-gentoo.el"
-
-src_compile() {
- emake core docs
- use contrib && emake contrib
-}
-
-src_install() {
- elisp-install ${PN} magit.{el,elc} \
- magit-{svn,topgit,stgit,key-mode,bisect}.{el,elc} || die
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
- doinfo magit.info
- dodoc README.md
-
- if use contrib; then
- elisp-install ${PN} contrib/*.{el,elc} || die
- dobin contrib/magit
- fi
-}