app-admin/emacs-updater: Remove old.
authorUlrich Müller <ulm@gentoo.org>
Tue, 4 Feb 2020 14:38:35 +0000 (15:38 +0100)
committerUlrich Müller <ulm@gentoo.org>
Tue, 4 Feb 2020 14:39:28 +0000 (15:39 +0100)
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-admin/emacs-updater/Manifest
app-admin/emacs-updater/emacs-updater-1.15.ebuild [deleted file]

index e23041d5e1482cb8fc8587d4c92f4a38354fc02f..765dadecf43c5fd50f506eee5b45fa9c1202317b 100644 (file)
@@ -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 (file)
index 3e91f7f..0000000
+++ /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
-}