public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/mpfr: mpfr-3.1.2.ebuild mpfr-2.4.2_p3-r1.ebuild ChangeLog
@ 2013-07-21 21:52 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2013-07-21 21:52 UTC (permalink / raw
  To: gentoo-commits

ottxor      13/07/21 21:52:36

  Modified:             mpfr-3.1.2.ebuild mpfr-2.4.2_p3-r1.ebuild ChangeLog
  Log:
  added prefix support (bug #476336)
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.3                  dev-libs/mpfr/mpfr-3.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2.ebuild?r1=1.2&r2=1.3

Index: mpfr-3.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpfr-3.1.2.ebuild	29 Apr 2013 16:08:45 -0000	1.2
+++ mpfr-3.1.2.ebuild	21 Jul 2013 21:52:36 -0000	1.3
@@ -1,11 +1,11 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2.ebuild,v 1.2 2013/04/29 16:08:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2.ebuild,v 1.3 2013/07/21 21:52:36 ottxor Exp $
 
 EAPI="3"
 
 # NOTE: we cannot depend on autotools here starting with gcc-4.3.x
-inherit eutils multilib
+inherit eutils libtool multilib
 
 MY_PV=${PV/_p*}
 MY_P=${PN}-${MY_PV}
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/gmp-4.1.4-r2[static-libs?]"
@@ -39,11 +39,16 @@
 	done
 	sed -i '/if test/s:==:=:' configure #261016
 	find . -type f -print0 | xargs -0 touch -r configure
+
+	# needed for FreeMiNT
+	[[ ${CHOST} == *-mint* ]] && elibtoolize
 }
 
 src_configure() {
 	econf \
 		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
+		--with-gmp-lib="${EPREFIX}"/usr/$(get_libdir) \
+		--with-gmp-include="${EPREFIX}"/usr/include \
 		$(use_enable static-libs static)
 }
 
@@ -61,9 +66,9 @@
 }
 
 pkg_preinst() {
-	preserve_old_lib /usr/$(get_libdir)/libmpfr.so.1
+	preserve_old_lib /usr/$(get_libdir)/libmpfr$(get_libname 1)
 }
 
 pkg_postinst() {
-	preserve_old_lib_notify /usr/$(get_libdir)/libmpfr.so.1
+	preserve_old_lib_notify /usr/$(get_libdir)/libmpfr$(get_libname 1)
 }



1.2                  dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild?r1=1.1&r2=1.2

Index: mpfr-2.4.2_p3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpfr-2.4.2_p3-r1.ebuild	3 Oct 2011 15:17:49 -0000	1.1
+++ mpfr-2.4.2_p3-r1.ebuild	21 Jul 2013 21:52:36 -0000	1.2
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild,v 1.1 2011/10/03 15:17:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild,v 1.2 2013/07/21 21:52:36 ottxor Exp $
 
 # this ebuild is only for the libmpfr.so.1 ABI SONAME
 
 EAPI="3"
 
-inherit eutils
+inherit eutils libtool
 
 MY_PV=${PV/_p*}
 MY_P=${PN}-${MY_PV}
@@ -16,7 +16,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/gmp-4.1.4-r2"
@@ -28,6 +28,9 @@
 	epatch "${FILESDIR}"/${MY_PV}/patch*
 	sed -i '/if test/s:==:=:' configure #261016
 	find . -type f -print0 | xargs -0 touch -r configure
