summaryrefslogtreecommitdiff
path: root/app-emacs/wfnames
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-21 00:15:53 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-21 00:15:53 +0000
commitdb653baf275126269bb89ea0d2bdb8e50497a94c (patch)
tree9d1ee94cfa7312384acd366d3dd8f629660b3f18 /app-emacs/wfnames
parent1534d50aaf24272ec425fa439389ef7e1f7bf174 (diff)
gentoo auto-resync : 21:02:2025 - 00:15:53
Diffstat (limited to 'app-emacs/wfnames')
-rw-r--r--app-emacs/wfnames/Manifest3
-rw-r--r--app-emacs/wfnames/metadata.xml14
-rw-r--r--app-emacs/wfnames/wfnames-1.2.ebuild26
3 files changed, 43 insertions, 0 deletions
diff --git a/app-emacs/wfnames/Manifest b/app-emacs/wfnames/Manifest
new file mode 100644
index 000000000000..3c24a62d1280
--- /dev/null
+++ b/app-emacs/wfnames/Manifest
@@ -0,0 +1,3 @@
+DIST wfnames-1.2.gh.tar.gz 16556 BLAKE2B 23f9066af22471a9a895e6a02f26c64655087c165996c731c98bfbed7c9ef17d8e9c8d080cebf59299ace96a075d9c404ce0569122d5d41288fe89842af2dbbc SHA512 3539818f35f7a59a4b3c0c80cce4a2f0788264074809abb82d299059631a2e7e3c0f54b3c7259210b9b7ed68a7a14c9d44e0a3d0bf33b017162c52f4ebf4fc1f
+EBUILD wfnames-1.2.ebuild 570 BLAKE2B 23e5841168dd3c13e0d3f67c8c5c09106fdb8b2944ee37417f14df3f68ab438ad35fbb62df8e39c358f8117b200054194e9c8feefaaa96b8aca2540906a5a7e1 SHA512 c679b9a121b865d13904f5bfa15c6b933c8c40fd3f0a87c154c703692239434c24de93df544236a20aa565ae5e771538fad463abe4caa3e1f7d3a9877756ffc1
+MISC metadata.xml 462 BLAKE2B 78dcd0f2362007db8c842419367ebccf6f6bfc8dd99028e1cbf2d4c9839559116d2f49b22022135847150720c3eff736297c5b03a326e6c72bf2a6e63eedb314 SHA512 5529c18f53277043c63c56c385fcad4e9350a022235546b05c71d50f07b5ce0678b41b577c2cbb362fe6e7049b3d01e73bc5acdafbdb84b7e3b0d9fcc9c0bd71
diff --git a/app-emacs/wfnames/metadata.xml b/app-emacs/wfnames/metadata.xml
new file mode 100644
index 000000000000..2e0aaf44b8ee
--- /dev/null
+++ b/app-emacs/wfnames/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <bugs-to>https://github.com/thierryvolpiatto/wfnames/issues/</bugs-to>
+ <remote-id type="github">thierryvolpiatto/wfnames</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-emacs/wfnames/wfnames-1.2.ebuild b/app-emacs/wfnames/wfnames-1.2.ebuild
new file mode 100644
index 000000000000..26c712e1453d
--- /dev/null
+++ b/app-emacs/wfnames/wfnames-1.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2019-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="GNU Emacs mode to edit filenames, similar to wdired"
+HOMEPAGE="https://github.com/thierryvolpiatto/wfnames/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/thierryvolpiatto/${PN}.git"
+else
+ SRC_URI="https://github.com/thierryvolpiatto/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"