summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-01-06 11:20:22 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-01-06 11:20:22 +0000
commit54268902201e0fa6409e5dd14a7432f3f2cac198 (patch)
tree5ef56051b75212c46d2bdedf6af4934e91769510 /app-editors
parentimplemented virtual/editor (diff)
downloadgentoo-2-54268902201e0fa6409e5dd14a7432f3f2cac198.tar.gz
gentoo-2-54268902201e0fa6409e5dd14a7432f3f2cac198.tar.bz2
gentoo-2-54268902201e0fa6409e5dd14a7432f3f2cac198.zip
provide virtual/editor
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/jed/ChangeLog6
-rw-r--r--app-editors/jed/jed-0.99.14-r1.ebuild8
-rw-r--r--app-editors/jed/jed-0.99.16.ebuild7
3 files changed, 13 insertions, 8 deletions
diff --git a/app-editors/jed/ChangeLog b/app-editors/jed/ChangeLog
index 57213404a69e..8b06373d67f6 100644
--- a/app-editors/jed/ChangeLog
+++ b/app-editors/jed/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for app-editors/jed
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.5 2002/12/15 05:00:24 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.6 2003/01/06 11:20:22 seemant Exp $
*jed-0.99.16 (14 Dec 2002)
+ 06 Jan 2003; Seemant Kulleen <seemant@gentoo.org> *.ebuild :
+
+ PROVIDE virtual/editor
+
14 Dec 2002; Matthew Kennedy <mkennedy@gentoo.org> jed-0.99.16.ebuild,
ChangeLog, files/digest-jed-0.99.16 :
diff --git a/app-editors/jed/jed-0.99.14-r1.ebuild b/app-editors/jed/jed-0.99.14-r1.ebuild
index 0dd216a50053..9c8d3e033508 100644
--- a/app-editors/jed/jed-0.99.14-r1.ebuild
+++ b/app-editors/jed/jed-0.99.14-r1.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/jed/jed-0.99.14-r1.ebuild,v 1.8 2002/12/09 04:17:39 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.14-r1.ebuild,v 1.9 2003/01/06 11:20:22 seemant Exp $
IUSE="X gpm"
@@ -10,11 +10,11 @@ DESCRIPTION="Console S-Lang-based editor"
SRC_URI="ftp://space.mit.edu/pub/davis/jed/v0.99/${P0}.tar.bz2"
HOMEPAGE="http://space.mit.edu/~davis/jed/"
-DEPEND="virtual/glibc
- >=sys-libs/slang-1.3.11
+DEPEND=">=sys-libs/slang-1.3.11
X? ( virtual/x11 )
gpm? ( sys-libs/gpm )"
-RDEPEND=""
+
+PROVIDE="virtual/editor"
SLOT="0"
KEYWORDS="x86 ppc sparc "
diff --git a/app-editors/jed/jed-0.99.16.ebuild b/app-editors/jed/jed-0.99.16.ebuild
index 1c21d78c2953..e59d880f542d 100644
--- a/app-editors/jed/jed-0.99.16.ebuild
+++ b/app-editors/jed/jed-0.99.16.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/jed/jed-0.99.16.ebuild,v 1.1 2002/12/15 05:00:24 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.16.ebuild,v 1.2 2003/01/06 11:20:22 seemant Exp $
IUSE="X gpm"
@@ -10,11 +10,12 @@ DESCRIPTION="Console S-Lang-based editor"
SRC_URI="ftp://ftp.jedsoft.org/pub/davis/jed/v0.99/${PN}-0.99-16.tar.bz2"
HOMEPAGE="http://space.mit.edu/~davis/jed/"
-DEPEND="virtual/glibc
- >=sys-libs/slang-1.4.5
+DEPEND=">=sys-libs/slang-1.4.5
X? ( virtual/x11 )
gpm? ( sys-libs/gpm )"
+PROVIDE="virtual/editor"
+
SLOT="0"
KEYWORDS="x86 ppc sparc "
LICENSE="GPL-2"