* [gentoo-commits] repo/gentoo:master commit in: app-emacs/xelb/, app-emacs/xelb/files/
@ 2022-04-22 23:32 Maciej Barć
0 siblings, 0 replies; only message in thread
From: Maciej Barć @ 2022-04-22 23:32 UTC (permalink / raw
To: gentoo-commits
commit: 8c480b55dc6e7124653b3b6e7fd9500048a4f9df
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 23:21:46 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 23:21:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c480b55
app-emacs/xelb: new package; add version 0.18
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/xelb/Manifest | 1 +
app-emacs/xelb/files/50xelb-gentoo.el | 1 +
app-emacs/xelb/metadata.xml | 13 +++++++++++++
app-emacs/xelb/xelb-0.18.ebuild | 24 ++++++++++++++++++++++++
4 files changed, 39 insertions(+)
diff --git a/app-emacs/xelb/Manifest b/app-emacs/xelb/Manifest
new file mode 100644
index 000000000000..e5397299d61f
--- /dev/null
+++ b/app-emacs/xelb/Manifest
@@ -0,0 +1 @@
+DIST xelb-0.18.tar.gz 127797 BLAKE2B d438bea5142dc233d272959e9ca683d55cf1b61a97b002bf6864425a83c9238fca37aa7387f38dac3c3c8064b9ca8c5a64f934ef60360273df1453a152778785 SHA512 72048e12028811b5beb206102bef27b519bf0524e801f2eec5b3eac8dee785a99dc165e6ecafe14680a5fc0025d7d720db76df5fbbcb9a65070402a29de6ad0b
diff --git a/app-emacs/xelb/files/50xelb-gentoo.el b/app-emacs/xelb/files/50xelb-gentoo.el
new file mode 100644
index 000000000000..431f7e90ae73
--- /dev/null
+++ b/app-emacs/xelb/files/50xelb-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/xelb/metadata.xml b/app-emacs/xelb/metadata.xml
new file mode 100644
index 000000000000..1591137fb9e2
--- /dev/null
+++ b/app-emacs/xelb/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/ch11ng/xelb/issues/</bugs-to>
+ <remote-id type="github">ch11ng/xelb</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-emacs/xelb/xelb-0.18.ebuild b/app-emacs/xelb/xelb-0.18.ebuild
new file mode 100644
index 000000000000..04e2fdea468f
--- /dev/null
+++ b/app-emacs/xelb/xelb-0.18.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.4
+
+inherit elisp
+
+DESCRIPTION="X protocol Emacs Lisp Binding"
+HOMEPAGE="https://github.com/ch11ng/xelb/"
+SRC_URI="https://github.com/ch11ng/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ app-editors/emacs[gui]
+ x11-apps/xauth
+"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-22 23:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-22 23:32 [gentoo-commits] repo/gentoo:master commit in: app-emacs/xelb/, app-emacs/xelb/files/ Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox