public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gs-elpa/
Date: Sun, 19 Feb 2023 14:58:33 +0000 (UTC)	[thread overview]
Message-ID: <1676818701.af65eb423ba9a623181729a22e32217cdc6162ef.ulm@gentoo> (raw)

commit:     af65eb423ba9a623181729a22e32217cdc6162ef
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 14:57:41 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 14:58:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af65eb42

app-portage/gs-elpa: add 0.2.2

Closes: https://bugs.gentoo.org/895314
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-portage/gs-elpa/Manifest             |  1 +
 app-portage/gs-elpa/gs-elpa-0.2.2.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-portage/gs-elpa/Manifest b/app-portage/gs-elpa/Manifest
index 545275b2262e..6095a78eeed8 100644
--- a/app-portage/gs-elpa/Manifest
+++ b/app-portage/gs-elpa/Manifest
@@ -1 +1,2 @@
 DIST gs-elpa-0.2.1.tar.gz 15808 BLAKE2B b37c8d8ecb57277db89b399dd9151348a46269054722f5f29aff6b04511e098a6ddfadc163130d7f9dfbb1af6ff2d76feda695717e021a44422b67a3f335a15e SHA512 d17dab0a0dcabcd3b9fb0fe1a81dcd175808033b46cb7368c017561c060110bd39998117f6feab3e16ace7304e9dc3cf10e684efd0e77b252d8b249317c37475
+DIST gs-elpa-0.2.2.tar.gz 15807 BLAKE2B 39e2096e568566e8fc42fd1cbf2db98fd4f3e7ecfa4ab8e2e274c0ba2422b258f8064f4606d434df970b80074844a691a828ba7ea4547a500faa32cb84c0f93a SHA512 ffbaeaa8971bc47031f860f2a46bec1c61f2f5767ebea90126444622a57afa05d93015ce297d890cf96f8200653647d18d7f6df78079af35a58e7cef46a810b0

diff --git a/app-portage/gs-elpa/gs-elpa-0.2.2.ebuild b/app-portage/gs-elpa/gs-elpa-0.2.2.ebuild
new file mode 100644
index 000000000000..e7d0dfb7dd5d
--- /dev/null
+++ b/app-portage/gs-elpa/gs-elpa-0.2.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9,10} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="g-sorcery backend for elisp packages"
+HOMEPAGE="https://gitweb.gentoo.org/proj/gs-elpa.git
+	https://github.com/jauhien/gs-elpa"
+SRC_URI="https://gitweb.gentoo.org/proj/gs-elpa.git/snapshot/${P}.tar.gz"
+
+LICENSE="GPL-2" # v2 only
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="app-portage/g-sorcery[${PYTHON_USEDEP}]
+	>=dev-python/sexpdata-0.0.4[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	doman docs/*.8
+}


             reply	other threads:[~2023-02-19 14:58 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-19 14:58 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-21  6:43 [gentoo-commits] repo/gentoo:master commit in: app-portage/gs-elpa/ Sam James
2023-05-20  9:41 Ulrich Müller
2023-05-19 16:39 Ulrich Müller
2023-02-25 16:09 Ulrich Müller
2023-02-24 18:17 Ulrich Müller
2023-02-24 18:17 Ulrich Müller
2023-02-24 11:37 Ulrich Müller
2023-02-24  9:54 Ulrich Müller
2023-02-19 14:58 Ulrich Müller
2022-07-16  5:06 Ulrich Müller
2022-06-03 21:01 Arthur Zamarin
2022-02-04 12:07 Michał Górny
2021-06-01 10:08 Sam James
2021-05-05 16:52 Ulrich Müller
2021-05-05 16:52 Ulrich Müller
2021-05-04 18:39 Ulrich Müller
2021-05-03 21:49 Ulrich Müller
2020-10-07 14:11 Brian Dolbec
2020-08-16  9:57 Michał Górny
2020-06-15 18:04 Sergei Trofimovich
2020-04-24 21:41 Brian Dolbec
2020-02-06  5:59 Michał Górny
2020-02-06  5:59 Michał Górny
2018-06-27 19:29 Pacho Ramos
2018-02-11 10:25 Michał Górny
2016-12-24 22:31 Brian Dolbec
2016-01-18 22:39 Jauhien Piatlicki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1676818701.af65eb423ba9a623181729a22e32217cdc6162ef.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox