commit:     68af6994227f2527fa432ae2c6f43cbe103941ed
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 08:59:27 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 09:16:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68af6994

app-emacs/csv-mode: Fix version number.

Previous version 1.50 was the CVS revision. Change to date based version
to prevent the following version bump from looking like a downgrade.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../{csv-mode-1.50.ebuild => csv-mode-0_pre20040823.ebuild}         | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-emacs/csv-mode/csv-mode-1.50.ebuild 
b/app-emacs/csv-mode/csv-mode-0_pre20040823.ebuild
similarity index 71%
rename from app-emacs/csv-mode/csv-mode-1.50.ebuild
rename to app-emacs/csv-mode/csv-mode-0_pre20040823.ebuild
index a55d4806302..6feb8e47a5e 100644
--- a/app-emacs/csv-mode/csv-mode-1.50.ebuild
+++ b/app-emacs/csv-mode/csv-mode-0_pre20040823.ebuild
@@ -1,16 +1,18 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit elisp
 
+MY_P="${PN}-1.50"
 DESCRIPTION="A major mode for editing comma-separated value files"
 HOMEPAGE="http://centaur.maths.qmw.ac.uk/Emacs/";
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc sparc x86"
 
+S="${WORKDIR}/${MY_P}"
 SITEFILE="50${PN}-gentoo.el"

Reply via email to