commit: 0de54e79b93812ed614a9c1d4e948126ddeb753a Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Apr 7 11:19:15 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Apr 7 17:13:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de54e79
app-xemacs/ebuild-mode: Remove old. Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-xemacs/ebuild-mode/Manifest | 1 - app-xemacs/ebuild-mode/ebuild-mode-1.19.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/app-xemacs/ebuild-mode/Manifest b/app-xemacs/ebuild-mode/Manifest index 42d674c31c7..449d97b3b80 100644 --- a/app-xemacs/ebuild-mode/Manifest +++ b/app-xemacs/ebuild-mode/Manifest @@ -1,2 +1 @@ DIST ebuild-mode-1.24.tar.xz 28816 SHA256 366fa7602d32cda107b560e9a24540a3a5b90fdda58d84a1d108e8a4c6a488ff SHA512 0894ad452b64133c223a4f93755404657eed5cf86667e45ce5c808d2232755bcedd835f1bbab1bd719ce850d56c6d92e339c4262ab0d7cc8aa42e039023db99d WHIRLPOOL ff38c8736051a6f6c34d00103b8f1fa2fe40ce910cc14187e9d95b11d7aa665ba03497b52b324d2e7b0e7c29da1d99e267a1934d5e2434bf986e863afb925801 -DIST gentoo-syntax-1.19.tar.bz2 21385 SHA256 d20b5f13118d7823f5fed194c43decf322fb4ff3a05a7b63c46a9f001307b058 SHA512 ae745375cd4737fe4fa51be2d26c06b0579018b16963cad173af0721cd8a278f7c294fac4eeea9cdd57a41ca20892cdcf988da54049005a2e9aab13c58fdb9fd WHIRLPOOL 1d3883761bb1255021ba7fb2871b7d8edb75785e1a01ab0c5f1165827665dc58e41da6bd89a174c3c38adecd67d1ee6ffaee6648aab3f9c60e52a82b85b5d858 diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.19.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.19.ebuild deleted file mode 100644 index f9f45252515..00000000000 --- a/app-xemacs/ebuild-mode/ebuild-mode-1.19.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit xemacs-elisp eutils - -MY_PN="gentoo-syntax" -DESCRIPTION="An Emacs mode for editing ebuilds and other Gentoo specific files" -HOMEPAGE="https://www.gentoo.org/proj/en/lisp/emacs/index.xml" -SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=app-editors/xemacs-21.4.20-r5 - app-xemacs/sh-script" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_PN}-${PV}" - -src_compile() { - ${XEMACS_BATCH_CLEAN} -eval "(add-to-list 'load-path \".\")" \ - -f batch-byte-compile gentoo-syntax.el || die - xemacs-elisp-make-autoload-file *.el || die -}