diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-07 01:24:37 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-07 01:24:37 +0000 |
commit | 95131671f172c65ded81cc0627056e26a9d4e8e0 (patch) | |
tree | abc528cd3227c2770be1fbd436152f46f3277918 /app-editors/jed | |
parent | Stable for x86 (diff) | |
download | gentoo-2-95131671f172c65ded81cc0627056e26a9d4e8e0.tar.gz gentoo-2-95131671f172c65ded81cc0627056e26a9d4e8e0.tar.bz2 gentoo-2-95131671f172c65ded81cc0627056e26a9d4e8e0.zip |
added sed-4
Diffstat (limited to 'app-editors/jed')
-rw-r--r-- | app-editors/jed/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/jed/Manifest | 4 | ||||
-rw-r--r-- | app-editors/jed/jed-0.99.16-r1.ebuild | 7 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-editors/jed/ChangeLog b/app-editors/jed/ChangeLog index 2a2c19bc8944..7a2240b85f0f 100644 --- a/app-editors/jed/ChangeLog +++ b/app-editors/jed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/jed # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.12 2003/06/05 13:42:06 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.13 2003/06/07 01:24:29 liquidx Exp $ + + 07 Jun 2003; Alastair Tse <liquidx@gentoo.org> jed-0.99.16-r1.ebuild: + added sed-4 dep 04 Jun 2003; Christian Birchinger <joker@gentoo.org> jed-0.99.16-r1.ebuild: Added sparc stable keyword diff --git a/app-editors/jed/Manifest b/app-editors/jed/Manifest index 5c3ea4428bbb..740455c14278 100644 --- a/app-editors/jed/Manifest +++ b/app-editors/jed/Manifest @@ -1,6 +1,6 @@ -MD5 86ee240a687483e016ba5daf5fd68acc ChangeLog 1644 +MD5 31fe1bb1c15d50d4a39f6ad49cf7f90b ChangeLog 1735 MD5 dcfe5d0fb95f3393b49ed3eaebddf9e6 jed-0.99.16.ebuild 1531 -MD5 a9071179dadc46bf9a514fe41c58c73a jed-0.99.16-r1.ebuild 2180 +MD5 0329d082109a0a9ea25c88835437c39f jed-0.99.16-r1.ebuild 2218 MD5 72ecf9920b840195615d1f3218fab4ea jed-0.99.14-r1.ebuild 1531 MD5 51be96423b1d381dae0e2f3adbd6baa9 files/digest-jed-0.99.14-r1 65 MD5 6ecd48789e4a99f0f3725102b42f4297 files/digest-jed-0.99.16 64 diff --git a/app-editors/jed/jed-0.99.16-r1.ebuild b/app-editors/jed/jed-0.99.16-r1.ebuild index 7cba694616fd..8d65e936a064 100644 --- a/app-editors/jed/jed-0.99.16-r1.ebuild +++ b/app-editors/jed/jed-0.99.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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-r1.ebuild,v 1.6 2003/06/05 13:42:06 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.16-r1.ebuild,v 1.7 2003/06/07 01:24:29 liquidx Exp $ IUSE="X gpm truetype" @@ -11,10 +11,11 @@ SRC_URI="ftp://ftp.jedsoft.org/pub/davis/jed/v0.99/${P0}.tar.bz2" HOMEPAGE="http://space.mit.edu/~davis/jed/" DEPEND=">=sys-libs/slang-1.4.5 + >=sys-apps/sed-4 X? ( virtual/x11 ) gpm? ( sys-libs/gpm ) X? ( truetype? ( virtual/xft - >=media-libs/freetype-2.0 ) )" + >=media-libs/freetype-2.0 ) )" PROVIDE="virtual/editor" @@ -82,7 +83,7 @@ src_install () { doins lib/jed.conf # replace IDE mode with EMACS mode - sed -i -e 's/\(_Jed_Default_Emulation = \).*/\1"emacs";/' ${D}/etc/jed.conf + sed -i -e 's/\(_Jed_Default_Emulation = \).*/\1"emacs";/' ${D}/etc/jed.conf || die "patching jed.conf failed" cd ${D} rm -rf usr/share/jed/info |