summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2004-05-30 19:29:22 +0000
committerChristian Birchinger <joker@gentoo.org>2004-05-30 19:29:22 +0000
commitd582ec55b8ff9d843dca244493de536ae749a387 (patch)
tree96036c503132d7116246b5c89ca5ba41c53f2cd8 /app-editors
parentmark x86 (Manifest recommit) (diff)
downloadgentoo-2-d582ec55b8ff9d843dca244493de536ae749a387.tar.gz
gentoo-2-d582ec55b8ff9d843dca244493de536ae749a387.tar.bz2
gentoo-2-d582ec55b8ff9d843dca244493de536ae749a387.zip
Marked stable on PPC. Removed all now unneeded old versions.
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/joe/ChangeLog5
-rw-r--r--app-editors/joe/files/digest-joe-2.9.51
-rw-r--r--app-editors/joe/files/digest-joe-2.9.81
-rw-r--r--app-editors/joe/files/digest-joe-2.9.8_pre11
-rw-r--r--app-editors/joe/joe-2.9.5.ebuild38
-rw-r--r--app-editors/joe/joe-2.9.8.ebuild34
-rw-r--r--app-editors/joe/joe-2.9.8_pre1.ebuild29
-rw-r--r--app-editors/joe/joe-3.0-r1.ebuild4
8 files changed, 6 insertions, 107 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog
index 8b0985d57e56..a8328fb68e77 100644
--- a/app-editors/joe/ChangeLog
+++ b/app-editors/joe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/joe
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.22 2004/05/22 07:29:28 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.23 2004/05/30 19:29:22 joker Exp $
+
+ 30 May 2004; Christian Birchinger <joker@gentoo.org> joe-3.0-r1.ebuild:
+ Marked stable on ppc
22 May 2004; Joshua Kinard <kumba@gentoo.org> joe-3.0-r1.ebuild:
Marked stable on mips.
diff --git a/app-editors/joe/files/digest-joe-2.9.5 b/app-editors/joe/files/digest-joe-2.9.5
deleted file mode 100644
index cda16a54a3b3..000000000000
--- a/app-editors/joe/files/digest-joe-2.9.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bc888bd53586bb54c2e46983bc9a4c97 joe-2.9.5.tgz 209361
diff --git a/app-editors/joe/files/digest-joe-2.9.8 b/app-editors/joe/files/digest-joe-2.9.8
deleted file mode 100644
index c1960715f8cc..000000000000
--- a/app-editors/joe/files/digest-joe-2.9.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c7c66cc641f53ba820f47a73c5b2377f joe-2.9.8.tar.gz 283596
diff --git a/app-editors/joe/files/digest-joe-2.9.8_pre1 b/app-editors/joe/files/digest-joe-2.9.8_pre1
deleted file mode 100644
index ad33d58ff272..000000000000
--- a/app-editors/joe/files/digest-joe-2.9.8_pre1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ea66378192b194ebb565a927c86bacb2 joe-2.9.8-pre1.tgz 260652
diff --git a/app-editors/joe/joe-2.9.5.ebuild b/app-editors/joe/joe-2.9.5.ebuild
deleted file mode 100644
index 09938a2f52bd..000000000000
--- a/app-editors/joe/joe-2.9.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.9.5.ebuild,v 1.14 2004/02/24 09:46:49 kumba Exp $
-
-IUSE=""
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A free ASCII-Text Screen Editor for UNIX"
-SRC_URI="mirror://sourceforge/joe-editor/${P}.tgz"
-HOMEPAGE="http://sourceforge.net/projects/joe-editor/"
-
-SLOT="0"
-KEYWORDS="x86 ppc sparc "
-LICENSE="GPL-1"
-
-DEPEND=">=sys-libs/ncurses-5.2-r2"
-
-PROVIDE="virtual/editor"
-
-src_compile() {
- sed -i -e "s:-O2:${CFLAGS}:" Makefile
- make joe termidx || die
-}
-
-src_install() {
- into /usr
- dobin joe
- doman joe.1
- dolib joerc
- for i in jmacs jstar jpico rjoe
- do
- dosym joe /usr/bin/$i
- dosym joe.1.gz /usr/share/man/man1/$i.1.gz
- dolib ${i}rc
- done
-
- dodoc copying INFO LIST README TODO VERSION
-}
diff --git a/app-editors/joe/joe-2.9.8.ebuild b/app-editors/joe/joe-2.9.8.ebuild
deleted file mode 100644
index fcca1d01914f..000000000000
--- a/app-editors/joe/joe-2.9.8.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.9.8.ebuild,v 1.8 2004/03/25 03:09:10 kumba Exp $
-
-IUSE=""
-
-inherit flag-o-matic
-
-MY_P=${P/_/-}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="A free ASCII-Text Screen Editor for UNIX"
-SRC_URI="mirror://sourceforge/joe-editor/${MY_P}.tar.gz"
-HOMEPAGE="http://sourceforge.net/projects/joe-editor/"
-
-SLOT="0"
-KEYWORDS="x86 ~ppc sparc alpha mips amd64"
-LICENSE="GPL-1"
-
-DEPEND=">=sys-libs/ncurses-5.2-r2"
-
-PROVIDE="virtual/editor"
-
-# Bug 34609 (joe 2.9.8 editor seg-faults on 'find and replace' when compiled with -Os)
-replace-flags "-Os" "-O2"
-
-src_compile() {
- econf || die
- make || die
-}
-
-src_install() {
- einstall || die
- dodoc COPYING INFO LIST README TODO VERSION
-}
diff --git a/app-editors/joe/joe-2.9.8_pre1.ebuild b/app-editors/joe/joe-2.9.8_pre1.ebuild
deleted file mode 100644
index 5fe8aa4318af..000000000000
--- a/app-editors/joe/joe-2.9.8_pre1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.9.8_pre1.ebuild,v 1.9 2004/02/24 09:46:49 kumba Exp $
-
-IUSE=""
-
-MY_P=${P/_/-}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="A free ASCII-Text Screen Editor for UNIX"
-SRC_URI="mirror://sourceforge/joe-editor/${MY_P}.tgz"
-HOMEPAGE="http://sourceforge.net/projects/joe-editor/"
-
-SLOT="0"
-KEYWORDS="x86 ppc ~sparc"
-LICENSE="GPL-1"
-
-DEPEND=">=sys-libs/ncurses-5.2-r2"
-
-PROVIDE="virtual/editor"
-
-src_compile() {
- econf || die
- make || die
-}
-
-src_install() {
- einstall || die
- dodoc COPYING INFO LIST README TODO VERSION
-}
diff --git a/app-editors/joe/joe-3.0-r1.ebuild b/app-editors/joe/joe-3.0-r1.ebuild
index 74e1bd14c404..cc652ff99460 100644
--- a/app-editors/joe/joe-3.0-r1.ebuild
+++ b/app-editors/joe/joe-3.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.0-r1.ebuild,v 1.8 2004/05/22 07:29:28 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.0-r1.ebuild,v 1.9 2004/05/30 19:29:22 joker Exp $
IUSE=""
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz"
HOMEPAGE="http://sourceforge.net/projects/joe-editor/"
SLOT="0"
-KEYWORDS="x86 ~ppc sparc alpha mips amd64"
+KEYWORDS="x86 ppc sparc alpha mips amd64"
LICENSE="GPL-1"
DEPEND=">=sys-libs/ncurses-5.2-r2"