summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2009-12-31 12:00:25 +0000
committerPacho Ramos <pacho@gentoo.org>2009-12-31 12:00:25 +0000
commit12e668f5f8c81b6d98136ba99bae26b11fbb2dc6 (patch)
treed48ae0c459e919c49be91e55a0b19d021047de35 /app-emulation/emul-linux-x86-baselibs
parentamd64 stable wrt #298358 (diff)
downloadgentoo-2-12e668f5f8c81b6d98136ba99bae26b11fbb2dc6.tar.gz
gentoo-2-12e668f5f8c81b6d98136ba99bae26b11fbb2dc6.tar.bz2
gentoo-2-12e668f5f8c81b6d98136ba99bae26b11fbb2dc6.zip
New emul set
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/emul-linux-x86-baselibs')
-rw-r--r--app-emulation/emul-linux-x86-baselibs/ChangeLog9
-rw-r--r--app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild29
2 files changed, 37 insertions, 1 deletions
diff --git a/app-emulation/emul-linux-x86-baselibs/ChangeLog b/app-emulation/emul-linux-x86-baselibs/ChangeLog
index 88cd7c1716ce..298a36a4e999 100644
--- a/app-emulation/emul-linux-x86-baselibs/ChangeLog
+++ b/app-emulation/emul-linux-x86-baselibs/ChangeLog
@@ -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)
diff --git a/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild b/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild
new file mode 100644
index 000000000000..b7a3f77b8f6c
--- /dev/null
+++ b/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20091231.ebuild
@@ -0,0 +1,29 @@
+# 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
+}