summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-02-04 15:38:35 +0100
committerUlrich Müller <ulm@gentoo.org>2020-02-04 15:39:28 +0100
commit37ac9190de56eada83969b4e32beec4869fb730c (patch)
tree8e07d2ea664f0a4edf3d1ed101d5c531c11ffbad /app-admin/emacs-updater
parentnet-im/signal-desktop-bin: remove old version (diff)
downloadgentoo-37ac9190de56eada83969b4e32beec4869fb730c.tar.gz
gentoo-37ac9190de56eada83969b4e32beec4869fb730c.tar.bz2
gentoo-37ac9190de56eada83969b4e32beec4869fb730c.zip
app-admin/emacs-updater: Remove old.
Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-admin/emacs-updater')
-rw-r--r--app-admin/emacs-updater/Manifest1
-rw-r--r--app-admin/emacs-updater/emacs-updater-1.15.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
index e23041d5e148..765dadecf43c 100644
--- a/app-admin/emacs-updater/Manifest
+++ b/app-admin/emacs-updater/Manifest
@@ -1,2 +1 @@
-DIST emacs-updater-1.15.tar.xz 7020 BLAKE2B bb35103b328a57dcaeb11c258bddbd3a08141d1e245ac4943c7a5a8b815440db0cd06eaac01ad2a00e6e2aa0d23311d774d190fd761be66514856077b3c4e296 SHA512 8cc7dd3e0e28ae71030c7c5f29d54f24e12adcbd0615f3c598ad262bd233f028c2424c277aac7dff7b4201a2ac24bfab0e05d1fdc07edcee2c184a733f699b8a
DIST emacs-updater-1.16.tar.xz 7112 BLAKE2B 82160ef71b4c22a385a45765c1f60b7d428297cfb3b51f84bd44b176d1bd302165f9ccdde803aae628a2dab9e0520098082232c513b2006ae5facfa283f287ab SHA512 3de3126debc49ea47bd57802c1a3aa82a0769ab392741fb891c93ffb66141f05f58025fa0de746ec78795fc34c135536740e447e1f6a4ae59aa847d21bd6215b
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 3e91f7f11412..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
-}