summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Gaydov <victor@enise.org>2016-08-09 19:12:22 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-09-09 15:34:39 +0200
commit29a74daa093d03dd8cd02e3bdc61efe058bde1f1 (patch)
tree0de86db0136cb799a55988d206dac9b7641ad847 /app-emacs
parentdev-games/irrlicht: version bump to 1.8.4. (diff)
downloadgentoo-29a74daa093d03dd8cd02e3bdc61efe058bde1f1.tar.gz
gentoo-29a74daa093d03dd8cd02e3bdc61efe058bde1f1.tar.bz2
gentoo-29a74daa093d03dd8cd02e3bdc61efe058bde1f1.zip
app-emacs/s: new package.
s.el, the long lost Emacs string manipulation library. Dependency of app-emacs/f-el. Gentoo-Bug: https://bugs.gentoo.org/590890 Closes: https://github.com/gentoo/gentoo/pull/2050 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/s/Manifest1
-rw-r--r--app-emacs/s/files/50s-gentoo.el1
-rw-r--r--app-emacs/s/metadata.xml16
-rw-r--r--app-emacs/s/s-1.11.0.ebuild19
4 files changed, 37 insertions, 0 deletions
diff --git a/app-emacs/s/Manifest b/app-emacs/s/Manifest
new file mode 100644
index 000000000000..b12c2aa7253e
--- /dev/null
+++ b/app-emacs/s/Manifest
@@ -0,0 +1 @@
+DIST s-1.11.0.tar.gz 46771 SHA256 826d186458f7568f1304bca0c094034a9e7370bd2858dcf806dd513abe2d384f SHA512 364fa7ea875e9be6db464a826c1259889b67d87817b41cff40ab7da80e0bfc3e27dcadadfd005a64a895ee92644c2dea82789bdf1b1fe538501c40f748455608 WHIRLPOOL cccae8d9539dbc91da97e68dd88e13b08bd2ba1a414b62bb431c43dc1f4c8b1e4a8d37996a861d7817763bc08c4fee53dd9a4f8134ba0719f33b6e6f6a4b7496
diff --git a/app-emacs/s/files/50s-gentoo.el b/app-emacs/s/files/50s-gentoo.el
new file mode 100644
index 000000000000..431f7e90ae73
--- /dev/null
+++ b/app-emacs/s/files/50s-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/s/metadata.xml b/app-emacs/s/metadata.xml
new file mode 100644
index 000000000000..57bb313b577e
--- /dev/null
+++ b/app-emacs/s/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>victor@enise.org</email>
+ <name>Victor Gaydov</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-emacs/s/s-1.11.0.ebuild b/app-emacs/s/s-1.11.0.ebuild
new file mode 100644
index 000000000000..680b3390c8ed
--- /dev/null
+++ b/app-emacs/s/s-1.11.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"