diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-09-18 21:48:07 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-09-18 21:52:21 +0200 |
commit | 2ab4be03da68dc74bf55b6880a3e6016a5403656 (patch) | |
tree | d28d5bf13fa23427d387e1918dcc08b07f6e8fcb /app-emacs/org-contrib | |
parent | app-emacs/org-contrib: drop old 0.4.1 (diff) | |
download | gentoo-2ab4be03da68dc74bf55b6880a3e6016a5403656.tar.gz gentoo-2ab4be03da68dc74bf55b6880a3e6016a5403656.tar.bz2 gentoo-2ab4be03da68dc74bf55b6880a3e6016a5403656.zip |
app-emacs/org-contrib: drop old 0.4.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/org-contrib')
-rw-r--r-- | app-emacs/org-contrib/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/org-contrib/org-contrib-0.4.2.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-emacs/org-contrib/Manifest b/app-emacs/org-contrib/Manifest index 7d721e92f05c..cc03c031be91 100644 --- a/app-emacs/org-contrib/Manifest +++ b/app-emacs/org-contrib/Manifest @@ -1,2 +1 @@ -DIST org-contrib-0.4.2.tar.gz 175913 BLAKE2B 42e4bc473ec63775e77e402614309f85c9228094bf4a8c604df1c11988ea116327fb97f8d914509075d2e988521c525ba1ac7a5da30623a9a0e2591695c39e1c SHA512 dfa2982a279384d5f0b3fcbfb3b107116c78f364d76c86952a29db6e41a7229295b700b6451f7085eb75307d7f83d1a8dbcf7c268127d989270344328a574167 DIST org-contrib-0.5.tar.gz 168071 BLAKE2B 8abc53edfa5ca5aa1c5568deabf6e9d167eae1745f7531b5a308c7b3f25c282a06003f37ef6ab45156abd067b332f1d718268c6854122fbd3c5755da43782455 SHA512 ef7b26a7626768cb0f3b95330c12eef8f8005a5e44a41f3b0426bc98b6d43b91655ec78685d6af71fe9baea305216cb991251b1141928af4dfdcc6e3321ba8f1 diff --git a/app-emacs/org-contrib/org-contrib-0.4.2.ebuild b/app-emacs/org-contrib/org-contrib-0.4.2.ebuild deleted file mode 100644 index 5c5af7aa3af6..000000000000 --- a/app-emacs/org-contrib/org-contrib-0.4.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Contributed packages to Org" -HOMEPAGE="https://www.orgmode.org/" - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~bzg/${PN}" -else - SRC_URI="https://git.sr.ht/~bzg/${PN}/archive/release_${PV}.tar.gz - -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-release_${PV}/lisp" - - KEYWORDS="~amd64 ~ppc ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=">=app-emacs/org-mode-9.5" - -DOCS=( ../README.org ) -SITEFILE="50${PN}-gentoo.el" |