summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-12-21 15:16:00 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-12-21 15:16:00 +0100
commit7b9cef1e02eff5a606d9db4849e8ec353310c743 (patch)
tree6c485cce764306d2847f4ffc55a767c528b6adc5 /app-emacs/org-contrib/org-contrib-0.2.ebuild
parentapp-emacs/org-contrib: bump to 0.4.1 (diff)
downloadgentoo-7b9cef1e02eff5a606d9db4849e8ec353310c743.tar.gz
gentoo-7b9cef1e02eff5a606d9db4849e8ec353310c743.tar.bz2
gentoo-7b9cef1e02eff5a606d9db4849e8ec353310c743.zip
app-emacs/org-contrib: drop old 0.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/org-contrib/org-contrib-0.2.ebuild')
-rw-r--r--app-emacs/org-contrib/org-contrib-0.2.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-emacs/org-contrib/org-contrib-0.2.ebuild b/app-emacs/org-contrib/org-contrib-0.2.ebuild
deleted file mode 100644
index b3eb691a59b1..000000000000
--- a/app-emacs/org-contrib/org-contrib-0.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="Contributed packages to Org"
-HOMEPAGE="https://www.orgmode.org/"
-SRC_URI="https://git.sr.ht/~bzg/${PN}/archive/release_${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-release_${PV}/lisp"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND=">=app-emacs/org-mode-9.5"
-
-DOCS="../README.org"
-SITEFILE="50${PN}-gentoo.el"