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 C35A1158094 for ; Sat, 1 Oct 2022 14:24:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF696E0BB7; Sat, 1 Oct 2022 14:24:24 +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 D828FE0B54 for ; Sat, 1 Oct 2022 14:24:24 +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 DED3C33FE2A for ; Sat, 1 Oct 2022 14:24:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2836855B for ; Sat, 1 Oct 2022 14:24:22 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1664632707.9cf7d1a1206a3a137f22c0d23924bdb2cc77a748.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/sokoban/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/sokoban/Manifest app-emacs/sokoban/sokoban-1.4.9.ebuild X-VCS-Directories: app-emacs/sokoban/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 9cf7d1a1206a3a137f22c0d23924bdb2cc77a748 X-VCS-Branch: master Date: Sat, 1 Oct 2022 14:24:22 +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: 9ec544e7-1130-475f-a37c-fc8276387afc X-Archives-Hash: 16ada86a8d9a92cafb6150db705c42e9 commit: 9cf7d1a1206a3a137f22c0d23924bdb2cc77a748 Author: Maciej Barć gentoo org> AuthorDate: Sat Oct 1 13:58:27 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Oct 1 13:58:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf7d1a1 app-emacs/sokoban: bump to 1.4.9 Signed-off-by: Maciej Barć gentoo.org> app-emacs/sokoban/Manifest | 1 + app-emacs/sokoban/sokoban-1.4.9.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/app-emacs/sokoban/Manifest b/app-emacs/sokoban/Manifest index 4ec51f2c4162..0cd970a0c2e9 100644 --- a/app-emacs/sokoban/Manifest +++ b/app-emacs/sokoban/Manifest @@ -1 +1,2 @@ DIST sokoban-1.4.8.tar 71680 BLAKE2B faf7218dc4d1a629008b1d7fa79a9f747eeda056a89cf9e677f0b20a3dae1dad468a4f968da89be6a1daee0188ea36eb64e02c8a54f6948a89f5dcd039038c39 SHA512 bca8ba4c6357768bd3ec84d8093697acb0fcc84a565290f9517e844bc39301e9ebe7a0e8d3a2c9ef2304387ff539366048a2d2334990f1b7e3895ea1b113e613 +DIST sokoban-1.4.9.tar 61440 BLAKE2B 9a7c742a53d08e91026620ad64752057acd49bd7f1013752be939a53a3b0cfb583982acbc11e335bc22ac4a7ace9e11eaa5369a8a1645c622d82150edd3440ba SHA512 a38265aa3e6a973c388c3d03ed7ce245e1b4c46b141a1c14e271002bc48a24175c46bf42ab6645514e2a9e3466f0b19646a5e795adfb7d92cf3d71a7bfca993e diff --git a/app-emacs/sokoban/sokoban-1.4.9.ebuild b/app-emacs/sokoban/sokoban-1.4.9.ebuild new file mode 100644 index 000000000000..27002f3bc2f1 --- /dev/null +++ b/app-emacs/sokoban/sokoban-1.4.9.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Implementation of Sokoban for Emacs" +HOMEPAGE="https://elpa.gnu.org/packages/sokoban.html" +SRC_URI="https://elpa.gnu.org/packages/${P}.tar" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +ELISP_REMOVE="sokoban-pkg.el" +SITEFILE="50${PN}-gentoo.el" + +src_install() { + elisp_src_install + + insinto "${SITEETC}/${PN}" + doins sokoban.levels +}