diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-04-14 11:45:26 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-04-14 11:45:26 +0000 |
commit | 3e48b36fa17bc5efbb8a6e5a6ea8fe38b7bfd8bb (patch) | |
tree | d24e057d5dcbd945755b71b2264c40a8b96948c7 /app-admin | |
parent | Version bump (diff) | |
download | gentoo-2-3e48b36fa17bc5efbb8a6e5a6ea8fe38b7bfd8bb.tar.gz gentoo-2-3e48b36fa17bc5efbb8a6e5a6ea8fe38b7bfd8bb.tar.bz2 gentoo-2-3e48b36fa17bc5efbb8a6e5a6ea8fe38b7bfd8bb.zip |
Version bump.
(Portage version: 2.2_rc30/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.4.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog index 4f88ecdd72b8..5d7c03aad001 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.16 2009/03/22 19:05:20 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.17 2009/04/14 11:45:26 ulm Exp $ + +*emacs-updater-1.4 (14 Apr 2009) + + 14 Apr 2009; Ulrich Mueller <ulm@gentoo.org> +emacs-updater-1.4.ebuild: + Version bump. 22 Mar 2009; Ulrich Mueller <ulm@gentoo.org> -emacs-updater-1.0.ebuild: Remove old. diff --git a/app-admin/emacs-updater/emacs-updater-1.4.ebuild b/app-admin/emacs-updater/emacs-updater-1.4.ebuild new file mode 100644 index 000000000000..726404fa7098 --- /dev/null +++ b/app-admin/emacs-updater/emacs-updater-1.4.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.4.ebuild,v 1.1 2009/04/14 11:45:26 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" +} |