diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-10-29 21:58:06 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-10-29 21:59:32 +0100 |
commit | d9cbe3628cfc12a95b433b3a3e9c803d38b0ae75 (patch) | |
tree | a910540c3d714eae15f89e2254b165bcedac8162 /app-xemacs | |
parent | net-libs/librsync: stable 2.0.0-r1 for ppc/ppc64, bug #634002 (diff) | |
download | gentoo-d9cbe3628cfc12a95b433b3a3e9c803d38b0ae75.tar.gz gentoo-d9cbe3628cfc12a95b433b3a3e9c803d38b0ae75.tar.bz2 gentoo-d9cbe3628cfc12a95b433b3a3e9c803d38b0ae75.zip |
app-xemacs/ebuild-mode: Version bump.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/ebuild-mode/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/ebuild-mode/ebuild-mode-1.40.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/app-xemacs/ebuild-mode/Manifest b/app-xemacs/ebuild-mode/Manifest index fb75096c0617..4184e3ed8d7a 100644 --- a/app-xemacs/ebuild-mode/Manifest +++ b/app-xemacs/ebuild-mode/Manifest @@ -1,2 +1,3 @@ DIST ebuild-mode-1.37.tar.xz 30816 SHA256 f7368a8757036874dde542c69c26b824fe3da5241098f89a6b7d7e2665cbbf1d SHA512 1d570b213ad0c6eef8817f69c99c0862703b9bddc24477234dde542b697ba372a06bbe8e4a91179a7d528b720a7dbfc13bb92c8ea0a4d3b3b8684fa4ee0065c0 WHIRLPOOL 75928f5965bdfe66733e203588f01ab3b5de67a5958d33f41069d0793842bd9617ab0904ab71f95aeae04e0aa2f55646e4c545d6199cc1d357140b8fd1a714ab DIST ebuild-mode-1.38.tar.xz 30744 SHA256 63f39bb1a09e29b86e5048f162f4779f287c8825e161a092e74530962947d3c3 SHA512 bfcc4fb100f7d9299e9b466c7661e865f9b93ee352780da1647f1a98159fe3e9eeb8cd4b7d1d9906d532316d1256ec7b6f821cac3d064cda15f2fd62ca7cb349 WHIRLPOOL ea61825ac0fd2d50ec9722088b03ed9664708dd6fac076ff3db8323bfdf8d1b2e351c7059f2f77471ea200b7a19d9f67ab233ebdb743ece80218f0e940fb0706 +DIST ebuild-mode-1.40.tar.xz 34676 SHA256 fcce06f2c429989cecb50d043c50a06c28e640987aef84f5760a1c5df1793ef2 SHA512 50caa3255ff874e779f8dcb34b84845fd3b03edee35fc20df8aa3606dc2a00a4a0e88fab79f7872cfe3e92f04263ce74e60f3aeb1d97a2706116414ac9b352d5 WHIRLPOOL 369b152f1ffa6cd818fbb5be7d1ef054508056adfa1fa614d8bcbfba71c8b7f8a61e7b81ee162632cb31e4914c15c7def07bc64ef62a41eafbb9572749a35037 diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.40.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.40.ebuild new file mode 100644 index 000000000000..3e4abf5b2c1f --- /dev/null +++ b/app-xemacs/ebuild-mode/ebuild-mode-1.40.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 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 +} |