summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-12-09 08:59:30 +0100
committerHans de Graaff <graaff@gentoo.org>2017-12-09 08:59:30 +0100
commit40bf37bd9f3b2d730a9d1c04c476dad670d091f7 (patch)
tree723e62d8998feb11848c190ec6e391f29800797c
parentdev-ruby/activesupport: cleanup (diff)
downloadgentoo-40bf37bd9f3b2d730a9d1c04c476dad670d091f7.tar.gz
gentoo-40bf37bd9f3b2d730a9d1c04c476dad670d091f7.tar.bz2
gentoo-40bf37bd9f3b2d730a9d1c04c476dad670d091f7.zip
app-emacs/magit: cleanup
Package-Manager: Portage-2.3.13, Repoman-2.3.3
-rw-r--r--app-emacs/magit/Manifest2
-rw-r--r--app-emacs/magit/magit-1.2.2.ebuild40
-rw-r--r--app-emacs/magit/magit-2.10.2.ebuild29
-rw-r--r--app-emacs/magit/metadata.xml3
4 files changed, 0 insertions, 74 deletions
diff --git a/app-emacs/magit/Manifest b/app-emacs/magit/Manifest
index 7495084a6aeb..b5ac2de05964 100644
--- a/app-emacs/magit/Manifest
+++ b/app-emacs/magit/Manifest
@@ -1,5 +1,3 @@
-DIST magit-1.2.2.tar.gz 111245 BLAKE2B 357da63085cfc934eafbbef3439880e12e9baac1e47be08e30803b9c51fba7cc6ec616fc2996da6795e95d331e71da8934a107ccc661b907550f33eabb99d17d SHA512 c7817a5231485e593e8f7aab8c01db19f433ff9b77d6635c95eec6beabb45901f1dbd9d02fad718436f9e25516df14714e7ca1b05b53244e8465dcc14a8cee7a
-DIST magit-2.10.2.tar.gz 429389 BLAKE2B d197a1d4ad2e6dccbe693ca9daf44cde91d276cddc8b9d07f13b12c907afe0a2a7591419f909ddeb1b8c107ce8a529d562a0a4cdd1d2f888367a1fb552d2b4fe SHA512 3309824a4a9fe36316912911f53a1c9aa8f93230b6461cf4bbcb9cdb38d474ba59c8450fe1722155959c8cf5610358ea9ec28723cdbbce226219f4cf1c5c4bd2
DIST magit-2.10.3.tar.gz 430343 BLAKE2B 61afda0c50ca315d1d601ddaa2b6df2425a83d6dd3f501f5499df446c8498db0846d2ec58c7f1760933c0d05aec89d4b39d2ea19297f1302a156a97e29f3bd0c SHA512 54cd4c54548583972111ffb18c3b4e0834e061d84d071d5b559fe4b800872eadc214d01c8efc4452ed725184ec5bb1954e897d94fdb82397c9e953aa7236532b
DIST magit-2.11.0.tar.gz 451030 BLAKE2B e5a5301d720e927c6c81aca4c5572a9a7fda938c695738246a87c46adc00a13e94438bb18d5f33e796c798cfec7dc438632cac6e4a452cff7d6e899a67f33575 SHA512 d32abdc9e89e77f65f05cc3dbec720320bc93d9ae827604c4f90acd115e76f8d05e445a96a141fbfbe88cdacca8383615fb73bddf01e776eeb3f63a459e973b6
DIST magit-2.9.0.tar.gz 421074 BLAKE2B 6fb8305ccf3933c2ee7962da897484b0d5860b656aa84f8e95a6950ca1c7491deb535f52418d9156ca8a71f5a08fc8e10fd4af9143d6fe26f77d724d799ed24a SHA512 0a15e4b6c145c081929f4f49cb40f7827bb3e68b4122e9e76b74ea24ded4c3bd3ea5c431ef6d56b08705fe3b77f2d32ee4383c7eddc93de2a3170add098e15ed
diff --git a/app-emacs/magit/magit-1.2.2.ebuild b/app-emacs/magit/magit-1.2.2.ebuild
deleted file mode 100644
index 01a953c9b50e..000000000000
--- a/app-emacs/magit/magit-1.2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}
diff --git a/app-emacs/magit/magit-2.10.2.ebuild b/app-emacs/magit/magit-2.10.2.ebuild
deleted file mode 100644
index 490d7199ec45..000000000000
--- a/app-emacs/magit/magit-2.10.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A Git porcelain inside Emacs"
-HOMEPAGE="https://magit.vc/"
-SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${P}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="../Documentation/*.texi"
-DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/${PV}.txt"
-
-DEPEND=">=app-emacs/dash-2.13.0 >=app-emacs/with-editor-2.5.10"
-RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4"
-DEPEND="${DEPEND} sys-apps/texinfo"
-
-src_prepare() {
- default
- echo "(setq magit-version \"${PV}\")" > magit-version.el || die
-}
diff --git a/app-emacs/magit/metadata.xml b/app-emacs/magit/metadata.xml
index e70190457704..122cc974266a 100644
--- a/app-emacs/magit/metadata.xml
+++ b/app-emacs/magit/metadata.xml
@@ -15,9 +15,6 @@
support for cherry picking, reverting, merging, rebasing, and other common
Git operations.
</longdescription>
-<use>
- <flag name="contrib">Install user-contributed files</flag>
-</use>
<upstream>
<remote-id type="github">magit/magit</remote-id>
</upstream>