Sync with portage [Thu Oct 9 12:29:17 MSK 2014].

mhiretskiy
root 10 years ago
parent 97ca02639d
commit 758bf06bf8

@ -1,41 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-metasploit/eselect-metasploit-0.13.ebuild,v 1.1 2014/04/25 16:28:42 zerochaos Exp $
EAPI=5
inherit multilib
DESCRIPTION="eselect module for metasploit"
HOMEPAGE="http://www.pentoo.ch/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="app-admin/eselect
!<net-analyzer/metasploit-4.6"
RDEPEND="${DEPEND}"
S=${WORKDIR}
src_install() {
#force to use the outdated bundled version of metasm
doenvd "${FILESDIR}"/91metasploit
newinitd "${FILESDIR}"/msfrpcd.initd msfrpcd
newconfd "${FILESDIR}"/msfrpcd.confd msfrpcd
insinto /usr/share/eselect/modules
newins "${FILESDIR}/metasploit.eselect-${PV}" metasploit.eselect
newbin "${FILESDIR}"/msfloader-${PV} msfloader
}
pkg_postinst() {
"${EROOT}"/usr/bin/eselect metasploit set --use-old 1
elog "To switch between installed slots, execute as root:"
elog " # eselect metasploit set [slot number]"
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-metasploit/eselect-metasploit-0.14.ebuild,v 1.1 2014/10/03 03:39:09 zerochaos Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-metasploit/eselect-metasploit-0.15.ebuild,v 1.1 2014/10/09 03:29:11 zerochaos Exp $
EAPI=5

@ -1,32 +0,0 @@
#!/bin/sh
#todo:
#add in optional auto starting/stopping of postgres
#check if Gemfile was modified before copying it EVERY time.
#normally msf makes this dir, however, this script runs first
if [ ! -d ~/.msf4 ]; then
mkdir ~/.msf4
fi
#we cannot control if msf* exits normally so always start with cleanup
if [ -f ~/.msf4/Gemfile ]; then
rm ~/.msf4/Gemfile
fi
#fetch the latest Gemfile from the selected version of msf
cp /usr/lib/metasploit/Gemfile ~/.msf4
#ensure Gemfile.lock is up to date
BUNDLE_GEMFILE=~/.msf4/Gemfile bundle check > /dev/null 2>&1
if [ "$?" != "0" ]; then
if [ -f ~/.msf4/Gemfile.lock ]; then
rm ~/.msf4/Gemfile.lock
else
echo "Something went wrong, please open a bug for metasploit on https://bugs.gentoo.org"
fi
fi
#ready to go
BUNDLE_GEMFILE=~/.msf4/Gemfile exec /usr/lib/metasploit/$(basename $0) "$@"
#profit

@ -18,7 +18,9 @@ fi
#fetch the latest Gemfile and gemspecsfrom the selected version of msf
cp /usr/lib/metasploit/Gemfile ~/.msf4/
cp /usr/lib/metasploit/*.gemspec ~/.msf4/
if ls -A /usr/lib/metasploit/*.gemspec > /dev/zero 2>&1; then
cp /usr/lib/metasploit/*.gemspec ~/.msf4/
fi
#ensure Gemfile.lock is up to date
BUNDLE_GEMFILE=~/.msf4/Gemfile bundle check > /dev/null 2>&1

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/lastpass/lastpass-3.1.61.ebuild,v 1.1 2014/10/08 17:25:02 robbat2 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/lastpass/lastpass-3.1.61.ebuild,v 1.3 2014/10/09 06:47:12 jlec Exp $
EAPI=5
inherit eutils
@ -9,9 +9,10 @@ DESCRIPTION="Online password manager and form filler that makes web browsing eas
HOMEPAGE="https://lastpass.com/misc_download2.php"
# sadly, upstream has no versioned distfiles
MAINDISTFILE=lplinux.tar.bz2
SRC_URI="https://lastpass.com/$MAINDISTFILE
firefox? ( https://lastpass.com/lp_linux.xpi )
https://lastpass.com/lpchrome_linux.crx"
SRC_URI="
https://lastpass.com/${MAINDISTFILE}
https://lastpass.com/lpchrome_linux.crx
firefox? ( https://lastpass.com/lp_linux.xpi )"
LICENSE="LastPass"
SLOT="0"
@ -21,10 +22,10 @@ RESTRICT="strip mirror" # We can't mirror it, but we can fetch it
DEPEND=""
RDEPEND="
chrome? ( || (
chrome? ( || (
www-client/google-chrome
www-client/google-chrome-beta
www-client/google-chrome-unstable
www-client/google-chrome-unstable
) )
chromium? ( >=www-client/chromium-32.0.1700.102 )
firefox? ( www-client/firefox )"
@ -33,17 +34,18 @@ REQUIRED_USE="|| ( firefox chromium chrome )"
LASTPASS_EXEDIR=/opt/lastpass/
QA_PREBUILT="
${LASTPASS_EXEDIR}/nplastpass*
/usr/lib*/firefox/browser/extensions/support@lastpass.com/platform/Linux_x86_64-gcc3/components/lpxpcom_x86_64.so
/usr/lib*/firefox/browser/extensions/support@lastpass.com/platform/Linux_x86-gcc3/components/lpxpcom.so
${LASTPASS_EXEDIR}nplastpass*
/usr/lib*/nsbrowser/plugins/libnplastpass*.so
/usr/lib*/firefox/browser/extensions/support@lastpass.com/platform/Linux_x86_64-gcc3/components/lpxpcom_x86_64.so
/usr/lib*/firefox/browser/extensions/support@lastpass.com/platform/Linux_x86-gcc3/components/lpxpcom.so
"
S="${WORKDIR}"
src_unpack() {
unpack $MAINDISTFILE
mkdir -p "${S}"/crx
unzip -qq -o "${DISTDIR}/lpchrome_linux.crx" -d "${S}"/crx
unpack ${MAINDISTFILE}
mkdir -p "${S}"/crx || die
unzip -qq -o "${DISTDIR}/lpchrome_linux.crx" -d "${S}"/crx || die
}
src_install() {
@ -58,25 +60,25 @@ src_install() {
doexe "${S}"/crx/lib${bin}.so
cat >"${T}"/lastpass_policy.json <<-EOF
{
{
"ExtensionInstallSources": [
"https://lastpass.com/*",
"https://*.lastpass.com/*",
"https://lastpass.com/*",
"https://*.lastpass.com/*",
"https://*.cloudfront.net/lastpass/*"
]
]
}
EOF
cat >"${T}"/com.lastpass.nplastpass.json <<-EOF
{
"name": "com.lastpass.nplastpass",
"description": "LastPass",
"path": "${LASTPASS_EXEDIR}/$bin",
"type": "stdio",
"allowed_origins": [
"chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/",
"chrome-extension://debgaelkhoipmbjnhpoblmbacnmmgbeg/",
"chrome-extension://hnjalnkldgigidggphhmacmimbdlafdo/"
]
{
"name": "com.lastpass.nplastpass",
"description": "LastPass",
"path": "${LASTPASS_EXEDIR}/$bin",
"type": "stdio",
"allowed_origins": [
"chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/",
"chrome-extension://debgaelkhoipmbjnhpoblmbacnmmgbeg/",
"chrome-extension://hnjalnkldgigidggphhmacmimbdlafdo/"
]
}
EOF
@ -95,8 +97,8 @@ src_install() {
if use firefox; then
d="$D/usr/$(get_libdir)/firefox/browser/extensions/support@lastpass.com"
mkdir -p $d
unzip -qq -o "${DISTDIR}/lp_linux.xpi" -d "$d"
mkdir -p $d || die
unzip -qq -o "${DISTDIR}/lp_linux.xpi" -d "$d" || die
fi
}
@ -104,4 +106,3 @@ src_install() {
pkg_postinst() {
einfo "Visit https://lastpass.com/dl/inline/?full=1 to finish installing for Chrome/Chromium/Firefox"
}

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>robbat2@gentoo.org</email>
<name>Robin H. Johnson</name>
</maintainer>
<longdescription lang="en">
<maintainer>
<email>robbat2@gentoo.org</email>
<name>Robin H. Johnson</name>
</maintainer>
<longdescription lang="en">
</longdescription>
<use>
<flag name="firefox">Support for <pkg>www-client/firefox</pkg></flag>
<flag name="chromium">Support for <pkg>www-client/chromium</pkg></flag>
<flag name="chrome">Support for <pkg>www-client/chrome</pkg></flag>
</use>
<use>
<flag name="firefox">Support for <pkg>www-client/firefox</pkg></flag>
<flag name="chromium">Support for <pkg>www-client/chromium</pkg></flag>
<flag name="chrome">Support for <pkg>www-client/chrome</pkg></flag>
</use>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.2.26.95022.ebuild,v 1.1 2014/07/18 13:49:43 polynomial-c Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.2.26.95022.ebuild,v 1.2 2014/10/08 20:32:59 polynomial-c Exp $
EAPI=5
@ -8,7 +8,7 @@ inherit eutils multilib versionator
MAIN_PV="$(get_version_component_range 1-3)"
if [[ ${PV} = *_beta* ]] || [[ ${PV} = *_rc* ]] ; then
MY_PV="${MAIN_PV}_$(get_version_componen_range 5)"
MY_PV="${MAIN_PV}_$(get_version_component_range 5)"
MY_PV="${MY_PV/beta/BETA}"
MY_PV="${MY_PV/rc/RC}"
else

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.14.95030.ebuild,v 1.1 2014/07/18 13:49:43 polynomial-c Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.14.95030.ebuild,v 1.2 2014/10/08 20:32:59 polynomial-c Exp $
EAPI=5
@ -8,7 +8,7 @@ inherit eutils multilib versionator
MAIN_PV="$(get_version_component_range 1-3)"
if [[ ${PV} = *_beta* ]] || [[ ${PV} = *_rc* ]] ; then
MY_PV="${MAIN_PV}_$(get_version_componen_range 5)"
MY_PV="${MAIN_PV}_$(get_version_component_range 5)"
MY_PV="${MY_PV/beta/BETA}"
MY_PV="${MY_PV/rc/RC}"
else

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.16.95972.ebuild,v 1.1 2014/09/10 05:33:51 polynomial-c Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-4.3.16.95972.ebuild,v 1.2 2014/10/08 20:32:59 polynomial-c Exp $
EAPI=5
@ -8,7 +8,7 @@ inherit eutils multilib versionator
MAIN_PV="$(get_version_component_range 1-3)"
if [[ ${PV} = *_beta* ]] || [[ ${PV} = *_rc* ]] ; then
MY_PV="${MAIN_PV}_$(get_version_componen_range 5)"
MY_PV="${MAIN_PV}_$(get_version_component_range 5)"
MY_PV="${MY_PV/beta/BETA}"
MY_PV="${MY_PV/rc/RC}"
else

@ -0,0 +1,83 @@
diff -urpN libclc-0.0.1_pre20140101.orig/utils/prepare-builtins.cpp libclc-0.0.1_pre20140101/utils/prepare-builtins.cpp
--- libclc-0.0.1_pre20140101.orig/utils/prepare-builtins.cpp 2014-09-22 13:08:50.236934929 -0700
+++ libclc-0.0.1_pre20140101/utils/prepare-builtins.cpp 2014-09-22 13:12:43.164665140 -0700
@@ -1,4 +1,3 @@
-#include "llvm/ADT/OwningPtr.h"
#include "llvm/Bitcode/ReaderWriter.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalVariable.h"
@@ -7,11 +6,28 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/system_error.h"
+#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Config/config.h"
+#define LLVM_350_AND_NEWER \
+ (LLVM_VERSION_MAJOR > 3 || (LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR >= 5))
+
+#if LLVM_350_AND_NEWER
+#include <system_error>
+
+#define ERROR_CODE std::error_code
+#define UNIQUE_PTR std::unique_ptr
+#else
+#include "llvm/ADT/OwningPtr.h"
+#include "llvm/Support/system_error.h"
+
+#define ERROR_CODE error_code
+#define UNIQUE_PTR OwningPtr
+#endif
+
using namespace llvm;
static cl::opt<std::string>
@@ -31,11 +47,26 @@ int main(int argc, char **argv) {
std::auto_ptr<Module> M;
{
- OwningPtr<MemoryBuffer> BufferPtr;
- if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename, BufferPtr))
+#if LLVM_350_AND_NEWER
+ ErrorOr<std::unique_ptr<MemoryBuffer>> BufferOrErr =
+ MemoryBuffer::getFile(InputFilename);
+ std::unique_ptr<MemoryBuffer> &BufferPtr = BufferOrErr.get();
+ if (std::error_code ec = BufferOrErr.getError())
+#else
+ UNIQUE_PTR<MemoryBuffer> BufferPtr;
+ if (ERROR_CODE ec = MemoryBuffer::getFileOrSTDIN(InputFilename, BufferPtr))
+#endif
ErrorMessage = ec.message();
- else
+ else {
+#if LLVM_VERSION_MAJOR > 3 || (LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR > 4)
+ ErrorOr<Module *> ModuleOrErr = parseBitcodeFile(BufferPtr.get(), Context);
+ if (ERROR_CODE ec = ModuleOrErr.getError())
+ ErrorMessage = ec.message();
+ M.reset(ModuleOrErr.get());
+#else
M.reset(ParseBitcodeFile(BufferPtr.get(), Context, &ErrorMessage));
+#endif
+ }
}
if (M.get() == 0) {
@@ -65,10 +95,12 @@ int main(int argc, char **argv) {
}
std::string ErrorInfo;
- OwningPtr<tool_output_file> Out
+ UNIQUE_PTR<tool_output_file> Out
(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
-#if LLVM_VERSION_MAJOR > 3 || (LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR > 3)
+#if (LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR == 4)
sys::fs::F_Binary));
+#elif LLVM_VERSION_MAJOR > 3 || (LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR >= 5)
+ sys::fs::F_None));
#else
raw_fd_ostream::F_Binary));
#endif

