From 6cc4f11f7918540b2daa5b48f6b3c184c5cb5d0a Mon Sep 17 00:00:00 2001 From: Victor Gaydov Date: Wed, 4 Oct 2017 12:07:34 +0300 Subject: app-emacs/s: version bump to 1.12.0. Closes: https://github.com/gentoo/gentoo/pull/5856 --- app-emacs/s/s-1.12.0.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app-emacs/s/s-1.12.0.ebuild (limited to 'app-emacs/s/s-1.12.0.ebuild') diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild new file mode 100644 index 00000000000..2a3d49f9a3e --- /dev/null +++ b/app-emacs/s/s-1.12.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit elisp + +DESCRIPTION="The long lost Emacs string manipulation library" +HOMEPAGE="https://github.com/magnars/s.el" +SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/s.el-${PV}" +SITEFILE="50${PN}-gentoo.el" +DOCS="README.md" -- cgit v1.2.3-18-g5258