summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-08-31 18:15:44 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-08-31 18:15:44 +0000
commit1f3486d9b9a93a9dae2261d6bd3faf6db94c898f (patch)
tree0125ac4988200ce67dd8fbc1fd43c295094819ac /app-admin/emacs-updater
parentFix regression bug introduced by the new site.config.m4 (#283277). (diff)
downloadgentoo-2-1f3486d9b9a93a9dae2261d6bd3faf6db94c898f.tar.gz
gentoo-2-1f3486d9b9a93a9dae2261d6bd3faf6db94c898f.tar.bz2
gentoo-2-1f3486d9b9a93a9dae2261d6bd3faf6db94c898f.zip
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-admin/emacs-updater')
-rw-r--r--app-admin/emacs-updater/ChangeLog6
-rw-r--r--app-admin/emacs-updater/emacs-updater-1.3.ebuild22
2 files changed, 5 insertions, 23 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog
index 8a0003899fd5..e6b4d67dbee9 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.25 2009/08/31 18:04:35 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.26 2009/08/31 18:15:44 fauli Exp $
+
+ 31 Aug 2009; Christian Faulhammer <fauli@gentoo.org>
+ -emacs-updater-1.3.ebuild:
+ clean up
31 Aug 2009; Brent Baude <ranger@gentoo.org> emacs-updater-1.5.ebuild:
stable ppc64, bug 276640
diff --git a/app-admin/emacs-updater/emacs-updater-1.3.ebuild b/app-admin/emacs-updater/emacs-updater-1.3.ebuild
deleted file mode 100644
index 950f3e5affe0..000000000000
--- a/app-admin/emacs-updater/emacs-updater-1.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2009 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.3.ebuild,v 1.7 2009/03/22 18:56:28 darkside 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"
- doman emacs-updater.8 || die "doman failed"
-}