commit:     57dcc9a4c1686228d2ba9fb5a3476c9edb1a3e61
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  6 15:07:35 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 15:08:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57dcc9a4

app-emacs/dash: cleanup

Package-Manager: portage-2.3.3

 app-emacs/dash/Manifest           |  2 --
 app-emacs/dash/dash-2.12.0.ebuild | 31 -------------------------------
 app-emacs/dash/dash-2.12.1.ebuild | 24 ------------------------
 3 files changed, 57 deletions(-)

diff --git a/app-emacs/dash/Manifest b/app-emacs/dash/Manifest
index db398be..4e25c84 100644
--- a/app-emacs/dash/Manifest
+++ b/app-emacs/dash/Manifest
@@ -1,3 +1 @@
-DIST dash-2.12.0.tar.gz 140949 SHA256 
272b337f31edb95c5aadc8e953d522bd307dc522588f246cc9157edee10b1a76 SHA512 
7697083daad4e927aa30a238c3181c4a4ba0e30a2034f0975d4e29e5c2b89ff9f3c8b150ec74811e67fc539b4fb618ed7772f06ace959724a786f25e34276499
 WHIRLPOOL 
c8787267c79d1fb023ee2a27cab7cfb06f4d863093ad95b5710fea1b613e3a2b7a0e3398d94698babc0a5310ac7d64eed5fc54269bd653724a04423014d040c3
-DIST dash-2.12.1.tar.gz 142247 SHA256 
41460193aa74787b247b09ad7cae696016110abba2a922ef1a067472eba15220 SHA512 
66cfd1da52e77c766677bdcf85b3369aa0ae96775f45cf1dc4a87d3d5cfad60594d3ba603ec5d1ff8ad4db983806b6a012065ae8eeb7a06c6095065c7de9d1d7
 WHIRLPOOL 
79910beee0e2875640bbe92f1065c5a53791b84bc1c134977c562049baaebf12c096a38160d0a1e7f1ec7360a963caa1bf163db006ffe8f1f48ff7b165f175a9
 DIST dash-2.13.0.tar.gz 146280 SHA256 
0bc298129ff3421ba2de87b95c157fe35be0f7f26de83eae5d8558947f9e54de SHA512 
59969e3df1b258a1bae76904e5abaf64c5143de9b8994a04799dad3a317c6ccc1dcd19b99a337a23bce0e46cfb6bc90bf8c6b0e6a532946b4f0ec188d331b559
 WHIRLPOOL 
eda8c2dcfb97074c7459cc281c068a4fa724e4ea66cff5299c55145b997124eb1b39b2a3ff87ce059343e71fa4a04d390d0603af181be012dbf80d5272b6ab7a

diff --git a/app-emacs/dash/dash-2.12.0.ebuild 
b/app-emacs/dash/dash-2.12.0.ebuild
deleted file mode 100644
index ee1d25b..00000000
--- a/app-emacs/dash/dash-2.12.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="A modern list library for Emacs"
-HOMEPAGE="https://github.com/magnars/dash.el";
-SRC_URI="https://github.com/magnars/dash.el/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-SITEFILE="50${PN}-gentoo.el"
-
-S="${WORKDIR}/${PN}.el-${PV}"
-
-src_test() {
-       ./run-tests.sh || die
-}
-
-src_install() {
-       elisp-install ${PN} *.{el,elc}
-       elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-       doinfo dash.info
-       dodoc README.md
-}

diff --git a/app-emacs/dash/dash-2.12.1.ebuild 
b/app-emacs/dash/dash-2.12.1.ebuild
deleted file mode 100644
index 329b305..00000000
--- a/app-emacs/dash/dash-2.12.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="A modern list library for Emacs"
-HOMEPAGE="https://github.com/magnars/dash.el";
-SRC_URI="https://github.com/magnars/dash.el/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${PN}.el-${PV}"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="dash.texi"
-DOCS="README.md"
-
-src_test() {
-       ./run-tests.sh || die
-}

Reply via email to