commit: a95c2b3134597969f2911b4af264ff1eedb1ec25 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Tue Apr 5 05:20:23 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Apr 5 05:20:23 2016 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=a95c2b31
app-emacs/ponylang-mode: add 0.0.5 Package-Manager: portage-2.2.26 app-emacs/ponylang-mode/Manifest | 1 + app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/app-emacs/ponylang-mode/Manifest b/app-emacs/ponylang-mode/Manifest index be741d2..26f75ad 100644 --- a/app-emacs/ponylang-mode/Manifest +++ b/app-emacs/ponylang-mode/Manifest @@ -1,2 +1,3 @@ DIST ponylang-mode-0.0.1.tar.gz 4886 SHA256 4e9ff331e04ff04830361b8aadf7ce1a38a024b068eb2ffbcedc881b39491a3d SHA512 891c10da4e2b92dd99f6a13cae41441ea94f7612086c6e78ba63c22a5d9ed37bb92a18e290f878d9b2f46dc6c7bc61cce43a014311fa1719ad1cce50ae6470eb WHIRLPOOL 4223e9bd55a1a2f5419b60d37b13e5d72d4a29388083b2fbaf7710c21f4a509bda818eb020099c533f270a2badbaf28a7e5839a3e35b67858c354030c97b8fa7 DIST ponylang-mode-0.0.3.tar.gz 5111 SHA256 e25d0a037b2caed9f05b886ef22b293f0fa0940e96346980f78fbf33d7baac1a SHA512 a48ea071c4a122d7435b92a33fc7dd351ac119dcd48561b73b3c4e0c73fbe5afe2d17487d218256f6d9d12a8b7b3d05cbd415fd9a688ae1b4b0f25e85147a2fb WHIRLPOOL fdd5d9c5befc89c4b88e6cf29e22d683a27f4cfaa1e03203807745f8b565a0679673b408d320283f1f7f64e3f948c4e39f6ec597e487d72935b23c02bf73bb7e +DIST ponylang-mode-0.0.5.tar.gz 6077 SHA256 59e6babcde6da5592813b1d6081c8a2d9264e77915ac5f895cd63b1b8a3c3cb4 SHA512 1e37a9590a211997a4368afde56501ac69afcbe83383327ece45211303caa4188f8616f74b4572464d5d8d9bf11d8bf14055e85547e506f2fafc019f2a6f9047 WHIRLPOOL d6c437fc2e45b4ae0a130be012ff3577de0d704b4d2d295afc7f7a16e8c0f90fb8bf0201825989a4cea2485d6b3e404b687aeee9db73bde68bf1bcb067673dd7 diff --git a/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild b/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild new file mode 100644 index 0000000..6d900db --- /dev/null +++ b/app-emacs/ponylang-mode/ponylang-mode-0.0.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit elisp + +IUSE="" + +DESCRIPTION="A major mode for editing pony" +HOMEPAGE="https://github.com/SeanTAllen/ponylang-mode/" +SRC_URI="https://github.com/SeanTAllen/ponylang-mode/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +SITEFILE="50${PN}-gentoo.el"
