[gentoo-commits] gentoo-x86 commit in app-editors/xemacs: ChangeLog xemacs-21.4.24.ebuild

2015-07-18 Thread Mats Lidell (matsl)
matsl   15/07/18 11:57:46

  Modified: ChangeLog xemacs-21.4.24.ebuild
  Log:
  Add compile time dependency on sys-apps/texinfo-5 (bug #555150).
  
  (Portage version: 2.2.20/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)

Revision  ChangesPath
1.195app-editors/xemacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.195view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.195content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.194r2=1.195

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- ChangeLog   18 Jul 2015 07:41:59 -  1.194
+++ ChangeLog   18 Jul 2015 11:57:46 -  1.195
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/xemacs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.194 
2015/07/18 07:41:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.195 
2015/07/18 11:57:46 matsl Exp $
+
+  18 Jul 2015; Mats Lidell ma...@gentoo.org xemacs-21.4.24.ebuild:
+  Add compile time dependency on sys-apps/texinfo-5 (bug #555150)
 
   18 Jul 2015; Jeroen Roovers j...@gentoo.org xemacs-21.4.24.ebuild:
   Stable for HPPA PPC64 (bug #554224).



1.4  app-editors/xemacs/xemacs-21.4.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild?r1=1.3r2=1.4

Index: xemacs-21.4.24.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xemacs-21.4.24.ebuild   18 Jul 2015 07:41:59 -  1.3
+++ xemacs-21.4.24.ebuild   18 Jul 2015 11:57:46 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild,v 
1.3 2015/07/18 07:41:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild,v 
1.4 2015/07/18 11:57:46 matsl Exp $
 
 # Note: xemacs currently does not work with a hardened profile. If you
 # want to use xemacs on a hardened profile then compile with the
@@ -48,7 +48,8 @@
=sys-libs/ncurses-5.2
=app-eselect/eselect-emacs-1.15
 
-DEPEND=${RDEPEND}
+DEPEND=${RDEPEND}
+   =sys-apps/texinfo-5
 
 PDEPEND=app-xemacs/xemacs-base
mule? ( app-xemacs/mule-base )






[gentoo-commits] gentoo-x86 commit in app-editors/xemacs: ChangeLog xemacs-21.4.22-r4.ebuild xemacs-21.4.24.ebuild

2015-06-19 Thread Mats Lidell (matsl)
matsl   15/06/19 22:28:26

  Modified: ChangeLog xemacs-21.4.22-r4.ebuild
xemacs-21.4.24.ebuild
  Log:
  Fix for build problems #552044. Slot updates.
  
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)

Revision  ChangesPath
1.193app-editors/xemacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.193view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.193content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.192r2=1.193

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog   11 Apr 2015 00:44:43 -  1.192
+++ ChangeLog   19 Jun 2015 22:28:26 -  1.193
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/xemacs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.192 
2015/04/11 00:44:43 matsl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.193 
2015/06/19 22:28:26 matsl Exp $
+
+  19 Jun 2015; Mats Lidell ma...@gentoo.org xemacs-21.4.22-r4.ebuild,
+  xemacs-21.4.24.ebuild:
+  Fix for bug #552044. Slot updates.
 
 *xemacs-21.4.24 (11 Apr 2015)
 



1.14 app-editors/xemacs/xemacs-21.4.22-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild?r1=1.13r2=1.14

Index: xemacs-21.4.22-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xemacs-21.4.22-r4.ebuild31 Mar 2015 17:41:09 -  1.13
+++ xemacs-21.4.22-r4.ebuild19 Jun 2015 22:28:26 -  1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v 1.13 
2015/03/31 17:41:09 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v 1.14 
2015/06/19 22:28:26 matsl Exp $
 
 # Note: xemacs currently does not work with a hardened profile. If you
 # want to use xemacs on a hardened profile then compile with the
@@ -24,13 +24,13 @@
 X_DEPEND=x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps
 
 RDEPEND=
-   berkdb? ( sys-libs/db )
+   berkdb? ( sys-libs/db:= )
gdbm? ( =sys-libs/gdbm-1.8.3 )
=sys-libs/zlib-1.1.4
-   =dev-libs/openssl-0.9.6
+   =dev-libs/openssl-0.9.6:0
=media-libs/audiofile-0.2.3
gpm? ( =sys-libs/gpm-1.19.6 )
-   postgres? ( dev-db/postgresql )
+   postgres? ( dev-db/postgresql:= )
ldap? ( net-nds/openldap )
nas? ( media-libs/nas )
X? ( $X_DEPEND !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) )
@@ -180,6 +180,9 @@
# Enabling modules will cause segfaults outside the XEmacs build 
directory
use ia64   myconf=${myconf} --without-modules
 
+   # fixes #552044, deprecation warnings fools header detection in 
configure 
+   myconf=${myconf} --cppflags=-Wno-cpp
+
einfo ${myconf}
 
# Don't use econf because it uses options which this configure



1.2  app-editors/xemacs/xemacs-21.4.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild?r1=1.1r2=1.2

Index: xemacs-21.4.24.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xemacs-21.4.24.ebuild   11 Apr 2015 00:44:43 -  1.1
+++ xemacs-21.4.24.ebuild   19 Jun 2015 22:28:26 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild,v 
1.1 2015/04/11 00:44:43 matsl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild,v 
1.2 2015/06/19 22:28:26 

[gentoo-commits] gentoo-x86 commit in app-editors/xemacs: ChangeLog xemacs-21.4.24.ebuild

2015-04-10 Thread Mats Lidell (matsl)
matsl   15/04/11 00:44:43

  Modified: ChangeLog
  Added:xemacs-21.4.24.ebuild
  Log:
  Upstream stable release. Most Gentoo patches applied by upstream.
  This is possibly the end of the 21.4 series from upstream.
  
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)

