diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-07-23 18:19:49 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-07-23 18:20:47 +0200 |
commit | be5cf51c15c8c640d222d8924349cd70f3f53931 (patch) | |
tree | f622462ce1bfbbff9ab083c5d21c9d0a2810e244 /app-xemacs/ebuild-mode | |
parent | app-emacs/ebuild-mode: Remove old. (diff) | |
download | gentoo-be5cf51c15c8c640d222d8924349cd70f3f53931.tar.gz gentoo-be5cf51c15c8c640d222d8924349cd70f3f53931.tar.bz2 gentoo-be5cf51c15c8c640d222d8924349cd70f3f53931.zip |
app-xemacs/ebuild-mode: Remove old.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'app-xemacs/ebuild-mode')
-rw-r--r-- | app-xemacs/ebuild-mode/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/ebuild-mode/ebuild-mode-1.42.ebuild | 25 | ||||
-rw-r--r-- | app-xemacs/ebuild-mode/ebuild-mode-1.43.ebuild | 25 |
3 files changed, 0 insertions, 52 deletions
diff --git a/app-xemacs/ebuild-mode/Manifest b/app-xemacs/ebuild-mode/Manifest index 9da786c088ba..2268c3a0fc40 100644 --- a/app-xemacs/ebuild-mode/Manifest +++ b/app-xemacs/ebuild-mode/Manifest @@ -1,3 +1 @@ -DIST ebuild-mode-1.42.tar.xz 34936 BLAKE2B dd94d17dc57e2d32b329ab62ec6eec8ada6a4aeddadb8d978736f5dcb4d613759fd860043cab92d12db11614f8b7fa71fc5537576a2af3f5e6c9d56fc2fdcc05 SHA512 119f954eaf009bd0c9f0a75810b94a54d65ed91c6ffef20dd164c7a5ef095410dd0f3642426817f5efa6623d4f3e120ed3b27076222b02a90e75a83bb80b8703 -DIST ebuild-mode-1.43.tar.xz 34688 BLAKE2B 577900e2fa7ccb2362ec7f9046affb58e92bdfde44f2ea48274ba61d65f35fa6a1852bda6d9c64bd3f63aba99df244b4cb3378de079259508b149cdacf7caf28 SHA512 91f9a06de6feeeadb27d765a6ca6f2fa17e01938a6c953efe3586646f1bf48da87fe269ee9b07b2e16199d3ba4a76f42b8be9143218b808fac2971fc6f64f36d DIST ebuild-mode-1.44.tar.xz 34468 BLAKE2B 05c420979c2e4e145ab6230e9218d2ace8250abcc07e819610e9ac1fbb86147a641b88e69328ff624f9787b87cef56f9fe02a1205a02d01a0157b0293656647e SHA512 4d9b01939af089794255faf747264f948b8b2df47936e364ccfa23da493a33f56fbce1277526089e60b716e38e248b12fac39eca0d59d4974e2e70236ffbcd44 diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.42.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.42.ebuild deleted file mode 100644 index 56fd191b5054..000000000000 --- a/app-xemacs/ebuild-mode/ebuild-mode-1.42.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit xemacs-elisp - -DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" -SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 hppa x86" - -RDEPEND=">=app-editors/xemacs-21.4.20-r5 - app-xemacs/sh-script" -DEPEND="${RDEPEND}" - -src_compile() { - ${XEMACS_BATCH_CLEAN} -eval "(add-to-list 'load-path \".\")" \ - -f batch-byte-compile ebuild-mode.el gentoo-newsitem-mode.el || die - xemacs-elisp-make-autoload-file \ - ebuild-mode.el gentoo-newsitem-mode.el || die -} diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.43.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.43.ebuild deleted file mode 100644 index 1288c724a3a0..000000000000 --- a/app-xemacs/ebuild-mode/ebuild-mode-1.43.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit xemacs-elisp - -DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" -SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" - -RDEPEND=">=app-editors/xemacs-21.4.20-r5 - app-xemacs/sh-script" -DEPEND="${RDEPEND}" - -src_compile() { - ${XEMACS_BATCH_CLEAN} -eval "(add-to-list 'load-path \".\")" \ - -f batch-byte-compile ebuild-mode.el gentoo-newsitem-mode.el || die - xemacs-elisp-make-autoload-file \ - ebuild-mode.el gentoo-newsitem-mode.el || die -} |