summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-03-05 14:21:32 +0000
committerMamoru Komachi <usata@gentoo.org>2005-03-05 14:21:32 +0000
commitd86bdf81301343396dcf1d7c7f245a89ee80c9ba (patch)
treee1605c7cc2f90b9db9313d9a499256c241626997 /app-editors
parentInitial import. Ebuild submitted by Rafal Glazar <rafal_glazar@o2.pl>; bug #7... (diff)
downloadgentoo-2-d86bdf81301343396dcf1d7c7f245a89ee80c9ba.tar.gz
gentoo-2-d86bdf81301343396dcf1d7c7f245a89ee80c9ba.tar.bz2
gentoo-2-d86bdf81301343396dcf1d7c7f245a89ee80c9ba.zip
unset LDFLAGS; bug #77430.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-cvs/ChangeLog6
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild108
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-22.0.50.ebuild6
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild6
-rw-r--r--app-editors/emacs-cvs/files/digest-emacs-cvs-21.3.500
5 files changed, 15 insertions, 111 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index 832e84d85801..80f2bed7de44 100644
--- a/app-editors/emacs-cvs/ChangeLog
+++ b/app-editors/emacs-cvs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/emacs-cvs
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.33 2005/03/05 08:55:55 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.34 2005/03/05 14:21:32 usata Exp $
+
+ 05 Mar 2005; Mamoru KOMACHI <usata@gentoo.org> -emacs-cvs-21.3.50.ebuild,
+ emacs-cvs-22.0.50.ebuild, emacs-cvs-23.0.0.ebuild:
+ unset LDFLAGS; bug #77430.
05 Mar 2005; Joseph Jezak <josejx@gentoo.org> emacs-cvs-22.0.50.ebuild:
Marked ppc stable for bug #83136.
diff --git a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild
deleted file mode 100644
index 612cae3ebe57..000000000000
--- a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2005 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.ebuild,v 1.27 2005/01/01 13:24:39 eradicator Exp $
-
-ECVS_AUTH="ext"
-export CVS_RSH="ssh"
-ECVS_SERVER="savannah.gnu.org:/cvsroot/emacs"
-ECVS_MODULE="emacs"
-ECVS_USER="anoncvs"
-ECVS_PASS=""
-ECVS_CVS_OPTIONS="-dP"
-ECVS_SSH_HOST_KEY="savannah.gnu.org,199.232.41.3 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAzFQovi+67xa+wymRz9u3plx0ntQnELBoNU4SCl3RkwSFZkrZsRTC0fTpOKatQNs1r/BLFoVt21oVFwIXVevGQwB+Lf0Z+5w9qwVAQNu/YUAFHBPTqBze4wYK/gSWqQOLoj7rOhZk0xtAS6USqcfKdzMdRWgeuZ550P6gSzEHfv0="
-
-inherit elisp-common cvs
-
-IUSE="X Xaw3d gif gnome gtk jpeg nls png spell tiff"
-
-S=${WORKDIR}/${ECVS_MODULE}
-DESCRIPTION="Emacs is the extensible, customizable, self-documenting real-time display editor."
-SRC_URI=""
-HOMEPAGE="http://www.gnu.org/software/emacs"
-
-# Never use the sandbox, it causes Emacs to segfault on startup
-SANDBOX_DISABLED="1"
-RESTRICT="$RESTRICT nostrip"
-
-DEPEND=">=sys-libs/ncurses-5.3
- spell? ( || ( app-text/ispell app-text/aspell ) )
- X? ( virtual/x11
- gif? ( >=media-libs/libungif-4.1.0.1b )
- jpeg? ( >=media-libs/jpeg-6b )
- tiff? ( >=media-libs/tiff-3.5.7 )
- png? ( >=media-libs/libpng-1.2.5 )
- gtk? ( =x11-libs/gtk+-2* )
- !gtk? ( Xaw3d? ( x11-libs/Xaw3d ) )
- gnome? ( gnome-base/gnome-desktop ) )
- nls? ( >=sys-devel/gettext-0.11.5 )"
-
-PROVIDE="virtual/emacs virtual/editor"
-
-SLOT="21.3.50"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc ~amd64"
-
-DFILE=emacs.desktop
-
-src_compile() {
- local myconf
-
- use nls || myconf="${myconf} --disable-nls"
-
- myconf="${myconf} $(use_with X x)"
-
- if use X; then
- myconf="${myconf} --with-xpm"
- myconf="${myconf} $(use_with jpeg) $(use_with tiff)"
- myconf="${myconf} $(use_with gif) $(use_with png)"
- if use gtk; then
- einfo "Configuring to build with GTK support"
- myconf="${myconf} --with-x-toolkit=gtk
- --with-toolkit-scroll-bars"
- elif use Xaw3d; then
- einfo "Configuring to build with Xaw3d support"
- myconf="${myconf} --with-x-toolkit=athena
- --with-toolkit-scroll-bars"
- else
- einfo "Configuring to build without X toolkit support"
- myconf="${myconf} --without-gtk"
- myconf="${myconf} --with-x-toolkit=no"
- myconf="${myconf} --without-toolkit-scroll-bars"
- fi
- fi
-
- unset CFLAGS CPPFLAGS
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --libexecdir=/usr/lib \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --enable-debug \
- ${myconf} || die
-
- make bootstrap || die
-}
-
-src_install () {
- make prefix=${D}/usr \
- libexecdir=${D}/usr/lib \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die
-
- # fix info documentation
- find ${D}/usr/share/info -type f -exec mv {} {}.info \;
-
- if has_version 'app-text/aspell' ; then
- # defaults to aspell if installed
- elisp-site-file-install ${FILESDIR}/40aspell-gentoo.el
- fi
-
- dodoc BUGS ChangeLog README
-
- if use gnome; then
- insinto /usr/share/gnome/apps/Application
- doins ${FILESDIR}/${DFILE}
- fi
-}
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.50.ebuild
index 769b044364b3..a8ad5f15a147 100644
--- a/app-editors/emacs-cvs/emacs-cvs-22.0.50.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-22.0.50.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.0.50.ebuild,v 1.6 2005/03/05 08:55:55 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.50.ebuild,v 1.7 2005/03/05 14:21:32 usata Exp $
ECVS_AUTH="ext"
export CVS_RSH="ssh"
@@ -48,7 +48,11 @@ DFILE=emacs-${SLOT}.desktop
src_compile() {
+ # no flag is allowed
+ ALLOWED_FLAGS=" "
strip-flags
+ unset LDFLAGS
+
epatch ${FILESDIR}/emacs-subdirs-el-gentoo.diff
use ppc-macos && epatch ${FILESDIR}/emacs-cvs-21.3.50-nofink.diff
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild
index 3b42f123049b..a2ae118354b7 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.0.ebuild,v 1.2 2005/02/25 15:14:52 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild,v 1.3 2005/03/05 14:21:32 usata Exp $
ECVS_AUTH="ext"
export CVS_RSH="ssh"
@@ -48,7 +48,11 @@ DFILE=emacs-${SLOT}.desktop
src_compile() {
+ # no flag is allowed
+ ALLOWED_FLAGS=" "
strip-flags
+ unset LDFLAGS
+
epatch ${FILESDIR}/emacs-subdirs-el-gentoo.diff
use ppc-macos && epatch ${FILESDIR}/emacs-cvs-21.3.50-nofink.diff
diff --git a/app-editors/emacs-cvs/files/digest-emacs-cvs-21.3.50 b/app-editors/emacs-cvs/files/digest-emacs-cvs-21.3.50
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/app-editors/emacs-cvs/files/digest-emacs-cvs-21.3.50
+++ /dev/null