diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-08-07 22:58:00 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-08-07 22:58:00 +0000 |
commit | 84147df611aed085d21dbbd00685acf6526c0112 (patch) | |
tree | 8fdabb03ea5f2204c6e6378949d95a0b14a8a21f /app-editors/mp | |
parent | fix typo (Manifest recommit) (diff) | |
download | gentoo-2-84147df611aed085d21dbbd00685acf6526c0112.tar.gz gentoo-2-84147df611aed085d21dbbd00685acf6526c0112.tar.bz2 gentoo-2-84147df611aed085d21dbbd00685acf6526c0112.zip |
Remove old ebuilds.
Diffstat (limited to 'app-editors/mp')
-rw-r--r-- | app-editors/mp/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/mp/files/digest-mp-3.2.7 | 1 | ||||
-rw-r--r-- | app-editors/mp/files/digest-mp-3.2.8 | 1 | ||||
-rw-r--r-- | app-editors/mp/mp-3.2.7.ebuild | 28 | ||||
-rw-r--r-- | app-editors/mp/mp-3.2.8.ebuild | 36 | ||||
-rw-r--r-- | app-editors/mp/mp-3.3.1.ebuild | 18 |
6 files changed, 14 insertions, 76 deletions
diff --git a/app-editors/mp/ChangeLog b/app-editors/mp/ChangeLog index 74f42db5bd1d..9921bb24309d 100644 --- a/app-editors/mp/ChangeLog +++ b/app-editors/mp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/mp # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.19 2004/08/07 22:09:40 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.20 2004/08/07 22:58:00 kloeri Exp $ + + 08 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> -mp-3.2.7.ebuild, + -mp-3.2.8.ebuild, mp-3.3.1.ebuild: + Remove old ebuilds. *mp-3.3.1 (08 Aug 2004) diff --git a/app-editors/mp/files/digest-mp-3.2.7 b/app-editors/mp/files/digest-mp-3.2.7 deleted file mode 100644 index ed95d4b549f2..000000000000 --- a/app-editors/mp/files/digest-mp-3.2.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 2be2688159b456c3e3e3584300d2dbbc mp-3.2.7.tar.gz 177356 diff --git a/app-editors/mp/files/digest-mp-3.2.8 b/app-editors/mp/files/digest-mp-3.2.8 deleted file mode 100644 index 31d1cb01d378..000000000000 --- a/app-editors/mp/files/digest-mp-3.2.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 994198e4735b0b348bfe35f2f20d6070 mp-3.2.8.tar.gz 176453 diff --git a/app-editors/mp/mp-3.2.7.ebuild b/app-editors/mp/mp-3.2.7.ebuild deleted file mode 100644 index 458cb4931cca..000000000000 --- a/app-editors/mp/mp-3.2.7.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.9 2004/06/27 22:16:46 vapier Exp $ - -DESCRIPTION="the definitive text editor" -HOMEPAGE="http://www.triptico.com/software/mp.html" -SRC_URI="http://triptico.dhis.org/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc" -IUSE="" - -DEPEND="virtual/libc - sys-libs/ncurses" -RDEPEND="${DEPEND} - dev-lang/perl" - -src_compile() { - emake || die -} - -src_install() { - dodir /usr/bin - make install PREFIX=${D}/usr || die - dodoc AUTHORS ChangeLog README - dohtml README.html doc/mp_api.html -} diff --git a/app-editors/mp/mp-3.2.8.ebuild b/app-editors/mp/mp-3.2.8.ebuild deleted file mode 100644 index b3297e311e49..000000000000 --- a/app-editors/mp/mp-3.2.8.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.8 2004/06/27 22:16:46 vapier Exp $ - -DESCRIPTION="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 ~amd64" -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() { - if use ncurses && use gtk ; then - emake || die - elif use ncurses || ! use gtk ; then - emake mp || die - elif use gtk ; then - emake gmp || die - 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 -} diff --git a/app-editors/mp/mp-3.3.1.ebuild b/app-editors/mp/mp-3.3.1.ebuild index 3e36173d0b68..7a712112d1f0 100644 --- a/app-editors/mp/mp-3.3.1.ebuild +++ b/app-editors/mp/mp-3.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-3.3.1.ebuild,v 1.1 2004/08/07 22:09:40 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-3.3.1.ebuild,v 1.2 2004/08/07 22:58:00 kloeri Exp $ DESCRIPTION="Minimum Profit: A text editor for programmers" HOMEPAGE="http://www.triptico.com/software/mp.html" @@ -20,23 +20,23 @@ RDEPEND="${DEPEND} src_compile() { if use ncurses && use gtk ; then - sh config.sh ${myconf} || die "Configure Failed" + sh config.sh ${myconf}|| die "Configure Failed" elif use ncurses || !use gtk ; then - ${myopts}="${myopts} --without-gtk" + myopts="${myopts} --without-gtk" sh config.sh ${myconf} || die "Configure Failed" elif use gtk && !use ncurses ; then - ${myopts}="${myopts} --without-curses" + myopts="${myopts} --without-curses" sh config.sh ${myconf} || die "Configure Failed" fi echo ${CFLAGS} >> config.cflags - emake || die "Compile Failed" + emake || die "Compile Failed" } -src_install() { +src_install() { dobin mp || die "Install Failed" dosym mp ${DESTTREE}/bin/gmp - - dodoc AUTHORS README COPYING Changelog mprc.sample - + + dodoc AUTHORS README Changelog mprc.sample + doman mp.1 } |