commit:     a1265cccb5552afa2a219a9f3547f6175615fec3
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 18:48:17 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 20:40:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1265ccc

app-emacs/package-build: new package; add version 2.4

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/package-build/Manifest                       |  1 +
 .../package-build/files/50package-build-gentoo.el      |  1 +
 app-emacs/package-build/metadata.xml                   | 14 ++++++++++++++
 app-emacs/package-build/package-build-2.4.ebuild       | 18 ++++++++++++++++++
 4 files changed, 34 insertions(+)

diff --git a/app-emacs/package-build/Manifest b/app-emacs/package-build/Manifest
new file mode 100644
index 000000000000..5bbcfedf198e
--- /dev/null
+++ b/app-emacs/package-build/Manifest
@@ -0,0 +1 @@
+DIST package-build-2.4.tar.gz 14768 BLAKE2B 
404dff528b3240cc0052e3feb556c1f1e3e829e7bda5e2468d2034b19f998245c48c126f8f3c67b2687e3f43da223bc7b917abab056c978edd6dd46040743c2d
 SHA512 
cc06afcf954b44322cd010e3c557ad6222d30f4f5e83e608d49d439ff0a78acadeb9f334da900478624cf4575e5abf3d3bd67590336729ebc16a70c4f9440d87

diff --git a/app-emacs/package-build/files/50package-build-gentoo.el 
b/app-emacs/package-build/files/50package-build-gentoo.el
new file mode 100644
index 000000000000..431f7e90ae73
--- /dev/null
+++ b/app-emacs/package-build/files/50package-build-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")

diff --git a/app-emacs/package-build/metadata.xml 
b/app-emacs/package-build/metadata.xml
new file mode 100644
index 000000000000..4cbe6bac7b4a
--- /dev/null
+++ b/app-emacs/package-build/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+
+<pkgmetadata>
+  <maintainer type="project">
+    <email>gnu-em...@gentoo.org</email>
+    <name>Gentoo GNU Emacs project</name>
+  </maintainer>
+  <stabilize-allarches/>
+  <upstream>
+    <bugs-to>https://github.com/melpa/package-build/issues/</bugs-to>
+    <remote-id type="github">melpa/package-build</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/app-emacs/package-build/package-build-2.4.ebuild 
b/app-emacs/package-build/package-build-2.4.ebuild
new file mode 100644
index 000000000000..86af0a97c722
--- /dev/null
+++ b/app-emacs/package-build/package-build-2.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=25.1
+
+inherit elisp
+
+DESCRIPTION="Tools for assembling a package archive"
+HOMEPAGE="https://github.com/melpa/package-build/";
+SRC_URI="https://github.com/melpa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"

Reply via email to