Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/emacs-updater/
Date: Mon, 02 Jan 2017 22:05:45
Message-Id: 1483394655.a8afe3b5d09428d0b4e4a806cb015b2fb516ce0a.ulm@gentoo
1 commit: a8afe3b5d09428d0b4e4a806cb015b2fb516ce0a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 22:04:15 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 22:04:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8afe3b5
7
8 app-admin/emacs-updater: Remove old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-admin/emacs-updater/Manifest | 1 -
13 app-admin/emacs-updater/emacs-updater-1.14.ebuild | 36 -----------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
17 index 1092525..03764bd 100644
18 --- a/app-admin/emacs-updater/Manifest
19 +++ b/app-admin/emacs-updater/Manifest
20 @@ -1,2 +1 @@
21 -DIST emacs-updater-1.14.tar.xz 6920 SHA256 2b5ab546212d48fa8dc5114e4ef7028f8168a306726d04293d5b8314c1508f95 SHA512 849efdb7af61a6ca5854c1afabf38e5898d129c5901712f38293f9fa96f60abbaf97f053f9542ea2d40fd2c7b19f4037aec3e4226aee92e4ce56a3fced3b488b WHIRLPOOL 3296466ddea6da0d720b76ad8b62c9138fa7c23726526572fa7d5ef536a8418e70ab74ce4ebba66ed99db33fd0736ab572fa109e316f057931213fcd9c8f9e27
22 DIST emacs-updater-1.15.tar.xz 7020 SHA256 6554e01eddf8cf1e7074e492ddb1a89bfe49b57fe7c3f20fe9aa92b110f97d48 SHA512 8cc7dd3e0e28ae71030c7c5f29d54f24e12adcbd0615f3c598ad262bd233f028c2424c277aac7dff7b4201a2ac24bfab0e05d1fdc07edcee2c184a733f699b8a WHIRLPOOL faa4f62c85ec7103e17c95676f758c123b0de966e2df78067f9628122f69d8e92a3dd3eeac080f24c988b5ba30b811b27df8f7c001d46a50cde9a0e845d0fd20
23
24 diff --git a/app-admin/emacs-updater/emacs-updater-1.14.ebuild b/app-admin/emacs-updater/emacs-updater-1.14.ebuild
25 deleted file mode 100644
26 index 6d699e0..00000000
27 --- a/app-admin/emacs-updater/emacs-updater-1.14.ebuild
28 +++ /dev/null
29 @@ -1,36 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -DESCRIPTION="Rebuild Emacs packages"
37 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
38 -SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
39 -
40 -LICENSE="GPL-2+"
41 -SLOT="0"
42 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
43 -
44 -DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
45 -RDEPEND="${DEPEND}
46 - >=app-portage/portage-utils-0.3
47 - virtual/emacs"
48 -
49 -src_prepare() {
50 - if ! has_version sys-apps/util-linux; then
51 - # BSD ships a dumb getopt(1), so use getopt-long instead
52 - sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die
53 - fi
54 -
55 - if [[ -n ${EPREFIX} ]]; then
56 - sed -i -e "1s:/:${EPREFIX%/}/:" \
57 - -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX%/}/:" \
58 - emacs-updater || die
59 - fi
60 -}
61 -
62 -src_install() {
63 - dosbin emacs-updater
64 - doman emacs-updater.8
65 -}