summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamon Conway <kabau@gentoo.org>2002-07-25 19:45:04 +0000
committerDamon Conway <kabau@gentoo.org>2002-07-25 19:45:04 +0000
commitabc4d97bf2deba17733e0e48c28353c56018bdd9 (patch)
tree720ce29a2943fd15fada2959374b69fa4ec194ac /app-editors/mp
parentAdded SLOT and KEYWORDS (diff)
downloadhistorical-abc4d97bf2deba17733e0e48c28353c56018bdd9.tar.gz
historical-abc4d97bf2deba17733e0e48c28353c56018bdd9.tar.bz2
historical-abc4d97bf2deba17733e0e48c28353c56018bdd9.zip
Added SLOT, LICENSE, and KEYWORDS
Diffstat (limited to 'app-editors/mp')
-rw-r--r--app-editors/mp/mp-3.1.9.ebuild6
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
}