diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-03-12 23:50:28 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-03-12 23:52:10 +0100 |
commit | a3bf7e3a19be0c4495788806785729ba30e8d894 (patch) | |
tree | eddabd739c6d25e8d49190742b20068aaa702539 /app-emacs/org-modern | |
parent | dev-lang/crystal: bump to 1.7.3 (diff) | |
download | gentoo-a3bf7e3a19be0c4495788806785729ba30e8d894.tar.gz gentoo-a3bf7e3a19be0c4495788806785729ba30e8d894.tar.bz2 gentoo-a3bf7e3a19be0c4495788806785729ba30e8d894.zip |
app-emacs/org-modern: drop old 0.6
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/org-modern')
-rw-r--r-- | app-emacs/org-modern/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/org-modern/org-modern-0.6.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest index ffbbdc8ae05f..15718d06a01c 100644 --- a/app-emacs/org-modern/Manifest +++ b/app-emacs/org-modern/Manifest @@ -1,3 +1,2 @@ -DIST org-modern-0.6.tar.gz 23023 BLAKE2B caddb13de8bb5de6d042535ea092d4f681e444cc99095baa2394545d7e78c55860b8aa0581e49c1f95321e4bf42cfa3e898e57f85db0726361173aded80ff162 SHA512 46fd0b37b199916383ec831cb98bcf0c0ab8f3cd2cbb2f93884cbf1919c774d666fc1e83213a51849fa5ddfa5b15917c6f4541af94768cee8bfc787dd30bf5fc DIST org-modern-0.7.tar.gz 23199 BLAKE2B f9fea09f8be91c68b5e3b8c6371b3772d47c3738ebd301c15bbf1d5ed7f72daf177c66ac8a3cea322e70449d477ba73bb4bd48afcf6de23162d682b09b45de87 SHA512 e77a561376ed04fa7dd1034d5dd1c9217768ecf73e27c704d246261b60365712d5835c66b91cce1e91b368d004868a6fb5945b266e415276cab604f749cb9df2 DIST org-modern-0.8.tar.gz 23681 BLAKE2B 75ad25f43756327de5fefc49ba168a4b5e8d19352c1a08d394375ad4f33c808df51866c56d47bc5bb6d57e8b5f38d24acbb53f011dc2920c0747c4b884aa4a8a SHA512 c8d99576e80f783be05b543ad44fbfa9264d5a76a0b991bd46be2820bf703eb9fbb21c5c297b21bd8fc5f8ab0726be49f1bf1947a5f011898cd3b377fce02f68 diff --git a/app-emacs/org-modern/org-modern-0.6.ebuild b/app-emacs/org-modern/org-modern-0.6.ebuild deleted file mode 100644 index 0b55aefd8d63..000000000000 --- a/app-emacs/org-modern/org-modern-0.6.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Modern style for your GNU Emacs Org buffers" -HOMEPAGE="https://github.com/minad/org-modern/" -SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DOCS=( README.org example.org ) -SITEFILE="50${PN}-gentoo.el" |