public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/boost-m4: boost-m4-0.3.ebuild ChangeLog
@ 2013-03-05 14:00 Nathan Phillip Brink (binki)
  0 siblings, 0 replies; 2+ messages in thread
From: Nathan Phillip Brink (binki) @ 2013-03-05 14:00 UTC (permalink / raw
  To: gentoo-commits

binki       13/03/05 14:00:26

  Modified:             ChangeLog
  Added:                boost-m4-0.3.ebuild
  Log:
  Bump to boost-m4-0.3 which includes a Mac OSX -rpath LDFLAGS fix for bug #460362.
  
  (Portage version: 2.2.0_alpha163-r2/cvs/Linux x86_64, signed Manifest commit with key 743A52E86BA81050)

Revision  Changes    Path
1.7                  sys-devel/boost-m4/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	1 Dec 2012 19:04:00 -0000	1.6
+++ ChangeLog	5 Mar 2013 14:00:26 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/boost-m4
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.6 2012/12/01 19:04:00 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.7 2013/03/05 14:00:26 binki Exp $
+
+*boost-m4-0.3 (05 Mar 2013)
+
+  05 Mar 2013; Nathan Phillip Brink <binki@gentoo.org> +boost-m4-0.3.ebuild:
+  Bump to boost-m4-0.3 which includes a Mac OSX -rpath LDFLAGS fix for bug
+  #460362.
 
   01 Dec 2012; Raúl Porcel <armin76@gentoo.org> boost-m4-0.2.ebuild,
   boost-m4-0.3_pre121130.ebuild:



1.1                  sys-devel/boost-m4/boost-m4-0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/boost-m4-0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/boost-m4-0.3.ebuild?rev=1.1&content-type=text/plain

Index: boost-m4-0.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/boost-m4-0.3.ebuild,v 1.1 2013/03/05 14:00:26 binki Exp $

EAPI=4

inherit vcs-snapshot

DESCRIPTION="Another set of autoconf macros for compiling against boost"
HOMEPAGE="http://github.com/tsuna/boost.m4"
SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""

# boost.m4 has a buildsystem, but the distributer didn't use make dist
# so we'd have to eautoreconf to use it. Also, its ./configure script
# DEPENDs on boost. For installing one file, bootstrapping the
# buildsystem isn't worth it.
src_configure() { :; }

src_compile() { :; }

src_install() {
	insinto /usr/share/aclocal
	doins build-aux/boost.m4

	dodoc AUTHORS NEWS README THANKS
}





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

* [gentoo-commits] gentoo-x86 commit in sys-devel/boost-m4: boost-m4-0.3.ebuild ChangeLog
@ 2013-03-05 21:40 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2013-03-05 21:40 UTC (permalink / raw
  To: gentoo-commits

ottxor      13/03/05 21:40:46

  Modified:             boost-m4-0.3.ebuild ChangeLog
  Log:
  added *-macos keywords
  
  (Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.2                  sys-devel/boost-m4/boost-m4-0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/boost-m4-0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/boost-m4-0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/boost-m4-0.3.ebuild?r1=1.1&r2=1.2

Index: boost-m4-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/boost-m4-0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boost-m4-0.3.ebuild	5 Mar 2013 14:00:26 -0000	1.1
+++ boost-m4-0.3.ebuild	5 Mar 2013 21:40:46 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/boost-m4-0.3.ebuild,v 1.1 2013/03/05 14:00:26 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/boost-m4-0.3.ebuild,v 1.2 2013/03/05 21:40:46 ottxor Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 # boost.m4 has a buildsystem, but the distributer didn't use make dist



1.9                  sys-devel/boost-m4/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	5 Mar 2013 14:11:53 -0000	1.8
+++ ChangeLog	5 Mar 2013 21:40:46 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/boost-m4
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.8 2013/03/05 14:11:53 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.9 2013/03/05 21:40:46 ottxor Exp $
+
+  05 Mar 2013; Christoph Junghans <ottxor@gentoo.org> boost-m4-0.3.ebuild:
+  added *-macos keywords
 
   05 Mar 2013; Nathan Phillip Brink <binki@gentoo.org> -boost-m4-0.2.ebuild:
   Drop old boost-m4-0.2.





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

end of thread, other threads:[~2013-03-05 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 14:00 [gentoo-commits] gentoo-x86 commit in sys-devel/boost-m4: boost-m4-0.3.ebuild ChangeLog Nathan Phillip Brink (binki)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-05 21:40 Christoph Junghans (ottxor)

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