@ -0,0 +1,58 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libclc/libclc-0.0.1_pre20140101-r1.ebuild,v 1.1 2014/10/09 06:30:16 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
EGIT_REPO_URI="http://llvm.org/git/${PN}.git"
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-2"
EXPERIMENTAL="true"
fi
inherit base python-any-r1 $GIT_ECLASS
DESCRIPTION="OpenCL C library"
HOMEPAGE="http://libclc.llvm.org/"
if [[ $PV = 9999* ]]; then
SRC_URI="${SRC_PATCHES}"
else
SRC_URI="mirror://gentoo/${P}.tar.xz ${SRC_PATCHES}"
fi
LICENSE="|| ( MIT BSD )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="
>=sys-devel/clang-3.4
>=sys-devel/llvm-3.4"
DEPEND="${RDEPEND}
${PYTHON_DEPS}"
src_unpack() {
if [[ $PV = 9999* ]]; then
git-2_src_unpack
else
default
mv ${PN}-*/ ${P} || die
fi
}
src_prepare() {
epatch "${FILESDIR}/libclc-llvm-3.5-compat.patch"
}
src_configure() {
./configure.py \
--with-llvm-config="${EPREFIX}/usr/bin/llvm-config" \
--prefix="${EPREFIX}/usr" || die
}
src_compile() {
emake VERBOSE=1
}

@ -1 +1,2 @@
DIST libsolv-0.3.0.tar.bz2 395784 SHA256 b0e7ad666a16e183ecd340b41d50a5e989b118e90274e767d3453aee5ad8215a SHA512 795ddc3f7d52b770805e695ef72a63b8aaa4601bd7b5ca6d1c69c86fdc76bbe682507bc9efd2e4f7e453760474ff83a4172f4f7a59a4e1cd0583e9ed82934a14 WHIRLPOOL f6b0469450d15428454bd93b33d64ddce58e10c7007e4c98189d7052a23bc41d3bf4cb9160706217002043ba2f038648316d3fb5d9b4fbfa5ed12a4a514dd0e7
DIST libsolv-0.6.6.tar.gz 567260 SHA256 4e2203f2da09dbad354c0323db3957c49916b110bf783024715df054414d05fc SHA512 127f5f7acbed84162ad688756bc89da708eba34cf3807b99a573e3200e514e552e582167aa61264948e07c98a7ff0b71d3602d4955ade4fdc638a898a6ef4784 WHIRLPOOL 7201e948fa605d1dff2cd37218ac23043640df4bfef6ec8d3b66afc81551a8c30b8d7480b9ddbb4366b87ae8b6d4200622513179be3cca24540ac04153c25498

