diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-09-27 05:09:43 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-09-27 05:09:43 +0000 |
commit | 026a8a21d97dd2d8849b602b3c964ab3c8f7921a (patch) | |
tree | 824e3a06196f2068ddd5e4e5e9601f54079160e4 /app-editors | |
parent | spacing (diff) | |
download | gentoo-2-026a8a21d97dd2d8849b602b3c964ab3c8f7921a.tar.gz gentoo-2-026a8a21d97dd2d8849b602b3c964ab3c8f7921a.tar.bz2 gentoo-2-026a8a21d97dd2d8849b602b3c964ab3c8f7921a.zip |
resolves bug 8440
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xemacs/ChangeLog | 4 | ||||
-rw-r--r-- | app-editors/xemacs/files/digest-xemacs-21.4.9 | 2 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.9.ebuild | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index a88712e285dd..80a678e09466 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for app-editors/xemacs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.18 2002/09/26 18:39:43 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.19 2002/09/27 05:09:43 mkennedy Exp $ *xemacs-21.4.9 (26 Sep 2002) @@ -9,6 +9,8 @@ Minor version bump. USE flag fix. Resolves bug #6177. + Updated xemacs-base (resolves bug #8440) + *xemacs-21.4.8-r3 (28 Jul 2002) 07 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org> diff --git a/app-editors/xemacs/files/digest-xemacs-21.4.9 b/app-editors/xemacs/files/digest-xemacs-21.4.9 index 5fbaf2a0c567..e93b8e11e3c2 100644 --- a/app-editors/xemacs/files/digest-xemacs-21.4.9 +++ b/app-editors/xemacs/files/digest-xemacs-21.4.9 @@ -1,4 +1,4 @@ MD5 d6c159fd4286c29296eacba2c7ee0aa1 xemacs-21.4.9.tar.gz 10577880 MD5 8c2c6c00cfbdc5f8d64ad54ddfb731df efs-1.29-pkg.tar.gz 371905 -MD5 47ce373c71f658e489767d9880705841 xemacs-base-1.67-pkg.tar.gz 465380 +MD5 ee0cef2b6280868dc770d06a3174a2a5 xemacs-base-1.68-pkg.tar.gz 465333 MD5 d521ca4256a8333db5dc686b9d719232 mule-base-1.42-pkg.tar.gz 443826 diff --git a/app-editors/xemacs/xemacs-21.4.9.ebuild b/app-editors/xemacs/xemacs-21.4.9.ebuild index e6dcec9274ef..3c687c73df5f 100644 --- a/app-editors/xemacs/xemacs-21.4.9.ebuild +++ b/app-editors/xemacs/xemacs-21.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.9.ebuild,v 1.1 2002/09/26 18:39:43 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.9.ebuild,v 1.2 2002/09/27 05:09:43 mkennedy Exp $ # this is just TEMPORARY until we can get to the core of the problem SANDBOX_DISABLED="1" @@ -10,7 +10,7 @@ LICENSE="GPL-2" S="${WORKDIR}/${P}" DESCRIPTION="XEmacs is a highly customizable open source text editor and application development system." EFS=1.29 -BASE=1.67 +BASE=1.68 MULE=1.42 SRC_URI="http://ftp.xemacs.org/xemacs-21.4/${P}.tar.gz |