diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-06-02 09:08:20 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-06-02 09:08:20 +0000 |
commit | 7a10bce3a03a05420554f0b48a56702088a46e65 (patch) | |
tree | f47b9ed19a402bbef897accd31856145104e170d /app-admin/emacs-updater | |
parent | dev-util/diffstat: Drop old (diff) | |
download | gentoo-2-7a10bce3a03a05420554f0b48a56702088a46e65.tar.gz gentoo-2-7a10bce3a03a05420554f0b48a56702088a46e65.tar.bz2 gentoo-2-7a10bce3a03a05420554f0b48a56702088a46e65.zip |
Remove old.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-admin/emacs-updater')
-rw-r--r-- | app-admin/emacs-updater/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-1.12.ebuild | 31 | ||||
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-1.9.ebuild | 31 |
3 files changed, 5 insertions, 63 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog index 90b2cac74e57..66ed3d516ac5 100644 --- a/app-admin/emacs-updater/ChangeLog +++ b/app-admin/emacs-updater/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/emacs-updater # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.78 2013/06/02 08:45:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.79 2013/06/02 09:08:20 ulm Exp $ + + 02 Jun 2013; Ulrich Müller <ulm@gentoo.org> -emacs-updater-1.9.ebuild, + -emacs-updater-1.12.ebuild: + Remove old. 02 Jun 2013; Agostino Sarubbo <ago@gentoo.org> emacs-updater-1.13.ebuild: Stable for sh, wrt bug #469878 diff --git a/app-admin/emacs-updater/emacs-updater-1.12.ebuild b/app-admin/emacs-updater/emacs-updater-1.12.ebuild deleted file mode 100644 index 78dbef1a1a8c..000000000000 --- a/app-admin/emacs-updater/emacs-updater-1.12.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.12.ebuild,v 1.1 2013/03/11 11:27:03 ulm Exp $ - -EAPI=5 - -DESCRIPTION="Rebuild Emacs packages" -HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -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 -} diff --git a/app-admin/emacs-updater/emacs-updater-1.9.ebuild b/app-admin/emacs-updater/emacs-updater-1.9.ebuild deleted file mode 100644 index c4c89579c64d..000000000000 --- a/app-admin/emacs-updater/emacs-updater-1.9.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/emacs-updater-1.9.ebuild,v 1.10 2012/10/11 16:13:22 ulm Exp $ - -EAPI=4 - -DESCRIPTION="Rebuild Emacs packages" -HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -RDEPEND="!<=app-admin/eselect-emacs-1.5 - >=app-portage/portage-utils-0.1.28 - 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 -} |