Sync with portage [Sat Nov 8 23:02:40 MSK 2014].

mhiretskiy
root 10 years ago
parent 464cb7f7bd
commit fc98f7b657

@ -0,0 +1 @@
DIST lxqt-admin-0.8.0.tar.xz 19216 SHA256 f2c17f9a9f3628db53b6cfeee64de8500b35b13c37bc4bc8d12302f856362a8e SHA512 aace62c3c0e69e098afd3ddf2af1ec98e185018c4ae9a15718484032857bc6f4fa792dee42c2c4079420fbac91bedaaf8dc9fa89730d0c03029bf0b767be5461 WHIRLPOOL cf72acb4a649cc990b1fba8ad9ea421db007ee3f97ecb69876f5006106d9a7c626d218a6fc763f483ada6122adb9d3ee978613afad69c2f8e39aecd83b204326

@ -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/app-admin/lxqt-admin/lxqt-admin-0.8.0.ebuild,v 1.1 2014/11/08 17:41:50 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt system administration tool"
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/lxqt/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="LGPL-2.1+"
SLOT="0"
DEPEND="dev-libs/glib:2
dev-libs/liboobs
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
>=dev-libs/libqtxdg-1.0.0
x11-libs/libX11
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<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/app-admin/ulogd/ulogd-2.0.4.ebuild,v 1.3 2014/11/03 11:03:38 titanofold Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/ulogd-2.0.4.ebuild,v 1.4 2014/11/08 11:08:12 hwoarang Exp $
EAPI="5"
@ -10,7 +10,8 @@ inherit autotools-utils eutils linux-info readme.gentoo user
DESCRIPTION="A userspace logging daemon for netfilter/iptables related logging"
HOMEPAGE="http://netfilter.org/projects/ulogd/index.html"
SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
SRC_URI="ftp://ftp.netfilter.org/pub/${PN}/${P}.tar.bz2
http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@ -33,6 +34,7 @@ RDEPEND="net-firewall/iptables
sqlite? ( dev-db/sqlite:3 )"
DEPEND="${RDEPEND}
<sys-kernel/linux-headers-3.17
doc? (
app-text/linuxdoc-tools
app-text/texlive-core
@ -63,6 +65,11 @@ pkg_setup() {
if use nfacct && kernel_is lt 3 3 0; then
ewarn "NFACCT input plugin requires kernel newer than 3.3.0"
fi
if ! use nfacct && ! use nfct && ! use nflog && kernel_is gt 3 17 0; then
ewarn "ULOG target was removed since 3.17.0 kernel release"
ewarn "Consider enabling NFACCT, NFCT or NFLOG support"
fi
}
src_prepare() {

@ -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-crypt/ccid/ccid-1.4.18.ebuild,v 1.3 2014/11/03 09:36:01 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.4.18.ebuild,v 1.5 2014/11/08 12:08:55 ago Exp $
EAPI=5
@ -14,7 +14,7 @@ SRC_URI="http://alioth.debian.org/frs/download.php/file/${STUPID_NUM}/${P}.tar.b
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
IUSE="twinserial +usb"
RDEPEND=">=sys-apps/pcsc-lite-1.8.3

@ -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-crypt/mit-krb5/mit-krb5-1.13.ebuild,v 1.3 2014/11/02 14:05:26 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.13.ebuild,v 1.4 2014/11/08 11:39:54 maekke Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@ -14,7 +14,7 @@ SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar"
LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 || ( BSD-2 GPL-2+ )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="doc +keyutils openldap +pkinit selinux +threads test xinetd"
CDEPEND="!!app-crypt/heimdal

@ -1,10 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.64 2014/11/06 22:36:08 tamiko Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.66 2014/11/08 18:00:44 tamiko Exp $
EAPI=5
#BACKPORTS=062ad8b2
AUTOTOOLIZE=yes
MY_P="${P/_rc/-rc}"
@ -12,16 +11,13 @@ MY_P="${P/_rc/-rc}"
inherit eutils user autotools linux-info systemd readme.gentoo
if [[ ${PV} = *9999* ]]; then
inherit git-2
inherit git-r3
EGIT_REPO_URI="git://libvirt.org/libvirt.git"
AUTOTOOLIZE=yes
SRC_URI=""
KEYWORDS=""
else
SRC_URI="http://libvirt.org/sources/${MY_P}.tar.gz
ftp://libvirt.org/libvirt/${MY_P}.tar.gz
${BACKPORTS:+
http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz}"
ftp://libvirt.org/libvirt/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
S="${WORKDIR}/${P%_rc*}"
@ -103,7 +99,7 @@ RDEPEND="sys-libs/readline
firewalld? ( net-firewall/firewalld )
)
elibc_glibc? ( || ( >=net-libs/libtirpc-0.2.2-r1 <sys-libs/glibc-2.14 ) )"
# one? ( dev-libs/xmlrpc-c )
DEPEND="${RDEPEND}
virtual/pkgconfig
app-text/xhtml1
@ -116,8 +112,8 @@ including but not limited to NATed network, you can enable the
'virt-network' USE flag.\n\n
If you are using dnsmasq on your system, you will have
to configure /etc/dnsmasq.conf to enable the following settings:\n\n
bind-interfaces\n
interface or except-interface\n\n
bind-interfaces\n
interface or except-interface\n\n
Otherwise you might have issues with your existing DNS server."
LXC_CONFIG_CHECK="
@ -206,12 +202,8 @@ pkg_setup() {
src_prepare() {
touch "${S}/.mailmap"
[[ -n ${BACKPORTS} ]] && \
EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
epatch
if [[ ${PV} = *9999* ]]; then
# git checkouts require bootstrapping to create the configure script.
# Additionally the submodules must be cloned to the right locations
# bug #377279
@ -222,8 +214,7 @@ src_prepare() {
) >.git-module-status
fi
epatch \
"${FILESDIR}"/libvirt-1.2.9-do_not_use_sysconf.patch
epatch "${FILESDIR}"/libvirt-1.2.9-do_not_use_sysconf.patch
epatch_user
@ -250,92 +241,90 @@ src_configure() {
local myconf=""
## enable/disable daemon, otherwise client only utils
myconf="${myconf} $(use_with libvirtd)"
myconf+=" $(use_with libvirtd)"
## enable/disable the daemon using avahi to find VMs
myconf="${myconf} $(use_with avahi)"
myconf+=" $(use_with avahi)"
## hypervisors on the local host
myconf="${myconf} $(use_with xen) $(use_with xen xen-inotify)"
myconf+=" $(use_with xen) $(use_with xen xen-inotify)"
myconf+=" --without-xenapi"
if use xen && has_version ">=app-emulation/xen-tools-4.2.0"; then
myconf+=" --with-libxl"
else
myconf+=" --without-libxl"
fi
myconf="${myconf} $(use_with openvz)"
myconf="${myconf} $(use_with lxc)"
myconf+=" $(use_with openvz)"
myconf+=" $(use_with lxc)"
if use virtualbox && has_version app-emulation/virtualbox-ose; then
myconf="${myconf} --with-vbox=/usr/lib/virtualbox-ose/"
myconf+=" --with-vbox=/usr/lib/virtualbox-ose/"
else
myconf="${myconf} $(use_with virtualbox vbox)"
myconf+=" $(use_with virtualbox vbox)"
fi
myconf="${myconf} $(use_with uml)"
myconf="${myconf} $(use_with qemu)"
myconf="${myconf} $(use_with qemu yajl)" # Use QMP over HMP
myconf="${myconf} $(use_with phyp)"
myconf="${myconf} --with-esx"
myconf="${myconf} --with-vmware"
myconf+=" $(use_with uml)"
myconf+=" $(use_with qemu)"
myconf+=" $(use_with qemu yajl)" # Use QMP over HMP
myconf+=" $(use_with phyp)"
myconf+=" --with-esx"
myconf+=" --with-vmware"
## additional host drivers
myconf="${myconf} $(use_with virt-network network)"
myconf="${myconf} --with-storage-fs"
myconf="${myconf} $(use_with lvm storage-lvm)"
myconf="${myconf} $(use_with iscsi storage-iscsi)"
myconf="${myconf} $(use_with parted storage-disk)"
myconf="${myconf} $(use_with lvm storage-mpath)"
myconf="${myconf} $(use_with rbd storage-rbd)"
myconf="${myconf} $(use_with numa numactl)"
myconf="${myconf} $(use_with numa numad)"
myconf="${myconf} $(use_with selinux)"
myconf="${myconf} $(use_with fuse)"
myconf+=" $(use_with virt-network network)"
myconf+=" --with-storage-fs"
myconf+=" $(use_with lvm storage-lvm)"
myconf+=" $(use_with iscsi storage-iscsi)"
myconf+=" $(use_with parted storage-disk)"
myconf+=" $(use_with lvm storage-mpath)"
myconf+=" $(use_with rbd storage-rbd)"
myconf+=" $(use_with numa numactl)"
myconf+=" $(use_with numa numad)"
myconf+=" $(use_with selinux)"
myconf+=" $(use_with fuse)"
# udev for device support details
myconf="${myconf} $(use_with udev)"
myconf+=" $(use_with udev)"
myconf+=" --without-hal"
# linux capability support so we don't need privileged accounts
myconf="${myconf} $(use_with caps capng)"
myconf+=" $(use_with caps capng)"
## auth stuff
myconf="${myconf} $(use_with policykit polkit)"
myconf="${myconf} $(use_with sasl)"
myconf+=" $(use_with policykit polkit)"
myconf+=" $(use_with sasl)"
# network bits
myconf="${myconf} $(use_with macvtap)"
myconf="${myconf} $(use_with pcap libpcap)"
myconf="${myconf} $(use_with vepa virtualport)"
myconf="${myconf} $(use_with firewalld)"
myconf+=" $(use_with macvtap)"
myconf+=" $(use_with pcap libpcap)"
myconf+=" $(use_with vepa virtualport)"
myconf+=" $(use_with firewalld)"
## other
myconf="${myconf} $(use_enable nls)"
myconf+=" $(use_enable nls)"
# user privilege bits fir qemu/kvm
if use caps; then
myconf="${myconf} --with-qemu-user=qemu"
myconf="${myconf} --with-qemu-group=qemu"
myconf+=" --with-qemu-user=qemu"
myconf+=" --with-qemu-group=qemu"
else
myconf="${myconf} --with-qemu-user=root"
myconf="${myconf} --with-qemu-group=root"
myconf+=" --with-qemu-user=root"
myconf+=" --with-qemu-group=root"
fi
# audit support
myconf="${myconf} $(use_with audit)"
myconf+=" $(use_with audit)"
# wireshark dissector
myconf="${myconf} $(use_with wireshark-plugins wireshark-dissector)"
myconf+=" $(use_with wireshark-plugins wireshark-dissector)"
## stuff we don't yet support
myconf="${myconf} --without-netcf"
# we use udev over hal
myconf="${myconf} --without-hal"
myconf+=" --without-netcf"
# locking support
myconf="${myconf} --without-sanlock"
myconf+=" --without-sanlock"
# systemd unit files
myconf="${myconf} $(use_with systemd systemd-daemon)"
use systemd && myconf="${myconf} --with-init-script=systemd"
myconf+=" $(use_with systemd systemd-daemon)"
use systemd && myconf+=" --with-init-script=systemd"
# this is a nasty trick to work around the problem in bug
# #275073. The reason why we don't solve this properly is that
@ -354,8 +343,9 @@ src_configure() {
econf \
${myconf} \
--disable-static \
--docdir=/usr/share/doc/${PF} \
--disable-werror \
--with-remote \
--docdir=/usr/share/doc/${PF} \
--localstatedir=/var
if [[ ${PV} = *9999* ]]; then

@ -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/metromap/metromap-0.1.4-r1.ebuild,v 1.5 2014/08/10 18:07:43 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/metromap/metromap-0.1.4-r1.ebuild,v 1.6 2014/11/08 13:11:06 maksbotan Exp $
EAPI="5"
@ -23,7 +23,9 @@ RDEPEND="${PYTHON_DEPS}
dev-python/pygobject:2[${PYTHON_USEDEP}]
>=dev-python/pygtk-2.8:2[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
sys-devel/gettext
"
src_prepare() {
python_fix_shebang .

@ -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/acroread/acroread-9.5.5-r1.ebuild,v 1.1 2014/10/22 20:17:07 axs Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.5.5-r2.ebuild,v 1.1 2014/11/07 21:54:05 axs Exp $
EAPI=5
@ -13,39 +13,51 @@ HOMEPAGE="http://www.adobe.com/products/reader/"
LICENSE="Adobe"
KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
IUSE="cups html ldap nsplugin"
IUSE="html ldap nsplugin"
# asian fonts from separate package:
IUSE+=" linguas_zh_CN linguas_zh_TW linguas_ja linguas_ko"
RESTRICT="strip mirror"
CORE_RDEPEND="dev-libs/openssl:0.9.8[abi_x86_32(-)]
DEPEND="dev-util/bsdiff"
RDEPEND="|| ( (
dev-libs/atk[abi_x86_32(-)]
dev-libs/glib:2[abi_x86_32(-)]
dev-libs/libxml2[abi_x86_32(-)]
dev-libs/openssl:0.9.8[abi_x86_32(-)]
media-libs/fontconfig[abi_x86_32(-)]
virtual/glu[abi_x86_32(-)]
>=net-dns/libidn-1.28[abi_x86_32(-)]
ldap? ( >=net-nds/openldap-2.4.38-r1[abi_x86_32(-)] )
sys-libs/zlib[abi_x86_32(-)]
x11-libs/gdk-pixbuf:2[abi_x86_32(-)]
>=x11-libs/gtk+-2.24.23:2[abi_x86_32(-)]
x11-libs/libX11[abi_x86_32(-)]
x11-libs/libXext[abi_x86_32(-)]
x11-libs/pango[abi_x86_32(-)]
|| (
>=x11-libs/pangox-compat-0.0.2[abi_x86_32(-)]
( <x11-libs/pango-1.31[X] x11-libs/pango[abi_x86_32(-)] )
<x11-libs/pango-1.31[X]
)
"
DEPEND="dev-util/bsdiff"
RDEPEND="media-libs/fontconfig
cups? ( net-print/cups )
x86? (
${CORE_RDEPEND/\[abi_x86_32(-)\]/}
html? ( || (
www-client/firefox
) (
app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
) )
nsplugin? ( || (
x11-libs/libXt[abi_x86_32(-)]
app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
) )
ldap? ( || (
>=net-nds/openldap-2.4.38-r1[abi_x86_32(-)]
app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
) )
x86? ( html? (
|| (
www-client/firefox-bin
www-client/firefox
www-client/seamonkey-bin
www-client/seamonkey
) )
)
amd64? ( || (
( ${CORE_RDEPEND} )
(
app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)
) )
linguas_zh_CN? ( media-fonts/acroread-asianfonts[linguas_zh_CN] )
@ -157,19 +169,20 @@ src_install() {
doman Adobe/Reader9/Resource/Shell/acroread.1.gz
if use nsplugin; then
exeinto /opt/netscape/plugins
doexe Adobe/Reader9/Browser/intellinux/nppdf.so
inst_plugin /opt/netscape/plugins/nppdf.so
inst_plugin /opt/Adobe/Reader9/Browser/intellinux/nppdf.so
else
rm -v "${ED}"/opt/Adobe/Reader9/Browser/intellinux/nppdf.so
fi
dodir /opt/bin
dosym /opt/${LAUNCHER} /opt/bin/${LAUNCHER/*bin\/}
# NOTE -- this is likely old and broken and should be removed...
# We need to set a MOZILLA_COMP_PATH for seamonkey and firefox since
# they don't install a configuration file for libgtkembedmoz.so
# detection in /etc/gre.d/ like xulrunner did.
if use x86 && use html; then
for lib in /opt/seamonkey /usr/lib/seamonkey /usr/lib/mozilla-firefox; do
for lib in /opt/{seamonkey,firefox} /usr/lib/{seamonkey,firefox,mozilla-firefox}; do
if [[ -f ${lib}/libgtkembedmoz.so ]] ; then
echo "MOZILLA_COMP_PATH=${lib}" >> "${ED}"${INSTALLDIR}/Adobe/Reader9/Reader/GlobalPrefs/mozilla_config
elog "Adobe Reader depends on libgtkembedmoz.so, which I've found on"

@ -1,6 +1,2 @@
DIST qpdf-4.1.0.tar.gz 5059435 SHA256 d23303a7ffee2120fbcdc06ef0846688a10fca09421aea5416736bff0dcd9bfc SHA512 60864e5a51efc7c584bb335c53b1ca5496abbd8ee5ae0033d12d321586a714301162e0c3fd7bf2159d0b7466f168fe3f3bf988569bc5a94ce02a283810c36f5b WHIRLPOOL 2523c1c60d332e003b0387ef2b43ffa4fb599c2f0fd53ef27c8c51bb6e3c0dcf197d3cf3c640d9a9319aa061b0b67e757375c3880afc0508733e3ccfe6b41237
DIST qpdf-5.0.0.tar.gz 7556793 SHA256 ddeac2272cbabffbaf7320d7e783085ed3690710616e0b855947b25e59a97b37 SHA512 207d5539b434cca9a7f582882786b4d5f473cd374a1a249a0d4f335c7d9ef22cdb857a32ef3e23b98b0c329191eb6c980fa576930553211ddc00dfa11416baa8 WHIRLPOOL 8d1f40ac4fb15133934139f7dbe39f20a5ef86f5ec799a74a7f5ef71b92b781dfc5ff72ff0e0d45831cef8dc42108582d2d04778d64a89a1aa33826d2d4caf58
DIST qpdf-5.0.1.tar.gz 7569985 SHA256 d0658a0b276ac5b811cc41edb8a4fc70d343a392aba53578df3c188f57b1efbd SHA512 597d3a650feaa50ece2ee21adc647047ede82ad48e5e51608a714e63af64e3fa5262e369eacf9a6551198406c46719c92027340e9087c2e7720f6466fea3fd5b WHIRLPOOL 3874a8a8085fa1452e2c6ed07504f10cdf72c773e9ecc34e0e8a9e2f7a1e2afa9198b728aca65c00630d47f9aa355d91feb898abeff21b668797506a6e7e0d2b
DIST qpdf-5.1.0.tar.gz 7662356 SHA256 2e45377bbbb0bc5d0449c2c54f9a518975cbfad42a7839b314a88f0fa603fa18 SHA512 cbb5d7a39f27d75f095fa4f750c19e09c7f0d96c83ec2aa7d272edad82b436281f18936d8c87097f63be2040c98f3cff773a38aeb353f49e0bf521df8035d884 WHIRLPOOL ce6c9daf0232bcdddf860a36d48f5a23c59923a6029cf5e5b3c7befc5834bfc990d3e02fa568abb1e332d9708816beecbd2f8616a2925ce6506d1d878d993125
DIST qpdf-5.1.1.tar.gz 7662701 SHA256 95d355d8fa5e1c677e04d884161de94f5438bf3bdc1638498796b042bad4a726 SHA512 236132290694730d7de08635560435d34ae44f4edbc1b887e494f2ee183271331827226e7e29e539d25d5a2ca1dd5815a387c46edc0b6fd898436bbb674d9993 WHIRLPOOL 66eee10dc5163f1e53afcbd02b71bab73598c28ebb9b005c26af4e58396fd693af7ed76a17fd0c29819b0fa08a71ea0158c76bfa0b0d452a78bb357277644459
DIST qpdf-5.1.2.tar.gz 7664268 SHA256 e9dd8d5d0a322078ffd573f057f03d24a734cc5b7dd925b089ebcb0f6e867bfd SHA512 be2fe3f1127532edc1b3d9af2d25df64c2c04c402cfef8d1ca5ed77129c2f17ef3435abb6c630b260ee4be8458984c0fbf0abfb6cda82ef4fa74dc23ca7a8864 WHIRLPOOL 5ec875f0ea73aa044c671f4ea9e5b69c74c188463ad58006a55ed395fed4e0184baad760486596586866b9f701ae5e211ac08ade1eff54028e20c6c1462ee629

@ -1,54 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/qpdf-4.1.0.ebuild,v 1.12 2013/08/06 12:34:30 ago Exp $
EAPI="5"
inherit eutils
DESCRIPTION="A command-line program that does structural, content-preserving transformations on PDF files"
HOMEPAGE="http://qpdf.sourceforge.net/"
SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0/10" # subslot = libqpdf soname version
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
IUSE="doc examples static-libs test"
RDEPEND="dev-libs/libpcre
sys-libs/zlib
>=dev-lang/perl-5.8"
DEPEND="${RDEPEND}
test? (
sys-apps/diffutils
media-libs/tiff
app-text/ghostscript-gpl
)"
DOCS=( ChangeLog README TODO )
src_prepare() {
# Manually install docs
sed -i -e "/docdir/d" make/libtool.mk || die
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable test test-compare-images)
}
src_install() {
default
if use doc ; then
dodoc doc/qpdf-manual.pdf
dohtml doc/*
fi
if use examples ; then
dobin examples/build/.libs/*
fi
prune_libtool_files
}

@ -1,54 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/qpdf-5.0.0.ebuild,v 1.1 2013/07/11 03:00:30 radhermit Exp $
EAPI="5"
inherit eutils
DESCRIPTION="A command-line program that does structural, content-preserving transformations on PDF files"
HOMEPAGE="http://qpdf.sourceforge.net/"
SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0/13" # subslot = libqpdf soname version
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
IUSE="doc examples static-libs test"
RDEPEND="dev-libs/libpcre
sys-libs/zlib
>=dev-lang/perl-5.8"
DEPEND="${RDEPEND}
test? (
sys-apps/diffutils
media-libs/tiff
app-text/ghostscript-gpl
)"
DOCS=( ChangeLog README TODO )
src_prepare() {
# Manually install docs
sed -i -e "/docdir/d" make/libtool.mk || die
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable test test-compare-images)
}
src_install() {
default
if use doc ; then
dodoc doc/qpdf-manual.pdf
dohtml doc/*
fi
if use examples ; then
dobin examples/build/.libs/*
fi
prune_libtool_files
}

@ -1,54 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/qpdf-5.0.1.ebuild,v 1.3 2013/11/12 22:49:08 bicatali Exp $
EAPI="5"
inherit eutils
DESCRIPTION="A command-line program that does structural, content-preserving transformations on PDF files"
HOMEPAGE="http://qpdf.sourceforge.net/"
SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0/13" # subslot = libqpdf soname version
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux ~m68k-mint ~sparc-solaris"
IUSE="doc examples static-libs test"
RDEPEND="dev-libs/libpcre
sys-libs/zlib
>=dev-lang/perl-5.8"
DEPEND="${RDEPEND}
test? (
sys-apps/diffutils
media-libs/tiff
app-text/ghostscript-gpl
)"
DOCS=( ChangeLog README TODO )
src_prepare() {
# manually install docs
sed -i "/docdir/d" make/libtool.mk || die
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable test test-compare-images)
}
src_install() {
default
if use doc ; then
dodoc doc/qpdf-manual.pdf
dohtml doc/*
fi
if use examples ; then
dobin examples/build/.libs/*
fi
prune_libtool_files
}

@ -1,54 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/qpdf-5.1.0.ebuild,v 1.1 2013/12/21 09:13:51 radhermit Exp $
EAPI="5"
inherit eutils
DESCRIPTION="A command-line program that does structural, content-preserving transformations on PDF files"
HOMEPAGE="http://qpdf.sourceforge.net/"
SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0/13" # subslot = libqpdf soname version
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux ~m68k-mint ~sparc-solaris"
IUSE="doc examples static-libs test"
RDEPEND="dev-libs/libpcre
sys-libs/zlib
>=dev-lang/perl-5.8"
DEPEND="${RDEPEND}
test? (
sys-apps/diffutils
media-libs/tiff
app-text/ghostscript-gpl
)"
DOCS=( ChangeLog README TODO )
src_prepare() {
# manually install docs
sed -i "/docdir/d" make/libtool.mk || die
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable test test-compare-images)
}
src_install() {
default
if use doc ; then
dodoc doc/qpdf-manual.pdf
dohtml doc/*
fi
if use examples ; then
dobin examples/build/.libs/*
fi
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-db/postgis/postgis-2.0.6.ebuild,v 1.1 2014/11/05 16:09:12 titanofold Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.0.6.ebuild,v 1.2 2014/11/08 12:51:46 titanofold Exp $
EAPI="4"
@ -140,13 +140,11 @@ pkg_config(){
fi
# The server we work with must be the same slot we built against.
local server_version
server_version=$(psql -U ${pguser} -d postgres -p ${PGPORT} \
-Aqwtc 'SELECT version()' 2> /dev/null)
local server_match
server_match=$(psql -U ${pguser} -d postgres -p ${PGPORT} \
-Aqwtc 'SELECT version()' 2> /dev/null | grep -c "PostgreSQL ${PGSLOT}")
if [[ $? = 0 ]] ; then
server_version=$(echo ${server_version} | cut -d " " -f 2 | \
cut -d "." -f -2 | tr -d .)
if [[ $server_version != ${PGSLOT//.} ]] ; then
if [[ $server_match -ne 1 ]] ; then
unset PGPASSWORD
eerror "Server version must be ${PGSLOT}.x"
die "Server version isn't ${PGSLOT}.x"
@ -260,8 +258,5 @@ pkg_config(){
sed -e 's/\(configured\)/#\1/' -i "${EROOT%/}/etc/postgis_dbs"
einfo "PostgreSQL ${PGSLOT} is now PostGIS enabled."
einfo
einfo "To enable other databases, change the default slot:"
einfo " postgresql-config set <slot>"
einfo "Then, emerge this package again:"
einfo " emerge -av =${CATEGORY}/${PF}"
einfo "Currently, only one PostgreSQL slot at a time can be PostGIS enabled."
}

@ -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-db/postgis/postgis-2.1.4.ebuild,v 1.1 2014/11/05 16:09:12 titanofold Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.4.ebuild,v 1.3 2014/11/08 16:13:19 titanofold Exp $
EAPI="5"
POSTGRES_COMPAT=( 9.{0,1,2,3,4} )
@ -56,6 +56,8 @@ REQUIRED_USE="test? ( doc )"
# Needs a running psql instance, doesn't work out of the box
RESTRICT="test"
MAKEOPTS+=' -j1'
# These modules are built using the same *FLAGS that were used to build
# dev-db/postgresql. The right thing to do is to ignore the current
# *FLAGS settings.
@ -167,13 +169,11 @@ pkg_config(){
fi
# The server we work with must be the same slot we built against.
local server_version
server_version=$(psql -U ${pguser} -d postgres -p ${PGPORT} \
-Aqwtc 'SELECT version()' 2> /dev/null)
local server_match
server_match=$(psql -U ${pguser} -d postgres -p ${PGPORT} \
-Aqwtc 'SELECT version()' 2> /dev/null | grep -c "PostgreSQL ${PGSLOT}")
if [[ $? = 0 ]] ; then
server_version=$(echo ${server_version} | cut -d " " -f 2 | \
cut -d "." -f -2 | tr -d .)
if [[ $server_version != ${PGSLOT//.} ]] ; then
if [[ $server_match -ne 1 ]] ; then
unset PGPASSWORD
eerror "Server version must be ${PGSLOT}.x"
die "Server version isn't ${PGSLOT}.x"
@ -287,8 +287,5 @@ pkg_config(){
sed -e 's/\(configured\)/#\1/' -i "${EROOT%/}/etc/postgis_dbs"
einfo "PostgreSQL ${PGSLOT} is now PostGIS enabled."
einfo
einfo "To enable other databases, change the default slot:"
einfo " postgresql-config set <slot>"
einfo "Then, emerge this package again:"
einfo " emerge -av =${CATEGORY}/${PF}"
einfo "Currently, only one PostgreSQL slot at a time can be PostGIS enabled."
}

@ -1,6 +1,8 @@
# 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/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120406.ebuild,v 1.1 2012/05/17 03:00:45 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/msp430-binutils-2.21.1_p20120406.ebuild,v 1.2 2014/11/08 17:09:22 vapier Exp $
EAPI="4"
PATCHVER="1.4"

@ -1,6 +1,8 @@
# 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/dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120911.ebuild,v 1.1 2012/09/14 04:12:31 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430-binutils/msp430-binutils-2.22_p20120911.ebuild,v 1.2 2014/11/08 17:09:22 vapier Exp $
EAPI="4"
PATCHVER="1.5"

@ -1,8 +1,4 @@
DIST perl-5.16.3-1.tar.bz2 16842 SHA256 e88c413f6491aaa76cfb730af5873d710906df84d486019ad34b8c976ed9279e SHA512 337fbe5b3f447d2bb7f1edb18df973efbf99582448bcc6d3099ec6a91a43071cbbde3419a642e69602d6526f0d2c83d1ce8c7315e51362937c76bf3dc93f3f84 WHIRLPOOL c5be2872341e2bffe4f83b3f77314ed60b078f0977b11aa89d24a25fffa5ad9a761945d6518872c92a156065b58a3c456b71f98a8939a9cfd748e3a2d98a2264
DIST perl-5.16.3.tar.bz2 13724906 SHA256 bb7bc735e6813b177dcfccd480defcde7eddefa173b5967eac11babd1bfa98e8 SHA512 c30cda0af9463942e40b5d70a95e69b0640bf0b79d9d9dfa1a61d9d8b9ee05f553fd240be4c8b3c60a1def66c80453e49e865c27d3dd0b686f5c004e1ff58d92 WHIRLPOOL 241141d9a04095abbc08f29853cc2a348b04550c7e9330c65a1aa111620b61166d2516a619a3afbf8b7bae4208bae7114bfff153c9303c00158a0153c3388526
DIST perl-5.18.2-patches-2.tar.bz2 17153 SHA256 2d203611d9df9d63ed972a37db4927e5d04e80f1abd9724519ac9fc6600d7dbb SHA512 9efacaa44447dc605e69dd68886b41a263726158e98cdb9293678a77311eb197fbc86591db6209ad4614e8a8491758fa24f10c189e5a75dc8ec8c9a1335cafbc WHIRLPOOL 4d69c24e773b51a62e4a223a6846698b207a4ee71f16e58692634a750f25372e602c6902d3ec9859ec21fbf32acdef12817eb1ff285cdba37c404636ced16332
DIST perl-5.18.2.tar.bz2 14058513 SHA256 06a0cd490be36d829606aa41d8c9c4c72ae70542f8d4f23ec554335b3d9e2746 SHA512 7129f56b33724a49498af22977e9e995791c8de736b204124e21d170f1a7419e7b8c6dbc57d76216e4aebcb4b42e61c4075f96ebf06a13523287966222527535 WHIRLPOOL 2acee8f9d7ee5b9f265c6cee625d67efb9ddad7164787faa8cb50707cc53914fb78420e1450e85180fb093804ae84cb301dd274aa4412f4b899aacf1f15bd0cb
DIST perl-5.20.0-patches-1.tar.bz2 12717 SHA256 baf3d0d19942a760a9a978f3849daf4aeb690f9396d8593e5dcfdfc2bc54899f SHA512 91f38153093ddc4bd5d8807c7eb5bfbad7b48c0b9f10c847d39e57c32aa86b349696e1edff16763b4b63a247214e4e529baa74dd19dc09d6185e3eeeba90abc5 WHIRLPOOL 4f45e064ac3c2f0f4fad7dcbac5eceafadda0cfda5e869850f878f545c5961db4afd53450226716bc8460627fd5404a63eba300fdda7201512d7d18de912b6f5
DIST perl-5.20.0.tar.bz2 13770469 SHA256 1e3e23c11d58dcfb8610fec76ad32a84482c7e221e12dfd8c63f141e004d30f2 SHA512 792f15800038ecd678f4a8cf8b9f329259ca46e3da2b18b94c97d1ab3b43efdf07b29975d4ffe83c38ca81bca672307dd6e6e60a22eb3ae957c8aab34b835ad9 WHIRLPOOL 245b8851aaa0cbac6d6e50a1294e8f6e27932109a2c21b3cf72e1e3dd4f69707de0209eb8721f52f76ff55ea030fa5a56e10a955c49052db8ab6f8a355b0b777
DIST perl-5.20.1-patches-1.tar.xz 13704 SHA256 56fb83302de7a662b5c437ef060f74dc74f1b8e13c183222182d62537e13607d SHA512 46e51a3ae72591d595ed659002f33d111fa7346fe5c51fdabd4e55c789411150ee7eccac209f6203c64cef0fc3cbf31201c9a1e9ba361f1c5bb75192e6938590 WHIRLPOOL 8ccc43f7138a3c9a52204fe36d88a04fb1b39e05cb4fde6c2bd0a1e31cda47034a5d3dc5ea48fbbbf592e1c922436526c69cb9e8aaf5a74193aa30e7e1626a81
DIST perl-5.20.1.tar.bz2 13676155 SHA256 ede5ded37e7fb6139b04728cfca826f17076f9888dbfd100a56834dbeb04657c SHA512 b070b66800d86357df9fc4b2323d0bd97cc5ba6f92a26991d4c41ba58c94386bde91f9c2bff19920647375116e8642360eda8e6cc753cc451c110c3bf9576787 WHIRLPOOL 359e13613826c7c76844bbb32be453aad4103d382a99cb8df0f25c6ec3e68a16962b891c72478d2803adc4573aff161405ddf3274dfe1c23236037ac23e7fc3a

@ -1,121 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.16.3.ebuild,v 1.16 2014/09/28 16:03:40 dilfridge Exp $
EAPI=5
inherit eutils alternatives flag-o-matic toolchain-funcs multilib multiprocessing
PATCH_VER=1
PERL_OLDVERSEN="5.16.2 5.16.1 5.16.0"
MODULE_AUTHOR=RJBS
SHORT_PV="${PV%.*}"
MY_P="perl-${PV/_rc/-RC}"
MY_PV="${PV%_rc*}"
DESCRIPTION="Larry Wall's Practical Extraction and Report Language"
SRC_URI="
mirror://cpan/src/${MY_P}.tar.bz2
mirror://cpan/authors/id/${MODULE_AUTHOR:0:1}/${MODULE_AUTHOR:0:2}/${MODULE_AUTHOR}/${MY_P}.tar.bz2
mirror://gentoo/${MY_P}-${PATCH_VER}.tar.bz2
http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${MY_P}-${PATCH_VER}.tar.bz2
"
HOMEPAGE="http://www.perl.org/"
LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0/${SHORT_PV}"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="berkdb debug doc gdbm ithreads"
RDEPEND="
berkdb? ( sys-libs/db )
gdbm? ( >=sys-libs/gdbm-1.8.3 )
app-arch/bzip2
sys-libs/zlib
"
DEPEND="${RDEPEND}
!prefix? ( elibc_FreeBSD? ( sys-freebsd/freebsd-mk-defs ) )
"
# see bug 446376
PDEPEND="
>=app-admin/perl-cleaner-2.5
>=virtual/perl-Locale-Maketext-1.230.0-r1
"
S="${WORKDIR}/${MY_P}"
dual_scripts() {
src_remove_dual perl-core/Archive-Tar 1.820.0 ptar ptardiff ptargrep
src_remove_dual perl-core/Digest-SHA 5.710.0 shasum
src_remove_dual perl-core/CPAN 1.980.0 cpan
src_remove_dual perl-core/CPANPLUS 0.912.100 cpanp cpan2dist
src_remove_dual_file perl-core/CPANPLUS 0.912.100 /usr/bin/cpanp-run-perl
src_remove_dual perl-core/Encode 2.440.0 enc2xs piconv
src_remove_dual perl-core/ExtUtils-MakeMaker 6.630.200_rc instmodsh
src_remove_dual perl-core/ExtUtils-ParseXS 3.160.0 xsubpp
src_remove_dual perl-core/IO-Compress 2.48.0 zipdetails
src_remove_dual perl-core/JSON-PP 2.272.0 json_pp
src_remove_dual perl-core/Module-Build 0.390.100_rc config_data
src_remove_dual perl-core/Module-CoreList 2.840.0 corelist
src_remove_dual perl-core/PodParser 1.510.0 pod2usage podchecker podselect
src_remove_dual perl-core/Pod-Perldoc 1.170.0 perldoc
src_remove_dual perl-core/Test-Harness 3.230.0 prove
src_remove_dual perl-core/podlators 2.4.0 pod2man pod2text
src_remove_dual_man perl-core/podlators 2.4.0 /usr/share/man/man1/perlpodstyle.1
}
# eblit-include [--skip] <function> [version]
eblit-include() {
local skipable=false
[[ $1 == "--skip" ]] && skipable=true && shift
[[ $1 == pkg_* ]] && skipable=true
local e v func=$1 ver=$2
[[ -z ${func} ]] && die "Usage: eblit-include <function> [version]"
for v in ${ver:+-}${ver} -${PVR} -${PV} "" ; do
e="${FILESDIR}/eblits/${func}${v}.eblit"
if [[ -e ${e} ]] ; then
. "${e}"
return 0
fi
done
${skipable} && return 0
die "Could not locate requested eblit '${func}' in ${FILESDIR}/eblits/"
}
# eblit-run-maybe <function>
# run the specified function if it is defined
eblit-run-maybe() {
[[ $(type -t "$@") == "function" ]] && "$@"
}
# eblit-run <function> [version]
# aka: src_unpack() { eblit-run src_unpack ; }
eblit-run() {
eblit-include --skip common "${*:2}"
eblit-include "$@"
eblit-run-maybe eblit-$1-pre
eblit-${PN}-$1
eblit-run-maybe eblit-$1-post
}
#src_unpack() { eblit-run src_unpack v50160001 ; }
src_prepare() { eblit-run src_prepare v50160001 ; }
src_configure() { eblit-run src_configure v50160001 ; }
#src_compile() { eblit-run src_compile v50160001 ; }
src_test() { eblit-run src_test v50160001 ; }
src_install() { eblit-run src_install v50160001 ; }
# FILESDIR might not be available during binpkg install
# FIXME: version passing
for x in setup {pre,post}{inst,rm} ; do
e="${FILESDIR}/eblits/pkg_${x}-v50160001.eblit"
if [[ -e ${e} ]] ; then
. "${e}"
eval "pkg_${x}() { eblit-run pkg_${x} v50160001 ; }"
fi
done

@ -1,120 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.20.0-r2.ebuild,v 1.1 2014/10/15 22:30:56 dilfridge Exp $
EAPI=5
inherit eutils alternatives flag-o-matic toolchain-funcs multilib multiprocessing
PATCH_VER=1
PERL_OLDVERSEN=""
MODULE_AUTHOR=RJBS
SHORT_PV="${PV%.*}"
MY_P="perl-${PV/_rc/-RC}"
MY_PV="${PV%_rc*}"
DESCRIPTION="Larry Wall's Practical Extraction and Report Language"
SRC_URI="
mirror://cpan/src/5.0/${MY_P}.tar.bz2
mirror://cpan/authors/id/${MODULE_AUTHOR:0:1}/${MODULE_AUTHOR:0:2}/${MODULE_AUTHOR}/${MY_P}.tar.bz2
mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2
http://dev.gentoo.org/~civil/distfiles/${CATEGORY}/${PN}/${MY_P}-patches-${PATCH_VER}.tar.bz2
"
HOMEPAGE="http://www.perl.org/"
LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0/${SHORT_PV}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="berkdb debug doc gdbm ithreads"
RDEPEND="
berkdb? ( sys-libs/db )
gdbm? ( >=sys-libs/gdbm-1.8.3 )
app-arch/bzip2
sys-libs/zlib
"
DEPEND="${RDEPEND}
!prefix? ( elibc_FreeBSD? ( sys-freebsd/freebsd-mk-defs ) )
"
PDEPEND="
>=app-admin/perl-cleaner-2.5
>=virtual/perl-File-Temp-0.230.400-r2
"
# bug 390719
S="${WORKDIR}/${MY_P}"
dual_scripts() {
src_remove_dual perl-core/Archive-Tar 1.820.0 ptar ptardiff ptargrep
src_remove_dual perl-core/Digest-SHA 5.710.0 shasum
src_remove_dual perl-core/CPAN 1.980.0 cpan
src_remove_dual perl-core/CPANPLUS 0.912.100 cpanp cpan2dist
src_remove_dual_file perl-core/CPANPLUS 0.912.100 /usr/bin/cpanp-run-perl
src_remove_dual perl-core/Encode 2.440.0 enc2xs piconv
src_remove_dual perl-core/ExtUtils-MakeMaker 6.630.200_rc instmodsh
src_remove_dual perl-core/ExtUtils-ParseXS 3.160.0 xsubpp
src_remove_dual perl-core/IO-Compress 2.48.0 zipdetails
src_remove_dual perl-core/JSON-PP 2.272.0 json_pp
src_remove_dual perl-core/Module-Build 0.390.100_rc config_data
src_remove_dual perl-core/Module-CoreList 2.840.0 corelist
src_remove_dual perl-core/PodParser 1.510.0 pod2usage podchecker podselect
src_remove_dual perl-core/Pod-Perldoc 1.170.0 perldoc
src_remove_dual perl-core/Test-Harness 3.230.0 prove
src_remove_dual perl-core/podlators 2.4.0 pod2man pod2text
src_remove_dual_man perl-core/podlators 2.4.0 /usr/share/man/man1/perlpodstyle.1
}
# eblit-include [--skip] <function> [version]
eblit-include() {
local skipable=false
[[ $1 == "--skip" ]] && skipable=true && shift
[[ $1 == pkg_* ]] && skipable=true
local e v func=$1 ver=$2
[[ -z ${func} ]] && die "Usage: eblit-include <function> [version]"
for v in ${ver:+-}${ver} -${PVR} -${PV} "" ; do
e="${FILESDIR}/eblits/${func}${v}.eblit"
if [[ -e ${e} ]] ; then
. "${e}"
return 0
fi
done
${skipable} && return 0
die "Could not locate requested eblit '${func}' in ${FILESDIR}/eblits/"
}
# eblit-run-maybe <function>
# run the specified function if it is defined
eblit-run-maybe() {
[[ $(type -t "$@") == "function" ]] && "$@"
}
# eblit-run <function> [version]
# aka: src_unpack() { eblit-run src_unpack ; }
eblit-run() {
eblit-include --skip common "${*:2}"
eblit-include "$@"
eblit-run-maybe eblit-$1-pre
eblit-${PN}-$1
eblit-run-maybe eblit-$1-post
}
#src_unpack() { eblit-run src_unpack v50160001 ; }
src_prepare() { eblit-run src_prepare v50160001 ; }
src_configure() { eblit-run src_configure v50180002 ; }
#src_compile() { eblit-run src_compile v50160001 ; }
src_test() { eblit-run src_test v50160001 ; }
src_install() { eblit-run src_install v50160001 ; }
# FILESDIR might not be available during binpkg install
# FIXME: version passing
for x in setup {pre,post}{inst,rm} ; do
e="${FILESDIR}/eblits/pkg_${x}-v50160001.eblit"
if [[ -e ${e} ]] ; then
. "${e}"
eval "pkg_${x}() { eblit-run pkg_${x} v50160001 ; }"
fi
done

@ -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/geoip/geoip-1.6.2.ebuild,v 1.13 2014/11/02 09:02:22 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.6.2.ebuild,v 1.14 2014/11/08 15:23:52 jer Exp $
EAPI=5
inherit autotools eutils
@ -46,7 +46,7 @@ src_install() {
pkg_postinst() {
ewarn "WARNING: Databases are no longer installed by this ebuild."
elog "Don't forget to run the included geoipupdate.sh (or geoipupdate from"
elog "net-misc/geoipupdate) regularly to populate ${ROOT}/usr/share/GeoIP/"
elog "Don't forget to run 'geoipupdate.sh -f' (or geoipupdate from"
elog "net-misc/geoipupdate) to populate ${ROOT}/usr/share/GeoIP/"
elog "with geo-located IP address databases."
}

@ -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/geoip/geoip-1.6.3.ebuild,v 1.2 2014/10/30 19:00:55 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.6.3.ebuild,v 1.3 2014/11/08 15:23:52 jer Exp $
EAPI=5
inherit autotools eutils
@ -46,7 +46,7 @@ src_install() {
pkg_postinst() {
ewarn "WARNING: Databases are no longer installed by this ebuild."
elog "Don't forget to run the included geoipupdate.sh (or geoipupdate from"
elog "net-misc/geoipupdate) regularly to populate ${ROOT}/usr/share/GeoIP/"
elog "Don't forget to run 'geoipupdate.sh -f' (or geoipupdate from"
elog "net-misc/geoipupdate) to populate ${ROOT}/usr/share/GeoIP/"
elog "with geo-located IP address databases."
}

@ -0,0 +1,2 @@
DIST libqtxdg-0.5.3.tar.xz 52948 SHA256 ce45c0de4f1f5c4587178cc8a1d12561b3d101461c71ce3715ed9d5d6a6ad6f4 SHA512 02211e7fd8fc5db014e642c8222a5bade95eef5da8f60c39567cac5f4da385c7b99b454d68a6c88e211981dd98bcb1d17d53c105dcf3e7b89b17b171af904ec2 WHIRLPOOL 1f4f2bc8e6731c0fbc31dcb0f8264f7aafe329f022a74f4bf43828c8016b8af02077d9dcfd1ee0a574d7441db4ba7676dfd0f431d727059b59ccefd5fbe9b216
DIST libqtxdg-1.0.0.tar.xz 57920 SHA256 4d75218579bc7c41de7197d3e86f8ccc16a16ba7a18ceefbddf42d0f9a84e2e1 SHA512 fea8ded8806168c44dbcb596b191c18baf2746b0031ba3e15153ba2b97262082d4aec329df4ad37acfdda8994694f963c19df9bb692c82b6202c0ff3cab7e939 WHIRLPOOL c7c37d68ddf3a405210e823b1d118000b54c59803ba181571a78e117a8d1a166ea879eb56b45b5130a5df0bfb57b4b7d98f9f916a8f395f75450579f6b12fa69

@ -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/razorqt-base/libqtxdg/libqtxdg-0.5.3.ebuild,v 1.3 2014/05/29 07:53:47 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libqtxdg/libqtxdg-0.5.3.ebuild,v 1.1 2014/11/08 06:34:24 yngwin Exp $
EAPI=5
inherit cmake-utils

@ -0,0 +1,45 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libqtxdg/libqtxdg-1.0.0.ebuild,v 1.1 2014/11/08 17:06:57 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="A Qt implementation of XDG standards"
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/${PN}/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}"
fi
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="test"
CDEPEND="
sys-apps/file
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
dev-qt/linguist-tools:5
"
DEPEND="${CDEPEND}
test? ( dev-qt/qttest:5 )
"
RDEPEND="${CDEPEND}
x11-misc/xdg-utils
"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
$(cmake-utils_use test BUILD_TESTS)
)
cmake-utils_src_configure
}

@ -1,20 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lucene/Lucene-0.180.0.ebuild,v 1.1 2011/08/30 11:13:28 tove Exp $
EAPI=4
MODULE_AUTHOR=TBUSCH
MODULE_VERSION=0.18
inherit perl-module
DESCRIPTION="API to the C++ port of the Lucene search engine"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc"
IUSE=""
RDEPEND="dev-cpp/clucene"
DEPEND="${RDEPEND}"
SRC_TEST="do"

@ -1 +0,0 @@
DIST Lucene-0.18.tar.gz 19038 SHA256 d3add69ec32df54b927404db1321c0a8c05904e44aff321d12a845708e6a7ae5 SHA512 cfe67fd262ad6cb860ee0997345adb191fa949972f9367078c54ed2dac3a043cea2239e8b5bf981fd00a900951951adafd8d5c14b8c7d18fcec69789cd2d3fcb WHIRLPOOL ef43de93db01a20244222034e30f26d9cf3c445bcff9cba592e6b2236f1dacb5eaf7c00fb7330627eb21b56f7867038a0b87ef93ad72cae30bcedc747ff010d0

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<maintainer>
<email>robbat2@gentoo.org</email>
<description>Primary Maintainer</description>
</maintainer>
<upstream>
<remote-id type="cpan">Lucene</remote-id>
<remote-id type="cpan-module">Lucene</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1,20 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Base32/MIME-Base32-1.20.0.ebuild,v 1.1 2014/11/08 01:20:10 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=DANPEDER
MODULE_VERSION=1.02a
inherit perl-module
DESCRIPTION="Base32 encoder / decoder"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="virtual/perl-ExtUtils-MakeMaker"
RDEPEND=""
S="${WORKDIR}/${PN}-1.02"

@ -0,0 +1 @@
DIST MIME-Base32-1.02a.tar.gz 3136 SHA256 b269ba0c7a66d086ca5235ceb50b19847860183e53feb80fb888e714abab2b80 SHA512 8f2bf3e5da8de5f5aeaec50133180e98a1c50c4403a5d39cc9df941c124ff07e8aa3f12a08fdb1b449756789521f675d53ab3afe595989e347537718f4d9b8b3 WHIRLPOOL 6c2c6bbecbbda3b467798559ed3c22b79bc76b738ff4540bef210425573ae7b499a4238caee0bbdd471106799f843b3f9cfa930731c1a59b48acfa2ce3ae8629

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<herd>perl</herd>
</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/dev-python/irc/irc-10.0.ebuild,v 1.1 2014/11/06 08:51:53 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/irc/irc-10.0-r1.ebuild,v 1.1 2014/11/08 04:40:35 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@ -29,9 +29,14 @@ DEPEND="app-arch/unzip
dev-python/pytest[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
# A doc folder is present however it has no makefile; will require a manual rst or epydoc build
# A doc folder is present however it appears to be used for doctests
python_prepare_all() {
# https://bitbucket.org/jaraco/irc/commits/2074d84fa635. sed lighter weight than a full patch
sed -e 's:key_transform(key):transform_key(key):' -i irc/dict.py || die
distutils-r1_python_prepare_all
}
python_test() {
# https://bitbucket.org/jaraco/irc/issue/47/testchanneltest_has_user-fails-in-release
py.test irc/tests || die "Tests failed under ${EPYTHON}"
}

@ -0,0 +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/libvirt-python/libvirt-python-9999.ebuild,v 1.1 2014/11/08 17:46:15 tamiko Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
MY_P="${P/_rc/-rc}"
inherit distutils-r1
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
AUTOTOOLIZE=yes
SRC_URI=""
KEYWORDS=""
else
SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
S="${WORKDIR}/${P%_rc*}"
DESCRIPTION="libvirt Python bindings"
HOMEPAGE="http://www.libvirt.org"
LICENSE="LGPL-2"
SLOT="0"
IUSE="test"
RDEPEND=">=app-emulation/libvirt-0.9.6:=[-python(-)]"
DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( dev-python/lxml )"
python_test() {
esetup.py 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/dev-ruby/mini_magick/mini_magick-3.8.1.ebuild,v 1.1 2014/10/28 06:46:46 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/mini_magick-3.8.1-r1.ebuild,v 1.1 2014/11/08 16:20:14 graaff Exp $
EAPI=5
@ -12,6 +12,8 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
RUBY_FAKEGEM_BINWRAP=""
inherit ruby-fakegem eutils
DESCRIPTION="Manipulate images with minimal use of memory"

@ -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-ruby/minitest/minitest-5.3.3.ebuild,v 1.10 2014/08/15 17:23:20 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-5.3.3.ebuild,v 1.12 2014/11/08 11:44:20 ago Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/seattlerb/minitest"
LICENSE="MIT"
SLOT="5"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"
each_ruby_prepare() {

@ -3,3 +3,4 @@ DIST nokogiri-1.5.5.tgz 2003354 SHA256 18c1dd504596e9f60267f48d9b9b28901bf1ba66b
DIST nokogiri-1.6.0-git.tgz 2030137 SHA256 ec1f11c2206167dbbf8556802f070a6fedecf71c4f552bf2db1be7b960ce7fbc SHA512 916247f2a84763c1b402c1c868000ce2d310deb708cdb42beab928edbcd7ab3bb55a641f7bf1ff958046bcdd6b1e6cbef06f9a0a6b90c24bdd2c51649f5ef0f0 WHIRLPOOL 54a8a04ce87c4015642b9e4e7bc7853b46aa679c320db5d5b7cc2c0b20451545162905e21793944f5dc81bc1284572c5db86a3806c983b5e62e67d01003fccfb
DIST nokogiri-1.6.3.1-git.tgz 2289208 SHA256 a7aac3b6e7781ceaa53497aef429278831f505ca6bc98e0b64958be4c2597bd4 SHA512 e56b2c470343ba829f71f93cf69c99797e16b8d6ea509e4035ac2cdb3d5b6bbfd9abd6bebf7de18152a14250ea5d74725467522ecd45f4a44d98db858ddf7279 WHIRLPOOL bc8a8b04c1fcd6fe57e87a445836ab61696845c2eb2cbeeea556ad49edf9c2cf01123e4dbeb9adf0d14afd79e539961b397ba396227a43302f1a1aaf5da0d2ec
DIST nokogiri-1.6.4-git.tgz 2251350 SHA256 c76bc6c13d15636ebfd97a3d0335d4ea7a563462cbe27cb4b0d4716495688f09 SHA512 fa83af647182f923a0e7fbf25f37f282ea8d70b6bd55389b5951bee3dbd664d728afb61b0d14f6bf4e097869ac5dfe6c8b3bb85d03b16bff015e75e58110828d WHIRLPOOL 8c57b6ec41f5d2d7f3aa80e227390a74cf427cdf0c527fdf9bc56d0160f2799a86230a92b267df2ce7bd4b4fbbe155a269b7c6a39c410ee30ffdd771436a88ad
DIST nokogiri-1.6.4.1-git.tgz 2251386 SHA256 5a326466d5bcd1b197c26d933f8ae5b4343c0b97b59f6859820d9987ca87a2e6 SHA512 e73577cd16cc05ab6368b8ccdb5e5e239e1360385c1cdd8027a7c4fea9072bafdc203d14bd89989274fd2fe9b9392fb77d6d22b5dbffe12ba9ee11e4f01ee0ae WHIRLPOOL cec01495d64f5f05c5eb1d25cf5d8026481b7ce36a2866627eac4ab5f948bd81b1e0e52e89da6d387206b292084f2931b5c8ec6c651e5231e987e980978804b1

@ -0,0 +1,81 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild,v 1.1 2014/11/08 07:39:30 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc CHANGELOG.ja.rdoc README.rdoc README.ja.rdoc ROADMAP.md STANDARD_RESPONSES.md"
inherit ruby-fakegem eutils multilib
DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
HOMEPAGE="http://nokogiri.org/"
LICENSE="MIT"
SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> ${P}-git.tgz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE=""
RDEPEND="${RDEPEND}
>=dev-libs/libxml2-2.9.2:=
dev-libs/libxslt
virtual/libiconv"
DEPEND="${DEPEND}
>=dev-libs/libxml2-2.9.2
dev-libs/libxslt
virtual/libiconv"
# The tests require _minitest_, not the virtual; what is shipped with
# Ruby 1.9 is *not* enough, unfortunately
ruby_add_bdepend "
dev-ruby/hoe
dev-ruby/rake-compiler
dev-ruby/rexical
dev-ruby/rdoc
dev-ruby/racc
test? ( dev-ruby/minitest )"
all_ruby_prepare() {
sed -i \
-e '/tasks\/cross_compile/s:^:#:' \
-e '/:test.*prerequisites/s:^:#:' \
Rakefile || die
# Remove the cross compilation options since they interfere with
# native building.
sed -i -e 's/cross_compile = true/cross_compile = false/' Rakefile || die
sed -i -e '/cross_config_options/d' Rakefile || die
}
each_ruby_configure() {
NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
${RUBY} -Cext/${PN} extconf.rb \
--with-zlib-include="${EPREFIX}"/usr/include \
--with-zlib-lib="${EPREFIX}"/$(get_libdir) \
--with-iconv-include="${EPREFIX}"/usr/include \
--with-iconv-lib="${EPREFIX}"/$(get_libdir) \
--with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
--with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
--with-xslt-dir="${EPREFIX}"/usr \
--with-iconvlib=iconv \
|| die "extconf.rb failed"
}
each_ruby_compile() {
if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical failed"
fi
if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
fi
emake -Cext/${PN} \
V=1 \
CFLAGS="${CFLAGS} -fPIC" \
archflag="${LDFLAGS}" || die "make extension failed"
cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
}

@ -1,2 +1,3 @@
DIST rubygems-2.0.14.tgz 337356 SHA256 31d1b2428fb5b42ea610ce538b05bc7fd689d2f486c4f4338a2f54530b48cf44 SHA512 d9c7165ea183afccde7617bf563c0aba7f04e19413feb4d58edd58e8e4acb3bcdb87cccc196b992596d06d72c15586dcf08d6e17498df25b30c6a19908090f36 WHIRLPOOL fa39d215e96209977cdc9033ae3388e95448ce8a6bdb5ffe41fde3784237849f269676dc5abe2a8155853876fb126e3ca466de983d19ef4106ea5e2d45fe854f
DIST rubygems-2.2.2.tgz 414111 SHA256 572dd13baa1dfb9756db9fbfeb629be1634efddb7014c552845c0e9a5a643009 SHA512 574d72436356ae66834ee6991e4a886e37babc98ca5b270086f43b5a85f8fdb50365f5a2109e937163dad5a1b8a4d66f16d2308ed27438c99be036b3e56d3dd1 WHIRLPOOL 442efa9ed4bf4e39802f5c9307e0d4ae55372daf47e7a3d98d55a3d9e79afdb10f8e32e95ea0166d2fa264dc0c8d2bc01b8ec4de31fc022ef950b0cb8794a4bd
DIST rubygems-2.4.2.tgz 440555 SHA256 34cf28c3066e7e16a579d087fc2978949b4628f1f9398279f7a5dfb5135da6e8 SHA512 5405a63977cf24b8a046d80ac5a4f6fa8248a810c9a18297ac8cd764abe6baf45d15dd225264d00237b234343373b4021dec9b8bf7740fe36fbd69bfc4e2275c WHIRLPOOL 0d74f7cd25a32cd16ba06440a6c668315c0697d6d5e2caec8b5e3af6e99dfb91797f12d07e4e4d3c67b0a68043e9d1036b3f83a0a7480e688cdddf5141a0271a

@ -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-ruby/rubygems/rubygems-2.2.2.ebuild,v 1.1 2014/09/09 05:18:49 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.2.2.ebuild,v 1.2 2014/11/08 07:50:48 graaff Exp $
EAPI=5
@ -51,6 +51,9 @@ all_ruby_prepare() {
# Avoid tests playing tricks with ruby engine that don't seem to
# work for us.
rm test/rubygems/test_gem_request_set_gem_dependency_api.rb || die
# Avoid test requiring network access
sed -i -e '/test_download_to_cache/askip "requires network access"' test/rubygems/test_gem_remote_fetcher.rb || die
}
each_ruby_compile() {

@ -0,0 +1,123 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.4.2.ebuild,v 1.1 2014/11/08 08:38:55 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
inherit ruby-ng prefix
DESCRIPTION="Centralized Ruby extension management system"
HOMEPAGE="http://rubyforge.org/projects/rubygems/"
LICENSE="|| ( Ruby MIT )"
SRC_URI="http://production.cf.rubygems.org/rubygems/${P}.tgz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE="server test"
PDEPEND="server? ( >=dev-ruby/builder-2.1 )"
ruby_add_bdepend "
test? (
>=dev-ruby/minitest-4:0
virtual/ruby-rdoc
)"
all_ruby_prepare() {
mkdir -p lib/rubygems/defaults || die
cp "${FILESDIR}/gentoo-defaults.rb" lib/rubygems/defaults/operating_system.rb || die
eprefixify lib/rubygems/defaults/operating_system.rb
# Disable broken tests when changing default values:
sed -i -e '/test_check_executable_overwrite_default_bin_dir/,/^ end/ s:^:#:' test/rubygems/test_gem_installer.rb || die
sed -i -e '/test_default_path/,/^ end/ s:^:#:' test/rubygems/test_gem.rb || die
# Remove a test that fails when yard is installed.
sed -i -e '/test_self_attribute_names/,/^ end/ s:^:#:' test/rubygems/test_gem_specification.rb || die
# Skip tests for default gems that all fail
sed -i -e '/test_default_gems_use_full_paths/,/^ end/ s:^:#:' test/rubygems/test_gem.rb || die
sed -i -e '/test_execute_ignore_default_gem_verbose/,/^ end/ s:^:#:' test/rubygems/test_gem_commands_cleanup_command.rb || die
sed -i -e '/test_execute_default_gem/,/^ end/ s:^:#:' test/rubygems/test_gem_commands_contents_command.rb test/rubygems/test_gem_commands_pristine_command.rb || die
sed -i -e '/test_execute_default_details/,/^ end/ s:^:#:' test/rubygems/test_gem_commands_query_command.rb || die
sed -i -e '/test_execute_all/,/^ end/ s:^:#:' test/rubygems/test_gem_commands_uninstall_command.rb || die
sed -i -e '/test_load_default_gem/,/^ end/ s:^:#:' test/rubygems/test_gem_specification.rb || die
sed -i -e '/test_uninstall_default_gem/,/^ end/ s:^:#:' test/rubygems/test_gem_uninstaller.rb || die
sed -i -e '/test_alien_default/,/^ end/ s:^:#:' test/rubygems/test_gem_validator.rb || die
# Avoid tests playing tricks with ruby engine that don't seem to
# work for us.
rm test/rubygems/test_gem_request_set_gem_dependency_api.rb || die
# Avoid test requiring network access
sed -i -e '/test_download_to_cache/askip "requires network access"' test/rubygems/test_gem_remote_fetcher.rb || die
}
each_ruby_compile() {
# Not really a build but...
sed -i -e 's:#!.*:#!'"${RUBY}"':' bin/gem
}
each_ruby_test() {
# Unset RUBYOPT to avoid interferences, bug #158455 et. al.
#unset RUBYOPT
if [[ "${EUID}" -ne "0" ]]; then
RUBYLIB="$(pwd)/lib${RUBYLIB+:${RUBYLIB}}" ${RUBY} -I.:lib:test \
-e 'Dir["test/**/test_*.rb"].each { |tu| require tu }' || die "tests failed"
else
ewarn "The userpriv feature must be enabled to run tests, bug 408951."
eerror "Testsuite will not be run."
fi
}
each_ruby_install() {
# Unset RUBYOPT to avoid interferences, bug #158455 et. al.
unset RUBYOPT
export RUBYLIB="$(pwd)/lib${RUBYLIB+:${RUBYLIB}}"
pushd lib &>/dev/null
doruby -r *
popd &>/dev/null
local sld=$(ruby_rbconfig_value 'sitelibdir')
insinto "${sld#${EPREFIX}}" # bug #320813
newins "${FILESDIR}/auto_gem.rb.ruby19" auto_gem.rb || die
newbin bin/gem $(basename ${RUBY} | sed -e 's:ruby:gem:') || die
}
all_ruby_install() {
dodoc History.txt README.rdoc
if use server; then
newinitd "${FILESDIR}/init.d-gem_server2" gem_server || die "newinitd failed"
newconfd "${FILESDIR}/conf.d-gem_server" gem_server || die "newconfd failed"
fi
}
pkg_postinst() {
if [[ ! -n $(readlink "${ROOT}"usr/bin/gem) ]] ; then
eselect ruby set $(eselect --brief --no-color ruby show | head -n1)
fi
ewarn
ewarn "To switch between available Ruby profiles, execute as root:"
ewarn "\teselect ruby set ruby(19|20|...)"
ewarn
}
pkg_postrm() {
ewarn "If you have uninstalled dev-ruby/rubygems, Ruby applications are unlikely"
ewarn "to run in current shells because of missing auto_gem."
ewarn "Please run \"unset RUBYOPT\" in your shells before using ruby"
ewarn "or start new shells"
ewarn
ewarn "If you have not uninstalled dev-ruby/rubygems, please do not unset "
ewarn "RUBYOPT"
}

@ -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-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild,v 1.6 2014/09/09 08:57:24 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild,v 1.8 2014/11/08 11:46:55 ago Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
@ -21,7 +21,7 @@ DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences"
HOMEPAGE="http://term-ansicolor.rubyforge.org/"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
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/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2014.ebuild,v 1.1 2014/11/03 06:51:12 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2014.ebuild,v 1.2 2014/11/08 17:57:03 aballier Exp $
EAPI="5"
@ -18,5 +18,6 @@ IUSE=""
DEPEND=">=dev-texlive/texlive-basic-2014
>=dev-texlive/texlive-latex-2014
!dev-texlive/texlive-documentation-czechslovak
>=app-text/texlive-core-2014[xetex]
"
RDEPEND="${DEPEND} "

@ -1,4 +1,3 @@
DIST debhelper_9.20130630.tar.gz 474476 SHA256 fca28ff0dac3fdb21eb6ed154acc3cc39588211c395be3c3e7f684a7b8d11d46 SHA512 e6bff3582b6ea6b84fd71782ff9fd8584f1ef545ee9c42118aa61e2025f64bf7fb136241b809055a2aaf889e621764b1512c62e781abcbf8d8c0f0508f818712 WHIRLPOOL df2328dd62d44197229bdb9803842843d4e5bb7c9b1a58cc8c4b2db981d9cb21d72a3354881b6e4d97ade0d1cd8802073b05a917fa62772bfdbc75dd6a3ffbcd
DIST debhelper_9.20140228.tar.gz 476237 SHA256 fb4cbc94e0a415f68abd4efcb197321e1fb2f7de61b74a3b83873259c05d53c8 SHA512 bf43167b11765a999d2d3485fce3b6b877ab888ee3dee2d454d4c852dc755663b063831b55281bb225e9e4591fe6cee046c7f1b3c102dd40f4717536b9e63509 WHIRLPOOL f66cd04aaeeedad637f5a3bfa751d35aa097c6c707013d6c966ce54bbd6beeac41bb5d61ef81a2fbbd53451c23ef8dbfba720bdafcb66ab0577e6d85eb015600
DIST debhelper_9.20141010.tar.gz 545535 SHA256 e5761bac21a07d7d2134aa1037345031af45315ba455232db4588445fe25788b SHA512 baf12998fa5a8bed629930f32793ae915baf0dfadf1eab68002fb83f017ffae64b9eb5cb6ff76404b03b5ed3f5a80cc69571fd151a583d198bc628085ca6b6c1 WHIRLPOOL 471c0e6abdb6c8fc06620b18198bf0c36ac70530c37ea7bddccd4c61ff6e7b5de1d90a5a54d1c51e78915e1c53928061aeaf4f2e132ea893d4ddd75df2a8cfcb
DIST debhelper_9.20141022.tar.gz 545617 SHA256 d4ef66bea239ca920e9381a14102d522270b0ba37dc9414c7478e825dbeabf19 SHA512 43f59e1d38bf019af34f816aa21dc99f4ed84fa054a05c8d3c9514efd55c4cc6e134a248d4fbe2484b77bbeb9e8cc949f5ec5fd0c882c952dd8156cf4bbe6df7 WHIRLPOOL 5a768789637bea4048ab88efba5ad7f84a622239637df17687ff9f692a04d57eff1c206f76ee1cd4503a2170c59f3bb9faaf55cc8a35c97a204ed3f6bcd100a8
DIST debhelper_9.20141107.tar.gz 545756 SHA256 8695e7b44e19f80ad0d6d38e1d2a0f80286f51ae9c9b1176423bf27c06b28a08 SHA512 ba354547907bf2cc8d46516f624b99bbd31d4ee18ec4cfcf2677cb690a12f73dce56a9eae93999b9c63c748bdf338aa5b42074e10f072b2bb809d85f1092ed39 WHIRLPOOL ca5810f32aa318111fd19a1f5e8a29d8063b41d06a4259007c2a76f5bd29f0de410930a223ba98b00bbc64f377c23670454ef208f61300536c3d810106b75a29

@ -1,70 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20141022.ebuild,v 1.1 2014/10/23 08:57:24 jer Exp $
EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules"
HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html http://joeyh.name/code/debhelper/"
SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux"
IUSE="test"
DH_LINGUAS=( de es fr )
IUSE+=" ${DH_LINGUAS[@]/#/linguas_}"
NLS_DEPEND=$(
printf "linguas_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LINGUAS[@]}
)
RDEPEND="
>=dev-lang/perl-5.10
>=app-arch/dpkg-1.17
dev-perl/TimeDate
virtual/perl-Getopt-Long
"
DEPEND="${RDEPEND}
${NLS_DEPEND}
test? ( dev-perl/Test-Pod )
"
S=${WORKDIR}/${PN}
src_compile() {
tc-export CC
local LANGS="" USE_NLS=no lingua
for lingua in ${DH_LINGUAS[@]}; do
if use linguas_${lingua}; then
LANGS+=" ${lingua}"
USE_NLS=yes
fi
done
emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build
}
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
dodoc doc/* debian/changelog
docinto examples
dodoc examples/*
local lingua
for manfile in *.1 *.7 ; do
for lingua in ${DH_LINGUAS[@]}; do
case ${manfile} in
*.${lingua}.?)
use linguas_${lingua} \
&& cp ${manfile} "${T}"/${manfile/.${lingua}/} \
&& doman -i18n=${lingua} "${T}"/${manfile/.${lingua}/}
;;
*)
doman ${manfile}
;;
esac
done
done
}

@ -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/debhelper/debhelper-9.20141010.ebuild,v 1.1 2014/10/11 12:50:58 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20141107.ebuild,v 1.1 2014/11/08 13:23:18 jer Exp $
EAPI=5
inherit eutils toolchain-funcs

@ -1,3 +1 @@
DIST tig-1.2.1.tar.gz 220507 SHA256 c4a1ad58b704e0d5f54f351592410c8680ac09e461952f86fae017e373330321 SHA512 958e96709aba2b73f3a847c8b72bbafbed0547cbdb3476d7ec3980266f30cc78ed25f8a5b96408a6b409c8126d2696cda7dd7b5911728556d80789c46483bb5f WHIRLPOOL dd81c6e111ff9a27e5865eaa7db2ff606d2af9ef2cd2e70455b002109aa2e90a65fbf4b337b71877a1ef8dbed14dcc7e3200032f362d07aef2bf63ab72c70f6c
DIST tig-2.0.2.tar.gz 572025 SHA256 b91cf0b3d044f643a1032c3a7c7cd855685bb8ead5f71f4703eb0c19238e273e SHA512 90364e76e4afdc8a78f770452133ae8e4c3ecf3157ae26583f596a201bd0dd5c15c8ab1fddb46b221487954fbf53af6c4ae7a47600d22d6120c713f9d8d082b9 WHIRLPOOL d4b9bb579aac83cb5331af9a43104938cf73940a9125b8bf84fe9345bc0ef7e4068cfa75677d68186d3c8efeee9fc0daca6e6cd7351578b03e962e8158ceac8e
DIST tig-2.0.3.tar.gz 605513 SHA256 faac0fd80cb771cf34ae0aa9b2fedba1cc0f8aa70731d400661660c8d48f96c4 SHA512 0d16c4ec68d7b846b8cb990756ff683584eaf7eea89f9853d3803c86ef7544e2b80e1376a0e441082d7d23a2496fb7bcf8b5d987fe026b3d85e777064351fa15 WHIRLPOOL 6e63b1622aa593e7ee30db5356f438ef536f428a30f917b1bce43204a4c27b7b21b3268b5c97fde5c6518b4a1fd81a85f2168138e94aab7b8673176c01b0265f

@ -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/dev-vcs/tig/tig-1.2.1.ebuild,v 1.4 2013/09/30 17:17:49 ago Exp $
EAPI=5
inherit bash-completion-r1 toolchain-funcs
DESCRIPTION="Tig: text mode interface for git"
HOMEPAGE="http://jonas.nitro.dk/tig/"
SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
CDEPEND="sys-libs/ncurses"
DEPEND="${CDEPEND}
virtual/pkgconfig"
RDEPEND="${CDEPEND}
dev-vcs/git"
src_prepare() {
# pre-generated manpages are in the root directory
sed -i '/^MANDOC/s#doc/##g' Makefile || die
}
src_configure() {
econf CURSES_LIB="$($(tc-getPKG_CONFIG) --libs ncursesw)"
}
src_compile() {
# fix version set wrong in tarball
emake VERSION=${PV}
}
src_install() {
emake DESTDIR="${D}" install install-doc-man
dodoc BUGS NEWS
dohtml manual.html README.html
newbashcomp contrib/tig-completion.bash ${PN}
}

@ -1,40 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-2.0.2.ebuild,v 1.2 2014/10/08 01:15:41 mrueg Exp $
EAPI=5
inherit bash-completion-r1 toolchain-funcs
DESCRIPTION="Tig: text mode interface for git"
HOMEPAGE="http://jonas.nitro.dk/tig/"
SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="unicode"
DEPEND="sys-libs/ncurses[unicode?]
sys-libs/readline:0"
RDEPEND="${DEPEND}
dev-vcs/git"
src_prepare() {
# pre-generated manpages are in the root directory
sed -i '/^MANDOC/s#doc/##g' Makefile || die
}
src_configure() {
econf $(use_with unicode ncursesw)
}
src_compile() {
emake V=1
}
src_install() {
emake DESTDIR="${D}" install install-doc-man
dohtml manual.html README.html NEWS.html
newbashcomp contrib/tig-completion.bash ${PN}
}

@ -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/tig/tig-2.0.3.ebuild,v 1.1 2014/08/31 05:54:47 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-2.0.3.ebuild,v 1.2 2014/11/08 04:55:45 radhermit Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="unicode"
DEPEND="sys-libs/ncurses[unicode?]

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.136 2014/11/02 19:36:36 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.137 2014/11/08 17:12:09 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
#
@ -220,6 +220,15 @@ _eprefix_init() {
has "${EAPI:-0}" 0 1 2 && ED=${D} EPREFIX= EROOT=${ROOT}
}
# Intended for ebuilds to override to set their own versioning information.
toolchain-binutils_bugurl() {
printf "http://bugs.gentoo.org/"
}
toolchain-binutils_pkgversion() {
printf "Gentoo ${BVER}"
[[ -n ${PATCHVER} ]] && printf " p${PATCHVER}"
}
toolchain-binutils_src_configure() {
_eprefix_init
@ -281,8 +290,6 @@ toolchain-binutils_src_configure() {
has_version ">=${CATEGORY}/glibc-2.5" && myconf+=( --enable-secureplt )
has_version ">=sys-libs/glibc-2.5" && myconf+=( --enable-secureplt )
local pkgver="Gentoo ${BVER}"
[[ -n ${PATCHVER} ]] && pkgver+=" p${PATCHVER}"
myconf+=(
--prefix="${EPREFIX}"/usr
--host=${CHOST}
@ -300,8 +307,8 @@ toolchain-binutils_src_configure() {
# Newer versions (>=2.24) make this an explicit option. #497268
--enable-install-libiberty
--disable-werror
--with-bugurl=http://bugs.gentoo.org/
--with-pkgversion="${pkgver}"
--with-bugurl="$(toolchain-binutils_bugurl)"
--with-pkgversion="$(toolchain-binutils_pkgversion)"
$(use_enable static-libs static)
${EXTRA_ECONF}
# Disable modules that are in a combined binutils/gdb tree. #490566

@ -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-engines/openmw/openmw-0.33.0.ebuild,v 1.3 2014/11/06 21:59:28 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/openmw-0.33.0-r1.ebuild,v 1.1 2014/11/07 23:24:33 hasufell Exp $
EAPI=5
@ -56,7 +56,7 @@ src_configure() {
-DLIBDIR="$(games_get_libdir)"
-DMORROWIND_DATA_FILES="${GAMES_DATADIR}"/morrowind-data
-DOPENMW_RESOURCE_FILES="${GAMES_DATADIR}"/${PN}/resources
-DSYSCONFDIR="${GAMES_SYSCONFDIR}"/${PN}
-DGLOBAL_CONFIG_PATH="${GAMES_SYSCONFDIR}"
-DUSE_SYSTEM_TINYXML=ON
)

@ -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-misc/katawa-shoujo/katawa-shoujo-1.2-r1.ebuild,v 1.2 2014/11/06 23:56:00 zmedico Exp $
# $Header: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/katawa-shoujo-1.2-r2.ebuild,v 1.1 2014/11/07 22:59:53 hasufell Exp $
EAPI=5
@ -51,6 +51,7 @@ src_install() {
games_make_wrapper ${PN} "renpy '${GAMES_DATADIR}/${PN}'"
else
insinto "${GAMES_PREFIX_OPT}"/${PN}
rm "lib/linux-x86/lib/python2.5/pygame/mixer.so" || die # bug #528086
doins -r common game lib renpy "Katawa Shoujo.py" "Katawa Shoujo.sh"
games_make_wrapper ${PN} "./Katawa\ Shoujo.sh" "${GAMES_PREFIX_OPT}/${PN}"
fperms +x "${GAMES_PREFIX_OPT}/${PN}"/lib/{python,linux-x86/python.real} \

@ -1 +1,2 @@
DIST liblxqt-mount-0.7.0.tar.xz 16012 SHA256 320bae8889e24742c9136839a8e5c79d9ae6678e13bb07105a8a373df2e02c15 SHA512 51c0b8b283661d7bc7383bb7ebb5b615c08f3ed5a22946621405ca9fd4c9d493e0d7c3c8a3d83b506f5d625d451f17a426fd3a96841564f8a0c47cb9d260282f WHIRLPOOL c1c7e8b8d29abec7e5fb970b689dfec757e6069cfd9689703f4eb4104fae8abc57c237c5d91393105c44cc9bc21e111714ce225f205777290f6b9f68fbbab12f
DIST liblxqt-mount-0.8.0.tar.xz 16764 SHA256 f723432fc4b97e6b4c709d65f6a73586fabe835663aad090feda9b02439bad21 SHA512 e73a1172924c5f602e5aa5a01c287df9b6d351cf9343e77eca7871533d1d120a54ae9713b4d1fcc07858f68e44242fbf67fd2b6b3b2f64b7dcf9cc61db3f52e5 WHIRLPOOL a4b92bc53ad613776fd0c14396df3c24361c88445463d95033aca3139bc10a9e473a032bf2ceb13c2810d5e46578fabfec23929bbc826052da452b7f6b856526

@ -0,0 +1,38 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/liblxqt-mount/liblxqt-mount-0.8.0.ebuild,v 1.1 2014/11/08 17:35:54 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt library for removable media and devices"
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"
IUSE="+udisks"
DEPEND="dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/linguist-tools:5
~lxqt-base/liblxqt-${PV}
x11-libs/libX11
virtual/udev"
RDEPEND="${DEPEND}
udisks? ( sys-fs/udisks )"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}

@ -1 +1,2 @@
DIST liblxqt-0.7.0.tar.xz 82860 SHA256 a21f8fef4c0c44355b375b9731401d889c20852ccf55a2da11d7e5d5e08e1555 SHA512 21d532338fe2a88de45ee20bbb709924643be3780627a856a0c7f1de882e709fbc746c28d6785947c61539de207d1dcbbfa75b6901a1b82342d28273362a99b4 WHIRLPOOL 6be57b43412671c105a858b3b12fb0246c7e0600335d3973ea34b2f2564db42f97dc4585e37747555b58cb55ccaccfd1852038053bf125a281c2689709f5ae0f
DIST liblxqt-0.8.0.tar.xz 87960 SHA256 9914a7e20caa423438cbb00a459b4c941cc88d4915df36670e4ab18fd636e34e SHA512 d344e2b1c9e18173dce64c4b64fcaf4e8a9859e4c53635ff4221c6dc41c8e51044e1cb35dc9ac52501da4f12f07619d307dc6e90ad9d54e9107530a34ae25c0c WHIRLPOOL 75865e080669b39d46d5b13c3a89f5e4a14255dd65b193f278a72e9193d3750d9cf1cf5612c06001142d4894e5eafabd7ae5ec38297c0a0a3d1625dbe9050ff8

@ -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/lxqt-base/liblxqt/liblxqt-0.7.0.ebuild,v 1.4 2014/11/02 21:18:07 jauhien Exp $
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/liblxqt/liblxqt-0.7.0.ebuild,v 1.5 2014/11/08 06:38:00 yngwin Exp $
EAPI=5
inherit cmake-utils
@ -21,8 +21,7 @@ SLOT="0"
S=${WORKDIR}
DEPEND=">=razorqt-base/libqtxdg-0.5.3
<razorqt-base/libqtxdg-1.0.0
DEPEND="~dev-libs/libqtxdg-0.5.3
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXcursor

@ -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/lxqt-base/liblxqt/liblxqt-0.8.0.ebuild,v 1.1 2014/11/08 17:09:33 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"
DEPEND=">=dev-libs/libqtxdg-1.0.0
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXfixes
x11-libs/libXrender
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
"
RDEPEND="${DEPEND}"
pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]]; then
[[ $(gcc-version) < 4.8 ]] && \
die 'The active compiler needs to be gcc 4.8 (or newer)'
fi
}
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}

@ -1 +1,2 @@
DIST libsysstat-0.1.0.tar.xz 16376 SHA256 beafdb971fbe282d7698fb2230024382bc7f100d9af13f2a4bafc97509089d9f SHA512 d5454055a631aa3c66be8f4b24d2eec0b5d86941ccfa80efc3f831558e5fbd06681060a641aad8968590e61274478f6fad80a518150e9461d8dbd9a48faca497 WHIRLPOOL 556201bd21fa2d24e8d1d874657b27352acd13d15552a5083e3dfa4adef6fb5ef2a34d365ce5ac2a82834eaaac941a70c73cfd3ace6f7589796a659a80b4e0f2
DIST libsysstat-0.2.0.tar.xz 17156 SHA256 f517c89f8e2abdc90f3f602db6cba89d8405a3d86782f77f663d784d0ecc70ad SHA512 fa01a80e11744b3d3c15916162053c0f79c9c57425d9054b14588e710df67d44d2bb73b7d64a8ae438debf2b0b348546840f8325843d21d6c146cf6d7dab0b97 WHIRLPOOL 0d2fb8abe0ba32be2dbb94417e92b2415fc45df45af98b9d8e12201b089e137fafb135ab5aaffb927024acfe780886d576f9235bae11f5e28b248b4c41144e60

@ -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/libsysstat/libsysstat-0.2.0.ebuild,v 1.1 2014/11/08 17:16:13 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="A Qt-based interface to system statistics"
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/${PN}/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}"
fi
LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"
DEPEND="
dev-qt/linguist-tools:5
dev-qt/qtcore:5
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}

@ -1 +1,2 @@
DIST lxqt-about-0.7.0.tar.xz 10384 SHA256 5f1b53862f528aab8173626efbc6737dc228aa127c27c221123133401033e4de SHA512 e73512f040ec392079b5242a4bb7df69949bf516b2ec5e03534be2d13dc11cf252502a32c4da6b8ee9b00282c8e7e42395dae068c6e7fee4522f2dee230d24bd WHIRLPOOL 23a51940bbe4b9d4d82e452d1c3896f16d92ece3dce5b0b9420fd43c190bb0465d4a8278161957c2c6f187fedc60207fe30f955ee2c1eed6cdf946e3b4304b25
DIST lxqt-about-0.8.0.tar.xz 10628 SHA256 30c3a219034732c22d1bad29c24962157449006748939e07255fb4b866b72a83 SHA512 e40dcbd42ea950ba18faa4004136462fbe06b69856102c82bd97561d057ee391bfc1d31d009b1b0c83fd0a6bdaf4b0c4492e08cd34e7763052bead2b58b28e8e WHIRLPOOL 43ca7d4af27938059904436fa4c9405ea791058cb17b9fdea08444433c84b55e6e7d81449d5672d1ccb0e0de9e4f8831c74e628711cf11e44474a4efdcd7f8a0

@ -0,0 +1,39 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-about/lxqt-about-0.8.0.ebuild,v 1.1 2014/11/08 17:18:24 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt about dialog"
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"
DEPEND="
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
x11-libs/libX11
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}

@ -1 +1,2 @@
DIST lxqt-common-0.7.0.tar.xz 5145600 SHA256 ca4b4ea0d8d6c34e7f42621c23d180ed8abdf834c944309917a09bf950123c51 SHA512 7cec49d8ad94ac1747e484f104b335fb159cd238452f395cb502a245015f7d15f8f6c9dbfd330d99078a873cc6d4b9b01a171cdc858815763499fb7d8863c87f WHIRLPOOL 51b9c5b0d33a112452fca0aa03b75b1393f04181c1e90d5f48ef9ee0195b5706dbe4e4b4b29369e47e0f33754e6d7d779f167f3563f00895d8647ea5c61cc206
DIST lxqt-common-0.8.0.tar.xz 8364588 SHA256 c1a4b38e296ee698186065a722fd11f02367d7a29ffe9cbc377a9157222d9019 SHA512 c7d5087917abb01c5a9038166ef6079e46b14586b74940470d47ecb026abaca1452ad0b2c8bc0cecd4c5ec5bcc604bac16a23372d0e3cff178fdeeebc829f9f5 WHIRLPOOL f65ccebb5e149db719a957485c5ce5dcf4405dd3e3d67aa6e9e6f6d0eb0034e428c2c73c11981576e9cd2f3a53d4db5836906cb20c66b90f707511d1f08e743c

@ -0,0 +1,37 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-0.8.0.ebuild,v 1.1 2014/11/08 17:35:54 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt common resources"
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/lxqt/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="LGPL-2.1+"
SLOT="0"
DEPEND="~lxqt-base/liblxqt-${PV}"
RDEPEND="${DEPEND}"
PDEPEND="~lxqt-base/lxqt-session-${PV}"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
dodir "/etc/X11/Sessions"
dosym "/usr/bin/startlxqt" "/etc/X11/Sessions/lxqt"
}

@ -1 +1,2 @@
DIST lxqt-config-0.7.0.tar.xz 112572 SHA256 4b8ec02a7c78efe8fa45dcb0d60e83dc6a53bf81f12d2ea4b022cf9f6feae551 SHA512 9f75d69a5add165019bc20f861a1c847d01a37760bd29418c80b0d290fcab54716218ab40dfc80941e13242ea59e5f9de33a753dc33c1f5f257f9b58cef672a6 WHIRLPOOL 2a2996d7b889e3a16570a33aa472aca3e3b913b57eb20ce4dab142b23b8a9227a7c8a56f4370eb3c02d843fb9cb4b1af979992f337e112e4839a2645869dc419
DIST lxqt-config-0.8.0.tar.xz 124940 SHA256 d2817df3c890038aca3e9efa2e2319df51825f47fdda5858efd92459bb8f4ad8 SHA512 3f54738d24348fb405b7dabe483393804310c843d82c100789ebf47258a6f5056222066fa752a4417eed3a6f4a03f174b334ea1b4898e42ebd5f49289848ffd3 WHIRLPOOL 14522ecac04026cffda8a76ba45a5488794e5474572345bacfd5078fc633101f90c3fa502f1bed73aa258d6283cbbd3c7088ba47fcde577344b4703c965bd5ce

@ -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/lxqt-base/lxqt-config/lxqt-config-0.7.0-r1.ebuild,v 1.4 2014/11/02 21:24:02 jauhien Exp $
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config/lxqt-config-0.7.0-r1.ebuild,v 1.5 2014/11/08 06:40:18 yngwin Exp $
EAPI=5
inherit cmake-utils
@ -23,7 +23,7 @@ SLOT="0"
DEPEND="dev-qt/qtcore:4
dev-qt/qtgui:4
~lxqt-base/liblxqt-${PV}
~razorqt-base/libqtxdg-0.5.3
~dev-libs/libqtxdg-0.5.3
sys-libs/zlib
x11-libs/libXcursor
x11-libs/libXfixes"

@ -0,0 +1,54 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config/lxqt-config-0.8.0.ebuild,v 1.1 2014/11/08 17:20:51 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt system configuration control center"
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"
DEPEND="
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/linguist-tools:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
>=dev-libs/libqtxdg-1.0.0
sys-libs/zlib
x11-libs/libICE
x11-libs/libSM
x11-libs/libxcb:=
x11-libs/libX11
x11-libs/libXcursor
x11-libs/libXext
x11-libs/libXfixes"
RDEPEND="${DEPEND}
x11-apps/setxkbmap"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}
src_install(){
cmake-utils_src_install
doman man/*.1 liblxqt-config-cursor/man/*.1 lxqt-config-appearance/man/*.1
}

@ -1 +1,2 @@
DIST lxqt-globalkeys-0.7.0.tar.xz 51672 SHA256 588152d64aed4fe767b8eeb4d241fdf51fbcf13cace16bc4c5304c22b09c83e2 SHA512 6fb588d9fc801f44be9f093e9372cc7d226e02ef83e7204ab489ef45f425109b3d50b75bcf41c48375de3f9681e37fb1878320c3af37ad2a169e63075e849d20 WHIRLPOOL a42de2ab8159987a329c0f26e81fab1d93b26e1bd55b15ec8e2fc40141abbf0ba0760676522115cfdb660b93ce6281b0f2018c84c7b35689dcebbe009ab73d84
DIST lxqt-globalkeys-0.8.0.tar.xz 52676 SHA256 dd15a5d6f5818ddd00a7b3fbde483bbd8ce88d2dfaa4a6e98ca54c7492cbd713 SHA512 1afb5b1080c2005545dd74b064b7b9da653ae8a8107898e2f4303ec7e77b4e8377094dc50dc3d36b07521fa6dbbf1b7cb812444d62a429b20428667da491a6e2 WHIRLPOOL c17c625163c509ab1ccd732c640eb67e72cc0f59ff5b285b360e55b19175ff9b5abe5cf443d077066aaeb9ea86c86887fde41fa3d1e76e6b1065bbdf07307d68

@ -0,0 +1,44 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.8.0.ebuild,v 1.1 2014/11/08 17:23:10 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
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"
DEPEND="
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
>=dev-libs/libqtxdg-1.0.0
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}

@ -0,0 +1,49 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-meta/lxqt-meta-0.8.0.ebuild,v 1.1 2014/11/08 17:54:51 jauhien Exp $
EAPI=5
DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
HOMEPAGE="http://lxqt.org/"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="admin icons lightdm lximage -minimal +policykit powermanagement sddm ssh-askpass"
S="${WORKDIR}"
RDEPEND="
>=lxde-base/lxmenu-data-0.1.2
~lxqt-base/lxqt-about-${PV}
~lxqt-base/lxqt-common-${PV}
~lxqt-base/lxqt-config-${PV}
~lxqt-base/lxqt-notificationd-${PV}
~lxqt-base/lxqt-panel-${PV}
~lxqt-base/lxqt-qtplugin-${PV}
~lxqt-base/lxqt-runner-${PV}
~lxqt-base/lxqt-session-${PV}
~x11-misc/pcmanfm-qt-${PV}
admin? (
~app-admin/lxqt-admin-${PV} )
icons? (
>=lxde-base/lxde-icon-theme-0.5 )
lightdm? (
x11-misc/lightdm )
lximage? (
>=media-gfx/lximage-qt-0.3.0 )
!minimal? (
x11-wm/openbox
>=x11-misc/obconf-qt-0.1.0_p20141029 )
policykit? (
~lxqt-base/lxqt-policykit-${PV}
|| ( sys-auth/consolekit[policykit(-)]
sys-apps/systemd[policykit(-)] ) )
powermanagement? (
~lxqt-base/lxqt-powermanagement-${PV} )
sddm? (
>=x11-misc/sddm-0.10.0 )
ssh-askpass? (
~net-misc/lxqt-openssh-askpass-${PV} )
"

@ -2,13 +2,10 @@
<!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>
<use>
<flag name="admin">Install <pkg>app-admin/lxqt-admin</pkg></flag>
<flag name="icons">Install <pkg>lxde-base/lxde-icon-theme</pkg>
icon theme</flag>
icon theme (pulls in <pkg>x11-libs/gtk+</pkg>)</flag>
<flag name="lightdm">Install <pkg>x11-misc/lightdm</pkg>
display manager</flag>
<flag name="lximage">Install <pkg>media-gfx/lximage-qt</pkg>

@ -1 +1,2 @@
DIST lxqt-notificationd-0.7.0.tar.xz 38064 SHA256 bda7c841df4c4e340840877f83dc36188c52ffaff060c45b9e7f5b6f4075f11c SHA512 341a167fe7e5413d5e925cdfe7303efe255303c68f75bfa5a73808f566aee7cdfcc19bd52f4d623c7bf97c45020ffaa3fc9f65ae99c12a3199acfa8b287c1940 WHIRLPOOL 7f3ba04ac5c97224bf7a6193855245c6f879b0397a843a3f64d4de3dc3de8eb0546f92aa2ff8c0a28f4aaa87630ab3b42b6f8dec9e7468052c747018decd1c4a
DIST lxqt-notificationd-0.8.0.tar.xz 38336 SHA256 720b6cca74ff5c0433b39feb3040cc25cd6fdcbdfe51186cefac7a42e157999b SHA512 83c32ea51fada6a0d9dadf8474942ad3896063e7b30ba68a663b5f568039bbd0c7ab6e4feaacc1dfa883cc4af431546003e00e6e632fefe34ac6b359e3bc2efd WHIRLPOOL eb4b38e6f7f5af652e612a78388dd37afedb569cc00b00279689642b3ebb888c174a244cf7fecf24afe0be35dadecf0755496006030cc4dbe690ae39db76f306

@ -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/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild,v 1.3 2014/11/02 21:33:52 jauhien Exp $
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.7.0.ebuild,v 1.4 2014/11/08 06:41:55 yngwin Exp $
EAPI=5
inherit cmake-utils
@ -24,5 +24,5 @@ DEPEND="dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
~lxqt-base/liblxqt-${PV}
~razorqt-base/libqtxdg-0.5.3"
~dev-libs/libqtxdg-0.5.3"
RDEPEND="${DEPEND}"

@ -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/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild,v 1.1 2014/11/08 17:24:44 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt notification daemon and library"
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"
DEPEND="
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
>=dev-libs/libqtxdg-1.0.0
x11-libs/libX11
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}

@ -1 +1,2 @@
DIST lxqt-panel-0.7.0.tar.xz 247640 SHA256 13fcdd33dfe1a691395765032dd6ae6eab5d4988ba96fb79b3d521e216383677 SHA512 e8817bc424c9c4369afd6f300d54f752cbb448767277eaa3024b44b0cb557e14721b19e83ba647fc1e0aac2923651782cd4964cf92a419f93b4f450351dcda28 WHIRLPOOL 5d29ab327eafe5a33a060e91b63d0320ae11000a2ec4bd58b9313a3eb0f6a78a7c5de1e7375de6c3bfe51f717d7998551d821b966a629263a4cfb873dc79e92b
DIST lxqt-panel-0.8.0.tar.xz 259284 SHA256 5c453372bf6d35f09400788f6dece1403b63e7cf25abe62066fc9e82c5170b78 SHA512 ffa938586eccd743a676a8a0075a236b763bc3652c9a827c9906e83e87a926ba46a5577e047208b873fe6d53a5f39318aa7e3a1a1525ac89396bb63a52d5c09f WHIRLPOOL 8fa8da6635c423e111a7f37c7624ee0b30d78e5b1524bf78f371f4113a558cee6876f7463083b5c37111f5ec2f4a8079abb15590be0ae846521eb78cd9b39771

@ -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/lxqt-base/lxqt-panel/lxqt-panel-0.7.0-r1.ebuild,v 1.5 2014/11/02 21:53:23 jauhien Exp $
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.7.0-r1.ebuild,v 1.6 2014/11/08 06:46:25 yngwin Exp $
EAPI=5
inherit cmake-utils
@ -31,7 +31,7 @@ DEPEND="dev-qt/qtcore:4
~lxqt-base/liblxqt-${PV}
~lxqt-base/liblxqt-mount-${PV}
~lxqt-base/lxqt-globalkeys-${PV}
~razorqt-base/libqtxdg-0.5.3
~dev-libs/libqtxdg-0.5.3
x11-libs/libX11
cpuload? ( sys-libs/libstatgrab )
networkmonitor? ( sys-libs/libstatgrab )

@ -0,0 +1,74 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild,v 1.1 2014/11/08 17:38:32 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt desktop panel and plugins"
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/lxqt/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"
IUSE="+alsa +clock colorpicker cpuload +desktopswitch dom +kbindicator +mainmenu
+mount networkmonitor pulseaudio +quicklaunch screensaver sensors
+showdesktop sysstat +taskbar teatime +tray +volume worldclock"
REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
DEPEND="
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
>=lxde-base/menu-cache-0.3.3
~lxqt-base/liblxqt-${PV}
~lxqt-base/liblxqt-mount-${PV}
~lxqt-base/lxqt-globalkeys-${PV}
>=dev-libs/libqtxdg-1.0.0
x11-libs/libX11
cpuload? ( sys-libs/libstatgrab )
networkmonitor? ( sys-libs/libstatgrab )
sensors? ( sys-apps/lm_sensors )
sysstat? ( >=lxqt-base/libsysstat-0.2.0 )
volume? ( alsa? ( media-libs/alsa-lib )
pulseaudio? ( media-sound/pulseaudio ) )
worldclock? ( dev-libs/icu:= )"
RDEPEND="${DEPEND}
>=lxde-base/lxmenu-data-0.1.2"
src_configure() {
local mycmakeargs i y
for i in clock colorpicker cpuload desktopswitch dom kbindicator mainmenu mount \
networkmonitor quicklaunch screensaver sensors showdesktop sysstat \
taskbar teatime tray volume worldclock; do
y=$(tr '[:lower:]' '[:upper:]' <<< "${i}")
mycmakeargs+=( $(cmake-utils_use ${i} ${y}_PLUGIN) )
done
if use volume; then
mycmakeargs+=( $(cmake-utils_use alsa VOLUME_USE_ALSA)
$(cmake-utils_use pulseaudio VOLUME_USE_PULSEAUDIO) )
fi
mycmakeargs+=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}
src_install(){
cmake-utils_src_install
doman panel/man/*.1
}

@ -1 +1,2 @@
DIST lxqt-policykit-0.7.0.tar.xz 15772 SHA256 1b93a2e5e9f70246f16198a07a49b3c2d16089d6ea413bdff25e4ec763763d86 SHA512 8e5ff42d4e74d648ad9b159d6140afeaffd8094bd3a92c30b5faf2d5aa8e719cb9b1c8345ed6ee92f603c7f7b88224873a791b2300bca4b49a1f53b4586f26c9 WHIRLPOOL 971eec6ef31937af95927a2abb666293a2d57bcc365f68696c288ce7dbe7473804352468d48bc40675ca8d6723b5591881cbce6987092589e703ce0a7cc2401c
DIST lxqt-policykit-0.8.0.tar.xz 16012 SHA256 98a8ffe589756fff594e654dc6a7118834b6826c6c1edddd3c5682f0a7544236 SHA512 be52b0512eb2c8b124ebe75a016d0d89802777f94b17d7d3cc31505917ce48d6ba0c9d2d8233e2b5065089adf76bdf2596aff901e328edd218eb523817481876 WHIRLPOOL 63b05339892705b6556e64039e00063029c6050515d7d59eb755555a3e75497ff77791e1f712765d76b4ab0f64644da3451ff71b7e9fca5ba4eb986d1f1d863b

@ -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/lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0-r1.ebuild,v 1.3 2014/11/02 21:37:37 jauhien Exp $
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-policykit/lxqt-policykit-0.7.0-r1.ebuild,v 1.4 2014/11/08 06:47:06 yngwin Exp $
EAPI=5
inherit cmake-utils
@ -24,7 +24,7 @@ RDEPEND="dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
~lxqt-base/liblxqt-${PV}
~razorqt-base/libqtxdg-0.5.3
~dev-libs/libqtxdg-0.5.3
sys-auth/polkit-qt[qt4(-)]
x11-libs/libX11"
DEPEND="${RDEPEND}

@ -0,0 +1,48 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-policykit/lxqt-policykit-0.8.0.ebuild,v 1.1 2014/11/08 17:26:40 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt PolKit authentication agent"
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"
RDEPEND="
dev-libs/glib:2
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
>=dev-libs/libqtxdg-1.0.0
sys-auth/polkit-qt[qt5(-)]
x11-libs/libX11"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}
src_install(){
cmake-utils_src_install
doman man/*.1
}

@ -1 +1,2 @@
DIST lxqt-powermanagement-0.7.0.tar.xz 29336 SHA256 7f0456b9bcf416adb1e1c5c797a688bcd276680f0821e165b346364cd2926f87 SHA512 973332d331d3a8b794d06523e623650a38b019f03c40bff8519036c314c9835101e51fafe34a76e755c5e7e85d963e481d4b3562e4d2f4a08fab4c3f60b7fbde WHIRLPOOL 6156238d287ead2a83743552bdd030f5a60b30cd0dc2d19f183b878fb9e31fbdb77b101d14c4e0d9e37d2a95f5958b22e21a1376fe2d8345c9f9fe1ae032901e
DIST lxqt-powermanagement-0.8.0.tar.xz 30236 SHA256 eb2605326c0598331e0c84624e319ef574c6dffc73d0bbc21782cb61a468d40c SHA512 56f3ab95fdf525a51072b5ad09d79df4e290ddb491dadd860a15abf383a5507456f9017ad06808001b99e2c11e2b9ad639ab22a3d48d44c86f1c21b90eb9f944 WHIRLPOOL 49b0d3bc3fcac1f7baccba8dfc8e774784fee8c5ee3958e4ae9c750e646eb22b5b28f50ec298225e2ac0125eec6d0b5d076134e8cfacf95bd61d95207d7f5562

@ -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/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.7.0.ebuild,v 1.6 2014/11/02 21:38:42 jauhien Exp $
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.7.0.ebuild,v 1.7 2014/11/08 06:47:37 yngwin Exp $
EAPI=5
inherit cmake-utils
@ -25,7 +25,7 @@ CDEPEND="dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtsvg:4
~lxqt-base/liblxqt-${PV}
~razorqt-base/libqtxdg-0.5.3
~dev-libs/libqtxdg-0.5.3
x11-libs/libX11
x11-libs/libxcb"
DEPEND="${CDEPEND}

@ -0,0 +1,45 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.8.0.ebuild,v 1.1 2014/11/08 17:28:17 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt daemon for power management and auto-suspend"
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/lxqt/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"
CDEPEND="
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
>=dev-libs/libqtxdg-1.0.0
x11-libs/libX11
x11-libs/libxcb:="
DEPEND="${CDEPEND}
virtual/pkgconfig"
RDEPEND="${CDEPEND}
|| ( sys-power/upower sys-power/upower-pm-utils )"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}

@ -1 +1,2 @@
DIST lxqt-qtplugin-0.7.0.tar.xz 11980 SHA256 fb9780ff79f2cd02bc75329d26e1b78a72447cc31d19ee85c079bd175293f7c9 SHA512 15a738b3d79320cd01fbe108f83ceb1fdfad9fc03e3647b3436e8d7936063b47f80f0eacf920420404e0d10046568a859e98a66d747b3fa0f1ff2be3e8920bf2 WHIRLPOOL fe46394ff1e2f7967f2cdac0b7a5357bb6b7ea6accfdb4d651e54932d6cec348acd26f76f23bd3cbf58bc06ff0fb7ab2537fa5aacd23d897a9f878c71103c6e5
DIST lxqt-qtplugin-0.8.0.tar.xz 16712 SHA256 0708c2a814c95777e93c8f23efc0bf1f0bdd193bae580627ced915a7b1b29b8d SHA512 6e9162e4f7aab07cebe54109a508caa17cfb21ea6354d122e28096f1abf4d3fbda69bfb7c50df32ed3bfa30eb4af9d5ec9c48e0d73173062aa227adbe7c33e66 WHIRLPOOL 3f959dfbbb71a8e04b2765180a14f5735639158a34e980d292d8b0e21bc863be6fbb88abb50ba2931a1ad37c535a5b2b3ca87457523c05344d01a10a6e01467a

@ -0,0 +1,36 @@
# 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.8.0.ebuild,v 1.1 2014/11/08 17:30:31 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"
DEPEND="
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
~lxqt-base/liblxqt-${PV}
x11-libs/libX11"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}

@ -1 +1,2 @@
DIST lxqt-runner-0.7.0.tar.xz 195452 SHA256 e4ef1820cb29fdd2b5ab2bd3a46da29abf3246bcc95e7521161a5e2103d4d7f2 SHA512 b592a9082b0dd2908373205a193a2f23ac134e316dffb50ccecc8cb245ccac014426ce4fedc57a46aad62100a11c4aad12b78364051d53331b593c8d1b81360c WHIRLPOOL 5abfe274823ba9342c2e8b83e5c9a53fd236b08c21b14fb143ac61bb86ed4c199e4f6797ea08c1bdde6c031f782e24e1898144eff8d7eb6cc9e574825baee635
DIST lxqt-runner-0.8.0.tar.xz 195808 SHA256 515d55e6a253550b7ce84e6f2c3f9d47ca91c4a83a17ad9e6c378831a519b5a7 SHA512 57ef8805e86219c50190b59373c7f59d7a6880762116311cd65ce811766cb039efbd4830d11220758f40da2cc76bb6175180221f4c8b84c24f67145a796cde5a WHIRLPOOL 4168394bd2ede5cf8f211102c7c12fc67883a0249e30a93b9220c21283af9711fe948453b7889220703c9bca6646c655aac72e1343636d00ae87f5b140d8bcdd

@ -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/lxqt-base/lxqt-runner/lxqt-runner-0.7.0-r1.ebuild,v 1.3 2014/11/02 21:40:41 jauhien Exp $
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-runner/lxqt-runner-0.7.0-r1.ebuild,v 1.4 2014/11/08 06:48:09 yngwin Exp $
EAPI=5
inherit cmake-utils
@ -27,7 +27,7 @@ RDEPEND="dev-qt/qtcore:4
~lxqt-base/liblxqt-${PV}
~lxqt-base/lxqt-globalkeys-${PV}
>=lxde-base/menu-cache-0.5.1
~razorqt-base/libqtxdg-0.5.3
~dev-libs/libqtxdg-0.5.3
x11-libs/libX11"
DEPEND="${RDEPEND}
virtual/pkgconfig"

@ -0,0 +1,50 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-runner/lxqt-runner-0.8.0.ebuild,v 1.1 2014/11/08 17:32:20 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="LXQt quick launcher"
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"
RDEPEND="
dev-libs/glib:2
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtscript:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
~lxqt-base/lxqt-globalkeys-${PV}
>=lxde-base/menu-cache-0.5.1
>=dev-libs/libqtxdg-1.0.0
x11-libs/libX11"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}
src_install(){
cmake-utils_src_install
doman man/*.1
}

@ -1 +1,2 @@
DIST lxqt-session-0.7.0.tar.xz 68208 SHA256 d6af28a6054555acf1a2e47c839d6802e5a88b237cdcd8d2ee3155661bbdd6d6 SHA512 0a1fcdf9669295c5651ce21ee377997c5dbea147576bd26bd146642a23ecec1a402e209a0244a8798e481567f38499a6cc56887193b1b4bea07d746a15e5f94a WHIRLPOOL 0c20d15631ba575609f5b76a3d1054c048d721571e2b3fa9992e4b7e3fb8cf1d9642bf4268bad0ad3d00acede18c9bc5eff27f4a43ef3013bfb1570668a07364
DIST lxqt-session-0.8.0.tar.xz 70796 SHA256 bab662d167d6b718bfd30122f0c26d786469ed52ec5ae4e6393d6fb9882ff767 SHA512 eb43d10390d3d01041c149c4cdedada9a1a27b840f9ff0aca5991584e984d5163eaa17a8e8c7b67f607f0240b5465783ed83a8f9253e59ea971cdd6557bf5257 WHIRLPOOL 5ddeb6234c1bc7dc60abaebdfe8fd71e8dfa0a679e978a9a5b17ad55859ee455cd61b6d4bc1bdb09bc109e775ec264d807841f77d35a26daaff7245345c6315b

@ -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/lxqt-base/lxqt-session/lxqt-session-0.7.0-r1.ebuild,v 1.4 2014/11/02 21:41:58 jauhien Exp $
# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-session/lxqt-session-0.7.0-r1.ebuild,v 1.5 2014/11/08 06:48:42 yngwin Exp $
EAPI=5
@ -26,7 +26,7 @@ CDEPEND="dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
~lxqt-base/liblxqt-${PV}
~razorqt-base/libqtxdg-0.5.3
~dev-libs/libqtxdg-0.5.3
x11-libs/libX11"
DEPEND="${CDEPEND}
dev-util/intltool

@ -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/lxqt-base/lxqt-session/lxqt-session-0.8.0.ebuild,v 1.1 2014/11/08 17:35:54 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="LXQT session manager"
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"
CDEPEND="
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
>=dev-libs/libqtxdg-1.0.0
x11-libs/libX11"
DEPEND="${CDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"
RDEPEND="${CDEPEND}
~lxqt-base/lxqt-common-${PV}"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}
src_install(){
cmake-utils_src_install
doman lxqt-config-session/man/*.1 lxqt-session/man/*.1
}

@ -1 +1,2 @@
DIST lximage-qt-0.2.0.tar.xz 41240 SHA256 4750981bbf1a1a36fd581addd8d6acecb608f9660442b6831eb05639151524fb SHA512 238e1fb7795fb2b5d73132fc61942b0277d1c2b7c880f3022e4fabee754a17da013af1907ada001762271ac7ded42efbf4470990bb574d26215ff0276f4a7c16 WHIRLPOOL a09053cfb944518a3879dcf28786ad70a2b7a67cc04d4f2a737d1dadaad846c883b322aa906135f01726cf2266d78d70a94e5e619699b91718faa914787afc37
DIST lximage-qt-0.3.0.tar.xz 41660 SHA256 0a5a5114eb1014a4e24af17d4a5d77676bac6a5d25458082e8e2eb45c87f2984 SHA512 d5af86b32cb416378f30413c65cd576d7a7f6d88f551e4749b161d64e08984254f4e1eb8f7b897bb5a334eb72b2af1c5de47109f5dd462d66b3b7fe9febc4902 WHIRLPOOL 80aea4cbb37d41a1ec2793de7a0343cd5464d197ad748b0031ac55526d311a9c753b4542428d19fd9e84263e4a1b0716b89d03ba8a86435af063d93643bd4ee1

@ -0,0 +1,47 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/lximage-qt/lximage-qt-0.3.0.ebuild,v 1.1 2014/11/08 17:44:07 jauhien Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="LXImage Image Viewer - GPicView replacement"
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/${PN}/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"
RDEPEND="
dev-libs/glib:2
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtprintsupport:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
media-libs/libexif
>=x11-libs/libfm-1.2
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXfixes
x11-misc/pcmanfm-qt"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
local mycmakeargs=(
-DUSE_QT5=ON
)
cmake-utils_src_configure
}

@ -10,3 +10,5 @@ DIST pngcrush-1.7.77-nolib.tar.xz 58836 SHA256 ca1de3b7bddabd6118c5f1212f16ab71e
DIST pngcrush-1.7.77.tar.xz 357268 SHA256 9ffcdc3eabbe58f729127c81cf2c7aeeaf5a2ed8707741635dce291fce3078ca SHA512 90a54aaa0d958c1e3c253c9ac2c8f30a2b153b319cbe23dd3934576e66c8ae5135795857e55631de0df30803e58d1d0b3720265189a2137d6114b96a69bcb277 WHIRLPOOL 0a3249c7692a420c2eb76c232b853bce5bf8e835b9d17901b09d34ba34ddc7e6a838ca2d81a3a867e2a3b0500355d5287e5d4420c085acfea907844481cf6c38
DIST pngcrush-1.7.78-nolib.tar.xz 58984 SHA256 59bfa327603059ea5db9c3a541df4ed68ce96ad6265f65dd7ac8c205a75f2c8f SHA512 e712f85367aae4e8d5c741f9c76d72117140da5735d344ab96e62d0d23be8b8df096524c69c0c3cd42c439e5f0b4d741d952c773f0f18a0a087b0503cc8394cd WHIRLPOOL 3e5114ae3edb8476c40bf2d86ae3440ab028bfea64b31d7ff32ac086ad93d94a1de5a8ddb128d9815970c888179dcf7039c5bd5acdbe200b8f2133cdc9a82dde
DIST pngcrush-1.7.78.tar.xz 358416 SHA256 5bd6803fc8f359a6e619e59e8fc1d9706788c5b9c4241fd1bba606cf86fec735 SHA512 7ebb0a9797d96e7e44eb044aebf762270512efbede149971d88744af1ff41efe344cb9769209cf4617d1f3a1c111d60775f732c7fe41198904c004839d641ac0 WHIRLPOOL c08a8c9a663ade6204cf11f8927c8d22aea2ff7b0c0efbeb6cdac5915f855949e3e2c2e2daeb0418ca5a7aea7085104c627137784b27e2e1f60b10fab8927bc2
DIST pngcrush-1.7.80-nolib.tar.xz 59124 SHA256 333d343e6bd893735af5f4ee85f254c02fb5657208faf731a4f24d358eabe386 SHA512 aec9e7c69cb20bde0fcc06db638efbafa45791ba7c6853a0443ee38f34881d312a8d27981c75c0e07864958ef65fec4d99f4b7cafa6afd4cc02d1f6e7de0bef9 WHIRLPOOL ae8c5cfd67bb5b5de32585183fd88c18b5bf09a2d76576f105f65bd517e99faf18fed465b13fe234adb009f0e63236429b31029666c6fa81a74bc2dc7d44734f
DIST pngcrush-1.7.80.tar.xz 358784 SHA256 db0511b9d713c97b2dab2633385e25aa88aca3036c253c925f0b5692257c5a6d SHA512 2b8f8bc47032d9be65e2cfbc52cac0f9387c702ac72c79e7e7f27815584a8678be553a5f145ae2f39b5e394744ebfd6cc9414365366d01e266aff58b7690391e WHIRLPOOL 6d1151aef50626b411f49adbcf962d58714b5e1708c629a50209a2d242f5ea604afec581a8ad0a39050c4a65e50c221f129f8edeb1340f44c5926775de3efc9f

@ -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/media-gfx/pngcrush/pngcrush-1.7.80.ebuild,v 1.1 2014/11/08 03:41:30 radhermit Exp $
EAPI=5
inherit toolchain-funcs
DESCRIPTION="Portable Network Graphics (PNG) optimizing utility"
HOMEPAGE="http://pmt.sourceforge.net/pngcrush/"
SRC_URI="system-libs? ( mirror://sourceforge/pmt/${P}-nolib.tar.xz )
!system-libs? ( mirror://sourceforge/pmt/${P}.tar.xz )"
LICENSE="pngcrush"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="+system-libs"
RDEPEND="
system-libs? (
>=media-libs/libpng-1.5:0=
sys-libs/zlib:=
)"
DEPEND="${RDEPEND}
app-arch/xz-utils"
pkg_setup() {
use system-libs && S+="-nolib"
}
src_compile() {
emake \
CC="$(tc-getCC)" \
LD="$(tc-getCC)" \
CFLAGS="${CFLAGS} -Wall" \
LDFLAGS="${LDFLAGS}"
}
src_install() {
dobin ${PN}
dohtml ChangeLog.html
}

@ -1,6 +1,3 @@
DIST freeverb3-2.5.13.tar.gz 6143981 SHA256 9c29adc15a94e6140e52f0b1a5a60923a8e9a3beb21ada4182363c60b25126dd
DIST freeverb3-2.6.6.tar.gz 6208119 SHA256 55c0585c8d53df1bcc5dcb6ffd26fc123583a239c3f064229af71e5f8dca6816 SHA512 755c95ef184487af7e01ea32765b77eba6ffc9738aece3d64f9da019f720075fb7907341689a8adbe81d6fd265a82436da578df2d98ff2e82803a064df4c5dc1 WHIRLPOOL 77795333dc30f3aca514a3a16d8760373bf1ac34fdcc1f3feef3d3bd3071fedf1dcb73ca85b3bf27666c0fba176d86607d68d4c0d5d37a2cfa42a5417d282bb4
DIST freeverb3-3.0.0.tar.gz 6199391 SHA256 32b65eaf5aee89443f9313241480f93a419cddb0325201538cc930b80a4631be SHA512 22eea4fac0e8c5e32cec4d4f7ed2f7f98c2c78fdff8f7b22e218f089072d6711455e546ad89763b0c2fe733d1f0656fe9a3080b70cb873cbea8030a87d360378 WHIRLPOOL 8da252e6edb2546baf27331abcdc55c195bfea5cd2bad0bcaa4fdfd00c34de24ce3c632461acaca14b49273f11103c5b975e7b9f18f321b567561a2d0eb39ad6
DIST freeverb3-3.0.2.tar.xz 4769920 SHA256 b6d44da67343a6e7c2721a2c5be1ce1e85df899cb6d6e7fb63c304f301cda85b SHA512 74cbf8470a005e8b8314c1fe5bc337e73024f7af4a5e75a5b2f398968e5883866ce95f4033d8af1356354aa1ddf38139e2089022ddb0b2ccbb221a6f9db4dc43 WHIRLPOOL a33a0a06b71b13da57217de3f4438e8c12206bec87bb26af5e926cfbf7a322ad82b313dfbad85d41229a5ba5f4d77abd9c89fc1d5427eb3d6985e1708ca7e11b
DIST freeverb3-3.1.0.tar.xz 6220460 SHA256 76a91c113a5168672bfe5ad9f3a04a345966682c207cdf4d9bb98101c9dc6811 SHA512 8eb4a8fffac0dcdfef2416af403659e0a10b8ade25cd6115bd6cea63d566173a6639ae20821af5b249176872fd8ffac3639402ed07d5249f6a0afc60c7790f8f WHIRLPOOL b740548c97475ba01fd2ff47ae817f956d6846cdeacdd7a4d17212e7c8abc2e2310fd43464686ff18a2702210ffad992d7160446306b18a0913470823c7a8738
DIST freeverb3-3.1.1.tar.xz 6067288 SHA256 6327b6809f4c15dfc74331f0b88af8d92f593d1bf8eabee15ec2a98217aa8d93 SHA512 83feb43a6c178b82958089a3527788f1426bc76e5a86d353df5818a0ebeb1656742e225d4e3eb3187b768169af1a6f2716215408fdb30869452d10d64a967516 WHIRLPOOL e2ac3bec3f2ba90bfc8f25d9c09290dcdc5e43e4528182cbf112614f9d86e97f27beb13a4869cfe5ac10a29af47e4ed9ab64a064189d57ac1d4282a38442b935

@ -1,75 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/freeverb3/freeverb3-3.0.0.ebuild,v 1.3 2013/06/08 12:13:06 sping Exp $
EAPI=2
inherit eutils multilib versionator
DESCRIPTION="High Quality Reverb and Impulse Response Convolution library including XMMS/Audacious Effect plugins"
HOMEPAGE="http://freeverb3.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
_IUSE_INSTRUCTION_SETS="3dnow avx sse sse2 sse3 sse4"
IUSE="${_IUSE_INSTRUCTION_SETS} audacious forcefpu jack openmp plugdouble threads"
_GTK_DEPEND=">=dev-libs/glib-2.4.7:2
>=x11-libs/gtk+-3.0.0:3
x11-libs/pango
x11-libs/cairo"
RDEPEND=">=sci-libs/fftw-3.0.1
audacious? ( >media-sound/audacious-3.1
${_GTK_DEPEND}
media-libs/libsndfile )
jack? ( media-sound/jack-audio-connection-kit
${_GTK_DEPEND}
media-libs/libsndfile )"
DEPEND=${RDEPEND}
S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
src_prepare() {
epatch "${FILESDIR}"/${PN}-3.0.0-audacious-3.3.x.patch
}
src_configure() {
econf \
--disable-profile \
--enable-release \
--disable-autocflags \
--enable-undenormal \
$(use_enable threads pthread) \
$(use_enable forcefpu) \
--disable-force3dnow \
$(use_enable 3dnow) \
$(use_enable sse) \
$(use_enable sse2) \
$(use_enable sse3) \
$(use_enable sse4) \
$(use_enable avx) \
--disable-fma \
--disable-fma4 \
$(use_enable openmp omp) \
--disable-sample \
$(use_enable jack) \
$(use_enable audacious) \
--disable-srcnewcoeffs \
$(use_enable plugdouble) \
--disable-pluginit \
|| die "econf failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc ChangeLog README || die 'dodoc failed'
if use audacious ; then
find "${D}/usr/$(get_libdir)/audacious/" -name '*.la' -print -delete || die
fi
insinto /usr/share/${PN}/samples/IR
doins samples/IR/*.wav || die
}

@ -1,71 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/freeverb3/freeverb3-3.0.2.ebuild,v 1.1 2013/11/19 21:31:08 sping Exp $
EAPI=5
inherit multilib versionator
DESCRIPTION="High Quality Reverb and Impulse Response Convolution library including XMMS/Audacious Effect plugins"
HOMEPAGE="http://freeverb3.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
_IUSE_INSTRUCTION_SETS="3dnow avx sse sse2 sse3 sse4"
IUSE="${_IUSE_INSTRUCTION_SETS} audacious forcefpu jack openmp plugdouble threads"
_GTK_DEPEND=">=dev-libs/glib-2.4.7:2
>=x11-libs/gtk+-3.0.0:3
x11-libs/pango
x11-libs/cairo"
RDEPEND=">=sci-libs/fftw-3.0.1
audacious? ( >=media-sound/audacious-3.2.4
${_GTK_DEPEND}
media-libs/libsndfile )
jack? ( media-sound/jack-audio-connection-kit
${_GTK_DEPEND}
media-libs/libsndfile )"
DEPEND=${RDEPEND}
S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
src_configure() {
econf \
--disable-profile \
--enable-release \
--disable-autocflags \
--enable-undenormal \
$(use_enable threads pthread) \
$(use_enable forcefpu) \
--disable-force3dnow \
$(use_enable 3dnow) \
$(use_enable sse) \
$(use_enable sse2) \
$(use_enable sse3) \
$(use_enable sse4) \
$(use_enable avx) \
--disable-fma \
--disable-fma4 \
$(use_enable openmp omp) \
--disable-sample \
$(use_enable jack) \
$(use_enable audacious) \
--disable-srcnewcoeffs \
$(use_enable plugdouble) \
--disable-pluginit \
|| die "econf failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc ChangeLog README || die 'dodoc failed'
if use audacious ; then
find "${D}/usr/$(get_libdir)/audacious/" -name '*.la' -print -delete || die
fi
insinto /usr/share/${PN}/samples/IR
doins samples/IR/*.wav || die
}

@ -1,71 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/freeverb3/freeverb3-3.1.0.ebuild,v 1.1 2013/12/18 20:27:18 sping Exp $
EAPI=5
inherit multilib versionator
DESCRIPTION="High Quality Reverb and Impulse Response Convolution library including XMMS/Audacious Effect plugins"
HOMEPAGE="https://savannah.nongnu.org/projects/freeverb3"
SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
_IUSE_INSTRUCTION_SETS="3dnow avx sse sse2 sse3 sse4"
IUSE="${_IUSE_INSTRUCTION_SETS} audacious forcefpu jack openmp plugdouble threads"
_GTK_DEPEND=">=dev-libs/glib-2.4.7:2
>=x11-libs/gtk+-3.0.0:3
x11-libs/pango
x11-libs/cairo"
RDEPEND=">=sci-libs/fftw-3.0.1
audacious? ( >=media-sound/audacious-3.2.4
${_GTK_DEPEND}
media-libs/libsndfile )
jack? ( media-sound/jack-audio-connection-kit
${_GTK_DEPEND}
media-libs/libsndfile )"
DEPEND=${RDEPEND}
S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
src_configure() {
econf \
--disable-profile \
--enable-release \
--disable-autocflags \
--enable-undenormal \
$(use_enable threads pthread) \
$(use_enable forcefpu) \
--disable-force3dnow \
$(use_enable 3dnow) \
$(use_enable sse) \
$(use_enable sse2) \
$(use_enable sse3) \
$(use_enable sse4) \
$(use_enable avx) \
--disable-fma \
--disable-fma4 \
$(use_enable openmp omp) \
--disable-sample \
$(use_enable jack) \
$(use_enable audacious) \
--disable-srcnewcoeffs \
$(use_enable plugdouble) \
--disable-pluginit \
|| die "econf failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc ChangeLog README || die 'dodoc failed'
if use audacious ; then
find "${D}/usr/$(get_libdir)/audacious/" -name '*.la' -print -delete || die
fi
insinto /usr/share/${PN}/samples/IR
doins samples/IR/*.wav || die
}

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

Loading…
Cancel
Save