+
+	# needed for FreeMiNT
+	[[ ${CHOST} == *-mint* ]] && elibtoolize
 }
 
 src_configure() {
@@ -40,5 +43,5 @@
 
 src_install() {
 	emake install-libLTLIBRARIES DESTDIR="${D}" || die
-	rm "${D}"/usr/*/libmpfr.{la,so} || die
+	rm "${ED}"/usr/*/libmpfr.{la,so,dylib,a} || die
 }



1.167                dev-libs/mpfr/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/ChangeLog?rev=1.167&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/ChangeLog?rev=1.167&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/ChangeLog?r1=1.166&r2=1.167

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog	29 Apr 2013 16:08:45 -0000	1.166
+++ ChangeLog	21 Jul 2013 21:52:36 -0000	1.167
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/mpfr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.166 2013/04/29 16:08:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.167 2013/07/21 21:52:36 ottxor Exp $
+
+  21 Jul 2013; Christoph Junghans <ottxor@gentoo.org> mpfr-2.4.2_p3-r1.ebuild,
+  mpfr-3.1.2.ebuild:
+  added prefix support (bug #476336)
 
   29 Apr 2013; Sébastien Fabbro <bicatali@gentoo.org> mpfr-3.1.2.ebuild:
   Keyword amd64-linux





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/mpfr: mpfr-3.1.2.ebuild mpfr-2.4.2_p3-r1.ebuild ChangeLog
@ 2013-08-25  2:37 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2013-08-25  2:37 UTC (permalink / raw
  To: gentoo-commits

vapier      13/08/25 02:37:44

  Modified:             mpfr-3.1.2.ebuild mpfr-2.4.2_p3-r1.ebuild ChangeLog
  Log:
  Simplify src_prepare code.
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.4                  dev-libs/mpfr/mpfr-3.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2.ebuild?r1=1.3&r2=1.4

Index: mpfr-3.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mpfr-3.1.2.ebuild	21 Jul 2013 21:52:36 -0000	1.3
+++ mpfr-3.1.2.ebuild	25 Aug 2013 02:37:43 -0000	1.4
@@ -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/dev-libs/mpfr/mpfr-3.1.2.ebuild,v 1.3 2013/07/21 21:52:36 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2.ebuild,v 1.4 2013/08/25 02:37:43 vapier Exp $
 
 EAPI="3"
 
@@ -38,10 +38,8 @@
 		fi
 	done
 	sed -i '/if test/s:==:=:' configure #261016
-	find . -type f -print0 | xargs -0 touch -r configure
-
-	# needed for FreeMiNT
-	[[ ${CHOST} == *-mint* ]] && elibtoolize
+	find . -type f -exec touch -r configure {} +
+	elibtoolize
 }
 
 src_configure() {



1.3                  dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild?r1=1.2&r2=1.3

Index: mpfr-2.4.2_p3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpfr-2.4.2_p3-r1.ebuild	21 Jul 2013 21:52:36 -0000	1.2
+++ mpfr-2.4.2_p3-r1.ebuild	25 Aug 2013 02:37:43 -0000	1.3
@@ -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/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild,v 1.2 2013/07/21 21:52:36 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild,v 1.3 2013/08/25 02:37:43 vapier Exp $
 
 # this ebuild is only for the libmpfr.so.1 ABI SONAME
 
@@ -27,10 +27,8 @@
 src_prepare() {
 	epatch "${FILESDIR}"/${MY_PV}/patch*
 	sed -i '/if test/s:==:=:' configure #261016
-	find . -type f -print0 | xargs -0 touch -r configure
-
-	# needed for FreeMiNT
-	[[ ${CHOST} == *-mint* ]] && elibtoolize
+	find . -type f -exec touch -r configure {} +
+	elibtoolize
 }
 
 src_configure() {



1.168                dev-libs/mpfr/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/ChangeLog?rev=1.168&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/ChangeLog?rev=1.168&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mpfr/ChangeLog?r1=1.167&r2=1.168

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog	21 Jul 2013 21:52:36 -0000	1.167
+++ ChangeLog	25 Aug 2013 02:37:43 -0000	1.168
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/mpfr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.167 2013/07/21 21:52:36 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.168 2013/08/25 02:37:43 vapier Exp $
+
+  25 Aug 2013; Mike Frysinger <vapier@gentoo.org> mpfr-2.4.2_p3-r1.ebuild,
+  mpfr-3.1.2.ebuild:
+  Simplify src_prepare code.
 
   21 Jul 2013; Christoph Junghans <ottxor@gentoo.org> mpfr-2.4.2_p3-r1.ebuild,
   mpfr-3.1.2.ebuild:





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

end of thread, other threads:[~2013-08-25  2:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-21 21:52 [gentoo-commits] gentoo-x86 commit in dev-libs/mpfr: mpfr-3.1.2.ebuild mpfr-2.4.2_p3-r1.ebuild ChangeLog Christoph Junghans (ottxor)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-25  2:37 Mike Frysinger (vapier)

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