From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63AD815806E for ; Sat, 20 May 2023 09:41:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A55B5E0849; Sat, 20 May 2023 09:41:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DDCCE0849 for ; Sat, 20 May 2023 09:41:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA620340E64 for ; Sat, 20 May 2023 09:41:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31F26A68 for ; Sat, 20 May 2023 09:41:02 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1684575656.ec52756a5dc4b1a9964c6501759e9e390b9120e5.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gs-elpa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gs-elpa/Manifest app-portage/gs-elpa/gs-elpa-0.2.3.ebuild X-VCS-Directories: app-portage/gs-elpa/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ec52756a5dc4b1a9964c6501759e9e390b9120e5 X-VCS-Branch: master Date: Sat, 20 May 2023 09:41:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e0963cde-91a0-4c79-ba99-05eed84aaa58 X-Archives-Hash: adf98e66c09f1b8ed0ce045b55580e2d commit: ec52756a5dc4b1a9964c6501759e9e390b9120e5 Author: Ulrich Müller gentoo org> AuthorDate: Sat May 20 09:40:06 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat May 20 09:40:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec52756a app-portage/gs-elpa: add 0.2.3 Signed-off-by: Ulrich Müller gentoo.org> app-portage/gs-elpa/Manifest | 1 + app-portage/gs-elpa/gs-elpa-0.2.3.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/app-portage/gs-elpa/Manifest b/app-portage/gs-elpa/Manifest index 319091ecf363..18065a4e1c62 100644 --- a/app-portage/gs-elpa/Manifest +++ b/app-portage/gs-elpa/Manifest @@ -1 +1,2 @@ DIST gs-elpa-0.2.2.tar.gz 15807 BLAKE2B 39e2096e568566e8fc42fd1cbf2db98fd4f3e7ecfa4ab8e2e274c0ba2422b258f8064f4606d434df970b80074844a691a828ba7ea4547a500faa32cb84c0f93a SHA512 ffbaeaa8971bc47031f860f2a46bec1c61f2f5767ebea90126444622a57afa05d93015ce297d890cf96f8200653647d18d7f6df78079af35a58e7cef46a810b0 +DIST gs-elpa-0.2.3.tar.gz 15809 BLAKE2B 5048d65dfa8d155bd4b1bf98846fbe1c5cfac2e5be455b7b200a0102a453f0697202e6b6e4dda17fc54de81da68d94f88005d6c78a376019f314a5113be7ac90 SHA512 8fb31fc1696811e10eb8f99ef10926f38acbc48cb1bd67939e408dcefb628ebf8049446f161e3b192bbe55ce21f335916e286522dd72d8fc31ce0699c4dce3c9 diff --git a/app-portage/gs-elpa/gs-elpa-0.2.3.ebuild b/app-portage/gs-elpa/gs-elpa-0.2.3.ebuild new file mode 100644 index 000000000000..592feb2e356f --- /dev/null +++ b/app-portage/gs-elpa/gs-elpa-0.2.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9,10,11} ) + +inherit distutils-r1 + +DESCRIPTION="g-sorcery backend for elisp packages" +HOMEPAGE="https://gitweb.gentoo.org/proj/gs-elpa.git" +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-0.2.3[${PYTHON_USEDEP}] + >=dev-python/sexpdata-1.0.0[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND}" + +python_install_all() { + distutils-r1_python_install_all + doman docs/*.8 +}