commit: aca332dab483deb60f1fbd1e301b5a666b581a66 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Fri Apr 1 07:15:14 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Apr 1 07:15:14 2016 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=aca332da
app-emacs/ponylang-mode: add 0.0.3 Package-Manager: portage-2.2.26 app-emacs/ponylang-mode/Manifest | 1 + app-emacs/ponylang-mode/ponylang-mode-0.0.3.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/app-emacs/ponylang-mode/Manifest b/app-emacs/ponylang-mode/Manifest index fd10e4c..be741d2 100644 --- a/app-emacs/ponylang-mode/Manifest +++ b/app-emacs/ponylang-mode/Manifest @@ -1 +1,2 @@ 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 diff --git a/app-emacs/ponylang-mode/ponylang-mode-0.0.3.ebuild b/app-emacs/ponylang-mode/ponylang-mode-0.0.3.ebuild new file mode 100644 index 0000000..6d900db --- /dev/null +++ b/app-emacs/ponylang-mode/ponylang-mode-0.0.3.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"