diff options
-rw-r--r-- | app-editors/emacs/emacs-21.1-r4.ebuild | 8 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.2.ebuild | 9 | ||||
-rw-r--r-- | app-editors/forte/forte-3.0-r1.ebuild | 7 | ||||
-rw-r--r-- | app-editors/ghex/ghex-1.2.1.ebuild | 8 |
4 files changed, 23 insertions, 9 deletions
diff --git a/app-editors/emacs/emacs-21.1-r4.ebuild b/app-editors/emacs/emacs-21.1-r4.ebuild index 6ef24b292a92..03f8f0de4b81 100644 --- a/app-editors/emacs/emacs-21.1-r4.ebuild +++ b/app-editors/emacs/emacs-21.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.1-r4.ebuild,v 1.2 2002/04/12 22:39:21 seemant Exp +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.1-r4.ebuild,v 1.5 2002/07/25 19:10:59 kabau Exp $ S=${WORKDIR}/${P} @@ -20,10 +20,14 @@ DEPEND=">=sys-libs/ncurses-5.2 >=media-libs/libpng-1.2.1 ) motif? ( >=x11-libs/openmotif-2.1.30 ) nls? ( >=sys-devel/gettext-0.10.35 )" - +RDEPEND="" PROVIDE="virtual/emacs" +SLOT="0" +KEYWORDS="x86" +LICENSE="GPL" + src_unpack() { # Resolves bug 2104 # ppc fix diff --git a/app-editors/emacs/emacs-21.2.ebuild b/app-editors/emacs/emacs-21.2.ebuild index 73ba3be50fbb..a3a52eb6d113 100644 --- a/app-editors/emacs/emacs-21.2.ebuild +++ b/app-editors/emacs/emacs-21.2.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Modified by: Mark Yeun <mark@cs.columbia.edu> - +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.2.ebuild,v 1.3 2002/07/25 19:10:59 kabau Exp $ S=${WORKDIR}/${P} DESCRIPTION="An incredibly powerful, extensible text editor" @@ -20,10 +19,14 @@ DEPEND=">=sys-libs/ncurses-5.2 >=media-libs/libpng-1.2.1 ) motif? ( >=x11-libs/openmotif-2.1.30 ) nls? ( >=sys-devel/gettext-0.10.35 )" - +RDEPEND="" PROVIDE="virtual/emacs" +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + src_compile() { local myconf diff --git a/app-editors/forte/forte-3.0-r1.ebuild b/app-editors/forte/forte-3.0-r1.ebuild index 56b00366e272..cc9631826a5c 100644 --- a/app-editors/forte/forte-3.0-r1.ebuild +++ b/app-editors/forte/forte-3.0-r1.ebuild @@ -1,17 +1,20 @@ # 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/forte/forte-3.0-r1.ebuild,v 1.1 2002/06/19 02:57:17 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/forte/forte-3.0-r1.ebuild,v 1.2 2002/07/25 19:11:37 kabau Exp $ S=${WORKDIR}/usr/local DESCRIPTION="Forte/Sun ONE Studio Developer" SRC_URI="ffj-ce-30_ml.noarch.rpm" HOMEPAGE="http://forte.sun.com/ffj/index.html" -LICENSE="forte" DEPEND=">=app-arch/rpm-3.0.6" RDEPEND="virtual/x11 >=virtual/jdk-1.3" RESTRICT="fetch" +SLOT="0" +LICENSE="forte" +KEYWORDS="x86" + dyn_fetch() { for y in ${A} do diff --git a/app-editors/ghex/ghex-1.2.1.ebuild b/app-editors/ghex/ghex-1.2.1.ebuild index b2870f17cab9..469bad04d213 100644 --- a/app-editors/ghex/ghex-1.2.1.ebuild +++ b/app-editors/ghex/ghex-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2001 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/ghex/ghex-1.2.1.ebuild,v 1.3 2002/07/11 06:30:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-1.2.1.ebuild,v 1.4 2002/07/25 19:12:43 kabau Exp $ S=${WORKDIR}/${P} @@ -19,6 +19,10 @@ RDEPEND="=x11-libs/gtk+-1.2* DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_compile() { local myconf="" |