public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libiconv: ChangeLog libiconv-1.12.ebuild
@ 2008-02-21 22:20 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2008-02-21 22:20 UTC (permalink / raw
  To: gentoo-commits

vapier      08/02/21 22:20:25

  Modified:             ChangeLog
  Added:                libiconv-1.12.ebuild
  Log:
  Version bump -- needs iconv rpath fixed though.
  (Portage version: 2.2_pre2)

Revision  Changes    Path
1.29                 dev-libs/libiconv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libiconv/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libiconv/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libiconv/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	23 Jan 2007 07:17:54 -0000	1.28
+++ ChangeLog	21 Feb 2008 22:20:24 -0000	1.29
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libiconv
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v 1.28 2007/01/23 07:17:54 flameeyes Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v 1.29 2008/02/21 22:20:24 vapier Exp $
+
+*libiconv-1.12 (21 Feb 2008)
+
+  21 Feb 2008; Mike Frysinger <vapier@gentoo.org> +libiconv-1.12.ebuild:
+  Version bump -- needs iconv rpath fixed though.
 
   23 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> libiconv-1.11.ebuild:
   Use toolchain-funcs's gen_usr_ldscript. See bug #144529.



1.1                  dev-libs/libiconv/libiconv-1.12.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libiconv/libiconv-1.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libiconv/libiconv-1.12.ebuild?rev=1.1&content-type=text/plain

Index: libiconv-1.12.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/libiconv-1.12.ebuild,v 1.1 2008/02/21 22:20:24 vapier Exp $

inherit eutils multilib flag-o-matic libtool toolchain-funcs

DESCRIPTION="GNU charset conversion library for libc which doesn't implement it"
HOMEPAGE="http://www.gnu.org/software/libiconv/"
SRC_URI="mirror://gnu/libiconv/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
#KEYWORDS="~sparc-fbsd ~x86-fbsd"
IUSE=""

DEPEND="!sys-libs/glibc
	!sys-apps/man-pages"

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

	# This patch is needed as libiconv 1.10 provides (and uses) new functions
	# and they are not present in the old libiconv.so, and this breaks the
	# ${DESTDIR} != ${prefix} that we use. It's a problem for Solaris, but we
	# don't have to deal with it for now.
	#epatch "${FILESDIR}"/${PN}-1.10-link.patch

	# Make sure that libtool support is updated to link "the linux way" on
	# FreeBSD.
	elibtoolize
}

src_compile() {
	# Install in /lib as utils installed in /lib like gnutar
	# can depend on this

	# Disable NLS support because that creates a circular dependency
	# between libiconv and gettext

	econf \
		--disable-nls \
		--enable-shared \
		--enable-static \
		 || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}/html" install || die "make install failed"

	# Move static libs and creates ldscripts into /usr/lib
	dodir /$(get_libdir)
	mv "${D}"/usr/$(get_libdir)/*.so* "${D}/$(get_libdir)" || die
	gen_usr_ldscript libiconv.so
	gen_usr_ldscript libcharset.so
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libiconv: ChangeLog libiconv-1.12.ebuild
@ 2008-06-08 20:41 Javier Villavicencio (the_paya)
  0 siblings, 0 replies; 2+ messages in thread
From: Javier Villavicencio (the_paya) @ 2008-06-08 20:41 UTC (permalink / raw
  To: gentoo-commits

the_paya    08/06/08 20:41:37

  Modified:             ChangeLog libiconv-1.12.ebuild
  Log:
  Rekeyword, works fine g/fbsd 6.2 and 7.0.
  (Portage version: 2.1.5.4)

Revision  Changes    Path
1.31                 dev-libs/libiconv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libiconv/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libiconv/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libiconv/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	19 Mar 2008 17:24:02 -0000	1.30
+++ ChangeLog	8 Jun 2008 20:41:36 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libiconv
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v 1.30 2008/03/19 17:24:02 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v 1.31 2008/06/08 20:41:36 the_paya Exp $
+
+  08 Jun 2008; Javier Villavicencio <the_paya@gentoo.org>
+  libiconv-1.12.ebuild:
+  Rekeywording, builds fine on g/fbsd 6.2 and 7.0.
 
   19 Mar 2008; Michael Haubenwallner <haubi@gentoo.org>
   libiconv-1.12.ebuild:



1.3                  dev-libs/libiconv/libiconv-1.12.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libiconv/libiconv-1.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libiconv/libiconv-1.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libiconv/libiconv-1.12.ebuild?r1=1.2&r2=1.3

Index: libiconv-1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libiconv/libiconv-1.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libiconv-1.12.ebuild	19 Mar 2008 17:24:02 -0000	1.2
+++ libiconv-1.12.ebuild	8 Jun 2008 20:41:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/libiconv-1.12.ebuild,v 1.2 2008/03/19 17:24:02 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/libiconv-1.12.ebuild,v 1.3 2008/06/08 20:41:36 the_paya Exp $
 
 inherit eutils multilib flag-o-matic libtool toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-#KEYWORDS="~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="!sys-libs/glibc



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-06-08 20:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-21 22:20 [gentoo-commits] gentoo-x86 commit in dev-libs/libiconv: ChangeLog libiconv-1.12.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-08 20:41 Javier Villavicencio (the_paya)

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