public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/zenburn-theme/
@ 2024-08-24 23:48 Maciej Barć
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2024-08-24 23:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6a07cd53a7fdc6ff8433975a97db7a88e4f4a17e
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 23:28:16 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 23:47:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a07cd53

app-emacs/zenburn-theme: bump to 2.8.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/zenburn-theme/Manifest                   |  1 +
 app-emacs/zenburn-theme/zenburn-theme-2.8.0.ebuild | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-emacs/zenburn-theme/Manifest b/app-emacs/zenburn-theme/Manifest
index 2a38b0f0c4ef..e739e18c5af9 100644
--- a/app-emacs/zenburn-theme/Manifest
+++ b/app-emacs/zenburn-theme/Manifest
@@ -1 +1,2 @@
 DIST zenburn-emacs-2.7.0.tar.gz 122812 BLAKE2B 2c5698de664dfbd1623f6f8358214cc4458323784e94cdd9c2d7ea47231466c984bf4b0399db4705be8acab53fb2ee1c30f7ae9f2b53f9a2bc825a9f19bb9a95 SHA512 4c125e19c2c223b7eb678be261d2e1240d9269c155ad5adc432e268c12b82c4610b09fd896c9d45361def8f132dcb45c0e46728f6ffb1f0181267b44fb5927e8
+DIST zenburn-emacs-2.8.0.tar.gz 123540 BLAKE2B ddc41b6b32a5b3864b400d0c2b2193515f60fc78b876df3eb28efa537d72ee0640c040935a13151385b6b9c4e9e45b9f8abe865d30c622a7e5297281c219deb0 SHA512 8d8729a2bbb7f829916def7d1c7178d0278ad1cbc883c7598dfca65277649f9eaac02974e9051672aad4cb3923a8f2726a86feced7cdc1aba487248332ca0a96

diff --git a/app-emacs/zenburn-theme/zenburn-theme-2.8.0.ebuild b/app-emacs/zenburn-theme/zenburn-theme-2.8.0.ebuild
new file mode 100644
index 000000000000..c84c101ecdcc
--- /dev/null
+++ b/app-emacs/zenburn-theme/zenburn-theme-2.8.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp readme.gentoo-r1
+
+MY_PN="${PN%-*}-emacs"
+DESCRIPTION="Zenburn color theme for Emacs"
+HOMEPAGE="https://github.com/bbatsov/zenburn-emacs"
+SRC_URI="https://github.com/bbatsov/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_install() {
+	insinto "${SITEETC}/${PN}"
+	doins zenburn-theme.el
+
+	local sha256=$(sha256sum zenburn-theme.el) || die
+	sed "s:@SHA256@:${sha256%% *}:" "${FILESDIR}/${SITEFILE}" \
+		> "${T}/${SITEFILE}" || die
+	elisp-site-file-install "${T}/${SITEFILE}"
+
+	dodoc CHANGELOG.md CONTRIBUTING.md README.md
+	dodoc -r screenshots
+	docompress -x /usr/share/doc/${PF}/screenshots
+
+	local DOC_CONTENTS="To enable zenburn by default, initialise it
+		in your ~/.emacs:
+		\n\t(load-theme 'zenburn)"
+	readme.gentoo_create_doc
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/zenburn-theme/
@ 2024-08-27  8:09 Ulrich Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2024-08-27  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0dc427429e38b75bfc1954b0203a73698e5734e5
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 08:05:55 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 08:09:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc42742

app-emacs/zenburn-theme: drop 2.7.0-r1

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/zenburn-theme/Manifest                   |  1 -
 .../zenburn-theme/zenburn-theme-2.7.0-r1.ebuild    | 37 ----------------------
 2 files changed, 38 deletions(-)

diff --git a/app-emacs/zenburn-theme/Manifest b/app-emacs/zenburn-theme/Manifest
index e739e18c5af9..b133dcd85ca6 100644
--- a/app-emacs/zenburn-theme/Manifest
+++ b/app-emacs/zenburn-theme/Manifest
@@ -1,2 +1 @@
-DIST zenburn-emacs-2.7.0.tar.gz 122812 BLAKE2B 2c5698de664dfbd1623f6f8358214cc4458323784e94cdd9c2d7ea47231466c984bf4b0399db4705be8acab53fb2ee1c30f7ae9f2b53f9a2bc825a9f19bb9a95 SHA512 4c125e19c2c223b7eb678be261d2e1240d9269c155ad5adc432e268c12b82c4610b09fd896c9d45361def8f132dcb45c0e46728f6ffb1f0181267b44fb5927e8
 DIST zenburn-emacs-2.8.0.tar.gz 123540 BLAKE2B ddc41b6b32a5b3864b400d0c2b2193515f60fc78b876df3eb28efa537d72ee0640c040935a13151385b6b9c4e9e45b9f8abe865d30c622a7e5297281c219deb0 SHA512 8d8729a2bbb7f829916def7d1c7178d0278ad1cbc883c7598dfca65277649f9eaac02974e9051672aad4cb3923a8f2726a86feced7cdc1aba487248332ca0a96

diff --git a/app-emacs/zenburn-theme/zenburn-theme-2.7.0-r1.ebuild b/app-emacs/zenburn-theme/zenburn-theme-2.7.0-r1.ebuild
deleted file mode 100644
index c84c101ecdcc..000000000000
--- a/app-emacs/zenburn-theme/zenburn-theme-2.7.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp readme.gentoo-r1
-
-MY_PN="${PN%-*}-emacs"
-DESCRIPTION="Zenburn color theme for Emacs"
-HOMEPAGE="https://github.com/bbatsov/zenburn-emacs"
-SRC_URI="https://github.com/bbatsov/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_install() {
-	insinto "${SITEETC}/${PN}"
-	doins zenburn-theme.el
-
-	local sha256=$(sha256sum zenburn-theme.el) || die
-	sed "s:@SHA256@:${sha256%% *}:" "${FILESDIR}/${SITEFILE}" \
-		> "${T}/${SITEFILE}" || die
-	elisp-site-file-install "${T}/${SITEFILE}"
-
-	dodoc CHANGELOG.md CONTRIBUTING.md README.md
-	dodoc -r screenshots
-	docompress -x /usr/share/doc/${PF}/screenshots
-
-	local DOC_CONTENTS="To enable zenburn by default, initialise it
-		in your ~/.emacs:
-		\n\t(load-theme 'zenburn)"
-	readme.gentoo_create_doc
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-27  8:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27  8:09 [gentoo-commits] repo/gentoo:master commit in: app-emacs/zenburn-theme/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2024-08-24 23:48 Maciej Barć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox