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: Wed, 5 May 2021 16:52:24 +0000 (UTC) [thread overview]
Message-ID: <1620233476.cb6a2f61a16abf68705b4e79218ae42aecc94657.ulm@gentoo> (raw)
commit: cb6a2f61a16abf68705b4e79218ae42aecc94657
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed May 5 16:51:16 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed May 5 16:51:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6a2f61
app-portage/gs-elpa: Version bump to 0.2.1
Fixes issue with negative version numbers seen in melpa-stable.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-portage/gs-elpa/Manifest | 1 +
app-portage/gs-elpa/gs-elpa-0.2.1.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-portage/gs-elpa/Manifest b/app-portage/gs-elpa/Manifest
index 93e933b4abc..eeb571656d0 100644
--- a/app-portage/gs-elpa/Manifest
+++ b/app-portage/gs-elpa/Manifest
@@ -1,2 +1,3 @@
DIST gs-elpa-0.1.3.tar.gz 15486 BLAKE2B 6e34aa27aae9d7e27d41e122ed18890b5b63a18e5803f83aaa2fe5c82cf95fb010f7d428e576ce1c8493b27fbb587e37f74f8c9ed3ed9320722ec61eff1f535e SHA512 616c6cc33e89094e727c9ebe577d211cf9200a95b7ad6fd4b350b16d6982e3d509278b63a145880cdbc8f83481ba409b650e43260d463bf90a22e2a705997020
+DIST gs-elpa-0.2.1.tar.gz 15808 BLAKE2B b37c8d8ecb57277db89b399dd9151348a46269054722f5f29aff6b04511e098a6ddfadc163130d7f9dfbb1af6ff2d76feda695717e021a44422b67a3f335a15e SHA512 d17dab0a0dcabcd3b9fb0fe1a81dcd175808033b46cb7368c017561c060110bd39998117f6feab3e16ace7304e9dc3cf10e684efd0e77b252d8b249317c37475
DIST gs-elpa-0.2.tar.gz 15717 BLAKE2B 17be05e19134a99109c4be6f3604a26b5183312adcd0ef195f6f460eac4a28e9cb9370d7d980dbe822af7372eccc0c59ae9f4bc49351a4ce398fc787011bd4ac SHA512 e491a5a8d19b9e077cb41b0934aca6b3e9c091f844f8be1905a79da160fb6f725433b6be4d198533080de5951b1af87c22835e759afb864c8533139349f94a72
diff --git a/app-portage/gs-elpa/gs-elpa-0.2.1.ebuild b/app-portage/gs-elpa/gs-elpa-0.2.1.ebuild
new file mode 100644
index 00000000000..2fb30753453
--- /dev/null
+++ b/app-portage/gs-elpa/gs-elpa-0.2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_7,3_8} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+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"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="app-portage/g-sorcery[$(python_gen_usedep 'python*')]
+ dev-python/sexpdata[$(python_gen_usedep 'python*')]"
+RDEPEND="${DEPEND}"
+
+python_install_all() {
+ distutils-r1_python_install_all
+ doman docs/*.8
+}
next reply other threads:[~2021-05-05 16:52 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-05 16:52 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
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-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=1620233476.cb6a2f61a16abf68705b4e79218ae42aecc94657.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