Sync with portage [Mon Aug 27 11:00:31 MSK 2012].

mhiretskiy
root 12 years ago
parent f4c48183d4
commit 354e6f0c12

@ -0,0 +1,8 @@
--- usr/bin/SpiderOak.orig 2012-08-26 08:10:42.387011624 +0200
+++ usr/bin/SpiderOak 2012-08-26 08:10:48.899956298 +0200
@@ -5,4 +5,4 @@
QT_PLUGIN_PATH= ; export QT_PLUGIN_PATH
SpiderOak_EXEC_SCRIPT=$(cd `dirname $0` ; pwd)/SpiderOak
export SpiderOak_EXEC_SCRIPT
-exec "/opt/SpiderOak/SpiderOak" "$@"
+exec "/opt/SpiderOak/SpiderOak" --headless "$@"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/spideroak-bin-4.7.9948.ebuild,v 1.1 2012/08/16 03:27:11 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/spideroak-bin-4.7.9948.ebuild,v 1.2 2012/08/27 01:46:36 blueness Exp $
EAPI="4"
@ -67,7 +67,7 @@ src_unpack() {
src_prepare() {
epatch "${FILESDIR}"/${PF}-opt-path.patch
use headless && epatch "${FILESDIR}"/headless.patch
use headless && epatch "${FILESDIR}"/${PF}-headless.patch
# Remove bundled libraries/plugins/python interpreter. Please keep this
# mapping in sync with the RDEPEND system-libs? ( atoms ) above, and the

@ -1,3 +1,4 @@
DIST phoronix-test-suite-2.8.1.tar.gz 465548 SHA256 395a21147c735b8e8b44294d9d541cf04ddeacaccb711b863f6410c8705e2ab9 SHA512 8e2e18467ace84631b21dfd86ffc75657929160700fcc94b9812ee2ff219506c08a6d78826a52340a7e8bb6585426b807bf1149203b3d9f27b2cee828daebfd8 WHIRLPOOL c6905dad94fb5ad891ad0d8fb126465d168636b4134e2098704edf650adc8b41c8b645efbfe66b4ca0db8876a94561789e2ad4ce9edaf4e7a0fc19a6bda7a70a
DIST phoronix-test-suite-3.2.1.tar.gz 399167 SHA256 b5c8d35ece50450e5b50e67d3f6bd67cb41821d5e181551a514344afa9b25962 SHA512 2f96e81212d920466ca1edb6f9f43ddc60b68519d62f6441c8c163b769c7bb87110eee47ee3370e010d0868a0fc23d01bdbed8c3a51e8f17d87b2e773f12e002 WHIRLPOOL 13f95c22c01350362b6cad71c411eb0f5a553fa897dc0f52c7ff00f9da824d27ec3430f0901204e2f5ec3fb963351f6e3045512f3cf1fac5ec1decab52e8062d
DIST phoronix-test-suite-3.8.0.tar.gz 471257 SHA256 951ed041dcf06178b4eb92535b4a6d5c97d62415c85af0feb04a0db3cbb342fb SHA512 74c55145d9fd87c0463307c43f23dee5432193699cb665046b9ccc5c711cef89f9967ca1fa4c6ab236424621e14926e6b7b0e5692829d9efadb8fe3f722713dd WHIRLPOOL c2b94cfaf2b81ae5ec581f1b542c59cc38f37ea5e8aec220fc3aa762ba9e6ca0462290c8293365942d8f37a3262fc812965565778d368ee9c8ab2fc4f172c5da
DIST phoronix-test-suite-4.0.1.tar.gz 492587 SHA256 2dd463dbaad8763b73170e94f4ecd3c9b9578ad5d3a67ca82855ab0509a5c90a SHA512 4f56edde1bf097d5f04edd5c7576df0403859e6a9c0b9d034381bb2c4a7a40ccd5e465af45ec523ebc5568052147f4770fdf449ae084c000fd4de6597005a4a7 WHIRLPOOL 7ce3f91d9f7282b4d158c81baac4e3e2794bdbdc33169d4741659169fcd4ba1b85784e365e9e4d9b106a541ee4f3a9eb44661c4fa55e973fe9ced6bc78dfa70c

@ -0,0 +1,110 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/phoronix-test-suite/phoronix-test-suite-4.0.1.ebuild,v 1.1 2012/08/27 03:35:48 patrick Exp $
EAPI=4
inherit eutils bash-completion
DESCRIPTION="Phoronix's comprehensive, cross-platform testing and benchmark suite"
HOMEPAGE="http://www.phoronix-test-suite.com"
SRC_URI="http://www.phoronix-test-suite.com/download.php?file=${P} -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
# php 5.3 doesn't have pcre and reflection useflags anymore
RDEPEND="dev-lang/php[cli,curl,gd,json,posix,pcntl,truetype,zip]
dev-php/pecl-ps"
S="${WORKDIR}/${PN}"
src_prepare() {
sed -i -e "s,export PTS_DIR=\`pwd\`,export PTS_DIR=\"/usr/share/${PN}\"," \
phoronix-test-suite
}
src_configure() {
:
}
src_compile() {
:
}
src_install() {
dodir /usr/share/${PN}
insinto /usr/share/${PN}
doman documentation/man-pages/phoronix-test-suite.1
dodoc AUTHORS CHANGE-LOG
dohtml -r documentation/
doicon pts-core/static/images/phoronix-test-suite.png
doicon pts-core/static/images/openbenchmarking.png
domenu pts-core/static/phoronix-test-suite.desktop
rm -f pts-core/static/phoronix-test-suite.desktop
doins -r pts-core
exeinto /usr/bin
doexe phoronix-test-suite
fperms a+x /usr/share/${PN}/pts-core/static/scripts/root-access.sh
fperms a+x /usr/share/${PN}/pts-core/external-test-dependencies/scripts/install-gentoo-packages.sh
dobashcompletion pts-core/static/bash_completion ${PN}
# Need to fix the cli-php config for downloading to work. Very naughty!
local slots
local slot
if [[ "x${PHP_TARGETS}" == "x" ]] ; then
ewarn
ewarn "PHP_TARGETS seems empty, php.ini file can't be configure."
ewarn "Make sure that PHP_TARGETS in /etc/make.conf is set."
ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
ewarn "for downloading to work properly."
ewarn
else
for slot in ${PHP_TARGETS}; do
slots+=" ${slot/-/.}"
done
fi
for slot in ${slots}; do
local PHP_INI_FILE="/etc/php/cli-${slot}/php.ini"
if [[ -f ${PHP_INI_FILE} ]] ; then
dodir $(dirname ${PHP_INI_FILE})
cp ${PHP_INI_FILE} "${D}${PHP_INI_FILE}"
sed -e 's|^allow_url_fopen .*|allow_url_fopen = On|g' -i "${D}${PHP_INI_FILE}"
else
if [[ "x$(eselect php show cli)" == "x${slot}" ]] ; then
ewarn
ewarn "${slot} hasn't a php.ini file."
ewarn "phoronix-test-suite needs the 'allow_url_fopen' option set to \"On\""
ewarn "for downloading to work properly."
ewarn "Check that your PHP_INI_VERSION is set during ${slot} merge"
ewarn
else
elog
elog "${slot} hasn't a php.ini file."
elog "phoronix-test-suite may need the 'allow_url_fopen' option set to \"On\""
elog "for downloading to work properly if you switch to ${slot}"
elog "Check that your PHP_INI_VERSION is set during ${slot} merge"
elog
fi
fi
done
ewarn
ewarn "If you upgrade from phoronix-test-suite-2*, you should reinstall all"
ewarn "your tests because"
ewarn " \$HOME/.phoronix-test-suite/installed-tests/\$TEST_NAME/"
ewarn "moves to"
ewarn " \$HOME/.phoronix-test-suite/installed-tests/pts/\$TEST_NAME-\$TEST_VERSION/"
ewarn "in phoronix-test-suite-3* version. The \$TEST_VERSION can be find in"
ewarn "pts-install.xml file."
ewarn
}

@ -1 +1,2 @@
DIST gpa-0.9.1_pre20100416.tar.bz2 974400 SHA256 89ff78e01f78865dfec6af38f6035d235707b326e394d4b55239393ea3ed8cf1 SHA512 a7247334b052ff29965e10f80c29dd2f1ec104281a225dcbef7c43c8bbb32a927bce8dd65d80e99bbfb379e682720ab0c81b293ff2d11576add802d4c4dace09 WHIRLPOOL 5cc89e87296978f036efa4c2ed71c068b70c5db7f1b6baba63d02cef2abdb8b63852c774b9e28c33db55e4d4d91c09c056596b58baf3da8ba95a16c5c36ccf1c
DIST gpa-0.9.3.tar.bz2 711197 SHA256 9c5b67a562d2831689d4659cf377fb4db521f55f08ba6e0bd47b88e69d70c014 SHA512 8b0df54c27f739425390484e596ae8b306f96ded8bbd2dc6fc4608a9fd10e2a5bea273d1691fc8c39ea147359874fcd7f8b4101aaf4b8dfc0de226239468ba10 WHIRLPOOL 5e93bbd698bfc43696250bdb16346339297bd2d6137299500264c68e7ef7b27c2b4fd612f79fe82bda01b4a1d5b994ffc1d16b042a4d4ed97ddb75f4f0ab4438

@ -1,24 +0,0 @@
--- gpa.desktop 2010-04-16 16:00:00.000000000 -0400
+++ gpa.desktop.new 2010-12-10 08:46:13.000000000 -0500
@@ -1,13 +1,12 @@
[Desktop Entry]
-Name=gpa
-Name[sv]=gpa
-Name[en_US.ISO8859-1]=gpa
-GenericName=GNU Privacy Assistant
-GenericName[sv]=GNU Integritets-hjälpreda
-GenericName[en_US.ISO8859-1]=GNU Privacy Assistant
+Name=GNU Privacy Assistant
+Name[sv]=GNU Integritets-hjälpreda
+Name[en_US.ISO8859-1]=GNU Privacy Assistant
+GenericName=Cryptographic Keyring Manager
+GenericName[sv]=Cryptographic Nyckelring Manager
+GenericName[en_US.ISO8859-1]=Cryptographic Keyring Manager
Exec=gpa
-Icon=gpa.png
+Icon=gpa
Terminal=false
-Encoding=UTF-8
Type=Application
-Categories=GTK;Application;Security;Utility;
+Categories=GTK;Utility;System;Security;

@ -1,59 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/gpa-0.9.1_pre20100416-r1.ebuild,v 1.3 2012/05/03 18:16:38 jdhore Exp $
EAPI="3"
inherit autotools eutils multilib
DESCRIPTION="The GNU Privacy Assistant (GPA) is a graphical user interface for GnuPG"
HOMEPAGE="http://gpa.wald.intevation.org"
#STUPID_NUM="603"
#SRC_URI="http://wald.intevation.org/frs/download.php/${STUPID_NUM}/${P}.tar.bz2"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="nls"
RDEPEND=">=x11-libs/gtk+-2.10.0:2
>=dev-libs/libgpg-error-1.4
>=dev-libs/libassuan-1.1.0
>=app-crypt/gnupg-2
>=app-crypt/gpgme-1.2.0"
DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )"
src_prepare() {
epatch "${FILESDIR}"/${PN}-desktop-file-validate-new.patch
local x=/usr/share/gettext/po/Makefile.in.in
[[ -e $x ]] && cp -f $x po/ #323743
sed -e "s|gnupg/:|:|g" -i configure.ac || die
eautoreconf
}
src_configure() {
local myconf
# By default gnupg puts gpgkeys_hkp in /usr/libexec/gnupg, so
# check if it is in uncommon /usr/lib/gnupg, and change libexecdir
# if so. If we do not do this, hkp server types is not usable,
# as gpa cannot find gpgkeys_hkp ...
[[ -f /usr/lib/gnupg/gpgkeys_hkp ]] && myconf="--libexecdir=/usr/$(get_libdir)"
econf \
--with-gpgme-prefix=/usr \
--with-libassuan-prefix=/usr \
$(use_enable nls) \
${myconf}
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README NEWS TODO || die
}

@ -0,0 +1,36 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/gpa-0.9.3.ebuild,v 1.1 2012/08/27 01:52:43 flameeyes Exp $
EAPI=4
DESCRIPTION="The GNU Privacy Assistant (GPA) is a graphical user interface for GnuPG"
HOMEPAGE="http://gpa.wald.intevation.org"
SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="nls"
RDEPEND=">=x11-libs/gtk+-2.10.0:2
>=dev-libs/libgpg-error-1.4
>=dev-libs/libassuan-1.1.0
>=app-crypt/gnupg-2
>=app-crypt/gpgme-1.2.0"
DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )"
src_configure() {
# force --libexecdir so that it doesn't expand to
# ${exec_prefix}/libexec instead.
econf \
--libexecdir=/usr/libexec \
--with-gpgme-prefix=/usr \
--with-libassuan-prefix=/usr \
$(use_enable nls) \
${myconf}
}
DOCS=( AUTHORS ChangeLog README NEWS TODO )

@ -1,4 +1,5 @@
DIST libvirt-0.10.0-rc1.tar.gz 21190904 SHA256 ab931d28c479375a54f2708329a90e2b4c56d3006bfcac2bd031edcff0a5f194 SHA512 938e14ba70342cbc6e52cdc617fdebf068bff3ab7d7f9b30c8e90b8ba34ff3b028a826b0b989e88de6b235aca00b761764433abf4327c08477fae41112f04d7a WHIRLPOOL 82042c7e987e53166a3fb46a4c6a672f0a026bec59cb5694a96eb327c04d55b51459416b2e1d566af23aa9fb732d000370ded80e89788b74cb022c031cac12b0
DIST libvirt-0.10.0-rc2.tar.gz 21231742 SHA256 87028ea696428f54fd836ab6b298a42dfb005390d4a5078dea9127a275000fee SHA512 de3fc39019c4064f58bddb2e82e296efec521b002637d60c84ad8044fd95fc81eeed7a2ca6a14682b50fb0fc7b0e5bd9357eda6d5d0c4e4ee75cacd4f822c29b WHIRLPOOL faebd8b79b5a39ee90c2af62e73b3ecc40ff99e0cfae2268197a493fc1ba02d504552b83c681c795966cdf287fb0d10e7dd979f5173fad540010a7cd6e53a0c5
DIST libvirt-0.9.11.4.tar.gz 19684316 SHA256 f3e16a62dff9720e1541da5561f448853e9821baa4622a0064dc28589eebed45 SHA512 c26d0cc376b18a887fdc76b93b767c3171ca9e5e1ad3d682f73a44c1c51c59cc17772d1fac01b7d6c950c6362202b54dd457ccf04e2c3467e4b1caa44e793f5e WHIRLPOOL 1315f4d04100ae0bc4a52b79b43c90809fee23a574c3b8f7e35b40d0cb3ae160026057e174ab97c28c5fedb06bd4f509f5a1a6269ac037b9fcb48cb1bb91927d
DIST libvirt-0.9.11.5.tar.gz 19746828 SHA256 4c8a36861d0f24bf40971b2a932a5e9b42c25bec80ee98db9ca723e1990548b6 SHA512 9a9b77ffa78fc468b8f1a2ab2cc882b64ccb8ad43c0cf9f11029553d5962e18955d81f15f00b57237f1d0f38e3810d76ee1ca2e08141fdd35969c83138768d7f WHIRLPOOL 9c4ca67d1350bed4bbb112ee2489a23a418c98ad8fe25ad86bc39964faa30abf564eac92a8c32983ae7774b9598d7da37e888a0c4eae9877e018bfea9744ae37
DIST libvirt-0.9.12.tar.gz 20054618 SHA256 298ffc7f2a6d6e78aae46f11a0980f4bc17fa2928f5de6cd9e8abaf5990336e7 SHA512 6a3eac6c5373c81530ef01d4991a2795776934ef434667c6ddeb991587c9f0bb4a712f14e2f1ea2bd373dc2b4994ec0c46b8807fd209b607960a22dcce2d32ae WHIRLPOOL 2899f0668f3b6f456cbfc74c182848c0c32c7614db2d04e9099f6510556b0816372c0dde531bc7a300065bbaebf2d4dfb06041b2078b06fb4bbf0a17b8662444

