summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2005-07-08 17:53:28 +0000
committerDavid Holm <dholm@gentoo.org>2005-07-08 17:53:28 +0000
commitf63288739fea00ca45f119911800f5f843625d0c (patch)
tree13a908793d39ba3c27b76ea236498c73c566c001
parentStable on sparc (diff)
downloadhistorical-f63288739fea00ca45f119911800f5f843625d0c.tar.gz
historical-f63288739fea00ca45f119911800f5f843625d0c.tar.bz2
historical-f63288739fea00ca45f119911800f5f843625d0c.zip
Added to ~ppc
Package-Manager: portage-2.0.51.22-r1
-rw-r--r--app-editors/gnotepad+/ChangeLog5
-rw-r--r--app-editors/gnotepad+/gnotepad+-1.3.3.ebuild4
-rw-r--r--app-editors/leafpad/ChangeLog5
-rw-r--r--app-editors/leafpad/leafpad-0.8.1.ebuild4
-rw-r--r--app-editors/ng/ChangeLog5
-rw-r--r--app-editors/ng/ng-1.5_beta1.ebuild4
-rw-r--r--app-editors/qe/ChangeLog5
-rw-r--r--app-editors/qe/qe-0.1.1.ebuild4
-rw-r--r--app-editors/teco/ChangeLog5
-rw-r--r--app-editors/teco/teco-1.00-r2.ebuild4
10 files changed, 30 insertions, 15 deletions
diff --git a/app-editors/gnotepad+/ChangeLog b/app-editors/gnotepad+/ChangeLog
index 1d80fa3e6b43..a1938ae834d3 100644
--- a/app-editors/gnotepad+/ChangeLog
+++ b/app-editors/gnotepad+/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/gnotepad+
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gnotepad+/ChangeLog,v 1.7 2005/01/01 13:26:26 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gnotepad+/ChangeLog,v 1.8 2005/07/08 17:49:31 dholm Exp $
+
+ 08 Jul 2005; David Holm <dholm@gentoo.org> gnotepad+-1.3.3.ebuild:
+ Added to ~ppc.
22 Nov 2004; Mike Frysinger <vapier@gentoo.org>
+files/1.3.3-destdir.patch, gnotepad+-1.3.3.ebuild:
diff --git a/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild b/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild
index 6ace9112fcd2..6f378f06d133 100644
--- a/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild
+++ b/app-editors/gnotepad+/gnotepad+-1.3.3.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/gnotepad+/gnotepad+-1.3.3.ebuild,v 1.8 2005/01/01 13:26:26 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gnotepad+/gnotepad+-1.3.3.ebuild,v 1.9 2005/07/08 17:49:31 dholm Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://download.sourceforge.net/gnotepad/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="=x11-libs/gtk+-1.2*"
diff --git a/app-editors/leafpad/ChangeLog b/app-editors/leafpad/ChangeLog
index 545b9e7aacff..d74a62d8cd02 100644
--- a/app-editors/leafpad/ChangeLog
+++ b/app-editors/leafpad/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/leafpad
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/ChangeLog,v 1.4 2005/06/05 21:08:30 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/ChangeLog,v 1.5 2005/07/08 17:52:00 dholm Exp $
+
+ 08 Jul 2005; David Holm <dholm@gentoo.org> leafpad-0.8.1.ebuild:
+ Added to ~ppc.
05 Jun 2005; Tavis Ormandy <taviso@gentoo.org> :
bump #91506
diff --git a/app-editors/leafpad/leafpad-0.8.1.ebuild b/app-editors/leafpad/leafpad-0.8.1.ebuild
index 9b04358c5719..5d83e4f2971f 100644
--- a/app-editors/leafpad/leafpad-0.8.1.ebuild
+++ b/app-editors/leafpad/leafpad-0.8.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/leafpad/leafpad-0.8.1.ebuild,v 1.1 2005/06/05 21:08:30 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/leafpad-0.8.1.ebuild,v 1.2 2005/07/08 17:52:00 dholm Exp $
inherit eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://tarot.freeshell.org/leafpad/"
SRC_URI="http://savannah.nongnu.org/download/leafpad/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="nls"
RDEPEND=">=x11-libs/gtk+-2.4"
diff --git a/app-editors/ng/ChangeLog b/app-editors/ng/ChangeLog
index b10e4eb961f2..9d40c326ba0f 100644
--- a/app-editors/ng/ChangeLog
+++ b/app-editors/ng/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/ng
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ng/ChangeLog,v 1.5 2005/01/01 13:32:28 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ng/ChangeLog,v 1.6 2005/07/08 17:52:24 dholm Exp $
+
+ 08 Jul 2005; David Holm <dholm@gentoo.org> ng-1.5_beta1.ebuild:
+ Added to ~ppc.
26 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> ng-1.5_beta1.ebuild:
Marked as stable.
diff --git a/app-editors/ng/ng-1.5_beta1.ebuild b/app-editors/ng/ng-1.5_beta1.ebuild
index 09bd7a8188dc..9e05e9d23c19 100644
--- a/app-editors/ng/ng-1.5_beta1.ebuild
+++ b/app-editors/ng/ng-1.5_beta1.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/ng/ng-1.5_beta1.ebuild,v 1.7 2005/01/01 13:32:28 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ng/ng-1.5_beta1.ebuild,v 1.8 2005/07/08 17:52:24 dholm Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="http://tt.sakura.ne.jp/~amura/archives/ng/${MY_P}.tar.gz"
LICENSE="Emacs"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~ppc x86"
IUSE="canna"
RDEPEND="virtual/libc
diff --git a/app-editors/qe/ChangeLog b/app-editors/qe/ChangeLog
index 580baf5a6c9d..12d6fda6bcd9 100644
--- a/app-editors/qe/ChangeLog
+++ b/app-editors/qe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/qe
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qe/ChangeLog,v 1.5 2005/01/01 13:33:20 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qe/ChangeLog,v 1.6 2005/07/08 17:52:58 dholm Exp $
+
+ 08 Jul 2005; David Holm <dholm@gentoo.org> qe-0.1.1.ebuild:
+ Added to ~ppc.
07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
qe-0.1.1.ebuild:
diff --git a/app-editors/qe/qe-0.1.1.ebuild b/app-editors/qe/qe-0.1.1.ebuild
index a80491af0ec8..2e2cae9c9bb1 100644
--- a/app-editors/qe/qe-0.1.1.ebuild
+++ b/app-editors/qe/qe-0.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-editors/qe/qe-0.1.1.ebuild,v 1.9 2005/01/01 13:33:20 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qe/qe-0.1.1.ebuild,v 1.10 2005/07/08 17:52:58 dholm Exp $
DESCRIPTION="PE2-like editor program under U*nix with Chinese support"
HOMEPAGE="http://www.cc.ncu.edu.tw/~center5/product/qe/ http://members.xoom.com/linux4tw/qe/"
@@ -8,7 +8,7 @@ SRC_URI="ftp://freebsd.sinica.edu.tw/pub/statue/qe/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~ppc x86"
IUSE=""
DEPEND="virtual/libc"
diff --git a/app-editors/teco/ChangeLog b/app-editors/teco/ChangeLog
index d3a5524e4fb2..ad8ba4ca7f5f 100644
--- a/app-editors/teco/ChangeLog
+++ b/app-editors/teco/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/teco
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.10 2005/01/01 13:34:28 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.11 2005/07/08 17:53:28 dholm Exp $
+
+ 08 Jul 2005; David Holm <dholm@gentoo.org> teco-1.00-r2.ebuild:
+ Added to ~ppc.
16 Oct 2004; Mike Frysinger <vapier@gentoo.org> teco-1.00-r2.ebuild:
Fix stupid dependency on sys-libs/libtermcap-compat (i.e. remove it) #64212.
diff --git a/app-editors/teco/teco-1.00-r2.ebuild b/app-editors/teco/teco-1.00-r2.ebuild
index 6bb1661de357..348b4df866ef 100644
--- a/app-editors/teco/teco-1.00-r2.ebuild
+++ b/app-editors/teco/teco-1.00-r2.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/teco/teco-1.00-r2.ebuild,v 1.6 2005/01/01 13:34:28 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r2.ebuild,v 1.7 2005/07/08 17:53:28 dholm Exp $
inherit ccc
@@ -14,7 +14,7 @@ SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz
LICENSE="freedist"
SLOT="0"
-KEYWORDS="alpha x86"
+KEYWORDS="alpha ~ppc x86"
IUSE="doc"
RDEPEND="virtual/libc"