app-emacs/csv-mode: Fix version number.
authorUlrich Müller <ulm@gentoo.org>
Tue, 15 Oct 2019 08:59:27 +0000 (10:59 +0200)
committerUlrich Müller <ulm@gentoo.org>
Tue, 15 Oct 2019 09:16:17 +0000 (11:16 +0200)
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@gentoo.org>
app-emacs/csv-mode/csv-mode-0_pre20040823.ebuild [moved from app-emacs/csv-mode/csv-mode-1.50.ebuild with 71% similarity]

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 a55d48063024980f34e2dc76405129dc854d7f95..6feb8e47a5e95ad57e7547c5525870470c8a79db 100644 (file)
@@ -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"