diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-12-25 13:13:23 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-12-25 13:15:42 +0100 |
commit | 8c0514c1d631898101bd13269e0aa9183f0def0b (patch) | |
tree | ae63062a2fcb8def75cce9092ccee28807758bd4 /app-xemacs/ebuild-mode | |
parent | app-xemacs/ebuild-mode: Remove old. (diff) | |
download | gentoo-8c0514c1d631898101bd13269e0aa9183f0def0b.tar.gz gentoo-8c0514c1d631898101bd13269e0aa9183f0def0b.tar.bz2 gentoo-8c0514c1d631898101bd13269e0aa9183f0def0b.zip |
app-xemacs/ebuild-mode: Version bump.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-xemacs/ebuild-mode')
-rw-r--r-- | app-xemacs/ebuild-mode/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/ebuild-mode/ebuild-mode-1.41.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/app-xemacs/ebuild-mode/Manifest b/app-xemacs/ebuild-mode/Manifest index 8b979fc23344..98436889dae3 100644 --- a/app-xemacs/ebuild-mode/Manifest +++ b/app-xemacs/ebuild-mode/Manifest @@ -1,2 +1,3 @@ DIST ebuild-mode-1.38.tar.xz 30744 BLAKE2B a147fbb462f0e1a2ba3272c74b12c9357200b0ca6671d75263547d7b777489772504c9fda634a797fecff8dce35e40b7bb579cdbd9a7da99f68f74b08a48a4da SHA512 bfcc4fb100f7d9299e9b466c7661e865f9b93ee352780da1647f1a98159fe3e9eeb8cd4b7d1d9906d532316d1256ec7b6f821cac3d064cda15f2fd62ca7cb349 DIST ebuild-mode-1.40.tar.xz 34676 BLAKE2B bf34c773966540f67c74fe72a8c47073f9385ba210ceecaf8fa8977a67f5945314090c0555b2b12dcee8486ed495dda062d6d36bcaff3a291f3d4ba5ca6886fa SHA512 50caa3255ff874e779f8dcb34b84845fd3b03edee35fc20df8aa3606dc2a00a4a0e88fab79f7872cfe3e92f04263ce74e60f3aeb1d97a2706116414ac9b352d5 +DIST ebuild-mode-1.41.tar.xz 34728 BLAKE2B c3863a249536c7df1ee4463879fb29a3b7243eee7192319ffeff527f40527891e02e9dec69601a1783a7ed28fa098b102b224eb5cdd5e9c95dcca37d48acc4a2 SHA512 8c85b8c5197162c936cbb4d8d204eb10e4f20d413b021c4b4d7b18793cef192063ea74441efa6ac69ec91e2297344027a0ea714537898cfa41ad8fd5a1262bce diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.41.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.41.ebuild new file mode 100644 index 000000000000..3e4abf5b2c1f --- /dev/null +++ b/app-xemacs/ebuild-mode/ebuild-mode-1.41.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 +} |