summaryrefslogtreecommitdiff
path: root/app-emacs/shrink-path
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-20 05:59:19 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-20 05:59:19 +0100
commitdcf9ac80d0667a18496506842a8903ba5dab2fc7 (patch)
tree2b00642cd6bdbd7de71159350f01b424ffc37420 /app-emacs/shrink-path
parentf7e94be7540157809ed892278b6765c368a5a912 (diff)
gentoo auto-resync : 20:04:2023 - 05:59:19
Diffstat (limited to 'app-emacs/shrink-path')
-rw-r--r--app-emacs/shrink-path/Manifest2
-rw-r--r--app-emacs/shrink-path/shrink-path-0.3.1.ebuild13
2 files changed, 4 insertions, 11 deletions
diff --git a/app-emacs/shrink-path/Manifest b/app-emacs/shrink-path/Manifest
index b28cea595c94..b89d6ff95e26 100644
--- a/app-emacs/shrink-path/Manifest
+++ b/app-emacs/shrink-path/Manifest
@@ -1,4 +1,4 @@
AUX 50shrink-path-gentoo.el 38 BLAKE2B e96c6cf48d1522d89450e11d339c76210c672377208b56951791b83c6ef22b2c872d313084e199dd5d7b533a99106a87dbc7f15b5ee6126f71bf5f2e84165ffa SHA512 5c00bcabe2d7cc03013dc7a54b2c653940c08098ca5646d7c73624cb1ca04376ae9dcf88a7166b1925c69f0c5d192d90f6bd790fdef8ed8c3b0f9d163c987da5
DIST shrink-path.el-v0.3.1.tar.bz2 15743 BLAKE2B 8f5db089737f2d31c9f5852265f1b33679de3cc72989bf04b8d50871b3b8fa356da6823177759561b99ee5b032fb10ba1c51f49cdd7d74daafb1d6cac44ba2b7 SHA512 f4cc191186c2a2e706ff08fbcd43f24dd67297a368c42da72626d70e3522d5b24ceba45a2e17821f6288576f10e0208e3d643946108edd6180502dd1bad019ed
-EBUILD shrink-path-0.3.1.ebuild 807 BLAKE2B 5eaf0c7e143a4be9461323872f58dd65d860bee34f4fea69f0a287b34d0f556f5244e4d79d3df402baabe869e42cc790024edbd067fc58ff314036b7d2cac8d9 SHA512 81efbd89ae887678d8165c07aef4cbddc6dd201eadabf266795579c068702877ebf87c73023930c4eeb8ee234a3d4ca4b71d9451fc2d2db76c6f37e239705b53
+EBUILD shrink-path-0.3.1.ebuild 700 BLAKE2B dc2bc050b1ecf02c52eb9e9f41f19f04c7c7fe884f7350f203d8be3e5f445e696ae2911f527c8d7bab8c35f55278e10a0dc25e9fd016b307ce913597c3c3458d SHA512 f3b807b757248dd7982b96d7969618a218cac6d0c579121311a57c8e70bedce2aafe7d8d5fd89515071af995c708e76a5db751797020c6e5a0d1956ab192c96d
MISC metadata.xml 433 BLAKE2B eaf63f4513651f57d6e4a5032a2f244011234c6fd995939ed294ed8ceefc75487664cd769ed64eaf82b6040bbddecfb4f85ffc907a5103febf53cb605afd9a40 SHA512 65fcabbc6edff9aa6580630195a5ed911046fce5b61371881ccc4c7f19645c592f236a2ea06bd07469c3b47034e3639d0b4e450d4660a3eac0f7cf6750fee317
diff --git a/app-emacs/shrink-path/shrink-path-0.3.1.ebuild b/app-emacs/shrink-path/shrink-path-0.3.1.ebuild
index c855273dc798..519ca144af61 100644
--- a/app-emacs/shrink-path/shrink-path-0.3.1.ebuild
+++ b/app-emacs/shrink-path/shrink-path-0.3.1.ebuild
@@ -13,29 +13,22 @@ S="${WORKDIR}"/${PN}.el-v${PV}
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
app-emacs/s
app-emacs/dash
app-emacs/f
"
-BDEPEND="
- ${RDEPEND}
- test? ( app-emacs/buttercup )
-"
+BDEPEND="${RDEPEND}"
DOCS=( README.org )
SITEFILE="50${PN}-gentoo.el"
+elisp-enable-tests buttercup test
+
src_prepare() {
sed -i 's|it "same as shrink-path"|xit "same as shrink-path"|' \
"${S}"/test/shrink-path-test.el || die
default
}
-
-src_test() {
- buttercup -L . -L test --traceback full test || die
-}