summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-01-13 05:46:52 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-01-13 05:46:52 +0000
commit9e01ddf256f221ae8a167d32b7b4fd1f49e5f283 (patch)
treea4cc8f132c28257e16502068982a73641af3a628 /app-editors/mp
parentstable on x86 as per bug #118362 (diff)
downloadgentoo-2-9e01ddf256f221ae8a167d32b7b4fd1f49e5f283.tar.gz
gentoo-2-9e01ddf256f221ae8a167d32b7b4fd1f49e5f283.tar.bz2
gentoo-2-9e01ddf256f221ae8a167d32b7b4fd1f49e5f283.zip
Version bump from upstream
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-editors/mp')
-rw-r--r--app-editors/mp/ChangeLog9
-rw-r--r--app-editors/mp/Manifest4
-rw-r--r--app-editors/mp/files/digest-mp-3.3.171
-rw-r--r--app-editors/mp/mp-3.3.17.ebuild62
4 files changed, 73 insertions, 3 deletions
diff --git a/app-editors/mp/ChangeLog b/app-editors/mp/ChangeLog
index 6de33e57b638..9778ee402878 100644
--- a/app-editors/mp/ChangeLog
+++ b/app-editors/mp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/mp
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.49 2005/11/19 20:36:34 compnerd Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.50 2006/01/13 05:46:52 compnerd Exp $
+
+*mp-3.3.17 (13 Jan 2006)
+
+ 13 Jan 2006; Saleem Abdulrasool <compnerd@gentoo.org> +mp-3.3.17.ebuild:
+ Version bump from upstream
*mp-3.3.16 (19 Nov 2005)
diff --git a/app-editors/mp/Manifest b/app-editors/mp/Manifest
index 3e5dfd294292..98079bacedbb 100644
--- a/app-editors/mp/Manifest
+++ b/app-editors/mp/Manifest
@@ -1,9 +1,10 @@
-MD5 246fc4652344e20e11f20893f109b7d7 ChangeLog 5923
+MD5 125e07cd2a38edb4b711218513c2308d ChangeLog 6054
MD5 0bc70f6cef8183401387b78185cb0682 files/digest-mp-3.3.12 61
MD5 0bc70f6cef8183401387b78185cb0682 files/digest-mp-3.3.12-r1 61
MD5 a3eed5e928a918715c8e92adea33279a files/digest-mp-3.3.14 61
MD5 a3eed5e928a918715c8e92adea33279a files/digest-mp-3.3.14-r1 61
MD5 a435c4de791687194efa9b4641ba45c4 files/digest-mp-3.3.16 61
+MD5 adf49588a827a24b6903e4c6e1acd501 files/digest-mp-3.3.17 61
MD5 82dd8f227fdd5b56584b2adf5242a53b files/gentoo-synh-mp.patch-3.2.11 2027
MD5 f58c1b9239be39f8724f3a172f67c465 files/mp-3.3.9-fix-builtin-regex-warnings.diff 1353
MD5 9ba478d874ba2172b5e7a75d56748d41 files/regex-warnings.patch 2120
@@ -13,3 +14,4 @@ MD5 b7e83987d6e55c189819f98dad5c11f8 mp-3.3.12.ebuild 1386
MD5 9b01ea518198f9497b54763c5d8635ce mp-3.3.14-r1.ebuild 1513
MD5 0019625b631e2ae00d973de13726302b mp-3.3.14.ebuild 1622
MD5 df54a368c1ae38a9f4283d5fdbe906fc mp-3.3.16.ebuild 1532
+MD5 297d586a3b58af85b45a9a37706d4ae0 mp-3.3.17.ebuild 1546
diff --git a/app-editors/mp/files/digest-mp-3.3.17 b/app-editors/mp/files/digest-mp-3.3.17
new file mode 100644
index 000000000000..dc4cba4807e1
--- /dev/null
+++ b/app-editors/mp/files/digest-mp-3.3.17
@@ -0,0 +1 @@
+MD5 e6366f1351211f6dabc22bb3f5ec6f99 mp-3.3.17.tar.gz 270871
diff --git a/app-editors/mp/mp-3.3.17.ebuild b/app-editors/mp/mp-3.3.17.ebuild
new file mode 100644
index 000000000000..50cf5c2108a3
--- /dev/null
+++ b/app-editors/mp/mp-3.3.17.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-3.3.17.ebuild,v 1.1 2006/01/13 05:46:52 compnerd Exp $
+
+inherit eutils
+
+DESCRIPTION="Minimum Profit: A text editor for programmers"
+HOMEPAGE="http://www.triptico.com/software/mp.html"
+SRC_URI="http://www.triptico.com/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86"
+IUSE="gtk ncurses nls pcre"
+
+RDEPEND="virtual/libc
+ ncurses? ( sys-libs/ncurses )
+ gtk? ( >=x11-libs/gtk+-2 >=x11-libs/pango-1.8.0 )
+ !gtk? ( sys-libs/ncurses )
+ nls? ( sys-devel/gettext )
+ pcre? ( dev-libs/libpcre )
+ dev-lang/perl"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_compile() {
+ local myconf="--prefix=/usr --without-win32 --without-gtk1"
+
+ if use gtk ; then
+ ! use ncurses && myconf="${myconf} --without-curses"
+ else
+ myconf="${myconf} --without-gtk2"
+ fi
+
+ use nls || myconfig="${myconf} --without-i18n --without-gettext"
+ use pcre || myconf="${myconf} --without-pcre --with-included-regex"
+
+ sh config.sh ${myconf} || die "Configure failed"
+
+ echo ${CFLAGS} >> config.cflags
+ echo ${LDFLAGS} >> config.ldflags
+
+ emake || die "Compile Failed"
+}
+
+src_install() {
+ dobin mp || die "Install Failed"
+
+ use gtk && dosym mp ${DESTTREE}/bin/gmp
+
+ dodoc AUTHORS README Changelog mprc.sample
+ doman mp.1
+}
+
+pkg_postinst() {
+ if use gtk ; then
+ einfo
+ einfo "mp is symlinked to gmp! Use mp -tx to use text mode!"
+ einfo
+ epause 5
+ fi
+}