diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-emacs/org-modern | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'app-emacs/org-modern')
| -rw-r--r-- | app-emacs/org-modern/Manifest | 2 | ||||
| -rw-r--r-- | app-emacs/org-modern/files/50org-modern-gentoo.el | 7 | ||||
| -rw-r--r-- | app-emacs/org-modern/metadata.xml | 20 | ||||
| -rw-r--r-- | app-emacs/org-modern/org-modern-1.13.ebuild | 35 | ||||
| -rw-r--r-- | app-emacs/org-modern/org-modern-1.14.ebuild | 35 | ||||
| -rw-r--r-- | app-emacs/org-modern/org-modern-9999.ebuild | 35 |
6 files changed, 0 insertions, 134 deletions
diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest deleted file mode 100644 index a45c2a8be215..000000000000 --- a/app-emacs/org-modern/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST org-modern-1.13.gh.tar.gz 27311 BLAKE2B 25f1bd81ae05f600d29c55a7ba6abb34bca4115cb858e2348a4583347b69125c61860da4986b6f0b4f5815cac0d209f534206fd90f792856b00005fb5a4c357c SHA512 168a832fcb8f8296e617304e9e597dbfd5b45fc66f1ab3746adc4348619d97653a0301176f79be71a0988594007f3457d8d75fc19d5e1403c48ecd78de0f0407 -DIST org-modern-1.14.gh.tar.gz 27377 BLAKE2B 757e751965fbf2c75e2f4731aeff2e9d8e328e84291ba847c427aa3de663be21a25f5a6d59a733ee07fe8a0d0f263fb34c6875e5cf730c769a8c4ea708807fd5 SHA512 e875489a39f252d499ee1ab6727fbf65bd57e7ccc448cb29715b7f3b8cb993324c9b2f000a4a26c48ef50d4b1939010f25e5d1a2ecb5b1fb123eee9218890c36 diff --git a/app-emacs/org-modern/files/50org-modern-gentoo.el b/app-emacs/org-modern/files/50org-modern-gentoo.el deleted file mode 100644 index a10b355780f8..000000000000 --- a/app-emacs/org-modern/files/50org-modern-gentoo.el +++ /dev/null @@ -1,7 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'global-org-modern-mode "org-modern" - "Global org-modern-mode." t) -(autoload 'org-modern-agenda "org-modern" - "Finalize Org agenda highlighting." t) -(autoload 'org-modern-mode "org-modern" - "Modern looks for Org." t) diff --git a/app-emacs/org-modern/metadata.xml b/app-emacs/org-modern/metadata.xml deleted file mode 100644 index 68e44f1c601a..000000000000 --- a/app-emacs/org-modern/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> - -<pkgmetadata> - <maintainer type="project"> - <email>gnu-emacs@gentoo.org</email> - <name>Gentoo GNU Emacs project</name> - </maintainer> - <longdescription> - This package implements a “modern” style for your Org buffers using font - locking and text properties. The package styles headlines, keywords, tables - and source blocks. The styling is configurable, you can enable, disable or - modify the style of each syntax element individually via the org-modern - customization group. - </longdescription> - <upstream> - <bugs-to>https://github.com/minad/org-modern/issues/</bugs-to> - <remote-id type="github">minad/org-modern</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-emacs/org-modern/org-modern-1.13.ebuild b/app-emacs/org-modern/org-modern-1.13.ebuild deleted file mode 100644 index d89804f017ba..000000000000 --- a/app-emacs/org-modern/org-modern-1.13.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS="29.1" - -inherit elisp - -DESCRIPTION="Modern style for your GNU Emacs Org buffers" -HOMEPAGE="https://github.com/minad/org-modern/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/minad/${PN}" -else - SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - - KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - >=app-emacs/compat-30 -" -BDEPEND=" - ${RDEPEND} -" - -DOCS=( CHANGELOG.org README.org example.org ) -SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/org-modern/org-modern-1.14.ebuild b/app-emacs/org-modern/org-modern-1.14.ebuild deleted file mode 100644 index 6c26b88d4388..000000000000 --- a/app-emacs/org-modern/org-modern-1.14.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=9 - -NEED_EMACS="29.1" - -inherit elisp - -DESCRIPTION="Modern style for your GNU Emacs Org buffers" -HOMEPAGE="https://github.com/minad/org-modern/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/minad/${PN}" -else - SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - >=app-emacs/compat-31.0.0.1 -" -BDEPEND=" - ${RDEPEND} -" - -DOCS=( CHANGELOG.org README.org example.org ) -SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/org-modern/org-modern-9999.ebuild b/app-emacs/org-modern/org-modern-9999.ebuild deleted file mode 100644 index 6c26b88d4388..000000000000 --- a/app-emacs/org-modern/org-modern-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=9 - -NEED_EMACS="29.1" - -inherit elisp - -DESCRIPTION="Modern style for your GNU Emacs Org buffers" -HOMEPAGE="https://github.com/minad/org-modern/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/minad/${PN}" -else - SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - >=app-emacs/compat-31.0.0.1 -" -BDEPEND=" - ${RDEPEND} -" - -DOCS=( CHANGELOG.org README.org example.org ) -SITEFILE="50${PN}-gentoo.el" |
