summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-05-28 21:31:04 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-05-28 21:31:04 +0000
commit6f58c547e8c0c3a598d1a49d6e47ac6915cf521e (patch)
tree4b35ffa94b9074b34fbf87c159cdf349405be7bd /app-editors/mp
parentUpdate metadata.xml. (diff)
downloadhistorical-6f58c547e8c0c3a598d1a49d6e47ac6915cf521e.tar.gz
historical-6f58c547e8c0c3a598d1a49d6e47ac6915cf521e.tar.bz2
historical-6f58c547e8c0c3a598d1a49d6e47ac6915cf521e.zip
~amd64
Diffstat (limited to 'app-editors/mp')
-rw-r--r--app-editors/mp/ChangeLog5
-rw-r--r--app-editors/mp/Manifest16
-rw-r--r--app-editors/mp/mp-3.2.8.ebuild4
3 files changed, 14 insertions, 11 deletions
diff --git a/app-editors/mp/ChangeLog b/app-editors/mp/ChangeLog
index fcf446cf8475..9cf8f7949410 100644
--- a/app-editors/mp/ChangeLog
+++ b/app-editors/mp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/mp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.13 2004/03/13 22:30:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.14 2004/05/28 21:31:04 kugelfang Exp $
+
+ 28 May 2004; Danny van Dyk <kugelfang@gentoo.org> mp-3.2.8.ebuild:
+ Marked ~amd64.
13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> mp-3.1.9.ebuild,
mp-3.2.10.ebuild, mp-3.2.11.ebuild, mp-3.2.7.ebuild, mp-3.2.8.ebuild:
diff --git a/app-editors/mp/Manifest b/app-editors/mp/Manifest
index c3520f12b857..04c45777487d 100644
--- a/app-editors/mp/Manifest
+++ b/app-editors/mp/Manifest
@@ -1,12 +1,12 @@
+MD5 d99aef85b98e753c16cf4196d8438c66 ChangeLog 1564
+MD5 6dedd0cfd2dba1568c39c407342c03f9 mp-3.1.9.ebuild 691
+MD5 f08172530492e183ca868de3d08be918 mp-3.2.10.ebuild 1032
+MD5 94a140470cea11f8668fe3be1970276d mp-3.2.11.ebuild 1040
+MD5 e39cc3a774958fa9bc93993e3c5badf1 mp-3.2.7.ebuild 686
+MD5 6d5f16951142e52264e600cc831edcdf mp-3.2.8.ebuild 994
MD5 135880e17116622cd1cfff6f0b370a29 files/digest-mp-3.1.9 59
-MD5 11b6a12f8308d146aabfd13282344f19 files/digest-mp-3.2.7 60
-MD5 d88c1d60541aab07f3b63a78d903c2de files/digest-mp-3.2.8 60
MD5 ef0f5c3d7fae6d678f94005df3d90866 files/digest-mp-3.2.10 61
MD5 7c0b9a8a327bbfc4db185cdefaa14767 files/digest-mp-3.2.11 61
+MD5 11b6a12f8308d146aabfd13282344f19 files/digest-mp-3.2.7 60
+MD5 d88c1d60541aab07f3b63a78d903c2de files/digest-mp-3.2.8 60
MD5 82dd8f227fdd5b56584b2adf5242a53b files/gentoo-synh-mp.patch-3.2.11 2027
-MD5 2cf090fccd3cc2ce050c311d09b84ff6 ChangeLog 1477
-MD5 6dedd0cfd2dba1568c39c407342c03f9 mp-3.1.9.ebuild 691
-MD5 e39cc3a774958fa9bc93993e3c5badf1 mp-3.2.7.ebuild 686
-MD5 bc46e78e12428b017af0b7f3aa487d43 mp-3.2.8.ebuild 987
-MD5 f08172530492e183ca868de3d08be918 mp-3.2.10.ebuild 1032
-MD5 94a140470cea11f8668fe3be1970276d mp-3.2.11.ebuild 1040
diff --git a/app-editors/mp/mp-3.2.8.ebuild b/app-editors/mp/mp-3.2.8.ebuild
index 3ed286e74486..abb966d6e6b8 100644
--- a/app-editors/mp/mp-3.2.8.ebuild
+++ b/app-editors/mp/mp-3.2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.8.ebuild,v 1.3 2004/03/13 22:30:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-3.2.8.ebuild,v 1.4 2004/05/28 21:31:04 kugelfang Exp $
DESCRIPTION="mp, the definitive text editor"
SRC_URI="http://www.triptico.com/download/${P}.tar.gz"
@@ -15,7 +15,7 @@ RDEPEND="${DEPEND}
IUSE="ncurses gtk"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc"
+KEYWORDS="~x86 ~sparc ~amd64"
src_compile() {
if [ -n "`use ncurses`" ] && [ -n "`use gtk`" ]; then emake || die;