Revision  ChangesPath
1.192app-editors/xemacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.192view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.192content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.191r2=1.192

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog   31 Mar 2015 17:41:09 -  1.191
+++ ChangeLog   11 Apr 2015 00:44:43 -  1.192
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/xemacs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.191 
2015/03/31 17:41:09 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.192 
2015/04/11 00:44:43 matsl Exp $
+
+*xemacs-21.4.24 (11 Apr 2015)
+
+  11 Apr 2015; Mats Lidell ma...@gentoo.org +xemacs-21.4.24.ebuild:
+  Upstream stable release. Announced as the final 21.4 ever!?
 
   31 Mar 2015; Ulrich Müller u...@gentoo.org xemacs-21.4.22-r4.ebuild,
   xemacs-21.5.31.ebuild, xemacs-21.5.33.ebuild, xemacs-21.5.34-r2.ebuild:



1.1  app-editors/xemacs/xemacs-21.4.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild?rev=1.1content-type=text/plain

Index: xemacs-21.4.24.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.24.ebuild,v 
1.1 2015/04/11 00:44:43 matsl Exp $

# Note: xemacs currently does not work with a hardened profile. If you
# want to use xemacs on a hardened profile then compile with the
# -nopie flag in CFLAGS or help fix bug #75028.

EAPI=5

WANT_AUTOCONF=2.1
inherit autotools eutils toolchain-funcs

DESCRIPTION=highly customizable open source text editor and application 
development system
HOMEPAGE=http://www.xemacs.org/;
SRC_URI=http://ftp.xemacs.org/xemacs-21.4/${P}.tar.gz
http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz;

LICENSE=GPL-2+
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86
IUSE=eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule 
motif freewnn canna xim athena neXt Xaw3d gdbm berkdb

X_DEPEND=x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps

RDEPEND=
berkdb? ( sys-libs/db )
gdbm? ( =sys-libs/gdbm-1.8.3 )
=sys-libs/zlib-1.1.4
=dev-libs/openssl-0.9.6
=media-libs/audiofile-0.2.3
gpm? ( =sys-libs/gpm-1.19.6 )
postgres? ( dev-db/postgresql )
ldap? ( net-nds/openldap )
nas? ( media-libs/nas )
X? ( $X_DEPEND !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) )
dnd? ( x11-libs/dnd )
motif? ( =x11-libs/motif-2.3:0 )
athena? ( x11-libs/libXaw )
Xaw3d? ( x11-libs/libXaw3d )
neXt? ( x11-libs/neXtaw )
xface? ( media-libs/compface )
tiff? ( media-libs/tiff )
png? ( =media-libs/libpng-1.2 )
jpeg? ( virtual/jpeg )
canna? ( app-i18n/canna )
!amd64? ( freewnn? ( app-i18n/freewnn ) )
=sys-libs/ncurses-5.2
=app-eselect/eselect-emacs-1.15

