diff options
author | Jason Wever <weeve@gentoo.org> | 2004-01-11 14:08:00 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-01-11 14:08:00 +0000 |
commit | eb97081df7744c8f3347beb47b373c7d8c619a90 (patch) | |
tree | e42c9af0d65564997958eee117982e475c4b3c82 /app-editors/mp | |
parent | fixed motif dep (diff) | |
download | historical-eb97081df7744c8f3347beb47b373c7d8c619a90.tar.gz historical-eb97081df7744c8f3347beb47b373c7d8c619a90.tar.bz2 historical-eb97081df7744c8f3347beb47b373c7d8c619a90.zip |
Added ~sparc keyword to 3.2.7 and 3.2.8
Diffstat (limited to 'app-editors/mp')
-rw-r--r-- | app-editors/mp/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/mp/Manifest | 6 | ||||
-rw-r--r-- | app-editors/mp/mp-3.2.7.ebuild | 6 | ||||
-rw-r--r-- | app-editors/mp/mp-3.2.8.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/app-editors/mp/ChangeLog b/app-editors/mp/ChangeLog index adc8f10d82a6..ff62d3084d13 100644 --- a/app-editors/mp/ChangeLog +++ b/app-editors/mp/ChangeLog @@ -1,6 +1,10 @@ # 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.8 2003/09/24 19:21:52 mholzer Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.9 2004/01/11 14:07:52 weeve Exp $ + + 11 Jan 2004; Jason Wever <weeve@gentoo.org> mp-3.2.7.ebuild, + mp-3.2.8.ebuild: + Added ~sparc keyword to 3.2.7 and 3.2.8 *mp-3.2.8 (25 Sep 2003) diff --git a/app-editors/mp/Manifest b/app-editors/mp/Manifest index 4dc1c8dae0ed..1445c1c2a4d8 100644 --- a/app-editors/mp/Manifest +++ b/app-editors/mp/Manifest @@ -1,7 +1,7 @@ -MD5 2f155a67d514bdc56cf6cc80c02bc1a9 ChangeLog 759 +MD5 581814178810df8cf0d77c15df8a4fbe ChangeLog 882 MD5 f8960c09f9b4a97feeb5bc94a2b63943 mp-3.1.9.ebuild 706 -MD5 46488628aab9f7e846431a6655784507 mp-3.2.7.ebuild 697 -MD5 5cf35f20896525f30326708163959818 mp-3.2.8.ebuild 996 +MD5 9089c0d93e6ae633c3aed330844ff6a3 mp-3.2.7.ebuild 701 +MD5 f7421079be18d530fa471d8ca9efa040 mp-3.2.8.ebuild 1001 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 diff --git a/app-editors/mp/mp-3.2.7.ebuild b/app-editors/mp/mp-3.2.7.ebuild index 0f1d13d71635..64c6b3f334e4 100644 --- a/app-editors/mp/mp-3.2.7.ebuild +++ b/app-editors/mp/mp-3.2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.7.ebuild,v 1.3 2003/09/05 23:09:10 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-3.2.7.ebuild,v 1.4 2004/01/11 14:07:52 weeve Exp $ S=${WORKDIR}/${P} DESCRIPTION="mp, the definitive text editor" @@ -15,7 +15,7 @@ RDEPEND="${DEPEND} SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ~sparc" src_compile() { emake || die diff --git a/app-editors/mp/mp-3.2.8.ebuild b/app-editors/mp/mp-3.2.8.ebuild index 0341d397de1e..f4d70e690d91 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-2003 Gentoo Technologies, Inc. +# 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.1 2003/09/24 19:21:52 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-3.2.8.ebuild,v 1.2 2004/01/11 14:07:52 weeve Exp $ S=${WORKDIR}/${P} DESCRIPTION="mp, the definitive text editor" @@ -16,7 +16,7 @@ RDEPEND="${DEPEND} IUSE="ncurses gtk" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" src_compile() { if [ -n "`use ncurses`" ] && [ -n "`use gtk`" ]; then emake || die; |