diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-14 03:53:23 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-14 03:53:23 +0000 |
commit | 366a7962171371de488aa52c97a38fa11c64daed (patch) | |
tree | d8d7b6081b413bfec8f37ca71e62e3f32822a9b0 /app-editors/emacs-cvs | |
parent | Marked 8.1.9 stable on x86 and sparc, version bump for 8.1.10, and old versio... (diff) | |
download | historical-366a7962171371de488aa52c97a38fa11c64daed.tar.gz historical-366a7962171371de488aa52c97a38fa11c64daed.tar.bz2 historical-366a7962171371de488aa52c97a38fa11c64daed.zip |
Specify altenatives version explicitly.
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r-- | app-editors/emacs-cvs/Manifest | 8 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-21.3.50-r1.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/emacs-cvs/Manifest b/app-editors/emacs-cvs/Manifest index 9f13b77c3c14..ec129edaf84a 100644 --- a/app-editors/emacs-cvs/Manifest +++ b/app-editors/emacs-cvs/Manifest @@ -1,11 +1,11 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +MD5 a8d348e474de5733613ac943aed4811e emacs-cvs-21.3.50-r1.ebuild 4424 MD5 97677808a8ae395fffcc37956fc72e8e emacs-cvs-21.3.50.ebuild 3069 MD5 652795f625e600f3e86a47073ba70021 emacs-cvs-22.0.0.ebuild 3038 MD5 0f08e0f89f996d624a36fd3da108a138 ChangeLog 3500 MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 -MD5 1f27ba251039017b0ed6933be6aabad5 emacs-cvs-21.3.50-r1.ebuild 4404 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-emacs-cvs-21.3.50 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-emacs-cvs-21.3.50-r1 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-emacs-cvs-22.0.0 0 @@ -18,7 +18,7 @@ MD5 ffdd28353d4bb08ee9ec653650458a40 files/50emacs-21.3.50.envd 39 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) -iD8DBQFBbfclVWNWqTUmv+0RAt8eAKCLAMTLH63kfnASpc1OeY9x9l5yFwCeMPfO -FNMEQGWDjCjCoZnVbvWUjns= -=6Gwn +iD8DBQFBbfhCVWNWqTUmv+0RAsoWAJwL5It//Zo9bCak81/bggODz+SjsQCePbWT +FgQBeAVgFoxNfImu1Kq2OjI= +=s42E -----END PGP SIGNATURE----- diff --git a/app-editors/emacs-cvs/emacs-cvs-21.3.50-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-21.3.50-r1.ebuild index 12dc0caa93a3..18a90c7bf4aa 100644 --- a/app-editors/emacs-cvs/emacs-cvs-21.3.50-r1.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-21.3.50-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50-r1.ebuild,v 1.3 2004/10/14 03:48:44 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50-r1.ebuild,v 1.4 2004/10/14 03:53:23 usata Exp $ ECVS_AUTH="ext" export CVS_RSH="ssh" @@ -141,7 +141,7 @@ src_install () { update-alternatives() { for i in emacs emacsclient etags ctags b2m ebrowse \ rcs-checkin grep-changelog ; do - alternatives_auto_makesym "/usr/bin/$i" "/usr/bin/$i-21.*" + alternatives_auto_makesym "/usr/bin/$i" "/usr/bin/$i-21.3.50" "/usr/bin/$i-21" done } |