summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2021-09-17 00:29:30 -0400
committerSam James <sam@gentoo.org>2021-09-18 03:53:18 +0100
commit4f786bedcafe078d4d473c037ceed8b07fd04a7b (patch)
tree23dcc14010dd2e68799dd7df22e2b1a6e6a8778e /app-emacs
parentnet-misc/curl: add 7.79.0 (diff)
downloadgentoo-4f786bedcafe078d4d473c037ceed8b07fd04a7b.tar.gz
gentoo-4f786bedcafe078d4d473c037ceed8b07fd04a7b.tar.bz2
gentoo-4f786bedcafe078d4d473c037ceed8b07fd04a7b.zip
app-emacs/epl: created ebuild
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: John Turner <jturner.usa+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/epl/Manifest1
-rw-r--r--app-emacs/epl/epl-0.9.ebuild20
-rw-r--r--app-emacs/epl/files/50epl-gentoo.el2
-rw-r--r--app-emacs/epl/metadata.xml20
4 files changed, 43 insertions, 0 deletions
diff --git a/app-emacs/epl/Manifest b/app-emacs/epl/Manifest
new file mode 100644
index 000000000000..8218513c1b01
--- /dev/null
+++ b/app-emacs/epl/Manifest
@@ -0,0 +1 @@
+DIST epl-0.9.tar.gz 23448 BLAKE2B e403066139223445affcea2dd6a5bb0d4a5a4523235b787d45605c692301625ed784f0f3c338f0154c2f2188a29a565ba287e0958f8f95297556aaeb1e25c0eb SHA512 64d55790e7d34c575cc19786830b5cb795a162fc04356caf4122ce0796d57d94a50e90a4288218a697394ec3bd36c5ab5ddb98d1618411f9fe5eeada44bfd70f
diff --git a/app-emacs/epl/epl-0.9.ebuild b/app-emacs/epl/epl-0.9.ebuild
new file mode 100644
index 000000000000..8a13d13e32de
--- /dev/null
+++ b/app-emacs/epl/epl-0.9.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+NEED_EMACS="24"
+
+inherit elisp
+
+DESCRIPTION="A convenient high-level API for package.el"
+HOMEPAGE="https://github.com/cask/epl"
+SRC_URI="https://github.com/cask/epl/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test" # test requires cask and ert-runner which are not packaged
+
+SITEFILE="50epl-gentoo.el"
+DOCS=( README.md )
diff --git a/app-emacs/epl/files/50epl-gentoo.el b/app-emacs/epl/files/50epl-gentoo.el
new file mode 100644
index 000000000000..090a7c42a5c9
--- /dev/null
+++ b/app-emacs/epl/files/50epl-gentoo.el
@@ -0,0 +1,2 @@
+;;; elp site-lisp configuration
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/epl/metadata.xml b/app-emacs/epl/metadata.xml
new file mode 100644
index 000000000000..4acb98f80f22
--- /dev/null
+++ b/app-emacs/epl/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>jturner.usa+gentoo@gmail.com</email>
+ <name>John Turner</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">cask/epl</remote-id>
+ <doc>https://github.com/cask/epl/blob/master/README.md</doc>
+ </upstream>
+ <longdescription>
+ EPL provides a convenient high-level API for various package.el versions,
+ and aims to overcome its most striking idiocies.
+ </longdescription>
+</pkgmetadata>