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 D53D0158170 for ; Fri, 19 Jul 2024 11:02:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7AFD2BC015; Fri, 19 Jul 2024 11:02:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 BBA6F2BC015 for ; Fri, 19 Jul 2024 11:02:31 +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 B1DE7341B52 for ; Fri, 19 Jul 2024 11:02:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E453D1B89 for ; Fri, 19 Jul 2024 11:02:28 +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: <1721386946.10d9b8bbb8de8b146ef3e2ddf83b93666c1a591d.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-appear/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/org-appear/Manifest app-emacs/org-appear/org-appear-0.3.1.ebuild X-VCS-Directories: app-emacs/org-appear/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 10d9b8bbb8de8b146ef3e2ddf83b93666c1a591d X-VCS-Branch: master Date: Fri, 19 Jul 2024 11:02:28 +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: a8e95508-2dcf-4eeb-a69d-542cc28ed52a X-Archives-Hash: e56397d99fe7838bc7c0a355fb651ea6 commit: 10d9b8bbb8de8b146ef3e2ddf83b93666c1a591d Author: Maciej Barć gentoo org> AuthorDate: Fri Jul 19 09:46:07 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Jul 19 11:02:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d9b8bb app-emacs/org-appear: bump to 0.3.1 Signed-off-by: Maciej Barć gentoo.org> app-emacs/org-appear/Manifest | 1 + app-emacs/org-appear/org-appear-0.3.1.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/app-emacs/org-appear/Manifest b/app-emacs/org-appear/Manifest index 313ea306f9c2..a01e231ea15c 100644 --- a/app-emacs/org-appear/Manifest +++ b/app-emacs/org-appear/Manifest @@ -1 +1,2 @@ DIST org-appear-0.3.0.tar.gz 95423 BLAKE2B 925e82f6b2757138d8e3b2f20a1c3bd64644aea463fa5b713e363b8cfe8ca1111a666d3a934c313032e5a8339bcab9962129c92a2b1a5bd454fcfb3aefc0ac1a SHA512 5500e838ddfd5a4000604a284a5a967ed2a42abfcb6f24cf86f60116c0a2afc7dd303f9be9b8b879fc8a0cad09e15e168212e6b6c6b3c18ec649b92c5a3ea2b0 +DIST org-appear-0.3.1.tar.gz 96145 BLAKE2B 8bc635cb99929d896898081760e3bd3321d881f19d8da905e92ea8b813ac118064c996b1ab896d178d6aecb2ac91a1ab80e5ea43d745b75f154f1555a9cd4658 SHA512 c3d4140b41a5612c2987ff48d7b6245808eb8f5ec555fdf5977012d311b63debd8de4bea0e49380dabdf7c15f8911d44730bad6d48a0bc1e6d3758d66dab2120 diff --git a/app-emacs/org-appear/org-appear-0.3.1.ebuild b/app-emacs/org-appear/org-appear-0.3.1.ebuild new file mode 100644 index 000000000000..8f36d1af24b4 --- /dev/null +++ b/app-emacs/org-appear/org-appear-0.3.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Toggle Org mode element visibility upon entering and leaving" +HOMEPAGE="https://github.com/awth13/org-appear/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/awth13/${PN}.git" +else + SRC_URI="https://github.com/awth13/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +DOCS=( README.org demo.gif ) +SITEFILE="50${PN}-gentoo.el"