Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/graaff:master commit in: app-emacs/ponylang-mode/
Date: Sun, 03 Jul 2016 08:47:25
Message-Id: 1467446235.17a9f4bce83a5b117f915df22b78fa8b135c6f99.graaff@gentoo
1 commit: 17a9f4bce83a5b117f915df22b78fa8b135c6f99
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Sat Jul 2 07:57:15 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 07:57:15 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=17a9f4bc
7
8 app-emacs/ponylang-mode: cleanup
9
10 Package-Manager: portage-2.2.28
11
12 app-emacs/ponylang-mode/Manifest | 1 -
13 app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/app-emacs/ponylang-mode/Manifest b/app-emacs/ponylang-mode/Manifest
17 index d8c1d72..1c85d54 100644
18 --- a/app-emacs/ponylang-mode/Manifest
19 +++ b/app-emacs/ponylang-mode/Manifest
20 @@ -1,2 +1 @@
21 -DIST ponylang-mode-0.0.5.tar.gz 6077 SHA256 59e6babcde6da5592813b1d6081c8a2d9264e77915ac5f895cd63b1b8a3c3cb4 SHA512 1e37a9590a211997a4368afde56501ac69afcbe83383327ece45211303caa4188f8616f74b4572464d5d8d9bf11d8bf14055e85547e506f2fafc019f2a6f9047 WHIRLPOOL d6c437fc2e45b4ae0a130be012ff3577de0d704b4d2d295afc7f7a16e8c0f90fb8bf0201825989a4cea2485d6b3e404b687aeee9db73bde68bf1bcb067673dd7
22 DIST ponylang-mode-0.0.7.tar.gz 6226 SHA256 8de83c865c0d4bbc8d5c2623947153c2e031f37e497c843a96c93cb313542cda SHA512 ab3cc3dcc155b6e8fc8fc061d936f90f0fac5bf54c7c441f0f022af2854672ddbc0b47066fdcf4f8550d40047bed2edb7172aa3cb923092b8efeaf5ead8ead4a WHIRLPOOL 0bdbdb21d53c8513192d20834a3e23c4271968480221e81109d7a738c787d57a83f61616f0d7305aab4fc251299d5a817124234c467fa97f54d0bb4995a381ac
23
24 diff --git a/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild b/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild
25 deleted file mode 100644
26 index 334a6d9..0000000
27 --- a/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -inherit elisp
37 -
38 -IUSE=""
39 -
40 -DESCRIPTION="A major mode for editing pony"
41 -HOMEPAGE="https://github.com/SeanTAllen/ponylang-mode/"
42 -SRC_URI="https://github.com/SeanTAllen/ponylang-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64"
46 -
47 -SITEFILE="50${PN}-gentoo.el"
48 -DOCS="CHANGELOG.md README.md"