diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-03-22 19:05:20 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-03-22 19:05:20 +0000 |
commit | 1ce03ac5d9558351455de4ec619d2303574dcec4 (patch) | |
tree | 609aea1debf27fd8a58b7e8d7af69f4d4338066c /app-admin/emacs-updater | |
parent | Stable on alpha, bug #263123 (diff) | |
download | gentoo-2-1ce03ac5d9558351455de4ec619d2303574dcec4.tar.gz gentoo-2-1ce03ac5d9558351455de4ec619d2303574dcec4.tar.bz2 gentoo-2-1ce03ac5d9558351455de4ec619d2303574dcec4.zip |
Remove old.
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'app-admin/emacs-updater')
-rw-r--r-- | app-admin/emacs-updater/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-1.0.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog index 026a6f4b64c4..4f88ecdd72b8 100644 --- a/app-admin/emacs-updater/ChangeLog +++ b/app-admin/emacs-updater/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/emacs-updater # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.15 2009/03/22 18:56:28 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.16 2009/03/22 19:05:20 ulm Exp $ + + 22 Mar 2009; Ulrich Mueller <ulm@gentoo.org> -emacs-updater-1.0.ebuild: + Remove old. 22 Mar 2009; Jeremy Olexa <darkside@gentoo.org> emacs-updater-1.3.ebuild: amd64 stable, bug 259326 diff --git a/app-admin/emacs-updater/emacs-updater-1.0.ebuild b/app-admin/emacs-updater/emacs-updater-1.0.ebuild deleted file mode 100644 index d0be912511ba..000000000000 --- a/app-admin/emacs-updater/emacs-updater-1.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 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.0.ebuild,v 1.8 2008/10/25 22:15:09 vapier Exp $ - -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 ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" - -DEPEND="" -RDEPEND="!<=app-admin/eselect-emacs-1.5 - >=app-portage/portage-utils-0.1.28 - virtual/emacs" - -src_install() { - dosbin emacs-updater || die "dosbin failed" -} |