summaryrefslogtreecommitdiff
path: root/app-admin/emacs-updater
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-05 18:44:56 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-05 18:44:56 +0000
commit29aabba0ea759c6a2864ff5631735b67ee38e5e0 (patch)
treeab466b4dfa7abecb401b2f8039d08af4689306bb /app-admin/emacs-updater
parentd42200bec37eef2a7478d88988ff00addd0a9202 (diff)
gentoo resync : 05.02.2020
Diffstat (limited to 'app-admin/emacs-updater')
-rw-r--r--app-admin/emacs-updater/Manifest4
-rw-r--r--app-admin/emacs-updater/emacs-updater-1.15.ebuild37
-rw-r--r--app-admin/emacs-updater/emacs-updater-1.16.ebuild8
3 files changed, 5 insertions, 44 deletions
diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
index 0aa1c24321b6..38ca5cb159a2 100644
--- a/app-admin/emacs-updater/Manifest
+++ b/app-admin/emacs-updater/Manifest
@@ -1,5 +1,3 @@
-DIST emacs-updater-1.15.tar.xz 7020 BLAKE2B bb35103b328a57dcaeb11c258bddbd3a08141d1e245ac4943c7a5a8b815440db0cd06eaac01ad2a00e6e2aa0d23311d774d190fd761be66514856077b3c4e296 SHA512 8cc7dd3e0e28ae71030c7c5f29d54f24e12adcbd0615f3c598ad262bd233f028c2424c277aac7dff7b4201a2ac24bfab0e05d1fdc07edcee2c184a733f699b8a
DIST emacs-updater-1.16.tar.xz 7112 BLAKE2B 82160ef71b4c22a385a45765c1f60b7d428297cfb3b51f84bd44b176d1bd302165f9ccdde803aae628a2dab9e0520098082232c513b2006ae5facfa283f287ab SHA512 3de3126debc49ea47bd57802c1a3aa82a0769ab392741fb891c93ffb66141f05f58025fa0de746ec78795fc34c135536740e447e1f6a4ae59aa847d21bd6215b
-EBUILD emacs-updater-1.15.ebuild 957 BLAKE2B bfa173af13e52e7817c484f4bbef4d79aa5a6b7528d0afb5e2b09c288bfd7ce6f6baa531bb15c24887874d51b9fa1970d99fd50e605833dc8837dc597e5ee910 SHA512 2b983f27d51641be316c36be984b7903dd8649c9f0ffb1f2fe7d319e0576804259b99fb76af0acd185b0b856c1b83b406576eb59f8ed193641af016f19ed9f62
-EBUILD emacs-updater-1.16.ebuild 957 BLAKE2B 5bcbfbe1525fe0155c91d86c2655368015460c122357fdb70dd1e416616f25989388e83b06e273bdf8b086fac26ffe20186e4f65d954b94ad50c84a4bccdcb51 SHA512 d5066a2295262465c63e14bd759e07e8c2a132cc0d0ab9c781c026ebd8f8952db8e7d566d362198d801d1f18c2c48064da3c246ccbb223f7a435c3415e94c552
+EBUILD emacs-updater-1.16.ebuild 954 BLAKE2B ac5f2bc7685e216816b704120b6ade635a49e6601582138ab10e05250dba5c00ffa3b087531c9c81f9725acd48358095008030784b28c088edef7ea691619810 SHA512 40a21e7690b5c55c601d7fba032dd42c3e17e5bd62eec08bceace98cb5f280d160612cb67ab73a0a0b571863349c0774fc46f5c057f8f39e1c49cbf689f8afb6
MISC metadata.xml 282 BLAKE2B 432e60a3b04def9f566fde3852011e006c0d578c72c42115734d1af5c128440fcee68134c8f891baad437e64a8d61fbbac49e70a35ed4f6f85641e888d3a2547 SHA512 1838e22e1f5b849b816a05d1b25bd81333c8cf67ceb996177e05ba7a555b8e0e307e62cb53e6f1217f4216823e2fecf050e85437678503d60e10c6b2d5303072
diff --git a/app-admin/emacs-updater/emacs-updater-1.15.ebuild b/app-admin/emacs-updater/emacs-updater-1.15.ebuild
deleted file mode 100644
index 67fb00c7d8d3..000000000000
--- a/app-admin/emacs-updater/emacs-updater-1.15.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Rebuild Emacs packages"
-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="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
-RDEPEND="${DEPEND}
- >=app-editors/emacs-23.1:*
- >=app-portage/portage-utils-0.3"
-
-src_prepare() {
- default
-
- if ! has_version sys-apps/util-linux; then
- # BSD ships a dumb getopt(1), so use getopt-long instead
- sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die
- fi
-
- if [[ -n ${EPREFIX} ]]; then
- sed -i -e "1s:/:${EPREFIX%/}/:" \
- -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX%/}/:" \
- emacs-updater || die
- fi
-}
-
-src_install() {
- dosbin emacs-updater
- doman emacs-updater.8
-}
diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
index 388842d4d07b..25dc8ffca26e 100644
--- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-1.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
RDEPEND="${DEPEND}
@@ -25,8 +25,8 @@ src_prepare() {
fi
if [[ -n ${EPREFIX} ]]; then
- sed -i -e "1s:/:${EPREFIX%/}/:" \
- -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX%/}/:" \
+ sed -i -e "1s:/:${EPREFIX}/:" \
+ -e "s:^\([[:upper:]]*=\)/:\1${EPREFIX}/:" \
emacs-updater || die
fi
}