diff options
author | 2008-03-28 06:55:30 +0000 | |
---|---|---|
committer | 2008-03-28 06:55:30 +0000 | |
commit | 0f467e5fdb2473305d0a33b7ad463f03f51d8fe3 (patch) | |
tree | 701806bbc4a4192f1f71b5ff8e2810d4f61c4108 /app-editors/emacs-cvs | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-0f467e5fdb2473305d0a33b7ad463f03f51d8fe3.tar.gz gentoo-2-0f467e5fdb2473305d0a33b7ad463f03f51d8fe3.tar.bz2 gentoo-2-0f467e5fdb2473305d0a33b7ad463f03f51d8fe3.zip |
Activate test for version number again.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 4 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild | 6 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index a7a71e33e8bf..80fb625e727c 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,10 +1,10 @@ # ChangeLog for app-editors/emacs-cvs # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.203 2008/03/28 06:40:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.204 2008/03/28 06:55:30 ulm Exp $ 28 Mar 2008; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-22.2.9999.ebuild, emacs-cvs-23.0.50_pre20080201.ebuild, emacs-cvs-23.0.9999.ebuild: - Add keepdir for site-lisp directory. + Add keepdir for site-lisp directory. Activate test for version number again. 26 Mar 2008; Ulrich Mueller <ulm@gentoo.org> -emacs-cvs-22.1.91.ebuild, -emacs-cvs-22.1.92.ebuild, emacs-cvs-22.2.9999.ebuild: diff --git a/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild index 83279b68f530..3c605d9ad1c3 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild,v 1.3 2008/03/28 06:40:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild,v 1.4 2008/03/28 06:55:30 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -71,8 +71,8 @@ src_unpack() { echo einfo "Emacs CVS branch: ${ECVS_BRANCH}" einfo "Emacs version number: ${FULL_VERSION}" - #[ "${FULL_VERSION}" = ${PV} ] \ - # || die "Upstream version number changed to ${FULL_VERSION}" + [ "${FULL_VERSION%.*}" = ${PV%.*} ] \ + || die "Upstream version number changed to ${FULL_VERSION}" echo epatch "${FILESDIR}/${PN}-Xaw3d-headers.patch" diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild index b389aeb10b6d..a13eb278417f 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v 1.2 2008/03/28 06:40:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v 1.3 2008/03/28 06:55:30 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -83,8 +83,8 @@ src_unpack() { echo einfo "Emacs CVS branch: ${ECVS_BRANCH}" einfo "Emacs version number: ${FULL_VERSION}" - #[ "${FULL_VERSION}" = ${PV} ] \ - # || die "Upstream version number changed to ${FULL_VERSION}" + [ "${FULL_VERSION%.*}" = ${PV%.*} ] \ + || die "Upstream version number changed to ${FULL_VERSION}" echo epatch "${FILESDIR}/${PN}-freebsd-sparc.patch" |