diff options
author | Damon Conway <kabau@gentoo.org> | 2002-07-25 19:12:43 +0000 |
---|---|---|
committer | Damon Conway <kabau@gentoo.org> | 2002-07-25 19:12:43 +0000 |
commit | 45fbbcc62b2f0bc363009745e38b9f7eadbd5c77 (patch) | |
tree | d6cbc63863e1cfd6e784aaaa54d8768fb4e1ab85 /app-editors/emacs | |
parent | Added SLOT, KEYWORDS, and LICENSE. (diff) | |
download | historical-45fbbcc62b2f0bc363009745e38b9f7eadbd5c77.tar.gz historical-45fbbcc62b2f0bc363009745e38b9f7eadbd5c77.tar.bz2 historical-45fbbcc62b2f0bc363009745e38b9f7eadbd5c77.zip |
Added SLOT, KEYWORDS, LICENSE.
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/emacs-21.1-r4.ebuild | 8 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.2.ebuild | 9 |
2 files changed, 12 insertions, 5 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 |