summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/ne/ChangeLog5
-rw-r--r--app-editors/ne/ne-1.39.ebuild4
-rw-r--r--app-editors/qemacs/ChangeLog5
-rw-r--r--app-editors/qemacs/qemacs-0.3.1.ebuild4
-rw-r--r--app-editors/scite/ChangeLog5
-rw-r--r--app-editors/scite/scite-1.6.2.ebuild4
-rw-r--r--app-editors/zile/ChangeLog5
-rw-r--r--app-editors/zile/zile-1.7_beta3-r1.ebuild4
-rw-r--r--app-editors/zoinks/ChangeLog5
-rw-r--r--app-editors/zoinks/zoinks-0.3.8-r1.ebuild4
-rw-r--r--app-emacs/apache-mode/ChangeLog5
-rw-r--r--app-emacs/apache-mode/apache-mode-1.1.ebuild4
-rw-r--r--app-emacs/auctex/ChangeLog5
-rw-r--r--app-emacs/auctex/auctex-11.54.ebuild4
-rw-r--r--app-emacs/bbdb/ChangeLog6
-rw-r--r--app-emacs/bbdb/bbdb-2.35_pre20040323.ebuild4
-rw-r--r--app-emacs/cedet/ChangeLog5
-rw-r--r--app-emacs/cedet/cedet-1.0_beta3.ebuild4
-rw-r--r--app-emacs/color-theme/ChangeLog5
-rw-r--r--app-emacs/color-theme/color-theme-6.5.4.ebuild4
20 files changed, 61 insertions, 30 deletions
diff --git a/app-editors/ne/ChangeLog b/app-editors/ne/ChangeLog
index 90cfb8d3475f..22f6345c255d 100644
--- a/app-editors/ne/ChangeLog
+++ b/app-editors/ne/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/ne
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ChangeLog,v 1.19 2005/03/05 08:39:01 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ChangeLog,v 1.20 2005/04/21 18:26:26 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> ne-1.39.ebuild:
+ stable on amd64
05 Mar 2005; Markus Rothe <corsair@gentoo.org> ne-1.39.ebuild:
Stable on ppc64
diff --git a/app-editors/ne/ne-1.39.ebuild b/app-editors/ne/ne-1.39.ebuild
index 2c31b45724f1..de1b9fe2cc84 100644
--- a/app-editors/ne/ne-1.39.ebuild
+++ b/app-editors/ne/ne-1.39.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/ne/ne-1.39.ebuild,v 1.7 2005/03/05 08:39:01 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ne-1.39.ebuild,v 1.8 2005/04/21 18:26:26 blubb Exp $
DESCRIPTION="the nice editor, easy to use for the beginner and powerful for the wizard"
HOMEPAGE="http://ne.dsi.unimi.it/"
@@ -8,7 +8,7 @@ SRC_URI="http://ne.dsi.unimi.it/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc ppc64 ~amd64"
+KEYWORDS="x86 ppc ppc64 amd64"
IUSE=""
RDEPEND=">=sys-libs/ncurses-5.2"
diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog
index 4d3f4b654cab..8a835d78f322 100644
--- a/app-editors/qemacs/ChangeLog
+++ b/app-editors/qemacs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/qemacs
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.14 2005/03/17 13:46:43 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.15 2005/04/21 18:27:01 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> qemacs-0.3.1.ebuild:
+ stable on amd64
17 Mar 2005; Joseph Jezak <josejx@gentoo.org>
files/qemacs-0.3.1-gcc-3.4.patch, +files/qemacs-ppc-segfault.patch,
diff --git a/app-editors/qemacs/qemacs-0.3.1.ebuild b/app-editors/qemacs/qemacs-0.3.1.ebuild
index ae54874f794b..81b2a2f9cb92 100644
--- a/app-editors/qemacs/qemacs-0.3.1.ebuild
+++ b/app-editors/qemacs/qemacs-0.3.1.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/qemacs/qemacs-0.3.1.ebuild,v 1.16 2005/03/17 13:46:43 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1.ebuild,v 1.17 2005/04/21 18:27:01 blubb Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://fabrice.bellard.free.fr/qemacs/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="x86 ~amd64 ppc"
+KEYWORDS="x86 amd64 ppc"
IUSE="X png unicode"
DEPEND="X? ( virtual/x11 )
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog
index e036208b3a1c..741e79848805 100644
--- a/app-editors/scite/ChangeLog
+++ b/app-editors/scite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/scite
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.38 2005/04/18 16:51:28 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.39 2005/04/21 18:27:34 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> scite-1.6.2.ebuild:
+ stable on amd64
18 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> scite-1.6.2.ebuild:
Stable on ppc.
diff --git a/app-editors/scite/scite-1.6.2.ebuild b/app-editors/scite/scite-1.6.2.ebuild
index ebf4fe9c7b7d..8a242c598dc1 100644
--- a/app-editors/scite/scite-1.6.2.ebuild
+++ b/app-editors/scite/scite-1.6.2.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/scite/scite-1.6.2.ebuild,v 1.6 2005/04/18 16:51:28 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.2.ebuild,v 1.7 2005/04/21 18:27:34 blubb Exp $
inherit toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
LICENSE="PYTHON"
SLOT="0"
-KEYWORDS="ppc sparc x86 ~amd64"
+KEYWORDS="ppc sparc x86 amd64"
IUSE="gtk2 lua"
RDEPEND="gtk2? ( >=x11-libs/gtk+-2 )
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog
index 3d24162f7232..bbd3bbd7fcc4 100644
--- a/app-editors/zile/ChangeLog
+++ b/app-editors/zile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/zile
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.14 2005/03/05 14:38:18 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.15 2005/04/21 18:28:32 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> zile-1.7_beta3-r1.ebuild:
+ stable on amd64
05 Mar 2005; Mamoru KOMACHI <usata@gentoo.org> zile-2.0.0.ebuild:
Changed to use libtermcap-compat; bug #82674.
diff --git a/app-editors/zile/zile-1.7_beta3-r1.ebuild b/app-editors/zile/zile-1.7_beta3-r1.ebuild
index dc5be84ba317..25c000abdf60 100644
--- a/app-editors/zile/zile-1.7_beta3-r1.ebuild
+++ b/app-editors/zile/zile-1.7_beta3-r1.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/zile/zile-1.7_beta3-r1.ebuild,v 1.5 2005/01/01 13:37:53 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-1.7_beta3-r1.ebuild,v 1.6 2005/04/21 18:28:32 blubb Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/zile/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 alpha ppc ~amd64"
+KEYWORDS="x86 alpha ppc amd64"
IUSE="doc"
RDEPEND=">=sys-libs/ncurses-5.2"
diff --git a/app-editors/zoinks/ChangeLog b/app-editors/zoinks/ChangeLog
index 2ab4f8bd5ad5..10e5dd68b772 100644
--- a/app-editors/zoinks/ChangeLog
+++ b/app-editors/zoinks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/zoinks
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/ChangeLog,v 1.12 2005/01/05 12:24:46 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/ChangeLog,v 1.13 2005/04/21 18:28:03 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> zoinks-0.3.8-r1.ebuild:
+ stable on amd64
*zoinks-0.3.8-r1 (05 Jan 2005)
diff --git a/app-editors/zoinks/zoinks-0.3.8-r1.ebuild b/app-editors/zoinks/zoinks-0.3.8-r1.ebuild
index 7123155e822e..3a74a26d1cd3 100644
--- a/app-editors/zoinks/zoinks-0.3.8-r1.ebuild
+++ b/app-editors/zoinks/zoinks-0.3.8-r1.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/zoinks/zoinks-0.3.8-r1.ebuild,v 1.1 2005/01/05 12:24:46 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/zoinks-0.3.8-r1.ebuild,v 1.2 2005/04/21 18:28:03 blubb Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://zoinks.mikelockwood.com/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc ~amd64"
+KEYWORDS="x86 ppc amd64"
IUSE="nls imlib"
DEPEND="nls? ( sys-devel/gettext )
diff --git a/app-emacs/apache-mode/ChangeLog b/app-emacs/apache-mode/ChangeLog
index 834f43511730..c11f15509552 100644
--- a/app-emacs/apache-mode/ChangeLog
+++ b/app-emacs/apache-mode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/apache-mode
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/apache-mode/ChangeLog,v 1.8 2005/01/01 13:38:32 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apache-mode/ChangeLog,v 1.9 2005/04/21 18:29:12 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> apache-mode-1.1.ebuild:
+ stable on amd64
03 Sep 2004; Tom Martin <slarti@gentoo.org> apache-mode-1.1.ebuild:
Marked ~amd64, resolves #58425. Thanks to Gabriel Ebner <ge@gabrielebner.at>
diff --git a/app-emacs/apache-mode/apache-mode-1.1.ebuild b/app-emacs/apache-mode/apache-mode-1.1.ebuild
index 36a7c47c8da0..3a2d9be6e45b 100644
--- a/app-emacs/apache-mode/apache-mode-1.1.ebuild
+++ b/app-emacs/apache-mode/apache-mode-1.1.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-emacs/apache-mode/apache-mode-1.1.ebuild,v 1.4 2005/01/01 13:38:32 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apache-mode/apache-mode-1.1.ebuild,v 1.5 2005/04/21 18:29:12 blubb Exp $
inherit elisp
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.keelhaul.demon.co.uk/linux/#apachemode"
SRC_URI="mirror://gentoo/${P}.el.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~amd64"
+KEYWORDS="x86 amd64"
DEPEND="virtual/emacs"
diff --git a/app-emacs/auctex/ChangeLog b/app-emacs/auctex/ChangeLog
index 77c7a090e836..568a89edcff8 100644
--- a/app-emacs/auctex/ChangeLog
+++ b/app-emacs/auctex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/auctex
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.28 2005/04/12 14:32:00 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.29 2005/04/21 18:29:48 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> auctex-11.54.ebuild:
+ stable on amd64
12 Apr 2005; Mamoru KOMACHI <usata@gentoo.org>
+files/auctex-11.54-configure.diff, +files/auctex-11.55-configure.diff,
diff --git a/app-emacs/auctex/auctex-11.54.ebuild b/app-emacs/auctex/auctex-11.54.ebuild
index 0688221cd6de..0de8853bd909 100644
--- a/app-emacs/auctex/auctex-11.54.ebuild
+++ b/app-emacs/auctex/auctex-11.54.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-emacs/auctex/auctex-11.54.ebuild,v 1.4 2005/04/12 14:32:00 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.54.ebuild,v 1.5 2005/04/21 18:29:48 blubb Exp $
inherit elisp eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc ~amd64 sparc ~ppc-macos"
+KEYWORDS="x86 ppc amd64 sparc ~ppc-macos"
IUSE=""
DEPEND="virtual/tetex"
diff --git a/app-emacs/bbdb/ChangeLog b/app-emacs/bbdb/ChangeLog
index 58f93c497283..52354b02fbd7 100644
--- a/app-emacs/bbdb/ChangeLog
+++ b/app-emacs/bbdb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/bbdb
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/bbdb/ChangeLog,v 1.14 2005/01/01 13:39:28 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/bbdb/ChangeLog,v 1.15 2005/04/21 18:30:18 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org>
+ bbdb-2.35_pre20040323.ebuild:
+ stable on amd64
31 Oct 2004; Jason Wever <weeve@gentoo.org> bbdb-2.35_pre20040323.ebuild:
Stable on sparc.
diff --git a/app-emacs/bbdb/bbdb-2.35_pre20040323.ebuild b/app-emacs/bbdb/bbdb-2.35_pre20040323.ebuild
index 7d0a6fe4b43a..364f50d13890 100644
--- a/app-emacs/bbdb/bbdb-2.35_pre20040323.ebuild
+++ b/app-emacs/bbdb/bbdb-2.35_pre20040323.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-emacs/bbdb/bbdb-2.35_pre20040323.ebuild,v 1.9 2005/01/01 13:39:28 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/bbdb/bbdb-2.35_pre20040323.ebuild,v 1.10 2005/04/21 18:30:18 blubb Exp $
inherit elisp eutils
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
http://www.mit.edu/afs/athena/contrib/emacs-contrib/Fin/dates.el"
LICENSE="GPL-2 as-is"
SLOT="0"
-KEYWORDS="x86 ~amd64 ppc sparc"
+KEYWORDS="x86 amd64 ppc sparc"
DEPEND="virtual/emacs"
RDEPEND="${DEPEND}
diff --git a/app-emacs/cedet/ChangeLog b/app-emacs/cedet/ChangeLog
index 60bd19028b86..141329dd1bca 100644
--- a/app-emacs/cedet/ChangeLog
+++ b/app-emacs/cedet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/cedet
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.5 2005/01/12 05:38:43 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.6 2005/04/21 18:30:46 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> cedet-1.0_beta3.ebuild:
+ stable on amd64
11 Jan 2005; Matthew Kennedy <mkennedy@gentoo.org> cedet-1.0_beta3.ebuild:
Marking x86 stable
diff --git a/app-emacs/cedet/cedet-1.0_beta3.ebuild b/app-emacs/cedet/cedet-1.0_beta3.ebuild
index 6d4f3e26832f..f1da5bb86804 100644
--- a/app-emacs/cedet/cedet-1.0_beta3.ebuild
+++ b/app-emacs/cedet/cedet-1.0_beta3.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-emacs/cedet/cedet-1.0_beta3.ebuild,v 1.6 2005/01/12 05:38:43 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0_beta3.ebuild,v 1.7 2005/04/21 18:30:46 blubb Exp $
inherit elisp
@@ -13,7 +13,7 @@ HOMEPAGE="http://cedet.sourceforge.net/"
SRC_URI="mirror://sourceforge/cedet/${PN}-${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc amd64"
DEPEND="virtual/emacs
!app-emacs/semantic
!app-emacs/eieio
diff --git a/app-emacs/color-theme/ChangeLog b/app-emacs/color-theme/ChangeLog
index a79fb177e1c7..11723134e154 100644
--- a/app-emacs/color-theme/ChangeLog
+++ b/app-emacs/color-theme/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/color-theme
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/ChangeLog,v 1.13 2005/01/01 13:41:26 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/ChangeLog,v 1.14 2005/04/21 18:31:21 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> color-theme-6.5.4.ebuild:
+ stable on amd64
11 Nov 2004; Matthew Kenendy <mkennedy@gentoo.org>
+files/6.5.4-easy-menu-gentoo.patch, color-theme-6.5.4.ebuild:
diff --git a/app-emacs/color-theme/color-theme-6.5.4.ebuild b/app-emacs/color-theme/color-theme-6.5.4.ebuild
index bed36256d9a9..7ede4d065fae 100644
--- a/app-emacs/color-theme/color-theme-6.5.4.ebuild
+++ b/app-emacs/color-theme/color-theme-6.5.4.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-emacs/color-theme/color-theme-6.5.4.ebuild,v 1.8 2005/01/01 13:41:26 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-theme/color-theme-6.5.4.ebuild,v 1.9 2005/04/21 18:31:21 blubb Exp $
inherit elisp eutils
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~amd64 sparc"
+KEYWORDS="x86 amd64 sparc"
SITEFILE="50${PN}-gentoo.el"