summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/emacs-updater/ChangeLog5
-rw-r--r--app-admin/emacs-updater/Manifest4
-rw-r--r--app-admin/emacs-updater/emacs-updater-9999.ebuild6
3 files changed, 9 insertions, 6 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog
index 8e498aa..3014018 100644
--- a/app-admin/emacs-updater/ChangeLog
+++ b/app-admin/emacs-updater/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-admin/emacs-updater
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Apr 2009; Ulrich Mueller <ulm@gentoo.org> emacs-updater-9999.ebuild:
+ Install man page. Update dependencies.
+
04 Sep 2008; Ulrich Mueller <ulm@gentoo.org>
-emacs-updater-1.0_rc1.ebuild, -emacs-updater-1.0_rc2.ebuild:
Remove release candidates since the package was added to Portage tree.
diff --git a/app-admin/emacs-updater/Manifest b/app-admin/emacs-updater/Manifest
index eb9610d..cad5002 100644
--- a/app-admin/emacs-updater/Manifest
+++ b/app-admin/emacs-updater/Manifest
@@ -1,3 +1,3 @@
-EBUILD emacs-updater-9999.ebuild 668 RMD160 a68104496febdd4b933aa410d0e560b6d9d88068 SHA1 eba258942f89d6cec5247f68fe5e7d74f7d97ff8 SHA256 bbe3ea69f6bbfccd3641e7f7dd486e99194f4d7e49a439f9e62cca9f16e7defb
-MISC ChangeLog 838 RMD160 56ab0273baf1ee804811730beec03f71be0a3c83 SHA1 958dbdb507b54a36aaf5c42106f3ac45dbd7f38f SHA256 699457bc32f8079575c19b50d469f136b3e98f249dc9f9286a123d88afa9328b
+EBUILD emacs-updater-9999.ebuild 690 RMD160 1715ae511e0b81dfdd8f1dad77f97facc2b0f3a8 SHA1 34f6c4b834a02d0aa8236984df26ef2fdc64ed47 SHA256 8119d5ba0a87d458a668da5a3d40a484f28088b9faeb9f75a5cfb9099e4dd425
+MISC ChangeLog 954 RMD160 60755bc9af3a93a0db3e1d4038bfd0e545178958 SHA1 6e2775e93448cf7d50d131e1f79bea7135fbad2c SHA256 67050e649d44b8f00cb7fd7795e35a3fd744f66cce8bd8af91e2a433db3c0351
MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab
diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild
index a92c3c4..d7f8579 100644
--- a/app-admin/emacs-updater/emacs-updater-9999.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -16,12 +16,12 @@ IUSE=""
DEPEND=""
RDEPEND="!<=app-admin/eselect-emacs-1.5
- !=app-admin/eselect-emacs-9999
- app-portage/portage-utils
+ >=app-portage/portage-utils-0.1.28
virtual/emacs"
S="${WORKDIR}/${PN}"
src_install() {
dosbin emacs-updater || die "dosbin failed"
+ doman emacs-updater.8 || die "doman failed"
}