public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/ucl: ucl-1.03-r1.ebuild ChangeLog
@ 2012-09-11  7:30 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2012-09-11  7:30 UTC (permalink / raw
  To: gentoo-commits

vapier      12/09/11 07:30:25

  Modified:             ucl-1.03-r1.ebuild ChangeLog
  Log:
  Port to the x32 ABI for fun #426334 by devsk.  Add USE=static-libs support.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-libs/ucl/ucl-1.03-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucl/ucl-1.03-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucl/ucl-1.03-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucl/ucl-1.03-r1.ebuild?r1=1.8&r2=1.9

Index: ucl-1.03-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.03-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ucl-1.03-r1.ebuild	18 Mar 2012 18:42:54 -0000	1.8
+++ ucl-1.03-r1.ebuild	11 Sep 2012 07:30:25 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.03-r1.ebuild,v 1.8 2012/03/18 18:42:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.03-r1.ebuild,v 1.9 2012/09/11 07:30:25 vapier Exp $
 
 EAPI=4
 
@@ -13,10 +13,11 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
+IUSE="static-libs"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-CFLAGS.patch
+	epatch "${FILESDIR}"/${P}-x32.patch #426334
 
 	# lzo (and ucl) have some weird sort of mfx_* set of autoconf macros
 	# which may only be distributed with lzo itself? Rescue them and
@@ -27,10 +28,12 @@
 }
 
 src_configure() {
-	econf --enable-shared
+	econf \
+		--enable-shared \
+		$(use_enable static-libs static)
 }
 
 src_install() {
-	emake install DESTDIR="${D}" || die
-	dodoc AUTHORS NEWS README THANKS TODO
+	default
+	prune_libtool_files
 }



1.41                 dev-libs/ucl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ucl/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	10 May 2012 16:00:34 -0000	1.40
+++ ChangeLog	11 Sep 2012 07:30:25 -0000	1.41
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/ucl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ChangeLog,v 1.40 2012/05/10 16:00:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ChangeLog,v 1.41 2012/09/11 07:30:25 vapier Exp $
+
+  11 Sep 2012; Mike Frysinger <vapier@gentoo.org> +files/ucl-1.03-x32.patch,
+  ucl-1.03-r1.ebuild:
+  Port to the x32 ABI for fun #426334 by devsk.  Add USE=static-libs support.
 
   10 May 2012; Agostino Sarubbo <ago@gentoo.org> -ucl-1.01-r1.ebuild,
   -ucl-1.02.ebuild, -ucl-1.03.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/ucl: ucl-1.03-r1.ebuild ChangeLog
@ 2013-10-13 14:47 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2013-10-13 14:47 UTC (permalink / raw
  To: gentoo-commits

pacho       13/10/13 14:47:43

  Modified:             ucl-1.03-r1.ebuild ChangeLog
  Log:
  Fix build with latest automake
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.10                 dev-libs/ucl/ucl-1.03-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucl/ucl-1.03-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucl/ucl-1.03-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucl/ucl-1.03-r1.ebuild?r1=1.9&r2=1.10

Index: ucl-1.03-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.03-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ucl-1.03-r1.ebuild	11 Sep 2012 07:30:25 -0000	1.9
+++ ucl-1.03-r1.ebuild	13 Oct 2013 14:47:43 -0000	1.10
@@ -1,9 +1,8 @@
-# Copyright 1999-2012 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/ucl/ucl-1.03-r1.ebuild,v 1.9 2012/09/11 07:30:25 vapier Exp $
-
-EAPI=4
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.03-r1.ebuild,v 1.10 2013/10/13 14:47:43 pacho Exp $
 
+EAPI=5
 inherit autotools eutils
 
 DESCRIPTION="the UCL Compression Library"
@@ -24,6 +23,9 @@
 	# place them into acinclude.m4 because there doesn't seem to be an
 	# m4/...
 	sed -n -e '/^AC_DEFUN.*mfx_/,/^])#$/p' aclocal.m4 > acinclude.m4 || die "Unable to rescue mfx_* autoconf macros."
+
+	sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
+
 	eautoreconf
 }
 



1.42                 dev-libs/ucl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ucl/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	11 Sep 2012 07:30:25 -0000	1.41
+++ ChangeLog	13 Oct 2013 14:47:43 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/ucl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ChangeLog,v 1.41 2012/09/11 07:30:25 vapier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ChangeLog,v 1.42 2013/10/13 14:47:43 pacho Exp $
+
+  13 Oct 2013; Pacho Ramos <pacho@gentoo.org> ucl-1.03-r1.ebuild:
+  Fix build with latest automake
 
   11 Sep 2012; Mike Frysinger <vapier@gentoo.org> +files/ucl-1.03-x32.patch,
   ucl-1.03-r1.ebuild:





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

end of thread, other threads:[~2013-10-13 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13 14:47 [gentoo-commits] gentoo-x86 commit in dev-libs/ucl: ucl-1.03-r1.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-11  7:30 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