summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2005-04-21 18:31:21 +0000
committerSimon Stelling <blubb@gentoo.org>2005-04-21 18:31:21 +0000
commit902ba5270bd59e668bd34710f2fb9ad2fdc16895 (patch)
treedbf349bad3b94fc36334c955c9c6ff19fd1cb6c7 /app-editors
parentstable amd64 (diff)
downloadgentoo-2-902ba5270bd59e668bd34710f2fb9ad2fdc16895.tar.gz
gentoo-2-902ba5270bd59e668bd34710f2fb9ad2fdc16895.tar.bz2
gentoo-2-902ba5270bd59e668bd34710f2fb9ad2fdc16895.zip
stable amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-editors')
-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
10 files changed, 30 insertions, 15 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 )