Sync with portage [Mon May 26 00:00:50 MSK 2014].

mhiretskiy
root 10 years ago
parent a198f12d98
commit 60e7b65a63

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/flite/flite-1.3-r1.ebuild,v 1.1 2014/02/12 21:21:11 teiresias Exp $
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/flite/flite-1.3-r1.ebuild,v 1.2 2014/05/25 18:47:55 maekke Exp $
EAPI=5
inherit eutils
@ -11,7 +11,7 @@ SRC_URI="http://www.speech.cs.cmu.edu/flite/packed/${P}/${P}-release.tar.gz"
LICENSE="BSD freetts public-domain regexp-UofT BSD-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~alpha ~amd64 arm ~ppc ~ppc64 ~sparc ~x86"
IUSE="alsa static"
S=${WORKDIR}/${P}-release

@ -1,2 +1,3 @@
DIST eselect-1.3.8.tar.xz 168040 SHA256 d0c50bfe0faaddc54fc184f698ee74a6029a21f5155c4670a2bea3ead954c138 SHA512 159bf3ddb05b1966318eaf62d09e454a024f8be7ead2300392abbcbaa54ef748a1c4db1b2f96162994bcab43071396eb96a0b47268f04cb8557f8804818da18e WHIRLPOOL 9c4da0bde2ae2b53e8949d59b13498f55ef2c849dcc8cac503a7d0dda2511311d94dfc7aa27a97432f13aa0b430fec0ab280594dc165bbb40e573dce8c8a74b0
DIST eselect-1.4.1.tar.xz 168616 SHA256 c60eb7e3b6eea36560ea16f8378de3c86926988a1eee3e6dd98c12f0340869c0 SHA512 c6754c3bb71efda36b807f2275aff0cc7bf5c3f58cbc7543b8255592940dae341e4b597ff1376b0997c37bcd0b736d813630b9fe4a4da2f85765217d8634deab WHIRLPOOL a9fb2dc6904c57878c744f70f0bd66a18b574eec04f042fa5ab60f608f31a0c90554153f3362c633742bb9918cb14f146269e0972cdf97998c60c236ae966f66
DIST eselect-1.4.2.tar.xz 169036 SHA256 b3aef6a41c8f85f2f4b50204f0713b40586e8443965005c5fc2510218e359fc3 SHA512 d453ece6a06c6328dd3662520e7eba32ad8d10feeb6826d1f3e9c69c2f6b260e1872e0e9b5f1fc272b5d5a59145855a330454889306798808765f7530f4f4736 WHIRLPOOL 9322d5fe7085ffac7497d3f517860a5ba173edae86d4d058d0f4930ea1872712245ff094b777f0171d71d01ea38be3158614f358cf1923ceb6fbe0f735414503