@ -0,0 +1,92 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsolv/libsolv-0.6.6.ebuild,v 1.1 2014/10/09 07:04:11 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
USE_RUBY=( ruby19 )
RUBY_OPTIONAL=yes
inherit python-single-r1 ruby-ng perl-module cmake-utils
DESCRIPTION="Library for solving packages and reading repositories"
HOMEPAGE="http://doc.opensuse.org/projects/libzypp/HEAD/ https://github.com/openSUSE/libsolv"
SRC_URI="https://github.com/openSUSE/libsolv/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="bzip2 lzma perl python ruby"
RDEPEND="
app-arch/rpm
dev-libs/expat
sys-libs/db
sys-libs/zlib
virtual/udev
bzip2? ( app-arch/bzip2 )
lzma? ( app-arch/xz-utils )
python? (
${PYTHON_DEPS}
dev-lang/swig:0
)
perl? (
dev-lang/perl
dev-lang/swig:0
)
ruby? (
$(ruby_implementations_depend)
dev-lang/swig:0
)
"
DEPEND="${DEPEND}
sys-devel/gettext
"
# ruby eclass :/
S="${WORKDIR}/${P}/"
pkg_setup() {
use python && python-any-r1_pkg_setup
use perl && perl-module_pkg_setup
use ruby && ruby-ng_pkg_setup
}
src_prepare() {
# Enabling suse features also mess up headers detection
# Can't be fixed upstream
sed -i \
-e "s:include <rpm/db.h>:include <db.h>:g" \
ext/repo_rpmdb.c || die
# respect ldflags ; fixed in next release
sed \
-e 's:LINK_FLAGS}:LINK_FLAGS} ${CMAKE_SHARED_LINKER_FLAGS}:g' \
-i src/CMakeLists.txt \
-i ext/CMakeLists.txt || die
# mandir install ; won't be fixed upstream :-/
sed -i \
-e 's:MAN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/man":MAN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/man":g' \
CMakeLists.txt || die
}
src_configure() {
local mycmakeargs=(
"-DSUSE=1"
"-DENABLE_SUSEREPO=1"
"-DENABLE_HELIXREPO=1"
"-DUSE_VENDORDIRS=1"
$(cmake-utils_use_enable bzip2 ENABLE_BZIP2_COMPRESSION)
$(cmake-utils_use_enable lzma ENABLE_LZMA_COMPRESSION)
$(cmake-utils_use_enable perl PERL)
$(cmake-utils_use_enable python PYTHON)
$(cmake-utils_use_enable ruby RUBY)
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
use perl && fixlocalpod
}

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>suse</herd>
<herd>suse</herd>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild,v 1.1 2014/09/28 21:59:32 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild,v 1.2 2014/10/08 22:42:34 dilfridge Exp $
EAPI=5
@ -13,16 +13,18 @@ DESCRIPTION="flock() wrapper. Auto-create locks"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
IUSE="test"
SRC_TEST="do"
RDEPEND="
dev-perl/Data-Structure-Util
dev-perl/IO-Event
>=dev-perl/IO-Event-0.812.0
dev-perl/AnyEvent
dev-perl/Event
virtual/perl-Time-HiRes
"
DEPEND="${RDEPEND}
dev-perl/File-Slurp
test? ( dev-perl/Test-SharedFork )
"

@ -1,5 +1,2 @@
DIST scrapy-0.19.0.tar.gz 940394 SHA256 87273a419d0051a7d9e157729341140adb21b64545d94442b75d068bad4e1712 SHA512 de6f65063db89b8870c211b904ac0b1f4215d789d2e62aeeee65074c8190e634dd5eae473c04cec1dafd8e106d0006134af1322a7ca309860633ce060a0158b2 WHIRLPOOL 6aac420219d3aa5e6b3edf98ecb8815e27273a81c94edbefa27491c0812f851009c7bf895dd62fcf3634eb0e3faf0ef4f9d8ee7f9e6b6c543cff8cfb1078f5f8
DIST scrapy-0.20.0.tar.gz 949415 SHA256 13782daf476d323b2cb4e42089aa093eec3a5d000282df18a7a0013817e16831 SHA512 71ec54c26b81be366c8d8a425ea8662bac6e81a2038ff06819ef3a23e484e0104b8598671825bbb29d0041631f49fa7ac84679b7f7b5b70719ebba07a6376eab WHIRLPOOL 83d1ec194a801ec6ecfcc40e7df7fcda68366c51d2d3b1212df6f7ff329e98ea9f361a8afc79dead0e8042003518f2d9525ac5f85bbfb93a2e70c6b36b3a6a63
DIST scrapy-0.24.1.tar.gz 986667 SHA256 3cdd4d406d721e0080cab4038f8c12657f1b88139706ff9d77325131c059c015 SHA512 4cfe4104a1cfdd0c7c561b088d4e8758a109eb32db23171198a2a9cd707fc4d5a576c1d862b530f3fe3b229b10a266dd0d487f86a9c36438e7cb32399bdf8d1a WHIRLPOOL e0f181900fa725a73576331349fb75ab24fbbb44130d9db6695aa94fd969664582082f67d10b682f6a796b5c741b1180224380c42ef59f0dc27b43ea61f478ec
DIST scrapy-0.24.2.tar.gz 986805 SHA256 5dd345898274774990edd9f5875f6c1290e307fd9f4954e5165f27c584863781 SHA512 7886a893a29a3f5b0a68f8da7923e7900d084a778fd7a334f620e31ded4bd951faeac4ba1933710b82c8e10e4bcb5368b35d75512c0167be01a533adf6c0f157 WHIRLPOOL 8966fe70d176d403ad381007cef2a4808de8cdfef0310d45cdfd0367dd5bce6b67cc5614acde405791ef295cc0c63c0dd3bfb9af52e34d92b8aac72b198821b8
DIST scrapy-0.25.1.tar.gz 986555 SHA256 11e6496b7196239f395c977c432667466cdef6984dff164337bca7aa37049ed5 SHA512 7c1afbf942c06ab6a849fe609ad8d582de5d42041181bb22b2388bfe13ce23438c3c6ce936953f819e4b897aadbf682cc04f8cd0805f44157b10a583c668f924 WHIRLPOOL 692f0e11065d9b149d7bdcdd9414d718f05986767a5cd3632ad3f5db23904b42a5af5609468f2bc321f827d6e3352eb0ce36cb797d68228c608ae8fa57f940c4

@ -0,0 +1,40 @@
https://github.com/scrapy/scrapy/commit/480cfa199475d867cb51cb04ce76ed54809514f6
https://github.com/scrapy/scrapy/commit/3b64b2449ed2afd3bd4a2173c186fd44c6efac86
diff --git a/setup.py b/setup.py
index 6efe640..252068c 100644
--- a/setup.py
+++ b/setup.py
@@ -124,7 +124,7 @@ def is_not_module(filename):
else:
setup_args['install_requires'] = [
'Twisted>=10.0.0',
- 'w3lib>=1.2',
+ 'w3lib>=1.8.0',
'queuelib',
'lxml',
'pyOpenSSL',
diff --git a/requirements.txt b/requirements.txt
index 0df9a55..005b8f4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,6 +2,6 @@ Twisted>=10.0.0
lxml
pyOpenSSL
cssselect>=0.9
-w3lib>=1.2
+w3lib>=1.8.0
queuelib
six>=1.5.2
diff --git a/tox.ini b/tox.ini
index 20d54b6..38ef6c4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,7 +48,7 @@ deps = (re-based)
pyOpenSSL>=0.13.1
cssselect>=0.9
queuelib>=1.1.1
- w3lib>=1.5
+ w3lib>=1.8.0
# tests requirements
mock
:HPK:pytest>2.5.2

@ -1,13 +0,0 @@
--- bin/runtests.sh
+++ bin/runtests.sh
@@ -42,7 +42,10 @@
$trial "$@"
fi
+exit_status=$?
+
# cleanup vsftpd stuff
[ -n "$vsftpd_pid" ] && kill $vsftpd_pid
[ -n "$ftproot" ] && rm -rf $ftproot $vsftpd_conf
+exit $exit_status

@ -1,65 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.19.0.ebuild,v 1.1 2014/06/09 08:50:30 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite(+)"
inherit vcs-snapshot distutils-r1
DESCRIPTION="A high-level Python Screen Scraping framework"
HOMEPAGE="http://scrapy.org http://pypi.python.org/pypi/Scrapy/"
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="boto doc ibl test ssl"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
dev-libs/libxml2[python,${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
ibl? ( dev-python/numpy[${PYTHON_USEDEP}] )
ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
boto? ( dev-python/boto[${PYTHON_USEDEP}] )
>=dev-python/twisted-core-8.0[${PYTHON_USEDEP}]
>=dev-python/twisted-conch-8.0[${PYTHON_USEDEP}]
>=dev-python/twisted-mail-8.0[${PYTHON_USEDEP}]
>=dev-python/twisted-web-8.0[${PYTHON_USEDEP}]
>=dev-python/w3lib-1.2[${PYTHON_USEDEP}]
dev-python/queuelib[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
dev-python/boto[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
net-ftp/vsftpd
dev-python/pillow[${PYTHON_USEDEP}] )"
REQUIRED_USE="test? ( ssl boto )"
python_prepare_all() {
# Skip failing tests; https://github.com/scrapy/scrapy/issues/725
sed -e s':test_process_parallel_failure:_&:' \
-i scrapy/tests/test_utils_defer.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
if use doc; then
PYTHONPATH="${S}" emake -C docs html || die "emake html failed"
fi
}
python_test() {
PYTHONPATH="${PWD}" bin/runtests.sh || die
}
python_install_all() {
use doc && local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}

@ -1,66 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.20.0.ebuild,v 1.1 2014/06/25 04:57:58 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite(+)"
inherit vcs-snapshot distutils-r1
DESCRIPTION="A high-level Python Screen Scraping framework"
HOMEPAGE="http://scrapy.org http://pypi.python.org/pypi/Scrapy/"
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="boto doc ibl test ssl"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
dev-libs/libxml2[python,${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
ibl? ( dev-python/numpy[${PYTHON_USEDEP}] )
ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
boto? ( dev-python/boto[${PYTHON_USEDEP}] )
>=dev-python/twisted-core-10.0.0[${PYTHON_USEDEP}]
>=dev-python/twisted-conch-10.0.0[${PYTHON_USEDEP}]
>=dev-python/twisted-mail-10.0.0[${PYTHON_USEDEP}]
>=dev-python/twisted-web-10.0.0[${PYTHON_USEDEP}]
>=dev-python/w3lib-1.2[${PYTHON_USEDEP}]
dev-python/queuelib[${PYTHON_USEDEP}]
>=dev-python/cssselect-0.9[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
dev-python/boto[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
net-ftp/vsftpd
dev-python/pillow[${PYTHON_USEDEP}] )"
REQUIRED_USE="test? ( ssl boto )"
python_prepare_all() {
# Skip failing tests; https://github.com/scrapy/scrapy/issues/725
sed -e s':test_process_parallel_failure:_&:' \
-i scrapy/tests/test_utils_defer.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
if use doc; then
PYTHONPATH="${S}" emake -C docs html || die "emake html failed"
fi
}
python_test() {
PYTHONPATH="${PWD}" bin/runtests.sh || die
}
python_install_all() {
use doc && local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}

@ -1,63 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.24.1.ebuild,v 1.2 2014/07/08 14:28:03 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite(+)"
inherit vcs-snapshot distutils-r1
DESCRIPTION="A high-level Python Screen Scraping framework"
HOMEPAGE="http://scrapy.org http://pypi.python.org/pypi/Scrapy/"
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="boto doc ibl test ssl"
RDEPEND=">=dev-python/six-1.5.2[${PYTHON_USEDEP}]
dev-libs/libxml2[python,${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
ibl? ( dev-python/numpy[${PYTHON_USEDEP}] )
ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
boto? ( dev-python/boto[${PYTHON_USEDEP}] )
>=dev-python/twisted-core-10.0.0[${PYTHON_USEDEP}]
>=dev-python/twisted-conch-10.0.0[${PYTHON_USEDEP}]
>=dev-python/twisted-mail-10.0.0[${PYTHON_USEDEP}]
>=dev-python/twisted-web-10.0.0[${PYTHON_USEDEP}]
>=dev-python/w3lib-1.6[${PYTHON_USEDEP}]
dev-python/queuelib[${PYTHON_USEDEP}]
>=dev-python/cssselect-0.9[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
dev-python/boto[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
>=net-proxy/mitmproxy-0.10[${PYTHON_USEDEP}]
net-ftp/vsftpd )"
# pytest-twisted listed as a test dep but not in portage.
# Testsuite currently survives without it, so appears optional
REQUIRED_USE="test? ( ssl boto )"
python_compile_all() {
if use doc; then
PYTHONPATH="${S}" emake -C docs html || die "emake html failed"
fi
}
python_test() {
py.test ${PN} || die "tests failed"
}
python_install_all() {
use doc && local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.25.1.ebuild,v 1.1 2014/07/28 08:05:08 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.25.1.ebuild,v 1.2 2014/10/09 01:54:48 idella4 Exp $
EAPI=5
@ -47,6 +47,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
REQUIRED_USE="test? ( ssl boto )"
PATCHES=( "${FILESDIR}"/${PV}-setup.patch )
python_compile_all() {
if use doc; then
PYTHONPATH="${S}" emake -C docs html || die "emake html failed"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild,v 1.3 2014/08/27 23:06:40 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild,v 1.4 2014/10/08 23:18:55 mrueg Exp $
EAPI=5
# rbx or jruby recommended, but only in 1.9 mode.
@ -23,7 +23,8 @@ SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~ppc ~ppc64"
ruby_add_rdepend ">=dev-ruby/timers-1.0.0"
ruby_add_rdepend ">=dev-ruby/timers-1.0.0
<dev-ruby/timers-3"
all_ruby_prepare() {
rm Gemfile .rspec || die

@ -2,4 +2,5 @@ DIST mime-types-1.23.gem 55296 SHA256 fa29671c5f80a5dbafe3111814f1bf289af91f422c
DIST mime-types-1.25.1.gem 61440 SHA256 88ef3c596481678710ffd4018fa40f1999b02d97babea39682ba7d5badd21f56 SHA512 50a79bc0378bb9bf694656b15ac69446447fc863a5a6556e68ad736768627c9f43e59c68b0ed141cee5dbd81a8ccca1a33a61aa01af7d0a5949b00d6edb6525e WHIRLPOOL 65da6addc3f1f4b6c730eadbeabf285a0a85452d90ff036820d3cb1940311248cdcf12a21e836c4b3d03af8ea73f33f642d071f2bb8fdf9556b05cdf974b16d4
DIST mime-types-2.2.gem 100352 SHA256 fb20b5fb6b25c2b8abbf74b21b82c6e14ae1e3ed5146ec23d305333c9c360bc6 SHA512 40413dafb264662e315ffa40cbbbc842d67245a8a820837ab651937558faacbbfd57a0c5172b6dbac6afbbf6b7ca677ba0cea7de84983cba8d2f699f7be27805 WHIRLPOOL b1dfe6ccb150304a8bb7cfbaa6b2a71799ed6ffbe603e088e85fc5f70c79fa2e98abda68c0b6b567fb24cfc4872c99efa73390f0746252d6172c39842371a499
DIST mime-types-2.3.gem 106496 SHA256 6d13658a740d7ce3cbd285a1a60f7f42db56923c37a33cae8ed5252cf2e71548 SHA512 be331b947017980502585088744139c9cd44325977e34d0e12616b0221679e99a9a4fabc5de98b3a53169f81adacaccc8a7153b1c041cf58514426f1d4337ea8 WHIRLPOOL 5cbcd6fb16a9d837940aca77a4c19bd29f95da34bff37b94ea68bfed455c62dce50861725af3a9ec4e04262f69a7b9df62d057731682a7d9fbad95b8008fd79f
DIST mime-types-2.4.1.gem 117760 SHA256 8dab4996ba9e5af58f801c0b57c12678bc927c44831d89ee01eaf71eed102a07 SHA512 8dc049a49fea594b93c43c439309f06a272ba5df3912d895967bbb24ece0402eecb4b7d9473079e71d6883eb2ca77c167b531b59bb62fd3b312fe1c985949124 WHIRLPOOL 806cebe625d44a4c2e4bf7cc9859f7eb03a5f17567fade952cdddc09ccc4b93f26a694a2c28c6330a568471ea695630bba5c82c5d6129260eb55bea5e1fa784f
DIST mime-types-2.4.gem 116224 SHA256 d2fd7467e440b3c3e7bf3f805bc4db22365f0a6f0415be1548091f13166d789f SHA512 e9ba0d191e08a464b0aff589c9312780ee636f71ca3f2ad6b8eaec9deac62709eae1f14906fda822a9c579c1e89025a73bfaf8c574fc7da5613ffcfc6aff40d7 WHIRLPOOL d789448f2d4b8e1e28f898e4f476ee67cf4f0da533ec934bf43cbd6e7b38fa69c2b72c87d465b2edaa13e98d0fad3ce1d6f653d1bcb6b541b49572f62e201db6

@ -0,0 +1,33 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/mime-types-2.4.1.ebuild,v 1.1 2014/10/09 06:12:28 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="History.rdoc History-Types.rdoc README.rdoc"
RUBY_FAKEGEM_EXTRAINSTALL="data"
inherit ruby-fakegem
DESCRIPTION="Provides a mailcap-like MIME Content-Type lookup for Ruby"
HOMEPAGE="https://github.com/halostatue/mime-types/"
LICENSE="MIT Artistic GPL-2"
SLOT="2"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~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 "test? ( dev-ruby/minitest:5 )"
all_ruby_prepare() {
# Handle minitest ourselves to avoid bundler dependency.
sed -i -e '2igem "minitest", "~> 5.0"; require "minitest/autorun"' test/test_*.rb || die
}
each_ruby_test() {
${RUBY} -Ilib -S testrb test/test_*.rb || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.18 2014/08/10 21:22:46 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.19 2014/10/09 04:33:59 mr_bones_ Exp $
EAPI=5
inherit eutils games
@ -16,7 +16,7 @@ IUSE="opengl"
DEPEND="media-libs/libsdl[joystick]
media-libs/sdl-image[png,jpeg]
media-libs/sdl-mixer[mikmod,vorbis]
media-libs/sdl-mixer[mod,vorbis]
x11-libs/libXt"
RDEPEND="${DEPEND}"

@ -1,3 +1,2 @@
DIST gnome-integration-spotify-git-20130119.tgz 6623 SHA256 f93746b75be4f6b85f661c77d709d9b8e678c68ea81f38428cd996a172906c70 SHA512 f859e1b20e281877fa37f82d7be135f33f4e9382226fad530917eea0f3806ff59630a3ed264f13be11d4c11db44373b45b8d0d19e2f59e80bc8ce91f814a4bf7 WHIRLPOOL 117203e7eac920833a872ae8cba7dc07c18849bfe02af5389c751bd4818f0207a010a8048c998423d2747aead77d6ebe4674603118c8c7b7595f0a4026b8fad0
DIST gnome-integration-spotify-git-20130304.tgz 6711 SHA256 ceaae62317831f716a6dbfbb3f352b0ff19711985cc66681e1fb4450de5e7798 SHA512 b5923fc9f6f4da28c25f4b82a8a09dbe6b59f152dde595eb03efed6e18e477c2163172ebbe5b3c0a98ad0061edbd504c5f78b7cf94a4ff900e9ab162e2783c9f WHIRLPOOL 3c148850b1f614399128d5c0a68bd25d9e1564764a99000c7b3e46c8e27c3d70a221ddfab5cc977175b89851a31c8b685c979258838c9306207508e9dea312b9
DIST gnome-integration-spotify-20140907.tar.gz 6709 SHA256 f1906851329461d3e1a2a7171fd8c6be5082505b04415f2879b1f634b554bbfe SHA512 51e0e7fdb0912e230b0965ca05740b01633b3bc0219dd6e8c31ad5a9378b15c1b44ce1f99098900af7a478f0d6180c3ee015c1717603b6c2fb4c54769dddb874 WHIRLPOOL 4f0867fd2aa0d62d9e71c933541896092991ee4389a79845c2ceff2c2712935405134291024817e9039afa0b62da9538cc329e110b739db28e40c1df2a28070e
DIST gnome-integration-spotify-git-20131013.tgz 6703 SHA256 bb55df923ddf4024f041ccb64753e394083e0c2eac7265f2c875e3432f99f5c8 SHA512 de4033c8bb955732eeb573a9328d068716584b85f4fa62d8090ea9f35c43a032389dd7cbf3d4f3380bb2e46ebc37737c8cf93d67b4f381939742001762da267c WHIRLPOOL 0c5684350fff53b5cb3aa67593c0d12fec69904bca6b55cd70d95a933589be4486e158f4d2cb04e294321ca10c05f2bc062cba0aa3503e6198048743b6d5ec47

@ -1,45 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20130119.ebuild,v 1.1 2013/01/21 06:41:51 prometheanfire Exp $
EAPI=4
inherit gnome2-utils
DESCRIPTION="GNOME integration for Spotify"
HOMEPAGE="https://github.com/mrpdaemon/gnome-integration-spotify"
SRC_URI="http://github.com/mrpdaemon/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz"
S="${WORKDIR}/mrpdaemon-${PN}-5ccb755"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
dev-lang/python
dev-python/dbus-python
media-gfx/imagemagick
x11-misc/wmctrl
x11-misc/xautomation
x11-misc/xdotool
x11-apps/xwininfo"
src_install() {
dobin spotify-dbus.py
mkdir -p "${D}/etc/gconf/schemas"
cp spotify.schemas "${D}/etc/gconf/schemas"
}
pkg_preinst() {
gnome2_gconf_savelist
}
pkg_postinst() {
gnome2_gconf_install
}
pkg_prerm() {
gnome2_gconf_uninstall
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20130304.ebuild,v 1.1 2013/03/04 21:53:22 prometheanfire Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907.ebuild,v 1.1 2014/10/08 19:43:38 prometheanfire Exp $
EAPI=4
@ -8,8 +8,9 @@ inherit gnome2-utils
DESCRIPTION="GNOME integration for Spotify"
HOMEPAGE="https://github.com/mrpdaemon/gnome-integration-spotify"
SRC_URI="http://github.com/mrpdaemon/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz"
S="${WORKDIR}/mrpdaemon-${PN}-9af735f"
#SRC_URI="http://github.com/mrpdaemon/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz"
SRC_URI="https://github.com/mrpdaemon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
#S="${WORKDIR}/mrpdaemon-${PN}-df9124d"
LICENSE="GPL-3"
SLOT="0"

@ -1 +1,2 @@
DIST roundcubemail-1.0.2.tar.gz 3980298 SHA256 1c1560a7a56e6884b45c49f52961dbbb3f6bacbc7e7c755440750a1ab027171c SHA512 4076be3846f3c39c481c5546d7d2f8843cd87f1dde868aa06c9432db4a8786269e4297975802c841a0476ae4462cb7dbcc40e375bdafb6ea0a74b9c5ba9bb780 WHIRLPOOL 773b9f687dc82fdc2a879187d40bd79936d3103427a28e35b602eb7648ea397be5afeb412ff9523ff59653d50a7c3ac9ea4f14eec605e41e88158fc2f628d426
DIST roundcubemail-1.0.3.tar.gz 3984245 SHA256 8840bb6c1b08d35eeb35dff5e8d40f7771d19bae8cb65d13753f71a538f9a9ca SHA512 164f095a93f6b6216f3344072ffe90727a328838fcc58d69eb6f1ca3fd17138fd8256520d3e22f6cbfe03c99246abdce2dddb58c22f2b96798e1607f0e02c4db WHIRLPOOL 3e557e8bd79afbd5263b11b9b0ca2483d6445e2dcf668e9629f809ce1e49f9e1a7f15ff026dfc9ab6b4666dc9b402ac94d6ddf997df63f27bed84b9a3e170610

@ -0,0 +1,72 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-1.0.3.ebuild,v 1.1 2014/10/08 21:43:49 radhermit Exp $
EAPI=5
inherit webapp
MY_PN=${PN}mail
MY_P=${MY_PN}-${PV/_/-}
DESCRIPTION="A browser-based multilingual IMAP client with an application-like user interface"
HOMEPAGE="http://roundcube.net"
SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
# roundcube is GPL-licensed, the rest of the licenses here are
# for bundled PEAR components, googiespell and utf8.class.php
LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="ldap +mysql postgres sqlite ssl spell"
# this function only sets DEPEND so we need to include that in RDEPEND
need_httpd_cgi
RDEPEND="
${DEPEND}
>=dev-lang/php-5.3[crypt,filter,gd,iconv,json,ldap?,pdo,postgres?,session,sockets,ssl?,unicode,xml]
>=dev-php/PEAR-Auth_SASL-1.0.3
>=dev-php/PEAR-Crypt_GPG-1.3.2
>=dev-php/PEAR-Mail_Mime-1.8.1
>=dev-php/PEAR-Net_IDNA2-0.1.1
>=dev-php/PEAR-Net_SMTP-1.4.2
>=dev-php/PEAR-Net_Sieve-1.3.2
>=dev-php/PEAR-Net_Socket-1.0.14
mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) )
spell? ( dev-lang/php[curl,spell] )
sqlite? ( dev-lang/php[sqlite] )
virtual/httpd-php
"
S=${WORKDIR}/${MY_P}
src_prepare() {
# Remove bundled PEAR packages
rm -r program/lib/{Auth,Crypt,Mail,Net,PEAR*} || die
}
src_install() {
webapp_src_preinst
dodoc CHANGELOG INSTALL README.md UPGRADING
insinto "${MY_HTDOCSDIR}"
doins -r [[:lower:]]* SQL
doins .htaccess
webapp_serverowned "${MY_HTDOCSDIR}"/logs
webapp_serverowned "${MY_HTDOCSDIR}"/temp
webapp_configfile "${MY_HTDOCSDIR}"/config/defaults.inc.php
webapp_postupgrade_txt en UPGRADING
webapp_src_install
}
pkg_postinst() {
ewarn "When upgrading from <= 0.9, note that the old configuration files"
ewarn "named main.inc.php and db.inc.php are deprecated and should be"
ewarn "replaced with one single config.inc.php file."
ewarn "Run the ./bin/update.sh script to convert those"
ewarn "or manually merge the files."
ewarn "The new config.inc.php should only contain options that"
ewarn "differ from the ones listed in defaults.inc.php."
}

@ -0,0 +1,12 @@
diff -r -U1 lensfun-0.3.0.orig/docs/CMakeLists.txt lensfun-0.3.0/docs/CMakeLists.txt
--- lensfun-0.3.0.orig/docs/CMakeLists.txt 2014-10-01 00:37:34.000000000 +0700
+++ lensfun-0.3.0/docs/CMakeLists.txt 2014-10-08 15:50:44.135182005 +0700
@@ -28,5 +28,5 @@
TARGET man
- COMMAND rst2man ${CMAKE_CURRENT_SOURCE_DIR}/man/g-lensfun-update-data.1.rst > ${CMAKE_CURRENT_BINARY_DIR}/g-lensfun-update-data.1
- COMMAND rst2man ${CMAKE_CURRENT_SOURCE_DIR}/man/lensfun-update-data.1.rst > ${CMAKE_CURRENT_BINARY_DIR}/lensfun-update-data.1
- COMMAND rst2man ${CMAKE_CURRENT_SOURCE_DIR}/man/lensfun-add-adapter.1.rst > ${CMAKE_CURRENT_BINARY_DIR}/lensfun-add-adapter.1
+ COMMAND rst2man.py ${CMAKE_CURRENT_SOURCE_DIR}/man/g-lensfun-update-data.1.rst > ${CMAKE_CURRENT_BINARY_DIR}/g-lensfun-update-data.1
+ COMMAND rst2man.py ${CMAKE_CURRENT_SOURCE_DIR}/man/lensfun-update-data.1.rst > ${CMAKE_CURRENT_BINARY_DIR}/lensfun-update-data.1
+ COMMAND rst2man.py ${CMAKE_CURRENT_SOURCE_DIR}/man/lensfun-add-adapter.1.rst > ${CMAKE_CURRENT_BINARY_DIR}/lensfun-add-adapter.1
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.3.0.ebuild,v 1.1 2014/10/04 10:13:25 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.3.0.ebuild,v 1.2 2014/10/09 02:47:31 grozin Exp $
EAPI=5
@ -25,6 +25,8 @@ DEPEND="${RDEPEND}
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
PATCHES=( "${FILESDIR}"/${P}-rst2man.patch )
DOCS=( README docs/mounts.txt ChangeLog )
src_configure() {

@ -2,3 +2,4 @@ DIST abcMIDI-2014-02-05.zip 506837 SHA256 bd4acfc7e7a296d2dece7ef46154e7b4733ee4
DIST abcMIDI-2014-04-03.zip 507208 SHA256 e595b705adb513ea3f5e8b9a503f4e04872b1ad14a11bdfaa006a9ab8a0f5309 SHA512 1f28f12992818b3fbe92cbc2418d2a9376a3406abc3dee8683744c03ef267a432abdc26e638ad2b72eea835aeb6cf4b31cedba89d0ae998a3dd0044f7f207c80 WHIRLPOOL 5ffaa3250b3c26d1ca813b9222e9e1d830f4c03acd03e73778b868f72da491ca9d7ba2f3559bfe440626ac728c91e41f0ef0b1eae36991ed7d71a7a31eb735bd
DIST abcMIDI-2014-04-10.zip 507563 SHA256 ef7cb39129f4f3e8088eeb57aecc727c6de0df006a4dd8496bf6601847560fe4 SHA512 df5ced48aa3791b24f70be256a7c743a910dc0527d86552856897aa7797ad039a56dae0d45ebe7b95c656755f7122ed7e45bae144384947f112191bd397e3cd5 WHIRLPOOL 8dc30d1947101ad21c9267c661f4e1231c5dc34202ea093dd73bba8d9b73041b8f5b63d17d85fc48a64b7aaf305047a459fe4e61b6983235997dce26a78d9590
DIST abcMIDI-2014-04-24.zip 507954 SHA256 bb75b235b08f9ba64fb819973238f136491334bfc0e50909c41914a92ac1d6dd SHA512 9531a307b45ed1550e89ccc354e6cd1ebfa2d7092f1c35ee0310e9932af7ce1815918ecf3738ceff509604921c6f8ed17eeac8a2c978432261bc611558631c7d WHIRLPOOL 094d1b9feee3e9427bbeb30a68f64f7c4a7cdd55ed39db329e1649de526a8279c6e6213f98b36ad435736500a9856c6ccca94035d3644f5d86a515c8c4fb0603
DIST abcMIDI-2014-09-28.zip 510496 SHA256 c8ebad8e28823e2314ce7561e8864572fe19ff87fbfd341faba139c120a7edc6 SHA512 1023d18a70f5e245ed2fbdc532b6a0a40bd416952bba895ce7b493fb5c5db9dedc811eb5be60063c9764bfe96633971ea346d6da7245b2a93c2429d5fa6fdea6 WHIRLPOOL 11185e6a08607ce9f7ec61a1790cdd5d2f753c44b55d257c01f383482f5556be2f591baa3073bb6ef40b9b3925c459ea773a6f5588dbe6941728a173956fd591

@ -0,0 +1,38 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/abcmidi-2014.09.28.ebuild,v 1.1 2014/10/09 03:34:06 radhermit Exp $
EAPI=5
inherit eutils versionator autotools
MY_P="abcMIDI-$(replace_all_version_separators '-')"
DESCRIPTION="Programs for processing ABC music notation files"
HOMEPAGE="http://abc.sourceforge.net/abcMIDI/"
SRC_URI="http://ifdo.pugmarks.com/~seymour/runabc/${MY_P}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
DEPEND="app-arch/unzip"
S=${WORKDIR}/${PN}
src_prepare() {
epatch "${FILESDIR}"/${PN}-2011.10.19-install.patch
rm configure makefile || die
sed -i "s:-O2::" configure.ac || die
eautoreconf
}
src_install() {
default
dodoc doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt}
if use examples ; then
docinto examples
dodoc samples/*.abc
fi
}

@ -0,0 +1,22 @@
https://bugs.gentoo.org/519450
--- spek-0.8.3/src/spek-fft.cc
+++ spek-0.8.3/src/spek-fft.cc
@@ -17,6 +17,7 @@
*/
#include <math.h>
+#include <stdlib.h>
#define __STDC_CONSTANT_MACROS
extern "C" {
--- spek-0.8.3/src/spek-events.cc
+++ spek-0.8.3/src/spek-events.cc
@@ -16,6 +16,7 @@
* along with Spek. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <stdlib.h>
#include "spek-events.h"
//IMPLEMENT_DYNAMIC_CLASS(SpekHaveSampleEvent, wxEvent)

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/spek/spek-0.8.3.ebuild,v 1.4 2013/08/20 13:06:40 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/spek/spek-0.8.3.ebuild,v 1.5 2014/10/09 05:58:49 xmw Exp $
EAPI=5
WX_GTK_VER="2.8"
@ -35,6 +35,7 @@ src_prepare() {
epatch \
"${FILESDIR}"/${PN}-0.8.1-disable-updates.patch \
"${FILESDIR}"/${P}-replace-gnu+11-with-c++11.patch
"${FILESDIR}"/${P}-replace-gnu+11-with-c++11.patch \
"${FILESDIR}"/${P}-stdlib.patch
eautoreconf
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.11.27.ebuild,v 1.1 2014/07/25 21:15:19 prometheanfire Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.11.27-r1.ebuild,v 1.1 2014/10/08 19:48:25 prometheanfire Exp $
EAPI=5
inherit eutils fdo-mime gnome2-utils pax-utils unpacker
@ -34,9 +34,9 @@ RDEPEND="${DEPEND}
x11-libs/libXScrnSaver
x11-libs/libXrandr
x11-libs/libXrender
dev-qt/qtcore:4[qt3support]
dev-qt/qtcore:4[qt3support,glib]
dev-qt/qtdbus:4
dev-qt/qtgui:4[qt3support]
dev-qt/qtgui:4[qt3support,glib]
dev-qt/qtwebkit:4
x11-misc/xdg-utils
media-libs/alsa-lib

@ -2,3 +2,4 @@ DIST yoshimi-1.0.0.tar.bz2 1424814 SHA256 4c0d6f5a8f856f05ff594cbac7d0dc113f1fcc
DIST yoshimi-1.1.0.tar.bz2 2210595 SHA256 7be9e7730231f9d7aa8036a4fa429f58ae19e48bca3dd96a1c52298d17c06065 SHA512 a158a6fdd07e3d6dea30be8f110112dd60d8c07d333216e761cfe558cb6f138d1b8cb51f8ebb329514eb90b8d6eaff271b5350462d19b65e79a39ed82638243e WHIRLPOOL b97aa55cd150d063a9a13e14806e1486e728c94fddafaf7574940c318294749096c077c24fcd85039788597350f4ed3d154737e9dd0faf13255835913d114a1d
DIST yoshimi-1.2.0.tar.bz2 2354987 SHA256 bd8e5d7ab40ee547b79a9202dcdd858f981049e959f5ff95daeeffde671a9b5c SHA512 1831608004e3cf3d5ec445ef9a86dc8b70d8cd394897756e5e8aed05dfdbc4acfe03b1064e4f02cb7504ef25cc487a92c8484a726dc999a47b52b9029ba355af WHIRLPOOL a8270c73f48443582018c0d0ded3be02198c81675c321f907cb268ccf56be85952ba0559026dc9aa95586686de5886dff6b711bf009ad98a4f41f852e3d7f338
DIST yoshimi-1.2.1.tar.bz2 2373692 SHA256 4c66c21b8736697fa6bc8e5f34e7536ef84653c32c5b2fa572bd8fb99fe793c9 SHA512 6186d2dd92a02c289c98664d47d795f8312c07466bfc6e3aebcf67d7aeaa24e8de8523fe238fda7c9e623d1cb6f27d888d8a274942f59e2dcf6aceca78336a09 WHIRLPOOL 30030b1d6607fe04f72f44d6a9e31caf85b0b0a0ca10dd057d2bdab3df2280226820377037928396b79a9debb6d9a19643b0f174b0c5d37e285612827d011bfb
DIST yoshimi-1.2.4.tar.bz2 2940606 SHA256 bfcf7d43b451feec21a76e6649f8ec7fc3d4b591127f0e994e2841d0015be273 SHA512 dda861f5534875f1d3d641c65b998d0e982570aa88cd279024295a51e878d8f75dc56e01b258bbc26c668b42bdebd455aaf41bef8c344872323bcd56d078e109 WHIRLPOOL bbb721bb7f225c7edf4bbb18347b374a461abb9195ca3a78e2931cab69e92579a4363187e52012039f9990e2b53f1f20b18af8c66a3ab82d4513ac8364986eea

@ -0,0 +1,40 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/yoshimi-1.2.4.ebuild,v 1.1 2014/10/09 03:31:01 radhermit Exp $
EAPI=5
inherit eutils cmake-utils
DESCRIPTION="A software synthesizer based on ZynAddSubFX"
HOMEPAGE="http://yoshimi.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-libs/mini-xml-2.5
>=media-libs/alsa-lib-1.0.17
media-libs/fontconfig
media-libs/libsndfile
>=media-sound/jack-audio-connection-kit-0.115.6
sci-libs/fftw:3.0
sys-libs/zlib
x11-libs/cairo
x11-libs/fltk:1[opengl]"
DEPEND="${RDEPEND}
dev-libs/boost
virtual/pkgconfig"
S=${WORKDIR}/${P}/src
DOCS="../Changelog"
src_prepare() {
sed -i \
-e '/set (CMAKE_CXX_FLAGS_RELEASE/d' \
CMakeLists.txt || die
EPATCH_OPTS="-d .." epatch "${FILESDIR}"/${PN}-1.1.0-desktop-version.patch
}

@ -1 +1 @@
Wed, 08 Oct 2014 19:07:01 +0000
Thu, 09 Oct 2014 07:37:01 +0000

@ -1 +1 @@
Wed, 08 Oct 2014 19:07:01 +0000
Thu, 09 Oct 2014 07:37:01 +0000

@ -1,11 +0,0 @@
DEFINED_PHASES=install postinst
DEPEND=app-admin/eselect !<net-analyzer/metasploit-4.6
DESCRIPTION=eselect module for metasploit
EAPI=5
HOMEPAGE=http://www.pentoo.ch/
KEYWORDS=~amd64 ~arm ~x86
LICENSE=GPL-2
RDEPEND=app-admin/eselect !<net-analyzer/metasploit-4.6
SLOT=0
_eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=7d3a595e148728d81eb40ff0de563465

@ -8,4 +8,4 @@ LICENSE=GPL-2
RDEPEND=app-admin/eselect !<net-analyzer/metasploit-4.6
SLOT=0
_eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=6afa481387b8fcecbaa50c5cf845143e
_md5_=975723b76c429f59fe10f53e55c04033

@ -9,6 +9,6 @@ RDEPEND=chrome? ( || ( www-client/google-chrome www-client/google-chrome-beta ww
REQUIRED_USE=|| ( firefox chromium chrome )
RESTRICT=strip mirror
SLOT=0
SRC_URI=https://lastpass.com/lplinux.tar.bz2 firefox? ( https://lastpass.com/lp_linux.xpi ) https://lastpass.com/lpchrome_linux.crx
SRC_URI=https://lastpass.com/lplinux.tar.bz2 https://lastpass.com/lpchrome_linux.crx firefox? ( https://lastpass.com/lp_linux.xpi )
_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=162591365f4cc45b2ebb7c517dbe91b2
_md5_=509cec84f6e608faf00a8c62df6a0141

@ -9,4 +9,4 @@ RESTRICT=mirror strip
SLOT=0
SRC_URI=http://download.virtualbox.org/virtualbox/4.2.26/Oracle_VM_VirtualBox_Extension_Pack-4.2.26-95022.vbox-extpack -> Oracle_VM_VirtualBox_Extension_Pack-4.2.26-95022.tar.gz
_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=792d6d0615706f83ee8111ac3ae70aaf
_md5_=bdc89bbe4c7b7e540ed5e6bb4cca6ddf

@ -9,4 +9,4 @@ RESTRICT=mirror strip
SLOT=0
SRC_URI=http://download.virtualbox.org/virtualbox/4.3.14/Oracle_VM_VirtualBox_Extension_Pack-4.3.14-95030.vbox-extpack -> Oracle_VM_VirtualBox_Extension_Pack-4.3.14-95030.tar.gz
_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=864a6fd87cb24cc4e17b63f47eee829a
_md5_=f23a9594a00314ff891ecb71e810105b

@ -9,4 +9,4 @@ RESTRICT=mirror strip
SLOT=0
SRC_URI=http://download.virtualbox.org/virtualbox/4.3.16/Oracle_VM_VirtualBox_Extension_Pack-4.3.16-95972.vbox-extpack -> Oracle_VM_VirtualBox_Extension_Pack-4.3.16-95972.tar.gz
_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=b6e4f346b3356bbf6869000dc51b0137
_md5_=80def1772b5321a7015045eacb07b223

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install prepare setup unpack
DEPEND=>=sys-devel/clang-3.4 >=sys-devel/llvm-3.4 || ( >=dev-lang/python-2.7.5-r2:2.7 )
DESCRIPTION=OpenCL C library
EAPI=5
HOMEPAGE=http://libclc.llvm.org/
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=|| ( MIT BSD )
RDEPEND=>=sys-devel/clang-3.4 >=sys-devel/llvm-3.4
SLOT=0
SRC_URI=mirror://gentoo/libclc-0.0.1_pre20140101.tar.xz
_eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 32548a82e42dc26e3312581476d2f20c multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=d29e937637d88b21668eef5907be1706

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=sys-devel/gettext dev-lang/perl:=[-build(-)] sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
DESCRIPTION=Library for solving packages and reading repositories
EAPI=5
HOMEPAGE=http://doc.opensuse.org/projects/libzypp/HEAD/ https://github.com/openSUSE/libsolv
IUSE=bzip2 lzma perl python ruby python_targets_python2_7 python_single_target_python2_7 elibc_FreeBSD ruby_targets_ruby19
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
LICENSE=GPL-2
RDEPEND=app-arch/rpm dev-libs/expat sys-libs/db sys-libs/zlib virtual/udev bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-lang/swig:0 ) perl? ( dev-lang/perl dev-lang/swig:0 ) ruby? ( ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) dev-lang/swig:0 ) dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=https://github.com/openSUSE/libsolv/archive/0.6.6.tar.gz -> libsolv-0.6.6.tar.gz
_eclasses_=cmake-utils da2974fcb060ec927e93a17c835afa67 eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module f889e8437ffc64d766053d029c422c4e python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52 versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=f6c5966a7b9f36bfa290006bfc2e6ffc

@ -1,12 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-perl/Data-Structure-Util dev-perl/IO-Event dev-perl/AnyEvent dev-perl/Event dev-perl/File-Slurp dev-lang/perl:=[-build(-)]
DEPEND=dev-perl/Data-Structure-Util >=dev-perl/IO-Event-0.812.0 dev-perl/AnyEvent dev-perl/Event virtual/perl-Time-HiRes dev-perl/File-Slurp test? ( dev-perl/Test-SharedFork ) dev-lang/perl:=[-build(-)]
DESCRIPTION=flock() wrapper. Auto-create locks
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/File-Flock/
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
RDEPEND=dev-perl/Data-Structure-Util dev-perl/IO-Event dev-perl/AnyEvent dev-perl/Event dev-lang/perl:=[-build(-)]
RDEPEND=dev-perl/Data-Structure-Util >=dev-perl/IO-Event-0.812.0 dev-perl/AnyEvent dev-perl/Event virtual/perl-Time-HiRes dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/M/MU/MUIR/modules/File-Flock-2014.01.tar.gz
_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module f889e8437ffc64d766053d029c422c4e toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=209ab9dd706c123ac3fb77529bf0c1f8
_md5_=da38bc4d19ad5837e3ef2c94a0fbae42

@ -1,14 +0,0 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) test? ( dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-libs/libxml2[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-imaging[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ibl? ( dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ssl? ( dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) boto? ( dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/twisted-core-8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-conch-8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-mail-8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-web-8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/w3lib-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/queuelib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/django[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] net-ftp/vsftpd dev-python/pillow[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite(+)] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
DESCRIPTION=A high-level Python Screen Scraping framework
EAPI=5
HOMEPAGE=http://scrapy.org http://pypi.python.org/pypi/Scrapy/
IUSE=boto doc ibl test ssl python_targets_python2_7
KEYWORDS=~amd64 ~x86
LICENSE=BSD-2
RDEPEND=dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-libs/libxml2[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-imaging[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ibl? ( dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ssl? ( dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) boto? ( dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/twisted-core-8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-conch-8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-mail-8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-web-8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/w3lib-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/queuelib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite(+)] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
REQUIRED_USE=test? ( ssl boto ) || ( python_targets_python2_7 )
SLOT=0
SRC_URI=https://github.com/scrapy/scrapy/archive/0.19.0.tar.gz -> scrapy-0.19.0.tar.gz
_eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 32548a82e42dc26e3312581476d2f20c multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66
_md5_=cb11901525b0a7faf74464e5726e601b

@ -1,14 +0,0 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) test? ( dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-libs/libxml2[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-imaging[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ibl? ( dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ssl? ( dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) boto? ( dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/twisted-core-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-conch-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-mail-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-web-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/w3lib-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/queuelib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/cssselect-0.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/django[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] net-ftp/vsftpd dev-python/pillow[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite(+)] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
DESCRIPTION=A high-level Python Screen Scraping framework
EAPI=5
HOMEPAGE=http://scrapy.org http://pypi.python.org/pypi/Scrapy/
IUSE=boto doc ibl test ssl python_targets_python2_7
KEYWORDS=~amd64 ~x86
LICENSE=BSD-2
RDEPEND=dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-libs/libxml2[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-imaging[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ibl? ( dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ssl? ( dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) boto? ( dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/twisted-core-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-conch-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-mail-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-web-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/w3lib-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/queuelib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/cssselect-0.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite(+)] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
REQUIRED_USE=test? ( ssl boto ) || ( python_targets_python2_7 )
SLOT=0
SRC_URI=https://github.com/scrapy/scrapy/archive/0.20.0.tar.gz -> scrapy-0.20.0.tar.gz
_eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 32548a82e42dc26e3312581476d2f20c multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66
_md5_=6658c9ac626b2808ad645ac98a6d5ae7

@ -1,14 +0,0 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) test? ( >=dev-python/six-1.5.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-libs/libxml2[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-imaging[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ibl? ( dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ssl? ( dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) boto? ( dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/twisted-core-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-conch-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-mail-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-web-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/w3lib-1.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/queuelib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/cssselect-0.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/django[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pillow[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=net-proxy/mitmproxy-0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] net-ftp/vsftpd ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite(+)] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
DESCRIPTION=A high-level Python Screen Scraping framework
EAPI=5
HOMEPAGE=http://scrapy.org http://pypi.python.org/pypi/Scrapy/
IUSE=boto doc ibl test ssl python_targets_python2_7
KEYWORDS=~amd64 ~x86
LICENSE=BSD-2
RDEPEND=>=dev-python/six-1.5.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-libs/libxml2[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-imaging[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ibl? ( dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ssl? ( dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) boto? ( dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/twisted-core-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-conch-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-mail-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-web-10.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/w3lib-1.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/queuelib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/cssselect-0.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite(+)] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
REQUIRED_USE=test? ( ssl boto ) || ( python_targets_python2_7 )
SLOT=0
SRC_URI=https://github.com/scrapy/scrapy/archive/0.24.1.tar.gz -> scrapy-0.24.1.tar.gz
_eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 32548a82e42dc26e3312581476d2f20c multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66
_md5_=b0ec742c73f5f96856af15d8f032d8f6

@ -11,4 +11,4 @@ REQUIRED_USE=test? ( ssl boto ) || ( python_targets_python2_7 )
SLOT=0
SRC_URI=https://github.com/scrapy/scrapy/archive/0.25.1.tar.gz -> scrapy-0.25.1.tar.gz
_eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 32548a82e42dc26e3312581476d2f20c multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66
_md5_=448bffc62ba9e47a5bc6b735366b71e1
_md5_=1d313cfe21dae15aa50ca02313ba1103

@ -1,14 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/timers-1.0.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/timers-1.0.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/timers-1.0.0[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) )
DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/timers-1.0.0[ruby_targets_ruby19] <dev-ruby/timers-3[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/timers-1.0.0[ruby_targets_ruby20] <dev-ruby/timers-3[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/timers-1.0.0[ruby_targets_ruby21] <dev-ruby/timers-3[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) )
DESCRIPTION=Celluloid provides a simple and natural way to build fault-tolerant concurrent programs in Ruby
EAPI=5
HOMEPAGE=https://github.com/celluloid/celluloid
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test
KEYWORDS=~amd64 ~ppc ~ppc64
LICENSE=MIT
RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/timers-1.0.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/timers-1.0.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/timers-1.0.0[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] )
RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/timers-1.0.0[ruby_targets_ruby19] <dev-ruby/timers-3[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/timers-1.0.0[ruby_targets_ruby20] <dev-ruby/timers-3[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/timers-1.0.0[ruby_targets_ruby21] <dev-ruby/timers-3[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 )
SLOT=0
SRC_URI=https://github.com/celluloid/celluloid/archive/v0.15.2.tar.gz -> celluloid-0.15.2-git.tgz
_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=506b1585ed6f278e8eb0da7409a46525
_md5_=55bb472e9427c624d5f9690452b42f6a

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/minitest:5[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/minitest:5[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/minitest:5[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) )
DESCRIPTION=Provides a mailcap-like MIME Content-Type lookup for Ruby
EAPI=5
HOMEPAGE=https://github.com/halostatue/mime-types/
IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=MIT Artistic GPL-2
RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 )
SLOT=2
SRC_URI=mirror://rubygems/mime-types-2.4.1.gem
_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=e6e82e4425e3297807a98b6720d2921e

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=media-libs/libsdl[joystick] media-libs/sdl-image[png,jpeg] media-libs/sdl-mixer[mikmod,vorbis] x11-libs/libXt
DEPEND=media-libs/libsdl[joystick] media-libs/sdl-image[png,jpeg] media-libs/sdl-mixer[mod,vorbis] x11-libs/libXt
DESCRIPTION=A game similar to Super Mario Bros
EAPI=5
HOMEPAGE=http://super-tux.sourceforge.net
IUSE=opengl
KEYWORDS=amd64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd
LICENSE=GPL-2
RDEPEND=media-libs/libsdl[joystick] media-libs/sdl-image[png,jpeg] media-libs/sdl-mixer[mikmod,vorbis] x11-libs/libXt games-misc/games-envd
RDEPEND=media-libs/libsdl[joystick] media-libs/sdl-image[png,jpeg] media-libs/sdl-mixer[mod,vorbis] x11-libs/libXt games-misc/games-envd
SLOT=0
SRC_URI=mirror://berlios/supertux/supertux-0.1.3.tar.bz2
_eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 32548a82e42dc26e3312581476d2f20c games e221fed675714bd5545b7488aed9f822 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747
_md5_=e0166408a7e8570b3c8c011d414ec497
_md5_=27c4164ba82020d7c94fe0da4d29b758

@ -1,12 +0,0 @@
DEFINED_PHASES=install postinst preinst prerm
DEPEND=>=sys-apps/sed-4
DESCRIPTION=GNOME integration for Spotify
EAPI=4
HOMEPAGE=https://github.com/mrpdaemon/gnome-integration-spotify
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-lang/python dev-python/dbus-python media-gfx/imagemagick x11-misc/wmctrl x11-misc/xautomation x11-misc/xdotool x11-apps/xwininfo
SLOT=0
SRC_URI=http://github.com/mrpdaemon/gnome-integration-spotify/tarball/20130304 -> gnome-integration-spotify-git-20130304.tgz
_eclasses_=gnome2-utils f658eba3cc594a21cf6eef4af47daa90 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=97104cdcb9014781b019638c32ae3b51

@ -7,6 +7,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-lang/python dev-python/dbus-python media-gfx/imagemagick x11-misc/wmctrl x11-misc/xautomation x11-misc/xdotool x11-apps/xwininfo
SLOT=0
SRC_URI=http://github.com/mrpdaemon/gnome-integration-spotify/tarball/20130119 -> gnome-integration-spotify-git-20130119.tgz
SRC_URI=https://github.com/mrpdaemon/gnome-integration-spotify/archive/20140907.tar.gz -> gnome-integration-spotify-20140907.tar.gz
_eclasses_=gnome2-utils f658eba3cc594a21cf6eef4af47daa90 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=ac5a293d9e8ff684925360c58fb05833
_md5_=c10d0416258ee9e972a45bad539e645e

@ -0,0 +1,13 @@
DEFINED_PHASES=install postinst prepare prerm setup
DEPEND=|| ( virtual/httpd-cgi virtual/httpd-fastcgi ) >=app-admin/webapp-config-1.50.15
DESCRIPTION=A browser-based multilingual IMAP client with an application-like user interface
EAPI=5
HOMEPAGE=http://roundcube.net
IUSE=ldap +mysql postgres sqlite ssl spell vhosts
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86
LICENSE=GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain
RDEPEND=|| ( virtual/httpd-cgi virtual/httpd-fastcgi ) >=dev-lang/php-5.3[crypt,filter,gd,iconv,json,ldap?,pdo,postgres?,session,sockets,ssl?,unicode,xml] >=dev-php/PEAR-Auth_SASL-1.0.3 >=dev-php/PEAR-Crypt_GPG-1.3.2 >=dev-php/PEAR-Mail_Mime-1.8.1 >=dev-php/PEAR-Net_IDNA2-0.1.1 >=dev-php/PEAR-Net_SMTP-1.4.2 >=dev-php/PEAR-Net_Sieve-1.3.2 >=dev-php/PEAR-Net_Socket-1.0.14 mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) ) spell? ( dev-lang/php[curl,spell] ) sqlite? ( dev-lang/php[sqlite] ) virtual/httpd-php >=app-admin/webapp-config-1.50.15
SLOT=1.0.3
SRC_URI=mirror://sourceforge/roundcubemail/roundcubemail-1.0.3.tar.gz
_eclasses_=webapp 25b9b1696f5e698711f47d45c3d45e3e
_md5_=c7de817fdb8c5bfa46539fff6c812987

@ -11,4 +11,4 @@ REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( p
SLOT=0
SRC_URI=mirror://sourceforge/lensfun/lensfun-0.3.0.tar.bz2
_eclasses_=cmake-utils da2974fcb060ec927e93a17c835afa67 eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=75495d51e26c0d17bf24b99559b85a25
_md5_=15d6002a98de1437eb0a2321f69c0aba

@ -0,0 +1,12 @@
DEFINED_PHASES=install prepare
DEPEND=app-arch/unzip !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool
DESCRIPTION=Programs for processing ABC music notation files
EAPI=5
HOMEPAGE=http://abc.sourceforge.net/abcMIDI/
IUSE=examples
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
SLOT=0
SRC_URI=http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2014-09-28.zip
_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=eadd19f103ef45b93966d9cef80a678a

@ -9,4 +9,4 @@ RDEPEND=virtual/ffmpeg x11-libs/wxGTK:2.8[X]
SLOT=0
SRC_URI=https://github.com/alexkay/spek/archive/0.8.3.tar.gz -> spek-0.8.3.tar.gz
_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 32548a82e42dc26e3312581476d2f20c libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 wxwidgets 6d6eec2685256d35511e7b6d5461bec9
_md5_=2267b0b04aff7bb94eb814e00387083d
_md5_=cebdbab5815b99ccc6e79538ffae16bd

@ -6,9 +6,9 @@ HOMEPAGE=https://www.spotify.com/ch-de/download/previews/
IUSE=gnome pax_kernel pulseaudio
KEYWORDS=~amd64
LICENSE=Spotify
RDEPEND=x11-libs/libxcb x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libXext x11-libs/libXinerama x11-libs/libXdmcp x11-libs/libXScrnSaver x11-libs/libXrandr x11-libs/libXrender dev-qt/qtcore:4[qt3support] dev-qt/qtdbus:4 dev-qt/qtgui:4[qt3support] dev-qt/qtwebkit:4 x11-misc/xdg-utils media-libs/alsa-lib media-libs/fontconfig media-libs/freetype dev-libs/openssl:0 dev-libs/glib:2 || ( dev-libs/libgcrypt:11/11 dev-libs/libgcrypt:0/11 ) media-libs/libpng:1.2 dev-db/sqlite:3 sys-libs/zlib app-arch/bzip2 sys-apps/dbus[X] x11-libs/pango[X] sys-apps/util-linux dev-libs/expat >=dev-libs/nspr-4.9 gnome-base/gconf:2 x11-libs/gtk+:2 dev-libs/nss dev-libs/glib:2 net-print/cups virtual/udev pulseaudio? ( >=media-sound/pulseaudio-0.9.21 ) gnome? ( gnome-extra/gnome-integration-spotify )
RDEPEND=x11-libs/libxcb x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libXext x11-libs/libXinerama x11-libs/libXdmcp x11-libs/libXScrnSaver x11-libs/libXrandr x11-libs/libXrender dev-qt/qtcore:4[qt3support,glib] dev-qt/qtdbus:4 dev-qt/qtgui:4[qt3support,glib] dev-qt/qtwebkit:4 x11-misc/xdg-utils media-libs/alsa-lib media-libs/fontconfig media-libs/freetype dev-libs/openssl:0 dev-libs/glib:2 || ( dev-libs/libgcrypt:11/11 dev-libs/libgcrypt:0/11 ) media-libs/libpng:1.2 dev-db/sqlite:3 sys-libs/zlib app-arch/bzip2 sys-apps/dbus[X] x11-libs/pango[X] sys-apps/util-linux dev-libs/expat >=dev-libs/nspr-4.9 gnome-base/gconf:2 x11-libs/gtk+:2 dev-libs/nss dev-libs/glib:2 net-print/cups virtual/udev pulseaudio? ( >=media-sound/pulseaudio-0.9.21 ) gnome? ( gnome-extra/gnome-integration-spotify )
RESTRICT=mirror strip
SLOT=0
SRC_URI=amd64? ( http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.11.27.g2b1a638.81-1_amd64.deb )
_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils f658eba3cc594a21cf6eef4af47daa90 multilib 3bf24e6abb9b76d9f6c20600f0b716bf pax-utils dfe060cb70d89757fde5c1ff8405e950 toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=3acf094a8cad3e8762b1f0ad6061908b
_md5_=303e967d8f569b42b4763d8167a233f6

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-libs/mini-xml-2.5 >=media-libs/alsa-lib-1.0.17 media-libs/fontconfig media-libs/libsndfile >=media-sound/jack-audio-connection-kit-0.115.6 sci-libs/fftw:3.0 sys-libs/zlib x11-libs/cairo x11-libs/fltk:1[opengl] dev-libs/boost virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
DESCRIPTION=A software synthesizer based on ZynAddSubFX
EAPI=5
HOMEPAGE=http://yoshimi.sourceforge.net/
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=dev-libs/mini-xml-2.5 >=media-libs/alsa-lib-1.0.17 media-libs/fontconfig media-libs/libsndfile >=media-sound/jack-audio-connection-kit-0.115.6 sci-libs/fftw:3.0 sys-libs/zlib x11-libs/cairo x11-libs/fltk:1[opengl]
SLOT=0
SRC_URI=mirror://sourceforge/yoshimi/yoshimi-1.2.4.tar.bz2
_eclasses_=cmake-utils da2974fcb060ec927e93a17c835afa67 eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=a69eb1be50740c08a1a63f5f4b76475c

@ -6,10 +6,10 @@ HOMEPAGE=http://www.skype.com/
IUSE=apulse pax_kernel +pulseaudio selinux
KEYWORDS=~amd64 ~x86
LICENSE=skype-4.0.0.7-copyright BSD MIT RSA W3C regexp-UofT no-source-code
RDEPEND=virtual/ttf-fonts amd64? ( || ( ( dev-qt/qtcore:4[abi_x86_32(-)] dev-qt/qtdbus:4[abi_x86_32(-)] dev-qt/qtgui:4[accessibility,abi_x86_32(-)] dev-qt/qtwebkit:4[abi_x86_32(-)] ) !apulse? ( >=app-emulation/emul-linux-x86-qtlibs-20120520 ) ) || ( ( media-libs/alsa-lib[abi_x86_32(-)] pulseaudio? ( media-sound/pulseaudio[abi_x86_32(-)] ) ) !apulse? ( >=app-emulation/emul-linux-x86-soundlibs-20120520 ) ) || ( ( x11-libs/libX11[abi_x86_32(-)] x11-libs/libXext[abi_x86_32(-)] x11-libs/libXScrnSaver[abi_x86_32(-)] x11-libs/libXv[abi_x86_32(-)] ) !apulse? ( >=app-emulation/emul-linux-x86-xlibs-20120520 ) ) apulse? ( media-sound/apulse[abi_x86_32(-)] ) ) x86? ( media-libs/alsa-lib x11-libs/libX11 x11-libs/libXext x11-libs/libXScrnSaver x11-libs/libXv dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4[accessibility] dev-qt/qtwebkit:4 apulse? ( media-sound/apulse ) ) pulseaudio? ( media-sound/pulseaudio ) selinux? ( sec-policy/selinux-skype )
RDEPEND=virtual/ttf-fonts amd64? ( || ( ( dev-qt/qtcore:4[abi_x86_32(-)] dev-qt/qtdbus:4[abi_x86_32(-)] dev-qt/qtgui:4[accessibility,abi_x86_32(-)] dev-qt/qtwebkit:4[abi_x86_32(-)] ) >=app-emulation/emul-linux-x86-qtlibs-20120520 ) || ( ( media-libs/alsa-lib[abi_x86_32(-)] pulseaudio? ( media-sound/pulseaudio[abi_x86_32(-)] ) ) !apulse? ( >=app-emulation/emul-linux-x86-soundlibs-20120520 ) ) || ( ( x11-libs/libX11[abi_x86_32(-)] x11-libs/libXext[abi_x86_32(-)] x11-libs/libXScrnSaver[abi_x86_32(-)] x11-libs/libXv[abi_x86_32(-)] ) >=app-emulation/emul-linux-x86-xlibs-20120520 ) apulse? ( media-sound/apulse[abi_x86_32(-)] ) ) x86? ( media-libs/alsa-lib x11-libs/libX11 x11-libs/libXext x11-libs/libXScrnSaver x11-libs/libXv dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4[accessibility] dev-qt/qtwebkit:4 apulse? ( media-sound/apulse ) ) pulseaudio? ( media-sound/pulseaudio ) selinux? ( sec-policy/selinux-skype )
REQUIRED_USE=apulse? ( !pulseaudio )
RESTRICT=mirror bindist strip
SLOT=0
SRC_URI=http://download.skype.com/linux/skype-4.3.0.37.tar.bz2
_eclasses_=eutils 32548a82e42dc26e3312581476d2f20c gnome2-utils f658eba3cc594a21cf6eef4af47daa90 multilib 3bf24e6abb9b76d9f6c20600f0b716bf pax-utils dfe060cb70d89757fde5c1ff8405e950 toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=02b1da9b87c9b88a034d658395f24787
_md5_=d0c7b21d2814e3c9d1cd98f5ef2f56b4

@ -1,12 +0,0 @@
DEFINED_PHASES=compile install postinst postrm prepare setup test
DEPEND=dev-python/pyserial dev-libs/libxml2[python] || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
DESCRIPTION=Free open-source tool for programming your amateur radio
EAPI=4
HOMEPAGE=http://chirp.danplanet.com
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-python/pyserial dev-libs/libxml2[python] dev-python/pygtk || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
SLOT=0
SRC_URI=http://chirp.danplanet.com/download/0.2.3/chirp-0.2.3.tar.gz
_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python be9965681d83c3980660a2660ac95e95 toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=e16a9c727ce59e0c8d2ecb684c1d5774

@ -1,12 +0,0 @@
DEFINED_PHASES=compile install postinst postrm prepare setup test
DEPEND=dev-python/pyserial dev-libs/libxml2[python] || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
DESCRIPTION=Free open-source tool for programming your amateur radio
EAPI=5
HOMEPAGE=http://chirp.danplanet.com
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-python/pyserial dev-libs/libxml2[python] dev-python/pygtk || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
SLOT=0
SRC_URI=http://chirp.danplanet.com/download/0.3.0/chirp-0.3.0.tar.gz
_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python be9965681d83c3980660a2660ac95e95 toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=89797450deddf111d3751e010be7e4fe

@ -10,6 +10,6 @@ RDEPEND=dev-python/pyserial dev-libs/libxml2[python] dev-python/pygtk python_tar
REQUIRED_USE=|| ( python_targets_python2_7 )
RESTRICT=test
SLOT=0
SRC_URI=http://chirp.danplanet.com/download/0.4.0/chirp-0.4.0.tar.gz
SRC_URI=http://chirp.danplanet.com/download/0.4.1/chirp-0.4.1.tar.gz
_eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 32548a82e42dc26e3312581476d2f20c multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=8ae92788fa1ff7842b8f5ca03994e9c8
_md5_=e386de3b2aa7e8770844ce478d3a8bee

@ -9,4 +9,4 @@ RDEPEND=dev-python/pyserial dev-libs/libxml2[python] dev-python/pygtk python_tar
REQUIRED_USE=|| ( python_targets_python2_7 )
SLOT=0
_eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 32548a82e42dc26e3312581476d2f20c mercurial 2fbda5894dda6392b71334ee9a92de0b multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=bb48688e3ca056ab9bccc06ac0045eb3
_md5_=3be38a8ff762511b15034c2f9c83ebf9

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm prepare test unpack
DEPEND=virtual/perl-File-Spec virtual/perl-if test? ( >=virtual/perl-Test-Simple-0.980.0 ) dev-lang/perl:=[-build(-)]
DESCRIPTION=Simple Common Gateway Interface Class
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/CGI.pm/
IUSE=test
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
RDEPEND=dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/M/MA/MARKSTOS/CGI.pm-3.65.tar.gz
_eclasses_=alternatives 326031758c86cd08f5844f475f03ac01 eutils 32548a82e42dc26e3312581476d2f20c multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module f889e8437ffc64d766053d029c422c4e toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=34832349ec7e4790e2ae2460f65fbbe3

@ -11,4 +11,4 @@ RESTRICT=debug? ( strip ) test
SLOT=0
SRC_URI=https://github.com/zfsonlinux/zfs/archive/zfs-0.6.3.tar.gz
_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 autotools-utils 3727db64c7b960903d5033280f108080 eutils 32548a82e42dc26e3312581476d2f20c flag-o-matic 75e24bac8423c515dd9c5717f08feb83 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f linux-mod 101302d4b7b694ea9622bbffb187d0de multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=b157d381393f336f55312140f67c179c
_md5_=7620e1936819611830eecbcaab7d3e98

@ -2,6 +2,6 @@ DEFINED_PHASES=-
DESCRIPTION=Virtual for CGI
EAPI=5
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos
RDEPEND=|| ( =dev-lang/perl-5.20* ~perl-core/CGI-3.650.0 ) !<perl-core/CGI-3.650.0 !>perl-core/CGI-3.650.0-r999
RDEPEND=~perl-core/CGI-3.650.0
SLOT=0
_md5_=52b68ec947945f1777f4b67d45537274
_md5_=af9ff8a3c84e4c008e1929626011da5c

@ -1,7 +1,7 @@
DEFINED_PHASES=-
DESCRIPTION=Virtual for if
EAPI=5
KEYWORDS=~x86 ~amd64
KEYWORDS=~amd64 ~arm ~x86 ~amd64-fbsd
RDEPEND=|| ( =dev-lang/perl-5.20* ~perl-core/if-0.60.300 ) !<perl-core/if-0.60.300 !>perl-core/if-0.60.300-r999
SLOT=0
_md5_=eaad403093e704acdff53e1d9c60df8a
_md5_=6dfd9a5d6de5e6210899189b99d6c1e9

@ -1 +1 @@
Wed, 08 Oct 2014 19:07:04 +0000
Thu, 09 Oct 2014 07:37:04 +0000

@ -1 +1 @@
Wed Oct 8 19:07:01 UTC 2014
Thu Oct 9 07:37:01 UTC 2014

@ -1 +1 @@
Wed, 08 Oct 2014 19:30:01 +0000
Thu, 09 Oct 2014 08:00:01 +0000

@ -1 +1 @@
1412795101 Wed 08 Oct 2014 07:05:01 PM UTC UTC
1412840101 Thu 09 Oct 2014 07:35:01 AM UTC UTC

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-4.3.0.37-r1.ebuild,v 1.1 2014/10/05 09:45:54 jauhien Exp $
# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-4.3.0.37-r1.ebuild,v 1.2 2014/10/08 19:48:23 ulm Exp $
EAPI=5
@ -31,9 +31,7 @@ RDEPEND="
dev-qt/qtgui:4[accessibility,abi_x86_32(-)]
dev-qt/qtwebkit:4[abi_x86_32(-)]
)
!apulse? (
>=app-emulation/emul-linux-x86-qtlibs-${EMUL_X86_VER}
)
>=app-emulation/emul-linux-x86-qtlibs-${EMUL_X86_VER}
)
|| (
(
@ -51,13 +49,9 @@ RDEPEND="
x11-libs/libXScrnSaver[abi_x86_32(-)]
x11-libs/libXv[abi_x86_32(-)]
)
!apulse? (
>=app-emulation/emul-linux-x86-xlibs-${EMUL_X86_VER}
)
)
apulse? (
media-sound/apulse[abi_x86_32(-)]
>=app-emulation/emul-linux-x86-xlibs-${EMUL_X86_VER}
)
apulse? ( media-sound/apulse[abi_x86_32(-)] )
)
x86? (
media-libs/alsa-lib
@ -69,9 +63,7 @@ RDEPEND="
dev-qt/qtdbus:4
dev-qt/qtgui:4[accessibility]
dev-qt/qtwebkit:4
apulse? (
media-sound/apulse
)
apulse? ( media-sound/apulse )
)
pulseaudio? ( media-sound/pulseaudio )
selinux? ( sec-policy/selinux-skype )"

@ -1,3 +1 @@
DIST chirp-0.2.3.tar.gz 176249 SHA256 ff278c1abc828ac3f553253cf29e3d854c80087794c6f48c14712c681751c161 SHA512 63287c5baad34768804dc82fb4852ea42080a3156651e1ef304fda9d499aa462427dd1a58cddfd733762b6897ac01d3d1fdd982c68283da3af54aadd5bba4010 WHIRLPOOL 3e6449879d7c500e5d944b25ef66c5239c72ba06c5ef105d5414ea4b8f1841fbe83426a2c70c9751edba7107f13c66c5161a7a82f684f5c210e8c56b90396b4d
DIST chirp-0.3.0.tar.gz 279241 SHA256 8499d48460e56c93fb86f75b5c917e820fce1c92ca8af9928117d5aa19ae0afb SHA512 3515df8d67def3e805db987fb788fabe09faa9ac28ea1913a275898d1b015fb4b22d4aadd54301fe0f6df58677e0b5666a7a502699f95021303cc75921bc785e WHIRLPOOL 8349e2b38a11395933f30f3ec9826f47d3a6d9c6137ccd28a3ae2a13a709c1148b372e373b750c99c315ee8679a4f7480b16a2c6c3123aef1b19d5a2f28c6d91
DIST chirp-0.4.0.tar.gz 416572 SHA256 8b45a70db6dcb6fb147017f71875fde3187c48df4c9b7d82773c215e92a3e497 SHA512 553981f3dae3b691710f05ae41c909ea437bb9a40fe5380acab1a3e556aef65e52ba6f27ca3e8ed549447fd0813f5baebc6b888d8b5a75f6e0243b6cbbf0c8e9 WHIRLPOOL fb3258283748693a55917b1773fa9f1f440ba6ad6d2751f6620d45cd12f224661e9a9283c6b714116fb77bd95d8fc9099e61ecd3fa3a3afd623cb7816231a9b2
DIST chirp-0.4.1.tar.gz 416851 SHA256 8c9d652dc89dbab9e2a1a75c07aa7179ce403de078a4d02814365f89e183319e SHA512 13f36e96bb1608a41605cedd2fa3dfb46efc37e97437d09b75a0dd9ff10bb85c32ef3190d8db3fdb0360de8b85470588492df3ca5b3e2ecbdb813f3f11a9cc57 WHIRLPOOL 995c370a48b63fe4eb4d879b11f85385474a2ebcb5ea23f09db89661f42bdb0ad6867a172d4a15821eaf84d83469b55790b02d2fe4c4ce276e1a713022a5f49e

@ -1,42 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/chirp/chirp-0.2.3.ebuild,v 1.3 2012/11/30 17:20:08 zerochaos Exp $
EAPI=4
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5 3.*"
if [[ ${PV} == "9999" ]] ; then
SCM=mercurial
EHG_REPO_URI="http://d-rats.com/hg/chirp.hg"
fi
inherit distutils ${SCM}
DESCRIPTION="Free open-source tool for programming your amateur radio"
HOMEPAGE="http://chirp.danplanet.com"
if [[ ${PV} == "9999" ]] ; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
SRC_URI="http://chirp.danplanet.com/download/${PV}/${P}.tar.gz"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND="dev-python/pyserial
dev-libs/libxml2[python]"
RDEPEND="${DEPEND}
dev-python/pygtk"
src_prepare() {
sed -i -e "/share\/doc\/chirp/d" setup.py || die
distutils_src_prepare
}
src_test() {
echo "No tests"
}

@ -1,42 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/chirp/chirp-0.3.0.ebuild,v 1.1 2013/02/09 23:36:43 zerochaos Exp $
EAPI=5
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5 3.*"
if [[ ${PV} == "9999" ]] ; then
SCM=mercurial
EHG_REPO_URI="http://d-rats.com/hg/chirp.hg"
fi
inherit distutils ${SCM}
DESCRIPTION="Free open-source tool for programming your amateur radio"
HOMEPAGE="http://chirp.danplanet.com"
if [[ ${PV} == "9999" ]] ; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
SRC_URI="http://chirp.danplanet.com/download/${PV}/${P}.tar.gz"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND="dev-python/pyserial
dev-libs/libxml2[python]"
RDEPEND="${DEPEND}
dev-python/pygtk"
src_prepare() {
sed -i -e "/share\/doc\/chirp/d" setup.py || die
distutils_src_prepare
}
src_test() {
echo "No tests"
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/chirp/chirp-0.4.0.ebuild,v 1.1 2014/03/26 02:39:15 zerochaos Exp $
# $Header: /var/cvsroot/gentoo-x86/net-wireless/chirp/chirp-0.4.1.ebuild,v 1.1 2014/10/08 23:45:00 zerochaos Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@ -20,11 +20,11 @@ if [[ ${PV} == "9999" ]] ; then
else
KEYWORDS="~amd64 ~x86"
SRC_URI="http://chirp.danplanet.com/download/${PV}/${P}.tar.gz"
RESTRICT="test"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
RESTRICT=test
DEPEND="dev-python/pyserial
dev-libs/libxml2[python]"
@ -35,3 +35,9 @@ src_prepare() {
sed -i -e "/share\/doc\/chirp/d" setup.py || die
distutils-r1_src_prepare
}
python_test() {
pushd tests > /dev/null
"${PYTHON}" run_tests || die
popd > /dev/null
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/chirp/chirp-9999.ebuild,v 1.4 2014/03/26 02:39:15 zerochaos Exp $
# $Header: /var/cvsroot/gentoo-x86/net-wireless/chirp/chirp-9999.ebuild,v 1.5 2014/10/08 23:45:00 zerochaos Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@ -20,6 +20,7 @@ if [[ ${PV} == "9999" ]] ; then
else
KEYWORDS="~amd64 ~x86"
SRC_URI="http://chirp.danplanet.com/download/${PV}/${P}.tar.gz"
RESTRICT="test"
fi
LICENSE="GPL-3"
SLOT="0"

@ -0,0 +1,27 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.650.0.ebuild,v 1.1 2014/10/08 22:29:10 dilfridge Exp $
EAPI=5
MY_PN=${PN}.pm
MODULE_AUTHOR=MARKSTOS
MODULE_VERSION=3.65
inherit perl-module
DESCRIPTION="Simple Common Gateway Interface Class"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
DEPEND="
virtual/perl-File-Spec
virtual/perl-if
test? (
>=virtual/perl-Test-Simple-0.980.0
)
"
# dev-perl/FCGI" #236921
SRC_TEST="do"

@ -1 +1,2 @@
DIST CGI.pm-3.63.tar.gz 247277 SHA256 f180778f9d1bcb5029bffb8c6be305c6deec60bf71ef14170fce9dfe6c548e2c SHA512 93dd548d41c842c6aef4696e17610a21e51f8bacea468a3342f8ced76dbed6218f6caa99be97aac9b0c005ee37059d5e318077526a9f6288c487efcc8e38cf76 WHIRLPOOL c7cf77022b0acf39acb8a1daf8de2bb40a91f1eff97ec18d1756775295fae8d4b62c904d6ef5f1c3894a5be3303771945f905cddabbe2514d5c72edfd3a07409
DIST CGI.pm-3.65.tar.gz 247466 SHA256 556d0f9047affa6873da996d8cc077bff797c13f95be89eb771d7247b8f0828a SHA512 b2022b5bf8244be65c1e25394570043585af909947f28a9b0505c0eabca642bd96f58ed90ab2e5c82146192530030cf6b88d4115851dddf3523836c8178ccb8e WHIRLPOOL c6f9251513bd09c78b0785a478047906c47fea82604aa0a64e7943a554e061563d4386fd22a5ba8a83ba98000d19ec82e582fa292c5774443fcefe9b8d98c7bc

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.188 2014/10/05 09:42:06 jauhien Exp $
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.189 2014/10/08 19:55:12 ulm Exp $
# When you add an entry to the top of this file, add your name, the date, and
# an explanation of why something is getting masked. Please be extremely
@ -18,11 +18,6 @@
#--- END OF EXAMPLES ---
# Jauhien Piatlicki <jauhien@gentoo.org> (05 Oct 2014)
# Mask apulse USE until multilib QT is available
# in the tree (see also bug 519110)
net-im/skype apulse
# Mike Frysinger <vapier@gentoo.org> (04 Aug 2014)
# Unmask flashrom drivers that only work on x86 due to in/out asm insns #454024
sys-apps/flashrom -atahpt -nic3com -nicnatsemi -nicrealtek -rayer_spi -satamv

@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ia64</herd>
<herd>proxy-maintainers</herd>
<maintainer>
<email>yannick.schaeffer@epfl.ch</email>
<name>Yannick Schaeffer</name>
<description>Mantainer. Assign bugs to him</description>
</maintainer>
<longdescription>
This is efibootmgr, a Linux user-space application to modify the Intel
Extensible Firmware Interface (EFI) Boot Manager. This application

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild,v 1.4 2014/09/18 12:45:25 ryao Exp $
# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild,v 1.5 2014/10/08 21:27:48 ryao Exp $
EAPI="4"
@ -48,6 +48,7 @@ pkg_setup() {
IOSCHED_NOOP
MODULES
!PAX_KERNEXEC_PLUGIN_METHOD_OR
!PAX_USERCOPY_SLABS
ZLIB_DEFLATE
ZLIB_INFLATE
"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.650.0.ebuild,v 1.2 2014/07/18 17:53:26 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.650.0-r1.ebuild,v 1.1 2014/10/08 22:35:59 dilfridge Exp $
EAPI=5
@ -14,7 +14,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
IUSE=""
RDEPEND="
|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
!<perl-core/${PN#perl-}-${PV}
!>perl-core/${PN#perl-}-${PV}-r999
~perl-core/${PN#perl-}-${PV}
"
# this is the version included in dev-lang/perl-5.20
# CGI was first released with perl 5.004, deprecated (will be CPAN-only) in v5.19.7 and removed from v5.21.0
# move to dev-perl when 5.18 leaves the tree

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/perl-if/perl-if-0.60.300.ebuild,v 1.1 2014/07/15 20:53:49 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/virtual/perl-if/perl-if-0.60.300.ebuild,v 1.2 2014/10/08 22:27:48 dilfridge Exp $
EAPI=5
@ -10,7 +10,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~x86 ~amd64"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd"
IUSE=""
DEPEND=""

Loading…
Cancel
Save