diff options
author | Damon Conway <kabau@gentoo.org> | 2002-07-25 19:20:32 +0000 |
---|---|---|
committer | Damon Conway <kabau@gentoo.org> | 2002-07-25 19:20:32 +0000 |
commit | 7ff18026776bb8202fc12fc7649033f62f93b3a9 (patch) | |
tree | 3283e3e76fbfeb0df300acb8efb5dde5d5a300f0 /app-editors/jed | |
parent | repoman'd (diff) | |
download | historical-7ff18026776bb8202fc12fc7649033f62f93b3a9.tar.gz historical-7ff18026776bb8202fc12fc7649033f62f93b3a9.tar.bz2 historical-7ff18026776bb8202fc12fc7649033f62f93b3a9.zip |
Added SLOT, KEYWORDS, LICENSE, and RDEPEND.
Diffstat (limited to 'app-editors/jed')
-rw-r--r-- | app-editors/jed/jed-0.99.14-r1.ebuild | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/app-editors/jed/jed-0.99.14-r1.ebuild b/app-editors/jed/jed-0.99.14-r1.ebuild index ceeff0c355b7..28ce26af5450 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-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.14-r1.ebuild,v 1.2 2002/07/11 06:30:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.14-r1.ebuild,v 1.3 2002/07/25 19:20:32 kabau Exp $ P0=${PN}-B0.99-14 S=${WORKDIR}/${P0} @@ -9,9 +9,14 @@ 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 - X? ( virtual/x11 ) - gpm? ( sys-libs/gpm )" + >=sys-libs/slang-1.3.11 + X? ( virtual/x11 ) + gpm? ( sys-libs/gpm )" +RDEPEND="" + +SLOT="0" +KEYWORDS="x86" +LICENSE="GPL-2" src_compile() { export JED_ROOT=/usr/share/jed |