public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/m4: ChangeLog m4-1.4.10-r1.ebuild
@ 2007-10-15  9:03 Roy Marples (uberlord)
  0 siblings, 0 replies; only message in thread
From: Roy Marples (uberlord) @ 2007-10-15  9:03 UTC (permalink / raw
  To: gentoo-commits

uberlord    07/10/15 09:03:09

  Modified:             ChangeLog
  Added:                m4-1.4.10-r1.ebuild
  Log:
  Pull upstream fix for BSD systems.
  (Portage version: 2.1.3.13)

Revision  Changes    Path
1.100                sys-devel/m4/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/m4/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/m4/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/m4/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	12 Oct 2007 20:19:38 -0000	1.99
+++ ChangeLog	15 Oct 2007 09:03:09 -0000	1.100
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/m4
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.99 2007/10/12 20:19:38 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.100 2007/10/15 09:03:09 uberlord Exp $
+
+*m4-1.4.10-r1 (15 Oct 2007)
+
+  15 Oct 2007; Roy Marples <uberlord@gentoo.org>
+  +files/m4-1.4.10-seek.patch, +m4-1.4.10-r1.ebuild:
+  Pull upstream fix for BSD systems.
 
   12 Oct 2007; Lars Weiler <pylon@gentoo.org> m4-1.4.10.ebuild:
   stable ppc, bug #195257



1.1                  sys-devel/m4/m4-1.4.10-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/m4/m4-1.4.10-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/m4/m4-1.4.10-r1.ebuild?rev=1.1&content-type=text/plain

Index: m4-1.4.10-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.10-r1.ebuild,v 1.1 2007/10/15 09:03:09 uberlord Exp $

inherit eutils

DESCRIPTION="GNU macro processor"
HOMEPAGE="http://www.gnu.org/software/m4/m4.html"
SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2
	ftp://ftp.seindal.dk/gnu/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="examples nls"

# remember: cannot dep on autoconf since it needs us
DEPEND="nls? ( sys-devel/gettext )"
RDEPEND=""

src_unpack() {
	unpack ${A}
	cd "${S}"

	# Fix for BSD systems pulled from upstream.
	epatch "${FILESDIR}/${P}"-seek.patch
}

src_compile() {
	local myconf=""
	[ "${USERLAND}" != "GNU" ] && myconf="--program-prefix=g"
	econf \
		$(use_enable nls) \
		--enable-changeword \
		${myconf} \
		|| die
	emake || die
}

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc BACKLOG ChangeLog NEWS README* THANKS TODO
	if use examples ; then
		docinto examples
		dodoc examples/*
		rm -f "${D}"/usr/share/doc/${PF}/examples/Makefile*
	fi
	rm -f "${D}"/usr/lib/charset.alias #172864
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-15  9:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-15  9:03 [gentoo-commits] gentoo-x86 commit in sys-devel/m4: ChangeLog m4-1.4.10-r1.ebuild Roy Marples (uberlord)

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