summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-01-06 10:41:54 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-01-06 10:41:54 +0000
commitc218fe5081c36f443c53c16c2c94231ede17f948 (patch)
tree4cb272e8ff676efc6e0a64d57dba31c257abf93d /app-editors/joe
parentvirtual bootloaders in the profiles and virtuals files (diff)
downloadhistorical-c218fe5081c36f443c53c16c2c94231ede17f948.tar.gz
historical-c218fe5081c36f443c53c16c2c94231ede17f948.tar.bz2
historical-c218fe5081c36f443c53c16c2c94231ede17f948.zip
providing virtual/editor
Diffstat (limited to 'app-editors/joe')
-rw-r--r--app-editors/joe/ChangeLog10
-rw-r--r--app-editors/joe/joe-2.9.5.ebuild5
-rw-r--r--app-editors/joe/joe-2.9.8_pre1.ebuild4
3 files changed, 13 insertions, 6 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog
index 2019ef4288e0..8e04539e53d0 100644
--- a/app-editors/joe/ChangeLog
+++ b/app-editors/joe/ChangeLog
@@ -1,11 +1,15 @@
# ChangeLog for app-editors/joe
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.6 2002/12/13 10:56:05 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.7 2003/01/06 10:41:54 seemant Exp $
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
*joe-2.9.8_pre1 (18 Oct 2002)
+ 06 Jan 2003; Seemant Kulleen <seemant@gentoo.org> *.ebuild :
+
+ PROVIDE virtual/editor
+
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
+
18 Oct 2002; Seemant Kulleen <seemant@gentoo.org> joe-2.9.8_pre1.ebuild
files/digest-joe-2.9.8_pre1 :
diff --git a/app-editors/joe/joe-2.9.5.ebuild b/app-editors/joe/joe-2.9.5.ebuild
index 780274f5e062..ea91bda847e7 100644
--- a/app-editors/joe/joe-2.9.5.ebuild
+++ b/app-editors/joe/joe-2.9.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 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.9 2002/12/09 04:17:39 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.9.5.ebuild,v 1.10 2003/01/06 10:41:54 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A free ASCII-Text Screen Editor for UNIX"
@@ -8,7 +8,8 @@ SRC_URI="mirror://sourceforge/joe-editor/${P}.tgz"
HOMEPAGE="http://sourceforge.net/projects/joe-editor/"
DEPEND=">=sys-libs/ncurses-5.2-r2"
-RDEPEND=""
+
+PROVIDE="virtual/editor"
SLOT="0"
KEYWORDS="x86 ppc sparc "
diff --git a/app-editors/joe/joe-2.9.8_pre1.ebuild b/app-editors/joe/joe-2.9.8_pre1.ebuild
index 11ba3c64fd55..c4d5b988c7ac 100644
--- a/app-editors/joe/joe-2.9.8_pre1.ebuild
+++ b/app-editors/joe/joe-2.9.8_pre1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 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.4 2002/12/09 04:17:39 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.9.8_pre1.ebuild,v 1.5 2003/01/06 10:41:54 seemant Exp $
MY_P=${P/_/-}
S=${WORKDIR}/${MY_P}
@@ -14,6 +14,8 @@ LICENSE="GPL-1"
DEPEND=">=sys-libs/ncurses-5.2-r2"
+PROVIDE="virtual/editor"
+
src_compile() {
econf
make || die