diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-02-15 05:52:37 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-02-15 05:52:37 +0000 |
commit | dd3397fc19532d75f3500b99e3a68d4c4f50d444 (patch) | |
tree | f7838ba79cd947e0d84a025dc86562f14c825677 | |
parent | new 2.4.17-r5 kernel; see ChangeLog for more info. (diff) | |
download | gentoo-2-dd3397fc19532d75f3500b99e3a68d4c4f50d444.tar.gz gentoo-2-dd3397fc19532d75f3500b99e3a68d4c4f50d444.tar.bz2 gentoo-2-dd3397fc19532d75f3500b99e3a68d4c4f50d444.zip |
- Created ebuild for 21.4.6 (gamma version).
- Updated versions of efs and base elisp packages.
- Changed default download URL to "http://ftp.us.xemacs.org/..."
because ftp://ftp.xemacs.org is always overloaded and slow.
- Added media-libs/compface as a dependency and added
--with-x-face to configure options (if using X).
Note that this version is still masked.
-rw-r--r-- | app-editors/xemacs/ChangeLog | 13 | ||||
-rw-r--r-- | app-editors/xemacs/files/digest-xemacs-21.4.6 | 3 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.6.ebuild | 97 |
3 files changed, 112 insertions, 1 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index e155b0f117c0..db47f0186a6d 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,7 +1,18 @@ # 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.1 2002/02/01 21:53:01 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.2 2002/02/15 05:52:33 agenkin Exp $ +*xemacs-21.4.6; (14 Feb 2002) + + 14 Feb 2002; Arcady Genkin <agenkin@thpoon.com> xemacs-21.4.6.ebuild : + + - Created ebuild for 21.4.6 (gamma version). + - Updated versions of efs and base elisp packages. + - Changed default download URL to "http://ftp.us.xemacs.org/..." + because ftp://ftp.xemacs.org is always overloaded and slow. + - Added media-libs/compface as a dependency and added + --with-x-face to configure options. + *xemacs-21.1.14 (1 Feb 2002) 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : diff --git a/app-editors/xemacs/files/digest-xemacs-21.4.6 b/app-editors/xemacs/files/digest-xemacs-21.4.6 new file mode 100644 index 000000000000..8c09698cdb32 --- /dev/null +++ b/app-editors/xemacs/files/digest-xemacs-21.4.6 @@ -0,0 +1,3 @@ +MD5 8ffd5903390fc49fd78c4e4517c0f111 efs-1.27-pkg.tar.gz 370061 +MD5 e27bf0aa5c332d8ee130633df7c2ca3e xemacs-21.4.6.tar.gz 10460867 +MD5 a4d511159174e4da1b20456a9c20eab5 xemacs-base-1.58-pkg.tar.gz 457041 diff --git a/app-editors/xemacs/xemacs-21.4.6.ebuild b/app-editors/xemacs/xemacs-21.4.6.ebuild new file mode 100644 index 000000000000..a5aad546d36e --- /dev/null +++ b/app-editors/xemacs/xemacs-21.4.6.ebuild @@ -0,0 +1,97 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author: Geert Bevin <gbevin@gentoo.org> +# /space/gentoo/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.5.ebuild,v 1.2 2001/12/13 20:28:19 gbevin Exp + +S="${WORKDIR}/${P}" +DESCRIPTION="The ultimate emacs, IMO. This is a non-FSF but still free for use version of the biggest text editor ever created." +EFS=1.27 +BASE=1.58 +DEPEND="sys-libs/ncurses + nas? ( media-libs/nas ) + esd? ( media-sound/esound ) + >=sys-libs/db-3 + motif? ( >=x11-libs/openmotif-2.1.30 ) + X? ( virtual/x11 + media-libs/libpng + media-libs/tiff + media-libs/jpeg + media-libs/compface )" +SRC_URI="http://ftp.us.xemacs.org/ftp/pub/xemacs/xemacs-21.4/${P}.tar.gz + http://ftp.us.xemacs.org/ftp/pub/xemacs/packages/efs-${EFS}-pkg.tar.gz + http://ftp.us.xemacs.org/ftp/pub/xemacs/packages/xemacs-base-${BASE}-pkg.tar.gz" +HOMEPAGE="http://www.xemacs.org" + +src_unpack() { + cd "${WORKDIR}" + unpack "${P}.tar.gz" +} + +src_compile() { + local myopts + local soundopts + + if [ "`use X`" ] + then + myopts="--with-x --with-jpeg --with-png --with-tiff --with-xface + --with-menubars=lucid --with-scrollbars=lucid" + if [ "`use motif`" ] + then + myopts="$myopts --with-dialogs=motif --with-widgets=motif" + else + myopts="$myopts --with-dialogs=lucid --with-widgets=lucid" + fi + else + myopts="--without-x" + fi + + if [ "`use gpm`" ] + then + myopts="$myopts --with-gpm" + else + myopts="$myopts --without-gpm" + fi + + soundopts="native" + if [ "`use nas`" ] + then + soundopts="$soundopts,nas" + fi + if [ "`use esd`" ] + then + soundopts="$soundopts,esd" + fi + myopts="$myopts --with-sound=$soundopts" + + ./configure $myopts \ + --with-database=gnudbm \ + --prefix=/usr \ + --with-ncurses \ + --with-pop \ + --without-dragndrop \ + --with-xpm \ + --with-gif=no \ + --with-site-lisp=yes \ + --package-path=/usr/lib/xemacs/xemacs-packages/ \ + || die + emake || die +} + +src_install() { + make prefix="${D}/usr" \ + mandir="${D}/usr/share/man/man1" \ + infodir="${D}/usr/share/info" \ + install || die + + # Install the two packages + dodir /usr/lib/xemacs/xemacs-packages/ + cd "${D}/usr/lib/xemacs/xemacs-packages/" + unpack "efs-${EFS}-pkg.tar.gz" + unpack "xemacs-base-${BASE}-pkg.tar.gz" + + #remove extraneous files + cd "${D}/usr/share/info" + rm -f dir info.info texinfo* termcap* + cd "${S}" + dodoc BUGS CHANGES-beta COPYING GETTING* INSTALL ISSUES PROBLEMS README* +} |