@ -0,0 +1,386 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.10.0_rc2.ebuild,v 1.1 2012/08/27 04:42:00 cardoe Exp $
EAPI=4
#BACKPORTS=1
AUTOTOOLIZE=yes
MY_P="${P/_rc/-rc}"
PYTHON_DEPEND="python? 2:2.5"
#RESTRICT_PYTHON_ABIS="3.*"
#SUPPORT_PYTHON_ABIS="1"
inherit eutils python user autotools linux-info
if [[ ${PV} = *9999* ]]; then
inherit git-2
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}-bp-${BACKPORTS}.tar.xz}"
KEYWORDS="~amd64 ~x86"
fi
S="${WORKDIR}/${P%_rc*}"
DESCRIPTION="C toolkit to manipulate virtual machines"
HOMEPAGE="http://www.libvirt.org/"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="audit avahi +caps debug iscsi +libvirtd lvm +lxc +macvtap nfs \
nls numa openvz parted pcap phyp policykit python qemu rbd sasl \
selinux +udev uml +vepa virtualbox virt-network xen elibc_glibc"
REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
lxc? ( caps libvirtd )
openvz? ( libvirtd )
qemu? ( libvirtd )
uml? ( libvirtd )
vepa? ( macvtap )
virtualbox? ( libvirtd )
xen? ( libvirtd )"
# gettext.sh command is used by the libvirt command wrappers, and it's
# non-optional, so put it into RDEPEND.
# We can use both libnl:1.1 and libnl:3, but if you have both installed, the
# package will use 3 by default. Since we don't have slot pinning in an API,
# we must go with the most recent
RDEPEND="sys-libs/readline
sys-libs/ncurses
>=net-misc/curl-7.18.0
dev-libs/libgcrypt
>=dev-libs/libxml2-2.7.6
dev-libs/libnl:3
>=net-libs/gnutls-1.0.25
sys-apps/dmidecode
>=sys-apps/util-linux-2.17
sys-devel/gettext
>=net-analyzer/netcat6-1.0-r2
app-misc/scrub
audit? ( sys-process/audit )
avahi? ( >=net-dns/avahi-0.6[dbus] )
caps? ( sys-libs/libcap-ng )
iscsi? ( sys-block/open-iscsi )
lxc? ( sys-power/pm-utils )
lvm? ( >=sys-fs/lvm2-2.02.48-r2 )
nfs? ( net-fs/nfs-utils )
numa? (
>sys-process/numactl-2.0.2
sys-process/numad
)
openvz? ( sys-kernel/openvz-sources )
parted? (
>=sys-block/parted-1.8[device-mapper]
sys-fs/lvm2
)
pcap? ( >=net-libs/libpcap-1.0.0 )
phyp? ( net-libs/libssh2 )
policykit? ( >=sys-auth/polkit-0.9 )
qemu? (
|| ( app-emulation/qemu-kvm >=app-emulation/qemu-0.10.0 )
dev-libs/yajl
sys-power/pm-utils
)
rbd? ( sys-cluster/ceph )
sasl? ( dev-libs/cyrus-sasl )
selinux? ( >=sys-libs/libselinux-2.0.85 )
virtualbox? ( || ( app-emulation/virtualbox >=app-emulation/virtualbox-bin-2.2.0 ) )
xen? ( app-emulation/xen-tools app-emulation/xen )
udev? ( >=sys-fs/udev-145 >=x11-libs/libpciaccess-0.10.9 )
virt-network? ( net-dns/dnsmasq
>=net-firewall/iptables-1.4.10
net-firewall/ebtables
sys-apps/iproute2[-minimal] )
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
=dev-lang/python-2*"
LXC_CONFIG_CHECK="
~CGROUPS
~CGROUP_FREEZER
~CGROUP_DEVICE
~CPUSETS
~CGROUP_CPUACCT
~RESOURCE_COUNTERS
~CGROUP_MEM_RES_CTLR
~CGROUP_SCHED
~BLK_CGROUP
~NAMESPACES
~UTS_NS
~IPC_NS
~PID_NS
~NET_NS
~DEVPTS_MULTIPLE_INSTANCES
~VETH
~MACVLAN
~POSIX_MQUEUE
~!GRKERNSEC_CHROOT_MOUNT
~!GRKERNSEC_CHROOT_DOUBLE
~!GRKERNSEC_CHROOT_PIVOT
~!GRKERNSEC_CHROOT_CHMOD
~!GRKERNSEC_CHROOT_CAPS
"
VIRTNET_CONFIG_CHECK="
~BRIDGE_NF_EBTABLES
~NETFILTER_ADVANCED
~NETFILTER_XT_TARGET_CHECKSUM
"
MACVTAP_CONFIG_CHECK="~MACVTAP"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
enewgroup qemu 77
enewuser qemu 77 -1 -1 qemu kvm
# Some people used the masked ebuild which was not adding the qemu
# user to the kvm group originally. This results in VMs failing to
# start for some users. bug #430808
egetent group kvm | grep -q qemu
if [[ $? -ne 0 ]]; then
gpasswd -a qemu kvm
fi
CONFIG_CHECK=""
use lxc && CONFIG_CHECK+="${LXC_CONFIG_CHECK}"
kernel_is lt 3 5 && use lxc && CONFIG_CHECK+=" ~USER_NS"
use macvtap && CONFIG_CHECK+="${MACVTAP}"
use virt-network && CONFIG_CHECK+="${VIRTNET_CONFIG_CHECK}"
if [[ -n ${CONFIG_CHECK} ]]; then
linux-info_pkg_setup
fi
}
src_prepare() {
[[ -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
./bootstrap || die "bootstrap failed"
(
git submodule status | sed 's/^[ +-]//;s/ .*//'
git hash-object bootstrap.conf
) >.git-module-status
fi
epatch_user
[[ -n ${AUTOTOOLIZE} ]] && eautoreconf
}
src_configure() {
local myconf=""
myconf="${myconf} $(use_enable debug)"
## enable/disable daemon, otherwise client only utils
myconf="${myconf} $(use_with libvirtd)"
## enable/disable the daemon using avahi to find VMs
myconf="${myconf} $(use_with avahi)"
## hypervisors on the local host
myconf="${myconf} $(use_with xen) $(use_with xen xen-inotify)"
# leave it automagic as it depends on the version of xen used.
use xen || myconf+=" --without-libxl"
use xen || myconf+=" --without-xenapi"
myconf="${myconf} $(use_with openvz)"
myconf="${myconf} $(use_with lxc)"
if use virtualbox && has_version app-emulation/virtualbox-ose; then
myconf="${myconf} --with-vbox=/usr/lib/virtualbox-ose/"
else
myconf="${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"
## 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)"
# udev for device support details
myconf="${myconf} $(use_with udev)"
# linux capability support so we don't need privileged accounts
myconf="${myconf} $(use_with caps capng)"
## auth stuff
myconf="${myconf} $(use_with policykit polkit)"
myconf="${myconf} $(use_with sasl)"
# network bits
myconf="${myconf} $(use_with macvtap)"
myconf="${myconf} $(use_with pcap libpcap)"
myconf="${myconf} $(use_with vepa virtualport)"
## other
myconf="${myconf} $(use_enable nls)"
myconf="${myconf} $(use_with python)"
# user privilege bits fir qemu/kvm
if use caps; then
myconf="${myconf} --with-qemu-user=qemu"
myconf="${myconf} --with-qemu-group=qemu"
else
myconf="${myconf} --with-qemu-user=root"
myconf="${myconf} --with-qemu-group=root"
fi
# audit support
myconf="${myconf} $(use_with audit)"
## stuff we don't yet support
myconf="${myconf} --without-netcf"
# we use udev over hal
myconf="${myconf} --without-hal"
# locking support
myconf="${myconf} --without-sanlock"
# this is a nasty trick to work around the problem in bug
# #275073. The reason why we don't solve this properly is that
# it'll require us to rebuild autotools (and we don't really want
# to do that right now). The proper solution has been sent
# upstream and should hopefully land in 0.7.7, in the mean time,
# mime the same functionality with this.
case ${CHOST} in
*cygwin* | *mingw* )
;;
*)
ac_cv_prog_WINDRES=no
;;
esac
econf \
${myconf} \
--disable-static \
--docdir=/usr/share/doc/${PF} \
--with-remote \
--localstatedir=/var
if [[ ${PV} = *9999* ]]; then
# Restore gnulib's config.sub and config.guess
# bug #377279
(cd .gnulib && git reset --hard > /dev/null)
fi
}
src_test() {
# Explicitly allow parallel build of tests
HOME="${T}" emake check || die "tests failed"
}
src_install() {
emake install \
DESTDIR="${D}" \
HTML_DIR=/usr/share/doc/${PF}/html \
DOCS_DIR=/usr/share/doc/${PF}/python \
EXAMPLE_DIR=/usr/share/doc/${PF}/python/examples \
|| die "emake install failed"
find "${D}" -name '*.la' -delete || die
use libvirtd || return 0
# From here, only libvirtd-related instructions, be warned!
newinitd "${FILESDIR}/libvirtd.init-r8" libvirtd || die
newconfd "${FILESDIR}/libvirtd.confd-r3" libvirtd || die
keepdir /var/lib/libvirt/images
}
pkg_preinst() {
# we only ever want to generate this once
if [[ -e "${ROOT}"/etc/libvirt/qemu/networks/default.xml ]]; then
rm -rf "${D}"/etc/libvirt/qemu/networks/default.xml
fi
# We really don't want to use or support old PolicyKit cause it
# screws with the new polkit integration
if has_version sys-auth/policykit; then
rm -rf "${D}"/usr/share/PolicyKit/policy/org.libvirt.unix.policy
fi
# Only sysctl files ending in .conf work
mv "${D}"/etc/sysctl.d/libvirtd "${D}"/etc/sysctl.d/libvirtd.conf
}
pkg_postinst() {
use python && python_mod_optimize libvirt.py
# support for dropped privileges
if use qemu; then
fperms 0750 "${EROOT}/var/lib/libvirt/qemu"
fperms 0750 "${EROOT}/var/cache/libvirt/qemu"
fi
if use caps && use qemu; then
fowners -R qemu:qemu "${EROOT}/var/lib/libvirt/qemu"
fowners -R qemu:qemu "${EROOT}/var/cache/libvirt/qemu"
elif use qemu; then
fowners -R root:root "${EROOT}/var/lib/libvirt/qemu"
fowners -R root:root "${EROOT}/var/cache/libvirt/qemu"
fi
if ! use policykit; then
elog "To allow normal users to connect to libvirtd you must change the"
elog "unix sock group and/or perms in /etc/libvirt/libvirtd.conf"
fi
use libvirtd || return 0
# From here, only libvirtd-related instructions, be warned!
elog
elog "For the basic networking support (bridged and routed networks)"
elog "you don't need any extra software. For more complex network modes"
elog "including but not limited to NATed network, you can enable the"
elog "'virt-network' USE flag."
elog
if has_version net-dns/dnsmasq; then
ewarn "If you have a DNS server setup on your machine, you will have"
ewarn "to configure /etc/dnsmasq.conf to enable the following settings: "
ewarn " bind-interfaces"
ewarn " interface or except-interface"
ewarn
ewarn "Otherwise you might have issues with your existing DNS server."
fi
if use caps && use qemu; then
elog "libvirt will now start qemu/kvm VMs with non-root privileges."
elog "Ensure any resources your VMs use are accessible by qemu:qemu"
fi
}
pkg_postrm() {
use python && python_mod_cleanup libvirt.py
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/lockfile-progs/lockfile-progs-0.1.16.ebuild,v 1.5 2012/08/11 13:00:09 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/lockfile-progs/lockfile-progs-0.1.16.ebuild,v 1.6 2012/08/26 19:03:49 armin76 Exp $
EAPI="4"
@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ~mips ppc ~s390 ~sh ~sparc x86"
KEYWORDS="amd64 arm ~mips ppc s390 sh sparc x86"
IUSE=""
DEPEND="net-libs/liblockfile"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.6-r3.ebuild,v 1.10 2012/08/22 19:15:40 darkside Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.6-r3.ebuild,v 1.11 2012/08/26 19:01:24 armin76 Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@ -18,7 +18,7 @@ LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
# Note: argparse is provided in python 2.7 and 3.2 (Bug 346005)
# Note: dev-lang/python dependencies are so emerge will print a blocker if any

@ -1,3 +1 @@
DIST qpdf-2.3.1.tar.gz 4725246 SHA256 e1e687bbc0137e296c702daa5e2d804efce37c4edb48f2c27ae0dd0b43f99a40 SHA512 e184b8142252c961aadbfba460abe3a7dfdd89f56019512f7d1e9f5b09e6163a410c93302e43a1ad6cf2950dc6203fe4aec6b2bca7b71a89fedfd1367048e7ca WHIRLPOOL d67f292ecde3c1f29a526f3ee7867d4eb427f44e45c191d3fbe1219e9c0464b5902665ee93e46fbd36d938bc4c2093c6a563c5cf8878248bf0790fcffbbdb7c1
DIST qpdf-3.0.0.tar.gz 4837191 SHA256 f662e7e4526ab2e91ce3457c23550f5f519d6b11c2a41ac231284f38856ac7af SHA512 2a3ff3c115835336839281423c18dc249cb458391ace08fb8dee02b0f939dfad33746c5f55800b62dcb90e38a2cdf8704f23d32f381de09763ccddaeb015ce68 WHIRLPOOL 3fbc91405d8266d2058586c42f9bc8ba391d152c971921c96628e3cd3dd12d8aa5d8031f7f501798be0f226a9a7145cd31ce24b83d1e316563150dfaaecfe26b
DIST qpdf-3.0.1.tar.gz 4841926 SHA256 db65d6f4f0462d4793049afb7edf9ac9386fb8bdb51d10b5b88a004e1cc36bc6 SHA512 dcff4a66d8e7ca555ab59f5abba944a67a0d73dd32b48fcaf5152530750d7cff4d18bf9649a0b2057ab4cb0a85b20a5bb45b23c1c32a2038094094747e3a6834 WHIRLPOOL 82799491850cfb9e6a37e0b1447c90bd22a974a6b87c0e64271bc13d1b9bbd81a53ff0af86ba7aba01d744b2856e3741199b6f7e5ee324c213e120896823594f

@ -1,20 +0,0 @@
--- qpdf-2.3.1/include/qpdf/QPDFExc.hh
+++ qpdf-2.3.1/include/qpdf/QPDFExc.hh
@@ -11,6 +11,7 @@
#include <qpdf/DLL.h>
#include <qpdf/Constants.h>
#include <stdexcept>
+#include <unistd.h>
class QPDFExc: public std::runtime_error
{
--- qpdf-2.3.1/include/qpdf/QPDFObjectHandle.hh
+++ qpdf-2.3.1/include/qpdf/QPDFObjectHandle.hh
@@ -8,6 +8,7 @@
#ifndef __QPDFOBJECTHANDLE_HH__
#define __QPDFOBJECTHANDLE_HH__
+#include <unistd.h>
#include <string>
#include <vector>
#include <set>

@ -1,11 +0,0 @@
--- qpdf-2.3.1/libqpdf/PCRE.cc.orig
+++ qpdf-2.3.1/libqpdf/PCRE.cc
@@ -144,7 +144,7 @@
this->code = pcre_compile(pattern, options, &errptr, &erroffset, 0);
if (this->code)
{
- this->nbackrefs = pcre_info(this->code, 0, 0);
+ pcre_fullinfo(this->code, 0, PCRE_INFO_CAPTURECOUNT, &(this->nbackrefs));
}
else
{

@ -1,51 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/qpdf-2.3.1.ebuild,v 1.3 2012/05/23 01:14:06 radhermit Exp $
EAPI="4"
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"
KEYWORDS="~amd64 ~x86"
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
epatch "${FILESDIR}"/${P}-libpcre-8.30.patch
epatch "${FILESDIR}"/${P}-gcc47.patch
}
src_install() {
default
use static-libs || rm -f "${ED}"/usr/lib*/libqpdf.a
if use doc ; then
dodoc doc/qpdf-manual.pdf
dohtml doc/*
fi
if use examples ; then
dobin examples/build/.libs/*
fi
}

@ -1,50 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/qpdf-3.0.0.ebuild,v 1.1 2012/08/06 23:55:05 radhermit Exp $
EAPI="4"
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"
KEYWORDS="~amd64 ~x86"
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
}

@ -6,4 +6,5 @@ DIST xmlstarlet-1.0.6.tar.gz 378860 SHA256 183f5647d80c7fd956dda2a50350413660ca6
DIST xmlstarlet-1.2.0.tar.gz 382893 SHA256 4d24c042e5ba2ce526e0a0213490ea652590da57926828b418ae0d30a35248ef SHA512 d858858a3128a17121ac1c1bd941b1a0248c97c9f206ce19967ac73e3e191e9d481dc38e64453e7ec624e84901f57724802788ac97f9b53093ab01e1a4e34d22 WHIRLPOOL 50739814d560c9a2c663f4e4e51ad6c7236ecf9b009a35df51a1dc8575f30db44d8c508cba63a931b76da025494db2b8cf0778650c7ffa8e5a7024ca26dacb61
DIST xmlstarlet-1.2.1.tar.gz 383678 SHA256 ac63b75c6175d37f1097d1d9b257adffb7e004e3de536e47ce6478559bc07fe0 SHA512 34f11372feaabf30489464651b7f4664ce28e61d8729b162c91db8a9c53fac840277cec1db3e23e28168985458548238cc2af45d92c0191b645094938baf1dd0 WHIRLPOOL 8d2d36457b06a7c4679ad943dae8d1a834d15d7b5e5d9ba5a251763cdeb10f464d60dc9407e835a850ecdedf5230e7e83c00724a97c7cc852d1ccb004870b757
DIST xmlstarlet-1.3.0.tar.gz 385520 SHA256 81ebdcd81cd44f908d85fc5fb3acf9dd174eb48ef866f826fbd6afbf25f31343 SHA512 2d7f5e358e02616a603ead0ae1b66c7c4d3bb3930bc11dcd26142cf582a07eb6c2ffc7ea28fc939cd7ca144d47d6436920a7d21a1016ce26bdd7d9ae4a0ff3a6 WHIRLPOOL cd1a4f2181e8605c13e99f932fe9cddf105eca9e8f988b472fe47b0a1aa5c8ba331bb3cbedd0a71af9eee377c2d483f9953a9a5862b6f43e8aaf679746c352a6
DIST xmlstarlet-1.3.1.tar.gz 385752 SHA256 effe9aba3f8003d1da2b07aa54af4f3b5956bd09f061c499442415278425885b SHA512 617ab0f295e5414520d90dc6cbfe40c2ad084d0450fd1922a2b9467ed3be849e2f83c52a998a247eab78ddb2206b4ce35c7c0b1c40ce67c197e7a5dc23b34090 WHIRLPOOL 31c6e16d6d409d9acbe2ac8ce31827cf0916ef182741302c3c323e8f84a8a0ba5de2c28f95d1e732dd69a9ecbd2dca6636d3b75f6a9d94617ebfdfe98366384a
DIST xmlstarlet-1.3.1.tar.gz 385752 RMD160 6fc83601a28a1cfe78048b42edb79aeb222e030b SHA1 e78fe51bd2a420cd5ddcecf989d369745a8473d8 SHA256 effe9aba3f8003d1da2b07aa54af4f3b5956bd09f061c499442415278425885b
DIST xmlstarlet-1.4.0.tar.gz 401812 RMD160 cf1bc1fe9799e5248cd0904d26767e83a711a3e2 SHA1 8c0542c4978e43fb876f6671a786510aa5f544cf SHA256 abd29bcc826c3efb5e2dacd0378fc87457b1a37c5496cfad423cff740bf1feea

@ -0,0 +1,40 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/xmlstarlet-1.4.0.ebuild,v 1.1 2012/08/26 21:41:12 sping Exp $
EAPI="4"
DESCRIPTION="A set of tools to transform, query, validate, and edit XML documents"
HOMEPAGE="http://xmlstar.sourceforge.net/"
SRC_URI="mirror://sourceforge/xmlstar/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
RDEPEND=">=dev-libs/libxml2-2.6.27
>=dev-libs/libxslt-1.1.9
dev-libs/libgcrypt
virtual/libiconv"
DEPEND="${RDEPEND}
sys-apps/sed"
src_configure() {
# NOTE: Fully built documentation is already shipped with the tarball:
# - doc/xmlstarlet-ug.{pdf,ps,html}
# - doc/xmlstarlet.txt
# - doc/xmlstarlet.1
econf \
--disable-build-docs \
--disable-static-libs \
--disable-silent-rules
}
src_install() {
default
dosym xml /usr/bin/xmlstarlet
dohtml -r doc/*
}

@ -1,7 +1,3 @@
DIST mozart-1.3.2.20060615-doc.tar.gz 3890265 SHA256 b169418dd02fb6024d897778908928a6aa800e8ea96b6c76515b064bfac3b84e SHA512 6b9f25b453ca09fd5c9863296eee82317c5802ec6f0c47ae2b811dbadd666fa7bf160a520cb21232b464f263d5d63a2a89c7b7dbeff7c7dde86528b5a9a3906b WHIRLPOOL b7256a9530ea99c127a8642e5d7c25e384ba3b3f9e762fea61c7011380ec8d684442b668ca7c89e6131c69987ac3fae6e5e0cba29f8f97f750067b3c370fd55b
DIST mozart-1.3.2.20060615-src.tar.gz 10798680 SHA256 a09acd3365911348fd7b351d73ae1b2ad76ae96ffd335ee08746f5dcca3a55bf SHA512 74bf5d69ceefc2ceb897cf0f3343e1fb1616bdcd4aee23ecf7dc7aa94f9baeb93e6eac86fd602af523b814802eb6b7ab163cacdc0e23736c09be4f9709b29a8b WHIRLPOOL e5af79495d0f16bd3149c330aa64aab77595ea565c02855bd99bcb3fd609d1c823813225524c7d6ff0b4c446338df04e2f9ca79645636a4ae96400ac2666f544
DIST mozart-1.4.0-gentoo-patchset-1.tar.gz 6828 SHA256 df75d7c405316d1fd0a2e51b56a86fe54c3d70f440833e873f9f563dc7d1481e SHA512 4fe9632c92f3ac2f09d5162cab07e2fbb9e302c1a82818676cefb124d2e91e20e061009a88aa2f41fb12aafec9abca78cf5058f0c8f984715f364be418b113b6 WHIRLPOOL 059b953dee9304d08e2ebfb712e78c5014677463ce7376f3a9a6135d646d040395d36bd6253958b8dc6b81f51952977f63ea56555779f80fe8fb73be228d284f
DIST mozart-1.4.0-gentoo-patchset-2.tar.gz 24707 SHA256 1fce0b0f34935ee34190bf7840cb76c56ef0ac86347fa298db51d1f999934190 SHA512 952d57a48e6fed54f4e364b4c41795ac0ce7d790ae51a0ff18dbbbf1f92c27f3aea6ab7b7195a73e257da5789ac042ae0eaf58e0df14790eb305df7baf561a8d WHIRLPOOL 3e24e359c42b453bd1210792e1bef36c46df7452e211d91f611615887a2b41b97fd53407281cacc33b6fbd79189afbb0ca318962056f67ce0161641591c8a3b0
DIST mozart-1.4.0-gentoo-patchset-5.tar.gz 24700 SHA256 7ab555ea5345d6a2d5b89b4112fde11ef5be9e9bc9c05b1d84bb54d1f115993b SHA512 99db9bf62682fd306c4b665d99ab3b48a787c26230d5e8db2e3564684eff2e41ac0c6bb6a612afa0446555dcb1e419ae7ef1dbfec4c918d769d51dafeeee8462 WHIRLPOOL ef7c2974bc8ec03823c1432f56be6349991774a221bd1f278adf733e08b6d5cfe763d23d984f502070ab2afce7d7c805a15d073c0c1e302647d9d63cde126b43
DIST mozart-1.4.0.20080704-doc.tar.gz 4085020 SHA256 68c52cb7379504a5142af37459c89884355fb9cc020f585d7778e7d4b1f0cd9e SHA512 25f8f4b603ae7f4ef054a79a2baa4e10074f8a95f762b75fd88480526fb073b5b4874c269d116a960017a9e7ef989dd9f41853b0ff76e08b2cad2de2090c2eb4 WHIRLPOOL 1f05b48d9ad41006576a66fa5062116bb60bc02438a119ddfe334ff0da02fe8505dee8254db20ca2d02e713e02f8327188ded4b957ee7fec5b965375fe39d5c0
DIST mozart-1.4.0.20080704-src.tar.gz 11848201 SHA256 5da73d80b5aa7fa42edca64159a1a076323f090e5c548f3747f94d0afc60b223 SHA512 f1114662c8c603cc2ac530d4ea1d22a0581f6e1b4d5cb57ccf899b8051ea48dbcf2fa2b62173359a754367a5456a7cb121a208d6a246248207599b0470525229 WHIRLPOOL e96ff3688025cffb0c78f050f02421872f2119498943b5ebf5786e0886a13f264e0f637c6a41869b6e79ee10c6ed03c8dc55fe1775c5cf66d60fc9f5d09db742

@ -1,127 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.3.2-r1.ebuild,v 1.7 2012/03/18 15:41:16 armin76 Exp $
inherit elisp-common eutils
MY_P="mozart-${PV}.20060615"
DESCRIPTION="Mozart is an advanced development platform for intelligent, distributed applications"
HOMEPAGE="http://www.mozart-oz.org/"
SRC_URI="http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-15-tar/mozart-1.3.2.20060615-src.tar.gz
doc? ( http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-15-tar/mozart-1.3.2.20060615-doc.tar.gz )"
LICENSE="Mozart"
SLOT="0"
KEYWORDS="-amd64 ~ppc -ppc64 ~x86"
IUSE="doc emacs gdbm static tcl threads tk"
RDEPEND="dev-lang/perl
dev-libs/gmp
sys-libs/zlib
emacs? ( virtual/emacs )
gdbm? ( sys-libs/gdbm )
tcl? ( tk? (
dev-lang/tk
dev-lang/tcl ) )"
DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex"
SITEFILE=50${PN}-gentoo.el
S="${WORKDIR}"/${MY_P}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-portage.patch
epatch "${FILESDIR}"/${P}-contrib.patch
epatch "${FILESDIR}"/${P}-emubin.patch
epatch "${FILESDIR}"/${P}-gcc4.patch
epatch "${FILESDIR}"/${P}-const-cast.patch
epatch "${FILESDIR}"/${P}-nostrip.patch
epatch "${FILESDIR}"/${P}-ozplatform.patch
epatch "${FILESDIR}"/${P}-ri-fpe.patch
}
src_compile() {
local myconf="\
--without-global-oz \
--enable-opt=none"
if use tcl && use tk ; then
myconf="${myconf} --enable-wish"
else
myconf="${myconf} --disable-wish"
fi
econf \
${myconf} \
--enable-contrib \
--enable-contrib-regex \
--enable-contrib-os \
--enable-contrib-micq \
--enable-contrib-ri \
--enable-contrib-davinci \
--enable-contrib-reflect \
--enable-contrib-investigator \
--enable-contrib-fcp \
--enable-contrib-compat \
--enable-contrib-directory \
--disable-contrib-psql \
--disable-contrib-lp \
--disable-doc \
$(use_enable doc contrib-doc) \
$(use_enable gdbm contrib-gdbm) \
$(use_enable emacs compile-elisp) \
$(use_enable static link-static) \
$(use_enable threads threaded) \
|| die "econf failed"
emake bootstrap || die "emake bootstrap failed"
}
src_test() {
cd "${S}"/share/test
emake -j1 boot-oztest || die "emake boot-oztest failed"
emake -j1 boot-check || die "emake boot-check failed"
}
src_install() {
emake \
PREFIX="${D}"/usr/lib/mozart \
ELISPDIR="${D}${SITELISP}/${PN}" \
install || die "emake install failed"
dosym /usr/lib/mozart/bin/convertTextPickle /usr/bin/convertTextPickle
dosym /usr/lib/mozart/bin/oldpickle2text /usr/bin/oldpickle2text
dosym /usr/lib/mozart/bin/oz /usr/bin/oz
dosym /usr/lib/mozart/bin/ozc /usr/bin/ozc
dosym /usr/lib/mozart/bin/ozd /usr/bin/ozd
dosym /usr/lib/mozart/bin/ozengine /usr/bin/ozengine
dosym /usr/lib/mozart/bin/ozl /usr/bin/ozl
dosym /usr/lib/mozart/bin/oztool /usr/bin/oztool
dosym /usr/lib/mozart/bin/pickle2text /usr/bin/pickle2text
dosym /usr/lib/mozart/bin/text2pickle /usr/bin/text2pickle
if use emacs; then
elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
|| die "elisp-site-file-install failed"
fi
if use doc ; then
dohtml -r "${WORKDIR}"/mozart/doc/*
fi
dodoc README
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,116 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.3.2.ebuild,v 1.16 2012/03/18 15:41:16 armin76 Exp $
inherit elisp-common eutils
MY_P="mozart-${PV}.20060615"
DESCRIPTION="Mozart is an advanced development platform for intelligent, distributed applications"
HOMEPAGE="http://www.mozart-oz.org/"
SRC_URI="http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-15-tar/mozart-1.3.2.20060615-src.tar.gz
doc? ( http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-15-tar/mozart-1.3.2.20060615-doc.tar.gz )"
LICENSE="Mozart"
SLOT="0"
KEYWORDS="-amd64 ppc -ppc64 x86"
IUSE="doc emacs gdbm static tcl threads tk"
RDEPEND="dev-lang/perl
dev-libs/gmp
sys-libs/zlib
emacs? ( virtual/emacs )
gdbm? ( sys-libs/gdbm )
tcl? ( tk? (
dev-lang/tk
dev-lang/tcl ) )"
DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex"
SITEFILE=50${PN}-gentoo.el
S="${WORKDIR}"/${MY_P}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-portage.patch
epatch "${FILESDIR}"/${P}-contrib.patch
epatch "${FILESDIR}"/${P}-emubin.patch
epatch "${FILESDIR}"/${P}-gcc4.patch
epatch "${FILESDIR}"/${P}-const-cast.patch
epatch "${FILESDIR}"/${P}-nostrip.patch
epatch "${FILESDIR}"/${P}-ozplatform.patch
epatch "${FILESDIR}"/${P}-ri-fpe.patch
}
src_compile() {
local myconf="\
--without-global-oz \
--enable-opt=none"
if use tcl && use tk ; then
myconf="${myconf} --enable-wish"
else
myconf="${myconf} --disable-wish"
fi
econf \
${myconf} \
--enable-contrib \
--enable-contrib-regex \
--enable-contrib-os \
--enable-contrib-micq \
--enable-contrib-ri \
--enable-contrib-davinci \
--enable-contrib-reflect \
--enable-contrib-investigator \
--enable-contrib-fcp \
--enable-contrib-compat \
--enable-contrib-directory \
--disable-contrib-psql \
--disable-contrib-lp \
--disable-doc \
$(use_enable doc contrib-doc) \
$(use_enable gdbm contrib-gdbm) \
$(use_enable emacs compile-elisp) \
$(use_enable static link-static) \
$(use_enable threads threaded) \
|| die "econf failed"
emake -j1 bootstrap || die "emake bootstrap failed"
}
src_test() {
cd "${S}"/share/test
emake -j1 boot-oztest || die "emake boot-oztest failed"
emake -j1 boot-check || die "emake boot-check failed"
}
src_install() {
emake -j1 \
PREFIX="${D}"/usr/lib/mozart \
BINDIR="${D}"/usr/bin \
ELISPDIR="${D}${SITELISP}/${PN}" \
install || die "emake install failed"
if use emacs; then
elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
|| die "elisp-site-file-install failed"
fi
if use doc ; then
dohtml -r "${WORKDIR}"/mozart/doc/*
fi
dodoc README
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,116 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.4.0-r1.ebuild,v 1.2 2012/03/18 15:41:16 armin76 Exp $
EAPI="2"
inherit elisp-common eutils
PATCHSET_VER="2"
MY_P="mozart-${PV}.20080704"
DESCRIPTION="Mozart is an advanced development platform for intelligent, distributed applications"
HOMEPAGE="http://www.mozart-oz.org/"
SRC_URI="http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-src.tar.gz
mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz
doc? ( http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-doc.tar.gz )"
LICENSE="Mozart"
SLOT="0"
KEYWORDS="-amd64 ~ppc -ppc64 ~x86"
IUSE="doc emacs gdbm static tcl threads tk"
RDEPEND="dev-lang/perl
dev-libs/gmp
sys-libs/zlib
emacs? ( virtual/emacs )
gdbm? ( sys-libs/gdbm )
tcl? ( tk? (
dev-lang/tk
dev-lang/tcl ) )"
DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex"
SITEFILE=50${PN}-gentoo.el
S="${WORKDIR}"/${MY_P}
src_prepare() {
EPATCH_FORCE=yes
EPATCH_SUFFIX=patch
epatch "${WORKDIR}"/${PV}
}
src_configure() {
local myconf="\
--without-global-oz \
--enable-opt=none"
if use tcl && use tk ; then
myconf="${myconf} --enable-wish"
else
myconf="${myconf} --disable-wish"
fi
econf \
${myconf} \
--disable-doc \
--enable-contrib \
--disable-contrib-micq \
$(use_enable doc contrib-doc) \
$(use_enable gdbm contrib-gdbm) \
$(use_enable tk contrib-tk) \
$(use_enable emacs compile-elisp) \
$(use_enable static link-static) \
$(use_enable threads threaded)
}
src_compile() {
emake bootstrap || die "emake bootstrap failed"
}
src_test() {
# Mozart tests must be run single-threaded
cd "${S}"/share/test
emake -j1 boot-oztest || die "emake boot-oztest failed"
emake -j1 boot-check || die "emake boot-check failed"
}
src_install() {
emake \
PREFIX="${D}"/usr/lib/mozart \
ELISPDIR="${D}${SITELISP}/${PN}" \
install || die "emake install failed"
dosym /usr/lib/mozart/bin/convertTextPickle /usr/bin/convertTextPickle || die
dosym /usr/lib/mozart/bin/oldpickle2text /usr/bin/oldpickle2text || die
dosym /usr/lib/mozart/bin/ozc /usr/bin/ozc || die
dosym /usr/lib/mozart/bin/ozd /usr/bin/ozd || die
dosym /usr/lib/mozart/bin/ozengine /usr/bin/ozengine || die
dosym /usr/lib/mozart/bin/ozl /usr/bin/ozl || die
dosym /usr/lib/mozart/bin/ozplatform /usr/bin/ozplatform || die
dosym /usr/lib/mozart/bin/oztool /usr/bin/oztool || die
dosym /usr/lib/mozart/bin/pickle2text /usr/bin/pickle2text || die
dosym /usr/lib/mozart/bin/text2pickle /usr/bin/text2pickle || die
if use emacs; then
dosym /usr/lib/mozart/bin/oz /usr/bin/oz || die
elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
|| die "elisp-site-file-install failed"
fi
if use doc ; then
dohtml -r "${WORKDIR}"/mozart/doc/* || die
fi
dodoc README || die
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,114 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.4.0.ebuild,v 1.13 2012/03/18 15:41:16 armin76 Exp $
inherit elisp-common eutils
PATCHSET_VER="1"
MY_P="mozart-${PV}.20080704"
DESCRIPTION="Mozart is an advanced development platform for intelligent, distributed applications"
HOMEPAGE="http://www.mozart-oz.org/"
SRC_URI="http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-src.tar.gz
mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz
doc? ( http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-doc.tar.gz )"
LICENSE="Mozart"
SLOT="0"
KEYWORDS="-amd64 ~ppc -ppc64 ~x86"
IUSE="doc emacs gdbm static tcl threads tk"
RDEPEND="dev-lang/perl
dev-libs/gmp
sys-libs/zlib
emacs? ( virtual/emacs )
gdbm? ( sys-libs/gdbm )
tcl? ( tk? (
dev-lang/tk
dev-lang/tcl ) )"
DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex"
SITEFILE=50${PN}-gentoo.el
S="${WORKDIR}"/${MY_P}
src_unpack() {
unpack ${A}
EPATCH_FORCE=yes
EPATCH_SUFFIX=patch
epatch "${WORKDIR}"/${PV}
}
src_compile() {
local myconf="\
--without-global-oz \
--enable-opt=none"
if use tcl && use tk ; then
myconf="${myconf} --enable-wish"
else
myconf="${myconf} --disable-wish"
fi
econf \
${myconf} \
--disable-doc \
--enable-contrib \
--disable-contrib-micq \
$(use_enable doc contrib-doc) \
$(use_enable gdbm contrib-gdbm) \
$(use_enable tk contrib-tk) \
$(use_enable emacs compile-elisp) \
$(use_enable static link-static) \
$(use_enable threads threaded)
emake bootstrap || die "emake bootstrap failed"
}
src_test() {
# Mozart tests must be run single-threaded
cd "${S}"/share/test
emake -j1 boot-oztest || die "emake boot-oztest failed"
emake -j1 boot-check || die "emake boot-check failed"
}
src_install() {
emake \
PREFIX="${D}"/usr/lib/mozart \
ELISPDIR="${D}${SITELISP}/${PN}" \
install || die "emake install failed"
dosym /usr/lib/mozart/bin/convertTextPickle /usr/bin/convertTextPickle || die
dosym /usr/lib/mozart/bin/oldpickle2text /usr/bin/oldpickle2text || die
dosym /usr/lib/mozart/bin/oz /usr/bin/oz || die
dosym /usr/lib/mozart/bin/ozc /usr/bin/ozc || die
dosym /usr/lib/mozart/bin/ozd /usr/bin/ozd || die
dosym /usr/lib/mozart/bin/ozengine /usr/bin/ozengine || die
dosym /usr/lib/mozart/bin/ozl /usr/bin/ozl || die
dosym /usr/lib/mozart/bin/ozplatform /usr/bin/ozplatform || die
dosym /usr/lib/mozart/bin/oztool /usr/bin/oztool || die
dosym /usr/lib/mozart/bin/pickle2text /usr/bin/pickle2text || die
dosym /usr/lib/mozart/bin/text2pickle /usr/bin/text2pickle || die
if use emacs; then
elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
|| die "elisp-site-file-install failed"
fi
if use doc ; then
dohtml -r "${WORKDIR}"/mozart/doc/* || die
fi
dodoc README || die
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/opensc-0.12.2-r1.ebuild,v 1.3 2012/06/24 08:18:12 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/opensc-0.12.2-r2.ebuild,v 1.1 2012/08/26 23:40:02 flameeyes Exp $
EAPI="4"
EAPI=4
inherit eutils autotools
@ -63,6 +63,7 @@ src_configure() {
$(use_enable openct) \
$(use_enable readline) \
$(use_enable zlib) \
$(use_enable ssl openssl) \
${myconf}
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.4.3.ebuild,v 1.1 2012/08/24 08:06:08 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.4.3.ebuild,v 1.2 2012/08/27 04:23:50 patrick Exp $
EAPI="4"
PYTHON_DEPEND="2:2.5"
@ -30,11 +30,6 @@ DEPEND="${RDEPEND}
PYTHON_MODULES="fabfile fabric"
src_prepare() {
use doc &&
epatch "${FILESDIR}"/${P}-git_tags_docs.patch
}
src_compile() {
distutils_src_compile

@ -1,2 +1,3 @@
DIST libnatpmp-20110715.tar.gz 17943 SHA256 853364242b2ad21ada841de484ad702f609d822690816a0c04a324f5963bed58 SHA512 7314be4660b68d9f312ac68238434a9ac587a9fce665c29df140300dea9ff8c056622ffccb5010ec7e024d1fa3652123a2c3a2f8c0bbbfeb76db76496e2324ec WHIRLPOOL 67a82b657afb312c396f7d743813fa449b25cfebe85a85014e8aaa25c7828bae09b9c79c44b65e34f1fe4c4ec763f7bc9c2675f88e0cb8872aed0e4c0a88d845
DIST libnatpmp-20110808.tar.gz 17762 SHA256 2c306719c8f77027c51161e90fb7fa72e1eb22475288ea6867a133316e944a69 SHA512 1bb4304319a0570602f19e4bf5ea42505de259f4f9d659ffc3f54faf67717e2e28563a50b747556bf5ee279fed6fe92ee798cddec233b7d3b97f3aad697729e2 WHIRLPOOL 2751ba8322e6c5f0b518aed544995d5e138b6f2d05772234783afdd828c18d26c63e1aeac166a8dac8615201243c977b2601da2064c0b41c46256a7e10fac578
DIST libnatpmp-20120821.tar.gz 17832 SHA256 5b265b3ce5d6d05a33be43aab8f64b0f34a2cc0b01500e63fe167c7f9f44d2b8 SHA512 2f3edaa3db8e7382cc9a622f35965a45ebbe75666d42584521c7fa71cae9b31b8fdc5304bbdf4dd7fc64df3d7bbe03e1606782c9bfb5f008bc7edde040168ef2 WHIRLPOOL 03cf9b8938c5ee5cdf4b0288e7bca993e669a4ae89cee122757639dd5c142e4d57eecc8f946f339206fae96826a67149fbde5ef36dfeea3bbb7a57931245af5a

@ -0,0 +1,29 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/libnatpmp/libnatpmp-20120821.ebuild,v 1.1 2012/08/27 00:50:36 blueness Exp $
EAPI=3
PYTHON_DEPEND=2
RESTRICT_PYTHON_ABIS="3.*"
inherit eutils distutils
DESCRIPTION="Python module for libnatpmp, an alternative protocol to UPnP IGD."
HOMEPAGE="http://miniupnp.free.fr/libnatpmp.html"
SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="=net-libs/${PF}"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/link-against-system-lib.patch
distutils_src_prepare
#These are installed by net-libs/libnatpmp
rm -f Changelog.txt README || die
}

@ -1,7 +1,3 @@
DIST minitest-1.5.0.gem 22016 SHA256 f34df58fdac0a9be80733151d94ee0e6d5483ab2a6eeec3915be5a9c54729d34 SHA512 53053d9cf63497c393936d9413844557611a259684707f1e4126afea849ed0679813a9a3f2fb3d8e1f4a1e8300f5fd209edee71c84130e415d18e88fd0eac709 WHIRLPOOL 5c9363908eb56d8b5a87d308949f5ecbecc270ff20bb192c185ac69699d8d0363f19305b2d1a1edda556449002baa867abd524b32136ee68919e683b6b148ee0
DIST minitest-2.0.2.gem 33280 SHA256 c0ab2bb4358229f8174079fa741b96368f4602bea810f426cfe03f35e674e9f0 SHA512 d6d4eabca5ba000628c546c2922a37e60185dd7cc2c9ec830eb94294ea5735c6059bbecb9c1e4dfdcd33ef9d36c0d141bb0507f8509a3ff45f70c32859ab586b WHIRLPOOL 69026b35d34a171b0b7c39550dd35916738eaa6876905c0d22ebc6c1cc13a2bbe90d98d8e6888ae4860b0afe0249deb106f0bc1f43c4e63f67361184c71ec981
DIST minitest-2.10.0.gem 45568 SHA256 bc3cf29b335655ce2c150e5dab44a701825a59f4dca0b6b4d5522673f81f14aa SHA512 2801374dbcfb6c8334441a71a0d7c9e7f5b681340f1e254f1804c382dfeadc42f7e883eb10a480d2aa159cd6b5d2e9f4cc017d186fd2aea6ce1dea2528df235a WHIRLPOOL bac16f653cdb750c120c95abcd19407c0ccb2e357baa4a688ca56e570a7a37d675754e61c514ebd0d1b287577974124415174b6add3f11324b08961200be6e4d
DIST minitest-2.12.0.gem 48128 SHA256 2374104eeeaa0bbee2793ba138dfac3cac12708e50d0db403d9d940fcac48f29 SHA512 acdaafb8164184b0d3cc8e506a3342ed416e4376171ff1c79244a7fa1b2ca2c7a9fb7a3468b3489d11ba6deb190c1b1a2aeead3ce81706adf21c86f06b33ddb9 WHIRLPOOL 9cd061420eb8218a023eebca783020d8c5e282790697ddf706deb4a785082fccbb4acd320a3b2b5a8efed3aeac1bbe2085f4025d88bf524f5150a3a9a59aa101
DIST minitest-2.12.1.gem 48128 SHA256 e370691de6026cd7c0f7a11d0942ee29502cbed4316983d52819484e2abc4e9c SHA512 38e9d8e962bfa32620d0fb6721b4e298ecf247c0931561c0538ce2bca9cd6c6c4207fdda34db67f06a8c6af0db620a06f90225659b30ed5eec93dd0afa0267b1 WHIRLPOOL 3d4cfc713a0bf4d43c80770ab7e4bf1f2bbffa2d7225dde52b53ca5d017ddca7ebe3e112136e7783f7622ff48dfa5fb644acd76fd41182e3d4374de976f0a0d1
DIST minitest-2.6.2.gem 42496 SHA256 967cde3179b1587be242d9d02ce37c8598c7ed1f4ed68c0ef7cfbefbcbbb5a06 SHA512 eced24a15a398ff3db41568838930366a71d0f5db363db845d450f255da93247191a74c35a3e50107c0a30162a434f4757357ffa6c0691f0c559d6931858ffb0 WHIRLPOOL 73d82e5a267a51d0e08e98ca7c4d871db4c26eb5f4a8283d485e569d0f63b331dde6c111792b402cc33ede0639057e85029dced91fb94dfbde3f21797859bb3c
DIST minitest-2.8.1.gem 43008 SHA256 1c265730228f63030c136058d6eb15b0bd05edd1e2f0daaf40dbebc4d187de02 SHA512 b08a2cc21cb8d779366964710097582d386bd9eb8d608c4609896f0d1fc2b98eacecdc4142d879c7256824b6c00972b2a2d8f77693d2fea1dea2b05dcd8d5fe4 WHIRLPOOL c394bc7400c97a6d22862740929e0f38e09e713e50f698dddd33f3585fac40345524d9a28cada79c1776f82bd1439cc1a74acf1403e32290c4ff5ddf86073e51

@ -1,30 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-1.5.0.ebuild,v 1.9 2010/09/29 21:39:47 ranger Exp $
EAPI=2
# jruby → tests fail, reported upstream
# http://rubyforge.org/tracker/index.php?func=detail&aid=27657&group_id=1040&atid=4097
USE_RUBY="ruby18 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
inherit ruby-fakegem
DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit."
HOMEPAGE="http://rubyforge.org/projects/bfts"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 hppa ia64 ~ppc ppc64 sparc x86"
IUSE=""
ruby_add_bdepend "
doc? ( dev-ruby/hoe )
test? (
virtual/ruby-test-unit
dev-ruby/hoe
)"

@ -1,41 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-2.0.2.ebuild,v 1.10 2011/07/10 22:23:02 halcy0n Exp $
EAPI=2
# jruby → tests fail, reported upstream
# http://rubyforge.org/tracker/index.php?func=detail&aid=27657&group_id=1040&atid=4097
USE_RUBY="ruby18 ree18 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
inherit ruby-fakegem
DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit."
HOMEPAGE="http://rubyforge.org/projects/bfts"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "
doc? ( dev-ruby/hoe )
test? (
virtual/ruby-test-unit
dev-ruby/hoe
)"
each_ruby_test() {
case ${RUBY} in
*jruby)
eqawarn "Skipping tests on JRuby, bug 321055."
;;
*)
each_fakegem_test
;;
esac
}

@ -1,51 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-2.10.0.ebuild,v 1.1 2012/01/15 12:51:55 graaff Exp $
EAPI=2
# jruby → tests fail, reported upstream
# http://rubyforge.org/tracker/index.php?func=detail&aid=27657&group_id=1040&atid=4097
USE_RUBY="ruby18 ruby19 ree18 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
inherit ruby-fakegem
DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit."
HOMEPAGE="https://github.com/seattlerb/minitest"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "
doc? ( dev-ruby/hoe dev-ruby/rdoc )
test? (
dev-ruby/rdoc
dev-ruby/hoe
)"
all_ruby_prepare() {
# Reported upstream: https://github.com/seattlerb/minitest/issues/78
sed -i -e 's:\[\\w\\/\]:[\\w\\/\\.-]:' test/metametameta.rb || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Remove failing tests. Upstream claims that these are all
# bugs in jruby. By removing the failing tests we can at
# least run the remainder. See bug 321055 for details.
rm -f test/test_minitest_unit.rb || die
# Our jruby throws a slightly different error
sed -i -e 's/not :xxx/not \\"xxx\\"/' test/test_minitest_spec.rb || die
;;
*)
;;
esac
}

@ -1,48 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-2.12.0.ebuild,v 1.1 2012/04/09 08:16:12 graaff Exp $
EAPI=2
# jruby → tests fail, reported upstream
# http://rubyforge.org/tracker/index.php?func=detail&aid=27657&group_id=1040&atid=4097
USE_RUBY="ruby18 ruby19 ree18 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
inherit ruby-fakegem
DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit."
HOMEPAGE="https://github.com/seattlerb/minitest"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "
doc? ( dev-ruby/hoe dev-ruby/rdoc )
test? (
dev-ruby/rdoc
dev-ruby/hoe
)"
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Remove failing tests. Upstream claims that these are all
# bugs in jruby. By removing the failing tests we can at
# least run the remainder. See bug 321055 for details.
rm -f test/test_minitest_unit.rb || die
# Also add minitest_mock since there are jruby-specific failures.
rm -f test/test_minitest_mock.rb || die
# Our jruby throws a slightly different error
sed -i -e 's/not :xxx/not \\"xxx\\"/' test/test_minitest_spec.rb || die
;;
*)
;;
esac
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgview/hgview-1.6.2-r1.ebuild,v 1.1 2012/08/25 10:03:54 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgview/hgview-1.6.2-r1.ebuild,v 1.2 2012/08/27 03:16:08 pesa Exp $
EAPI=4
@ -29,8 +29,8 @@ DEPEND="${RDEPEND}
app-text/xmlto
)"
# If this flag is not set, distutils.eclass won't pass
# any arguments to the "build" action in src_install()
# If this flag is not set, arguments are passed to the "build" command
# only for distutils_src_compile(), but not for distutils_src_install()
DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
PYTHON_MODNAME="hgext/hgview.py hgviewlib"

@ -1 +1 @@
DIST 41456-youtube-servicemenu-1.10a.tar.bz2 33617 RMD160 cd30e7c4c95bd688c25f252f5224001a265091d3 SHA1 3575dd94d5f3301aa0efb080498719f29401660d SHA256 63f32d3c5c92caa9f5f41eeb342ac5a41632b2ff856d22c72e316af527d00af4
DIST 41456-youtube-servicemenu-1.12a.tar.bz2 34134 SHA256 6777d2a920be28c18d0079cbba1711628ca3c3e2bab964d242910e1af49e9c3f SHA512 d40fca2a2370cfb59c3ad47e094a0ec5969c34eb9a20fad7c5dbaec189e5cae9139113cdbcb905dd518661b5553ab65e1ee7453790d039c45a067dfd130e71f6 WHIRLPOOL ed03ed0787662ab740da1e2f8b87841ed2fcf5f3b822df4b420c5251bb76d0c4c15a7268ff0d069ab805d198d48e5bf19e7d833e0b6fffea50291cb6a78f5a83

@ -0,0 +1,32 @@
--- youtube-servicemenu-1.12a/get_yt_video.desktop
+++ youtube-servicemenu-1.12a/get_yt_video.desktop
@@ -1,8 +1,9 @@
[Desktop Entry]
+Name=Youtube Service Menu
+Type=Service
ServiceTypes=text/html
-Actions=get_video;get_video_and_play;
+Actions=get-video;get-video-and-play;
Icon=video-x-generic
-Encoding=UTF-8
X-KDE-Submenu=Download &YouTube Video
X-KDE-Submenu[de]=&YouTube Video herunterladen
X-KDE-Submenu[el]=Λήψη του βίντεο από το YouTube
@@ -11,7 +12,7 @@
X-KDE-Submenu[sk]=Stiahnuť &YouTube video
X-KDE-Submenu[cs]=Stáhnout &YouTube video
-[Desktop Action get_video]
+[Desktop Action get-video]
Name=Download
Name[de]=Herunterladen
Name[el]=Λήψη
@@ -24,7 +25,7 @@
Icon=download
Exec=get_yt_video.py --format=ask %u
-[Desktop Action get_video_and_play]
+[Desktop Action get-video-and-play]
Name=Download and play
Name[de]=Herunterladen und abspielen
Name[el]=Λήψη και αναπαραγωγή

@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/youtube-servicemenu/youtube-servicemenu-1.10a.ebuild,v 1.1 2011/04/20 20:53:19 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-misc/youtube-servicemenu/youtube-servicemenu-1.12a.ebuild,v 1.1 2012/08/26 19:44:50 creffett Exp $
EAPI=3
EAPI=4
PYTHON_DEPEND="2"
inherit python
inherit python eutils
DESCRIPTION="Download YouTube (tm) Videos"
HOMEPAGE="http://www.kde-apps.org/content/show.php/Get+YouTube+Video+(improved)?content=41456"
@ -29,10 +29,12 @@ DEPEND="${RDEPEND}"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
python_convert_shebangs -r 2 .
epatch "${FILESDIR}/${P}-fixdesktop.patch"
}
src_install() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.1-r1.ebuild,v 1.3 2012/06/04 21:09:58 zmedico Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.1-r1.ebuild,v 1.4 2012/08/26 19:56:57 armin76 Exp $
EAPI=4
@ -20,7 +20,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz
LICENSE="IBM"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda"
DEPEND=">=dev-libs/libpcre-3.4

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.1-r2.ebuild,v 1.3 2012/06/04 21:09:58 zmedico Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.1-r2.ebuild,v 1.4 2012/08/26 19:56:57 armin76 Exp $
EAPI=4
@ -20,7 +20,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz
LICENSE="IBM"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda"
DEPEND=">=dev-libs/libpcre-3.4

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.1.ebuild,v 1.4 2012/06/04 21:09:58 zmedico Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.1.ebuild,v 1.5 2012/08/26 19:56:57 armin76 Exp $
EAPI=4
@ -20,7 +20,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz
LICENSE="IBM"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda"
DEPEND=">=dev-libs/libpcre-3.4

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.2.ebuild,v 1.3 2012/06/04 21:09:58 zmedico Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.2.ebuild,v 1.4 2012/08/26 19:56:57 armin76 Exp $
EAPI=4
@ -20,7 +20,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz
LICENSE="IBM"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda"
DEPEND=">=dev-libs/libpcre-3.4

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.3.ebuild,v 1.11 2012/08/26 18:22:54 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.3.ebuild,v 1.12 2012/08/26 19:56:57 armin76 Exp $
EAPI=4
@ -20,7 +20,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz
LICENSE="IBM"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd"
IUSE="+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda"
DEPEND=">=dev-libs/libpcre-3.4

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.4.ebuild,v 1.1 2012/08/02 14:02:39 eras Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.4.ebuild,v 1.2 2012/08/26 19:56:57 armin76 Exp $
EAPI=4
@ -20,7 +20,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz
LICENSE="IBM"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda"
DEPEND=">=dev-libs/libpcre-3.4

@ -1,2 +1 @@
DIST flickcurl-1.21.tar.gz 1787529 SHA256 8e0e4473f799fa7e24133cb325c9f35f8295bdf55d88e0e915e00bb13ffbafa9
DIST flickcurl-1.22.tar.gz 1821304 SHA256 3927f389ad10079d8011ad5a1d8f4d8e646a28294def64f60136777d2e826125 SHA512 d1aa164847647cdffb20d54f2664e151b377f268c32b1b654ce70efd357b8748fc62085ff429313fbd81304491f993e24d7e9fb512fb52c5907c7af8b647f56e WHIRLPOOL e6d4b3650599d261045efcab0369a50d489ea0e932620114614bf500e05b73d1f633fdb16f9ae4fd88908ecd7304f58f05ead2a9dc940e9f9d92b22b0b148606

@ -1,12 +0,0 @@
diff --git a/src/flickcurl_internal.h b/src/flickcurl_internal.h
index 0642edf..9fbde7b 100644
--- a/src/flickcurl_internal.h
+++ b/src/flickcurl_internal.h
@@ -24,7 +24,6 @@
#include <libxml/xpath.h>
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>

@ -1,58 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/flickcurl/flickcurl-1.21.ebuild,v 1.3 2012/05/05 08:02:39 jdhore Exp $
EAPI="4"
inherit autotools eutils
DESCRIPTION="C library for the Flickr API"
HOMEPAGE="http://librdf.org/flickcurl/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
# Regular tarball is missing a header file breaking non-raptor support
#SRC_URI="http://download.dajobe.org/flickcurl/${P}.tar.gz"
LICENSE="|| ( LGPL-2.1 GPL-2 Apache-2.0 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc raptor static-libs"
RDEPEND=">=net-misc/curl-7.10.0
>=dev-libs/libxml2-2.6.8:2
raptor? ( media-libs/raptor:2 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
if ! use doc ; then
# Only install html documentation when the use flag is enabled
sed -i -e '/gtk-doc.make/d' \
-e 's:+=:=:' docs/Makefile.am || die
else
# Install html docs in the correct directory
sed -i -e '/^TARGET_DIR/s:/$(DOC_MODULE)::' gtk-doc.make || die
fi
epatch "${FILESDIR}"/${P}-curl-headers.patch
eautoreconf
}
src_configure() {
local myconf
if use raptor ; then
myconf="--with-raptor=2"
else
myconf="--with-raptor=no"
fi
econf \
--with-html-dir=/usr/share/doc/${PF}/html \
$(use_enable static-libs static) \
${myconf}
}
src_install() {
default
find "${ED}" -name '*.la' -exec rm -f '{}' +
}

@ -1,9 +1,9 @@
DIST MesaLib-7.10.3.tar.bz2 6056837 SHA256 1e701fc839b872677ddca9ed8784d754c9da1fbeda98173980e06aa7df0e85c0
DIST MesaLib-7.10.3.tar.bz2 6056837 SHA256 1e701fc839b872677ddca9ed8784d754c9da1fbeda98173980e06aa7df0e85c0 SHA512 aa1f5f068b305fae5519e11cad2db9c6dc647d3122252bbcb210f13ac6ef1b667ae750344898bca7c5bfae94934db05eff915cb7417a59590e6d3ba230817aa8 WHIRLPOOL 5c2adda647936ed4163a4e4d5afad8344eb576712f9432f697aa0fc22ca17d7aaf0aeb6ad2d4e7e0825dc27cae570660332450778f8091e9b27aad2865c9b5fc
DIST MesaLib-7.11.2.tar.bz2 6257280 SHA256 57746aa8c60bc6f5596ec6c6c7274de40fa12edce5ec33fe899e704fa00b5357 SHA512 f9f93aeb5ba3e4f0cdd7041a7bba6cd18dd8f58446b796849f43c6037297011df826017c32e03f03c8527d4afd3b9096e9ae3cbfb3c86b4ad145c66867198c21 WHIRLPOOL 0cf1b328b95e4f09e549c8adb2f6dc67e36c48ef570c1a5fda73efad54b8327cbec896d67bd01838be8bba7274f32704feca3fde8bb68bf1141563d17e8be707
DIST MesaLib-7.11.tar.bz2 6559702 SHA256 f8bf37a00882840a3e3d327576bc26a79ae7f4e18fe1f7d5f17a5b1c80dd7acf SHA512 ba33d56b3e163eee896ac0036a4cd5209dfed3fa6bf6d47fd6f3b32b58d55417dc3ac50228909bee46bf0a4900565a86b46431ca89379f072212b025792a9acc WHIRLPOOL 3b81183d87ca1dda202655b3b6f0d699de5447a653d1e35cb89a5f5db0e6fa00a805cb018245b64510090b524b7c0a12f76f0fddd61e64e5caff3f61919bd369
DIST MesaLib-8.0.3.tar.bz2 5737289 SHA256 96812c59b0923314914185a2b064eb5245f1228a319c4db94835ce1c84da407f SHA512 915e662f31a0c28c9336537463577f01ed24ef9cd0bc439c946d5a49f52836c98544f470c0f77a35d215ed28b91e238ec57b9601cfc2672b6d7744f92336855a WHIRLPOOL e55f90255b8998dbc1984c270f0198874adc6396b0df816044bc4b4c60938d7f8ebc6fbf634efadcb733aabf48cdea2768a87d88242fd48c98ae757cd7507e11
DIST MesaLib-8.0.4.tar.bz2 5737052 SHA256 02ed19f4f5f6535dda03a9932a81438aa78ea723ebba1f39a3d49a70a4e1d07e SHA512 b7e8879e92252d0588d9eeeed904fd502ce1f48551b9a97f52aeb1318c79a80fab27504521107d61fbb5d986b2d778d89023a892baf9f1c5a5d2ee3746fefa57 WHIRLPOOL 5371a13e93e2d43264e2580e1e5e28ed85b6bfbdda9dd89104b1c18e62d35417e20b0ed8f13d8c54f58b83875fac9348d57f14ba08e4a88599e5fc0202502173
DIST mesa-7.10.1-gentoo-patches-01.tar.bz2 5488 SHA256 31cd4f6d1a0a70249c40452919074856d120cd473a01a8457e3dc147a1b622d8
DIST mesa-7.10.1-gentoo-patches-01.tar.bz2 5488 SHA256 31cd4f6d1a0a70249c40452919074856d120cd473a01a8457e3dc147a1b622d8 SHA512 c62b45b32e396e67f629003fc5242b7b4df054b8e20b5237489212bc4f0171534915a02fc9efa68965068121d10660b5cd92a419efabe33fd4596a97a39249c2 WHIRLPOOL 5f171959e3a31f5c38438b4806ce371bb8fdf1c7a87501865e4ed5d5ab284cda9568b7773005997d7a1cff151f95e64c027b36c0be48a4dd288a7ab8b5f69b97
DIST mesa-7.11.2-gentoo-patches-01.tar.bz2 4021 SHA256 e1e29d335f7e0c69824041a92b1815cd4e2defa4689285c86ea59d47a7ef407b SHA512 0dcd60bd40efa25c9895150b6c0230e6582ff42ba0bafae49290e170948ee99ff25be321e7d3d503b3f465eeedcd145fc46b312a54d9bc4d3577fd5e61c3439b WHIRLPOOL 8a4a5c250430ebc08d7081158c6cc41ea7b5718662ef0327e5829c2f26069be0bed7a0df12c82434c58d364926404c929ca9881847554b74906db195b12d6576
DIST mesa-8.0.3-gentoo-patches-02.tar.bz2 1858 SHA256 554e2f49ff4e33b4eb64c50d010f3be4ae302ab01af2794feff2ea73c0eb7104 SHA512 efe7212fed36143096b6eab0f99558361723023a99e6e37e2ca047fa18168c1d85ef614b5bcc55d259fa30d5468c322e7c1ecce28e5b28dc1585ee7badbd5ac4 WHIRLPOOL 3fda1876bbedcba2533176a931c8300681e34bc9b5555a53cef218f2db431a18ddb1d11a3bfd7497106107932c85ded40178e8a2dc5b9ccd03fb452b061028b5
DIST mesa-8.1_rc1_pre20120724.tar.xz 4871824 SHA256 d6cea776d7600a9c58334a78525f60956392d5c446a993bec9e9f63bc825c138 SHA512 457abe450e59649737e9c91fada18805f6789c86f49610d6b21102df6dca55976faaebfdd5078bff5017a5b52a532cfa79fec3cac2d7e17ac3162f5467d7a74c WHIRLPOOL f99984d215085119af9d6e889376228d73fa959e2191e884431ff0556d97cfe6521c82693c92d6fd155e73253f027978de8e08a96c6085728f3a132ec1c48dd6

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.3.ebuild,v 1.8 2012/07/12 17:05:34 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.3.ebuild,v 1.9 2012/08/26 20:18:24 armin76 Exp $
EAPI=4
@ -37,7 +37,7 @@ fi
# GLES[2]/gl[2]{,ext,platform}.h are SGI-B-2.0
LICENSE="MIT LGPL-3 SGI-B-2.0"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
INTEL_CARDS="i915 i965 intel"
RADEON_CARDS="r100 r200 r300 r600 radeon"

@ -1,3 +1,2 @@
DIST lilypond-2.14.2.tar.gz 15224418 SHA256 243a6b3845722a37083d73ed681e69ffde0b3b9c6158af20db3c0926dd982696 SHA512 e2d551eb8cfc08387519c7282c3813072da644c7e503461669fa79621af2805ac63b9924c7bb2894b2413f05e202b426d9ee0f6889e99287cc1941442342232a WHIRLPOOL 3b85ad14214726f13fe6ffda7a2ba42b10c079139c0c44ec380a8ec5c485966f88ba52184ad126957515948a6de77f884fe4e6be7696a39eec8b1aafd682ec05
DIST lilypond-2.15.42.tar.gz 15979924 SHA256 2d37a2342eaba2de0fe18c7ca85c33a1f865b199d1fcd90b27a2a5cc0276a232 SHA512 0a4bfc1e4600f1d690718ac85d2afd189fa78021bece59396a020b97795ef2910830003ab661e80848dc1b764fd29841b209c0f87e46b58bc6df29736fa22a00 WHIRLPOOL 8ea1350f7a867a9de0914c7c0a4644a34bf8eccb9ccf8af22d704b7f2fd04392606463ecf988e9db90a7fba4cb1a4cc74d817246048013eb45b9d898c25c5295
DIST lilypond-2.15.95.tar.gz 15983608 SHA256 fd05c59cd48ccefd22d17257fdd9e2ad9f80b0acf8af1c454c715e36728bccd3 SHA512 7791a5cb5dcedec661159c1b79d3bdbbc5dee8b8525590fdedd06e9527e4b4766b66ac555e4c22343bef8896caa8dc5bcec557eac24a3e74a5da620547c82811 WHIRLPOOL 905cfac0e71ae4d3b066d69fbee4b97b2dde46f4404f8ad74a4b8ded54c4bf1850db3e08ce0b61f66ee47261da60ac8c1330964e126e7b98f8df2b2df7ac4164
DIST lilypond-2.16.0.tar.gz 15994773 SHA256 ecd5b7a2da668c94de7757e366f34bdd5d49b89e9b40ce859174dd2a7edb163d SHA512 254ea1a1efbff2f5eb39f9007a27d57b8a43fc86278e28594541c3c2b47c7f0349c7f390c7789528f9531fc95a64010db7beb25390a0f884653287919e600dcc WHIRLPOOL 7ee02629edf0ade4105f52fa3fdbcdd4e8cd763027e6be2a9871fe59138db848af00fb5f143ad4855d6522b484a15c0bc51a7a5a849fd955ddec7979e7e9904d

@ -1,101 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.15.95.ebuild,v 1.1 2012/08/13 19:13:45 radhermit Exp $
EAPI="4"
PYTHON_DEPEND="2"
inherit elisp-common python autotools
DESCRIPTION="GNU Music Typesetter"
SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz"
HOMEPAGE="http://lilypond.org/"
SLOT="0"
LICENSE="GPL-3 FDL-1.3"
KEYWORDS="~amd64 ~hppa ~x86"
IUSE="debug emacs profile vim-syntax"
RDEPEND=">=app-text/ghostscript-gpl-8.15
>=dev-scheme/guile-1.8.2[deprecated,regex]
media-fonts/urw-fonts
media-libs/fontconfig
media-libs/freetype:2
>=x11-libs/pango-1.12.3
emacs? ( virtual/emacs )"
DEPEND="${RDEPEND}
app-text/t1utils
dev-lang/perl
dev-texlive/texlive-metapost
virtual/pkgconfig
media-gfx/fontforge
>=sys-apps/texinfo-4.11
>=sys-devel/bison-2.0
sys-devel/flex
sys-devel/gettext
sys-devel/make"
# Correct output data for tests isn't bundled with releases
RESTRICT="test"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
if ! use vim-syntax ; then
sed -i -e "s/vim//" GNUmakefile.in || die
fi
sed -i -e "s/OPTIMIZE -g/OPTIMIZE/" aclocal.m4 || die
eautoreconf
}
src_configure() {
# documentation generation currently not supported since it requires a newer
# version of texi2html than is currently in the tree
econf \
--with-ncsb-dir=/usr/share/fonts/urw-fonts \
--disable-documentation \
--disable-optimising \
--disable-pipe \
$(use_enable debug debugging) \
$(use_enable profile profiling)
}
src_compile() {
default
if use emacs ; then
elisp-compile elisp/lilypond-{font-lock,indent,mode,what-beat}.el \
|| die "elisp-compile failed"
fi
}
src_install () {
emake DESTDIR="${D}" vimdir=/usr/share/vim/vimfiles install
# remove elisp files since they are in the wrong directory
rm -r "${D}"/usr/share/emacs || die
if use emacs ; then
elisp-install ${PN} elisp/*.{el,elc} elisp/out/*.el \
|| die "elisp-install failed"
elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el
fi
python_convert_shebangs -r 2 "${D}"
dodoc AUTHORS.txt HACKING NEWS.txt README.txt THANKS
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.15.42.ebuild,v 1.1 2012/08/06 09:00:07 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.16.0.ebuild,v 1.1 2012/08/26 19:41:21 radhermit Exp $
EAPI="4"
PYTHON_DEPEND="2"

@ -1 +1 @@
Sun, 26 Aug 2012 19:07:41 +0000
Mon, 27 Aug 2012 06:07:26 +0000

@ -1 +1 @@
Sun, 26 Aug 2012 19:07:42 +0000
Mon, 27 Aug 2012 06:07:26 +0000

@ -10,4 +10,4 @@ RESTRICT=mirror strip
SLOT=0
SRC_URI=x86? ( https://spideroak.com/directdownload?platform=ubuntulucid&arch=i386&revision=9948 -> spideroak-bin-4.7.9948_x86.deb ) amd64? ( https://spideroak.com/directdownload?platform=ubuntulucid&arch=x86_64&revision=9948 -> spideroak-bin-4.7.9948_amd64.deb )
_eclasses_=eutils b8eb29e3c9c4e94c65da9ebec37902a9 multilib 564d80d2026ae9f1910d8da4ea211e91 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=73f52594b638768b32aa4fcaa47afca0
_md5_=ab0c581637fc3f53f5e66559b23f2502

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst prepare
DESCRIPTION=Phoronix's comprehensive, cross-platform testing and benchmark suite
EAPI=4
HOMEPAGE=http://www.phoronix-test-suite.com
IUSE=bash-completion
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
PDEPEND=bash-completion? ( app-shells/bash-completion )
RDEPEND=dev-lang/php[cli,curl,gd,json,posix,pcntl,truetype,zip] dev-php/pecl-ps bash-completion? ( app-admin/eselect )
SLOT=0
SRC_URI=http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-4.0.1 -> phoronix-test-suite-4.0.1.tar.gz
_eclasses_=bash-completion 003731da0df19d26955927bd534f3058 eutils b8eb29e3c9c4e94c65da9ebec37902a9 multilib 564d80d2026ae9f1910d8da4ea211e91 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=cd6533c3e88f165084bc82ce6076507e

@ -1,13 +0,0 @@
DEFINED_PHASES=configure install prepare
DEPEND=>=x11-libs/gtk+-2.10.0:2 >=dev-libs/libgpg-error-1.4 >=dev-libs/libassuan-1.1.0 >=app-crypt/gnupg-2 >=app-crypt/gpgme-1.2.0 virtual/pkgconfig nls? ( sys-devel/gettext ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=The GNU Privacy Assistant (GPA) is a graphical user interface for GnuPG
EAPI=3
HOMEPAGE=http://gpa.wald.intevation.org
IUSE=nls
KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86
LICENSE=GPL-3
RDEPEND=>=x11-libs/gtk+-2.10.0:2 >=dev-libs/libgpg-error-1.4 >=dev-libs/libassuan-1.1.0 >=app-crypt/gnupg-2 >=app-crypt/gpgme-1.2.0
SLOT=0
SRC_URI=mirror://gentoo/gpa-0.9.1_pre20100416.tar.bz2
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=fcaf9a11672b0f78ef493936c1e55eca

@ -0,0 +1,12 @@
DEFINED_PHASES=configure
DEPEND=>=x11-libs/gtk+-2.10.0:2 >=dev-libs/libgpg-error-1.4 >=dev-libs/libassuan-1.1.0 >=app-crypt/gnupg-2 >=app-crypt/gpgme-1.2.0 virtual/pkgconfig nls? ( sys-devel/gettext )
DESCRIPTION=The GNU Privacy Assistant (GPA) is a graphical user interface for GnuPG
EAPI=4
HOMEPAGE=http://gpa.wald.intevation.org
IUSE=nls
KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86
LICENSE=GPL-3
RDEPEND=>=x11-libs/gtk+-2.10.0:2 >=dev-libs/libgpg-error-1.4 >=dev-libs/libassuan-1.1.0 >=app-crypt/gnupg-2 >=app-crypt/gpgme-1.2.0
SLOT=0
SRC_URI=mirror://gnupg/gpa/gpa-0.9.3.tar.bz2
_md5_=b157d31da2e968dc0a7531fb55ba52ae

@ -0,0 +1,14 @@
DEFINED_PHASES=configure install postinst postrm preinst prepare setup test
DEPEND=sys-libs/readline sys-libs/ncurses >=net-misc/curl-7.18.0 dev-libs/libgcrypt >=dev-libs/libxml2-2.7.6 dev-libs/libnl:3 >=net-libs/gnutls-1.0.25 sys-apps/dmidecode >=sys-apps/util-linux-2.17 sys-devel/gettext >=net-analyzer/netcat6-1.0-r2 app-misc/scrub audit? ( sys-process/audit ) avahi? ( >=net-dns/avahi-0.6[dbus] ) caps? ( sys-libs/libcap-ng ) iscsi? ( sys-block/open-iscsi ) lxc? ( sys-power/pm-utils ) lvm? ( >=sys-fs/lvm2-2.02.48-r2 ) nfs? ( net-fs/nfs-utils ) numa? ( >sys-process/numactl-2.0.2 sys-process/numad ) openvz? ( sys-kernel/openvz-sources ) parted? ( >=sys-block/parted-1.8[device-mapper] sys-fs/lvm2 ) pcap? ( >=net-libs/libpcap-1.0.0 ) phyp? ( net-libs/libssh2 ) policykit? ( >=sys-auth/polkit-0.9 ) qemu? ( || ( app-emulation/qemu-kvm >=app-emulation/qemu-0.10.0 ) dev-libs/yajl sys-power/pm-utils ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) selinux? ( >=sys-libs/libselinux-2.0.85 ) virtualbox? ( || ( app-emulation/virtualbox >=app-emulation/virtualbox-bin-2.2.0 ) ) xen? ( app-emulation/xen-tools app-emulation/xen ) udev? ( >=sys-fs/udev-145 >=x11-libs/libpciaccess-0.10.9 ) virt-network? ( net-dns/dnsmasq >=net-firewall/iptables-1.4.10 net-firewall/ebtables sys-apps/iproute2[-minimal] ) elibc_glibc? ( || ( >=net-libs/libtirpc-0.2.2-r1 <sys-libs/glibc-2.14 ) ) virtual/pkgconfig app-text/xhtml1 =dev-lang/python-2* python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=C toolkit to manipulate virtual machines
EAPI=4
HOMEPAGE=http://www.libvirt.org/
IUSE=audit avahi +caps debug iscsi +libvirtd lvm +lxc +macvtap nfs nls numa openvz parted pcap phyp policykit python qemu rbd sasl selinux +udev uml +vepa virtualbox virt-network xen elibc_glibc
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=sys-libs/readline sys-libs/ncurses >=net-misc/curl-7.18.0 dev-libs/libgcrypt >=dev-libs/libxml2-2.7.6 dev-libs/libnl:3 >=net-libs/gnutls-1.0.25 sys-apps/dmidecode >=sys-apps/util-linux-2.17 sys-devel/gettext >=net-analyzer/netcat6-1.0-r2 app-misc/scrub audit? ( sys-process/audit ) avahi? ( >=net-dns/avahi-0.6[dbus] ) caps? ( sys-libs/libcap-ng ) iscsi? ( sys-block/open-iscsi ) lxc? ( sys-power/pm-utils ) lvm? ( >=sys-fs/lvm2-2.02.48-r2 ) nfs? ( net-fs/nfs-utils ) numa? ( >sys-process/numactl-2.0.2 sys-process/numad ) openvz? ( sys-kernel/openvz-sources ) parted? ( >=sys-block/parted-1.8[device-mapper] sys-fs/lvm2 ) pcap? ( >=net-libs/libpcap-1.0.0 ) phyp? ( net-libs/libssh2 ) policykit? ( >=sys-auth/polkit-0.9 ) qemu? ( || ( app-emulation/qemu-kvm >=app-emulation/qemu-0.10.0 ) dev-libs/yajl sys-power/pm-utils ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) selinux? ( >=sys-libs/libselinux-2.0.85 ) virtualbox? ( || ( app-emulation/virtualbox >=app-emulation/virtualbox-bin-2.2.0 ) ) xen? ( app-emulation/xen-tools app-emulation/xen ) udev? ( >=sys-fs/udev-145 >=x11-libs/libpciaccess-0.10.9 ) virt-network? ( net-dns/dnsmasq >=net-firewall/iptables-1.4.10 net-firewall/ebtables sys-apps/iproute2[-minimal] ) elibc_glibc? ( || ( >=net-libs/libtirpc-0.2.2-r1 <sys-libs/glibc-2.14 ) ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) )
REQUIRED_USE=libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) ) lxc? ( caps libvirtd ) openvz? ( libvirtd ) qemu? ( libvirtd ) uml? ( libvirtd ) vepa? ( macvtap ) virtualbox? ( libvirtd ) xen? ( libvirtd )
SLOT=0
SRC_URI=http://libvirt.org/sources/libvirt-0.10.0-rc2.tar.gz ftp://libvirt.org/libvirt/libvirt-0.10.0-rc2.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 libtool a83de71c2123161fc5a8323cb275f8e5 linux-info 0b7adf68a2edb4e5a32b07bb6e68121c multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python a0b470c1fca4658ffc97f0df0f25dcdc toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=56e8366cea4ccdd3a95908eb790cf5a7

@ -3,9 +3,9 @@ DEPEND=net-libs/liblockfile
DESCRIPTION=Programs to safely lock/unlock files and mailboxes
EAPI=4
HOMEPAGE=http://packages.debian.org/sid/lockfile-progs
KEYWORDS=amd64 arm ~mips ppc ~s390 ~sh ~sparc x86
KEYWORDS=amd64 arm ~mips ppc s390 sh sparc x86
LICENSE=GPL-2
RDEPEND=net-libs/liblockfile
SLOT=0
SRC_URI=mirror://debian/pool/main/l/lockfile-progs/lockfile-progs_0.1.16.tar.gz
_md5_=f5dcd127a6b9a4b611c7eafdc0fdf769
_md5_=d299faa32d924d0bf8c51c4fb545d8ff

@ -3,10 +3,10 @@ DEPEND=sys-apps/portage dev-lang/python[xml] dev-lang/python
DESCRIPTION=Collection of administration scripts for Gentoo
EAPI=3
HOMEPAGE=http://www.gentoo.org/proj/en/portage/tools/index.xml
KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=GPL-2
RDEPEND=sys-apps/portage >=dev-lang/python-2.6[xml] !>=dev-lang/python-2.6[-xml] !<=app-portage/gentoolkit-dev-0.2.7 dev-python/argparse || ( >=sys-apps/coreutils-8.15 app-misc/realpath sys-freebsd/freebsd-bin ) sys-apps/gawk sys-apps/grep dev-lang/python[xml] dev-lang/python
SLOT=0
SRC_URI=mirror://gentoo/gentoolkit-0.3.0.6.tar.gz
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils b8eb29e3c9c4e94c65da9ebec37902a9 multilib 564d80d2026ae9f1910d8da4ea211e91 python a0b470c1fca4658ffc97f0df0f25dcdc toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d0863ed6d668b61d1cad066e53b3abce
_md5_=a01fbe98d3237bc7096fcebb14a4c98f

@ -1,13 +0,0 @@
DEFINED_PHASES=install prepare
DEPEND=dev-libs/libpcre sys-libs/zlib >=dev-lang/perl-5.8 test? ( sys-apps/diffutils media-libs/tiff app-text/ghostscript-gpl )
DESCRIPTION=A command-line program that does structural, content-preserving transformations on PDF files
EAPI=4
HOMEPAGE=http://qpdf.sourceforge.net/
IUSE=doc examples static-libs test
KEYWORDS=~amd64 ~x86
LICENSE=Artistic-2
RDEPEND=dev-libs/libpcre sys-libs/zlib >=dev-lang/perl-5.8
SLOT=0
SRC_URI=mirror://sourceforge/qpdf/qpdf-2.3.1.tar.gz
_eclasses_=eutils b8eb29e3c9c4e94c65da9ebec37902a9 multilib 564d80d2026ae9f1910d8da4ea211e91 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a5ff5da1f958c5692094f6e78c92278a

@ -1,12 +0,0 @@
DEFINED_PHASES=configure install prepare
DEPEND=dev-libs/libpcre sys-libs/zlib >=dev-lang/perl-5.8 test? ( sys-apps/diffutils media-libs/tiff app-text/ghostscript-gpl )
DESCRIPTION=A command-line program that does structural, content-preserving transformations on PDF files
EAPI=4
HOMEPAGE=http://qpdf.sourceforge.net/
IUSE=doc examples static-libs test
KEYWORDS=~amd64 ~x86
LICENSE=Artistic-2
RDEPEND=dev-libs/libpcre sys-libs/zlib >=dev-lang/perl-5.8
SLOT=0
SRC_URI=mirror://sourceforge/qpdf/qpdf-3.0.0.tar.gz
_md5_=77f637ffc0b9aa6d2cfc783ecfa425dc

@ -0,0 +1,11 @@
DEFINED_PHASES=configure install
DEPEND=>=dev-libs/libxml2-2.6.27 >=dev-libs/libxslt-1.1.9 dev-libs/libgcrypt virtual/libiconv sys-apps/sed
DESCRIPTION=A set of tools to transform, query, validate, and edit XML documents
EAPI=4
HOMEPAGE=http://xmlstar.sourceforge.net/
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
LICENSE=MIT
RDEPEND=>=dev-libs/libxml2-2.6.27 >=dev-libs/libxslt-1.1.9 dev-libs/libgcrypt virtual/libiconv
SLOT=0
SRC_URI=mirror://sourceforge/xmlstar/xmlstarlet-1.4.0.tar.gz
_md5_=e22a5a115962e7f22d2b04eb5bcbf557

@ -1,12 +0,0 @@
DEFINED_PHASES=compile install postinst postrm test unpack
DEPEND=dev-lang/perl dev-libs/gmp sys-libs/zlib emacs? ( virtual/emacs ) gdbm? ( sys-libs/gdbm ) tcl? ( tk? ( dev-lang/tk dev-lang/tcl ) ) sys-devel/bison sys-devel/flex
DESCRIPTION=Mozart is an advanced development platform for intelligent, distributed applications
HOMEPAGE=http://www.mozart-oz.org/
IUSE=doc emacs gdbm static tcl threads tk
KEYWORDS=-amd64 ppc -ppc64 x86
LICENSE=Mozart
RDEPEND=dev-lang/perl dev-libs/gmp sys-libs/zlib emacs? ( virtual/emacs ) gdbm? ( sys-libs/gdbm ) tcl? ( tk? ( dev-lang/tk dev-lang/tcl ) )
SLOT=0
SRC_URI=http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-15-tar/mozart-1.3.2.20060615-src.tar.gz doc? ( http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-15-tar/mozart-1.3.2.20060615-doc.tar.gz )
_eclasses_=elisp-common 5785babccf9fc9be868981620c7940d3 eutils b8eb29e3c9c4e94c65da9ebec37902a9 multilib 564d80d2026ae9f1910d8da4ea211e91 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d9d5ae5430776c24d94fad65951e52c5

@ -1,12 +0,0 @@
DEFINED_PHASES=compile install postinst postrm test unpack
DEPEND=dev-lang/perl dev-libs/gmp sys-libs/zlib emacs? ( virtual/emacs ) gdbm? ( sys-libs/gdbm ) tcl? ( tk? ( dev-lang/tk dev-lang/tcl ) ) sys-devel/bison sys-devel/flex
DESCRIPTION=Mozart is an advanced development platform for intelligent, distributed applications
HOMEPAGE=http://www.mozart-oz.org/
IUSE=doc emacs gdbm static tcl threads tk
KEYWORDS=-amd64 ~ppc -ppc64 ~x86
LICENSE=Mozart
RDEPEND=dev-lang/perl dev-libs/gmp sys-libs/zlib emacs? ( virtual/emacs ) gdbm? ( sys-libs/gdbm ) tcl? ( tk? ( dev-lang/tk dev-lang/tcl ) )
SLOT=0
SRC_URI=http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-15-tar/mozart-1.3.2.20060615-src.tar.gz doc? ( http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-15-tar/mozart-1.3.2.20060615-doc.tar.gz )
_eclasses_=elisp-common 5785babccf9fc9be868981620c7940d3 eutils b8eb29e3c9c4e94c65da9ebec37902a9 multilib 564d80d2026ae9f1910d8da4ea211e91 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=db802de6f9be760922bf16c959b592ae

@ -1,12 +0,0 @@
DEFINED_PHASES=compile install postinst postrm test unpack
DEPEND=dev-lang/perl dev-libs/gmp sys-libs/zlib emacs? ( virtual/emacs ) gdbm? ( sys-libs/gdbm ) tcl? ( tk? ( dev-lang/tk dev-lang/tcl ) ) sys-devel/bison sys-devel/flex
DESCRIPTION=Mozart is an advanced development platform for intelligent, distributed applications
HOMEPAGE=http://www.mozart-oz.org/
IUSE=doc emacs gdbm static tcl threads tk
KEYWORDS=-amd64 ~ppc -ppc64 ~x86
LICENSE=Mozart
RDEPEND=dev-lang/perl dev-libs/gmp sys-libs/zlib emacs? ( virtual/emacs ) gdbm? ( sys-libs/gdbm ) tcl? ( tk? ( dev-lang/tk dev-lang/tcl ) )
SLOT=0
SRC_URI=http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-src.tar.gz mirror://gentoo/mozart-1.4.0-gentoo-patchset-1.tar.gz doc? ( http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-doc.tar.gz )
_eclasses_=elisp-common 5785babccf9fc9be868981620c7940d3 eutils b8eb29e3c9c4e94c65da9ebec37902a9 multilib 564d80d2026ae9f1910d8da4ea211e91 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=906d9ec59ea0f64c6e51444d46341091

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install postinst postrm prepare test
DEPEND=dev-lang/perl dev-libs/gmp sys-libs/zlib emacs? ( virtual/emacs ) gdbm? ( sys-libs/gdbm ) tcl? ( tk? ( dev-lang/tk dev-lang/tcl ) ) sys-devel/bison sys-devel/flex
DESCRIPTION=Mozart is an advanced development platform for intelligent, distributed applications
EAPI=2
HOMEPAGE=http://www.mozart-oz.org/
IUSE=doc emacs gdbm static tcl threads tk
KEYWORDS=-amd64 ~ppc -ppc64 ~x86
LICENSE=Mozart
RDEPEND=dev-lang/perl dev-libs/gmp sys-libs/zlib emacs? ( virtual/emacs ) gdbm? ( sys-libs/gdbm ) tcl? ( tk? ( dev-lang/tk dev-lang/tcl ) )
SLOT=0
SRC_URI=http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-src.tar.gz mirror://gentoo/mozart-1.4.0-gentoo-patchset-2.tar.gz doc? ( http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-doc.tar.gz )
_eclasses_=elisp-common 5785babccf9fc9be868981620c7940d3 eutils b8eb29e3c9c4e94c65da9ebec37902a9 multilib 564d80d2026ae9f1910d8da4ea211e91 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=025caae6de51bcedef556acca2aa051b

@ -11,4 +11,4 @@ REQUIRED_USE=pcsc-lite? ( !openct ) openct? ( !pcsc-lite )
SLOT=0
SRC_URI=http://www.opensc-project.org/files/opensc/opensc-0.12.2.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=15c8f3f60e394b1e1004d0de0a889822
_md5_=58013b0a554dc0e1364a6e4c64903f0e

@ -10,4 +10,4 @@ RDEPEND=>=dev-python/ssh-1.7.14 || ( =dev-lang/python-2.7* =dev-lang/python-2.6*
SLOT=0
SRC_URI=http://github.com/fabric/fabric/tarball/1.4.3 -> fabric-1.4.3.tar.gz
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils b8eb29e3c9c4e94c65da9ebec37902a9 multilib 564d80d2026ae9f1910d8da4ea211e91 python a0b470c1fca4658ffc97f0df0f25dcdc toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot 07df4a337a309c0aa605525027917677
_md5_=e7a62c744e97896ed26cf6a774d1e15d
_md5_=fa0dc147730b1b1d2ee1cc8e2dc518c9

@ -0,0 +1,12 @@
DEFINED_PHASES=compile install postinst postrm prepare
DEPEND==net-libs/libnatpmp-20120821 =dev-lang/python-2*
DESCRIPTION=Python module for libnatpmp, an alternative protocol to UPnP IGD.
EAPI=3
HOMEPAGE=http://miniupnp.free.fr/libnatpmp.html
KEYWORDS=~amd64 ~x86
LICENSE=BSD
RDEPEND==net-libs/libnatpmp-20120821 =dev-lang/python-2*
SLOT=0
SRC_URI=http://miniupnp.free.fr/files/download.php?file=libnatpmp-20120821.tar.gz -> libnatpmp-20120821.tar.gz
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils b8eb29e3c9c4e94c65da9ebec37902a9 multilib 564d80d2026ae9f1910d8da4ea211e91 python a0b470c1fca4658ffc97f0df0f25dcdc toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=6e7adf89de1866ec3200c9c50aa5946c

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=ruby_targets_ruby18? ( doc? ( dev-ruby/hoe[ruby_targets_ruby18] ) test? ( virtual/ruby-test-unit[ruby_targets_ruby18] dev-ruby/hoe[ruby_targets_ruby18] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/hoe[ruby_targets_jruby] ) test? ( virtual/ruby-test-unit[ruby_targets_jruby] dev-ruby/hoe[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
DESCRIPTION=minitest/unit is a small and fast replacement for ruby's huge and slow test/unit.
EAPI=2
HOMEPAGE=http://rubyforge.org/projects/bfts
IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_jruby doc test test
KEYWORDS=amd64 hppa ia64 ~ppc ppc64 sparc x86
LICENSE=MIT
RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
SLOT=0
SRC_URI=mirror://rubygems/minitest-1.5.0.gem
_eclasses_=eutils b8eb29e3c9c4e94c65da9ebec37902a9 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 564d80d2026ae9f1910d8da4ea211e91 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 11b7dd91b6b9c90989dcdba9ea5e9b12 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=6ae92d6de4f26b0e97cc885b67f556d2

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=ruby_targets_ruby18? ( doc? ( dev-ruby/hoe[ruby_targets_ruby18] ) test? ( virtual/ruby-test-unit[ruby_targets_ruby18] dev-ruby/hoe[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/hoe[ruby_targets_ree18] ) test? ( virtual/ruby-test-unit[ruby_targets_ree18] dev-ruby/hoe[ruby_targets_ree18] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/hoe[ruby_targets_jruby] ) test? ( virtual/ruby-test-unit[ruby_targets_jruby] dev-ruby/hoe[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
DESCRIPTION=minitest/unit is a small and fast replacement for ruby's huge and slow test/unit.
EAPI=2
HOMEPAGE=http://rubyforge.org/projects/bfts
IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_jruby doc test test
KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
LICENSE=MIT
RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
SLOT=0
SRC_URI=mirror://rubygems/minitest-2.0.2.gem
_eclasses_=eutils b8eb29e3c9c4e94c65da9ebec37902a9 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 564d80d2026ae9f1910d8da4ea211e91 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 11b7dd91b6b9c90989dcdba9ea5e9b12 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=ecd2cdc7ccef79da73a76f31bce906e8

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=ruby_targets_ruby18? ( doc? ( dev-ruby/hoe[ruby_targets_ruby18] dev-ruby/rdoc[ruby_targets_ruby18] ) test? ( dev-ruby/rdoc[ruby_targets_ruby18] dev-ruby/hoe[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/hoe[ruby_targets_ruby19] dev-ruby/rdoc[ruby_targets_ruby19] ) test? ( dev-ruby/rdoc[ruby_targets_ruby19] dev-ruby/hoe[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/hoe[ruby_targets_ree18] dev-ruby/rdoc[ruby_targets_ree18] ) test? ( dev-ruby/rdoc[ruby_targets_ree18] dev-ruby/hoe[ruby_targets_ree18] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/hoe[ruby_targets_jruby] dev-ruby/rdoc[ruby_targets_jruby] ) test? ( dev-ruby/rdoc[ruby_targets_jruby] dev-ruby/hoe[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
DESCRIPTION=minitest/unit is a small and fast replacement for ruby's huge and slow test/unit.
EAPI=2
HOMEPAGE=https://github.com/seattlerb/minitest
IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc test test
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=MIT
RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
SLOT=0
SRC_URI=mirror://rubygems/minitest-2.10.0.gem
_eclasses_=eutils b8eb29e3c9c4e94c65da9ebec37902a9 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 564d80d2026ae9f1910d8da4ea211e91 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 11b7dd91b6b9c90989dcdba9ea5e9b12 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=bf92396e0ef6a935d2aadbe92206e931

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=ruby_targets_ruby18? ( doc? ( dev-ruby/hoe[ruby_targets_ruby18] dev-ruby/rdoc[ruby_targets_ruby18] ) test? ( dev-ruby/rdoc[ruby_targets_ruby18] dev-ruby/hoe[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/hoe[ruby_targets_ruby19] dev-ruby/rdoc[ruby_targets_ruby19] ) test? ( dev-ruby/rdoc[ruby_targets_ruby19] dev-ruby/hoe[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/hoe[ruby_targets_ree18] dev-ruby/rdoc[ruby_targets_ree18] ) test? ( dev-ruby/rdoc[ruby_targets_ree18] dev-ruby/hoe[ruby_targets_ree18] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/hoe[ruby_targets_jruby] dev-ruby/rdoc[ruby_targets_jruby] ) test? ( dev-ruby/rdoc[ruby_targets_jruby] dev-ruby/hoe[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
DESCRIPTION=minitest/unit is a small and fast replacement for ruby's huge and slow test/unit.
EAPI=2
HOMEPAGE=https://github.com/seattlerb/minitest
IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc test test
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=MIT
RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
SLOT=0
SRC_URI=mirror://rubygems/minitest-2.12.0.gem
_eclasses_=eutils b8eb29e3c9c4e94c65da9ebec37902a9 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 564d80d2026ae9f1910d8da4ea211e91 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 11b7dd91b6b9c90989dcdba9ea5e9b12 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=6a7ae8597b0ecacc438a8e93614523d1

@ -10,4 +10,4 @@ RDEPEND=dev-python/docutils dev-python/PyQt4[X] dev-python/qscintilla-python dev
SLOT=0
SRC_URI=http://ftp.logilab.org/pub/hgview/hgview-1.6.2.tar.gz
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib 564d80d2026ae9f1910d8da4ea211e91 python a0b470c1fca4658ffc97f0df0f25dcdc toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142
_md5_=acd5ec2cf0b3f468d75edb60d109fdf4
_md5_=58ae2fec91c8c463daffd99cc8f7a3d9

@ -1,13 +1,13 @@
DEFINED_PHASES=install prepare setup
DEPEND=dev-python/lxml >=kde-base/konqueror-4.3.1 =dev-lang/python-2*
DESCRIPTION=Download YouTube (tm) Videos
EAPI=3
EAPI=4
HOMEPAGE=http://www.kde-apps.org/content/show.php/Get+YouTube+Video+(improved)?content=41456
IUSE=linguas_de linguas_el linguas_es linguas_ru linguas_sk linguas_uk
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=dev-python/lxml >=kde-base/konqueror-4.3.1 =dev-lang/python-2*
SLOT=4
SRC_URI=http://kde-apps.org/CONTENT/content-files/41456-youtube-servicemenu-1.10a.tar.bz2
_eclasses_=multilib 564d80d2026ae9f1910d8da4ea211e91 python a0b470c1fca4658ffc97f0df0f25dcdc toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142
_md5_=3050ab58233197b2b83987ea3c7c9692
SRC_URI=http://kde-apps.org/CONTENT/content-files/41456-youtube-servicemenu-1.12a.tar.bz2
_eclasses_=eutils b8eb29e3c9c4e94c65da9ebec37902a9 multilib 564d80d2026ae9f1910d8da4ea211e91 python a0b470c1fca4658ffc97f0df0f25dcdc toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e48f07468131b883df7fba9d3c8fed9a

@ -4,11 +4,11 @@ DESCRIPTION=A fast and secure drop-in replacement for sendmail.
EAPI=4
HOMEPAGE=http://www.postfix.org/
IUSE=+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda ssl
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
LICENSE=IBM
RDEPEND=>=dev-libs/libpcre-3.4 dev-lang/perl berkdb? ( >=sys-libs/db-3.2 ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) ) ldap? ( net-nds/openldap ) ldap-bind? ( net-nds/openldap[sasl] ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-0.9.6g ) dovecot-sasl? ( net-mail/dovecot ) memcached? ( net-misc/memcached ) net-mail/mailbase selinux? ( sec-policy/selinux-postfix ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/msmtp[mta] !mail-mta/nbsmtp !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/qmail-ldap !mail-mta/sendmail !<mail-mta/ssmtp-2.64-r2 !>=mail-mta/ssmtp-2.64-r2[mta] !net-mail/fastforward
REQUIRED_USE=ldap-bind? ( ldap sasl ) !vda
SLOT=0
SRC_URI=ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-2.9.1.tar.gz vda? ( http://vda.sourceforge.net/VDA/postfix-vda-v10-2.8.5.patch )
_eclasses_=eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f multilib 564d80d2026ae9f1910d8da4ea211e91 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 ssl-cert 7f678cd359743d336ecf3a6cc4ce1521 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=022da6034f4f760b04d6338e0cc0e23e
_md5_=135db4c0873db9dbaac3a4268ac02b8e

@ -4,11 +4,11 @@ DESCRIPTION=A fast and secure drop-in replacement for sendmail.
EAPI=4
HOMEPAGE=http://www.postfix.org/
IUSE=+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda ssl
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
LICENSE=IBM
RDEPEND=>=dev-libs/libpcre-3.4 dev-lang/perl berkdb? ( >=sys-libs/db-3.2 ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) ) ldap? ( net-nds/openldap ) ldap-bind? ( net-nds/openldap[sasl] ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-0.9.6g ) dovecot-sasl? ( net-mail/dovecot ) memcached? ( net-misc/memcached ) net-mail/mailbase selinux? ( sec-policy/selinux-postfix ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/msmtp[mta] !mail-mta/nbsmtp !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/qmail-ldap !mail-mta/sendmail !<mail-mta/ssmtp-2.64-r2 !>=mail-mta/ssmtp-2.64-r2[mta] !net-mail/fastforward
REQUIRED_USE=ldap-bind? ( ldap sasl ) !vda
SLOT=0
SRC_URI=ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-2.9.1.tar.gz vda? ( http://vda.sourceforge.net/VDA/postfix-vda-v10-2.8.8.patch )
_eclasses_=eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f multilib 564d80d2026ae9f1910d8da4ea211e91 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 ssl-cert 7f678cd359743d336ecf3a6cc4ce1521 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=d3cb91ceb27bdfa90b1e1d2772f892e4
_md5_=acf79d739f66c83c0704c1bda0138c28

@ -4,11 +4,11 @@ DESCRIPTION=A fast and secure drop-in replacement for sendmail.
EAPI=4
HOMEPAGE=http://www.postfix.org/
IUSE=+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda ssl
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
LICENSE=IBM
RDEPEND=>=dev-libs/libpcre-3.4 dev-lang/perl berkdb? ( >=sys-libs/db-3.2 ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) ) ldap? ( net-nds/openldap ) ldap-bind? ( net-nds/openldap[sasl] ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-0.9.6g ) dovecot-sasl? ( net-mail/dovecot ) memcached? ( net-misc/memcached ) net-mail/mailbase selinux? ( sec-policy/selinux-postfix ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/msmtp[mta] !mail-mta/nbsmtp !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/qmail-ldap !mail-mta/sendmail !<mail-mta/ssmtp-2.64-r2 !>=mail-mta/ssmtp-2.64-r2[mta] !net-mail/fastforward
REQUIRED_USE=ldap-bind? ( ldap sasl ) !vda
SLOT=0
SRC_URI=ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-2.9.1.tar.gz vda? ( http://vda.sourceforge.net/VDA/postfix-vda-v11-2.9.1.patch )
_eclasses_=eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f multilib 564d80d2026ae9f1910d8da4ea211e91 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 ssl-cert 7f678cd359743d336ecf3a6cc4ce1521 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=6cf16f00d50678556f0b1ab9d5b00daf
_md5_=8840d2cdd2797453bc652c681e7947a0

@ -4,11 +4,11 @@ DESCRIPTION=A fast and secure drop-in replacement for sendmail.
EAPI=4
HOMEPAGE=http://www.postfix.org/
IUSE=+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda ssl
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
LICENSE=IBM
RDEPEND=>=dev-libs/libpcre-3.4 dev-lang/perl berkdb? ( >=sys-libs/db-3.2 ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) ) ldap? ( net-nds/openldap ) ldap-bind? ( net-nds/openldap[sasl] ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-0.9.6g ) dovecot-sasl? ( net-mail/dovecot ) memcached? ( net-misc/memcached ) net-mail/mailbase selinux? ( sec-policy/selinux-postfix ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/msmtp[mta] !mail-mta/nbsmtp !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/qmail-ldap !mail-mta/sendmail !<mail-mta/ssmtp-2.64-r2 !>=mail-mta/ssmtp-2.64-r2[mta] !net-mail/fastforward
REQUIRED_USE=ldap-bind? ( ldap sasl ) !vda
SLOT=0
SRC_URI=ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-2.9.2.tar.gz vda? ( http://vda.sourceforge.net/VDA/postfix-vda-v11-2.9.1.patch )
_eclasses_=eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f multilib 564d80d2026ae9f1910d8da4ea211e91 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 ssl-cert 7f678cd359743d336ecf3a6cc4ce1521 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=06858c61e9de9a232adc0f9d7907bf15
_md5_=6da9ff25eea9692b813e55ffe9c09f28

@ -4,11 +4,11 @@ DESCRIPTION=A fast and secure drop-in replacement for sendmail.
EAPI=4
HOMEPAGE=http://www.postfix.org/
IUSE=+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda ssl
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd
LICENSE=IBM
RDEPEND=>=dev-libs/libpcre-3.4 dev-lang/perl berkdb? ( >=sys-libs/db-3.2 ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) ) ldap? ( net-nds/openldap ) ldap-bind? ( net-nds/openldap[sasl] ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-0.9.6g ) dovecot-sasl? ( net-mail/dovecot ) memcached? ( net-misc/memcached ) net-mail/mailbase selinux? ( sec-policy/selinux-postfix ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/msmtp[mta] !mail-mta/nbsmtp !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/qmail-ldap !mail-mta/sendmail !<mail-mta/ssmtp-2.64-r2 !>=mail-mta/ssmtp-2.64-r2[mta] !net-mail/fastforward
REQUIRED_USE=ldap-bind? ( ldap sasl )
SLOT=0
SRC_URI=ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-2.9.3.tar.gz vda? ( http://vda.sourceforge.net/VDA/postfix-vda-v11-2.9.1.patch )
_eclasses_=eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f multilib 564d80d2026ae9f1910d8da4ea211e91 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 ssl-cert 7f678cd359743d336ecf3a6cc4ce1521 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=31e03ba521f2b54f6314816b009f9f10
_md5_=ca25c34b4ab56ae0747afd1b0ad68460

@ -4,11 +4,11 @@ DESCRIPTION=A fast and secure drop-in replacement for sendmail.
EAPI=4
HOMEPAGE=http://www.postfix.org/
IUSE=+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda ssl
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
LICENSE=IBM
RDEPEND=>=dev-libs/libpcre-3.4 dev-lang/perl berkdb? ( >=sys-libs/db-3.2 ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) ) ldap? ( net-nds/openldap ) ldap-bind? ( net-nds/openldap[sasl] ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-0.9.6g ) dovecot-sasl? ( net-mail/dovecot ) memcached? ( net-misc/memcached ) net-mail/mailbase selinux? ( sec-policy/selinux-postfix ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/msmtp[mta] !mail-mta/nbsmtp !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/qmail-ldap !mail-mta/sendmail !<mail-mta/ssmtp-2.64-r2 !>=mail-mta/ssmtp-2.64-r2[mta] !net-mail/fastforward
REQUIRED_USE=ldap-bind? ( ldap sasl )
SLOT=0
SRC_URI=ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-2.9.4.tar.gz vda? ( http://vda.sourceforge.net/VDA/postfix-vda-v11-2.9.1.patch )
_eclasses_=eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f multilib 564d80d2026ae9f1910d8da4ea211e91 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 ssl-cert 7f678cd359743d336ecf3a6cc4ce1521 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=a140b4b1ffe308d1e41299aa437f869a
_md5_=47ca98650088fef25de5470e2688d82b

@ -1,13 +0,0 @@
DEFINED_PHASES=configure install prepare
DEPEND=>=net-misc/curl-7.10.0 >=dev-libs/libxml2-2.6.8:2 raptor? ( media-libs/raptor:2 ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=C library for the Flickr API
EAPI=4
HOMEPAGE=http://librdf.org/flickcurl/
IUSE=doc raptor static-libs
KEYWORDS=~amd64 ~x86
LICENSE=|| ( LGPL-2.1 GPL-2 Apache-2.0 )
RDEPEND=>=net-misc/curl-7.10.0 >=dev-libs/libxml2-2.6.8:2 raptor? ( media-libs/raptor:2 )
SLOT=0
SRC_URI=mirror://gentoo/flickcurl-1.21.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d423d9fc0971ce81d53b1a4996eacce2

@ -4,11 +4,11 @@ DESCRIPTION=OpenGL-like graphic library for Linux
EAPI=4
HOMEPAGE=http://mesa3d.sourceforge.net/
IUSE=video_cards_i915 video_cards_i965 video_cards_intel video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_nouveau video_cards_vmware bindist +classic d3d debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +nptl openvg osmesa pax_kernel pic selinux shared-dricore +shared-glapi vdpau wayland xa xvmc kernel_FreeBSD
KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris
LICENSE=MIT LGPL-3 SGI-B-2.0
RDEPEND=>=x11-proto/dri2proto-2.6 >=x11-proto/glproto-1.4.15 !<x11-base/xorg-server-1.7 !<=x11-proto/xf86driproto-2.0.3 classic? ( app-admin/eselect-mesa ) gallium? ( app-admin/eselect-mesa ) >=app-admin/eselect-opengl-1.2.5 dev-libs/expat gbm? ( sys-fs/udev ) >=x11-libs/libX11-1.3.99.901 x11-libs/libXdamage x11-libs/libXext x11-libs/libXxf86vm >=x11-libs/libxcb-1.8 d3d? ( app-emulation/wine ) vdpau? ( >=x11-libs/libvdpau-0.4.1 ) wayland? ( dev-libs/wayland ) xvmc? ( >=x11-libs/libXvMC-1.0.6 ) >=x11-libs/libdrm-2.4.32[video_cards_nouveau?,video_cards_vmware?] video_cards_nouveau? ( <x11-libs/libdrm-2.4.34 ) video_cards_i915? ( >=x11-libs/libdrm-2.4.32[video_cards_intel] ) video_cards_i965? ( >=x11-libs/libdrm-2.4.32[video_cards_intel] ) video_cards_intel? ( >=x11-libs/libdrm-2.4.32[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.32[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.32[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.32[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.32[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.32[video_cards_radeon] )
REQUIRED_USE=d3d? ( gallium ) g3dvl? ( gallium ) llvm? ( gallium ) openvg? ( egl gallium ) gbm? ( shared-glapi ) g3dvl? ( || ( vdpau xvmc ) ) vdpau? ( g3dvl ) xa? ( gallium ) xvmc? ( g3dvl ) video_cards_intel? ( || ( classic gallium ) ) video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_nouveau? ( || ( classic gallium ) ) video_cards_radeon? ( || ( classic gallium ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) video_cards_r300? ( gallium ) video_cards_r600? ( gallium ) video_cards_vmware? ( gallium )
SLOT=0
SRC_URI=ftp://ftp.freedesktop.org/pub/mesa/8.0.3/MesaLib-8.0.3.tar.bz2 mirror://gentoo/mesa-8.0.3-gentoo-patches-02.tar.bz2
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe base d40e074a6349af3ea5e937210630bdc1 eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python a0b470c1fca4658ffc97f0df0f25dcdc toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=f3d4818e2aa2fdf9e96f9728617fc84f
_md5_=9af4c0696ceee577b2fa8df984d50da0

@ -1,14 +0,0 @@
DEFINED_PHASES=compile configure install postinst postrm prepare setup
DEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex] media-fonts/urw-fonts media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 emacs? ( virtual/emacs ) app-text/t1utils dev-lang/perl dev-texlive/texlive-metapost virtual/pkgconfig media-gfx/fontforge >=sys-apps/texinfo-4.11 >=sys-devel/bison-2.0 sys-devel/flex sys-devel/gettext sys-devel/make =dev-lang/python-2* || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=GNU Music Typesetter
EAPI=4
HOMEPAGE=http://lilypond.org/
IUSE=debug emacs profile vim-syntax
KEYWORDS=~amd64 ~hppa ~x86
LICENSE=GPL-3 FDL-1.3
RDEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex] media-fonts/urw-fonts media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 emacs? ( virtual/emacs ) =dev-lang/python-2*
RESTRICT=test
SLOT=0
SRC_URI=http://download.linuxaudio.org/lilypond/sources/v2.15/lilypond-2.15.95.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe elisp-common 5785babccf9fc9be868981620c7940d3 libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python a0b470c1fca4658ffc97f0df0f25dcdc toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142
_md5_=fc11877852a883fa7f75fbef989ea8e2

@ -9,6 +9,6 @@ LICENSE=GPL-3 FDL-1.3
RDEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex] media-fonts/urw-fonts media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 emacs? ( virtual/emacs ) =dev-lang/python-2*
RESTRICT=test
SLOT=0
SRC_URI=http://download.linuxaudio.org/lilypond/sources/v2.15/lilypond-2.15.42.tar.gz
SRC_URI=http://download.linuxaudio.org/lilypond/sources/v2.16/lilypond-2.16.0.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe elisp-common 5785babccf9fc9be868981620c7940d3 libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python a0b470c1fca4658ffc97f0df0f25dcdc toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142
_md5_=90dc2c5aeac0e0fd9a88388eac1f24a7
_md5_=534bec47569dce0068a53b3e01516392

@ -0,0 +1,11 @@
DEFINED_PHASES=install prepare
DESCRIPTION=An alternative protocol to UPnP IGD specification
EAPI=4
HOMEPAGE=http://miniupnp.free.fr/libnatpmp.html
IUSE=static-libs
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd
LICENSE=BSD
SLOT=0
SRC_URI=http://miniupnp.free.fr/files/download.php?file=libnatpmp-20120821.tar.gz -> libnatpmp-20120821.tar.gz
_eclasses_=eutils b8eb29e3c9c4e94c65da9ebec37902a9 multilib 564d80d2026ae9f1910d8da4ea211e91 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=8f4e15e0c9ebc34c69d8838bebea73e7

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=!gcrypt? ( dev-libs/openssl ) gcrypt? ( dev-libs/libgcrypt ) zlib? ( sys-libs/zlib )
DESCRIPTION=Library implementing the SSH2 protocol
EAPI=4
HOMEPAGE=http://www.libssh2.org/
IUSE=gcrypt static-libs test zlib
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-macos ~x86-solaris
LICENSE=BSD
RDEPEND=!gcrypt? ( dev-libs/openssl ) gcrypt? ( dev-libs/libgcrypt ) zlib? ( sys-libs/zlib )
SLOT=0
SRC_URI=http://www.libssh2.org/download/libssh2-1.4.0.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe autotools-utils cfb1126efe81254030227216aa71f32c eutils b8eb29e3c9c4e94c65da9ebec37902a9 libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=07b623a36e2bd2f2b23441f6ed2b86b9

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=!gcrypt? ( dev-libs/openssl ) gcrypt? ( dev-libs/libgcrypt ) zlib? ( sys-libs/zlib )
DESCRIPTION=Library implementing the SSH2 protocol
EAPI=4
HOMEPAGE=http://www.libssh2.org/
IUSE=gcrypt static-libs test zlib
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-solaris
LICENSE=BSD
RDEPEND=!gcrypt? ( dev-libs/openssl ) gcrypt? ( dev-libs/libgcrypt ) zlib? ( sys-libs/zlib )
SLOT=0
SRC_URI=http://www.libssh2.org/download/libssh2-1.4.1.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe autotools-utils cfb1126efe81254030227216aa71f32c eutils b8eb29e3c9c4e94c65da9ebec37902a9 libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=2efb8e55e74e7ccaaa35a442f13a2a36

@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libevent-1.4 dev-lang/perl test? ( virtual/perl-Test-Harness >
DESCRIPTION=High-performance, distributed memory object caching system
HOMEPAGE=http://code.google.com/p/memcached/
IUSE=test slabs-reassign
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
LICENSE=BSD
RDEPEND=>=dev-libs/libevent-1.4 dev-lang/perl
SLOT=0
SRC_URI=http://memcached.googlecode.com/files/memcached-1.4.0.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ef3b82f6ed1716676b61d01702eba9de
_md5_=97238cf2d9947be57b7719e0dffeebdc

@ -4,10 +4,10 @@ DESCRIPTION=High-performance, distributed memory object caching system
EAPI=2
HOMEPAGE=http://code.google.com/p/memcached/
IUSE=test slabs-reassign debug
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
LICENSE=BSD
RDEPEND=>=dev-libs/libevent-1.4 dev-lang/perl
SLOT=0
SRC_URI=http://memcached.googlecode.com/files/memcached-1.4.0.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=f43a3ea71ac25e4d2fc955b636dcbd5c
_md5_=c7d79f320e3d6b00bd3492dc6b0988e4

@ -4,10 +4,10 @@ DESCRIPTION=High-performance, distributed memory object caching system
EAPI=2
HOMEPAGE=http://code.google.com/p/memcached/
IUSE=test slabs-reassign debug
KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~sparc-fbsd ~x86-fbsd
KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd
LICENSE=BSD
RDEPEND=>=dev-libs/libevent-1.4 dev-lang/perl
SLOT=0
SRC_URI=http://memcached.googlecode.com/files/memcached-1.4.1.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=b2ea59165f410d9dd8493223df18702a
_md5_=157fe9e5d21270a304addcc13d734cdc

@ -4,10 +4,10 @@ DESCRIPTION=High-performance, distributed memory object caching system
EAPI=2
HOMEPAGE=http://code.google.com/p/memcached/
IUSE=test slabs-reassign debug sasl
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
LICENSE=BSD
RDEPEND=>=dev-libs/libevent-1.4 dev-lang/perl sasl? ( dev-libs/cyrus-sasl )
SLOT=0
SRC_URI=http://memcached.googlecode.com/files/memcached-1.4.10.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e40b061260ac203fda66146baa554bf8
_md5_=2535c1d091bb39ed7950714adc4d159e

@ -4,10 +4,10 @@ DESCRIPTION=High-performance, distributed memory object caching system
EAPI=2
HOMEPAGE=http://code.google.com/p/memcached/
IUSE=test slabs-reassign debug sasl
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
LICENSE=BSD
RDEPEND=>=dev-libs/libevent-1.4 dev-lang/perl sasl? ( dev-libs/cyrus-sasl )
SLOT=0
SRC_URI=http://memcached.googlecode.com/files/memcached-1.4.11.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=f76bbde5d2d7ca812d9cfa9561abdee8
_md5_=aa088ad38db5eb28a4b2707b148f7555

@ -4,10 +4,10 @@ DESCRIPTION=High-performance, distributed memory object caching system
EAPI=2
HOMEPAGE=http://code.google.com/p/memcached/
IUSE=test slabs-reassign debug sasl
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
LICENSE=BSD
RDEPEND=>=dev-libs/libevent-1.4 dev-lang/perl sasl? ( dev-libs/cyrus-sasl )
SLOT=0
SRC_URI=http://memcached.googlecode.com/files/memcached-1.4.13.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=6bf40aba5d6539dbc0bcd019ce8c9061
_md5_=1fc6f7c9ebdffb1c459bf72436a527b9

@ -4,10 +4,10 @@ DESCRIPTION=High-performance, distributed memory object caching system
EAPI=2
HOMEPAGE=http://code.google.com/p/memcached/
IUSE=test slabs-reassign debug
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
LICENSE=BSD
RDEPEND=>=dev-libs/libevent-1.4 dev-lang/perl
SLOT=0
SRC_URI=http://memcached.googlecode.com/files/memcached-1.4.2.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=bb0f71eb3250fd784333783959810cd5
_md5_=2d665cad100cb6f5b85d2f5a1fdf1b79

@ -4,10 +4,10 @@ DESCRIPTION=High-performance, distributed memory object caching system
EAPI=2
HOMEPAGE=http://code.google.com/p/memcached/
IUSE=test slabs-reassign debug sasl
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
LICENSE=BSD
RDEPEND=>=dev-libs/libevent-1.4 dev-lang/perl sasl? ( dev-libs/cyrus-sasl )
SLOT=0
SRC_URI=http://memcached.googlecode.com/files/memcached-1.4.4.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=073dd7284aa58f124621d92299f4f2cd
_md5_=f54de68ef03fe5bf5b33bdc8ae2453cb

@ -4,10 +4,10 @@ DESCRIPTION=High-performance, distributed memory object caching system
EAPI=2
HOMEPAGE=http://code.google.com/p/memcached/
IUSE=test slabs-reassign debug sasl
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
LICENSE=BSD
RDEPEND=>=dev-libs/libevent-1.4 dev-lang/perl sasl? ( dev-libs/cyrus-sasl )
SLOT=0
SRC_URI=http://memcached.googlecode.com/files/memcached-1.4.5.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=8fe1f63261d8c8ae3e1ecb719db1e40c
_md5_=0527ce4dbce50c4e02e70c64664446b5

@ -4,10 +4,10 @@ DESCRIPTION=High-performance, distributed memory object caching system
EAPI=2
HOMEPAGE=http://code.google.com/p/memcached/
IUSE=test slabs-reassign debug sasl
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
LICENSE=BSD
RDEPEND=>=dev-libs/libevent-1.4 dev-lang/perl sasl? ( dev-libs/cyrus-sasl )
SLOT=0
SRC_URI=http://memcached.googlecode.com/files/memcached-1.4.7.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=8bbd39d93fc4d0c96863a32e6747ce9d
_md5_=6b0ed54ccdf85d91c206fe1b568c3349

@ -4,10 +4,10 @@ DESCRIPTION=High-performance, distributed memory object caching system
EAPI=2
HOMEPAGE=http://code.google.com/p/memcached/
IUSE=test slabs-reassign debug sasl
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
LICENSE=BSD
RDEPEND=>=dev-libs/libevent-1.4 dev-lang/perl sasl? ( dev-libs/cyrus-sasl )
SLOT=0
SRC_URI=http://memcached.googlecode.com/files/memcached-1.4.8.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils b8eb29e3c9c4e94c65da9ebec37902a9 flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f libtool a83de71c2123161fc5a8323cb275f8e5 multilib 564d80d2026ae9f1910d8da4ea211e91 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=5c1d880f5583e67a9d6aaa561a5efa2b
_md5_=b9b8897eb4d8c5e2f460875d2788da02

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

Loading…
Cancel
Save