DEPEND=${RDEPEND}

PDEPEND=app-xemacs/xemacs-base
mule? ( app-xemacs/mule-base )

src_unpack() {
unpack ${P}.tar.gz
use neXt  unpack NeXT_XEmacs.tar.gz
}

src_prepare() {
# see bug 58350, 102540 and 143580
epatch ${FILESDIR}/xemacs-21.4.19-db.patch

# Some binaries and man pages are installed under suffixed names
# to avoid collions with their GNU Emacs counterparts (see below).
# Fix internal filename references.
sed -i -e 's/exec gnuclient/-xemacs/' lib-src/gnudoit || die
sed -i -e '/^\.so/s/etags/-xemacs/' etc/ctags.1 || die
sed -i -e '/^\.so/s/gnuserv/-xemacs/' etc/gnu{client,doit,attach}.1 || 
die

# Run autoconf. XEmacs tries to be smart by providing a stub
# configure.ac file for autoconf 2.59 but this throws our
# autotools eclass so it must be removed first.
rm ${S}/configure.ac || die
eautoconf

use neXt  cp 

[gentoo-commits] gentoo-x86 commit in app-editors/xemacs: xemacs-21.4.22-r4.ebuild ChangeLog xemacs-21.5.34-r2.ebuild

2014-10-28 Thread Mats Lidell (matsl)
matsl   14/10/28 18:54:41

  Modified: xemacs-21.4.22-r4.ebuild ChangeLog
xemacs-21.5.34-r2.ebuild
  Log:
  Remove export on WANT_AUTOCONF to global scope. bug 527076.
  
  (Portage version: 2.2.8-r2/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)

Revision  ChangesPath
1.2  app-editors/xemacs/xemacs-21.4.22-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild?r1=1.1r2=1.2

Index: xemacs-21.4.22-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xemacs-21.4.22-r4.ebuild21 Oct 2014 16:49:26 -  1.1
+++ xemacs-21.4.22-r4.ebuild28 Oct 2014 18:54:41 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v 1.1 
2014/10/21 16:49:26 matsl Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v 1.2 
2014/10/28 18:54:41 matsl Exp $
 
 # Note: xemacs currently does not work with a hardened profile. If you
 # want to use xemacs on a hardened profile then compile with the
@@ -8,7 +8,7 @@
 
 EAPI=5
 
-export WANT_AUTOCONF=2.1
+WANT_AUTOCONF=2.1
 inherit autotools eutils toolchain-funcs
 
 DESCRIPTION=highly customizable open source text editor and application 
development system



1.178app-editors/xemacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.178view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.178content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.177r2=1.178

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   21 Oct 2014 16:49:26 -  1.177
+++ ChangeLog   28 Oct 2014 18:54:41 -  1.178
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/xemacs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.177 
2014/10/21 16:49:26 matsl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.178 
2014/10/28 18:54:41 matsl Exp $
+
+  28 Oct 2014; Mats Lidell ma...@gentoo.org xemacs-21.4.22-r4.ebuild,
+  xemacs-21.5.34-r2.ebuild:
+  Remove export on WANT_AUTOCONF to global scope. bug 527076
 
 *xemacs-21.4.22-r4 (20 Oct 2014)
 



1.3  app-editors/xemacs/xemacs-21.5.34-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild?r1=1.2r2=1.3

Index: xemacs-21.5.34-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xemacs-21.5.34-r2.ebuild3 Apr 2014 22:17:32 -   1.2
+++ xemacs-21.5.34-r2.ebuild28 Oct 2014 18:54:41 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild,v 1.2 
2014/04/03 22:17:32 matsl Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild,v 1.3 
2014/10/28 18:54:41 matsl Exp $
 
 # Note: xemacs currently does not work with a hardened profile. If you
 # want to use xemacs on a hardened profile then compile with the
@@ -8,7 +8,7 @@
 
 EAPI=4
 
-export WANT_AUTOCONF=2.5
+WANT_AUTOCONF=2.5
 inherit eutils flag-o-matic multilib
 
 DESCRIPTION=highly customizable open source text editor and application 
development system






[gentoo-commits] gentoo-x86 commit in app-editors/xemacs/files: xemacs-21.4.22-texinfo-5.patch

2014-10-21 Thread Mats Lidell (matsl)
matsl   14/10/21 16:49:26

  Added:xemacs-21.4.22-texinfo-5.patch
  Log:
  Add patch for build with texinfo-5, bug 475658.
  
  (Portage version: 2.2.8-r2/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)

Revision  ChangesPath
1.1  app-editors/xemacs/files/xemacs-21.4.22-texinfo-5.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/files/xemacs-21.4.22-texinfo-5.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/files/xemacs-21.4.22-texinfo-5.patch?rev=1.1content-type=text/plain

Index: xemacs-21.4.22-texinfo-5.patch
===
--- xemacs-21.4.22-orig/man/custom.texi
+++ xemacs-21.4.22/man/custom.texi
@@ -60,7 +60,7 @@
 
 @node Declaring Groups, Declaring Variables, Top, Top
 @comment  node-name,  next,  previous,  up
-@section Declaring Groups
+@chapter Declaring Groups
 
 Use @code{defgroup} to declare new customization groups.
 
@@ -92,7 +92,7 @@
 
 @node Declaring Variables, Declaring Faces, Declaring Groups, Top
 @comment  node-name,  next,  previous,  up
-@section Declaring Variables
+@chapter Declaring Variables
 
 Use @code{defcustom} to declare user editable variables.
 
@@ -176,7 +176,7 @@
 
 @node Declaring Faces, Usage for Package Authors, Declaring Variables, Top
 @comment  node-name,  next,  previous,  up
-@section Declaring Faces
+@chapter Declaring Faces
 
 Faces are declared with @code{defface}.
 
@@ -228,7 +228,7 @@
 
 @node Usage for Package Authors, Utilities, Declaring Faces, Top
 @comment  node-name,  next,  previous,  up
-@section Usage for Package Authors
+@chapter Usage for Package Authors
 
 The recommended usage for the author of a typical emacs lisp package is
 to create one group identifying the package, and make all user options
@@ -244,7 +244,7 @@
 
 @node  Utilities, The Init File, Usage for Package Authors, Top
 @comment  node-name,  next,  previous,  up
-@section Utilities
+@chapter Utilities
 
 These utilities can come in handy when adding customization support.
 
@@ -276,7 +276,7 @@
 
 @node The Init File, Wishlist, Utilities, Top
 @comment  node-name,  next,  previous,  up
-@section The Init File
+@chapter The Init File
 
 Customizations are saved to the file specified by @code{custom-file}, as
 calls to @code{custom-set-variables} and @code{custom-set-faces}.
@@ -299,7 +299,7 @@
 
 @node Wishlist,  , The Init File, Top
 @comment  node-name,  next,  previous,  up
-@section Wishlist
+@chapter Wishlist
 
 @itemize @bullet
 @item
--- xemacs-21.4.22-orig/man/info.texi
+++ xemacs-21.4.22/man/info.texi
@@ -543,6 +543,10 @@
 @c If a menu appears at the end of this node, remove it.
 @c It is an accident of the menu updating command.
 
+@menu
+* Help-Cross::
+@end menu
+
 @node Help-Cross,  ,  , Help-Adv
 @subsection The node reached by the cross reference in Info
 
--- xemacs-21.4.22-orig/man/lispref/edebug-inc.texi
+++ xemacs-21.4.22/man/lispref/edebug-inc.texi
@@ -1103,7 +1103,7 @@
 Here is a table of the possibilities for @var{specification} and how each
 directs processing of arguments.
 
-@table @bullet
+@table @asis
 
 @item @code{t}
 All arguments are instrumented for evaluation.
--- xemacs-21.4.22-orig/man/lispref/packaging.texi
+++ xemacs-21.4.22/man/lispref/packaging.texi
@@ -600,7 +600,7 @@
 Does most of the work.  Builds the elcs, infos at a minimum.
 @end table
 
-@subsection The targets that most people would be interested in would be:
+@section The targets that most people would be interested in would be:
 
 @itemize @bullet
 @item @code{all}
--- xemacs-21.4.22-orig/man/term.texi
+++ xemacs-21.4.22/man/term.texi
@@ -4,7 +4,7 @@
 
 @titlepage
 @sp 6
-@center @titlefont(Notes about Emacs TERM Mode)
+@center @titlefont{Notes about Emacs TERM Mode}
 @end titlepage
 
 @ifinfo
--- xemacs-21.4.22-orig/man/widget.texi
+++ xemacs-21.4.22/man/widget.texi
@@ -38,7 +38,7 @@
 
 @node  Introduction, User Interface, Top, Top
 @comment  node-name,  next,  previous,  up
-@section Introduction
+@chapter Introduction
 
 Most graphical user interface toolkits, such as Motif and XView, provide
 a number of standard user interface controls (sometimes known as
@@ -129,7 +129,7 @@
 
 @node User Interface, Programming Example, Introduction, Top
 @comment  node-name,  next,  previous,  up
-@section User Interface
+@chapter User Interface
 
 A form consists of read only text for documentation and some fields,
 where each of the fields contains two parts, a tag and a value.  The
@@ -175,7 +175,7 @@
 a form, namely editing the editable text fields and activating the
 buttons.
 
-@subsection Editable Text Fields
+@section Editable Text Fields
 
 In the example, the value for the @samp{Name} is most likely displayed
 in an editable text field, and so are values for each of the members of
@@ -194,7 +194,7 @@
 Face used for other editing fields.
 @end deffn
 
-@subsection Buttons
+@section Buttons
 
 

[gentoo-commits] gentoo-x86 commit in app-editors/xemacs: ChangeLog xemacs-21.4.22-r4.ebuild

2014-10-21 Thread Mats Lidell (matsl)
matsl   14/10/21 16:49:26

  Modified: ChangeLog
  Added:xemacs-21.4.22-r4.ebuild
  Log:
  Add patch for build with texinfo-5, bug 475658.
  
  (Portage version: 2.2.8-r2/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)

Revision  ChangesPath
1.177app-editors/xemacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.177view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.177content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.176r2=1.177

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog   1 Aug 2014 11:25:47 -   1.176
+++ ChangeLog   21 Oct 2014 16:49:26 -  1.177
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/xemacs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.176 
2014/08/01 11:25:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.177 
2014/10/21 16:49:26 matsl Exp $
+
+*xemacs-21.4.22-r4 (20 Oct 2014)
+
+  20 Oct 2014; Mats Lidell ma...@gentoo.org +xemacs-21.4.22-r4.ebuild,
+  +files/xemacs-21.4.22-texinfo-5.patch:
+  Add patch for build with texinfo-5, bug 475658.
 
   01 Aug 2014; Raúl Porcel armi...@gentoo.org xemacs-21.4.22-r3.ebuild:
   sparc stable wrt #503112



1.1  app-editors/xemacs/xemacs-21.4.22-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild?rev=1.1content-type=text/plain

Index: xemacs-21.4.22-r4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v 1.1 
2014/10/21 16:49:26 matsl Exp $

# Note: xemacs currently does not work with a hardened profile. If you
# want to use xemacs on a hardened profile then compile with the
# -nopie flag in CFLAGS or help fix bug #75028.

EAPI=5

export WANT_AUTOCONF=2.1
inherit autotools eutils toolchain-funcs

DESCRIPTION=highly customizable open source text editor and application 
development system
HOMEPAGE=http://www.xemacs.org/;
SRC_URI=http://ftp.xemacs.org/xemacs-21.4/${P}.tar.gz
http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz;

LICENSE=GPL-2+
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86
IUSE=eolconv gif gpm pop postgres ldap xface nas dnd X jpeg tiff png mule 
motif freewnn canna xim athena neXt Xaw3d gdbm berkdb

X_DEPEND=x11-libs/libXt x11-libs/libXmu x11-libs/libXext x11-misc/xbitmaps

RDEPEND=
berkdb? ( sys-libs/db )
gdbm? ( =sys-libs/gdbm-1.8.3 )
=sys-libs/zlib-1.1.4
=dev-libs/openssl-0.9.6
=media-libs/audiofile-0.2.3
gpm? ( =sys-libs/gpm-1.19.6 )
postgres? ( dev-db/postgresql-base )
ldap? ( net-nds/openldap )
nas? ( media-libs/nas )
X? ( $X_DEPEND !Xaw3d? ( !neXt? ( x11-libs/libXaw ) ) )
dnd? ( x11-libs/dnd )
motif? ( =x11-libs/motif-2.3:0 )
athena? ( x11-libs/libXaw )
Xaw3d? ( x11-libs/libXaw3d )
neXt? ( x11-libs/neXtaw )
xface? ( media-libs/compface )
tiff? ( media-libs/tiff )
png? ( =media-libs/libpng-1.2 )
jpeg? ( virtual/jpeg )
canna? ( app-i18n/canna )
!amd64? ( freewnn? ( app-i18n/freewnn ) )
=sys-libs/ncurses-5.2
=app-admin/eselect-emacs-1.15

DEPEND=${RDEPEND}

PDEPEND=app-xemacs/xemacs-base
mule? ( app-xemacs/mule-base )

src_unpack() {
unpack ${P}.tar.gz
use neXt  unpack NeXT_XEmacs.tar.gz
}

src_prepare() {
epatch ${FILESDIR}/xemacs-21.4.19-texi.patch

# see bug 58350, 102540 and 143580
epatch ${FILESDIR}/xemacs-21.4.19-db.patch

# Security bug #216880
epatch ${FILESDIR}/xemacs-21.4.21-vcdiff.patch

# Security bug #275397
epatch ${FILESDIR}/${P}-large-images.patch

# Make sure to include deprecated LDAP symbols to avoid runtime
# crashes.
epatch ${FILESDIR}/${P}-deprecated-ldap.patch

# Fix compilation with libpng 1.5, bug 384461
epatch ${FILESDIR}/${P}-libpng15.patch

# Add texinfo-5.1 compatibility
epatch ${FILESDIR}/${P}-texinfo-5.patch

# Some binaries and man pages are installed under suffixed names
# to avoid collions with their GNU Emacs counterparts (see below).
# Fix internal filename 

[gentoo-commits] gentoo-x86 commit in app-xemacs/mail-lib: ChangeLog mail-lib-1.80.ebuild mail-lib-1.79.ebuild

2014-08-13 Thread Mats Lidell (matsl)
matsl   14/08/13 15:23:50

  Modified: ChangeLog
  Removed:  mail-lib-1.80.ebuild mail-lib-1.79.ebuild
  Log:
  Maintainer cleanup. Remove old ebuilds.
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)

Revision  ChangesPath
1.37 app-xemacs/mail-lib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/mail-lib/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/mail-lib/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/mail-lib/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   10 Aug 2014 19:12:06 -  1.36
+++ ChangeLog   13 Aug 2014 15:23:50 -  1.37
@@ -1,6 +1,10 @@
 # ChangeLog for app-xemacs/mail-lib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/ChangeLog,v 1.36 
2014/08/10 19:12:06 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/ChangeLog,v 1.37 
2014/08/13 15:23:50 matsl Exp $
+
+  13 Aug 2014; Mats Lidell ma...@gentoo.org -mail-lib-1.79.ebuild,
+  -mail-lib-1.80.ebuild:
+  Maintainer cleanup. Remove old ebuilds.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org mail-lib-1.79.ebuild,
   mail-lib-1.80.ebuild, mail-lib-1.83.ebuild:






[gentoo-commits] gentoo-x86 commit in app-xemacs/mail-lib: mail-lib-1.83.ebuild ChangeLog

2014-07-05 Thread Mats Lidell (matsl)
matsl   14/07/05 14:09:23

  Modified: ChangeLog
  Added:mail-lib-1.83.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)

Revision  ChangesPath
1.29 app-xemacs/mail-lib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/mail-lib/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/mail-lib/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/mail-lib/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   22 Jul 2011 11:24:57 -  1.28
+++ ChangeLog   5 Jul 2014 14:09:22 -   1.29
@@ -1,6 +1,11 @@
 # ChangeLog for app-xemacs/mail-lib
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/ChangeLog,v 1.28 
2011/07/22 11:24:57 xarthisius Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/ChangeLog,v 1.29 
2014/07/05 14:09:22 matsl Exp $
+
+*mail-lib-1.83 (05 Jul 2014)
+
+  05 Jul 2014; Mats Lidell ma...@gentoo.org +mail-lib-1.83.ebuild:
+  Version bump - use prerelease package due to security fix in browse-url
 
   22 Jul 2011; Kacper Kowalik xarthis...@gentoo.org mail-lib-1.80.ebuild:
   ppc64 stable wrt #369897



1.1  app-xemacs/mail-lib/mail-lib-1.83.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/mail-lib/mail-lib-1.83.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/mail-lib/mail-lib-1.83.ebuild?rev=1.1content-type=text/plain

Index: mail-lib-1.83.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/mail-lib-1.83.ebuild,v 
1.1 2014/07/05 14:09:22 matsl Exp $

EAPI=5

SLOT=0
IUSE=
DESCRIPTION=Fundamental lisp files for providing email support.
PKG_CAT=standard

EXPERIMENTAL=true

RDEPEND=app-xemacs/xemacs-eterm
app-xemacs/xemacs-base
app-xemacs/fsf-compat
app-xemacs/sh-script
app-xemacs/ecrypto

KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86

inherit xemacs-packages






[gentoo-commits] gentoo-x86 commit in app-xemacs/gnus: ChangeLog gnus-1.99.ebuild

2014-07-05 Thread Mats Lidell (matsl)
matsl   14/07/05 14:30:34

  Modified: ChangeLog
  Added:gnus-1.99.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)

Revision  ChangesPath
1.35 app-xemacs/gnus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gnus/ChangeLog?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gnus/ChangeLog?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gnus/ChangeLog?r1=1.34r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-xemacs/gnus/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   22 Jul 2011 11:25:04 -  1.34
+++ ChangeLog   5 Jul 2014 14:30:34 -   1.35
@@ -1,6 +1,11 @@
 # ChangeLog for app-xemacs/gnus
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/ChangeLog,v 1.34 2011/07/22 
11:25:04 xarthisius Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/ChangeLog,v 1.35 2014/07/05 
14:30:34 matsl Exp $
+
+*gnus-1.99 (05 Jul 2014)
+
+  05 Jul 2014; Mats Lidell ma...@gentoo.org +gnus-1.99.ebuild:
+  Version bump. Use pre prelase package due to security fix.
 
   22 Jul 2011; Kacper Kowalik xarthis...@gentoo.org gnus-1.94.ebuild:
   ppc64 stable wrt #369897



1.1  app-xemacs/gnus/gnus-1.99.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gnus/gnus-1.99.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gnus/gnus-1.99.ebuild?rev=1.1content-type=text/plain

Index: gnus-1.99.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/gnus-1.99.ebuild,v 1.1 
2014/07/05 14:30:34 matsl Exp $

EAPI=5

SLOT=0
IUSE=
DESCRIPTION=The Gnus Newsreader and Mailreader.
PKG_CAT=standard

EXPERIMENTAL=true

RDEPEND=app-xemacs/mail-lib
app-xemacs/xemacs-base
app-xemacs/xemacs-eterm
app-xemacs/sh-script
app-xemacs/net-utils
app-xemacs/os-utils
app-xemacs/dired
app-xemacs/mh-e
app-xemacs/sieve
app-xemacs/ps-print
app-xemacs/w3
app-xemacs/pgg
app-xemacs/mailcrypt
app-xemacs/ecrypto
app-xemacs/sasl

KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86

inherit xemacs-packages






[gentoo-commits] gentoo-x86 commit in app-xemacs/mail-lib: mail-lib-1.83.ebuild

2014-07-05 Thread Mats Lidell (matsl)
matsl   14/07/05 15:52:18

  Modified: mail-lib-1.83.ebuild
  Log:
  Revert erroneous use of EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)

Revision  ChangesPath
1.2  app-xemacs/mail-lib/mail-lib-1.83.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/mail-lib/mail-lib-1.83.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/mail-lib/mail-lib-1.83.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/mail-lib/mail-lib-1.83.ebuild?r1=1.1r2=1.2

Index: mail-lib-1.83.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/mail-lib-1.83.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mail-lib-1.83.ebuild5 Jul 2014 14:09:22 -   1.1
+++ mail-lib-1.83.ebuild5 Jul 2014 15:52:18 -   1.2
@@ -1,8 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/mail-lib-1.83.ebuild,v 
1.1 2014/07/05 14:09:22 matsl Exp $
-
-EAPI=5
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/mail-lib/mail-lib-1.83.ebuild,v 
1.2 2014/07/05 15:52:18 matsl Exp $
 
 SLOT=0
 IUSE=






[gentoo-commits] gentoo-x86 commit in app-xemacs/tramp: tramp-1.52.ebuild

2014-07-05 Thread Mats Lidell (matsl)
matsl   14/07/05 15:54:04

  Modified: tramp-1.52.ebuild
  Log:
  Revert erroneous use of EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)

Revision  ChangesPath
1.2  app-xemacs/tramp/tramp-1.52.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/tramp/tramp-1.52.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/tramp/tramp-1.52.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/tramp/tramp-1.52.ebuild?r1=1.1r2=1.2

Index: tramp-1.52.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-xemacs/tramp/tramp-1.52.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tramp-1.52.ebuild   5 Jul 2014 14:16:41 -   1.1
+++ tramp-1.52.ebuild   5 Jul 2014 15:54:04 -   1.2
@@ -1,8 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/tramp-1.52.ebuild,v 1.1 
2014/07/05 14:16:41 matsl Exp $
-
-EAPI=5
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/tramp-1.52.ebuild,v 1.2 
2014/07/05 15:54:04 matsl Exp $
 
 SLOT=0
 IUSE=






