From 3877c155f582db8a24e4a763e1f0977d83104c29 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 18 Jan 2009 12:37:33 +0000 Subject: Version bump. Remove intermediate version. (Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo-r4 i686) --- app-admin/emacs-updater/ChangeLog | 10 ++++++++-- app-admin/emacs-updater/emacs-updater-1.2.ebuild | 22 ---------------------- app-admin/emacs-updater/emacs-updater-1.3.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 30 insertions(+), 24 deletions(-) delete mode 100644 app-admin/emacs-updater/emacs-updater-1.2.ebuild create mode 100644 app-admin/emacs-updater/emacs-updater-1.3.ebuild (limited to 'app-admin/emacs-updater') diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog index 2111a842837c..143d24726f3b 100644 --- a/app-admin/emacs-updater/ChangeLog +++ b/app-admin/emacs-updater/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/emacs-updater -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.8 2008/12/30 18:32:56 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/emacs-updater/ChangeLog,v 1.9 2009/01/18 12:37:33 ulm Exp $ + +*emacs-updater-1.3 (18 Jan 2009) + + 18 Jan 2009; Ulrich Mueller -emacs-updater-1.2.ebuild, + +emacs-updater-1.3.ebuild: + Version bump. Remove intermediate version. *emacs-updater-1.2 (30 Dec 2008) diff --git a/app-admin/emacs-updater/emacs-updater-1.2.ebuild b/app-admin/emacs-updater/emacs-updater-1.2.ebuild deleted file mode 100644 index 1e8bfb3726e5..000000000000 --- a/app-admin/emacs-updater/emacs-updater-1.2.ebuild +++ /dev/null @@ -1,22 +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.2.ebuild,v 1.1 2008/12/30 18:32:56 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" -} diff --git a/app-admin/emacs-updater/emacs-updater-1.3.ebuild b/app-admin/emacs-updater/emacs-updater-1.3.ebuild new file mode 100644 index 000000000000..5f588312c323 --- /dev/null +++ b/app-admin/emacs-updater/emacs-updater-1.3.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.3.ebuild,v 1.1 2009/01/18 12:37:33 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" +} -- cgit v1.2.3-65-gdbad