summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Chandler <sethbc@gentoo.org>2003-04-05 13:52:42 +0000
committerSeth Chandler <sethbc@gentoo.org>2003-04-05 13:52:42 +0000
commitecef460b793cdaa972e9e039d805d948562a591a (patch)
tree5cca3acaf94c527f364716c6a4be7ee00a3fc210 /app-editors/mp
parentAdded initial Version submitted in #18776 (diff)
downloadgentoo-2-ecef460b793cdaa972e9e039d805d948562a591a.tar.gz
gentoo-2-ecef460b793cdaa972e9e039d805d948562a591a.tar.bz2
gentoo-2-ecef460b793cdaa972e9e039d805d948562a591a.zip
bumpagination
Diffstat (limited to 'app-editors/mp')
-rw-r--r--app-editors/mp/ChangeLog7
-rw-r--r--app-editors/mp/files/digest-mp-3.2.71
-rw-r--r--app-editors/mp/mp-3.2.7.ebuild30
3 files changed, 37 insertions, 1 deletions
diff --git a/app-editors/mp/ChangeLog b/app-editors/mp/ChangeLog
index d9946dff8ca3..a5f1ee608410 100644
--- a/app-editors/mp/ChangeLog
+++ b/app-editors/mp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/mp
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.6 2003/02/12 03:48:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.7 2003/04/05 13:52:42 sethbc Exp $
+
+*mp-3.2.7 (05 Apr 2003)
+
+ 05 Apr 2003; Seth Chandler <sethbc@gentoo.org>; mp-3.2.7.ebuild:
+ bumpage
*mp-3.1.9 (21 Apr 2002)
diff --git a/app-editors/mp/files/digest-mp-3.2.7 b/app-editors/mp/files/digest-mp-3.2.7
new file mode 100644
index 000000000000..ed95d4b549f2
--- /dev/null
+++ b/app-editors/mp/files/digest-mp-3.2.7
@@ -0,0 +1 @@
+MD5 2be2688159b456c3e3e3584300d2dbbc mp-3.2.7.tar.gz 177356
diff --git a/app-editors/mp/mp-3.2.7.ebuild b/app-editors/mp/mp-3.2.7.ebuild
new file mode 100644
index 000000000000..10b0e162e7d5
--- /dev/null
+++ b/app-editors/mp/mp-3.2.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-3.2.7.ebuild,v 1.1 2003/04/05 13:52:42 sethbc Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="mp, the definitive text editor"
+SRC_URI="http://triptico.dhis.org/download/${P}.tar.gz"
+HOMEPAGE="http://www.triptico.com/software/mp.html"
+
+DEPEND="virtual/glibc
+ sys-libs/ncurses"
+
+RDEPEND="${DEPEND}
+ dev-lang/perl"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ dodir /usr/bin
+ make install PREFIX=${D}/usr || die
+ dodoc AUTHORS ChangeLog COPYING README
+ dohtml README.html doc/mp_api.html
+}
+