diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-06-05 06:31:02 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-06-05 06:31:02 +0000 |
commit | 4f2cd2d2ce8b41be7d1eca182666805481d7df03 (patch) | |
tree | 77045230f105ab85dbfa529e541c775f09985053 /app-admin | |
parent | Depend on either net-nds/{rpcbind,portmap} (bug #272386). (diff) | |
download | gentoo-2-4f2cd2d2ce8b41be7d1eca182666805481d7df03.tar.gz gentoo-2-4f2cd2d2ce8b41be7d1eca182666805481d7df03.tar.bz2 gentoo-2-4f2cd2d2ce8b41be7d1eca182666805481d7df03.zip |
Version bump.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/emacs-updater/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-1.5.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog index 5d7c03aad001..7d1fdf2b67f5 100644 --- a/app-admin/emacs-updater/ChangeLog +++ b/app-admin/emacs-updater/ChangeLog @@ -1,6 +1,11 @@ # 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.17 2009/04/14 11:45:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.18 2009/06/05 06:31:02 ulm Exp $ + +*emacs-updater-1.5 (05 Jun 2009) + + 05 Jun 2009; Ulrich Mueller <ulm@gentoo.org> +emacs-updater-1.5.ebuild: + Version bump. *emacs-updater-1.4 (14 Apr 2009) diff --git a/app-admin/emacs-updater/emacs-updater-1.5.ebuild b/app-admin/emacs-updater/emacs-updater-1.5.ebuild new file mode 100644 index 000000000000..830ee2f1d98e --- /dev/null +++ b/app-admin/emacs-updater/emacs-updater-1.5.ebuild @@ -0,0 +1,22 @@ +# 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.5.ebuild,v 1.1 2009/06/05 06:31:02 ulm 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" +} |