* [gentoo-commits] repo/gentoo:master commit in: app-emacs/epl/, app-emacs/epl/files/
@ 2021-09-18 3:01 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-09-18 3:01 UTC (permalink / raw
To: gentoo-commits
commit: 4f786bedcafe078d4d473c037ceed8b07fd04a7b
Author: John Turner <jturner.usa+gentoo <AT> gmail <DOT> com>
AuthorDate: Fri Sep 17 04:29:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 02:53:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f786bed
app-emacs/epl: created ebuild
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: John Turner <jturner.usa+gentoo <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/epl/Manifest | 1 +
app-emacs/epl/epl-0.9.ebuild | 20 ++++++++++++++++++++
app-emacs/epl/files/50epl-gentoo.el | 2 ++
app-emacs/epl/metadata.xml | 20 ++++++++++++++++++++
4 files changed, 43 insertions(+)
diff --git a/app-emacs/epl/Manifest b/app-emacs/epl/Manifest
new file mode 100644
index 00000000000..8218513c1b0
--- /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 00000000000..8a13d13e32d
--- /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 00000000000..090a7c42a5c
--- /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 00000000000..4acb98f80f2
--- /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>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-09-18 3:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-18 3:01 [gentoo-commits] repo/gentoo:master commit in: app-emacs/epl/, app-emacs/epl/files/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox