summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-11-05 14:02:49 +0000
committerUlrich Müller <ulm@gentoo.org>2007-11-05 14:02:49 +0000
commitebbc9b46ec214bf8858027d17ef3bcd061292de0 (patch)
treee139a0b38b2b2572c13ba60274262f950ba6ebf7 /app-editors/emacs-cvs
parentx86 stable, bug #197884 (diff)
downloadgentoo-2-ebbc9b46ec214bf8858027d17ef3bcd061292de0.tar.gz
gentoo-2-ebbc9b46ec214bf8858027d17ef3bcd061292de0.tar.bz2
gentoo-2-ebbc9b46ec214bf8858027d17ef3bcd061292de0.zip
New kerberos USE flag.
(Portage version: 2.1.3.18)
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r--app-editors/emacs-cvs/ChangeLog7
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild6
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild6
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild6
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild6
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.60.ebuild6
6 files changed, 26 insertions, 11 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index b4feab8a9eeb..3cc9d21654e4 100644
--- a/app-editors/emacs-cvs/ChangeLog
+++ b/app-editors/emacs-cvs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/emacs-cvs
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.167 2007/11/03 20:23:02 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.168 2007/11/05 14:02:49 ulm Exp $
+
+ 05 Nov 2007; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-22.1.50-r1.ebuild,
+ emacs-cvs-22.1.50_p20070829-r1.ebuild, emacs-cvs-23.0.0_p20070920.ebuild,
+ emacs-cvs-23.0.50.ebuild, emacs-cvs-23.0.60.ebuild:
+ New kerberos USE flag.
03 Nov 2007; Ulrich Mueller <ulm@gentoo.org>
+files/emacs-cvs-hack-local-variables.patch,
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild
index 3f553f74da79..12c233f5cea9 100644
--- a/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.1.50-r1.ebuild,v 1.8 2007/11/02 09:43:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r1.ebuild,v 1.9 2007/11/05 14:02:49 ulm Exp $
ECVS_AUTH="pserver"
ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -20,7 +20,7 @@ SRC_URI=""
LICENSE="GPL-3 FDL-1.2 BSD"
SLOT="22"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="alsa gif gtk gzip-el hesiod jpeg motif png spell sound source tiff toolkit-scroll-bars X Xaw3d xpm"
+IUSE="alsa gif gtk gzip-el hesiod jpeg kerberos motif png spell sound source tiff toolkit-scroll-bars X Xaw3d xpm"
RESTRICT="strip"
X_DEPEND="x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps"
@@ -29,6 +29,7 @@ RDEPEND="sys-libs/ncurses
>=app-admin/eselect-emacs-0.7-r1
sys-libs/zlib
hesiod? ( net-dns/hesiod )
+ kerberos? ( virtual/krb5 )
spell? ( || ( app-text/ispell app-text/aspell ) )
alsa? ( media-sound/alsa-headers )
X? (
@@ -145,6 +146,7 @@ src_compile() {
fi
myconf="${myconf} $(use_with hesiod)"
+ myconf="${myconf} $(use_with kerberos) $(use_with kerberos kerberos5)"
econf \
--program-suffix=-${EMACS_SUFFIX} \
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild
index 1ec6c73ed57b..467beb23d41a 100644
--- a/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.1.50_p20070829-r1.ebuild,v 1.8 2007/11/03 20:23:02 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r1.ebuild,v 1.9 2007/11/05 14:02:49 ulm Exp $
WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="latest"
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-3 FDL-1.2 BSD"
SLOT="22"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="alsa gif gpm gtk gzip-el hesiod jpeg motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xpm"
+IUSE="alsa gif gpm gtk gzip-el hesiod jpeg kerberos motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xpm"
RESTRICT="strip"
X_DEPEND="x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps"
@@ -23,6 +23,7 @@ RDEPEND="sys-libs/ncurses
>=app-admin/eselect-emacs-0.7-r1
sys-libs/zlib
hesiod? ( net-dns/hesiod )
+ kerberos? ( virtual/krb5 )
spell? ( || ( app-text/ispell app-text/aspell ) )
alsa? ( media-sound/alsa-headers )
gpm? ( sys-libs/gpm )
@@ -130,6 +131,7 @@ src_compile() {
fi
myconf="${myconf} $(use_with hesiod)"
+ myconf="${myconf} $(use_with kerberos) $(use_with kerberos kerberos5)"
myconf="${myconf} $(use_with gpm)"
econf \
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild
index 86b044b60c45..5d427a4c7974 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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_p20070920.ebuild,v 1.6 2007/11/03 20:23:02 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920.ebuild,v 1.7 2007/11/05 14:02:49 ulm Exp $
WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="latest"
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-3 FDL-1.2 BSD"
SLOT="23-unicode"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="alsa gif gpm gtk gzip-el hesiod jpeg motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
+IUSE="alsa gif gpm gtk gzip-el hesiod jpeg kerberos motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
RESTRICT="strip"
X_DEPEND="x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps"
@@ -23,6 +23,7 @@ RDEPEND="sys-libs/ncurses
>=app-admin/eselect-emacs-0.7-r1
sys-libs/zlib
hesiod? ( net-dns/hesiod )
+ kerberos? ( virtual/krb5 )
spell? ( || ( app-text/ispell app-text/aspell ) )
alsa? ( media-sound/alsa-headers )
gpm? ( sys-libs/gpm )
@@ -135,6 +136,7 @@ src_compile() {
fi
myconf="${myconf} $(use_with hesiod)"
+ myconf="${myconf} $(use_with kerberos) $(use_with kerberos kerberos5)"
myconf="${myconf} $(use_with gpm)"
econf \
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild
index 5ab3c4a67adc..7dc75bb6b57e 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.50.ebuild,v 1.11 2007/11/02 09:43:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild,v 1.12 2007/11/05 14:02:49 ulm Exp $
ECVS_AUTH="pserver"
ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -20,7 +20,7 @@ SRC_URI=""
LICENSE="GPL-3 FDL-1.2 BSD"
SLOT="23"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="alsa gif gpm gtk gzip-el hesiod jpeg motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xpm"
+IUSE="alsa gif gpm gtk gzip-el hesiod jpeg kerberos motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xpm"
RESTRICT="strip"
X_DEPEND="x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps"
@@ -30,6 +30,7 @@ RDEPEND="!=app-editors/emacs-cvs-23.0.0-r6
>=app-admin/eselect-emacs-0.7-r1
sys-libs/zlib
hesiod? ( net-dns/hesiod )
+ kerberos? ( virtual/krb5 )
spell? ( || ( app-text/ispell app-text/aspell ) )
alsa? ( media-sound/alsa-headers )
gpm? ( sys-libs/gpm )
@@ -146,6 +147,7 @@ src_compile() {
fi
myconf="${myconf} $(use_with hesiod)"
+ myconf="${myconf} $(use_with kerberos) $(use_with kerberos kerberos5)"
myconf="${myconf} $(use_with gpm)"
econf \
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.60.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.60.ebuild
index 4b6d7820cefe..a2c20826cdfe 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.60.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.60.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.60.ebuild,v 1.3 2007/11/02 09:43:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60.ebuild,v 1.4 2007/11/05 14:02:49 ulm Exp $
ECVS_AUTH="pserver"
ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -20,7 +20,7 @@ SRC_URI=""
LICENSE="GPL-3 FDL-1.2 BSD"
SLOT="23-unicode"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="alsa gif gpm gtk gzip-el hesiod jpeg motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
+IUSE="alsa gif gpm gtk gzip-el hesiod jpeg kerberos motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
RESTRICT="strip"
X_DEPEND="x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps"
@@ -29,6 +29,7 @@ RDEPEND="sys-libs/ncurses
>=app-admin/eselect-emacs-0.7-r1
sys-libs/zlib
hesiod? ( net-dns/hesiod )
+ kerberos? ( virtual/krb5 )
spell? ( || ( app-text/ispell app-text/aspell ) )
alsa? ( media-sound/alsa-headers )
gpm? ( sys-libs/gpm )
@@ -149,6 +150,7 @@ src_compile() {
fi
myconf="${myconf} $(use_with hesiod)"
+ myconf="${myconf} $(use_with kerberos) $(use_with kerberos kerberos5)"
myconf="${myconf} $(use_with gpm)"
econf \