app-emacs/basic-toolkit: Remove old.
authorUlrich Müller <ulm@gentoo.org>
Thu, 17 Oct 2019 10:42:26 +0000 (12:42 +0200)
committerUlrich Müller <ulm@gentoo.org>
Thu, 17 Oct 2019 13:18:45 +0000 (15:18 +0200)
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-emacs/basic-toolkit/Manifest
app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild [deleted file]
app-emacs/basic-toolkit/files/50basic-toolkit-gentoo.el [deleted file]

index ed95e57e7b90b6f2586aa9344d448d5b245566d0..fcbb5b344d352c0d053f27584d3ec033816e1281 100644 (file)
@@ -1,2 +1 @@
-DIST basic-toolkit-0.3.el.xz 6524 BLAKE2B e0cebca137c786faebe5b76b1fd0e9b7181a4970aee69c1486deabd8e7712e6b54a3491768212516f9b7c8cc5a073d41dd1a22b49a3a9140ae21e1756997ea6d SHA512 3ba22833e8e899c5276e9c36779b1cffdcf3a76adaa0379a346331190f4529c8706b7e3b850768ce270016d8bc184abb4a48dc5ed11bb4766062bae966e9806d
 DIST basic-toolkit-0.7.el.xz 6740 BLAKE2B da369f851de8af0ac06ff49f07dc8d07b4ced5cd445a0726c4fe456112663cb22895f4732cc72f173325dac67cd6ccf943b7e322406761388d6730edfb9b2a44 SHA512 0ced99491e1263e8016bffc7d8f7464750fce6387d8eac08436b5cb589570f03e157f26ec50436dd4b5b24c2fe87a6a9803d244c97fd4dd178e76064fb50f806
diff --git a/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild b/app-emacs/basic-toolkit/basic-toolkit-0.3.ebuild
deleted file mode 100644 (file)
index bf652da..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="Basic edit toolkit"
-HOMEPAGE="https://www.emacswiki.org/emacs/basic-toolkit.el"
-# taken from https://www.emacswiki.org/emacs/download/basic-toolkit.el
-SRC_URI="https://github.com/gavv/distfiles/raw/master/${P}.el.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="app-emacs/windows app-emacs/cycle-buffer"
-DEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-       elisp-compile *.el
-       elisp-make-autoload-file
-}
diff --git a/app-emacs/basic-toolkit/files/50basic-toolkit-gentoo.el b/app-emacs/basic-toolkit/files/50basic-toolkit-gentoo.el
deleted file mode 100644 (file)
index ebb24ef..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(load "basic-toolkit-autoloads" nil t)