diff options
author | Damon Conway <kabau@gentoo.org> | 2002-07-25 19:45:04 +0000 |
---|---|---|
committer | Damon Conway <kabau@gentoo.org> | 2002-07-25 19:45:04 +0000 |
commit | d87d88cc408ed29591667663160505f8428c04d9 (patch) | |
tree | 6b80d603e43d05061a1eb2bf537d736e9db9aced /app-editors/mp | |
parent | Added SLOT and KEYWORDS (diff) | |
download | gentoo-2-d87d88cc408ed29591667663160505f8428c04d9.tar.gz gentoo-2-d87d88cc408ed29591667663160505f8428c04d9.tar.bz2 gentoo-2-d87d88cc408ed29591667663160505f8428c04d9.zip |
Added SLOT, LICENSE, and KEYWORDS
Diffstat (limited to 'app-editors/mp')
-rw-r--r-- | app-editors/mp/mp-3.1.9.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-editors/mp/mp-3.1.9.ebuild b/app-editors/mp/mp-3.1.9.ebuild index f71a8b744fac..191bd8bb43ed 100644 --- a/app-editors/mp/mp-3.1.9.ebuild +++ b/app-editors/mp/mp-3.1.9.ebuild @@ -1,6 +1,6 @@ # 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/mp/mp-3.1.9.ebuild,v 1.2 2002/07/11 06:30:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-3.1.9.ebuild,v 1.3 2002/07/25 19:45:04 kabau Exp $ S=${WORKDIR}/${P} DESCRIPTION="mp, the definitive text editor" @@ -13,6 +13,10 @@ DEPEND="virtual/glibc RDEPEND="${DEPEND} sys-devel/perl" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_compile() { emake || die } |