summaryrefslogtreecommitdiff
path: root/app-emacs/powershell
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-31 03:00:52 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-31 03:00:52 +0000
commit4b70b249bd1fe7302633ca0b4f7abd22dd269d02 (patch)
treec39fc6439ab9c72db6a0f070fe02312591ccc963 /app-emacs/powershell
parent182063dd85a03f2086258946276c8967945ffe95 (diff)
gentoo auto-resync : 31:01:2023 - 03:00:52
Diffstat (limited to 'app-emacs/powershell')
-rw-r--r--app-emacs/powershell/Manifest2
-rw-r--r--app-emacs/powershell/powershell-0.3_pre20220402.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/app-emacs/powershell/Manifest b/app-emacs/powershell/Manifest
index b1cb88f9697e..d0f382c01226 100644
--- a/app-emacs/powershell/Manifest
+++ b/app-emacs/powershell/Manifest
@@ -1,4 +1,4 @@
AUX 50powershell-gentoo.el 267 BLAKE2B ca2712812fe037fc498193a1d88476da61765af5308183cfa7537fe3dda797f480d89cb282276d517efad27bc53f520e95d0b9bb507961a84ebc772e01091603 SHA512 99214edd95150f4f366778f0db472bad7869a579e6b0635a6e37e74f7d389a293a226fff4b8eed9009ae388885a2305423530b3eb9306e4f3f6847e606af095b
DIST powershell-0.3_pre20220402.tar.gz 17009 BLAKE2B c369993bc4ac0e681dde514c4303f6c131198e77f6aa3b293ecedefa552e8f2b94e8ab77978ff2f8d999a4b620fa4e013023a283e0a2c30f6578428bc54fe52d SHA512 2d38f1a968119a2022e1f3eceb8150947559e5e7943d184fec3b8075cc2dc8d97b5a897bc1ac97b14d69d9424b72ca20f01d24589403936b1ca2bc7becc2ea0f
-EBUILD powershell-0.3_pre20220402.ebuild 515 BLAKE2B 638ff0c7898290a2987e7866d2c0048d9ccc611dc101db01d50fefc915b5fa1bc440934391a740212df593c0b8f1003d785d2afab05557171d6740876753a0cb SHA512 705aca3322e1f7b3ca965518139a3effc9049b23658503d05f05bfc7f7989e0920d5104e72b521c7de5b3bcc2c95c2892be20732afadff4ad8c175c3dd9df360
+EBUILD powershell-0.3_pre20220402.ebuild 530 BLAKE2B 4b9e0e3d2905efe714babebd5cf4b9c6416df5cfb172963ffd868594c7b01114a7ab9c0929400fbf65753eeb3b1beeceef7e8ce6e25d24a016ac66a574d65f89 SHA512 8d02c8c6c2aca6e968797ecf3a5ccc13a66f0914a6e8c47be71e29c0b6f8bd131bbe17c3c591487cba6dd3bc8ff99421bf4ea40339eb017cbacd9da5793f7a8e
MISC metadata.xml 454 BLAKE2B 84931c284b0bc9dc20204737b54377498fef87eeb0a7d7d6cf956280f41b25fdd577306a39f5da937d4f4d84f80cffa8e8a11211ead5a98603ff7674214924f2 SHA512 4d3c39a70fefa9b07afb59cc46f438e2f64ceed173dad3e5bcaec342931c40b31b9f4474a851df3d554dbfece7fa5448d147da7d451290d02c640f1b9955b34d
diff --git a/app-emacs/powershell/powershell-0.3_pre20220402.ebuild b/app-emacs/powershell/powershell-0.3_pre20220402.ebuild
index 6d53582ddb59..c02c4e4c8902 100644
--- a/app-emacs/powershell/powershell-0.3_pre20220402.ebuild
+++ b/app-emacs/powershell/powershell-0.3_pre20220402.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-H=77b27faf8a292f1dc9f54c872241dc53b6791bf1
+COMMIT=77b27faf8a292f1dc9f54c872241dc53b6791bf1
NEED_EMACS=24
inherit elisp
DESCRIPTION="GNU Emacs mode for editing and running PowerShell code"
HOMEPAGE="https://github.com/jschaf/powershell.el/"
-SRC_URI="https://github.com/jschaf/${PN}.el/archive/${H}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}.el-${H}
+SRC_URI="https://github.com/jschaf/${PN}.el/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}.el-${COMMIT}
LICENSE="GPL-3+"
SLOT="0"