summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-06-27 15:05:02 +0000
committerAron Griffis <agriffis@gentoo.org>2005-06-27 15:05:02 +0000
commitb711dee068f544765452272d763ecbd9cd6ee91c (patch)
tree0a8326c9977fd41deaa041f1866c283744c17a0e /app-editors/mp
parentStable on alpha amd64 x86 #96825 (diff)
downloadhistorical-b711dee068f544765452272d763ecbd9cd6ee91c.tar.gz
historical-b711dee068f544765452272d763ecbd9cd6ee91c.tar.bz2
historical-b711dee068f544765452272d763ecbd9cd6ee91c.zip
Remove older ebuild
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-editors/mp')
-rw-r--r--app-editors/mp/Manifest8
-rw-r--r--app-editors/mp/files/digest-mp-3.2.111
-rw-r--r--app-editors/mp/mp-3.2.11.ebuild41
3 files changed, 3 insertions, 47 deletions
diff --git a/app-editors/mp/Manifest b/app-editors/mp/Manifest
index de1bc4c707f9..49cb95f21cac 100644
--- a/app-editors/mp/Manifest
+++ b/app-editors/mp/Manifest
@@ -5,17 +5,15 @@ MD5 3dcf349b94cb7b844612227bd6464c8a mp-3.3.14.ebuild 1619
MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310
MD5 7d5434e7c799dec1002680025142b355 ChangeLog 5262
MD5 56b16c8ac86609f247218e364ec515dd mp-3.3.12.ebuild 1387
-MD5 1913b2bce1e68c1a8f11e2dab171cbb4 mp-3.2.11.ebuild 1044
MD5 9ba478d874ba2172b5e7a75d56748d41 files/regex-warnings.patch 2120
MD5 a3eed5e928a918715c8e92adea33279a files/digest-mp-3.3.14 61
-MD5 7c0b9a8a327bbfc4db185cdefaa14767 files/digest-mp-3.2.11 61
MD5 f58c1b9239be39f8724f3a172f67c465 files/mp-3.3.9-fix-builtin-regex-warnings.diff 1353
MD5 82dd8f227fdd5b56584b2adf5242a53b files/gentoo-synh-mp.patch-3.2.11 2027
MD5 0bc70f6cef8183401387b78185cb0682 files/digest-mp-3.3.12 61
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCwBVEBXaUFmZvwyMRAia/AJ9kI3paeaZjam7SGjkp87irhEdMVACgnl8J
-ryYOuVgi+ztjTewVWVFNX60=
-=8Uxc
+iD8DBQFCwBW8BXaUFmZvwyMRAjmpAKC7MCIPb9+wOjku+tJ6x+i5oaBHCwCgzFDk
+UjF7VWf95lwONmZukYKdlbs=
+=JqCo
-----END PGP SIGNATURE-----
diff --git a/app-editors/mp/files/digest-mp-3.2.11 b/app-editors/mp/files/digest-mp-3.2.11
deleted file mode 100644
index 680cc22f1d4d..000000000000
--- a/app-editors/mp/files/digest-mp-3.2.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b1fef9da5f282e43851465c56c9a990e mp-3.2.11.tar.gz 187451
diff --git a/app-editors/mp/mp-3.2.11.ebuild b/app-editors/mp/mp-3.2.11.ebuild
deleted file mode 100644
index cf6732849106..000000000000
--- a/app-editors/mp/mp-3.2.11.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-3.2.11.ebuild,v 1.10 2005/01/01 13:31:40 eradicator Exp $
-
-inherit eutils
-
-DESCRIPTION="mp, the definitive text editor"
-HOMEPAGE="http://www.triptico.com/software/mp.html"
-SRC_URI="http://www.triptico.com/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc ~ppc64 ppc"
-IUSE="ncurses gtk"
-
-DEPEND="virtual/libc
- ncurses? ( sys-libs/ncurses )
- gtk? ( =x11-libs/gtk+-1.2* )
- !gtk? ( sys-libs/ncurses )"
-RDEPEND="${DEPEND}
- dev-lang/perl"
-
-src_compile() {
- epatch ${FILESDIR}/gentoo-synh-mp.patch-3.2.11
- if use ncurses && use gtk ; then
- emake || die "make failed"
- elif use gtk ; then
- emake gmp || die "make gmp failed"
- else
- emake mp || die "make mp failed"
- fi
-}
-
-src_install() {
- dodir /usr/bin
- make install PREFIX=${D}/usr || die "install failed"
- dodoc AUTHORS Changelog README
- dohtml README.html doc/mp_api.html
- insinto /usr/share/pixmaps/
- doins mp.xpm
-}