public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/mp: ChangeLog mp-5.1.1.ebuild
@ 2008-12-31  5:29 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeremy Olexa (darkside) @ 2008-12-31  5:29 UTC (permalink / raw
  To: gentoo-commits

darkside    08/12/31 05:29:06

  Modified:             ChangeLog
  Added:                mp-5.1.1.ebuild
  Log:
  (non maintainer commit) Version bump to latest - dropped arches due to added dep. Thanks to the work of Guenther Brunthaler in bug 205950
  (Portage version: 2.2_rc20/cvs/Linux 2.6.27.10 x86_64)

Revision  Changes    Path
1.67                 app-editors/mp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mp/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mp/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mp/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	30 Dec 2008 18:41:07 -0000	1.66
+++ ChangeLog	31 Dec 2008 05:29:06 -0000	1.67
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/mp
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.66 2008/12/30 18:41:07 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.67 2008/12/31 05:29:06 darkside Exp $
+
+*mp-5.1.1 (31 Dec 2008)
+
+  31 Dec 2008; Jeremy Olexa <darkside@gentoo.org> +mp-5.1.1.ebuild:
+  (non maintainer commit) Version bump to latest - dropped arches due to added
+  dep. Thanks to the work of Guenther Brunthaler in bug 205950
 
   30 Dec 2008; Christoph Mende <angelos@gentoo.org> mp-3.3.18b.ebuild:
   QA: Respect CC (bug 243568)



1.1                  app-editors/mp/mp-5.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild?rev=1.1&content-type=text/plain

Index: mp-5.1.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild,v 1.1 2008/12/31 05:29:06 darkside 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="~amd64 ~ppc ~ppc64 ~x86"
IUSE="gtk ncurses nls pcre iconv"

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 )
		iconv? ( virtual/libiconv )
		app-text/grutatxt"
DEPEND="${RDEPEND}
		app-text/grutatxt
		dev-util/pkgconfig
		dev-lang/perl"

src_compile() {
	local myconf="--prefix=/usr --without-win32"

	if use gtk; then
		! use ncurses && myconf="${myconf} --without-curses"
	else
		myconf="${myconf} --without-gtk2"
	fi

	use nls || myconfig="${myconf} --without-gettext"

	if use pcre; then
		myconf="${myconf} --with-pcre"
	else
		myconf="${myconf} --without-pcre --with-included-regex"
	fi

	use iconv || myconf="${myconf} --without-iconv"

	sh config.sh ${myconf} || die "Configure failed"

	echo ${CFLAGS} >> config.cflags
	echo ${LDFLAGS} >> config.ldflags
	emake || die "Compile Failed"
}

src_install() {
	mkdir -p "${D}/${DESTTREE}/bin"
	sh config.sh --prefix="${DESTTREE}"
	make DESTDIR="${D}" install || die "Install Failed"
	use gtk && dosym mp-5 ${DESTTREE}/bin/gmp
}

pkg_postinst() {
	if use gtk ; then
		einfo
		einfo "mp-5 is symlinked to gmp! Use"
		einfo "$ DISPLAY=\"\" mp-5"
		einfo "to use text mode!"
		einfo
		epause 5
	fi
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/mp: ChangeLog mp-5.1.1.ebuild
@ 2010-05-29 19:34 Raul Porcel (armin76)
  0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2010-05-29 19:34 UTC (permalink / raw
  To: gentoo-commits

armin76     10/05/29 19:34:36

  Modified:             ChangeLog mp-5.1.1.ebuild
  Log:
  Add ~alpha/~ia64/~sparc
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.71                 app-editors/mp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	22 May 2010 09:02:59 -0000	1.70
+++ ChangeLog	29 May 2010 19:34:36 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/mp
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.70 2010/05/22 09:02:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.71 2010/05/29 19:34:36 armin76 Exp $
+
+  29 May 2010; Raúl Porcel <armin76@gentoo.org> mp-5.1.1.ebuild:
+  Add ~alpha/~ia64/~sparc
 
   22 May 2010; Justin Lecher <jlec@gentoo.org> mp-3.3.18b.ebuild,
   mp-5.1.1.ebuild:



1.5                  app-editors/mp/mp-5.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild?r1=1.4&r2=1.5

Index: mp-5.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mp-5.1.1.ebuild	22 May 2010 09:02:59 -0000	1.4
+++ mp-5.1.1.ebuild	29 May 2010 19:34:36 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild,v 1.4 2010/05/22 09:02:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild,v 1.5 2010/05/29 19:34:36 armin76 Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="gtk ncurses nls pcre iconv"
 
 RDEPEND="ncurses? ( sys-libs/ncurses )






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/mp: ChangeLog mp-5.1.1.ebuild
@ 2010-06-20 16:18 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-06-20 16:18 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/06/20 16:18:13

  Modified:             ChangeLog mp-5.1.1.ebuild
  Log:
  Patch which fixes build for forced as-needed. Bug #278086
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.72                 app-editors/mp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	29 May 2010 19:34:36 -0000	1.71
+++ ChangeLog	20 Jun 2010 16:18:13 -0000	1.72
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/mp
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.71 2010/05/29 19:34:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.72 2010/06/20 16:18:13 hwoarang Exp $
+
+  20 Jun 2010; Markos Chandras <hwoarang@gentoo.org> mp-5.1.1.ebuild,
+  +files/mp-5.1.1-asneeded.patch:
+  Patch which fixes build for forced as-needed. Bug #278086
 
   29 May 2010; Raúl Porcel <armin76@gentoo.org> mp-5.1.1.ebuild:
   Add ~alpha/~ia64/~sparc



1.6                  app-editors/mp/mp-5.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild?r1=1.5&r2=1.6

Index: mp-5.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mp-5.1.1.ebuild	29 May 2010 19:34:36 -0000	1.5
+++ mp-5.1.1.ebuild	20 Jun 2010 16:18:13 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild,v 1.5 2010/05/29 19:34:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild,v 1.6 2010/06/20 16:18:13 hwoarang Exp $
 
 EAPI="3"
 
@@ -27,6 +27,11 @@
 	dev-util/pkgconfig
 	dev-lang/perl"
 
+src_prepare() {
+	# fix force as-needed wrt bug #278086
+	epatch "${FILESDIR}"/${P}-asneeded.patch
+}
+
 src_configure() {
 	local myconf="--prefix=${EPREFIX}/usr --without-win32"
 
@@ -43,10 +48,12 @@
 
 	use iconv || myconf="${myconf} --without-iconv"
 
-	sh config.sh ${myconf} || die "Configure failed"
+	for i in "${S}" "${S}"/mpsl "${S}"/mpdm;do
+		echo ${CFLAGS} >> $i/config.cflags
+		echo ${LDFLAGS} >> $i/config.ldflags
+	done
 
-	echo ${CFLAGS} >> config.cflags
-	echo ${LDFLAGS} >> config.ldflags
+	sh config.sh ${myconf} || die "Configure failed"
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-20 16:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-31  5:29 [gentoo-commits] gentoo-x86 commit in app-editors/mp: ChangeLog mp-5.1.1.ebuild Jeremy Olexa (darkside)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-29 19:34 Raul Porcel (armin76)
2010-06-20 16:18 Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox