From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A24A158042 for ; Sat, 9 Nov 2024 14:19:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B93FE085A; Sat, 9 Nov 2024 14:19:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32E62E085A for ; Sat, 9 Nov 2024 14:19:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5711633BEA5 for ; Sat, 9 Nov 2024 14:19:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B13F91B55 for ; Sat, 9 Nov 2024 14:19:14 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1731161950.b78fa3b5956da2d74b82532173f5f5c7c7029d4c.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/spacemacs-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/spacemacs-theme/Manifest app-emacs/spacemacs-theme/spacemacs-theme-0.2.ebuild X-VCS-Directories: app-emacs/spacemacs-theme/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: b78fa3b5956da2d74b82532173f5f5c7c7029d4c X-VCS-Branch: master Date: Sat, 9 Nov 2024 14:19:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ef85ee2-9ec1-4cdd-94a0-2387af000c2f X-Archives-Hash: 25a80f573d8af3d12d8a4d712e82ac23 commit: b78fa3b5956da2d74b82532173f5f5c7c7029d4c Author: Maciej Barć gentoo org> AuthorDate: Sat Nov 9 13:30:20 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Nov 9 14:19:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78fa3b5 app-emacs/spacemacs-theme: drop old 0.2 Signed-off-by: Maciej Barć gentoo.org> app-emacs/spacemacs-theme/Manifest | 1 - app-emacs/spacemacs-theme/spacemacs-theme-0.2.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/app-emacs/spacemacs-theme/Manifest b/app-emacs/spacemacs-theme/Manifest index d6b1910997f3..e3ccb120ab96 100644 --- a/app-emacs/spacemacs-theme/Manifest +++ b/app-emacs/spacemacs-theme/Manifest @@ -1,2 +1 @@ -DIST spacemacs-theme-0.2.tar.gz 688604 BLAKE2B 1806fbe9b2b1b9a625778415aa6df74e4acc62279d811ff782620a7bb18e6a1327b16dacc174267c61fd959191f2ccaecaaf08f30ae5bb2844652bf92919cda2 SHA512 250f15e11c38e16930107bc2bf0c265876ba74383743714c0aa6bdb270f55cb14ee41c1f2c4d1008a6d90d3c361f44f363d36af0fb0e92087df8d320e0a888a0 DIST spacemacs-theme-0.3.tar.gz 688782 BLAKE2B 5df23e5c98396d824e0b6d6a2f29f83966dfa935371266449cfa6e4b8522ffcd4e0719617a0e13722ed7cb5f8df5329e0603b2c21ab30b0b21a8a4bfff1ccf7c SHA512 ea11248299fbf3be85fd96b2be28d1ec2b770e53d138d36a0ece9e519d8c186dfe6e454d69bc9e5d5d5a3a5d8d03452fff3d452927fe6655356db856657c212d diff --git a/app-emacs/spacemacs-theme/spacemacs-theme-0.2.ebuild b/app-emacs/spacemacs-theme/spacemacs-theme-0.2.ebuild deleted file mode 100644 index 7dbee1f5068b..000000000000 --- a/app-emacs/spacemacs-theme/spacemacs-theme-0.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Emacs color theme that started as a theme for Spacemacs" -HOMEPAGE="https://github.com/nashamri/spacemacs-theme/" -SRC_URI="https://github.com/nashamri/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DOCS=( README.md img ) -ELISP_REMOVE="spacemacs-theme-pkg.el" -SITEFILE="50${PN}-gentoo.el"