* [gentoo-commits] repo/gentoo:master commit in: app-emacs/cask/
@ 2025-01-14 17:09 Maciej Barć
0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2025-01-14 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 11208de18c75943035ab32d64df10e9c23ccf8e2
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 17:08:53 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 17:08:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11208de1
app-emacs/cask: drop old 0.8.8
Bug: https://bugs.gentoo.org/947927
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/cask/Manifest | 1 -
app-emacs/cask/cask-0.8.8.ebuild | 48 ----------------------------------------
2 files changed, 49 deletions(-)
diff --git a/app-emacs/cask/Manifest b/app-emacs/cask/Manifest
index 29e3624db2e5..601d3da1df07 100644
--- a/app-emacs/cask/Manifest
+++ b/app-emacs/cask/Manifest
@@ -1,2 +1 @@
-DIST cask-0.8.8.tar.gz 348574 BLAKE2B 9eb2b18b6082a3500642660eebb471bff3bcbb00656a8a3c66bede3cf756e738b1cb8affbdeed97373bbdc0031d093a6ad5c7e4659e14732fbc531a416c78b99 SHA512 2708fa431dc17cb5d4fe56f0c73c3089a213d8ff0bca19091ab4ebf26c4e416c0a500a980daa424bf16b54d0e72b004762f5260329189eb4f8e803de38bc0ace
DIST cask-0.9.0.gh.tar.gz 280606 BLAKE2B 17d216ac354c4b34d1663a23a0f7961c68acf544d64e911e54fac29a454a1b4737718903db637097c17dd28d083f91519ea7543a8ee57f2188d20d67cd604e3c SHA512 9e1e9eb0146504fc3ff2dc5358edc59b8157948df4698c7fbec14c28720458cd28b0b9ef9dc34b23a615e5b0a8ef843f9a9bdd9f7030aef797fa3df7864ae46a
diff --git a/app-emacs/cask/cask-0.8.8.ebuild b/app-emacs/cask/cask-0.8.8.ebuild
deleted file mode 100644
index abf6cb9e8c5b..000000000000
--- a/app-emacs/cask/cask-0.8.8.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Project management for Emacs package development"
-HOMEPAGE="https://github.com/cask/cask/"
-SRC_URI="https://github.com/cask/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="test" # Most tests fail
-
-RDEPEND="
- app-emacs/ansi
- app-emacs/commander
- app-emacs/epl
- app-emacs/f
- app-emacs/package-build
- app-emacs/s
- app-emacs/shut-up
-"
-BDEPEND="${RDEPEND}"
-
-DOCS=( README.org cask_small.png )
-PATCHES=(
- "${FILESDIR}"/${PN}-bin-launcher-fix.patch
- "${FILESDIR}"/${PN}-no-bootstrap.patch
-)
-
-ELISP_REMOVE="${PN}-bootstrap.el
- package-build-legacy.el package-recipe-legacy.el"
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
- elisp_src_prepare
-
- sed "s|@SITELISP@|${EPREFIX}${SITELISP}/${PN}|" -i bin/${PN} || die
-}
-
-src_install() {
- elisp_src_install
-
- dobin bin/${PN}
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/cask/
@ 2025-01-15 15:04 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2025-01-15 15:04 UTC (permalink / raw
To: gentoo-commits
commit: 6d0631a3017b00c5c5efe1bc4357a372bacff673
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 10:28:58 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 15:03:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0631a3
app-emacs/cask: Advertise SSL with optfeature
Bug: https://bugs.gentoo.org/947927
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/cask/cask-0.9.0.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/app-emacs/cask/cask-0.9.0.ebuild b/app-emacs/cask/cask-0.9.0.ebuild
index 383d3aad0fdc..20490171fab5 100644
--- a/app-emacs/cask/cask-0.9.0.ebuild
+++ b/app-emacs/cask/cask-0.9.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit elisp
+inherit elisp optfeature
DESCRIPTION="Project management for Emacs package development"
HOMEPAGE="https://github.com/cask/cask/"
@@ -60,3 +60,9 @@ src_install() {
exeinto /usr/bin
doexe "./bin/${PN}"
}
+
+pkg_postinst() {
+ elisp_pkg_postinst
+ optfeature "using ELPA archives via SSL" \
+ "net-libs/gnutls[tools] app-editors/emacs[ssl]"
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-15 15:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-15 15:04 [gentoo-commits] repo/gentoo:master commit in: app-emacs/cask/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2025-01-14 17:09 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox