diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-03-02 23:49:56 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-03-02 23:49:56 +0000 |
commit | 4539a1f756fb76ce4d14e7a56fc26e1c9fe60eb9 (patch) | |
tree | 9d90d50687f95c34883de9872a3e56766cad7e3e /app-admin/emacs-updater | |
parent | make the -s parameter configurable (diff) | |
download | gentoo-2-4539a1f756fb76ce4d14e7a56fc26e1c9fe60eb9.tar.gz gentoo-2-4539a1f756fb76ce4d14e7a56fc26e1c9fe60eb9.tar.bz2 gentoo-2-4539a1f756fb76ce4d14e7a56fc26e1c9fe60eb9.zip |
Remove old.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
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.7.ebuild | 32 | ||||
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-1.8.ebuild | 31 |
3 files changed, 5 insertions, 64 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog index c4e8a1aa0fd4..8bf877fb4115 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.57 2012/03/02 20:45:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.58 2012/03/02 23:49:56 ulm Exp $ + + 02 Mar 2012; Ulrich Müller <ulm@gentoo.org> -emacs-updater-1.7.ebuild, + -emacs-updater-1.8.ebuild: + Remove old. 02 Mar 2012; Brent Baude <ranger@gentoo.org> emacs-updater-1.9.ebuild: Marking emacs-updater-1.9 ppc64 for bug 399905 diff --git a/app-admin/emacs-updater/emacs-updater-1.7.ebuild b/app-admin/emacs-updater/emacs-updater-1.7.ebuild deleted file mode 100644 index 9dc61e341884..000000000000 --- a/app-admin/emacs-updater/emacs-updater-1.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2011 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.7.ebuild,v 1.8 2011/03/16 17:07:11 xarthisius Exp $ - -EAPI=2 - -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 ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -DEPEND="" -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 || die "dosbin failed" - doman emacs-updater.8 || die "doman failed" -} diff --git a/app-admin/emacs-updater/emacs-updater-1.8.ebuild b/app-admin/emacs-updater/emacs-updater-1.8.ebuild deleted file mode 100644 index 26884f4dc7c9..000000000000 --- a/app-admin/emacs-updater/emacs-updater-1.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 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.8.ebuild,v 1.7 2011/07/15 15:09:17 xarthisius Exp $ - -EAPI=3 - -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 ppc ppc64 s390 sh sparc x86 ~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 || die "dosbin failed" - doman emacs-updater.8 || die "doman failed" -} |