diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-04 14:09:57 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-04 14:09:57 +0000 |
commit | 76d1b67f9550c25fabcc5bcf7defb9225e40dac3 (patch) | |
tree | 3082bf94e3f510d2611a5bd62f3072716b0042d0 /app-editors | |
parent | made the more familiar emacs the default keybindings (diff) | |
download | gentoo-2-76d1b67f9550c25fabcc5bcf7defb9225e40dac3.tar.gz gentoo-2-76d1b67f9550c25fabcc5bcf7defb9225e40dac3.tar.bz2 gentoo-2-76d1b67f9550c25fabcc5bcf7defb9225e40dac3.zip |
bumped to stable
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/jed/Manifest | 2 | ||||
-rw-r--r-- | app-editors/jed/jed-0.99.16-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/jed/Manifest b/app-editors/jed/Manifest index e47c58572483..6e04ec79d764 100644 --- a/app-editors/jed/Manifest +++ b/app-editors/jed/Manifest @@ -1,7 +1,7 @@ MD5 5faea1a299fc81c8dcc0ab753ce787fd ChangeLog 1413 MD5 72ecf9920b840195615d1f3218fab4ea jed-0.99.14-r1.ebuild 1531 MD5 dcfe5d0fb95f3393b49ed3eaebddf9e6 jed-0.99.16.ebuild 1531 -MD5 63e0642e03c84232d6e60d4af2b0c09b jed-0.99.16-r1.ebuild 2167 +MD5 571f5ba8e848049095952f6a283c8f00 jed-0.99.16-r1.ebuild 2158 MD5 51be96423b1d381dae0e2f3adbd6baa9 files/digest-jed-0.99.14-r1 65 MD5 6ecd48789e4a99f0f3725102b42f4297 files/digest-jed-0.99.16 64 MD5 57236ca58f912a25d88e6c9520df83a2 files/jed.info.diff 333 diff --git a/app-editors/jed/jed-0.99.16-r1.ebuild b/app-editors/jed/jed-0.99.16-r1.ebuild index 4c99ef4bc480..553042de6cac 100644 --- a/app-editors/jed/jed-0.99.16-r1.ebuild +++ b/app-editors/jed/jed-0.99.16-r1.ebuild @@ -1,13 +1,13 @@ # 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.3 2003/06/04 14:06:13 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.16-r1.ebuild,v 1.4 2003/06/04 14:09:48 liquidx Exp $ IUSE="X gpm truetype" P0=${PN}-0.99-16 S=${WORKDIR}/${P0} DESCRIPTION="Console S-Lang-based editor" -SRC_URI="ftp://ftp.jedsoft.org/pub/davis/jed/v0.99/${PN}-0.99-16.tar.bz2" +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 @@ -19,7 +19,7 @@ DEPEND=">=sys-libs/slang-1.4.5 PROVIDE="virtual/editor" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc " +KEYWORDS="x86 ~ppc ~sparc " LICENSE="GPL-2" src_compile() { |