commit: 814150ad764c0796da3141ffc766efa2712acd2b Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jan 23 09:35:11 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jan 23 10:17:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814150ad
app-emacs/spacemacs-theme: drop old 0.3 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/spacemacs-theme/Manifest | 1 - .../spacemacs-theme/spacemacs-theme-0.3.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/app-emacs/spacemacs-theme/Manifest b/app-emacs/spacemacs-theme/Manifest index 59c54455678d..419c562d0dc4 100644 --- a/app-emacs/spacemacs-theme/Manifest +++ b/app-emacs/spacemacs-theme/Manifest @@ -1,2 +1 @@ -DIST spacemacs-theme-0.3.tar.gz 688782 BLAKE2B 5df23e5c98396d824e0b6d6a2f29f83966dfa935371266449cfa6e4b8522ffcd4e0719617a0e13722ed7cb5f8df5329e0603b2c21ab30b0b21a8a4bfff1ccf7c SHA512 ea11248299fbf3be85fd96b2be28d1ec2b770e53d138d36a0ece9e519d8c186dfe6e454d69bc9e5d5d5a3a5d8d03452fff3d452927fe6655356db856657c212d DIST spacemacs-theme-0.3_p20241101.gh.tar.gz 689107 BLAKE2B 8caf3eeaf4d74e46ebdf404b4d4e1bd9ea0481d750fc9b315e2504e5cbab84de0cfd0b5f06557e6b14c9472d7f805f302850c01204062bc8abfe0222a2375f7f SHA512 4a64c43e049386e0b85f195303775815c7a4d152960a836a5c9be4d5ba368081705148871964f965db06b343632dc227af21aa8056a9a99109098072869f47a0 diff --git a/app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild b/app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild deleted file mode 100644 index 0b700812090e..000000000000 --- a/app-emacs/spacemacs-theme/spacemacs-theme-0.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2024 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/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/nashamri/${PN}.git" -else - SRC_URI="https://github.com/nashamri/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - - KEYWORDS="amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -ELISP_REMOVE=" - spacemacs-theme-pkg.el -" - -DOCS=( README.md img ) -SITEFILE="50${PN}-gentoo.el"
