Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-modern/
Date: Mon, 02 Jan 2023 12:26:15
Message-Id: 1672661507.adcc5c4b7fd06ae7e87526075b24b25af18790af.xgqt@gentoo
1 commit: adcc5c4b7fd06ae7e87526075b24b25af18790af
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 10:52:25 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 12:11:47 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adcc5c4b
7
8 app-emacs/org-modern: bump to 0.7
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 app-emacs/org-modern/Manifest | 1 +
13 app-emacs/org-modern/org-modern-0.7.ebuild | 18 ++++++++++++++++++
14 2 files changed, 19 insertions(+)
15
16 diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest
17 index 21d6838be173..8a689595b8d5 100644
18 --- a/app-emacs/org-modern/Manifest
19 +++ b/app-emacs/org-modern/Manifest
20 @@ -1 +1,2 @@
21 DIST org-modern-0.6.tar.gz 23023 BLAKE2B caddb13de8bb5de6d042535ea092d4f681e444cc99095baa2394545d7e78c55860b8aa0581e49c1f95321e4bf42cfa3e898e57f85db0726361173aded80ff162 SHA512 46fd0b37b199916383ec831cb98bcf0c0ab8f3cd2cbb2f93884cbf1919c774d666fc1e83213a51849fa5ddfa5b15917c6f4541af94768cee8bfc787dd30bf5fc
22 +DIST org-modern-0.7.tar.gz 23199 BLAKE2B f9fea09f8be91c68b5e3b8c6371b3772d47c3738ebd301c15bbf1d5ed7f72daf177c66ac8a3cea322e70449d477ba73bb4bd48afcf6de23162d682b09b45de87 SHA512 e77a561376ed04fa7dd1034d5dd1c9217768ecf73e27c704d246261b60365712d5835c66b91cce1e91b368d004868a6fb5945b266e415276cab604f749cb9df2
23
24 diff --git a/app-emacs/org-modern/org-modern-0.7.ebuild b/app-emacs/org-modern/org-modern-0.7.ebuild
25 new file mode 100644
26 index 000000000000..cf089dd2ab36
27 --- /dev/null
28 +++ b/app-emacs/org-modern/org-modern-0.7.ebuild
29 @@ -0,0 +1,18 @@
30 +# Copyright 1999-2023 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit elisp
36 +
37 +DESCRIPTION="Modern style for your GNU Emacs Org buffers"
38 +HOMEPAGE="https://github.com/minad/org-modern/"
39 +SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
40 + -> ${P}.tar.gz"
41 +
42 +LICENSE="GPL-3+"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +DOCS=( README.org example.org )
47 +SITEFILE="50${PN}-gentoo.el"