summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-06-07 18:56:27 +0200
committerUlrich Müller <ulm@gentoo.org>2016-06-07 18:56:27 +0200
commitb11d8f809eb44c6f2496a0e43e1bd74e8fb77159 (patch)
treec312e929628a1e75da1a02a8fba341eaaaadd97a /app-admin
parentdev-cpp/tbb-4.3.20150611-r1: add ~alpha keyword (diff)
downloadgentoo-b11d8f809eb44c6f2496a0e43e1bd74e8fb77159.tar.gz
gentoo-b11d8f809eb44c6f2496a0e43e1bd74e8fb77159.tar.bz2
gentoo-b11d8f809eb44c6f2496a0e43e1bd74e8fb77159.zip
app-admin/emacs-updater: Remove old.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/emacs-updater/Manifest1
-rw-r--r--app-admin/emacs-updater/emacs-updater-1.13.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
index 92fb55635cfa..f3a101464111 100644
--- a/app-admin/emacs-updater/Manifest
+++ b/app-admin/emacs-updater/Manifest
@@ -1,2 +1 @@
-DIST emacs-updater-1.13.tar.xz 6976 SHA256 da2aba0a1b264fc8065294614870756015bb2d5ddab920ec675c04b452b61af5 SHA512 78b0ce6aec3969f83bc5ce37d1411deccb1dbfa175718b6223233a74af816c6bf481ac15e81f1adc31ea594ffd187c3c38c08b709275f3c878021a03ee9c3403 WHIRLPOOL aa42bd8eb7ec864d576e1be310285402971550ee56680dd66dd680e97d799ece60f962f895189aeaf1b92c16dbaba9fde082cc4331848859becda505025d865b
DIST emacs-updater-1.14.tar.xz 6920 SHA256 2b5ab546212d48fa8dc5114e4ef7028f8168a306726d04293d5b8314c1508f95 SHA512 849efdb7af61a6ca5854c1afabf38e5898d129c5901712f38293f9fa96f60abbaf97f053f9542ea2d40fd2c7b19f4037aec3e4226aee92e4ce56a3fced3b488b WHIRLPOOL 3296466ddea6da0d720b76ad8b62c9138fa7c23726526572fa7d5ef536a8418e70ab74ce4ebba66ed99db33fd0736ab572fa109e316f057931213fcd9c8f9e27
diff --git a/app-admin/emacs-updater/emacs-updater-1.13.ebuild b/app-admin/emacs-updater/emacs-updater-1.13.ebuild
deleted file mode 100644
index e01954d286d3..000000000000
--- a/app-admin/emacs-updater/emacs-updater-1.13.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-DEPEND="app-arch/xz-utils"
-RDEPEND=">=app-portage/portage-utils-0.3
- virtual/emacs"
-
-src_prepare() {
- if [[ -n ${EPREFIX} ]]; then
- sed -i -e "1s:/:${EPREFIX%/}/:" \
- -e "s:^\(EMACS\|SITELISP\)=:&${EPREFIX%/}:" \
- emacs-updater || die
- fi
-}
-
-src_install() {
- dosbin emacs-updater
- doman emacs-updater.8
-}