[gentoo-commits] gentoo-x86 commit in app-xemacs/gnus: gnus-1.99.ebuild

2014-07-05 Thread Mats Lidell (matsl)
matsl   14/07/05 15:55:49

  Modified: gnus-1.99.ebuild
  Log:
  Revert erroneous use of EAPI=5.
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)

Revision  ChangesPath
1.2  app-xemacs/gnus/gnus-1.99.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gnus/gnus-1.99.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gnus/gnus-1.99.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-xemacs/gnus/gnus-1.99.ebuild?r1=1.1r2=1.2

Index: gnus-1.99.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-xemacs/gnus/gnus-1.99.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnus-1.99.ebuild5 Jul 2014 14:30:34 -   1.1
+++ gnus-1.99.ebuild5 Jul 2014 15:55:49 -   1.2
@@ -1,8 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/gnus-1.99.ebuild,v 1.1 
2014/07/05 14:30:34 matsl Exp $
-
-EAPI=5
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/gnus-1.99.ebuild,v 1.2 
2014/07/05 15:55:49 matsl Exp $
 
 SLOT=0
 IUSE=






[gentoo-commits] gentoo-x86 commit in app-editors/xemacs/files: xemacs-21.5.29-large-images.patch xemacs-21.5.29-vcdiff.patch

2014-04-03 Thread Mats Lidell (matsl)
matsl   14/04/03 22:17:32

  Removed:  xemacs-21.5.29-large-images.patch
xemacs-21.5.29-vcdiff.patch
  Log:
  Avoid XEmacs build problems with lisp files in /usr/share/xemacs-21.5-...
  by
   - Use src_compile setting EMACSLOADPATH suggested by Ulrich Mueller
   - Don't compress the el-files.
  
  Cleanup. Remove old ebuilds and patch files.
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)