@ -0,0 +1,61 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.4.2.ebuild,v 1.1 2014/05/24 17:51:46 ulm Exp $
EAPI=4
inherit eutils bash-completion-r1
DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Eselect"
SRC_URI="http://dev.gentoo.org/~ulm/eselect/${P}.tar.xz"
LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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="doc emacs vim-syntax"
RDEPEND="sys-apps/sed
|| (
sys-apps/coreutils
sys-freebsd/freebsd-bin
app-misc/realpath
)"
DEPEND="${RDEPEND}
app-arch/xz-utils
doc? ( dev-python/docutils )"
RDEPEND="!app-admin/eselect-news
${RDEPEND}
sys-apps/file
sys-libs/ncurses"
PDEPEND="emacs? ( app-emacs/eselect-mode )
vim-syntax? ( app-vim/eselect-syntax )"
src_compile() {
emake
use doc && emake html
}
src_install() {
emake DESTDIR="${D}" install
newbashcomp misc/${PN}.bashcomp ${PN}
dodoc AUTHORS ChangeLog NEWS README TODO doc/*.txt
use doc && dohtml *.html doc/*
# needed by news module
keepdir /var/lib/gentoo/news
if ! use prefix; then
fowners root:portage /var/lib/gentoo/news
fperms g+w /var/lib/gentoo/news
fi
}
pkg_postinst() {
# fowners in src_install doesn't work for the portage group:
# merging changes the group back to root
if ! use prefix; then
chgrp portage "${EROOT}/var/lib/gentoo/news" \
&& chmod g+w "${EROOT}/var/lib/gentoo/news"
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.17.9.ebuild,v 1.9 2014/05/18 10:16:19 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.17.9.ebuild,v 1.10 2014/05/25 18:49:56 maekke Exp $
EAPI=5
inherit eutils multilib autotools toolchain-funcs
@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
IUSE="+bzip2 dselect +lzma nls test unicode +update-alternatives +zlib"
REQUIRED_USE="dselect? ( nls )"

@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysphere/monkeysphere-0.36-r1.ebuild,v 1.1 2013/12/16 11:26:32 tomwij Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysphere/monkeysphere-0.36-r1.ebuild,v 1.2 2014/05/25 15:34:19 mrueg Exp $
EAPI="5"
EAPI=5
inherit eutils user
@ -12,7 +12,7 @@ SRC_URI="http://archive.${PN}.info/debian/pool/${PN}/${PN::1}/${PN}/${PN}_${PV}.
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="test"
# Tests do weird things with network and fail OOTB.
@ -36,9 +36,9 @@ pkg_setup()
src_prepare()
{
epatch "${FILESDIR}/${P}_default_shell.patch"
epatch "${FILESDIR}/${P}_non_default_port.patch"
epatch "${FILESDIR}/${P}_userid_empty_line.patch"
epatch "${FILESDIR}/${P}_default_shell.patch" \
"${FILESDIR}/${P}_non_default_port.patch" \
"${FILESDIR}/${P}_userid_empty_line.patch"
sed -i "s#share/doc/${PN}#share/doc/${PF}#" Makefile || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/zsh-lovers/zsh-lovers-0.8.3.ebuild,v 1.9 2012/06/04 22:14:50 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/app-doc/zsh-lovers/zsh-lovers-0.8.3.ebuild,v 1.10 2014/05/25 11:16:41 ulm Exp $
EAPI=4
@ -8,7 +8,7 @@ DESCRIPTION="Tips, tricks and examples for the Z shell"
HOMEPAGE="http://grml.org/zsh/zsh-lovers.html"
SRC_URI="http://deb.grml.org/pool/main/z/${PN}/${PN}_${PV}.tar.gz"
LICENSE="GPL-2 as-is"
LICENSE="GPL-2 all-rights-reserved"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20140414.ebuild,v 1.2 2014/05/16 14:10:42 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20140414.ebuild,v 1.3 2014/05/25 18:47:04 maekke Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://homepage.boetes.org/software/mg/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~arm hppa ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="~amd64 arm hppa ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="livecd"
RDEPEND="sys-libs/ncurses

@ -1 +1,2 @@
DIST eselect-1.4.1.tar.xz 168616 SHA256 c60eb7e3b6eea36560ea16f8378de3c86926988a1eee3e6dd98c12f0340869c0 SHA512 c6754c3bb71efda36b807f2275aff0cc7bf5c3f58cbc7543b8255592940dae341e4b597ff1376b0997c37bcd0b736d813630b9fe4a4da2f85765217d8634deab WHIRLPOOL a9fb2dc6904c57878c744f70f0bd66a18b574eec04f042fa5ab60f608f31a0c90554153f3362c633742bb9918cb14f146269e0972cdf97998c60c236ae966f66
DIST eselect-1.4.2.tar.xz 169036 SHA256 b3aef6a41c8f85f2f4b50204f0713b40586e8443965005c5fc2510218e359fc3 SHA512 d453ece6a06c6328dd3662520e7eba32ad8d10feeb6826d1f3e9c69c2f6b260e1872e0e9b5f1fc272b5d5a59145855a330454889306798808765f7530f4f4736 WHIRLPOOL 9322d5fe7085ffac7497d3f517860a5ba173edae86d4d058d0f4930ea1872712245ff094b777f0171d71d01ea38be3158614f358cf1923ceb6fbe0f735414503

@ -0,0 +1,19 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/eselect-mode/eselect-mode-1.4.2.ebuild,v 1.1 2014/05/25 11:05:02 ulm Exp $
EAPI=5
inherit elisp
MY_P="eselect-${PV}"
DESCRIPTION="Emacs major mode for editing eselect files"
HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Eselect"
SRC_URI="http://dev.gentoo.org/~ulm/eselect/${MY_P}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
S="${WORKDIR}/${MY_P}/misc"
SITEFILE="50${PN}-gentoo.el"

@ -0,0 +1,105 @@
# Copyright 1999-2014 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-20140508-r6.ebuild,v 1.1 2014/05/25 11:29:38 mgorny Exp $
EAPI=5
inherit emul-linux-x86
LICENSE="Artistic GPL-1 GPL-2 GPL-3 BSD BSD-2 BZIP2 AFL-2.1 LGPL-2.1 BSD-4 MIT
public-domain LGPL-3 LGPL-2 GPL-2-with-exceptions MPL-1.1 OPENLDAP
Sleepycat UoI-NCSA ZLIB openafs-krb5-a HPND ISC RSA IJG libmng libtiff
openssl tcp_wrappers_license"
KEYWORDS="-* ~amd64"
IUSE="abi_x86_32"
DEPEND=""
RDEPEND="!<app-emulation/emul-linux-x86-medialibs-10.2
!abi_x86_32? (
!>=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)]
)
abi_x86_32? (
>=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
>=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)]
>=media-libs/libpng-1.5.16-r1:0[abi_x86_32(-)]
>=dev-libs/udis86-1.7-r2[abi_x86_32(-)]
>=virtual/libffi-3.0.13-r1[abi_x86_32(-)]
>=sys-devel/llvm-3.3-r1[abi_x86_32(-)]
>=media-libs/libpng-1.2.50-r1:1.2[abi_x86_32(-)]
virtual/jpeg:62[abi_x86_32(-)]
>=sys-libs/libraw1394-2.1.0-r1[abi_x86_32(-)]
>=sys-libs/libavc1394-0.5.4-r1[abi_x86_32(-)]
>=dev-libs/expat-2.1.0-r3[abi_x86_32(-)]
>=virtual/libusb-0-r1:0[abi_x86_32(-)]
>=virtual/libusb-1-r1:1[abi_x86_32(-)]
|| (
>=virtual/udev-206-r1[abi_x86_32(-)]
~virtual/udev-204[abi_x86_32(-)] )
>=media-libs/tiff-4.0.3-r5:0[abi_x86_32(-)]
>=sys-apps/attr-2.4.47-r1[abi_x86_32(-)]
>=dev-libs/glib-2.36.3-r2:2[abi_x86_32(-)]
>=media-libs/lcms-2.5-r1:2[abi_x86_32(-)]
>=app-text/libpaper-1.1.24-r2[abi_x86_32(-)]
>=media-libs/tiff-3.9.7-r1:3[abi_x86_32(-)]
|| (
>=dev-libs/elfutils-0.155-r1[abi_x86_32(-)]
>=dev-libs/libelf-0.8.13-r2[abi_x86_32(-)]
)
>=sys-libs/e2fsprogs-libs-1.42.7-r1[abi_x86_32(-)]
>=sys-libs/ncurses-5.9-r3[abi_x86_32(-)]
>=sys-libs/gpm-1.20.7-r2[abi_x86_32(-)]
>=dev-libs/gmp-5.1.3-r1[abi_x86_32(-)]
>=dev-libs/libpcre-8.33-r1[abi_x86_32(-)]
>=sys-apps/dbus-1.6.18-r1[abi_x86_32(-)]
>=sys-apps/tcp-wrappers-7.6.22-r1[abi_x86_32(-)]
>=sys-libs/gdbm-1.10-r1[abi_x86_32(-)]
>=dev-libs/json-c-0.11-r1[abi_x86_32(-)]
>=dev-libs/libxml2-2.9.1-r2[abi_x86_32(-)]
>=dev-libs/dbus-glib-0.100.2-r1[abi_x86_32(-)]
>=sys-libs/readline-6.2_p5-r1:0[abi_x86_32(-)]
>=sys-devel/gettext-0.18.3.2[abi_x86_32(-)]
>=dev-libs/libgpg-error-1.12-r1[abi_x86_32(-)]
>=dev-db/sqlite-3.8.3:3[abi_x86_32(-)]
>=dev-libs/nettle-2.7.1-r1[abi_x86_32(-)]
>=dev-libs/libtasn1-3.4-r1[abi_x86_32(-)]
dev-libs/libgcrypt:11[abi_x86_32(-)]
>=dev-libs/libgcrypt-1.6.1-r1:0[abi_x86_32(-)]
>=dev-libs/lzo-2.06-r1[abi_x86_32(-)]
>=dev-libs/libxslt-1.1.28-r2[abi_x86_32(-)]
>=sys-apps/file-5.18-r1[abi_x86_32(-)]
>=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)]
>=media-libs/giflib-4.2.3-r1[abi_x86_32(-)]
>=sys-libs/slang-2.2.4-r1[abi_x86_32(-)]
>=sys-apps/acl-2.2.52-r1[abi_x86_32(-)]
>=sys-apps/util-linux-2.24.1-r3[abi_x86_32(-)]
>=sys-devel/libtool-2.4.2-r1[abi_x86_32(-)]
>=virtual/acl-0-r2[abi_x86_32(-)]
>=dev-libs/openssl-1.0.1g-r1:0[abi_x86_32(-)]
>=dev-libs/openssl-0.9.8y-r1:0.9.8[abi_x86_32(-)]
>=net-libs/gnutls-3.3.1-r1[abi_x86_32(-)]
>=net-print/cups-1.7.1-r2[abi_x86_32(-)]
>=sys-libs/talloc-2.1.0-r1[abi_x86_32(-)]
>=sys-apps/keyutils-1.5.9-r1[abi_x86_32(-)]
>=virtual/krb5-0-r1[abi_x86_32(-)]
>=sys-libs/db-4.8.30-r1:4.8[abi_x86_32(-)]
>=net-nds/openldap-2.4.38-r2[abi_x86_32(-)]
>=net-dns/libidn-1.28-r1[abi_x86_32(-)]
>=dev-libs/libnl-3.2.24-r1[abi_x86_32(-)]
)
>=sys-libs/glibc-2.16" # bug 340613
PYTHON_UPDATER_IGNORE="1"
src_prepare() {
export ALLOWED="(${S}/lib32/security/pam_filter/upperLOWER|${S}/etc/env.d|${S}/lib32/security/pam_ldap.so)"
emul-linux-x86_src_prepare
rm -rf "${S}/etc/env.d/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
# Remove migrated stuff.
use abi_x86_32 && rm -f $(sed "${FILESDIR}/remove-native-${PVR}" -e '/^#/d')
}

@ -0,0 +1,433 @@
lib32/libz.so.1
lib32/libz.so.1.2.8
usr/lib32/libz.so
usr/lib32/pkgconfig/zlib.pc
usr/lib32/libminizip.so
usr/lib32/libminizip.so.1
usr/lib32/libminizip.so.1.0.0
usr/lib32/pkgconfig/minizip.pc
lib32/libbz2.so.1
lib32/libbz2.so.1.0
lib32/libbz2.so.1.0.6
usr/lib32/libbz2.so
usr/lib32/libpng.so
usr/lib32/libpng16.so
usr/lib32/libpng16.so.16
usr/lib32/libpng16.so.16.10.0
usr/lib32/pkgconfig/libpng.pc
usr/lib32/pkgconfig/libpng16.pc
usr/lib32/libudis86.so
usr/lib32/libudis86.so.0
usr/lib32/libudis86.so.0.0.0
usr/lib32/libffi-3.0.13/include/ffi.h
usr/lib32/libffi-3.0.13/include/ffitarget.h
usr/lib32/libffi.so
usr/lib32/libffi.so.6
usr/lib32/libffi.so.6.0.1
usr/lib32/pkgconfig/libffi.pc
usr/lib32/LLVMHello.so
usr/lib32/libLLVM-3.3.so
usr/lib32/libLTO.so
usr/lib32/libprofile_rt.so
usr/lib32/libpng12.so.0
usr/lib32/libraw1394.so
usr/lib32/libraw1394.so.11
usr/lib32/libraw1394.so.11.1.0
usr/lib32/pkgconfig/libraw1394.pc
usr/lib32/libavc1394.so
usr/lib32/libavc1394.so.0
usr/lib32/libavc1394.so.0.3.0
usr/lib32/pkgconfig/libavc1394.pc
usr/lib32/librom1394.so
usr/lib32/librom1394.so.0
usr/lib32/librom1394.so.0.3.0
usr/lib32/libjpeg.so
usr/lib32/libturbojpeg.so
usr/lib32/libturbojpeg.so.0
usr/lib32/libturbojpeg.so.0.0.0
usr/lib32/libjpeg.so.62
usr/lib32/libexpat.so
usr/lib32/libexpat.so.1
usr/lib32/libexpat.so.1.6.0
usr/lib32/libexpatu.so
usr/lib32/libexpatu.so.1
usr/lib32/libexpatu.so.1.6.0
usr/lib32/libexpatw.so
usr/lib32/libexpatw.so.1
usr/lib32/libexpatw.so.1.6.0
usr/lib32/pkgconfig/expat.pc
usr/lib32/pkgconfig/expatu.pc
usr/lib32/pkgconfig/expatw.pc
lib32/libusb-0.1.so.4
lib32/libusb-0.1.so.4.4.4
usr/lib32/libusb-1.0.so
lib32/libusb-1.0.so.0
lib32/libusb-1.0.so.0.1.0
usr/lib32/libusb.so
usr/lib32/pkgconfig/libusb-1.0.pc
usr/lib32/pkgconfig/libusb.pc
lib32/libudev.so.1
lib32/libudev.so.1.4.0
usr/lib32/libudev.so
usr/lib32/pkgconfig/libudev.pc
usr/lib32/libjpeg.so.62.1.0
usr/lib32/libtiff.so
usr/lib32/libtiff.so.5
usr/lib32/libtiff.so.5.2.0
usr/lib32/libtiffxx.so
usr/lib32/libtiffxx.so.5
usr/lib32/libtiffxx.so.5.2.0
usr/lib32/pkgconfig/libtiff-4.pc
lib32/libattr.so.1
lib32/libattr.so.1.1.0
usr/lib32/libattr.so
usr/lib32/glib-2.0/include/glibconfig.h
usr/lib32/libglib-2.0.so
usr/lib32/libglib-2.0.so.0
usr/lib32/libglib-2.0.so.0.3800.2
usr/lib32/pkgconfig/glib-2.0.pc
usr/lib32/libgmodule-2.0.so
usr/lib32/libgmodule-2.0.so.0
usr/lib32/libgmodule-2.0.so.0.3800.2
usr/lib32/pkgconfig/gmodule-2.0.pc
usr/lib32/libgio-2.0.so
usr/lib32/libgio-2.0.so.0
usr/lib32/libgio-2.0.so.0.3800.2
usr/lib32/pkgconfig/gio-2.0.pc
usr/lib32/libgobject-2.0.so
usr/lib32/libgobject-2.0.so.0
usr/lib32/libgobject-2.0.so.0.3800.2
usr/lib32/pkgconfig/gobject-2.0.pc
usr/lib32/libgthread-2.0.so
usr/lib32/libgthread-2.0.so.0
usr/lib32/libgthread-2.0.so.0.3800.2
usr/lib32/pkgconfig/gthread-2.0.pc
usr/lib32/pkgconfig/gio-unix-2.0.pc
usr/lib32/pkgconfig/gmodule-export-2.0.pc
usr/lib32/pkgconfig/gmodule-no-export-2.0.pc
usr/lib32/liblcms2.so
usr/lib32/liblcms2.so.2
usr/lib32/liblcms2.so.2.0.5
usr/lib32/pkgconfig/lcms2.pc
usr/lib32/libpaper.so
usr/lib32/libpaper.so.1
usr/lib32/libpaper.so.1.1.2
usr/lib32/libtiff.so.3
usr/lib32/libtiff.so.4
usr/lib32/libtiffxx.so.3
usr/lib32/libtiffxx.so.4
usr/lib32/elfutils/libebl_aarch64-0.158.so
usr/lib32/elfutils/libebl_aarch64.so
usr/lib32/elfutils/libebl_alpha-0.158.so
usr/lib32/elfutils/libebl_alpha.so
usr/lib32/elfutils/libebl_arm-0.158.so
usr/lib32/elfutils/libebl_arm.so
usr/lib32/elfutils/libebl_i386-0.158.so
usr/lib32/elfutils/libebl_i386.so
usr/lib32/elfutils/libebl_ia64-0.158.so
usr/lib32/elfutils/libebl_ia64.so
usr/lib32/elfutils/libebl_ppc-0.158.so
usr/lib32/elfutils/libebl_ppc.so
usr/lib32/elfutils/libebl_ppc64-0.158.so
usr/lib32/elfutils/libebl_ppc64.so
usr/lib32/elfutils/libebl_s390-0.158.so
usr/lib32/elfutils/libebl_s390.so
usr/lib32/elfutils/libebl_sh-0.158.so
usr/lib32/elfutils/libebl_sh.so
usr/lib32/elfutils/libebl_sparc-0.158.so
usr/lib32/elfutils/libebl_sparc.so
usr/lib32/elfutils/libebl_tilegx-0.158.so
usr/lib32/elfutils/libebl_tilegx.so
usr/lib32/elfutils/libebl_x86_64-0.158.so
usr/lib32/elfutils/libebl_x86_64.so
usr/lib32/libelf-0.158.so
usr/lib32/libelf.so
usr/lib32/libelf.so.1
usr/lib32/libasm-0.158.so
usr/lib32/libasm.so
usr/lib32/libasm.so.1
usr/lib32/libdw-0.158.so
usr/lib32/libdw.so
usr/lib32/libdw.so.1
lib32/libss.so.2
lib32/libss.so.2.0
usr/lib32/libss.so
usr/lib32/pkgconfig/ss.pc
lib32/libcom_err.so.2
lib32/libcom_err.so.2.1
usr/lib32/libcom_err.so
usr/lib32/pkgconfig/com_err.pc
usr/lib32/libcurses.so
usr/lib32/libform.so
usr/lib32/libform.so.5
usr/lib32/libform.so.5.9
usr/lib32/libformw.so
usr/lib32/libformw.so.5
usr/lib32/libformw.so.5.9
usr/lib32/libmenu.so
usr/lib32/libmenu.so.5
usr/lib32/libmenu.so.5.9
usr/lib32/libmenuw.so
usr/lib32/libmenuw.so.5
usr/lib32/libmenuw.so.5.9
lib32/libncurses.so.5
lib32/libncurses.so.5.9
lib32/libncursesw.so.5
lib32/libncursesw.so.5.9
usr/lib32/libncurses.so
usr/lib32/libncursesw.so
usr/lib32/libpanel.so
usr/lib32/libpanel.so.5
usr/lib32/libpanel.so.5.9
usr/lib32/libpanelw.so
usr/lib32/libpanelw.so.5
usr/lib32/libpanelw.so.5.9
usr/lib32/pkgconfig/form.pc
usr/lib32/pkgconfig/formw.pc
usr/lib32/pkgconfig/ncurses++.pc
usr/lib32/pkgconfig/ncurses++w.pc
usr/lib32/pkgconfig/menuw.pc
usr/lib32/pkgconfig/menu.pc
usr/lib32/pkgconfig/ncurses.pc
usr/lib32/pkgconfig/ncursesw.pc
usr/lib32/pkgconfig/panel.pc
usr/lib32/pkgconfig/panelw.pc
usr/lib32/terminfo
lib32/libgpm.so.1
lib32/libgpm.so.1.20.0
usr/lib32/libgpm.so
usr/lib32/libgmp.so
usr/lib32/libgmp.so.10
usr/lib32/libgmp.so.10.1.3
usr/lib32/libgmpxx.so
usr/lib32/libgmpxx.so.4
usr/lib32/libgmpxx.so.4.3.3
lib32/libpcre.so.1
lib32/libpcre.so.1.2.1
usr/lib32/libpcre.so
usr/lib32/libpcrecpp.so
usr/lib32/libpcrecpp.so.0
usr/lib32/libpcrecpp.so.0.0.0
usr/lib32/libpcreposix.so
usr/lib32/libpcreposix.so.0
usr/lib32/libpcreposix.so.0.0.2
usr/lib32/pkgconfig/libpcre.pc
usr/lib32/pkgconfig/libpcrecpp.pc
usr/lib32/pkgconfig/libpcreposix.pc
usr/lib32/dbus-1.0/include/dbus/dbus-arch-deps.h
usr/lib32/libdbus-1.so
usr/lib32/libdbus-1.so.3
usr/lib32/libdbus-1.so.3.7.6
usr/lib32/pkgconfig/dbus-1.pc
lib32/libwrap.so.0
lib32/libwrap.so.0.7.6
usr/lib32/libwrap.so
usr/lib32/libgdbm.so
usr/lib32/libgdbm_compat.so
usr/lib32/libjson-c.so
usr/lib32/libjson-c.so.2
usr/lib32/libjson-c.so.2.0.1
usr/lib32/pkgconfig/json-c.pc
usr/lib32/libxml2.so
usr/lib32/libxml2.so.2
usr/lib32/libxml2.so.2.9.1
usr/lib32/pkgconfig/libxml-2.0.pc
usr/lib32/libdbus-glib-1.so
usr/lib32/libdbus-glib-1.so.2
usr/lib32/libdbus-glib-1.so.2.2.2
usr/lib32/pkgconfig/dbus-glib-1.pc
lib32/libreadline.so.6
lib32/libreadline.so.6.2
usr/lib32/libreadline.so
lib32/libhistory.so.6
lib32/libhistory.so.6.2
usr/lib32/libhistory.so
usr/lib32/libmng.so
usr/lib32/libasprintf.so
usr/lib32/libasprintf.so.0
usr/lib32/libasprintf.so.0.0.0
usr/lib32/libgpg-error.so
usr/lib32/libgpg-error.so.0
usr/lib32/libgpg-error.so.0.10.0
usr/lib32/libsqlite3.so
usr/lib32/libsqlite3.so.0
usr/lib32/libsqlite3.so.0.8.6
usr/lib32/pkgconfig/sqlite3.pc
usr/lib32/libnettle.so
usr/lib32/libnettle.so.4
usr/lib32/libnettle.so.4.7
usr/lib32/pkgconfig/nettle.pc
usr/lib32/libhogweed.so
usr/lib32/libhogweed.so.2
usr/lib32/libhogweed.so.2.5
usr/lib32/pkgconfig/hogweed.pc
usr/lib32/libtasn1.so
# Uncomment when gnutls is converted to multilib; bug #493166
# usr/lib32/libtasn1.so.3
# usr/lib32/libtasn1.so.3.2.0
usr/lib32/pkgconfig/libtasn1.pc
usr/lib32/libgcrypt.so
usr/lib32/libgcrypt.so.11
usr/lib32/libgcrypt.so.11.8.2
usr/lib32/liblzo2.so
usr/lib32/liblzo2.so.2
usr/lib32/liblzo2.so.2.0.0
usr/lib32/libxslt.so
usr/lib32/libxslt.so.1
usr/lib32/libxslt.so.1.1.28
usr/lib32/libexslt.so
usr/lib32/libexslt.so.0
usr/lib32/libexslt.so.0.8.17
usr/lib32/pkgconfig/libxslt.pc
usr/lib32/pkgconfig/libexslt.pc
usr/lib32/libmagic.so
usr/lib32/libmagic.so.1
usr/lib32/libmagic.so.1.0.0
lib32/liblzma.so.5
lib32/liblzma.so.5.0.5
usr/lib32/liblzma.so
usr/lib32/pkgconfig/liblzma.pc
usr/lib32/libgif.so
usr/lib32/libgif.so.4
usr/lib32/libslang.so
usr/lib32/libslang.so.2
usr/lib32/libslang.so.2.2.4
usr/lib32/pkgconfig/slang.pc
usr/lib32/slang/v2/modules/csv-module.so
usr/lib32/slang/v2/modules/fcntl-module.so
usr/lib32/slang/v2/modules/fork-module.so
usr/lib32/slang/v2/modules/iconv-module.so
usr/lib32/slang/v2/modules/pcre-module.so
usr/lib32/slang/v2/modules/png-module.so
usr/lib32/slang/v2/modules/rand-module.so
usr/lib32/slang/v2/modules/select-module.so
usr/lib32/slang/v2/modules/slsmg-module.so
usr/lib32/slang/v2/modules/socket-module.so
usr/lib32/slang/v2/modules/sysconf-module.so
usr/lib32/slang/v2/modules/termios-module.so
usr/lib32/slang/v2/modules/varray-module.so
usr/lib32/slang/v2/modules/zlib-module.so
lib32/libacl.so.1
lib32/libacl.so.1.1.0
lib32/libblkid.so.1
lib32/libblkid.so.1.1.0
lib32/libmount.so.1
lib32/libmount.so.1.1.0
lib32/libuuid.so.1
lib32/libuuid.so.1.3.0
usr/lib32/libacl.so
usr/lib32/libblkid.so
usr/lib32/libltdl.so
usr/lib32/libltdl.so.7
usr/lib32/libltdl.so.7.3.0
usr/lib32/libmount.so
usr/lib32/libuuid.so
usr/lib32/pkgconfig/blkid.pc
usr/lib32/pkgconfig/mount.pc
usr/lib32/pkgconfig/uuid.pc
usr/lib32/libcrypto.so
usr/lib32/libcrypto.so.1.0.0
usr/lib32/libssl.so
usr/lib32/libssl.so.1.0.0
usr/lib32/pkgconfig/libcrypto.pc
usr/lib32/pkgconfig/libssl.pc
usr/lib32/pkgconfig/openssl.pc
usr/lib32/libgnutls-extra.so
usr/lib32/libgnutls-extra.so.26
usr/lib32/libgnutls-extra.so.26.22.6
usr/lib32/libgnutls-openssl.so
usr/lib32/libgnutls-openssl.so.27
usr/lib32/libgnutls-openssl.so.27.0.0
usr/lib32/libgnutls.so
usr/lib32/libgnutls.so.26
usr/lib32/libgnutls.so.26.22.6
usr/lib32/libgnutlsxx.so
usr/lib32/libgnutlsxx.so.27
usr/lib32/libgnutlsxx.so.27.0.0
usr/lib32/pkgconfig/gnutls-extra.pc
usr/lib32/pkgconfig/gnutls.pc
usr/lib32/libcups.so
usr/lib32/libcups.so.2
usr/lib32/libcupscgi.so
usr/lib32/libcupscgi.so.1
usr/lib32/libcupsimage.so
usr/lib32/libcupsimage.so.2
usr/lib32/libcupsmime.so
usr/lib32/libcupsmime.so.1
usr/lib32/libcupsppdc.so
usr/lib32/libcupsppdc.so.1
usr/lib32/libtalloc.so
usr/lib32/libtalloc.so.2
usr/lib32/libtalloc.so.2.1.0
usr/lib32/pkgconfig/talloc.pc
lib32/libkeyutils.so.1
lib32/libkeyutils.so.1.4
usr/lib32/libkeyutils.so
usr/lib32/krb5/plugins/kdb/db2.so
usr/lib32/krb5/plugins/preauth/pkinit.so
usr/lib32/libgssapi_krb5.so
usr/lib32/libgssapi_krb5.so.2
usr/lib32/libgssapi_krb5.so.2.2
usr/lib32/libgssrpc.so
usr/lib32/libgssrpc.so.4
usr/lib32/libgssrpc.so.4.1
usr/lib32/libk5crypto.so
usr/lib32/libk5crypto.so.3
usr/lib32/libk5crypto.so.3.1
usr/lib32/libkadm5clnt.so
usr/lib32/libkadm5clnt_mit.so
usr/lib32/libkadm5clnt_mit.so.8
usr/lib32/libkadm5clnt_mit.so.8.0
usr/lib32/libkadm5srv.so
usr/lib32/libkadm5srv_mit.so
usr/lib32/libkadm5srv_mit.so.8
usr/lib32/libkadm5srv_mit.so.8.0
usr/lib32/libkdb5.so
usr/lib32/libkdb5.so.7
usr/lib32/libkdb5.so.7.0
usr/lib32/libkrb5.so
usr/lib32/libkrb5.so.3
usr/lib32/libkrb5.so.3.3
usr/lib32/libkrb5support.so
usr/lib32/libkrb5support.so.0
usr/lib32/libkrb5support.so.0.1
usr/lib32/libdb-4.8.so
usr/lib32/libdb.so
usr/lib32/libdb_cxx-4.8.so
usr/lib32/libdb_cxx.so
usr/lib32/libdb_stl-4.8.so
usr/lib32/libdb_stl.so
usr/lib32/liblber-2.4.so.2
usr/lib32/liblber-2.4.so.2.9.1
usr/lib32/liblber.so
usr/lib32/libldap-2.4.so.2
usr/lib32/libldap-2.4.so.2.9.1
usr/lib32/libldap.so
usr/lib32/libldap_r-2.4.so.2
usr/lib32/libldap_r-2.4.so.2.9.1
usr/lib32/libldap_r.so
usr/lib32/libcrypto.so.0.9.8
usr/lib32/libssl.so.0.9.8
usr/lib32/libidn.so
usr/lib32/libidn.so.11
usr/lib32/libidn.so.11.6.11
usr/lib32/pkgconfig/libidn.pc
usr/lib32/libnl-3.so
usr/lib32/libnl-3.so.200
usr/lib32/libnl-3.so.200.18.0
usr/lib32/libnl-genl-3.so
usr/lib32/libnl-genl-3.so.200
usr/lib32/libnl-genl-3.so.200.18.0
usr/lib32/libnl-idiag-3.so
usr/lib32/libnl-idiag-3.so.200
usr/lib32/libnl-idiag-3.so.200.18.0
usr/lib32/libnl-nf-3.so
usr/lib32/libnl-nf-3.so.200
usr/lib32/libnl-nf-3.so.200.18.0
usr/lib32/libnl-route-3.so
usr/lib32/libnl-route-3.so.200
usr/lib32/libnl-route-3.so.200.18.0
usr/lib32/pkgconfig/libnl-3.0.pc
usr/lib32/pkgconfig/libnl-genl-3.0.pc
usr/lib32/pkgconfig/libnl-nf-3.0.pc
usr/lib32/pkgconfig/libnl-route-3.0.pc

@ -0,0 +1,24 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-db/emul-linux-x86-db-20140508-r1.ebuild,v 1.1 2014/05/25 16:43:55 mgorny Exp $
EAPI=5
inherit emul-linux-x86
LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="-* ~amd64"
IUSE="abi_x86_32"
DEPEND=""
RDEPEND="~app-emulation/emul-linux-x86-baselibs-${PV}
abi_x86_32? (
>=dev-db/unixODBC-2.3.2[abi_x86_32(-)]
)"
src_prepare() {
emul-linux-x86_src_prepare
# Remove migrated stuff.
use abi_x86_32 && rm -f $(sed "${FILESDIR}/remove-native-${PVR}" -e '/^#/d')
}

@ -0,0 +1,9 @@
usr/lib32/libodbc.so
usr/lib32/libodbc.so.2
usr/lib32/libodbc.so.2.0.0
usr/lib32/libodbccr.so
usr/lib32/libodbccr.so.2
usr/lib32/libodbccr.so.2.0.0
usr/lib32/libodbcinst.so
usr/lib32/libodbcinst.so.2
usr/lib32/libodbcinst.so.2.0.0

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.70 2014/05/12 18:55:14 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.71 2014/05/25 17:34:03 vapier Exp $
EAPI=5
@ -270,6 +270,7 @@ qemu_src_configure() {
--disable-werror
--python="${PYTHON}"
--cc="$(tc-getCC)"
--cxx="$(tc-getCXX)"
--host-cc="$(tc-getBUILD_CC)"
$(use_enable debug debug-info)
$(use_enable debug debug-tcg)

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.7.19-r1.ebuild,v 1.2 2014/05/21 19:37:13 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.7.19-r1.ebuild,v 1.3 2014/05/25 16:47:55 mgorny Exp $
EAPI="5"
@ -182,7 +182,10 @@ COMMON_DEPEND="
app-emulation/emul-linux-x86-baselibs[development]
sys-devel/gettext[abi_x86_32]
) )
odbc? ( app-emulation/emul-linux-x86-db[development] )
odbc? ( || (
app-emulation/emul-linux-x86-db[development]
dev-db/unixODBC:=[abi_x86_32]
) )
osmesa? ( || (
>=app-emulation/emul-linux-x86-opengl-20121028[development]
media-libs/mesa[osmesa,abi_x86_32]

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.167 2014/05/23 22:43:05 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.168 2014/05/25 16:47:55 mgorny Exp $
EAPI="5"
@ -182,7 +182,10 @@ COMMON_DEPEND="
app-emulation/emul-linux-x86-baselibs[development]
sys-devel/gettext[abi_x86_32]
) )
odbc? ( app-emulation/emul-linux-x86-db[development] )
odbc? ( || (
app-emulation/emul-linux-x86-db[development]
dev-db/unixODBC:=[abi_x86_32]
) )
osmesa? ( || (
>=app-emulation/emul-linux-x86-opengl-20121028[development]
media-libs/mesa[osmesa,abi_x86_32]

@ -1,2 +1 @@
DIST brewtarget_1.2.4.orig.tar.gz 8699961 SHA256 ff18b76c9d3400131f6189289592b50457776bdfa51a15c00ab910e3726a5512 SHA512 eba723d3e9ccf1c91fc8b1d9adf6061265fa8bface2d3a6de736591cb3ab2adbed753d92a694daf7c538bfdc10e80e64ab43095afc081fae8c3028aae54a00a6 WHIRLPOOL 73aeeb099f710e59c6db1a83ec5dbb48ca3c937951417130985626d686bd1c95069c4b2084a2c906d2e64d1724cdf5c1ac55bdde8d11aa8e9d948ceefc97160b
DIST brewtarget_2.0.1.orig.tar.gz 8411456 SHA256 c53b96ec139e4b20981bf8a0cb98e0ef4d519cb317bf7722855c8f2682175c5f SHA512 90b3cac16f86701b459af073126f617d9faa3bf4152373ba4d4dd77b79159788a501d740eaafae3dc49ef9ce8fa21dcda789fff101a8d31815be4ee8155110cb WHIRLPOOL 13a8cb004aeb2d65523b7dc31b3f5054d454bf53c8f4bbe8edcd1312926fd8edaf14c7df9029443ebd6c07e25a50a37de5785182d354de4bc9935b76b17c2a28
DIST brewtarget_2.0.2.orig.tar.gz 8412998 SHA256 3f71a32a13b96726b3a71414ffd95e5e3634ecd95f784ae257bac27a195b3e39 SHA512 08a3420c29b1f4b914c36aebd15c2d1c7f717b1996d60b64dc5ad2d613aebc44bf5235d7ffeb0a598128d17b95ff9a171a46c7e461b3b1e1f4bc594ad8bed366 WHIRLPOOL 6e7bbf62df0b904228e9c08c603becfd13573ae6da6053e2cb1267f19946766e1dface9ba3acd092c15c8653ed1db296faff6c7e08266bc982969bbd42140539

@ -1,42 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/brewtarget/brewtarget-1.2.4.ebuild,v 1.3 2013/07/18 21:57:13 creffett Exp $
EAPI=4
inherit cmake-utils
DESCRIPTION="Application to create and manage beer recipes"
HOMEPAGE="http://brewtarget.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"
LICENSE="GPL-3 WTFPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="kde"
DEPEND="
>=dev-qt/qtcore-4.6:4
>=dev-qt/qtgui-4.6:4
>=dev-qt/qtsvg-4.6:4
>=dev-qt/qtwebkit-4.6:4
kde? ( media-libs/phonon )
!kde? ( || ( >=dev-qt/qtphonon-4.6:4 media-libs/phonon ) )
"
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${PV}-find-phonon.patch"
)
src_prepare() {
cmake-utils_src_prepare
# Fix docs install path
sed -i -e "/DOCDIR / s:\${CMAKE_PROJECT_NAME}:${PF}:" \
CMakeLists.txt || die
# Append missing semicolon to Categories in desktop file
sed -i -e '/^Categories=/ s:$:;:' ${PN}.desktop.in || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/brewtarget/brewtarget-2.0.1.ebuild,v 1.1 2013/11/17 20:16:18 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/brewtarget/brewtarget-2.0.2.ebuild,v 1.1 2014/05/24 20:48:08 pesa Exp $
EAPI=5

@ -1,40 +0,0 @@
--- brewtarget-1.2.4.orig/CMakeLists.txt 2012-03-14 00:08:19.969684464 +0100
+++ brewtarget-1.2.4/CMakeLists.txt 2012-03-14 00:11:39.289192627 +0100
@@ -66,29 +66,28 @@
INCLUDE_DIRECTORIES("${CMAKE_BINARY_DIR}/QtDesignerPlugins")
# ======================Find Qt4 (>= 4.6.0) for this project===================
-SET( EXT_LIBS "" )
-
IF( ${BUILD_DESIGNER_PLUGINS} )
- FIND_PACKAGE(Qt4 4.6.0 COMPONENTS QtCore QtGui QtNetwork QtSvg QtWebKit QtXml Phonon QtDesigner REQUIRED)
+ FIND_PACKAGE(Qt4 4.6.0 COMPONENTS QtCore QtGui QtNetwork QtSvg QtWebKit QtXml QtDesigner REQUIRED)
ELSE()
- FIND_PACKAGE(Qt4 4.6.0 COMPONENTS QtCore QtGui QtNetwork QtSvg QtWebkit QtXml Phonon REQUIRED)
+ FIND_PACKAGE(Qt4 4.6.0 COMPONENTS QtCore QtGui QtNetwork QtSvg QtWebkit QtXml REQUIRED)
ENDIF()
MESSAGE( STATUS "CMAKE_SYSTEM_INCLUDE_PATH: ${CMAKE_SYSTEM_INCLUDE_PATH}" )
# Some distros seem to treat Qt and Phonon as separate, so try to find Phonon.
IF( NOT QT_PHONON_FOUND )
- MESSAGE( STATUS "Phonon not found as a part of Qt; trying another approach." )
-
- FIND_LIBRARY( EXT_PHONON_LIB phonon )
- FIND_PATH( EXT_PHONON_PATH "mediaobject.h" )
+ FIND_LIBRARY( EXT_PHONON_LIB phonon
+ PATHS /usr/lib64/qt4 )
+ FIND_PATH( EXT_PHONON_PATH "mediaobject.h"
+ PATHS /usr/include/phonon
+ /usr/include/qt4/phonon )
IF( EXISTS ${EXT_PHONON_LIB} AND EXISTS ${EXT_PHONON_PATH} )
MESSAGE( STATUS "Hooray! Phonon found." )
MESSAGE( STATUS "Phonon dir: ${EXT_PHONON_PATH}")
MESSAGE( STATUS "Phonon lib: ${EXT_PHONON_LIB}")
- SET( EXT_LIBS ${EXT_LIBS} ${EXT_PHONON_LIB} )
+ SET( EXT_LIBRARIES ${EXT_PHONON_LIB} )
INCLUDE_DIRECTORIES( ${EXT_PHONON_PATH} )
ELSE()
MESSAGE( FATAL_ERROR "Phonon not found. Run cmake again with the option -DCMAKE_PREFIX_PATH=/path/to/phonon" )

@ -1,2 +1,3 @@
DIST crunch-3.4.tgz 38388 SHA256 cd3b46409a1d8a3adeac68b1b618b2773c7dd4085d61e37f9d02a2060f261922 SHA512 b433c4cb0eb42ce4e76bb8c77d26f3738bd73f925d69c1e4220ac186daf6b8afe20665dfb87e0e869b0a3bb91fb76f1b341a438cd219afa0629ca961c13a71a8 WHIRLPOOL b089c2306f7a4fbf5412f7667bdb521b24748f4786c2b80ae0dea78efb3e1144b53507a66a242842b73499e01ced3f7ff867b562eed6a20ee1bced2731e9d39d
DIST crunch-3.5.tgz 38459 SHA256 471195d9503f3420ffe80da00c1bc2e392e9bf39918ddda3cf0eaf5ef5627fda SHA512 70280e290fae392a1bd2c07f0235945438f81bccad055fe69d2ac94fedfd5f95fc22ba528be7671bb68fd33c824171fd03589d72bd089e806ff22d88c6e6e087 WHIRLPOOL 7a3b78cdb22362ca6d2c5d1b0898a3131726bc0b505aff20f6314c5ae5e17108998d123552797e3d834301d823a70eff56eb39264f2c810c0741ab2178bf3743
DIST crunch-3.6.tgz 38635 SHA256 6a8f6c3c7410cc1930e6854d1dadc6691bfef138760509b33722ff2de133fe55 SHA512 85a2a12bb481988ab27a19602122abc29bb307de0af279132dcc0565dfc4ba44ab9f7ca15d876001f2e6dcf7be77ed50168cb066fc6a65bf06ec5cf9d798e81f WHIRLPOOL 79a27e8af6472f4ab5a604e42a25e80aa957dbdee91478bc228df9d5fe45864cc468a3f3aadc0883d025fa804c16fd3e2ca836ea113ad6373b73114141ea153f

@ -0,0 +1,30 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/crunch/crunch-3.6.ebuild,v 1.1 2014/05/24 22:31:52 zerochaos Exp $
EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="A wordlist generator"
HOMEPAGE="http://sourceforge.net/projects/crunch-wordlist/"
SRC_URI="mirror://sourceforge/crunch-wordlist/crunch-wordlist/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~x86"
src_prepare() {
epatch_user
}
src_compile() {
emake CC="$(tc-getCC)"
}
src_install(){
dobin crunch
doman crunch.1
insinto /usr/share/crunch
doins charset.lst
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/geoclue/geoclue-0.12.99.ebuild,v 1.13 2014/01/14 12:12:43 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/geoclue/geoclue-0.12.99.ebuild,v 1.14 2014/05/25 14:17:55 pacho Exp $
EAPI=4
inherit autotools eutils
@ -25,7 +25,6 @@ RDEPEND=">=dev-libs/dbus-glib-0.100
networkmanager? ( net-misc/networkmanager )
skyhook? ( net-libs/libsoup )"
DEPEND="${RDEPEND}
dev-util/gtk-doc
dev-util/gtk-doc-am
virtual/pkgconfig"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.2.3.3.ebuild,v 1.1 2014/04/13 10:20:15 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.2.3.3.ebuild,v 1.2 2014/05/25 12:11:54 zlogene Exp $
EAPI=5
@ -14,7 +14,7 @@ BASE_SRC_URI="http://download.documentfoundation.org/${PN/-l10n/}/stable/${MY_PV
LICENSE="|| ( LGPL-3 MPL-1.1 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="offlinehelp"
#

@ -2,7 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>pda</herd>
<maintainer>
<email>pesa@gentoo.org</email>
</maintainer>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libabw/libabw-0.0.2.ebuild,v 1.1 2014/02/25 19:47:04 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/libabw/libabw-0.0.2.ebuild,v 1.2 2014/05/25 11:56:42 zlogene Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://dev-www.libreoffice.org/src//${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
KEYWORDS="amd64 ~arm ~ppc ~x86"
IUSE="doc static-libs"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libebook/libebook-0.0.2.ebuild,v 1.2 2014/02/08 09:22:33 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/libebook/libebook-0.0.2.ebuild,v 1.3 2014/05/25 11:58:29 zlogene Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="doc test"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild,v 1.3 2014/01/15 08:00:39 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.0.3.ebuild,v 1.4 2014/05/25 11:55:30 zlogene Exp $
EAPI=5
@ -15,7 +15,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/libetonyek"
LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
SLOT="0"
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~arm ~ppc ~x86"
KEYWORDS="amd64 ~arm ~ppc ~x86"
IUSE="doc static-libs test"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/libmwaw-0.2.0.ebuild,v 1.2 2014/01/15 07:54:58 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/libmwaw/libmwaw-0.2.0.ebuild,v 1.3 2014/05/25 11:59:11 zlogene Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
KEYWORDS="amd64 ~arm ~ppc ~x86"
IUSE="doc static-libs"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/libodfgen-0.0.4.ebuild,v 1.1 2013/12/15 10:26:32 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/libodfgen-0.0.4.ebuild,v 1.2 2014/05/25 11:57:34 zlogene Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="

@ -1,3 +1,2 @@
DIST poppler-0.24.5.tar.xz 1512476 SHA256 a2654910100c923c44e366242495e226db2798254f2fa2781138867348759f84 SHA512 dfb40f7d864614f4ad7e8729334931c4b40c48c0dc3d7a8c33b14134cf13c61f8a562cc790a08bee4a43c2c29e587a9d26330437858d465e18ceafd69521250c WHIRLPOOL 066924beb46e58c2906a3b278e617438bd966e2b7bd884e110949f0d149d2cca0bf6326f2fa8c99e3a2c0f2d3cb3f145c8eeee4f060d17e3dded501ef8ec7f33
DIST poppler-0.26.0.tar.xz 1591180 SHA256 8547032fc8ff34ba5f47b47eddfe67d0f2ff0ffcdcf5d189f52dc516770c621f SHA512 a1f0177f4e0403cfe11cad9573bebafff4ceca69519610823dbab51a60f6f2722cd86d20c4f3d26b405027548fe8efecc7f90905a943592176306ecf7cc0ad1a WHIRLPOOL b177afc5869be3097d42f7787a0e54fc12650eda869da3f015f2d65f2958165eab9d5d6e3dc6e535cc841ca9b4ff5fd303ce1f4dc0de64750756b9e4ac1469ba
DIST poppler-0.26.1.tar.xz 1592884 SHA256 c8c959c3f605a17ed21e2cfec2d9379be5e0c801db4edad5e7b2e44a6cef214c SHA512 5012bd4df931d86fd856a961819a7dd15162efa106518eeb8677edd9a21a62cfeff593a24e57181dfaacbd9e91e8bf782f2199d147c5a5398042ee055feab14d WHIRLPOOL 251481b53a180c1856b5860c6520a531547370454e78d0547afd8646c29a0de67bb2d25bf96ce27a0b976ac2539472f5ae7e53a03eb3a0f739f64a86697cb794

@ -1,95 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.26.0.ebuild,v 1.1 2014/04/27 13:08:38 dilfridge Exp $
EAPI=5
inherit cmake-utils toolchain-funcs
DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
HOMEPAGE="http://poppler.freedesktop.org/"
SRC_URI="http://poppler.freedesktop.org/${P}.tar.xz"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/46"
IUSE="cairo cjk curl cxx debug doc +introspection +jpeg jpeg2k +lcms png qt4 tiff +utils"
# No test data provided
RESTRICT="test"
COMMON_DEPEND="
>=media-libs/fontconfig-2.6.0
>=media-libs/freetype-2.3.9
sys-libs/zlib
cairo? (
dev-libs/glib:2
>=x11-libs/cairo-1.10.0
introspection? ( >=dev-libs/gobject-introspection-1.32.1 )
)
curl? ( net-misc/curl )
jpeg? ( virtual/jpeg:0 )
jpeg2k? ( media-libs/openjpeg:0 )
lcms? ( media-libs/lcms:2 )
png? ( media-libs/libpng:0= )
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4
)
tiff? ( media-libs/tiff:0 )
"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
"
RDEPEND="${COMMON_DEPEND}
cjk? ( >=app-text/poppler-data-0.4.4 )
"
DOCS=(AUTHORS NEWS README README-XPDF TODO)
src_configure() {
# this is needed for multilib, see bug 459394
local ft_libdir ft_includedir
ft_libdir="$($(tc-getPKG_CONFIG) freetype2 --variable=libdir)"
ft_includedir="$($(tc-getPKG_CONFIG) freetype2 --variable=includedir)"
export FREETYPE_DIR="${ft_libdir}:${ft_includedir%/include}"
einfo "Detected FreeType at ${FREETYPE_DIR}"
mycmakeargs=(
-DBUILD_GTK_TESTS=OFF
-DBUILD_QT4_TESTS=OFF
-DBUILD_QT5_TESTS=OFF
-DBUILD_CPP_TESTS=OFF
-DENABLE_SPLASH=ON
-DENABLE_ZLIB=ON
-DENABLE_XPDF_HEADERS=ON
$(cmake-utils_use_enable curl LIBCURL)
$(cmake-utils_use_enable cxx CPP)
$(cmake-utils_use_enable jpeg2k LIBOPENJPEG)
$(cmake-utils_use_enable utils)
$(cmake-utils_use_with cairo)
$(cmake-utils_use_with introspection GObjectIntrospection)
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with png)
$(cmake-utils_use_with qt4)
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Core=ON
$(cmake-utils_use_with tiff)
)
if use lcms; then
mycmakeargs+=(-DENABLE_CMS=lcms2)
else
mycmakeargs+=(-DENABLE_CMS=)
fi
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
if use cairo && use doc; then
# For now install gtk-doc there
insinto /usr/share/gtk-doc/html/poppler
doins -r "${S}"/glib/reference/html/*
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.4.1.ebuild,v 1.1 2013/08/09 08:51:25 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.4.1.ebuild,v 1.2 2014/05/25 11:52:30 zlogene Exp $
EAPI=5
@ -18,7 +18,7 @@ SLOT="0.4"
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs man test"

@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.2.ebuild,v 1.1 2013/12/31 18:30:45 neurogeek Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.2.ebuild,v 1.2 2014/05/25 02:58:07 neurogeek Exp $
EAPI=5
inherit libtool
inherit libtool autotools-multilib eutils
DESCRIPTION="A complete ODBC driver manager"
HOMEPAGE="http://www.unixodbc.org/"
@ -14,33 +14,33 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="+minimal odbcmanual static-libs unicode"
RDEPEND=">=sys-devel/libtool-2.2.6b
>=sys-libs/readline-6.1
>=sys-libs/ncurses-5.7-r7
virtual/libiconv"
RDEPEND=">=sys-devel/libtool-2.2.6b[${MULTILIB_USEDEP}]
>=sys-libs/readline-6.1[${MULTILIB_USEDEP}]
>=sys-libs/ncurses-5.7-r7[${MULTILIB_USEDEP}]
virtual/libiconv[${MULTILIB_USEDEP}]
abi_x86_32? ( !app-emulation/emul-linux-x86-db[-abi_x86_32(-)] )"
DEPEND="${RDEPEND}
sys-devel/flex"
DOCS="AUTHORS ChangeLog NEWS README"
src_prepare() {
elibtoolize
}
MULTILIB_WRAPPED_HEADERS=( /usr/include/unixodbc_conf.h )
src_configure() {
# --enable-driver-conf is --enable-driverc as per configure.in
econf \
--sysconfdir="${EPREFIX}"/etc/${PN} \
--enable-iconv \
$(use_enable static-libs static) \
$(use_enable !minimal drivers) \
$(use_enable !minimal driverc) \
$(use_with unicode iconv-char-enc UTF8) \
myeconfargs=(
--sysconfdir="${EPREFIX}"/etc/${PN}
--enable-iconv
$(use_enable static-libs static)
$(use_enable !minimal drivers)
$(use_enable !minimal driverc)
$(use_with unicode iconv-char-enc UTF8)
$(use_with unicode iconv-ucode-enc UTF16LE)
)
autotools-multilib_src_configure
}
src_install() {
default
multilib_src_install_all() {
einstalldocs
use prefix && dodoc README*
use odbcmanual && dohtml -a css,gif,html,sql,vsd -r doc/*

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.2.3.ebuild,v 1.1 2014/04/22 21:30:44 mabi Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.2.3.ebuild,v 1.2 2014/05/24 22:03:11 mabi Exp $
EAPI=5
@ -112,3 +112,7 @@ src_install() {
insinto "/usr/$(get_libdir)/pkgconfig"
newins "${WORKDIR}/lua.pc" "lua${SLOT}.pc"
}
# Makefile contains a dummy target that doesn't do tests
# but causes issues with slotted lua (bug #510360)
src_test() { :; }

@ -1,12 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.28.ebuild,v 1.3 2014/05/24 09:04:44 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.28.ebuild,v 1.4 2014/05/25 18:51:04 maekke Exp $
EAPI=5
inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool systemd
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
function php_get_uri ()
{

@ -1,12 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.12.ebuild,v 1.3 2014/05/24 09:04:44 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.12.ebuild,v 1.4 2014/05/25 18:51:38 maekke Exp $
EAPI=5
inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool systemd
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
function php_get_uri ()
{

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-52.1.ebuild,v 1.2 2014/04/28 17:29:48 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-52.1.ebuild,v 1.5 2014/05/25 18:52:23 maekke Exp $
EAPI=5
@ -14,7 +14,7 @@ LICENSE="BSD"
SLOT="0/52"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="debug doc examples static-libs"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/libbsd-0.6.0.ebuild,v 1.6 2014/03/20 16:18:07 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/libbsd-0.6.0.ebuild,v 1.7 2014/05/25 18:46:05 maekke Exp $
EAPI=5
inherit eutils multilib
@ -11,7 +11,7 @@ SRC_URI="http://${PN}.freedesktop.org/releases/${P}.tar.xz"
LICENSE="BSD BSD-2 BSD-4 ISC"
SLOT="0"
KEYWORDS="amd64 ~arm hppa x86"
KEYWORDS="amd64 arm hppa x86"
IUSE="static-libs"
DOCS="ChangeLog README TODO"

@ -0,0 +1,102 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.24-r1.ebuild,v 1.1 2014/05/25 11:29:04 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} )
DISTUTILS_OPTIONAL=1
inherit distutils-r1 eutils libtool multilib multilib-minimal
NL_P=${P/_/-}
DESCRIPTION="A collection of libraries providing APIs to netlink protocol based Linux kernel interfaces"
HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
SRC_URI="
http://www.infradead.org/~tgr/${PN}/files/${NL_P}.tar.gz
"
LICENSE="LGPL-2.1 utils? ( GPL-2 )"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="static-libs python utils"
RDEPEND="python? ( ${PYTHON_DEPS} )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20140508-r5
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)"
DEPEND="${RDEPEND}
python? ( dev-lang/swig )
sys-devel/flex
sys-devel/bison
"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
DOCS=( ChangeLog )
S=${WORKDIR}/${NL_P}
MULTILIB_WRAPPED_HEADERS=(
# we do not install CLI stuff for non-native
/usr/include/libnl3/netlink/cli/addr.h
/usr/include/libnl3/netlink/cli/class.h
/usr/include/libnl3/netlink/cli/cls.h
/usr/include/libnl3/netlink/cli/ct.h
/usr/include/libnl3/netlink/cli/exp.h
/usr/include/libnl3/netlink/cli/link.h
/usr/include/libnl3/netlink/cli/neigh.h
/usr/include/libnl3/netlink/cli/qdisc.h
/usr/include/libnl3/netlink/cli/route.h
/usr/include/libnl3/netlink/cli/rule.h
/usr/include/libnl3/netlink/cli/tc.h
/usr/include/libnl3/netlink/cli/utils.h
)
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.1-vlan-header.patch
epatch "${FILESDIR}"/${PN}-3.2.20-rtnl_tc_get_ops.patch
epatch "${FILESDIR}"/${PN}-3.2.20-cache-api.patch
elibtoolize
if use python; then
cd "${S}"/python || die
distutils-r1_src_prepare
fi
# out-of-source build broken
# https://github.com/thom311/libnl/pull/58
multilib_copy_sources
}
multilib_src_configure() {
econf \
--disable-silent-rules \
$(use_enable static-libs static) \
$(multilib_native_use_enable utils cli)
}
multilib_src_compile() {
default
if multilib_is_native_abi && use python; then
cd python || die
distutils-r1_src_compile
fi
}
multilib_src_install() {
emake DESTDIR="${D}" install
if multilib_is_native_abi && use python; then
# Unset DOCS= since distutils-r1.eclass interferes
local DOCS=()
cd python || die
distutils-r1_src_install
fi
}
multilib_src_install_all() {
einstalldocs
prune_libtool_files --modules
}

@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v 1.5 2014/05/03 21:00:23 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v 1.6 2014/05/25 11:29:04 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} )
DISTUTILS_OPTIONAL=1
inherit autotools distutils-r1 eutils git-r3 libtool multilib
inherit autotools distutils-r1 eutils git-r3 libtool multilib multilib-minimal
DESCRIPTION="A collection of libraries providing APIs to netlink protocol based Linux kernel interfaces"
HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
@ -17,7 +17,11 @@ SLOT="3"
KEYWORDS=""
IUSE="static-libs python utils"
RDEPEND="python? ( ${PYTHON_DEPS} )"
RDEPEND="python? ( ${PYTHON_DEPS} )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20140508-r5
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)"
DEPEND="${RDEPEND}
python? ( dev-lang/swig )
sys-devel/flex
@ -28,39 +32,67 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
DOCS=( ChangeLog )
MULTILIB_WRAPPED_HEADERS=(
# we do not install CLI stuff for non-native
/usr/include/libnl3/netlink/cli/addr.h
/usr/include/libnl3/netlink/cli/class.h
/usr/include/libnl3/netlink/cli/cls.h
/usr/include/libnl3/netlink/cli/ct.h
/usr/include/libnl3/netlink/cli/exp.h
/usr/include/libnl3/netlink/cli/link.h
/usr/include/libnl3/netlink/cli/neigh.h
/usr/include/libnl3/netlink/cli/qdisc.h
/usr/include/libnl3/netlink/cli/route.h
/usr/include/libnl3/netlink/cli/rule.h
/usr/include/libnl3/netlink/cli/tc.h
/usr/include/libnl3/netlink/cli/utils.h
)
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.1-vlan-header.patch
epatch "${FILESDIR}"/${PN}-3.2.20-rtnl_tc_get_ops.patch
epatch "${FILESDIR}"/${PN}-3.2.20-cache-api.patch
eautoreconf
if use python; then
cd "${S}"/python || die
distutils-r1_src_prepare
fi
# out-of-source build broken
# https://github.com/thom311/libnl/pull/58
multilib_copy_sources
}
src_configure() {
multilib_src_configure() {
econf \
--disable-silent-rules \
$(use_enable static-libs static) \
$(use_enable utils cli)
$(multilib_native_use_enable utils cli)
}
src_compile() {
multilib_src_compile() {
default
if use python; then
cd "${S}"/python || die
if multilib_is_native_abi && use python; then
cd python || die
distutils-r1_src_compile
fi
}
src_install() {
default
multilib_src_install() {
emake DESTDIR="${D}" install
if use python; then
if multilib_is_native_abi && use python; then
# Unset DOCS= since distutils-r1.eclass interferes
DOCS=''
cd "${S}"/python || die
local DOCS=()
cd python || die
distutils-r1_src_install
fi
}
prune_libtool_files $(usex static-libs --modules --all)
multilib_src_install_all() {
einstalldocs
prune_libtool_files --modules
}

@ -1 +1,2 @@
DIST libsodium-0.4.5.tar.gz 540467 SHA256 7ad5202df53eeac0eb29b064ae5d05b65d82b2fc1c082899c9c6a09b0ee1ac32 SHA512 6105bb91982e040420312f042bb71547f0208ed9b2928b1740a68134b82dd4566f18c0761b8959a85d13b6770edbd977d989bc74eabc9bfa5e0000f5ab5c7b32 WHIRLPOOL 6496ec0f167dfa1fd7d774ad2c7142e58904d6d12274a22763a610b5f0be06ebd1c68926bc47046412c6d745e81ff38ff6821ac0da448a11302c196656c00f32
DIST libsodium-0.5.0.tar.gz 1526787 SHA256 3ca0a0619199a2adb3449eb7f1bf6e1f4fb2ef8514da9133f7f043b8b5cdf9f0 SHA512 6a483a4699daaa9f047fd362b405b21eb058c44e240f0f910fbd2167239f51bc092e807f875fc971a1e70decc6fa861b6904bef86156b27790960aba88ce253a WHIRLPOOL 801046b454faaad2fd94a60d86449b4984518c97b9714b7df55bc65b75daa0ba339af93e687b109b5c6f970ebd3bd9193f0fd1c790a26b39f1840758efb35ec4

@ -0,0 +1,28 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/libsodium-0.5.0.ebuild,v 1.1 2014/05/25 16:27:24 mrueg Exp $
EAPI=5
inherit eutils
DESCRIPTION="A portable fork of NaCl, a higher-level cryptographic library"
HOMEPAGE="https://github.com/jedisct1/libsodium"
SRC_URI="http://download.libsodium.org/${PN}/releases/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+asm static-libs +urandom"
src_configure() {
econf \
$(use_enable asm) \
$(use_enable !urandom blocking-random) \
$(use_enable static-libs static)
}
src_install() {
default
prune_libtool_files
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r4.ebuild,v 1.5 2014/05/17 16:24:06 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r4.ebuild,v 1.6 2014/05/25 18:55:47 maekke Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
@ -13,7 +13,7 @@ HOMEPAGE="http://www.xmlsoft.org/"
LICENSE="MIT"
SLOT="2"
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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 ~x86-winnt"
KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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 ~x86-winnt"
IUSE="debug examples icu ipv6 lzma python readline static-libs test"
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"

@ -0,0 +1,22 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-AutoConf/Config-AutoConf-0.300.0.ebuild,v 1.1 2014/05/25 16:23:44 mrueg Exp $
EAPI=5
MODULE_AUTHOR="REHSACK"
MODULE_VERSION=${PV%.0}
inherit perl-module
DESCRIPTION="A module to implement some of AutoConf macros in pure perl"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
DEPEND="test? ( >=dev-perl/Test-Pod-1.14
>=dev-perl/Test-Pod-Coverage-1.08 )"
RDEPEND="dev-perl/Capture-Tiny"
SRC_TEST="do"

@ -1 +1,2 @@
DIST Config-AutoConf-0.27.tar.gz 21253 SHA256 039985c2e615bbf66ed31da0ed84a07563daea81d8c58b424c2184ea31746318 SHA512 251d0d966fd15038ee4bd2621f7e1f76c79d2970e98d03021f2e5298c7b36187ca6a07aa842611ca2be95ae210067fb4cfbcf616e61e69dd4a1e8dd200f28cd7 WHIRLPOOL 20c53c7b35587dcad17abdbea0203e3758914a45660fc9f1a8a87c14b780e6b873f031544b0b8e712e528b59047f1f17768cd2afce69e926c59b77dd80630c61
DIST Config-AutoConf-0.300.tar.gz 25656 SHA256 d5ba0e4991c5595163c6b325e1993ab1ef2ce089fd3e7562df66e4db44cb1a9c SHA512 cc9eda4df2a49f2778c73fb9d33f25f980d8adaf1f4e67d57092a7be707dbc92f52d4d239fe5fb98c74c60965d129c9e52503a3d2ceff93a6a03fc60330c8903 WHIRLPOOL e2109049bff133b8c30db115b36323fe5dddd296c4ad33fc251767e0efbbc336463711c392971d48c9f2b9ba980a83352d790fd034a88aa15e47b6c7a51ce99d

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-2.2.ebuild,v 1.5 2014/05/24 11:31:16 zlogene Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-2.2.ebuild,v 1.6 2014/05/25 11:02:20 zlogene Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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"
# Force in-source build because build system modifies sources.
DISTUTILS_IN_SOURCE_BUILD=1

@ -1,28 +1,38 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.1.ebuild,v 1.1 2014/05/20 08:12:48 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.1.ebuild,v 1.2 2014/05/25 03:28:41 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
RESTRICT="test" # broken
DESCRIPTION="Small python ORM"
HOMEPAGE="https://github.com/coleifer/peewee/"
SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
IUSE="examples test"
RDEPEND="dev-python/peewee[${PYTHON_USEDEP}]
dev-python/wtforms[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( "${RDEPEND}" )"
python_prepare_all() {
# https://github.com/coleifer/peewee/issues/361
sed -e s':test_choices:_&:' \
-e s':test_null_form_saving:_&:' \
-i "${PN/\-/}"/tests.py || die
distutils-r1_python_prepare_all
}
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/peewee[${PYTHON_USEDEP}]
dev-python/wtforms[${PYTHON_USEDEP}]
"
python_test() {
nosetests || die "Testing failed with ${EPYTHON}"
"${PYTHON}" ./runtests.py || die "Testing failed with ${EPYTHON}"
}
python_install_all() {
use examples && local EXAMPLES=( example/. )
distutils-r1_python_install_all
}

@ -1 +1,2 @@
DIST xvfbwrapper-0.2.2.tar.gz 3421 SHA256 58934508285c43aafac4179f26c34735b46c0bcb96b66198a4dbc68468e3cbb4 SHA512 ac71ec9a08189456c40e493f57802e872c03c0c5caf84493d77bf2e379853afe79099bcf5e5c7c0eb66ff1bf64e44bf37687a82b49864bc63a237f767752eed4 WHIRLPOOL cf3d39ff9eb68b3665c84c87cd7306134ca6d98734111855a777fe53a0528b5a212f3f082fe4d7734a460325875039511fa832e0ff9983c02c9dfc6b2bb54d90
DIST xvfbwrapper-0.2.4.tar.gz 3215 SHA256 a7f52aefaf2e18c1aee302eb295ba9ca53ae6d3ba36df76794945a338a4b579c SHA512 26b14fd64c00ea33ad5f32dd69e59001f468ab294970ee281c81f1ae635cdea105b6057ba2e1012975fbb935ccb222585e70798e78c17f476d8b3e40f9e1346c WHIRLPOOL 791578eabe86fa9f3e6d44b9b03008fe8dbe2c9d853453afd29cfa28690d6f4cb44b948c5d991e4cdb7424a87fcce334bf7e403f2a6f781f6868f47af6a74268

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/xvfbwrapper/xvfbwrapper-0.2.2.ebuild,v 1.1 2013/05/31 04:17:24 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/xvfbwrapper/xvfbwrapper-0.2.2.ebuild,v 1.2 2014/05/25 09:26:36 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@ -24,5 +24,5 @@ DEPEND="${RDEPEND}
python_test() {
unset DISPLAY
"${PYTHON}" -m unittest discover || die "Tests failed with ${EPYTHON}"
"${PYTHON}" test_xvfb.py || die "Tests failed with ${EPYTHON}"
}

@ -0,0 +1,29 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/xvfbwrapper/xvfbwrapper-0.2.4.ebuild,v 1.1 2014/05/25 09:26:36 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1
DESCRIPTION="Python wrapper for running a display inside X virtual framebuffer"
HOMEPAGE="https://github.com/cgoldberg/xvfbwrapper
http://pypi.python.org/pypi/xvfbwrapper"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="x11-base/xorg-server[xvfb]"
DEPEND="${RDEPEND}
test? ( dev-python/pep8[${PYTHON_USEDEP}] )
"
python_test() {
# "${PYTHON}" test_xvfb.py || die "Tests failed with ${EPYTHON}"
"${PYTHON}" -m unittest discover || die "Tests failed with ${EPYTHON}"
}

@ -1,2 +1 @@
DIST qt-solutions-20130904.tar.xz 751536 SHA256 fc27b49883269a21ced2d3cb543eb78e79223afe5933bbc7d3194146f72f8884 SHA512 9e50d0a7d9fee08a72a3c6dee1d3fe45d04ae0930a967d81eff457f6c0ff53ac8449ef1d8241a5ce75ca2dcf9f4a2fe27b899647748d11060c3ab5767c3d0e75 WHIRLPOOL b933a301de905cffab8393a7adf055ed2f5198f1572657f5993e016746340d9862017982308ac11310add272ae1cd5c3435054dce2dd9d7ee5a9c92baf1878c2
DIST qtsingleapplication-2.6_1-opensource.tar.gz 92779 SHA256 b0435c9dd2da391ade5686ed75ef0247a1cd341e884d641860bd0f2a70cf1819 SHA512 75ea5f8e860e1e7c7c6989717042c0279a5eb8ba1d1f2ccb8a4ef727d06cb579d4e3aff0557b4f0688ccb5550eff007e8537191c52f84196714ac3fb80d70f5c WHIRLPOOL 9513230e0eddf4ceb65e03692f03ea9ceb192adb06d3a768da0f436f6e2a77b00108d81cb2f933fafb8024f4715d971e755e8a9a8515475fed1707e70475520b

@ -1,9 +0,0 @@
Do not build examples.
--- qtsingleapplication.pro
+++ qtsingleapplication.pro
@@ -2,4 +2,3 @@
CONFIG += ordered
include(common.pri)
qtsingleapplication-uselib:SUBDIRS=buildlib
-SUBDIRS+=examples

@ -1,15 +0,0 @@
Fix build with GCC 4.7.
Source: http://pkgs.fedoraproject.org/cgit/qtsingleapplication.git/tree/qtsingleapplication-gcc47.patch
diff -rupN qtsingleapplication-2.6_1-opensource.old/src/qtlocalpeer.cpp qtsingleapplication-2.6_1-opensource/src/qtlocalpeer.cpp
--- qtsingleapplication-2.6_1-opensource.old/src/qtlocalpeer.cpp 2012-01-11 08:15:08.000000000 -0500
+++ qtsingleapplication-2.6_1-opensource/src/qtlocalpeer.cpp 2012-01-11 08:17:36.874461946 -0500
@@ -58,6 +58,7 @@ static PProcessIdToSessionId pProcessIdT
#endif
#if defined(Q_OS_UNIX)
#include <time.h>
+#include <unistd.h>
#endif
const char* QtLocalPeer::ack = "ack";

@ -1,77 +0,0 @@
Do not bundle qtlockedfile.
Original source: http://pkgs.fedoraproject.org/cgit/qtsingleapplication.git/tree/qtsingleapplication-dont-bundle-external-libs.patch
diff -rupN qtsingleapplication-2.6_1-opensource.old/src/qtlocalpeer.cpp qtsingleapplication-2.6_1-opensource/src/qtlocalpeer.cpp
--- qtsingleapplication-2.6_1-opensource.old/src/qtlocalpeer.cpp 2009-12-16 05:43:33.000000000 -0500
+++ qtsingleapplication-2.6_1-opensource/src/qtlocalpeer.cpp 2010-07-21 22:10:43.000000000 -0400
@@ -59,15 +59,6 @@ static PProcessIdToSessionId pProcessIdT
#include <time.h>
#endif
-namespace QtLP_Private {
-#include "qtlockedfile.cpp"
-#if defined(Q_OS_WIN)
-#include "qtlockedfile_win.cpp"
-#else
-#include "qtlockedfile_unix.cpp"
-#endif
-}
-
const char* QtLocalPeer::ack = "ack";
QtLocalPeer::QtLocalPeer(QObject* parent, const QString &appId)
@@ -118,7 +109,7 @@ bool QtLocalPeer::isClient()
if (lockFile.isLocked())
return false;
- if (!lockFile.lock(QtLP_Private::QtLockedFile::WriteLock, false))
+ if (!lockFile.lock(QtLockedFile::WriteLock, false))
return true;
bool res = server->listen(socketName);
diff -rupN qtsingleapplication-2.6_1-opensource.old/src/qtlocalpeer.h qtsingleapplication-2.6_1-opensource/src/qtlocalpeer.h
--- qtsingleapplication-2.6_1-opensource.old/src/qtlocalpeer.h 2009-12-16 05:43:33.000000000 -0500
+++ qtsingleapplication-2.6_1-opensource/src/qtlocalpeer.h 2010-07-21 22:10:43.000000000 -0400
@@ -49,9 +49,7 @@
#include <QtNetwork/QLocalSocket>
#include <QtCore/QDir>
-namespace QtLP_Private {
#include "qtlockedfile.h"
-}
class QtLocalPeer : public QObject
{
@@ -74,7 +72,7 @@ protected:
QString id;
QString socketName;
QLocalServer* server;
- QtLP_Private::QtLockedFile lockFile;
+ QtLockedFile lockFile;
private:
static const char* ack;
diff -rupN qtsingleapplication-2.6_1-opensource.old/src/qtsingleapplication.pri qtsingleapplication-2.6_1-opensource/src/qtsingleapplication.pri
--- qtsingleapplication-2.6_1-opensource.old/src/qtsingleapplication.pri 2009-12-16 05:43:33.000000000 -0500
+++ qtsingleapplication-2.6_1-opensource/src/qtsingleapplication.pri 2010-07-21 22:11:08.000000000 -0400
@@ -2,6 +2,8 @@ include(../common.pri)
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
QT *= network
+CONFIG *= qtlockedfile
+LIBS+= -lQtSolutions_LockedFile-2.4
qtsingleapplication-uselib:!qtsingleapplication-buildlib {
LIBS += -L$$QTSINGLEAPPLICATION_LIBDIR -l$$QTSINGLEAPPLICATION_LIBNAME
--- a/src/qtsinglecoreapplication.pri
+++ b/src/qtsinglecoreapplication.pri
@@ -4,6 +4,8 @@
SOURCES += $$PWD/qtsinglecoreapplication.cpp $$PWD/qtlocalpeer.cpp
QT *= network
+CONFIG *= qtlockedfile
+LIBS+= -lQtSolutions_LockedFile-2.4
win32:contains(TEMPLATE, lib):contains(CONFIG, shared) {
DEFINES += QT_QTSINGLECOREAPPLICATION_EXPORT=__declspec(dllexport)

@ -1,57 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1.ebuild,v 1.4 2013/10/13 10:33:28 maekke Exp $
EAPI=5
inherit qt4-r2 versionator
MY_P="${PN}-$(replace_version_separator 2 _)-opensource"
DESCRIPTION="Qt library to start applications only once per user"
HOMEPAGE="http://doc.qt.digia.com/solutions/4/qtsingleapplication/index.html"
SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.gz"
LICENSE="|| ( LGPL-2.1 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="doc"
DEPEND="dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtlockedfile"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
PATCHES=(
"${FILESDIR}/${P}-examples.patch"
"${FILESDIR}/${P}-gcc47.patch"
"${FILESDIR}/${P}-unbundle.patch"
)
src_prepare() {
qt4-r2_src_prepare
# to ensure unbundling
rm src/qtlockedfile*
}
src_configure() {
eqmake4 CONFIG+=qtsingleapplication-uselib
}
src_install() {
dolib.so lib/*
insinto /usr/include/qt4/QtSolutions/
doins src/QtSingleApplication src/${PN}.h
insinto /usr/share/qt4/mkspecs/features/
doins "${FILESDIR}/${PN}.prf"
if use doc ; then
dodoc -r examples
dodoc doc/index.qdoc
dohtml -r doc/html/ doc/images
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904.ebuild,v 1.1 2013/12/28 22:51:55 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild,v 1.1 2014/05/24 21:33:01 pesa Exp $
EAPI=5
@ -54,6 +54,7 @@ src_install() {
insinto /usr/share/qt4/mkspecs/features/
doins "${FILESDIR}"/${PN}.prf
dosym ${PN}.prf /usr/share/qt4/mkspecs/features/qtsinglecoreapplication.prf
use doc && dohtml -r doc/html
}

@ -1,2 +1,3 @@
DIST d3_rails-3.3.13.gem 128512 SHA256 31953e88e40e20f79006d7b5a0ba4432ee4e92aa38df64457c5be6a92d6f954a SHA512 a976326712740b66779c5fa92f08d0ad53a74e946528d9b7341b7d176a7aa5ba387a8a092b4e454b857b1281e14edba969aa453dc0f3742b53bdf4006e1335e4 WHIRLPOOL 7893383e020aced70fae569384663ffacffdf490234f841c152d4ba4e2eab62db0156970d0ff822e35fc3501b50b69d3c838ff94f2290d7fb543e262a09dcff9
DIST d3_rails-3.4.6.gem 129024 SHA256 94f681f963766f565683b9b2b681bf4183bc9e7a5a8f2cd822e5501ddc9e263f SHA512 a8ddb742024d69d9a6f45473bbe9fb39053dbe64bde642023710db2716afbea0e29e1a4dc698ff922f69660fae7c32046e201db1632435ec8bb9e5848dc27636 WHIRLPOOL df507ef899ad3fab14c11f42f640b787f31d5bbfe74992b3d705b16a8516c8749b4725946d87b8d7398427182b2e5fa60bc75728500948190908d4a258a4279c
DIST d3_rails-3.4.8.gem 129024 SHA256 780072c88346354dea6fa0ea0892e2841a3af51ccd06cc648035f10f91958041 SHA512 afeb25bce72de918ae13cfd0d2fc0a4db0aaf42b6a063494626e7483ef454d92a2cd40187d5f6bab346a3b5402511aecb246aff9e1ea3f0df7d0bbd4c76bc690 WHIRLPOOL d3a2294b2d0902544f54c37480975ded03e419e925cd2df427d075749e970101c8d85c698f4a7606fa0e53612f75da6ff59bde1d4241b6a46423fc82e0e995d4

@ -0,0 +1,23 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/d3_rails/d3_rails-3.4.8.ebuild,v 1.1 2014/05/25 06:52:29 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_RECIPE_DOC="none"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_EXTRAINSTALL="app"
inherit ruby-fakegem
DESCRIPTION="Ruby on Rails integration for the Javascript Data Visualization Framework, D3"
HOMEPAGE="https://github.com/logical42/d3_rails"
LICENSE="MIT BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
ruby_add_rdepend ">=dev-ruby/railties-3.1"

@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/git/git-1.2.6.ebuild,v 1.1 2013/08/27 18:15:33 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/git/git-1.2.6.ebuild,v 1.2 2014/05/25 07:30:37 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_EXTRADOC="History.txt README.md TODO"
@ -17,7 +17,7 @@ RUBY_S="ruby-git-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
IUSE="test"
DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"
RDEPEND+=">=dev-vcs/git-1.6.0.0"

@ -1,2 +1,3 @@
DIST jeweler-1.8.4.gem 57344 SHA256 54efd74d68f69898a1674dbb410e5c27a5f7311b264531736f2c736cb87e043d SHA512 14f8a6853cc5593834e270d274404e6a7bbcb4542ef12297449cb10a7d8394131fa56acee1b2592871f237ceb9ab3fe1432a908d2dfa04e39e91d9c99a3c800e WHIRLPOOL a0f245ce50ec2bb162c3d034db93b3493a6446f65ead537c3cbe8c4890c8b3d3c795e8f6ba9856fa0b474d1dea565d689e27576b58dabc61fedac8d24dbae2e5
DIST jeweler-1.8.6.gem 56832 SHA256 f1ea41bcaae3638cbc2bc2869adb7e225204cef9618d5789b9856e846ef875cd SHA512 623aa060da5089eeba6a70152f15753fdc20763450bbb00fc446f2498af9dd175de74ca9b721f93f926b99d4eb4792093787d4dc00b2a4cf5f54b8c91b424ce0 WHIRLPOOL b62af02279b9ee0bd3c2c166d86f9671d572cf8cdbe9455e61e59e416ccb19536489ccf2710cb1f4b355e95e37718aca63a66f85d0b773b43462bffba7d72409
DIST jeweler-2.0.1.gem 58368 SHA256 2f8c325789f9bf63d273cb040eae2f9ac4271789e5587edbc2d4d22de5ec2882 SHA512 296f661b0e782353bcd166be04501b9f792a9edbc72bddb21c6322e99b0d1da6a03b9f31a19b9daa6d26e18cdbb37cfd7856c91f6befbb920b633fa22d81c41c WHIRLPOOL 9406b5453eb95f14df0696df241e84d54fd80512e6cf7f62bf230bb958ac0bfcb762a1d811ddb35ea9942788cfdc692b0430269e5d378653b24e3c5072b24e8e

@ -0,0 +1,51 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jeweler/jeweler-2.0.1.ebuild,v 1.1 2014/05/25 07:57:44 graaff Exp $
EAPI=5
USE_RUBY="ruby19"
RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
RUBY_FAKEGEM_DOCDIR="doc"
# Tests and features also need the same set of dependencies present.
RUBY_FAKEGEM_TASK_TEST="-Ilib test"
RUBY_FAKEGEM_EXTRADOC="ChangeLog.markdown README.markdown"
RUBY_FAKEGEM_GEMSPEC="jeweler.gemspec"
inherit ruby-fakegem
DESCRIPTION="Rake tasks for managing gems and versioning and a generator for creating a new project"
HOMEPAGE="http://wiki.github.com/technicalpickles/jeweler"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "doc? ( dev-ruby/yard )
test? ( dev-ruby/shoulda dev-ruby/rr )"
ruby_add_rdepend "
dev-ruby/rake
>=dev-ruby/git-1.2.5
>=dev-ruby/nokogiri-1.5.10
dev-ruby/github_api
>=dev-ruby/highline-1.6.15
>=dev-ruby/bundler-1.0
dev-ruby/rdoc
dev-ruby/builder
"
all_ruby_prepare() {
# Remove bundler support.
rm Gemfile || die
sed -i -e '/bundler/d' -e '/Bundler.setup/d' Rakefile test/test_helper.rb features/support/env.rb || die
sed -i -e '/coverall/I s:^:#:' test/test_helper.rb || die
# Avoid a test that only passes in the git repository.
sed -i -e '/find the base repo/,/^ end/ s:^:#:' test/test_jeweler.rb || die
}

@ -0,0 +1,41 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r4.ebuild,v 1.1 2014/05/25 15:04:46 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
inherit ruby-fakegem
DESCRIPTION="Simplistic script which automates a limited set of rubyforge operations"
HOMEPAGE="http://codeforpeople.rubyforge.org/rubyforge/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend '>=dev-ruby/json-1.1.7'
ruby_add_bdepend "
doc? ( dev-ruby/hoe )
test? (
virtual/ruby-ssl
dev-ruby/hoe
dev-ruby/test-unit:2
)"
all_ruby_prepare() {
sed -i 's/json_pure/json/' "${WORKDIR}"/all/metadata || die "Unable to fix metadata."
# Remove specifications incompatible with newer hoe versions.
sed -i -e '/rubyforge_name/ s:^:#:' Rakefile || die
# Require new enough test-unit for newer minitest
sed -i -e '1igem "test-unit"' test/test_*.rb || die
}

@ -1,104 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.76.0-r1.ebuild,v 1.1 2014/04/30 23:46:58 dilfridge Exp $
EAPI=5
inherit libtool eutils texlive-common
MY_P=${PN}-beta-${PV}
DESCRIPTION="An extended version of pdfTeX using Lua as an embedded scripting language."
HOMEPAGE="http://www.luatex.org/"
SRC_URI="
http://foundry.supelec.fr/frs/download.php/file/15745/${MY_P}-source.tar.bz2
http://foundry.supelec.fr/frs/download.php/file/15747/${MY_P}-doc.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="doc"
RDEPEND="dev-libs/zziplib
>=media-libs/libpng-1.4:0=
>=x11-libs/cairo-1.12
>x11-libs/pixman-0.18
app-text/poppler:=[xpdf-headers(+)]
sys-libs/zlib
>=dev-libs/kpathsea-6.1.0_p20120701"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S="${WORKDIR}/${MY_P}/source"
src_prepare() {
epatch "${FILESDIR}/remove-zlib-version-check.patch" \
"${FILESDIR}/includes.patch" \
"${FILESDIR}/poppler026.patch"
S="${S}/build-aux" elibtoolize --shallow
}
src_configure() {
# Too many regexps use A-Z a-z constructs, what causes problems with locales
# that don't have the same alphabetical order than ascii. Bug #244619
# So we set LC_ALL to C in order to avoid problems.
export LC_ALL=C
cd "${S}/texk/web2c"
econf \
--disable-cxx-runtime-hack \
--disable-all-pkgs \
--disable-mp \
--disable-ptex \
--disable-tex \
--disable-mf \
--disable-largefile \
--disable-ipc \
--disable-shared \
--enable-luatex \
--enable-dump-share \
--without-mf-x-toolkit \
--without-x \
--with-system-kpathsea \
--with-kpathsea-includes="${EPREFIX}"/usr/include \
--with-system-cairo \
--with-system-pixman \
--with-system-gd \
--with-system-libpng \
--with-system-teckit \
--with-system-zlib \
--with-system-t1lib \
--with-system-xpdf \
--with-system-poppler \
--with-system-zziplib \
--with-system-ptexenc \
--disable-multiplatform
}
src_compile() {
texk/web2c/luatexdir/getluatexsvnversion.sh || die
cd "${WORKDIR}/${MY_P}/source/texk/web2c"
emake luatex
}
src_install() {
cd "${WORKDIR}/${MY_P}/source/texk/web2c"
emake DESTDIR="${D}" bin_PROGRAMS="luatex" SUBDIRS="" nodist_man_MANS="" \
install-exec-am
dodoc "${WORKDIR}/${MY_P}/README" luatexdir/NEWS
cp source/texk/web2c/man
cp man/luatex.man "${T}/luatex.1"
doman "${T}/luatex.1"
use doc && dodoc "${WORKDIR}/${MY_P}/manual/"*.pdf
}
pkg_postinst() {
if ! has_version '>=dev-texlive/texlive-basic-2008' ; then
elog "Note that this package does not install many files, mainly just the"
elog "${PN} executable, which needs other files in order to be"
elog "useful. Please consider installing a recent TeX distribution such as"
elog "TeX Live 2008 or later to take advantage of the full power of"
elog "${PN} ."
fi
efmtutil-sys
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.76.0.ebuild,v 1.2 2013/07/01 13:22:33 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.76.0.ebuild,v 1.3 2014/05/24 19:57:43 dilfridge Exp $
EAPI=5
@ -31,6 +31,7 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}/source"
src_prepare() {
has_version '>=app-text/poppler-0.26.0:0' && epatch "${FILESDIR}/poppler026.patch"
epatch "${FILESDIR}/remove-zlib-version-check.patch" \
"${FILESDIR}/includes.patch"
S="${S}/build-aux" elibtoolize --shallow

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/mdds-0.10.3.ebuild,v 1.1 2014/05/02 10:53:56 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/mdds-0.10.3.ebuild,v 1.2 2014/05/25 11:54:32 zlogene Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://kohei.us/files/${PN}/src/${P/-/_}.tar.bz2"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-libs/boost"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r10.ebuild,v 1.9 2014/05/14 05:07:50 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.12-r10.ebuild,v 1.10 2014/05/25 18:45:32 maekke Exp $
EAPI=3
@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/non-gnu/cvs/source/feature/${PV}/${P}.tar.bz2
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="crypt doc kerberos nls pam server"
RESTRICT='test'

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.20 2014/05/15 16:35:18 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.21 2014/05/24 17:58:35 tupone Exp $
EAPI=5
inherit eutils games
@ -24,10 +24,12 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}
PATCHES=(
"${FILESDIR}"/${P}-gcc41.patch
"${FILESDIR}"/${P}-gcc45.patch
)
src_prepare() {
epatch "${FILESDIR}"/${P}-gcc41.patch \
"${FILESDIR}"/${P}-gcc45.patch
sed -i -e "/^LIBS/s:@LIBS@:@LIBS@ -lgmodule-2.0 -lm:" \
src/Makefile.in
}
src_configure() {
egamesconf \

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.26 2014/05/15 16:45:14 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.27 2014/05/24 21:04:32 slyfox Exp $
# quake3-9999 -> latest git
# quake3-9999.REV -> use git REV
@ -106,7 +106,7 @@ src_compile() {
}
src_install() {
dodoc BUGS ChangeLog id-readme.txt md4-readme.txt NOTTODO README rend2-readme.txt TODO voip-readme.txt || die
dodoc BUGS ChangeLog id-readme.txt md4-readme.txt NOTTODO README.md opengl2-readme.txt TODO voip-readme.txt || die
if use voice ; then
dodoc voip-readme.txt || die
fi

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild,v 1.4 2013/01/13 16:19:42 tupone Exp $
# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild,v 1.5 2014/05/25 11:21:56 ulm Exp $
inherit games
@ -9,11 +9,11 @@ HOMEPAGE="http://home.roadrunner.com/~nwmovies/"
SRC_URI="http://dev.gentoo.org/~calchan/distfiles/${P}.tar.bz2
mirror://gentoo/${P}.tar.bz2"
LICENSE="as-is"
LICENSE="nwmovies Artistic"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RESTRICT="strip mirror"
RESTRICT="strip"
RDEPEND="sys-libs/glibc
dev-libs/elfutils

@ -0,0 +1,11 @@
--- server/Makefile.am.old 2014-05-24 02:44:17.956898224 +0300
+++ server/Makefile.am 2014-05-24 02:44:51.666659234 +0300
@@ -133,7 +133,7 @@
$(top_builddir)/server/scripting/libscripting_server.la
libfreeciv_srv_la_LIBADD = \
- $(srvlibs)
+ $(srvlibs) $(SERVER_LIBS)
freeciv_server_LDFLAGS = $(GGZDMOD_LDFLAGS)

@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild,v 1.2 2014/05/23 17:59:37 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild,v 1.3 2014/05/24 15:16:41 hasufell Exp $
# FIXME: gtk3 support breaks ggz support
EAPI=5
inherit eutils gnome2-utils games-ggz games
inherit autotools eutils gnome2-utils games-ggz games
DESCRIPTION="multiplayer strategy game (Civilization Clone)"
HOMEPAGE="http://www.freeciv.org/"
@ -69,6 +69,9 @@ pkg_setup() {
}
src_prepare() {
epatch "${FILESDIR}"/${P}-as-needed.patch
eautoreconf
# install the .desktop in /usr/share/applications
# install the icons in /usr/share/pixmaps
sed -i \

@ -1,4 +1,3 @@
DIST cinnamon-1.8.8.1.tar.gz 4347516 SHA256 100cf6ca9b2622d74532323278bdefb06ac76b750bbf326cc9dadd14e99909bb SHA512 a709781b4e6cecfe97f6fb4bad4b953f6c11ec49ebacabbfcc186e57a2e6a28abebc163d7081248d6cbac24996732a4aea7e5d54991e6c09b9701b7e64a91a0f WHIRLPOOL 49533ec7c6c40aae5e76377a67efa88f16a7ae2a6b2c3b3ab9316cb61d40fbca544f00f402e2a75b54bd90537f0813dfb5ba4d3a17a2ad3ce5d7e67e88a6c543
DIST cinnamon-2.2.6.tar.gz 2655005 SHA256 dc264a85ff066832e132fa5dec7e6c0bad81d310f13ae4889bfaba13736bcfe3 SHA512 dc132c1657ea15c98801b87e9568e9ad8eab431c93b4e2b37d46141d13595f1affefbbff0408179b6201538ab1202ff5b8f0c2666f29a5579591e5dc2e54d0f2 WHIRLPOOL ca388ce003585708cb477d87f6516a47e33d8cf8801676ebe4d9730b9bc5571e4d69a2639d19b508ca880de416690ffd966b332c1c811bde111b244a30a180e8
DIST cinnamon-2.2.9.tar.gz 2655818 SHA256 26b42a99a59d334b485565421a8eb52e8346ab908a0e235902f089d5f6efa8af SHA512 f0499232698bee548b83cd7482c7bfca3ea21328e68d84e19feef73bd8cf62627cff84ae1aa5fa76f0523d8a14b254b3029323415391eaf6d971cb0dc83b1beb WHIRLPOOL 5cca19150cb9a2fc9f7fcac521cbd81cc6b56cee01d74c7eaad2633494c512630463deb2e703ce55b5b01948ecafff8916a6da0443b5d761cc6047ce0d911402
DIST gnome-3.8.patch 138356 SHA256 840cebcefc183076f9e9208421354e5e9cbccec62824c788b17cb564c2d2519a SHA512 1fd95720a6398607330ff445bd55f1f898dac03dda542d7a7246f81127e55793b02a4df4cc8c759a5f6c11dd7e5a6609bf0bfc05266a87e65034eab0f94077f2 WHIRLPOOL 84899979f7a4c1c6f7cb4f3d356e45e3b49f798605e48c768c3f43a90b828b3f1e9051e9e176bc099c9051d8fb4107e7d127cef27dc4797189b7c9479edf9bd5

@ -1,227 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/cinnamon-2.2.6.ebuild,v 1.2 2014/05/16 02:15:08 tetromino Exp $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"
inherit autotools eutils gnome2 multilib pax-utils python-single-r1
DESCRIPTION="A fork of GNOME Shell with layout similar to GNOME 2"
HOMEPAGE="http://cinnamon.linuxmint.com/"
MY_PV="${PV/_p/-UP}"
MY_P="${PN}-${MY_PV}"
SRC_URI="https://github.com/linuxmint/Cinnamon/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz
http://dev.gentoo.org/~pacho/gnome/cinnamon-1.8/gnome-3.8.patch"
LICENSE="GPL-2+"
SLOT="0"
IUSE="+bluetooth +l10n +networkmanager"
KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="
app-misc/ca-certificates
dev-libs/dbus-glib
>=dev-libs/glib-2.29.10:2
>=dev-libs/gobject-introspection-0.10.1
>=dev-libs/json-glib-0.13.2
>=dev-libs/libcroco-0.6.2:0.6
dev-libs/libxml2:2
gnome-base/gconf:2[introspection]
gnome-base/librsvg
>=gnome-extra/cinnamon-desktop-1.0:0=[introspection]
gnome-extra/cinnamon-menus[introspection]
>=gnome-extra/cjs-1.9.0
>=media-libs/clutter-1.7.5:1.0[introspection]
media-libs/cogl:1.0=[introspection]
>=gnome-base/gsettings-desktop-schemas-2.91.91
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
media-libs/libcanberra
media-sound/pulseaudio:0=[glib]
net-libs/libsoup:2.4[introspection]
>=sys-auth/polkit-0.100[introspection]
x11-libs/gdk-pixbuf:2[introspection]
>=x11-libs/gtk+-3.0.0:3[introspection]
x11-libs/pango[introspection]
>=x11-libs/startup-notification-0.11
x11-libs/libX11
>=x11-libs/libXfixes-5.0
>=x11-wm/muffin-1.9.1[introspection]
${PYTHON_DEPS}
bluetooth? ( >=net-wireless/gnome-bluetooth-3.1:=[introspection] )
networkmanager? (
gnome-base/libgnome-keyring
>=net-misc/networkmanager-0.8.999[introspection] )
"
# Runtime-only deps are probably incomplete and approximate.
# Each block:
# 2. Introspection stuff + dconf needed via imports.gi.*
# 3. gnome-session is needed for gnome-session-quit
# 4. Control shell settings
# 5. accountsservice is needed for GdmUserManager (0.6.14 needed for fast
# user switching with gdm-3.1.x)
# 6. caribou needed for on-screen keyboard
# 7. xdg-utils needed for xdg-open, used by extension tool
# 8. gconf-python, imaging, lxml needed for cinnamon-settings
# 9. gnome-icon-theme-symbolic needed for various icons
# 10. pygobject needed for menu editor
# 11. nemo - default file manager, tightly integrated with cinnamon
# TODO(lxnay): fix error: libgnome-desktop/gnome-rr-labeler.h: No such file or directory
# note: needs gksu, not gksu-polkit, due to extensive use of --message/-m arg
RDEPEND="${COMMON_DEPEND}
>=gnome-base/dconf-0.4.1
>=gnome-base/libgnomekbd-2.91.4[introspection]
sys-power/upower[introspection]
gnome-extra/cinnamon-session
gnome-extra/cinnamon-settings-daemon
>=sys-apps/accountsservice-0.6.14[introspection]
>=app-accessibility/caribou-0.3
x11-libs/gksu
x11-misc/xdg-utils
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/gconf-python:2
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pexpect[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/pyinotify[${PYTHON_USEDEP}]
dev-python/pypam[${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]
x11-themes/gnome-icon-theme-symbolic
gnome-extra/nemo
gnome-extra/cinnamon-control-center
gnome-extra/cinnamon-screensaver
bluetooth? ( net-wireless/cinnamon-bluetooth )
l10n? ( >=gnome-extra/cinnamon-translations-2.2 )
networkmanager? (
gnome-extra/nm-applet
net-misc/mobile-broadband-provider-info
sys-libs/timezone-data )
"
DEPEND="${COMMON_DEPEND}
dev-python/polib[${PYTHON_USEDEP}]
>=sys-devel/gettext-0.17
virtual/pkgconfig
>=dev-util/intltool-0.40
gnome-base/gnome-common
!!=dev-lang/spidermonkey-1.8.2*
"
# libmozjs.so is picked up from /usr/lib while compiling, so block at build-time
# https://bugs.gentoo.org/show_bug.cgi?id=360413
S="${WORKDIR}/Cinnamon-${PV}"
pkg_setup() {
python-single-r1_pkg_setup
}
src_prepare() {
# Fix GNOME 3.8 support
epatch "${FILESDIR}/background.patch"
# Fix automagic gnome-bluetooth dep, bug #398145
epatch "${FILESDIR}/${PN}-2.2.6-automagic-gnome-bluetooth.patch"
# Optional NetworkManager, bug #488684
epatch "${FILESDIR}/${PN}-2.2.6-optional-networkmanager.patch"
# Gentoo uses /usr/$(get_libdir), not /usr/lib even for python
sed -e "s:/usr/lib/:/usr/$(get_libdir)/:" \
-e 's:"/usr/lib":"/usr/'"$(get_libdir)"'":' \
-i files/usr/share/polkit-1/actions/org.cinnamon.settings-users.policy \
-i files/usr/lib/cinnamon-settings-users/cinnamon-settings-users.py \
-i files/usr/lib/cinnamon-screensaver-lock-dialog/cinnamon-screensaver-lock-dialog.py \
-i files/usr/lib/cinnamon-settings/cinnamon-settings.py \
-i files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py \
-i files/usr/lib/cinnamon-settings/data/spices/applet-detail.html \
-i files/usr/lib/cinnamon-settings/bin/*.py \
-i files/usr/lib/cinnamon-desktop-editor/cinnamon-desktop-editor.py \
-i files/usr/lib/cinnamon-menu-editor/cme/*.py \
-i files/usr/bin/* || die "sed failed"
if [[ "$(get_libdir)" != lib ]]; then
mv files/usr/lib "files/usr/$(get_libdir)" || die "mv failed"
fi
if ! use networkmanager; then
rm -rv files/usr/share/cinnamon/applets/network@cinnamon.org || die
fi
eautoreconf
gnome2_src_prepare
}
src_configure() {
# Don't error out on warnings
gnome2_src_configure \
--disable-jhbuild-wrapper-script \
$(use_with bluetooth) \
$(use_enable networkmanager) \
--with-ca-certificates="${EPREFIX}/etc/ssl/certs/ca-certificates.crt" \
BROWSER_PLUGIN_DIR="${EPREFIX}/usr/$(get_libdir)/nsbrowser/plugins"
}
src_install() {
gnome2_src_install
python_optimize "${ED}usr/$(get_libdir)/cinnamon-"{desktop-editor,json-makepot,launcher,looking-glass,menu-editor,screensaver-lock-dialog,settings,settings-users}
# Fix broken shebangs
sed -e "s%#!.*python%#!${PYTHON}%" \
-i "${ED}usr/bin/cinnamon-"{desktop-editor,json-makepot,launcher,looking-glass,menu-editor,screensaver-lock-dialog,settings,settings-users} \
-i "${ED}usr/$(get_libdir)/cinnamon-settings/cinnamon-settings.py" || die
# Required for gnome-shell on hardened/PaX, bug #398941
pax-mark mr "${ED}usr/bin/cinnamon"
# Doesn't exist on Gentoo, causing this to be a dead symlink
rm -f "${ED}etc/xdg/menus/cinnamon-applications-merged" || die
}
pkg_postinst() {
gnome2_pkg_postinst
if ! has_version 'media-libs/gst-plugins-good:1.0' || \
! has_version 'media-plugins/gst-plugins-vpx:1.0'; then
ewarn "To make use of Cinnamon's built-in screen recording utility,"
ewarn "you need to either install media-libs/gst-plugins-good:1.0"
ewarn "and media-plugins/gst-plugins-vpx:1.0, or use dconf-editor to change"
ewarn "org.cinnamon.recorder/pipeline to what you want to use."
fi
if ! has_version ">=x11-base/xorg-server-1.11"; then
ewarn "If you use multiple screens, it is highly recommended that you"
ewarn "upgrade to >=x11-base/xorg-server-1.11 to be able to make use of"
ewarn "pointer barriers which will make it easier to use hot corners."
fi
if has_version "<x11-drivers/ati-drivers-12"; then
ewarn "Cinnamon has been reported to show graphical corruption under"
ewarn "x11-drivers/ati-drivers-11.*; you may want to switch to"
ewarn "open-source drivers."
fi
if has_version "media-libs/mesa[video_cards_radeon]" ||
has_version "media-libs/mesa[video_cards_r300]" ||
has_version "media-libs/mesa[video_cards_r600]"; then
elog "Cinnamon is unstable under classic-mode r300/r600 mesa drivers."
elog "Make sure that gallium architecture for r300 and r600 drivers is"
elog "selected using 'eselect mesa'."
if ! has_version "media-libs/mesa[gallium]"; then
ewarn "You will need to emerge media-libs/mesa with USE=gallium."
fi
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/cinnamon-2.2.9.ebuild,v 1.1 2014/05/16 02:15:08 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/cinnamon-2.2.9.ebuild,v 1.2 2014/05/25 13:54:50 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@ -22,6 +22,8 @@ SRC_URI="https://github.com/linuxmint/Cinnamon/archive/${MY_PV}.tar.gz -> ${MY_P
LICENSE="GPL-2+"
SLOT="0"
IUSE="+bluetooth +l10n +networkmanager"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="

@ -1,33 +0,0 @@
Note: This license label is deprecated, so don't use it for new packages.
Unfortunately, "as-is" has been (ab)used also for non-free software and
you cannot rely on it. Please check the upstream license instead.
"as-is" in its originally intended sense is now covered by the OSI-approved
"HPND" (Historical Permission Notice and Disclaimer).
---------------------------------------------------------------------------
This is a generic place holder for a class of licenses that boil down to do
no guarantees and all you get is what you have. The language is usually
similar to:
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted, provided
that the above copyright notice appears in all copies and that both the
copyright notice and this permission notice appear in supporting
documentation, and that the same name not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission. We make no representations about the
suitability of this software for any purpose. It is provided "as is"
without express or implied warranty.
You will need to check the license that came with the software for the exact
specifics. Generally you are free to do most anything you want with "as is"
software but you should not take this license as legal advice.
Note: Most all license have an "as is" clause. For our purposes this does
not make all software in this category. This category is for software with
very little restrictions.
The information in this license about licenses is presented "as is". :-P

@ -0,0 +1 @@
DIST liblxqt-0.7.0.tar.xz 82860 SHA256 a21f8fef4c0c44355b375b9731401d889c20852ccf55a2da11d7e5d5e08e1555 SHA512 21d532338fe2a88de45ee20bbb709924643be3780627a856a0c7f1de882e709fbc746c28d6785947c61539de207d1dcbbfa75b6901a1b82342d28273362a99b4 WHIRLPOOL 6be57b43412671c105a858b3b12fb0246c7e0600335d3973ea34b2f2564db42f97dc4585e37747555b58cb55ccaccfd1852038053bf125a281c2689709f5ae0f

@ -0,0 +1,34 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/liblxqt/liblxqt-0.7.0.ebuild,v 1.2 2014/05/25 11:47:10 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="Common base library for the LXQt desktop environment"
HOMEPAGE="http://www.lxqt.org/"
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"
S=${WORKDIR}
DEPEND=">=razorqt-base/libqtxdg-0.5.3
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXfixes
x11-libs/libXrender
dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4"
RDEPEND="${DEPEND}"

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>lxqt</herd>
<maintainer>
<email>jauhien@gentoo.org</email>
<name>Jauhien Piatlicki</name>
</maintainer>
</pkgmetadata>

@ -0,0 +1 @@
DIST lxqt-qtplugin-0.7.0.tar.xz 11980 SHA256 fb9780ff79f2cd02bc75329d26e1b78a72447cc31d19ee85c079bd175293f7c9 SHA512 15a738b3d79320cd01fbe108f83ceb1fdfad9fc03e3647b3436e8d7936063b47f80f0eacf920420404e0d10046568a859e98a66d747b3fa0f1ff2be3e8920bf2 WHIRLPOOL fe46394ff1e2f7967f2cdac0b7a5357bb6b7ea6accfdb4d651e54932d6cec348acd26f76f23bd3cbf58bc06ff0fb7ab2537fa5aacd23d897a9f878c71103c6e5

@ -0,0 +1,29 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.7.0.ebuild,v 1.1 2014/05/25 11:45:45 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt system integration plugin for Qt"
HOMEPAGE="http://www.lxqt.org/"
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="LGPL-2.1+"
SLOT="0"
S=${WORKDIR}
DEPEND="lxqt-base/liblxqt
dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
x11-libs/libX11"
RDEPEND="${DEPEND}"

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>lxqt</herd>
<maintainer>
<email>jauhien@gentoo.org</email>
<name>Jauhien Piatlicki</name>
</maintainer>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r3.ebuild,v 1.2 2014/05/24 11:04:47 zlogene Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r3.ebuild,v 1.3 2014/05/25 12:22:07 zlogene Exp $
EAPI="5"
@ -13,7 +13,7 @@ SRC_URI="http://media.unpythonic.net/emergent-files/01248401946/${PN}_${PV}.tar.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
KEYWORDS="amd64 x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libfreehand/libfreehand-0.0.0.ebuild,v 1.2 2013/11/01 09:01:47 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/libfreehand/libfreehand-0.0.0.ebuild,v 1.3 2014/05/25 11:53:31 zlogene Exp $
EAPI=5
@ -15,7 +15,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/libfreehand/"
LICENSE="MPL-2.0"
SLOT="0"
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~arm ~ppc ~x86"
KEYWORDS="amd64 ~arm ~ppc ~x86"
IUSE="doc static-libs"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-1.18.1.ebuild,v 1.5 2014/05/17 13:50:12 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-1.18.1.ebuild,v 1.6 2014/05/25 18:49:17 maekke Exp $
EAPI=5
inherit eutils toolchain-funcs libtool multilib-minimal
@ -11,7 +11,7 @@ SRC_URI="http://www.mpg123.org/download/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="3dnow 3dnowext alsa altivec coreaudio int-quality ipv6 jack mmx nas oss portaudio pulseaudio sdl sse"
# No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.

@ -1,3 +1,4 @@
DIST mpv-0.3.10.tar.gz 2520710 SHA256 ec1d9751f9c43f66e13a988c94748ee2e1d8188498001f905213c9ccdf573fce SHA512 fdf84439747e24b4278f09427fc22d6497d2105cf94cd3c45dfb134af917f81c4748d618e962fb13a9db2b7a260a88a409590d10aae71ac987831bc3d293196e WHIRLPOOL d9a4eb6f01ee965b915e9064d75f710dd922a0db1e8a6b9655c844548bbde37c1cca1efd495c5d0f160b4b3823947c13e08e4634c6907fbd44abe758d0a6c552
DIST mpv-0.3.5.tar.gz 2516492 SHA256 0d1506ad448e42cd7c8de15c7d6c23725b62db87f3d0c4029f5b8c523c995f30 SHA512 9dad2f83b3eaee05197c40b257ad0ab84367d6334faa2950ff51e65d435fd9a7798ad4347a26d66e67bd8d0265bd1cd202fd621447f5c9fe2545a2d88d99d937 WHIRLPOOL 409d38fa0206a5dbc1689c8f695c24ccaade0e2b484e1256b128d55282194e92bc38599afaa87c66f4157c4bf549aaa06c101265c9cdefeea0f60675b834d068
DIST mpv-0.3.6.tar.gz 2517831 SHA256 50521211d249c7b5e7943a548bdd387201b949b0c72492c8ab36a95c68d096f6 SHA512 4f94f0fa4d6ee2d070da1adcd0801d8f1ae5893407cfd422c412526449aeeed45fbb953463393779fde869d68351c5d93416bfe9e2f3dfc2c74ccdf7a746f91f WHIRLPOOL becf4a6519a2927495a37aedc890cc7a5217e670ba5080648749199f54be49ebb5424d5a1d87c84feba50144fa9e7629be06767965626709ba6b135f9c1043c9
DIST mpv-0.3.7.tar.gz 2520085 SHA256 351098923a1830d1792c985018b8788d05285af05d70c5044508f2f6b6acbce2 SHA512 452128df418e50c19cf86041decf77202082fc82997aee36ae95e5c0d447dd1e30fcbe9c28d6ec52b0415252b74791152ec485ddc918a1f010d9cc7b9a0f4b29 WHIRLPOOL fc029b3598b0dc7622a1dce91187a156db03fe6f19101109483251f2e59144b75fb1ae7ef2e61174f724d97cfe616c643d9f38a5c85965ad4bf1a525a078a047

@ -0,0 +1,249 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.10.ebuild,v 1.1 2014/05/25 10:37:50 tomwij Exp $
EAPI=5
EGIT_REPO_URI="https://github.com/mpv-player/mpv.git"
inherit eutils waf-utils pax-utils fdo-mime gnome2-utils
[[ ${PV} == *9999* ]] && inherit git-r3
WAF_V="1.7.15"
DESCRIPTION="Video player based on MPlayer/mplayer2"
HOMEPAGE="http://mpv.io/"
SRC_URI="https://waf.googlecode.com/files/waf-${WAF_V}"
[[ ${PV} == *9999* ]] || \
SRC_URI+=" https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
[[ ${PV} == *9999* ]] || \
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
IUSE="+alsa bluray bs2b +cdio -doc-pdf dvb +dvd dvdnav +enca encode +iconv jack -joystick
jpeg ladspa lcms +libass libcaca libguess lirc lua luajit +mpg123 -openal +opengl
oss portaudio +postproc pulseaudio pvr +quvi -radio samba sdl selinux +shm v4l vaapi vcd vdpau
vf-dlopen wayland +X xinerama +xscreensaver +xv"
REQUIRED_USE="
dvdnav? ( dvd )
enca? ( iconv )
lcms? ( opengl )
libguess? ( iconv )
luajit? ( lua )
opengl? ( || ( wayland X ) )
pvr? ( v4l )
radio? ( v4l || ( alsa oss ) )
vaapi? ( X )
vdpau? ( X )
wayland? ( opengl )
xinerama? ( X )
xscreensaver? ( X )
xv? ( X )
"
RDEPEND+="
|| (
>=media-video/libav-9.10:=[encode?,threads,vaapi?,vdpau?]
>=media-video/ffmpeg-1.2.4:0=[encode?,threads,vaapi?,vdpau?]
)
sys-libs/ncurses
sys-libs/zlib
X? (
x11-libs/libX11
x11-libs/libXext
x11-libs/libXxf86vm
opengl? ( virtual/opengl )
lcms? ( media-libs/lcms:2 )
vaapi? ( >=x11-libs/libva-0.34.0[X(+)] )
vdpau? ( >=x11-libs/libvdpau-0.2 )
xinerama? ( x11-libs/libXinerama )
xscreensaver? ( x11-libs/libXScrnSaver )
xv? ( x11-libs/libXv )
)
alsa? ( media-libs/alsa-lib )
bluray? ( >=media-libs/libbluray-0.2.1 )
bs2b? ( media-libs/libbs2b )
cdio? (
dev-libs/libcdio
dev-libs/libcdio-paranoia
)
dvb? ( virtual/linuxtv-dvb-headers )
dvd? (
>=media-libs/libdvdread-4.1.3
dvdnav? ( >=media-libs/libdvdnav-4.2.0 )
)
enca? ( app-i18n/enca )
iconv? ( virtual/libiconv )
jack? ( media-sound/jack-audio-connection-kit )
jpeg? ( virtual/jpeg:0 )
ladspa? ( media-libs/ladspa-sdk )
libass? (
>=media-libs/libass-0.9.10:=[enca?,fontconfig]
virtual/ttf-fonts
)
libcaca? ( >=media-libs/libcaca-0.99_beta18 )
libguess? ( >=app-i18n/libguess-1.0 )
lirc? ( app-misc/lirc )
lua? (
!luajit? ( >=dev-lang/lua-5.1 )
luajit? ( dev-lang/luajit:2 )
)
mpg123? ( >=media-sound/mpg123-1.14.0 )
openal? ( >=media-libs/openal-1.13 )
portaudio? ( >=media-libs/portaudio-19_pre20111121 )
postproc? (
|| (
media-libs/libpostproc
>=media-video/ffmpeg-1.2:0[encode?,threads,vaapi?,vdpau?]
)
)
pulseaudio? ( media-sound/pulseaudio )
quvi? (
>=media-libs/libquvi-0.4.1:=
|| (
>=media-video/libav-9.10[network]
>=media-video/ffmpeg-1.2.4:0[network]
)
)
samba? ( net-fs/samba )
sdl? ( media-libs/libsdl2[threads] )
selinux? ( sec-policy/selinux-mplayer )
v4l? ( media-libs/libv4l )
wayland? (
>=dev-libs/wayland-1.3.0
media-libs/mesa[egl,wayland]
>=x11-libs/libxkbcommon-0.3.0
)
"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=dev-lang/perl-5.8
dev-python/docutils
doc-pdf? (
dev-texlive/texlive-latex
dev-texlive/texlive-latexrecommended
dev-texlive/texlive-latexextra
dev-tex/xcolor
)
X? (
x11-proto/videoproto
x11-proto/xf86vidmodeproto
xinerama? ( x11-proto/xineramaproto )
xscreensaver? ( x11-proto/scrnsaverproto )
)
"
DOCS=( Copyright README.md etc/example.conf etc/input.conf )
pkg_setup() {
if use !libass; then
ewarn
ewarn "You've disabled the libass flag. No OSD or subtitles will be displayed."
fi
einfo "For additional format support you need to enable the support on your"
einfo "libavcodec/libavformat provider:"
einfo " media-video/libav or media-video/ffmpeg"
}
src_unpack() {
if [[ ${PV} == *9999* ]]; then
git-r3_src_unpack
else
default_src_unpack
fi
cp "${DISTDIR}"/waf-${WAF_V} "${S}"/waf || die
chmod 0755 "${S}"/waf || die
}
src_prepare() {
epatch_user
}
src_configure() {
# keep build reproducible
# do not add -g to CFLAGS
# SDL output is fallback for platforms where nothing better is available
# media-sound/rsound is in pro-audio overlay only
waf-utils_src_configure \
--disable-build-date \
--disable-debug-build \
--disable-sdl \
$(use_enable sdl sdl2) \
--disable-rsound \
$(use_enable encode encoding) \
$(use_enable joystick) \
$(use_enable bluray libbluray) \
$(use_enable vcd) \
$(use_enable quvi libquvi) \
$(use_enable samba libsmbclient) \
$(use_enable lirc) \
$(use_enable lua) \
$(usex luajit '--lua=luajit' '') \
$(use_enable doc-pdf pdf-build) \
$(use_enable vf-dlopen vf-dlopen-filters) \
$(use_enable cdio cdda) \
$(use_enable dvd dvdread) \
$(use_enable dvdnav) \
$(use_enable enca) \
$(use_enable iconv) \
$(use_enable libass) \
$(use_enable libguess) \
$(use_enable dvb) \
$(use_enable pvr) \
$(use_enable v4l libv4l2) \
$(use_enable v4l tv) \
$(use_enable v4l tv-v4l2) \
$(use_enable radio) \
$(use_enable radio radio-capture) \
$(use_enable radio radio-v4l2) \
$(use_enable mpg123) \
$(use_enable jpeg) \
$(use_enable libcaca caca) \
$(use_enable postproc libpostproc) \
$(use_enable alsa) \
$(use_enable jack) \
$(use_enable ladspa) \
$(use_enable portaudio) \
$(use_enable bs2b libbs2b) \
$(use_enable openal) \
$(use_enable oss oss-audio) \
$(use_enable pulseaudio pulse) \
$(use_enable shm) \
$(use_enable X x11) \
$(use_enable vaapi) \
$(use_enable vdpau) \
$(use_enable wayland) \
$(use_enable xinerama) \
$(use_enable xv) \
$(use_enable opengl gl) \
$(use_enable lcms lcms2) \
$(use_enable xscreensaver xss) \
--confdir="${EPREFIX}"/etc/${PN} \
--mandir="${EPREFIX}"/usr/share/man \
--docdir="${EPREFIX}"/usr/share/doc/${PF}
}
src_install() {
waf-utils_src_install
if use luajit; then
pax-mark -m "${ED}"usr/bin/mpv
fi
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}

@ -1 +1 @@
Sat, 24 May 2014 13:07:02 +0000
Sun, 25 May 2014 19:07:03 +0000

@ -1 +1 @@
Sat, 24 May 2014 13:07:02 +0000
Sun, 25 May 2014 19:07:03 +0000

@ -20,7 +20,7 @@
always a description without a lang attribute. Also there are no overlapping
descriptions allowed (multiple description tags with the same language)
$Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1102 2014/05/24 07:46:33 pacho Exp $
$Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1103 2014/05/24 20:51:59 jauhien Exp $
-->
<herds>
@ -2227,6 +2227,19 @@
<description>SUSE related products and packages</description>
<maintainingproject>/proj/en/suse/index.xml</maintainingproject>
</herd>
<herd>
<name>lxqt</name>
<email>lxqt@gentoo.org</email>
<description>LXQt and related packages</description>
<maintainer>
<email>jauhien@gentoo.org</email>
<name>Jauhien Piatlicki</name>
</maintainer>
<maintainer>
<email>kensington@gentoo.org</email>
<name>Michael Palimaka</name>
</maintainer>
</herd>
</herds>
<!--

@ -3,9 +3,9 @@ DESCRIPTION=Flite text to speech engine
EAPI=5
HOMEPAGE=http://www.speech.cs.cmu.edu/flite/index.html
IUSE=alsa static
KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86
KEYWORDS=~alpha ~amd64 arm ~ppc ~ppc64 ~sparc ~x86
LICENSE=BSD freetts public-domain regexp-UofT BSD-2
SLOT=0
SRC_URI=http://www.speech.cs.cmu.edu/flite/packed/flite-1.3/flite-1.3-release.tar.gz
_eclasses_=eutils 025442f2eecab39ad0b4e541b6e142af multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3
_md5_=1932c54f4ee296e4035dfcef2fc3edaf
_md5_=e25b8c9601116364ef55b70a4b797aae

@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst
DEPEND=sys-apps/sed || ( sys-apps/coreutils sys-freebsd/freebsd-bin app-misc/realpath ) app-arch/xz-utils doc? ( dev-python/docutils )
DESCRIPTION=Gentoo's multi-purpose configuration and management tool
EAPI=4
HOMEPAGE=http://wiki.gentoo.org/wiki/Project:Eselect
IUSE=doc emacs vim-syntax
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~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
LICENSE=GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 )
PDEPEND=emacs? ( app-emacs/eselect-mode ) vim-syntax? ( app-vim/eselect-syntax )
RDEPEND=!app-admin/eselect-news sys-apps/sed || ( sys-apps/coreutils sys-freebsd/freebsd-bin app-misc/realpath ) sys-apps/file sys-libs/ncurses
SLOT=0
SRC_URI=http://dev.gentoo.org/~ulm/eselect/eselect-1.4.2.tar.xz
_eclasses_=bash-completion-r1 db412e427e3317ffd3e15f17df269c5e eutils 025442f2eecab39ad0b4e541b6e142af multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3
_md5_=2d71b8cb78ca8f44733049211dbf866c

@ -4,11 +4,11 @@ DESCRIPTION=Package maintenance system for Debian
EAPI=5
HOMEPAGE=http://packages.qa.debian.org/dpkg
IUSE=+bzip2 dselect +lzma nls test unicode +update-alternatives +zlib
KEYWORDS=alpha amd64 ~arm hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris
KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris
LICENSE=GPL-2
RDEPEND=>=dev-lang/perl-5.6.0 dev-perl/TimeDate >=sys-libs/ncurses-5.2-r7 lzma? ( app-arch/xz-utils ) zlib? ( >=sys-libs/zlib-1.1.4 ) bzip2? ( app-arch/bzip2 )
REQUIRED_USE=dselect? ( nls )
SLOT=0
SRC_URI=mirror://debian/pool/main/d/dpkg/dpkg_1.17.9.tar.xz
_eclasses_=autotools 5256b4f4c1798109f39f308f9f7eaf5f eutils 025442f2eecab39ad0b4e541b6e142af libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 48b38a216afb92db6314d6c3187abea3
_md5_=615a7b4b216dc17277c18849214c0486
_md5_=888de221b9bcb3477d7406265f004c46

@ -4,11 +4,11 @@ DESCRIPTION=Leverage the OpenPGP web of trust for OpenSSH and Web authentication
EAPI=5
HOMEPAGE=http://web.monkeysphere.info/
IUSE=test
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~x86
LICENSE=GPL-3
RDEPEND=app-crypt/gnupg app-misc/lockfile-progs dev-perl/Crypt-OpenSSL-RSA dev-perl/Digest-SHA1 || ( net-analyzer/netcat net-misc/socat )
RESTRICT=test
SLOT=0
SRC_URI=http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_0.36.orig.tar.gz
_eclasses_=eutils 025442f2eecab39ad0b4e541b6e142af multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=7b13e90ba370a306aa88f5c09ea9ab97
_md5_=b0ad40b4ea6b3003c6117df2e590fdd9

@ -4,8 +4,8 @@ DESCRIPTION=Tips, tricks and examples for the Z shell
EAPI=4
HOMEPAGE=http://grml.org/zsh/zsh-lovers.html
KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=GPL-2 as-is
LICENSE=GPL-2 all-rights-reserved
RDEPEND=!<app-shells/zsh-4.3.12
SLOT=0
SRC_URI=http://deb.grml.org/pool/main/z/zsh-lovers/zsh-lovers_0.8.3.tar.gz
_md5_=dc6f19dea9d3e6cfddcaa84b98528ca3
_md5_=6c9963ee68f040ea27afcb74fde63975

@ -4,10 +4,10 @@ DESCRIPTION=MicroGnuEmacs, a port from the BSDs
EAPI=5
HOMEPAGE=http://homepage.boetes.org/software/mg/
IUSE=livecd
KEYWORDS=~amd64 ~arm hppa ~x86 ~amd64-fbsd ~x86-fbsd
KEYWORDS=~amd64 arm hppa ~x86 ~amd64-fbsd ~x86-fbsd
LICENSE=public-domain
RDEPEND=sys-libs/ncurses !elibc_FreeBSD? ( dev-libs/libbsd )
SLOT=0
SRC_URI=http://homepage.boetes.org/software/mg/mg-20140414.tar.gz
_eclasses_=eutils 025442f2eecab39ad0b4e541b6e142af multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3
_md5_=2dec469357b27407b776cd0f6ea4dadc
_md5_=e06c6952e1e1e74f4b4be77876120df5

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack
DEPEND=>=virtual/emacs-21
DESCRIPTION=Emacs major mode for editing eselect files
EAPI=5
HOMEPAGE=http://wiki.gentoo.org/wiki/Project:Eselect
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
LICENSE=GPL-2+
RDEPEND=>=virtual/emacs-21
SLOT=0
SRC_URI=http://dev.gentoo.org/~ulm/eselect/eselect-1.4.2.tar.xz
_eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common 82c1a9cbf52051a9ac4894d151fac235 eutils 025442f2eecab39ad0b4e541b6e142af multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3
_md5_=a184f9720b3ca6280f88d79014844e98

@ -0,0 +1,14 @@
DEFINED_PHASES=install prepare
DEPEND=>=sys-apps/findutils-4.2.26
DESCRIPTION=Provides precompiled 32bit libraries
EAPI=5
HOMEPAGE=http://dev.gentoo.org/~pacho/emul.html
IUSE=abi_x86_32 +development
KEYWORDS=-* ~amd64
LICENSE=Artistic GPL-1 GPL-2 GPL-3 BSD BSD-2 BZIP2 AFL-2.1 LGPL-2.1 BSD-4 MIT public-domain LGPL-3 LGPL-2 GPL-2-with-exceptions MPL-1.1 OPENLDAP Sleepycat UoI-NCSA ZLIB openafs-krb5-a HPND ISC RSA IJG libmng libtiff openssl tcp_wrappers_license
RDEPEND=!<app-emulation/emul-linux-x86-medialibs-10.2 !abi_x86_32? ( !>=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)] ) abi_x86_32? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)] >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)] >=media-libs/libpng-1.5.16-r1:0[abi_x86_32(-)] >=dev-libs/udis86-1.7-r2[abi_x86_32(-)] >=virtual/libffi-3.0.13-r1[abi_x86_32(-)] >=sys-devel/llvm-3.3-r1[abi_x86_32(-)] >=media-libs/libpng-1.2.50-r1:1.2[abi_x86_32(-)] virtual/jpeg:62[abi_x86_32(-)] >=sys-libs/libraw1394-2.1.0-r1[abi_x86_32(-)] >=sys-libs/libavc1394-0.5.4-r1[abi_x86_32(-)] >=dev-libs/expat-2.1.0-r3[abi_x86_32(-)] >=virtual/libusb-0-r1:0[abi_x86_32(-)] >=virtual/libusb-1-r1:1[abi_x86_32(-)] || ( >=virtual/udev-206-r1[abi_x86_32(-)] ~virtual/udev-204[abi_x86_32(-)] ) >=media-libs/tiff-4.0.3-r5:0[abi_x86_32(-)] >=sys-apps/attr-2.4.47-r1[abi_x86_32(-)] >=dev-libs/glib-2.36.3-r2:2[abi_x86_32(-)] >=media-libs/lcms-2.5-r1:2[abi_x86_32(-)] >=app-text/libpaper-1.1.24-r2[abi_x86_32(-)] >=media-libs/tiff-3.9.7-r1:3[abi_x86_32(-)] || ( >=dev-libs/elfutils-0.155-r1[abi_x86_32(-)] >=dev-libs/libelf-0.8.13-r2[abi_x86_32(-)] ) >=sys-libs/e2fsprogs-libs-1.42.7-r1[abi_x86_32(-)] >=sys-libs/ncurses-5.9-r3[abi_x86_32(-)] >=sys-libs/gpm-1.20.7-r2[abi_x86_32(-)] >=dev-libs/gmp-5.1.3-r1[abi_x86_32(-)] >=dev-libs/libpcre-8.33-r1[abi_x86_32(-)] >=sys-apps/dbus-1.6.18-r1[abi_x86_32(-)] >=sys-apps/tcp-wrappers-7.6.22-r1[abi_x86_32(-)] >=sys-libs/gdbm-1.10-r1[abi_x86_32(-)] >=dev-libs/json-c-0.11-r1[abi_x86_32(-)] >=dev-libs/libxml2-2.9.1-r2[abi_x86_32(-)] >=dev-libs/dbus-glib-0.100.2-r1[abi_x86_32(-)] >=sys-libs/readline-6.2_p5-r1:0[abi_x86_32(-)] >=sys-devel/gettext-0.18.3.2[abi_x86_32(-)] >=dev-libs/libgpg-error-1.12-r1[abi_x86_32(-)] >=dev-db/sqlite-3.8.3:3[abi_x86_32(-)] >=dev-libs/nettle-2.7.1-r1[abi_x86_32(-)] >=dev-libs/libtasn1-3.4-r1[abi_x86_32(-)] dev-libs/libgcrypt:11[abi_x86_32(-)] >=dev-libs/libgcrypt-1.6.1-r1:0[abi_x86_32(-)] >=dev-libs/lzo-2.06-r1[abi_x86_32(-)] >=dev-libs/libxslt-1.1.28-r2[abi_x86_32(-)] >=sys-apps/file-5.18-r1[abi_x86_32(-)] >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)] >=media-libs/giflib-4.2.3-r1[abi_x86_32(-)] >=sys-libs/slang-2.2.4-r1[abi_x86_32(-)] >=sys-apps/acl-2.2.52-r1[abi_x86_32(-)] >=sys-apps/util-linux-2.24.1-r3[abi_x86_32(-)] >=sys-devel/libtool-2.4.2-r1[abi_x86_32(-)] >=virtual/acl-0-r2[abi_x86_32(-)] >=dev-libs/openssl-1.0.1g-r1:0[abi_x86_32(-)] >=dev-libs/openssl-0.9.8y-r1:0.9.8[abi_x86_32(-)] >=net-libs/gnutls-3.3.1-r1[abi_x86_32(-)] >=net-print/cups-1.7.1-r2[abi_x86_32(-)] >=sys-libs/talloc-2.1.0-r1[abi_x86_32(-)] >=sys-apps/keyutils-1.5.9-r1[abi_x86_32(-)] >=virtual/krb5-0-r1[abi_x86_32(-)] >=sys-libs/db-4.8.30-r1:4.8[abi_x86_32(-)] >=net-nds/openldap-2.4.38-r2[abi_x86_32(-)] >=net-dns/libidn-1.28-r1[abi_x86_32(-)] >=dev-libs/libnl-3.2.24-r1[abi_x86_32(-)] ) >=sys-libs/glibc-2.16
RESTRICT=strip
SLOT=0
SRC_URI=http://dev.gentoo.org/~pacho/emul/emul-linux-x86-baselibs-20140508.tar.xz
_eclasses_=emul-linux-x86 21b03579b81acf650f0077bfd9fc2586 eutils 025442f2eecab39ad0b4e541b6e142af multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3
_md5_=475587035ebc2124abf2d51653665445

@ -0,0 +1,14 @@
DEFINED_PHASES=install prepare
DEPEND=>=sys-apps/findutils-4.2.26
DESCRIPTION=Provides precompiled 32bit libraries
EAPI=5
HOMEPAGE=http://dev.gentoo.org/~pacho/emul.html
IUSE=abi_x86_32 +development
KEYWORDS=-* ~amd64
LICENSE=GPL-2 LGPL-2.1
RDEPEND=~app-emulation/emul-linux-x86-baselibs-20140508 abi_x86_32? ( >=dev-db/unixODBC-2.3.2[abi_x86_32(-)] )
RESTRICT=strip
SLOT=0
SRC_URI=http://dev.gentoo.org/~pacho/emul/emul-linux-x86-db-20140508.tar.xz
_eclasses_=emul-linux-x86 21b03579b81acf650f0077bfd9fc2586 eutils 025442f2eecab39ad0b4e541b6e142af multilib fac675dcccf94392371a6abee62d909f toolchain-funcs 48b38a216afb92db6314d6c3187abea3
_md5_=a3a2d2c981b41d9db9555c3247099b54

@ -9,4 +9,4 @@ RDEPEND=!static-softmmu? ( >=dev-libs/glib-2.0 sys-libs/zlib >=x11-libs/pixman-0
REQUIRED_USE=|| ( qemu_softmmu_targets_aarch64 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_cris qemu_softmmu_targets_i386 qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_mipsel qemu_softmmu_targets_or32 qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_s390x qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_unicore32 qemu_softmmu_targets_x86_64 qemu_softmmu_targets_lm32 qemu_softmmu_targets_moxie qemu_softmmu_targets_ppcemb qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb qemu_user_targets_aarch64 qemu_user_targets_alpha qemu_user_targets_arm qemu_user_targets_cris qemu_user_targets_i386 qemu_user_targets_m68k qemu_user_targets_microblaze qemu_user_targets_microblazeel qemu_user_targets_mips qemu_user_targets_mips64 qemu_user_targets_mips64el qemu_user_targets_mipsel qemu_user_targets_or32 qemu_user_targets_ppc qemu_user_targets_ppc64 qemu_user_targets_s390x qemu_user_targets_sh4 qemu_user_targets_sh4eb qemu_user_targets_sparc qemu_user_targets_sparc64 qemu_user_targets_unicore32 qemu_user_targets_x86_64 qemu_user_targets_armeb qemu_user_targets_mipsn32 qemu_user_targets_mipsn32el qemu_user_targets_ppc64abi32 qemu_user_targets_sparc32plus ) python? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) qemu_softmmu_targets_arm? ( fdt ) qemu_softmmu_targets_microblaze? ( fdt ) qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_ppc64? ( fdt ) static? ( static-softmmu static-user ) static-softmmu? ( !alsa !pulseaudio !bluetooth !opengl !gtk ) virtfs? ( xattr )
SLOT=0
_eclasses_=eutils 025442f2eecab39ad0b4e541b6e142af fcaps 832d0c7d930e7df835c19b5d0a5f6f4b flag-o-matic 9a539029fe1d390c1828ff633baf26b5 git-2 2027b81a576527fa16bece425941e094 git-r3 0247fa26cde95080f65c2528bd1d4132 linux-info 90944ede7e9761bd7ef07602acdef9e3 multibuild 46527a4656956da3d58acff72c9b59b1 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 1356c4bb8f56765cff4b74c0128d2a4f python-utils-r1 e544c60078c7fa0939091b4c33e27450 readme.gentoo be2652cdd5c20f4689ccb4769072ea99 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=0104f4d4c7c30b3df459d24393be9271
_md5_=f408677c50cfb5d345415a48dbcbfd66

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save