public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-baselibs: ChangeLog emul-linux-x86-baselibs-20091231.ebuild
@ 2009-12-31 12:00 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2009-12-31 12:00 UTC (permalink / raw
  To: gentoo-commits

pacho       09/12/31 12:00:26

  Modified:             ChangeLog
  Added:                emul-linux-x86-baselibs-20091231.ebuild
  Log:
  New emul set
  (Portage version: 2.1.7.15/cvs/Linux x86_64)

Revision  Changes    Path
1.100                app-emulation/emul-linux-x86-baselibs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	26 Dec 2009 21:45:18 -0000	1.99
+++ ChangeLog	31 Dec 2009 12:00:25 -0000	1.100
@@ -1,6 +1,13 @@
 # ChangeLog for app-emulation/emul-linux-x86-baselibs
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v 1.99 2009/12/26 21:45:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v 1.100 2009/12/31 12:00:25 pacho Exp $
+
+*emul-linux-x86-baselibs-20091231 (31 Dec 2009)
+
+  31 Dec 2009; Pacho Ramos <pacho@gentoo.org>
+  +emul-linux-x86-baselibs-20091231.ebuild:
+  New emul set: added curl, gnutls, nss/nspr/sqlite as some apps in tree
+  need them. Also some minor bugs fixed
 
 *emul-linux-x86-baselibs-20091226 (26 Dec 2009)
 



1.1                  app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild?rev=1.1&content-type=text/plain

Index: emul-linux-x86-baselibs-20091231.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild,v 1.1 2009/12/31 12:00:25 pacho Exp $

inherit emul-linux-x86

LICENSE="|| ( Artistic GPL-2 ) || ( BSD GPL-2 ) BZIP2 CRACKLIB DB
		GPL-2 || ( GPL-2 AFL-2.1 ) LGPL-2 LGPL-2.1 GPL-3 LGPL-3
		MIT MPL-1.1 OPENLDAP OpenSoftware openssl OracleDB PAM ZLIB
		tcp_wrappers_license as-is"
KEYWORDS="-* ~amd64"
IUSE=""

DEPEND=""
RDEPEND="!<app-emulation/emul-linux-x86-medialibs-10.2" # bug 168507

QA_DT_HASH="usr/lib32/.*"

src_unpack() {
	export ALLOWED="(${S}/lib32/security/pam_filter/upperLOWER|${S}/etc/env.d|${S}/lib32/security/pam_ldap.so)"
	emul-linux-x86_src_unpack
	rm -rf "${S}/etc/env.d/binutils/" \
			"${S}/usr/lib32/binutils/" \
			"${S}/usr/i686-pc-linux-gnu/lib" \
			"${S}/usr/lib32/engines/" \
			"${S}/usr/lib32/openldap/" || die

	ln -s ../share/terminfo "${S}/usr/lib32/terminfo" || die
}






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

* [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-baselibs: ChangeLog emul-linux-x86-baselibs-20091231.ebuild
@ 2010-01-29 22:38 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2010-01-29 22:38 UTC (permalink / raw
  To: gentoo-commits

pacho       10/01/29 22:38:46

  Modified:             ChangeLog emul-linux-x86-baselibs-20091231.ebuild
  Log:
  amd64 stable, bug 301928
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.105                app-emulation/emul-linux-x86-baselibs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog?r1=1.104&r2=1.105

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	15 Jan 2010 02:20:48 -0000	1.104
+++ ChangeLog	29 Jan 2010 22:38:45 -0000	1.105
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/emul-linux-x86-baselibs
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v 1.104 2010/01/15 02:20:48 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/ChangeLog,v 1.105 2010/01/29 22:38:45 pacho Exp $
+
+  29 Jan 2010; Pacho Ramos <pacho@gentoo.org>
+  emul-linux-x86-baselibs-20091231.ebuild:
+  amd64 stable, bug 301928
 
   15 Jan 2010; Jonathan Callen <abcd@gentoo.org>
   emul-linux-x86-baselibs-20081109.ebuild,



1.4                  app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild?r1=1.3&r2=1.4

Index: emul-linux-x86-baselibs-20091231.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emul-linux-x86-baselibs-20091231.ebuild	15 Jan 2010 02:20:48 -0000	1.3
+++ emul-linux-x86-baselibs-20091231.ebuild	29 Jan 2010 22:38:45 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild,v 1.3 2010/01/15 02:20:48 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild,v 1.4 2010/01/29 22:38:45 pacho Exp $
 
 inherit emul-linux-x86
 
@@ -8,7 +8,7 @@
 		GPL-2 || ( GPL-2 AFL-2.1 ) LGPL-2 LGPL-2.1 GPL-3 LGPL-3
 		MIT MPL-1.1 OPENLDAP OpenSoftware openssl OracleDB ZLIB
 		tcp_wrappers_license as-is"
-KEYWORDS="-* ~amd64 ~amd64-linux"
+KEYWORDS="-* amd64 ~amd64-linux"
 IUSE=""
 
 DEPEND=""






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

end of thread, other threads:[~2010-01-29 22:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-31 12:00 [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-baselibs: ChangeLog emul-linux-x86-baselibs-20091231.ebuild Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-29 22:38 Pacho Ramos (pacho)

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