Sync with portage [Mon Apr 1 17:52:29 MSK 2013].

mhiretskiy
root 11 years ago
parent 7ef3327230
commit 8c3eb6e40b

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-unison/eselect-unison-0.3.ebuild,v 1.5 2012/02/06 17:14:22 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-unison/eselect-unison-0.3.ebuild,v 1.6 2013/04/01 10:25:07 heroxbd Exp $
inherit eutils
@ -10,7 +10,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""

@ -1,10 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/obnam/obnam-1.4.ebuild,v 1.1 2013/03/24 13:02:44 mschiff Exp $
# $Header: /var/cvsroot/gentoo-x86/app-backup/obnam/obnam-1.4.ebuild,v 1.2 2013/04/01 07:47:02 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE="threads"
PYTHON_MODNAME="${PN}lib"
MY_P="${PN}_${PV}.orig"

@ -1 +1,2 @@
DIST ted-2.22.src.tar.gz 4267772 SHA256 93040d5ff259dbf7707a97f8c1ab4a7c1ec8adae63d35760e20dd6f60520fa4a SHA512 52099f1ddc93c1fda4849e62cd610d6b6701e152589124ba90bcd678c09ec7be82273f0f54d96fb8fa8718dab64f99e5576d0c467e035f8c0baffd91b84faa4f WHIRLPOOL fd584a285198731cbe7b53de0ddae465b0f7efe472984ad99835d19bccadb20ec076cf2fb4e22992ee4419093c1b7b0c8cea2fd7cbd07cc9f7f8fc745157d896
DIST ted-2.23.src.tar.gz 4672208 SHA256 3fa992c2bc96af3ca788ef941cb5314f4a1d843202efd0201b8b4ee9adbf316c SHA512 c6541e5a07545a08b30cb9b33429d9a7675f9252df32ccca5cdb4f2ff09978085d28d015a42922baf8c95db1ea6379a9d1088541aafd9ce45b8870212496849f WHIRLPOOL 14f757dbc3cee1adae3abcc63ce32d9ebec4de5d5764060826321469a6d2c18339d239e9c0b084aaeb9979595d42411d1f86efb6280e85b7f4e8ea91db7775cd

@ -0,0 +1,11 @@
--- Makefile.orig 2013-04-01 13:24:45.854051804 +0400
+++ Makefile 2013-04-01 13:25:02.618052336 +0400
@@ -246,7 +246,7 @@
: To install Ted, you can now run 'make install' AS ROOT
package.shared: compile.shared tedPackage/makefile
- cd tedPackage && make package.shared
+ cd tedPackage && $(MAKE) package.shared
:
: Dynamically linked package ready.
: To install Ted, you can now run 'make install' AS ROOT

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.22.ebuild,v 1.6 2013/03/15 10:38:47 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.22.ebuild,v 1.8 2013/04/01 09:21:22 pinkbyte Exp $
EAPI=4
inherit eutils toolchain-funcs
@ -18,6 +18,7 @@ RDEPEND="x11-libs/gtk+:2
media-libs/tiff
virtual/jpeg
media-libs/libpng
x11-libs/libXft
x11-libs/libXpm"
DEPEND="${RDEPEND}
virtual/pkgconfig"
@ -58,4 +59,13 @@ src_install() {
dodir /usr/share
mv "${ED}"usr/Ted "${ED}"usr/share/Ted
dosym /usr/share/Ted/rtf2pdf.sh /usr/bin/rtf2pdf.sh
# bug #461252, desktop file is inaccessible during src_prepare, so fix it here
sed -i \
-e '/^Encoding/d' \
-e '/^Categories/s/Application;//' \
-e 's/^Categories.*/\0;/' \
-e 's/^MimeType.*/\0;/' \
-e '/^Terminal/s/0/false/' \
"${D}/usr/share/applications/Ted.desktop" || die 'sed on Ted.desktop failed'
}

@ -0,0 +1,63 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.23.ebuild,v 1.1 2013/04/01 10:03:10 pinkbyte Exp $
EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="X-based rich text editor"
HOMEPAGE="http://www.nllgg.nl/Ted"
SRC_URI="ftp://ftp.nluug.nl/pub/editors/ted/${P}.src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
RDEPEND="x11-libs/gtk+:2
media-libs/tiff
virtual/jpeg
media-libs/libpng
x11-libs/libXft
x11-libs/libXpm"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S="${WORKDIR}/Ted-${PV}"
src_prepare() {
epatch "${FILESDIR}"/${P}-make.patch
sed -i -e 's|/Ted/|/share/Ted/|' \
"${S}"/appFrame/appFrameConfig.h.in \
"${S}"/Ted/tedConfig.h.in || die
# bug #461256
find . -name makefile.in -exec sed -i -e '/ar r/s/ar/$(AR)/' {} \; || die
# force to build dynamic binary, do not strip it
sed -i \
-e 's/.static//g' \
-e '/strip/d' \
tedPackage/makefile.in || die 'sed failed on tedPackage/makefile.in'
mkdir lib || die
}
src_configure() {
tc-export AR CC RANLIB
local dir
for dir in appFrame appUtil bitmap docBuf ind Ted tedPackage; do
cd "${S}"/${dir}
econf --cache-file=../config.cache || die "configure in ${dir} failed"
done
}
src_compile() {
emake package.shared
}
src_install() {
default
dosym /usr/share/Ted/examples/rtf2pdf.sh /usr/bin/rtf2pdf.sh
}

@ -1,2 +1,3 @@
DIST rails-4.3.zip 62381 SHA256 4d9bf826803f1aa861a72a1981e831a8cd329c47cc035ab2651203a379800f32 SHA512 603d61bebabab583b576ca3676d93e5dffd66574138d9a956a7af6743ca27c660a45adfe60257a447d2d2ca1f239fc8503bcd7c0d778d8b5285c846104f90e6b WHIRLPOOL 2fde7a0ce21fc49c497c69b450c3535776b26c46f213494d8df2fca070da9edf5e51a19b895641bb602b749a2543a26bfdad14f6ff8782059612f83f8ae611e1
DIST rails-4.4.tar.gz 19618 SHA256 14a75fef42cb41a58c92892a3e7fd7c29b2f1272425626927722b2da9ad691d6 SHA512 1e0f3140c899a50eedd4f18c24e74f669bd8e81e183c2c1e99e342ff0647c38e8bbbc27f03871e73d06b6921f17a9d6331927ef461ee6be8bc83cc13266e2447 WHIRLPOOL c899a1a8c3b2fd5a0093c705e8054997533ac322d6c40dcd4dd00420412de58f2a7392ebe093999da5ddd91d25a2f04f4aa60828ed66d4782208b86112424e8b
DIST rails-5.0.tar.gz 58389 SHA256 1cacf4962e3abe42d0b8719243cd1a79077b61f1bfc3dfff0baa80ce9c108994 SHA512 ce022e01e285cb1909c0951eed96dd61734bb5f21202f4e2bcca4fba55fed11a3570765673c96beb6b43505575bf4e915c584fcf46a41e137a0e53d69dc702d1 WHIRLPOOL c66bc77d57739ff6cb38187e74c162fad87430b54b65f42c79c1724cbb809e65aa5f005beb295e221e3f538968b1d62a606dc45a381187c8e64f55e95d67308f

@ -0,0 +1,24 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/rails/rails-5.0.ebuild,v 1.1 2013/04/01 08:32:28 radhermit Exp $
EAPI=5
inherit vim-plugin
MY_PN="vim-rails"
MY_P=${MY_PN}-${PV}
DESCRIPTION="vim plugin: aids developing Ruby on Rails applications"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1567"
SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="vim"
KEYWORDS="~amd64 ~x86"
VIM_PLUGIN_HELPFILES="${PN}.txt"
S=${WORKDIR}/${MY_P}
src_prepare() {
rm *.markdown || die
}

@ -1,2 +1,3 @@
DIST vim-latex-1.8.23-20110214.1049-git089726a.tar.gz 277250 SHA256 991c31f4e8eadd61aa0f17c8bfa77761e1b76afcaa0e9c483b8e453172607cf8 SHA512 09c8073f59a09aef846925615395a028f1934e4ab88e44ca696a31840c5105d4c4db5df82533a746e00ef7c30b196a9ca432d541553f694419d082f140dc8357 WHIRLPOOL b26f4d1d7b1a1fb9a95aee9b637a28b6b073aef4cb4432cc7d53b89da6bc04a7901178a077a2fe94e07d38afcb087a56bc97b76cb715f309ecdbd48273171596
DIST vim-latex-1.8.23-20121116.784-git1c17b37.tar.gz 287744 SHA256 fde239e394348dc639b27bcdb493523e356fbfed09b556269d8d2b85ceb1e86f SHA512 fff4188102ce3b2e21529dca416ba54a522867e4f4e1bf8b388ddb610e587762e98095f09abd50cac7977a33c2c7bf09e1a39c95ab1da75aa0e75184ed64353b WHIRLPOOL 5066828ecfae8c3bb407059b2ed022bdb6c128a8415138d5c739c7837c47efd23b9a7137971465aed3e556db38b3a1edfb782987a8839e467b93535b62fb2e8f
DIST vim-latex-1.8.23-20130116.788-git2ef9956.tar.gz 287749 SHA256 99f47151d5108901f85c793496a301341fe6be66b39bd5b42ea7db2e0afd426c SHA512 27cbea24ef5cf8c5ef6c2a9790bd1745d7d907640dd47dd199e579b8e04c33e30b1907f89e9898f8197e46f002ce4145e5c63635801ca8729d4ad988aaa7b590 WHIRLPOOL 74d11d665568ff4afaa40e3208764919e32c9f899ba3e993ed4e4d0049c9f067c2446e2abdecdf3b598ec89c9d4187f24f9ca04a654ecbaa4dc2cfdcc0e06975

@ -10,5 +10,6 @@
</maintainer>
<use>
<flag name="html">Install HTML documentation</flag>
<flag name="python">Enable python support which can help speed up some functionality</flag>
</use>
</pkgmetadata>

@ -0,0 +1,62 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild,v 1.1 2013/04/01 08:52:51 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
inherit vim-plugin versionator python-single-r1
MY_REV="788-git2ef9956"
MY_P="${PN}-$( replace_version_separator 3 - ).${MY_REV}"
DESCRIPTION="vim plugin: a comprehensive set of tools to view, edit and compile LaTeX documents"
HOMEPAGE="http://vim-latex.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="vim"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE="html python"
RDEPEND="|| ( app-editors/vim[python?] app-editors/gvim[python?] )
virtual/latex-base"
S=${WORKDIR}/${MY_P}
VIM_PLUGIN_HELPFILES="latex-suite.txt latex-suite-quickstart.txt latexhelp.txt imaps.txt"
src_prepare() {
# The makefiles do weird stuff, including running the svn command
rm Makefile Makefile.in || die "rm Makefile Makefile.in failed"
}
src_install() {
use html && dohtml -r doc/
# Don't mess up vim's doc dir with random files
mv doc mydoc || die
mkdir doc || die
mv mydoc/*.txt doc/ || die
rm -rf mydoc || die
# Don't install buggy tags scripts, use ctags instead
rm latextags ltags || die
vim-plugin_src_install
# Use executable permissions (bug #352403)
fperms a+x /usr/share/vim/vimfiles/ftplugin/latex-suite/outline.py
python_fix_shebang "${ED}"
}
pkg_postinst() {
vim-plugin_pkg_postinst
elog
elog "To use the vim-latex plugin add:"
elog " filetype plugin on"
elog ' set grepprg=grep\ -nH\ $*'
elog " let g:tex_flavor='latex'"
elog "to your ~/.vimrc-file"
elog
}

@ -0,0 +1,44 @@
--- a/apc_serializer.h
+++ b/apc_serializer.h
@@ -32,29 +32,37 @@
typedef int (*apc_serialize_t)(APC_SERIALIZER_ARGS);
typedef int (*apc_unserialize_t)(APC_UNSERIALIZER_ARGS);
-typedef int (*apc_register_serializer_t)(const char* name,
- apc_serialize_t serialize,
+typedef int (*apc_register_serializer_t)(const char* name,
+ apc_serialize_t serialize,
apc_unserialize_t unserialize,
void *config TSRMLS_DC);
/*
* ABI version for constant hooks. Increment this any time you make any changes
* to any function in this file.
*/
#define APC_SERIALIZER_ABI "0"
#define APC_SERIALIZER_CONSTANT "\000apc_register_serializer-" APC_SERIALIZER_ABI
-static int apc_register_serializer(const char* name,
+#if !defined(APC_UNUSED)
+# if defined(__GNUC__)
+# define APC_UNUSED __attribute__((unused))
+# else
+# define APC_UNUSED
+# endif
+#endif
+
+static APC_UNUSED int apc_register_serializer(const char* name,
apc_serialize_t serialize,
apc_unserialize_t unserialize,
void *config TSRMLS_DC)
{
zval *apc_magic_constant = NULL;
(void)config;
ALLOC_INIT_ZVAL(apc_magic_constant);
- if (zend_get_constant(APC_SERIALIZER_CONSTANT, sizeof(APC_SERIALIZER_CONSTANT)-1, apc_magic_constant)) {
+ if (zend_get_constant(APC_SERIALIZER_CONSTANT, sizeof(APC_SERIALIZER_CONSTANT)-1, apc_magic_constant TSRMLS_CC)) {
if(apc_magic_constant) {
apc_register_serializer_t register_func = (apc_register_serializer_t)(Z_LVAL_P(apc_magic_constant));
if(register_func) {

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.1.1-r2.ebuild,v 1.1 2013/03/28 12:23:13 olemarkus Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.1.1-r2.ebuild,v 1.2 2013/04/01 07:32:33 olemarkus Exp $
EAPI="5"
PHP_EXT_NAME="igbinary"
@ -25,6 +25,15 @@ IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_prepare() {
local slot
for slot in $(php_get_slots); do
php_init_slot_env ${slot}
epatch "${FILESDIR}/zts-fix.patch"
done
php-ext-source-r2_src_prepare
}
src_configure() {
my_conf="--enable-igbinary"
php-ext-source-r2_src_configure

@ -2,3 +2,4 @@ DIST PyGithub-1.10.0.tar.gz 1490230 SHA256 5675c8770c1f64eb4bab2226ee4e48c19243f
DIST PyGithub-1.11.1.tar.gz 1526269 SHA256 03d7570b8e41435f565a6829ab1469dfc6ee4da0ea588a1c0c5e20bc5fba76e4 SHA512 cd2a80bd9bfbf18811a514f01369a205007ce865204acc2734ef5600cb046efd609ff19cc64f0dcc04e579606796aba12f81ed0402432c8fbf54a34a0f537e84 WHIRLPOOL 0532f4ed9944066cf63556763df6b17bace86acc6ca328b5dd0c1dbcb0a9115746987067e54cc8da8214560c2b630f0532ada01c01a989a9479dac0e8de4200a
DIST PyGithub-1.12.1.tar.gz 1538999 SHA256 626ad6af6c14f54546a7062e04bad699c0e4dc5addf8fdec28dbcf1d9c6aa4d1 SHA512 d90ec329ab271a9ba9cc5ab7cd488f0f36cb32cba3e8f0f1a07601d377baf130016e73bdd5558c6c9b0768a3911f3f5c0048c7f661c9f11bdadbfe90d20018a4 WHIRLPOOL 587155adcaa87c30817ea19fc411dbc43676778fc5430ce3bf07e23caf847ff7d866491d733e165e835ff6a2b305d6f037a8fad353d1c0b36af05b22271aa1d1
DIST PyGithub-1.12.2.tar.gz 1539103 SHA256 bf5679317465defa4f1b3fba3655469fb2aabfbfe62872029837755af4caa59e SHA512 ee36840e13d120ce5ed59b55d15d0be4298e70f3d39d02b29619c0bfb2b9833d001dade11868791938c496007f7055fbd0f2ca532074c4e281785e90a6447fa3 WHIRLPOOL a26ada4ea0f032bbb65cd2ff352817f800f2023110e3d190e5960a08e931a555df0bba49bf79ddca536679e777f45f74fd900b900b2fd75692c3c68aa5ac5d02
DIST PyGithub-1.13.1.tar.gz 1777196 SHA256 9c04698743c70da5940c1b944ac5e2c1b4103a5a50d4c1130d1a62b056199d29 SHA512 5ae9d4d9b52c9ec300a66d83cbb4a5ace18e10246fc356e74d8b8417a509df39aabc6304662ffeb2b8e3d98581228835a14be2870c8034acc3e500629de6831d WHIRLPOOL bbd519153a582ef0e70b93b2878aef11921c308eb173eaf40f395d02a16eb8cfac10b4100e772cdceec53ae535c718bbed2aa437d0c9d3cc083b5c1855761fc1

@ -0,0 +1,23 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.13.1.ebuild,v 1.1 2013/04/01 07:57:23 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
inherit distutils-r1
DESCRIPTION="Python library to access the Github API v3"
HOMEPAGE="http://vincent-jacques.net/PyGithub/"
# Use github since pypi is missing test data
SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
esetup.py test
}

@ -1 +1,2 @@
DIST main-5.1.1.gem 38400 SHA256 6ff2c423771ca0f02b6bd029c88aa549ce53f53f58a8a70465bd06b65d58cc96 SHA512 67dcf5973835422a59340850f5ec2afcf9e5c9f1e72dc9f6bd9dbd13be7aa5e16aeb6c11a49b0f817709f318a6b5047ad37cdff46f27bf2de8d167313e4b60e2 WHIRLPOOL 2c6246930d3db07b534895aebd6fa5503969457e35521ffbda171be66b02a4ef198e9f2de026c77ed43d413f46068538e7ac5a111fedf7fe4b9fb3380fe01b02
DIST main-5.2.0.gem 38400 SHA256 0c514045c7b76c2174c0c74f7a60debf6daa427e3d7d3345d879eeee3846cf60 SHA512 b12ff337ce4882843d78d30820e0621bd4682909e2461b3d245910c8ebe48fff59352275e0c04148aa11aaa7a7029e265997803d955340c959d515d59f566b73 WHIRLPOOL 6985ed277a20c95bd882f527baa9e62854654062ff3e2937fcb0f6d221b2cd105b38cae0bd645b1b89a3ae616f71510e2a591d5df677b137df5368235e7ba1f3

@ -0,0 +1,34 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/main/main-5.2.0.ebuild,v 1.1 2013/04/01 06:15:00 graaff Exp $
EAPI=4
USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README TODO"
inherit ruby-fakegem
DESCRIPTION="A class factory and dsl for generating command line programs real quick."
HOMEPAGE="http://rubyforge.org/projects/codeforpeople"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
ruby_add_rdepend ">=dev-ruby/chronic-0.6.2
>=dev-ruby/fattr-2.2.0
>=dev-ruby/arrayfields-4.7.4
>=dev-ruby/map-5.1.0"
all_ruby_install() {
all_fakegem_install
if use doc; then
insinto /usr/share/doc/${PF}
doins -r samples
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.12 2013/02/27 21:47:38 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.14 2013/04/01 11:05:27 mgorny Exp $
# @ECLASS: autotools-multilib.eclass
# @MAINTAINER:
@ -33,6 +33,28 @@ inherit autotools-utils multilib-build
EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install
# @ECLASS-VARIABLE: MULTILIB_WRAPPED_HEADERS
# @DESCRIPTION:
# A list of headers to wrap for multilib support. The listed headers
# will be moved to a non-standard location and replace with a file
# including them conditionally to current ABI.
#
# This variable has to be a bash array. Paths shall be relative to
# installation root (${ED}), and name regular files. Recursive wrapping
# is not supported.
#
# Please note that header wrapping is *discouraged*. It is preferred to
# install all headers in a subdirectory of libdir and use pkg-config to
# locate the headers. Some C preprocessors will not work with wrapped
# headers.
#
# Example:
# @CODE
# MULTILIB_WRAPPED_HEADERS=(
# /usr/include/foobar/config.h
# )
# @CODE
autotools-multilib_src_prepare() {
autotools-utils_src_prepare "${@}"
}
@ -49,13 +71,84 @@ autotools-multilib_src_test() {
multilib_foreach_abi autotools-utils_src_test "${@}"
}
_autotools-multilib_wrap_headers() {
debug-print-function ${FUNCNAME} "$@"
local f
for f in "${MULTILIB_WRAPPED_HEADERS[@]}"; do
# drop leading slash if it's there
f=${f#/}
if [[ ${f} != usr/include/* ]]; then
die "Wrapping headers outside of /usr/include is not supported at the moment."
fi
# and then usr/include
f=${f#usr/include}
local dir=${f%/*}
# $CHOST shall be set by multilib_toolchain_setup
dodir "/tmp/multilib-include/${CHOST}${dir}"
mv "${ED}/usr/include${f}" "${ED}/tmp/multilib-include/${CHOST}${dir}/" || die
if [[ ! -f ${ED}/tmp/multilib-include${f} ]]; then
dodir "/tmp/multilib-include${dir}"
# a generic template
cat > "${ED}/tmp/multilib-include${f}" <<_EOF_ || die
/* This file is auto-generated by autotools-multilib.eclass
* as a multilib-friendly wrapper. For the original content,
* please see the files that are #included below.
*/
#if defined(__x86_64__) /* amd64 */
# if defined(__ILP32__) /* x32 ABI */
# error "abi_x86_x32 not supported by the package."
# else /* 64-bit ABI */
# error "abi_x86_64 not supported by the package."
# endif
#elif defined(__i386__) /* plain x86 */
# error "abi_x86_32 not supported by the package."
#else
# error "No ABI matched, please report a bug to bugs.gentoo.org"
#endif
_EOF_
fi
# XXX: get abi_* directly
local abi_flag
case "${ABI}" in
amd64)
abi_flag=abi_x86_64;;
x86)
abi_flag=abi_x86_32;;
x32)
abi_flag=abi_x86_x32;;
*)
die "Header wrapping for ${ABI} not supported yet";;
esac
# Note: match a space afterwards to avoid collision potential.
sed -e "/${abi_flag} /s&error.*&include <${CHOST}/${f}>&" \
-i "${ED}/tmp/multilib-include${f}" || die
done
}
autotools-multilib_src_install() {
autotools-multilib_secure_install() {
autotools-utils_src_install "${@}"
_autotools-multilib_wrap_headers
# Make sure all headers are the same for each ABI.
multilib_check_headers
}
multilib_foreach_abi autotools-multilib_secure_install "${@}"
# merge the wrapped headers
if [[ -d "${ED}"/tmp/multilib-include ]]; then
multibuild_merge_root \
"${ED}"/tmp/multilib-include "${ED}"/usr/include
# it can fail if something else uses /tmp
rmdir "${ED}"/tmp &>/dev/null
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.63 2013/03/03 00:22:56 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.64 2013/04/01 09:16:07 mgorny Exp $
# @ECLASS: autotools-utils.eclass
# @MAINTAINER:
@ -184,6 +184,23 @@ EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_test
# PATCHES=( "${FILESDIR}"/${P}-mypatch.patch )
# @CODE
# @ECLASS-VARIABLE: AUTOTOOLS_PRUNE_LIBTOOL_FILES
# @DEFAULT-UNSET
# @DESCRIPTION:
# Sets the mode of pruning libtool files. The values correspond to
# prune_libtool_files parameters, with leading dashes stripped.
#
# Defaults to pruning the libtool files when static libraries are not
# installed or can be linked properly without them. Libtool files
# for modules (plugins) will be kept in case plugin loader needs them.
#
# If set to 'modules', the .la files for modules will be removed
# as well. This is often the preferred option.
#
# If set to 'all', all .la files will be removed unconditionally. This
# option is discouraged and shall be used only if 'modules' does not
# remove the files.
# Determine using IN or OUT source build
_check_build_dir() {
: ${ECONF_SOURCE:=${S}}
@ -511,7 +528,8 @@ autotools-utils_src_install() {
fi
# Remove libtool files and unnecessary static libs
prune_libtool_files
local prune_ltfiles=${AUTOTOOLS_PRUNE_LIBTOOL_FILES}
prune_libtool_files ${prune_ltfiles:+--${prune_ltfiles}}
}
# @FUNCTION: autotools-utils_src_test

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.65 2013/03/19 06:13:41 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.66 2013/04/01 09:17:53 mgorny Exp $
# @ECLASS: distutils-r1
# @MAINTAINER:
@ -449,49 +449,10 @@ distutils-r1_python_install() {
if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then
_distutils-r1_rename_scripts "${root}"
_distutils-r1_merge_root "${root}" "${D}"
multibuild_merge_root "${root}" "${D}"
fi
}
# @FUNCTION: distutils-r1_merge_root
# @USAGE: <src-root> <dest-root>
# @INTERNAL
# @DESCRIPTION:
# Merge the directory tree from <src-root> to <dest-root>, removing
# the <src-root> in the process.
_distutils-r1_merge_root() {
local src=${1}
local dest=${2}
local lockfile=${T}/distutils-r1-merge-lock
if type -P lockf &>/dev/null; then
# On BSD, we have 'lockf' wrapper.
tar -C "${src}" -f - -c . \
| lockf "${lockfile}" tar -x -f - -C "${dest}"
else
local lock_fd
if type -P flock &>/dev/null; then
# On Linux, we have 'flock' which can lock fd.
redirect_alloc_fd lock_fd "${lockfile}" '>>'
flock ${lock_fd}
else
ewarn "distutils-r1: no locking service found, please report."
fi
cp -a -l -n "${src}"/. "${dest}"/
if [[ ${lock_fd} ]]; then
# Close the lock file when we are done with it.
# Prevents deadlock if we aren't in a subshell.
eval "exec ${lock_fd}>&-"
fi
fi
[[ ${?} == 0 ]] || die "Merging ${EPYTHON} image failed."
rm -rf "${src}"
}
# @FUNCTION: distutils-r1_python_install_all
# @DESCRIPTION:
# The default python_install_all(). It installs the documentation.

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/multibuild.eclass,v 1.8 2013/03/10 21:44:01 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/multibuild.eclass,v 1.9 2013/04/01 09:17:53 mgorny Exp $
# @ECLASS: multibuild
# @MAINTAINER:
@ -238,5 +238,57 @@ run_in_build_dir() {
return ${ret}
}
# @FUNCTION: multibuild_merge_root
# @USAGE: <src-root> <dest-root>
# @DESCRIPTION:
# Merge the directory tree (fake root) from <src-root> to <dest-root>
# (the real root). Both directories have to be real, absolute paths
# (i.e. including ${D}). Source root will be removed.
#
# This functions uses locking to support merging during parallel
# installs.
multibuild_merge_root() {
local src=${1}
local dest=${2}
local lockfile=${T}/multibuild_merge_lock
local ret
if use userland_BSD; then
# Locking is done by 'lockf' which can wrap a command.
# 'cp -a -n' is broken:
# http://www.freebsd.org/cgi/query-pr.cgi?pr=174489
# using tar instead which is universal but terribly slow.
tar -C "${src}" -f - -c . \
| lockf "${lockfile}" tar -x -f - -C "${dest}"
[[ ${PIPESTATUS[*]} == '0 0' ]]
ret=${?}
elif use userland_GNU; then
# GNU has 'flock' which can't wrap commands but can lock
# a fd which is good enough for us.
# and cp works with '-a -n'.
local lock_fd
redirect_alloc_fd lock_fd "${lockfile}" '>>'
flock ${lock_fd}
cp -a -l -n "${src}"/. "${dest}"/
ret=${?}
# Close the lock file when we are done with it.
# Prevents deadlock if we aren't in a subshell.
eval "exec ${lock_fd}>&-"
else
die "Unsupported userland (${USERLAND}), please report."
fi
if [[ ${ret} -ne 0 ]]; then
die "${MULTIBUILD_VARIANT:-(unknown)}: merging image failed."
fi
rm -rf "${src}"
}
_MULTIBUILD=1
fi

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.570 2013/03/16 05:44:49 dirtyepic Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.572 2013/04/01 08:00:05 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@ -163,7 +163,6 @@ if in_iuse graphite ; then
fi
DEPEND="${RDEPEND}
>=sys-apps/texinfo-4.8
>=sys-devel/bison-1.875
>=sys-devel/flex-2.5.4
test? (
@ -795,6 +794,10 @@ toolchain_src_unpack() {
gnuconfig_update
# keep info pages from regenerating due to our custom version/bug url
# settings. there's no real gain from doing so, but there is pain. #464008
touch -r . gcc/gcc-vers.texi
# update configure files
local f
einfo "Fixing misc issues in configure files"
@ -1192,7 +1195,7 @@ gcc_do_configure() {
# destructors", but apparently requires glibc.
case ${CTARGET} in
*-uclibc*)
confgcc+=" --disable-__cxa_atexit --enable-target-optspace $(use_enable nptl tls)"
confgcc+=" --disable-__cxa_atexit $(use_enable nptl tls)"
[[ ${GCCMAJOR}.${GCCMINOR} == 3.3 ]] && confgcc+=" --enable-sjlj-exceptions"
if tc_version_is_at_least 3.4 && ! tc_version_is_at_least 4.3 ; then
confgcc+=" --enable-clocale=uclibc"

@ -1,2 +1 @@
DIST kanyremote-6.0.1.tar.gz 283663 SHA256 bc1688471cfd34125f4db357d51bc6b55bac43d18f12ba83db632e27c1f66321 SHA512 94d45ceaf7098f9b8a0e2bc959ba40d224067d341a78749d3b28d4583bf934246fe7f13c4627e2393dbdfc20c51dfedfb1f5f465e3ee38e05218397cf07375f3 WHIRLPOOL 9145820c024253debf7db0e197766c628c176a9a8dda0c3ce3b92541a141e790eec699cb9530a75212b2736745e1ba2090f724990e698cd734f6f9c50d4a6dc1
DIST kanyremote-6.1.tar.gz 285638 SHA256 e35dc0a8d2b83d8011e850195c491b1e32bae5d8519784e62fd4320f052c9fe9 SHA512 e71b5dc33ee74c88b9cbf6663bda9162850e21f85a600d523a60cce99dd0b531cca5fee928eb654eac6f3adc3702b5b6a85f2a04b53cb969bfa8f980622a9240 WHIRLPOOL 42d7a83a4d62fbc89407c3b80a00bb9e2fe0b30afc08347b6e232a8fbc30f2c60b29dcd0caf26c98ba8c1101d0f50a7878229b0ef9e5c791e07f993bfaf07582

@ -1,44 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/kanyremote-6.0.1.ebuild,v 1.4 2012/09/10 11:58:29 johu Exp $
EAPI=4
PYTHON_DEPEND="2"
inherit autotools python base
DESCRIPTION="KDE frontend to Anyremote"
HOMEPAGE="http://anyremote.sourceforge.net/"
SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="amd64 x86"
IUSE="bluetooth"
RDEPEND="
>=app-mobilephone/anyremote-6.0[bluetooth?]
dev-python/PyQt4[X]
kde-base/pykde4
bluetooth? ( dev-python/pybluez )
"
DEPEND="${RDEPEND}
sys-devel/gettext"
pkg_setup() {
python_set_active_version 2
}
src_prepare() {
# using gettextize no-interactive example from dev-util/bless package
cp $(type -p gettextize) "${T}"/
sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize"
sed -e "/Encoding=UTF-8/d" \
-i kanyremote.desktop || die "fixing .desktop file failed"
"${T}"/gettextize -f --no-changelog > /dev/null
#fix documentation directory wrt bug #316087
sed -i "s/doc\/${PN}/doc\/${PF}/g" Makefile.am
eautoreconf
# workaround to bluetooth check when bluetooth use flag is disabled
! use bluetooth && epatch "${FILESDIR}/disable_bluetooth.patch"
}

@ -1,32 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_touchpad/kcm_touchpad-0.3.1.ebuild,v 1.4 2011/01/31 03:44:39 tampakrap Exp $
EAPI=3
KDE_LINGUAS="de es nl pl"
inherit kde4-base
MY_P=mishaaq-${PN}-00370b5
DESCRIPTION="KControl module for xf86-input-synaptics"
HOMEPAGE="http://www.kde-apps.org/content/show.php/kcm_touchpad?content=113335"
SRC_URI="http://github.com/mishaaq/kcm_touchpad/tarball/${P} -> ${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="amd64 x86"
IUSE="debug"
DEPEND="
x11-libs/libXi
"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
DOCS="AUTHORS README"
src_install() {
kde4-base_src_install
rm -rf "${ED}"usr/share/doc/${PN}
}

@ -1,20 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0.ebuild,v 1.4 2011/01/31 06:13:48 tampakrap Exp $
EAPI=3
inherit kde4-base
MY_PN="OpenOfficeorgThumbnail"
MY_P="${MY_PN}"-"${PV}"
DESCRIPTION="KDE thumbnail-plugin that generates thumbnails for ODF files"
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=110864"
SRC_URI="http://arielch.fedorapeople.org/devel/src/${MY_P}.tar.gz"
LICENSE="LGPL-3"
KEYWORDS="amd64 x86"
SLOT="4"
IUSE="debug"
S="${WORKDIR}"/"${MY_P}"

@ -1,2 +1 @@
DIST 132366-wicd-kde-0.3.0.tar.gz 104533 SHA256 248f7ad3484eb927b2d1e72db69abe0a18751ba2752ac1d79c5a5dc013e6a039 SHA512 b4f992eaee33a5fe33e8ea42c3f4bb2a1d5b8cf597fe1280e94f6187c3e1b8965fedb018d70ca613e1a339764cfb8aebc525a712e2e9ad5b6c3c63b6af638e51 WHIRLPOOL 5da6ea16f8a18c9e1b9384381a3e022e99bb863813b5afa25f58df2088518e04894020ca1161a14871ad05489a27539a74000e8b6152749c83e3e6c5ef0b7f6b
DIST 132366-wicd-kde-0.3.1.tar.gz 111130 SHA256 20f483f2e352988990290cb17cdc01c76ea114f5ef9b98f1d02145e6ede8a785 SHA512 ac754f0010458191cdc384ba5466452c3afed7871a20b4817d98cd234bbc627d7f1a164154931d33871f17573e6d7abc1d6611dd33ef4984c404d0c9aa8ec41a WHIRLPOOL 1d091b43f00ce6eb50fa170f918bcbf29ff7b9f72eb1c8feea0b787a66de10afbb978a6d7531219c3151ca8db6632ed433ec98de521a38a612a64b2beebdcae0

@ -1,41 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/wicd-client-kde/wicd-client-kde-0.3.0-r1.ebuild,v 1.3 2012/11/23 19:39:03 ago Exp $
EAPI=4
# Incompatible linguas handling
#KDE_LINGUAS="cs da de el en_GB es et fr hu it lt nb nds nl pa pl pt pt_BR ru sv
#uk zh_CN zh_TW"
EGIT_REPONAME="wicd-kde"
MY_P=${P/-client/}
KDE_SCM="git"
PYTHON_DEPEND="2"
inherit python kde4-base
DESCRIPTION="Wicd client built on the KDE Development Platform"
HOMEPAGE="http://kde-apps.org/content/show.php/Wicd+Client+KDE?content=132366"
[[ ${PV} == *9999 ]] || \
SRC_URI="http://kde-apps.org/CONTENT/content-files/132366-${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="4"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="net-misc/wicd"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN/-client/}
pkg_setup() {
python_pkg_setup
kde4-base_pkg_setup
}
src_configure() {
local mycmakeargs=(
-DPYTHONBIN=/usr/bin/python2
)
kde4-base_src_configure
}

@ -1,5 +1,5 @@
DIST postfix-2.10.0.tar.gz 3826655 SHA256 4a42a6029af418cbd4a8668b4f8c7e1ea9975cbe9756df760649c0a941bfeb7b SHA512 88689c2b18aeecd6e363525955c8e3506acf7702eb7fabe148b72a149020c29a76b3f6ed57109380ebb2106cf798a0ce78d470bc4a104a8ecde6c1c4cd0da07e WHIRLPOOL b47559ff91651c699581757976628ab87ffda91ef85f2ccb86ddc4982de68fe7f6dedc419a2708e879969081a7d54681f88763500cd816aed51958bbe0880b70
DIST postfix-2.11-20130326.tar.gz 3854114 SHA256 fb179f594ccb25f3fec6caa46a66d9a60d99cf0531b48f882dae80981ea7fd50 SHA512 0208bef9bf9bedad54ea445cadc99cbaf6599a3bfc11a6f71b5d3c5bf3fc93cbf6d5f9c9fe210fdf8172112e45600fd74b1cbd10da0113584e2ec10f6985e524 WHIRLPOOL da0d7e1ffb6b43dffe93d39e05bab98031097b1edbf97db5019b4a16842c6e19aed101b2dc7b2c945121e9917a5c947fb8796e49899f543f665d15d5f52d7b5b
DIST postfix-2.11-20130331.tar.gz 3856553 SHA256 3adf33705e76af18ddd82624b5be768cab3f45796f573198f50f3433ed5ed688 SHA512 54460fd3b1d71dbd9235b20cc94cde8e216e96f876fd0cf1fc78ca27bc9a1c099bacc39c30117131a423b2c55b51853c7f80fce86df811f72cae96024cfaae24 WHIRLPOOL 8ab1214c4bd85387f34b65446c810afdfc27b65db3f89abc28dfa12f02c3fd5ba6d07fc0b1f884866ac2be3c7a088a186b49712bcae0d1fa92b450736840f23a
DIST postfix-2.9.4.tar.gz 3760718 SHA256 58343afcc727594cc1f9a3980562d8199aa55fc2cf2330da6b9ddfbf31502679 SHA512 f8932ae510805261b4a6c204bd4bba41d50e1833f87326b986ef174b51eb695cf0588d7d98850bb7b83ba56f1257406da072c423cc768f68d3723daf645b9490 WHIRLPOOL 7d7d619e0fa8375f1b653b9e1a0a2fa723929ab87db05445f2c2a73c213e91476d202806a439dd9792499e6a4d43c86f84133e90ffbd3bc9828ba1a925d8d11c
DIST postfix-2.9.5.tar.gz 3761272 SHA256 590381cc0705a6d3fd2279760e79aff625adab6000cb895cf5336ae6a11ee6e4 SHA512 935f0eb653169d77d5902e1046d195d412a6c83271376b6450ddd647d250cc85d5ccd2427ad581f0d65bc57840db4c98f4976faedbe596573be590ea7433a1d4 WHIRLPOOL d57c29683ce389452c55d26ff8f2245f361a9cf6284ce6c2475fd2da1cdea7b9f9ca18376fef8c17f53e19cd29ce624dfd2b0eb5ff3983445ce4de8ea2fb736f
DIST postfix-2.9.6.tar.gz 3767309 SHA256 790542a238f64d2620c26e787c98b07fb6e75a7620ce0584a7932b089dc5367c SHA512 ed53d835814368de9c6de7fe6d24cea36890273acbe62bbbb2c0b4a730765cf5662e8886d6095d8915d1774004c6b5cb278f640c81c63b564a8bfa3bee736912 WHIRLPOOL 24bbacada140e413ca628d9ad8b5eb55a0e3258dc9cef4bf407ebd8b8aac670379a785e60acd14c08f7a94f5058de899014e273634cd52a15a4c8003375a687d

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.11_pre20130326.ebuild,v 1.1 2013/03/27 08:22:31 eras Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.11_pre20130331.ebuild,v 1.1 2013/04/01 11:43:43 eras Exp $
EAPI=5
inherit eutils flag-o-matic multilib pam ssl-cert toolchain-funcs user versionator

@ -0,0 +1,118 @@
--- gmic-1.5.5.1/src/Makefile
+++ gmic-1.5.5.1/src/Makefile
@@ -77,7 +77,7 @@
# Flags that are mandatory to compile 'gmic'.
MANDATORY_CFLAGS += -Dgmic_build -I$(USR)/include
-MANDATORY_LDFLAGS += -L$(USR)/lib
+MANDATORY_LDFLAGS +=
ifeq ($(IS_GCC),yes)
MANDATORY_CFLAGS += -Wall -W
MANDATORY_LDFLAGS += -lm
@@ -85,28 +85,20 @@
MANDATORY_CFLAGS+=$(IS_BETA_CFLAGS)
# Flags to enable debugging.
-DEBUG_CFLAGS = -Dcimg_use_vt100 -Dcimg_verbosity=3 -g
-
-# Flags to enable optimizations.
-ifeq ($(IS_GCC),yes)
-OPT_CFLAGS = -O3 # -fno-tree-pre # -ffast-math
-endif
-ifeq ($(CC),icc)
-OPT_CFLAGS = -O3 -ipo -no-prec-div -override-limits
-endif
+DEBUG_CFLAGS = -Dcimg_use_vt100 -Dcimg_verbosity=3
# Flags to enable image display, using X11
# (keep /usr/ dirname here since X11 is located in /usr/ on Mac too).
# This requires the presence of the X11 include and library files.
# (package 'libx11-dev' on Debian).
-X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\"gmic\\\" -I/usr/X11R6/include #-Dcimg_use_xrandr
-X11_LDFLAGS = -L/usr/X11R6/lib -lX11 -lpthread #-lXrandr
+X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\"gmic\\\" #-Dcimg_use_xrandr
+X11_LDFLAGS = -lX11 -lpthread #-lXrandr
# Flags to enable fast display, using XShm.
# This requires the presence of the X11 extension include and library files.
# (package 'libx11-dev' on Debian).
XSHM_CFLAGS = -Dcimg_use_xshm
-XSHM_LDFLAGS = -L$(USR)/X11R6/lib -lXext
+XSHM_LDFLAGS = -lXext
# Flags to enable image display, using GDI32.
# This requires the presence of the GDI32 include and library files.
@@ -141,7 +133,7 @@
# This requires the presence of the FFMPEG include and library files.
# (packages 'libavcodec-dev', 'libavutil-dev', 'libavformat-dev' and 'libswscale-dev' on Debian).
FFMPEG_CFLAGS = -Dcimg_use_ffmpeg -D__STDC_CONSTANT_MACROS -I$(USR)/include/libavcodec -I$(USR)/include/libavformat -I$(USR)/include/libswscale -I$(USR)/include/ffmpeg
-FFMPEG_LDFLAGS = -lavcodec -lavformat -lswscale
+FFMPEG_LDFLAGS = -lavcodec -lavformat -lavutil -lswscale
# Flags to enable native support for compressed .cimgz files, using the Zlib library.
# This requires the presence of the Zlib include and library files.
@@ -152,14 +144,8 @@
# Flags to enable native support of webcams, using the OpenCV library.
# This requires the presence of the OpenCV include and library files.
# (package 'libcv3-2-dev' on Debian).
-ifeq ($(OS),Darwin)
OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include -I$(USR)/include/opencv
OPENCV_LDFLAGS = `pkg-config opencv --libs` #-> Use this for OpenCV 2.2.0 !
-else
-OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include -I$(USR)/include/opencv
-# OPENCV_LDFLAGS = -lcv -lhighgui
-OPENCV_LDFLAGS = -lopencv_core -lopencv_highgui #-> Use this for OpenCV >= 2.2.0 !
-endif
# Flags to enable native support of most classical image file formats, using the GraphicsMagick++ library.
# This requires the presence of the GraphicsMagick++ include and library files.
@@ -287,10 +273,10 @@
endif
gimp:
- $(MAKE) "CFLAGS=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_GIMP_LDFLAGS) $(OPT_LDFLAGS)" "STRIP_EXE=1" gmic_gimp
+ $(MAKE) "CFLAGS+=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_GIMP_LDFLAGS) $(OPT_LDFLAGS)" gmic_gimp
lib:
- $(MAKE) "CFLAGS=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_LIB_LDFLAGS) $(OPT_LDFLAGS)" gmic_lib
+ $(MAKE) "CFLAGS+=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_LIB_LDFLAGS) $(OPT_LDFLAGS)" gmic_lib
zart: lib
ifneq ($(OS),Darwin)
@@ -313,10 +299,10 @@
$(MAKE) "CFLAGS+=$(DEBUG_UNIX_CFLAGS)" "LDFLAGS+=$(DEBUG_UNIX_LDFLAGS)" gmic_minimal
linux:
- $(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(STD_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic
+ $(MAKE) "CFLAGS+=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_UNIX_LDFLAGS)" gmic_gmic
custom:
- $(MAKE) "CFLAGS=$(CUST_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(CUST_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic
+ $(MAKE) "CFLAGS+=$(CUST_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(CUST_UNIX_LDFLAGS)" gmic_gmic
solaris:
$(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(STD_UNIX_LDFLAGS) -R$(USR)/X11R6/lib -lrt -lnsl -lsocket" "STRIP_EXE=1" gmic_gmic
@@ -337,7 +323,6 @@
ar rcs libgmic.a gmic_lib.o
ifneq ($(OS),Darwin)
$(CC) -shared -Wl,-soname,libgmic.so.1 -o libgmic.so gmic_lib.o $(LDFLAGS)
- $(CC) -o gmic_use_lib gmic_use_lib.cpp -L. -lgmic $(FFTW_LDFLAGS)
else
$(CC) -shared -o libgmic.so gmic_lib.o $(LDFLAGS)
endif
@@ -346,7 +331,6 @@
$(CC) -o gmic_gimp.o -c gmic.cpp $(CFLAGS) -Dgmic_gimp -Dgmic_float_only
gmic_gimp : gmic_gimp.o gmic_gimp.cpp
$(CC) -o gmic_gimp gmic_gimp.cpp gmic_gimp.o `gimptool-2.0$(EXE) --cflags` $(CFLAGS) `gimptool-2.0$(EXE) --libs` $(LDFLAGS)
- strip gmic_gimp$(EXE)
gmic_minimal: gmic.cpp
$(CC) -o gmic gmic.cpp $(CFLAGS) -Dgmic_float_only -Dgmic_main $(LDFLAGS)
@@ -371,7 +355,6 @@
$(CC) -o gmic_double.o -c gmic.cpp $(CFLAGS) -Dgmic_split_compilation -Dgmic_double
gmic_gmic: gmic_bool.o gmic_uchar.o gmic_char.o gmic_ushort.o gmic_short.o gmic_uint.o gmic_int.o gmic_float.o gmic_double.o gmic_def.h
$(CC) -o gmic gmic_bool.o gmic_uchar.o gmic_char.o gmic_ushort.o gmic_short.o gmic_uint.o gmic_int.o gmic_float.o gmic_double.o $(LDFLAGS)
- strip gmic$(EXE)
def:
@echo "#ifndef gmic_gimp" > gmic_def.h

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/gmic-1.5.5.1.ebuild,v 1.1 2013/03/30 05:46:56 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/gmic-1.5.5.1.ebuild,v 1.2 2013/04/01 08:00:08 radhermit Exp $
EAPI=5
@ -39,7 +39,7 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P}/src
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.5.2.2-makefile.patch
epatch "${FILESDIR}"/${P}-makefile.patch
epatch "${FILESDIR}"/${PN}-1.5.2.2-ffmpeg.patch
for i in ffmpeg fftw jpeg opencv png tiff zlib ; do

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.14.0.ebuild,v 1.1 2013/03/28 17:39:53 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.14.0.ebuild,v 1.2 2013/04/01 09:28:49 pacho Exp $
EAPI="5"
CLUTTER_LA_PUNT="yes"
@ -12,7 +12,7 @@ DESCRIPTION="A library for using 3D graphics hardware to draw pretty pictures"
HOMEPAGE="http://www.clutter-project.org/"
LICENSE="LGPL-2.1+ FDL-1.1+"
SLOT="1.0/11"
SLOT="1.0/12" # subslot = .so version
IUSE="doc examples +introspection +opengl gles2 +pango profile"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-1.0.6.ebuild,v 1.1 2013/03/31 23:42:53 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-1.0.6.ebuild,v 1.2 2013/04/01 12:13:59 eva Exp $
EAPI="5"
@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for gstreamer"
HOMEPAGE="http://gstreamer.freedesktop.org/"
LICENSE="GPL-2+ LGPL-2+"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="alsa +introspection ivorbis +ogg +orc +pango theora +vorbis X"
REQUIRED_USE="
ivorbis? ( ogg )

@ -1,12 +1,14 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/libchamplain-0.12.3.ebuild,v 1.12 2013/03/31 18:56:47 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/libchamplain-0.12.3.ebuild,v 1.13 2013/04/01 10:47:26 pacho Exp $
EAPI=4
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes
VALA_MIN_API_VERSION=0.14
VALA_USE_DEPEND=vapigen
inherit eutils gnome2
inherit eutils gnome2 vala
DESCRIPTION="Clutter based world map renderer"
HOMEPAGE="http://projects.gnome.org/libchamplain/"
@ -32,7 +34,7 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-util/gtk-doc-am
virtual/pkgconfig
vala? ( dev-lang/vala:0.14[vapigen] )"
vala? ( $(vala_depend) )"
# segfaults with vala:0.12
# vala-0.14.2-r1 required for bug #402013
@ -44,11 +46,9 @@ src_prepare() {
--disable-maemo
--disable-vala-demos
--enable-memphis
VAPIGEN=$(type -p vapigen-0.14)
$(use_enable debug)
$(use_enable gtk)
$(use_enable introspection)
$(use_enable vala)"
$(use_enable introspection)"
# Fix documentation slotability
sed \

@ -1,2 +1,3 @@
DIST gst-plugins-base-0.10.36.tar.xz 2364108 SHA256 1fe45c3894903001d4d008b0713dab089f53726dcb5842d5b40c2595a984e64a SHA512 ea77778e073515df58229a641b4363df31f0b80204a5a43a8feb31f0b03a5a4b9b79d6e07e1615c773a59927a9b649f1b1d782def1120d581d09a090be8363b8 WHIRLPOOL e455f2a1aafd60078080735108e4ac336bc4764ed92b9579d83a453f75491331d16b48e5983f3c9712b6edb28ec379e696f06f6910c93168b019d6077c28fb6d
DIST gst-plugins-base-1.0.5.tar.xz 2351532 SHA256 37ce6e09b99ef3879111c861ee5090582b4fd4c764e81ab6eb2b2b4dd77d7173 SHA512 261e0273f8fa34f6261a911b35d20d27056e48c6d851a163d924031e46ee6811617ed35367a3d2b5c67fb645231e2eab191c8604bc0f2569ea5bd3cf5b697833 WHIRLPOOL c811c77bfa24eb628c7acec2df72aea39d89ed530deefacaee5a96a0ac9a78f196232540dd71439dee183479fc30aa6e71cfc14147e7dfc49272334d34da94b8
DIST gst-plugins-base-1.0.6.tar.xz 2363832 SHA256 85e5f99af690f720ccde5ea7e793269d35883a3ead80ca9985fa44e18bb1a4a5 SHA512 a8cb8da2b2c61beac8c0de428ae5c67d4823f33867a4ea3ce5fed0599729492b602080b4451c0c1fe1e4ffebbc7a48d2c6b582518a50d9eae7b22e56055e1b1d WHIRLPOOL 14347ea06a79b4b53ebdf0db4dfbc330d50cc9d76cf77c69b6ab7e3d716f8a308d08a346330d9e9681543396fe88caea94e02c03067d56d9c4ac481bf573573a

@ -0,0 +1,17 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.0.6.ebuild,v 1.1 2013/04/01 12:16:00 eva Exp $
EAPI="5"
inherit gst-plugins-base gst-plugins10
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=media-sound/cdparanoia-3.10.2-r3"
DEPEND="${RDEPEND}"
src_prepare() {
gst-plugins10_system_link gst-libs/gst/audio:gstreamer-audio
}

@ -1,2 +1,3 @@
DIST gst-plugins-base-0.10.36.tar.xz 2364108 SHA256 1fe45c3894903001d4d008b0713dab089f53726dcb5842d5b40c2595a984e64a SHA512 ea77778e073515df58229a641b4363df31f0b80204a5a43a8feb31f0b03a5a4b9b79d6e07e1615c773a59927a9b649f1b1d782def1120d581d09a090be8363b8 WHIRLPOOL e455f2a1aafd60078080735108e4ac336bc4764ed92b9579d83a453f75491331d16b48e5983f3c9712b6edb28ec379e696f06f6910c93168b019d6077c28fb6d
DIST gst-plugins-base-1.0.5.tar.xz 2351532 SHA256 37ce6e09b99ef3879111c861ee5090582b4fd4c764e81ab6eb2b2b4dd77d7173 SHA512 261e0273f8fa34f6261a911b35d20d27056e48c6d851a163d924031e46ee6811617ed35367a3d2b5c67fb645231e2eab191c8604bc0f2569ea5bd3cf5b697833 WHIRLPOOL c811c77bfa24eb628c7acec2df72aea39d89ed530deefacaee5a96a0ac9a78f196232540dd71439dee183479fc30aa6e71cfc14147e7dfc49272334d34da94b8
DIST gst-plugins-base-1.0.6.tar.xz 2363832 SHA256 85e5f99af690f720ccde5ea7e793269d35883a3ead80ca9985fa44e18bb1a4a5 SHA512 a8cb8da2b2c61beac8c0de428ae5c67d4823f33867a4ea3ce5fed0599729492b602080b4451c0c1fe1e4ffebbc7a48d2c6b582518a50d9eae7b22e56055e1b1d WHIRLPOOL 14347ea06a79b4b53ebdf0db4dfbc330d50cc9d76cf77c69b6ab7e3d716f8a308d08a346330d9e9681543396fe88caea94e02c03067d56d9c4ac481bf573573a

@ -0,0 +1,20 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.0.6.ebuild,v 1.1 2013/04/01 12:17:10 eva Exp $
EAPI="5"
inherit gst-plugins-base gst-plugins10
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
IUSE=""
RDEPEND=">=media-libs/libvisual-0.4
>=media-plugins/libvisual-plugins-0.4"
DEPEND="${RDEPEND}"
src_prepare() {
gst-plugins10_system_link \
gst-libs/gst/audio:gstreamer-audio \
gst-libs/gst/video:gstreamer-video
}

@ -2,3 +2,4 @@ DIST abcMIDI-2012-12-12.zip 486271 SHA256 90bac879712bc052bff308ab349af7ad375bfb
DIST abcMIDI-2012-12-25.zip 486625 SHA256 cbf94ac143f31277eb51bb3e05697ec2cbdd3a9389012984ddb93922920ca8d5 SHA512 1c9d4de7ed6925395d2c5ca9cbb60dd5957390f826261bad8d3c99fe3aa630cf2326a09ff14e65a275fa8b35d3e04f297a95c4d3d8c326cf0d3ceb5e137518ae WHIRLPOOL f7ff3236954c39ba1e8afeb7c1287f4e50393eb03175128b6569056d935f74d5e4f99869362e1c8658898dfea2f8272cd258fb4a913d1a9ba58d75279eea631a
DIST abcMIDI-2013-02-26.zip 487088 SHA256 8bf0098deafdfe7a1e8111b4952fa824266d9cc8aadd7a8a18d340506987f0ac SHA512 a2b38496320bd51b4df8b5d5fcc22e68ea9c3c039b4ca10c833539f09461eb4d9edfcb9cfae5ec148d9394e5301e027b57fbf814f714c1c91eb82e35d0e6768f WHIRLPOOL 4fc619cc902de7916dd4bddab3858c6ce1a52e16b7fd4fc362a2ac7fba2fc2ef96838b8f285fac64bfd1817e185316c9b65776816ce9196aaf3715d09404a647
DIST abcMIDI-2013-03-21.zip 489694 SHA256 2c96ec20131627b22474d2b060390f05904be0979a4861503395242a04eaf0c9 SHA512 5588390564b66754897fc12db64e1b831e10dff717bcd90ba3d1cbd871956b9a8c57c20a33c1f8c154e947b2d4d6f4ab471f4b11366437587a7109c573e4ec99 WHIRLPOOL c4dba7a90428cc5a3115671d5621fbe8fefa95f2a03aeab386ee40d0cd5a44af9e884f706abc155ed7a03a00745855c8f3b705694eee8b7aecb66e1af6c57717
DIST abcMIDI-2013-03-26.zip 489972 SHA256 2a93f0931a137a0808a2a4385bbea5f65cadf3ba1131c8276f69ca5fd5f9bc2c SHA512 405a023369a190b8738fe01392d952771a92c41a27cca40f5a71d6074eb2347491f0a7d1d55f79f197277208441be478a01faa336b54daebcd597c1819efe080 WHIRLPOOL aa19b23972870e80530c37668cf9accd3cea92951ffaba602a8833bd58c79613a909a7a94f4443f95f69be96f5c283a9a4bdde4570ca0fe3c03fc59fc7951991

@ -0,0 +1,38 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcmidi/abcmidi-2013.03.26.ebuild,v 1.1 2013/04/01 07:45:58 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 -e "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
}

@ -1,3 +1 @@
DIST kid3-2.1.tar.gz 915298 SHA256 8925bde1a773d767ee9695229e65dfd64dc13edf850294560478f2e02ecc6225 SHA512 8c3d6e7329f0a7bf921b17c9a8a793f6820e0d64deaabcdaf07f94988756b6645f64bc8aec90bd02a236ea0f763657e54315a983d09ad6e4ef2545e62dd8c839 WHIRLPOOL 400c4ee40b08e0dffb85b526df6ab0b038605fea43556cbb9d515b98a1a0664b8e26438a8d04a35a940660b255af9c8abfa24c7b1ab4fcd07be024fb03fbbb60
DIST kid3-2.2.1.tar.gz 941454 SHA256 2ac3ab6bbf8d2fdcc070a753ebdce868a5e9a2f0b3daddcc7c5b953ff39781b0 SHA512 430b3e001f66803e1ca7f08baa2c802504812e87ca0001282b15a009e1ad4daa78e91f84579347e523d46da440869a6b283edfb93f3dd7803d9ef3e6e1039a51 WHIRLPOOL 02a9479f7b0ec6bf7f6fbf514166a791af2ea7131e965d3bd2c65cdb001a4a91fea55f54d52221b55abb057398c27e3522cd69f455b61883405d6ad7afddc866
DIST kid3-2.2.tar.gz 940940 SHA256 edd665103d10e78542e99eac88f409c2dcfa9d257c0f774f91a006c55db92443 SHA512 499baf4788222a4d43bbc298e672b10beb12b1f559f576ba5e543134463b4cc30b5a868182a52b55acfbe400a135289187f300fd3c4991cf72fc518f14d9c3eb WHIRLPOOL 0e467404dc9d937de77bba6946e6d2005c63270223875d87ac892b7e4f8a7df0aca49c57ac54147fe059a84ee5f6b84d5167981a9e54348201599c9f2d09fff7

@ -1,52 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-2.1.ebuild,v 1.5 2012/07/13 08:49:14 ssuominen Exp $
EAPI=4
KDE_LINGUAS="cs de es et fi fr it nl pl ru sr sr@ijekavian sr@ijekavianlatin sr@Latn tr zh_TW"
KDE_REQUIRED="always"
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="A simple tag editor for KDE"
HOMEPAGE="http://kid3.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="amd64 x86"
IUSE="acoustid flac mp3 mp4 +taglib vorbis"
RDEPEND="
acoustid? (
media-libs/chromaprint
virtual/ffmpeg
)
flac? (
media-libs/flac[cxx]
media-libs/libvorbis
)
mp3? ( media-libs/id3lib )
mp4? ( media-libs/libmp4v2:0 )
taglib? ( media-libs/taglib )
vorbis? (
media-libs/libogg
media-libs/libvorbis
)"
DEPEND="${RDEPEND}"
REQUIRED_USE="flac? ( vorbis )"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with acoustid CHROMAPRINT)
$(cmake-utils_use_with flac)
$(cmake-utils_use_with mp3 ID3LIB)
$(cmake-utils_use_with mp4 MP4V2)
$(cmake-utils_use_with vorbis)
$(cmake-utils_use_with taglib)
"-DWITH_KDE=ON"
)
kde4-base_src_configure
}

@ -1,52 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-2.2.ebuild,v 1.3 2013/01/27 16:16:41 ago Exp $
EAPI=4
KDE_LINGUAS="cs de es et fi fr it nl pl ru sr sr@ijekavian sr@ijekavianlatin sr@Latn tr zh_TW"
KDE_REQUIRED="always"
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="A simple tag editor for KDE"
HOMEPAGE="http://kid3.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="amd64 x86"
IUSE="acoustid flac mp3 mp4 +taglib vorbis"
RDEPEND="
acoustid? (
media-libs/chromaprint
virtual/ffmpeg
)
flac? (
media-libs/flac[cxx]
media-libs/libvorbis
)
mp3? ( media-libs/id3lib )
mp4? ( media-libs/libmp4v2:0 )
taglib? ( media-libs/taglib )
vorbis? (
media-libs/libogg
media-libs/libvorbis
)"
DEPEND="${RDEPEND}"
REQUIRED_USE="flac? ( vorbis )"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with acoustid CHROMAPRINT)
$(cmake-utils_use_with flac)
$(cmake-utils_use_with mp3 ID3LIB)
$(cmake-utils_use_with mp4 MP4V2)
$(cmake-utils_use_with vorbis)
$(cmake-utils_use_with taglib)
"-DWITH_KDE=ON"
)
kde4-base_src_configure
}

@ -1,3 +1 @@
DIST kradio4-4.0.4.tar.bz2 1629750 SHA256 04a552cf376b68f7483296069cf90703f0c49899642986062e7e28f7336ea416
DIST kradio4-4.0.6.tar.bz2 1644615 SHA256 fe72ad7fb1cbc69600e7acea9a0b6462ad253de4de9f05d12678736ea8b47807 SHA512 adf04731f791141fcc671576ff13de444055c5c8ef39102431abd632f530ef9186f57364fc2e57f4d6e578dc4b51a97eba721b74d519afadb4821fa9de089f37 WHIRLPOOL 5321d74a5a17e2d06ea9189e90c9c297eef0c0477fcf095656640c0d87c3f4488bc5448e5908aea4f0c7b6577490d08d688c00f48dd95ce099943b3abb2fb9b5
DIST kradio4-4.0.7.tar.bz2 1645669 SHA256 53d1a706f08cfd5a405142cf34cf9c0b03397b03961936651dfae7206003959c SHA512 61acb55cfbf3394b4e40381507cc1476360cb8d07b23dc5983ad807e9d6f8e2e850787b06bf0884010ed5b7f373ee3d08fb2fb59201937002d95280a37a169bc WHIRLPOOL b0c9d66553aa06bbccd7168a7cbc05c75ae2cc8c8528fa8041a52e6fef3d3427fcf641fe1bf20fa7e357b1676361efc2e98fdfa162275d56e7385e6567637683

@ -1,50 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-4.0.4.ebuild,v 1.1 2012/02/22 15:49:11 johu Exp $
EAPI=4
KDE_LINGUAS="cs de es is it pl pt pt_BR ru tr uk"
inherit kde4-base
MY_P=${PN}4-${PV/_/-}
DESCRIPTION="kradio is a radio tuner application for KDE"
HOMEPAGE="http://kradio.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="alsa debug encode ffmpeg lirc +mp3 +vorbis v4l"
DEPEND="
media-libs/libsndfile
alsa? ( media-libs/alsa-lib )
ffmpeg? (
>=media-libs/libmms-0.4
virtual/ffmpeg
)
lirc? ( app-misc/lirc )
mp3? ( media-sound/lame )
vorbis? (
media-libs/libvorbis
media-libs/libogg
)
"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with alsa ALSA)
$(cmake-utils_use_with ffmpeg FFMPEG)
$(cmake-utils_use_with lirc LIRC)
$(cmake-utils_use_with mp3 LAME)
$(cmake-utils_use_with vorbis OGG_VORBIS)
$(cmake-utils_use_with v4l V4L2)
)
kde4-base_src_configure
}

@ -1,72 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kradio/kradio-4.0.6.ebuild,v 1.1 2012/08/31 11:09:17 johu Exp $
EAPI=4
KDE_LINGUAS_DIR=( po convert-presets/po )
PLUGINS=(
alsa-sound dbus gui-docking-menu gui-error-log gui-quickbar
gui-standard-display internetradio lirc oss-sound radio recording shortcuts
soundserver streaming timecontrol timeshifter v4lradio
)
KDE_LINGUAS="cs de es is it pl pt pt_BR ru sk tr uk"
inherit kde4-base
MY_P=${PN}4-${PV/_/-}
DESCRIPTION="kradio is a radio tuner application for KDE"
HOMEPAGE="http://kradio.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="alsa debug encode ffmpeg lirc +mp3 +vorbis v4l"
DEPEND="
media-libs/libsndfile
alsa? ( media-libs/alsa-lib )
ffmpeg? (
>=media-libs/libmms-0.4
virtual/ffmpeg
)
lirc? ( app-misc/lirc )
mp3? ( media-sound/lame )
vorbis? (
media-libs/libvorbis
media-libs/libogg
)
"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
src_prepare() {
local lang
for lang in ${KDE_LINGUAS} ; do
if ! use linguas_${lang} ; then
for dir in "${KDE_LINGUAS_DIR[@]}" ; do
rm ${dir}/${lang}.po
done
for plugin in "${PLUGINS[@]}" ; do
rm plugins/${plugin}/po/${lang}.po
done
fi
done
kde4-base_src_prepare
}
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with alsa)
$(cmake-utils_use_with ffmpeg)
$(cmake-utils_use_with lirc)
$(cmake-utils_use_with mp3 LAME)
$(cmake-utils_use_with vorbis OGG_VORBIS)
$(cmake-utils_use_with v4l V4L2)
)
kde4-base_src_configure
}

@ -7,6 +7,7 @@
<flag name='bluray'>Enable playback of Blu-ray filesystems</flag>
<flag name='cec'>Enable support for HDMI-CEC devices via libcec</flag>
<flag name='fishbmc'>Enable fishBMC visualization plugin</flag>
<flag name='gles'>Enable support for GLES</flag>
<flag name='goom'>Enable GOOM visualization plugin</flag>
<flag name='midi'>Support MIDI files</flag>
<flag name='nfs'>Enable NFS client support</flag>

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.1.ebuild,v 1.3 2013/04/01 05:39:52 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-12.1.ebuild,v 1.4 2013/04/01 06:35:52 vapier Exp $
EAPI="4"
@ -36,12 +36,14 @@ HOMEPAGE="http://xbmc.org/"
LICENSE="GPL-2"
SLOT="0"
IUSE="airplay alsa altivec avahi bluetooth bluray cec css debug goom java joystick midi mysql neon nfs profile +projectm pulseaudio pvr +rsxs rtmp +samba sse sse2 sftp udev upnp vaapi vdpau webserver +xrandr"
REQUIRED_USE="pvr? ( mysql )"
IUSE="airplay alsa altivec avahi bluetooth bluray caps cec css debug gles goom java joystick midi mysql neon nfs +opengl profile +projectm pulseaudio pvr +rsxs rtmp +samba +sdl sse sse2 sftp udev upnp +usb vaapi vdpau webserver +X +xrandr"
REQUIRED_USE="
pvr? ( mysql )
rsxs? ( X )
xrandr? ( X )
"
COMMON_DEPEND="virtual/glu
virtual/opengl
app-arch/bzip2
COMMON_DEPEND="app-arch/bzip2
app-arch/unzip
app-arch/zip
app-i18n/enca
@ -73,14 +75,16 @@ COMMON_DEPEND="virtual/glu
media-libs/libpng
projectm? ( media-libs/libprojectm )
media-libs/libsamplerate
media-libs/libsdl[audio,opengl,video,X]
sdl? ( media-libs/libsdl[audio,opengl,video,X] )
alsa? ( media-libs/libsdl[alsa] )
>=media-libs/taglib-1.8
media-libs/libvorbis
media-libs/sdl-gfx
>=media-libs/sdl-image-1.2.10[gif,jpeg,png]
media-libs/sdl-mixer
media-libs/sdl-sound
sdl? (
media-libs/sdl-gfx
>=media-libs/sdl-image-1.2.10[gif,jpeg,png]
media-libs/sdl-mixer
media-libs/sdl-sound
)
media-libs/tiff
pulseaudio? ( media-sound/pulseaudio )
media-sound/wavpack
@ -95,26 +99,35 @@ COMMON_DEPEND="virtual/glu
samba? ( >=net-fs/samba-3.4.6[smbclient] )
bluetooth? ( net-wireless/bluez )
sys-apps/dbus
caps? ( sys-libs/libcap )
sys-libs/zlib
virtual/jpeg
usb? ( virtual/libusb )
mysql? ( virtual/mysql )
x11-apps/xdpyinfo
x11-apps/mesa-progs
opengl? (
virtual/glu
virtual/opengl
)
gles? ( virtual/opengl )
vaapi? ( x11-libs/libva[opengl] )
vdpau? (
|| ( x11-libs/libvdpau >=x11-drivers/nvidia-drivers-180.51 )
virtual/ffmpeg[vdpau]
)
x11-libs/libXinerama
xrandr? ( x11-libs/libXrandr )
x11-libs/libXrender"
X? (
x11-apps/xdpyinfo
x11-apps/mesa-progs
x11-libs/libXinerama
xrandr? ( x11-libs/libXrandr )
x11-libs/libXrender
)"
RDEPEND="${COMMON_DEPEND}
udev? ( sys-fs/udisks:0 sys-power/upower )"
DEPEND="${COMMON_DEPEND}
app-arch/xz-utils
dev-lang/swig
dev-util/gperf
x11-proto/xineramaproto
X? ( x11-proto/xineramaproto )
dev-util/cmake
x86? ( dev-lang/nasm )
java? ( virtual/jre )"
@ -196,9 +209,11 @@ src_configure() {
$(use_enable airplay) \
$(use_enable avahi) \
$(use_enable bluray libbluray) \
$(use_enable caps libcap) \
$(use_enable cec libcec) \
$(use_enable css dvdcss) \
$(use_enable debug) \
$(use_enable gles) \
$(use_enable goom) \
--disable-hal \
$(use_enable joystick) \
@ -206,6 +221,7 @@ src_configure() {
$(use_enable mysql) \
$(use_enable neon) \
$(use_enable nfs) \
$(use_enable opengl gl) \
$(use_enable profile profiling) \
$(use_enable projectm) \
$(use_enable pulseaudio pulse) \
@ -213,11 +229,14 @@ src_configure() {
$(use_enable rsxs) \
$(use_enable rtmp) \
$(use_enable samba) \
$(use_enable sdl) \
$(use_enable sftp ssh) \
$(use_enable usb libusb) \
$(use_enable upnp) \
$(use_enable vaapi) \
$(use_enable vdpau) \
$(use_enable webserver) \
$(use_enable X x11) \
$(use_enable xrandr)
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.138 2013/04/01 05:39:52 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.139 2013/04/01 06:35:52 vapier Exp $
EAPI="4"
@ -36,12 +36,14 @@ HOMEPAGE="http://xbmc.org/"
LICENSE="GPL-2"
SLOT="0"
IUSE="airplay alsa altivec avahi bluetooth bluray cec css debug +fishbmc goom java joystick midi mysql neon nfs profile +projectm pulseaudio pvr +rsxs rtmp +samba sse sse2 sftp udev upnp vaapi vdpau webserver +xrandr"
REQUIRED_USE="pvr? ( mysql )"
IUSE="airplay alsa altivec avahi bluetooth bluray caps cec css debug +fishbmc gles goom java joystick midi mysql neon nfs +opengl profile +projectm pulseaudio pvr +rsxs rtmp +samba +sdl sse sse2 sftp udev upnp +usb vaapi vdpau webserver +X +xrandr"
REQUIRED_USE="
pvr? ( mysql )
rsxs? ( X )
xrandr? ( X )
"
COMMON_DEPEND="virtual/glu
virtual/opengl
app-arch/bzip2
COMMON_DEPEND="app-arch/bzip2
app-arch/unzip
app-arch/zip
app-i18n/enca
@ -75,14 +77,16 @@ COMMON_DEPEND="virtual/glu
media-libs/libpng
projectm? ( media-libs/libprojectm )
media-libs/libsamplerate
media-libs/libsdl[audio,opengl,video,X]
sdl? ( media-libs/libsdl[audio,opengl,video,X] )
alsa? ( media-libs/libsdl[alsa] )
>=media-libs/taglib-1.8
media-libs/libvorbis
media-libs/sdl-gfx
>=media-libs/sdl-image-1.2.10[gif,jpeg,png]
media-libs/sdl-mixer
media-libs/sdl-sound
sdl? (
media-libs/sdl-gfx
>=media-libs/sdl-image-1.2.10[gif,jpeg,png]
media-libs/sdl-mixer
media-libs/sdl-sound
)
media-libs/tiff
pulseaudio? ( media-sound/pulseaudio )
media-sound/wavpack
@ -97,26 +101,35 @@ COMMON_DEPEND="virtual/glu
samba? ( >=net-fs/samba-3.4.6[smbclient] )
bluetooth? ( net-wireless/bluez )
sys-apps/dbus
caps? ( sys-libs/libcap )
sys-libs/zlib
virtual/jpeg
usb? ( virtual/libusb )
mysql? ( virtual/mysql )
x11-apps/xdpyinfo
x11-apps/mesa-progs
opengl? (
virtual/glu
virtual/opengl
)
gles? ( virtual/opengl )
vaapi? ( x11-libs/libva[opengl] )
vdpau? (
|| ( x11-libs/libvdpau >=x11-drivers/nvidia-drivers-180.51 )
virtual/ffmpeg[vdpau]
)
x11-libs/libXinerama
xrandr? ( x11-libs/libXrandr )
x11-libs/libXrender"
X? (
x11-apps/xdpyinfo
x11-apps/mesa-progs
x11-libs/libXinerama
xrandr? ( x11-libs/libXrandr )
x11-libs/libXrender
)"
RDEPEND="${COMMON_DEPEND}
udev? ( sys-fs/udisks:0 sys-power/upower )"
DEPEND="${COMMON_DEPEND}
app-arch/xz-utils
dev-lang/swig
dev-util/gperf
x11-proto/xineramaproto
X? ( x11-proto/xineramaproto )
dev-util/cmake
x86? ( dev-lang/nasm )
java? ( virtual/jre )"
@ -198,10 +211,12 @@ src_configure() {
$(use_enable airplay) \
$(use_enable avahi) \
$(use_enable bluray libbluray) \
$(use_enable caps libcap) \
$(use_enable cec libcec) \
$(use_enable css dvdcss) \
$(use_enable debug) \
$(use_enable fishbmc) \
$(use_enable gles) \
$(use_enable goom) \
--disable-hal \
$(use_enable joystick) \
@ -209,6 +224,7 @@ src_configure() {
$(use_enable mysql) \
$(use_enable neon) \
$(use_enable nfs) \
$(use_enable opengl gl) \
$(use_enable profile profiling) \
$(use_enable projectm) \
$(use_enable pulseaudio pulse) \
@ -216,11 +232,14 @@ src_configure() {
$(use_enable rsxs) \
$(use_enable rtmp) \
$(use_enable samba) \
$(use_enable sdl) \
$(use_enable sftp ssh) \
$(use_enable usb libusb) \
$(use_enable upnp) \
$(use_enable vaapi) \
$(use_enable vdpau) \
$(use_enable webserver) \
$(use_enable X x11) \
$(use_enable xrandr)
}

@ -1 +1 @@
Mon, 01 Apr 2013 06:06:54 +0000
Mon, 01 Apr 2013 12:36:53 +0000

@ -1 +1 @@
Mon, 01 Apr 2013 06:06:54 +0000
Mon, 01 Apr 2013 12:36:54 +0000

@ -9,5 +9,5 @@ LICENSE=BSD CC-BY-SA-3.0
RDEPEND=>=app-accessibility/at-spi2-core-2.1.5:2 >=dev-python/pygobject-2.90.3:3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=x11-libs/gtk+-3.1.13:3[introspection] dev-libs/atk[introspection] >=dev-libs/glib-2.28:2 dev-libs/gobject-introspection >=dev-python/ipython-0.11[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyatspi-2.1.5[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycairo[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] x11-libs/gdk-pixbuf[introspection] x11-libs/libwnck:3[introspection] x11-libs/pango[introspection] python_targets_python2_7? ( dev-lang/python:2.7[xml] ) dev-python/python-exec[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
SLOT=0
SRC_URI=mirror://gnome/sources/accerciser/3.6/accerciser-3.6.2.tar.xz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=6c14c0216399f5690399023ad3ca39b0

@ -9,5 +9,5 @@ LICENSE=BSD CC-BY-SA-3.0
RDEPEND=>=app-accessibility/at-spi2-core-2.5.2:2 >=dev-python/pygobject-2.90.3:3[python_targets_python3_2(-)?,-python_single_target_python3_2(-)] >=x11-libs/gtk+-3.1.13:3[introspection] dev-libs/atk[introspection] >=dev-libs/glib-2.28:2 dev-libs/gobject-introspection >=dev-python/ipython-0.11[python_targets_python3_2(-)?,-python_single_target_python3_2(-)] >=dev-python/pyatspi-2.1.5[python_targets_python3_2(-)?,-python_single_target_python3_2(-)] dev-python/pycairo[python_targets_python3_2(-)?,-python_single_target_python3_2(-)] x11-libs/gdk-pixbuf[introspection] x11-libs/libwnck:3[introspection] x11-libs/pango[introspection] python_targets_python3_2? ( dev-lang/python:3.2[xml] ) dev-python/python-exec[python_targets_python3_2(-)?,-python_single_target_python3_2(-)]
SLOT=0
SRC_URI=mirror://gnome/sources/accerciser/3.8/accerciser-3.8.0.tar.xz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=806522a3b7e08af684ed741283a8d05e

@ -9,5 +9,5 @@ LICENSE=LGPL-2.1
RDEPEND=app-accessibility/at-spi2-core >=dev-python/pygobject-2.90.3:3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=x11-libs/gtk+-3:3[introspection] x11-libs/gtk+:2 >=dev-libs/gobject-introspection-0.10.7 dev-libs/libgee:0.8 dev-libs/libxml2 >=media-libs/clutter-1.5.11:1.0[introspection] x11-libs/libX11 x11-libs/libxklavier x11-libs/libXtst >=dev-python/pyatspi-2.1.90[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=gnome-base/gsettings-desktop-schemas-3 gnome-base/librsvg:2 sys-apps/dbus virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
SLOT=0
SRC_URI=mirror://gnome/sources/caribou/0.4/caribou-0.4.10.tar.xz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=432f282aa2143cbf909b3075529fa7a9

@ -9,5 +9,5 @@ LICENSE=LGPL-2.1
RDEPEND=>=dev-python/pygobject-2.90.3:3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=x11-libs/gtk+-3:3[introspection] x11-libs/gtk+:2 >=dev-libs/gobject-introspection-0.10.7 dev-libs/libgee:0.8 dev-libs/libxml2 >=media-libs/clutter-1.5.11:1.0[introspection] x11-libs/libX11 x11-libs/libxklavier x11-libs/libXtst >=dev-python/pyatspi-2.1.90[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=gnome-base/gsettings-desktop-schemas-3 gnome-base/librsvg:2 sys-apps/dbus virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
SLOT=0
SRC_URI=mirror://gnome/sources/caribou/0.4/caribou-0.4.7.tar.xz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=5c76cf4e025c03527086d3abca81a4da

@ -9,5 +9,5 @@ LICENSE=LGPL-2.1
RDEPEND=>=dev-python/pygobject-2.90.3:3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=x11-libs/gtk+-3:3[introspection] x11-libs/gtk+:2 >=dev-libs/gobject-introspection-0.10.7 dev-libs/libgee:0.8 dev-libs/libxml2 >=media-libs/clutter-1.5.11:1.0[introspection] x11-libs/libX11 x11-libs/libxklavier x11-libs/libXtst >=dev-python/pyatspi-2.1.90[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=gnome-base/gsettings-desktop-schemas-3 gnome-base/librsvg:2 sys-apps/dbus virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
SLOT=0
SRC_URI=mirror://gnome/sources/caribou/0.4/caribou-0.4.8.tar.xz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=ee45c018b102dcf2039e810bd382c1cd

@ -9,5 +9,5 @@ LICENSE=LGPL-2.1+ CC-BY-SA-3.0
RDEPEND=>=app-accessibility/at-spi2-atk-2.5.91:2 >=app-accessibility/at-spi2-core-2.5.91:2 >=dev-libs/atk-2.5.91 >=dev-libs/glib-2.28:2 >=dev-python/pygobject-3.2.2:3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=x11-libs/gtk+-3.5.16:3[introspection] python_targets_python2_7? ( dev-lang/python:2.7[threads] ) dev-python/python-exec[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] app-accessibility/speech-dispatcher[python] dev-libs/atk[introspection] dev-python/pyatspi[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycairo dev-python/setproctitle x11-libs/libwnck:3[introspection] x11-libs/pango[introspection]
SLOT=0
SRC_URI=mirror://gnome/sources/orca/3.6/orca-3.6.3.tar.xz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=e0cc63a02bcfb0c6794792dbaa36eda8

@ -9,5 +9,5 @@ LICENSE=BSD-2
RDEPEND=app-accessibility/sphinxbase media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 python? ( python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] )
SLOT=0
SRC_URI=mirror://sourceforge/cmusphinx/pocketsphinx-0.8.tar.gz
_eclasses_=distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=85dac1a305560efca83217d7c2705c8f

@ -9,5 +9,5 @@ LICENSE=GPL-2
RDEPEND=dev-libs/dotconf >=dev-libs/glib-2 alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) espeak? ( app-accessibility/espeak ) flite? ( app-accessibility/flite ) nas? ( media-libs/nas ) pulseaudio? ( media-sound/pulseaudio )
SLOT=0
SRC_URI=http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.7.1.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=5ece492998cf007beda5f6e0bd1e62e4

@ -9,5 +9,5 @@ LICENSE=GPL-2
RDEPEND=>=dev-libs/glib-2.28:2 >=media-libs/libsndfile-1.0.2 alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) espeak? ( app-accessibility/espeak ) flite? ( app-accessibility/flite ) nas? ( media-libs/nas ) pulseaudio? ( media-sound/pulseaudio )
SLOT=0
SRC_URI=http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d65cdb1f234e6242da4cfa1e495f0a2c

@ -9,5 +9,5 @@ LICENSE=BSD-2
RDEPEND=>=app-accessibility/sphinxbase-0.7[static-libs?,python?] python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) )
SLOT=0
SRC_URI=mirror://sourceforge/cmusphinx/sphinx3-0.8.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=2aa88e97b0a7ac9149cd4dd48bf60552

@ -9,5 +9,5 @@ LICENSE=BSD-2 HPND MIT
RDEPEND=lapack? ( virtual/lapack ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) )
SLOT=0
SRC_URI=mirror://sourceforge/cmusphinx/sphinxbase-0.7.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=418a51808fa50adc7acbe445aaab0f31

@ -9,5 +9,5 @@ LICENSE=BSD-2 HPND MIT
RDEPEND=media-sound/pulseaudio lapack? ( virtual/lapack ) python? ( python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] )
SLOT=0
SRC_URI=mirror://sourceforge/cmusphinx/sphinxbase-0.8.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ff0244c2381d2c4a869c35cd901e3058

@ -9,5 +9,5 @@ LICENSE=GPL-3
RDEPEND=dev-python/jinja dev-python/pyyaml paramiko? ( dev-python/paramiko ) !paramiko? ( virtual/ssh net-misc/sshpass ) sudo? ( app-admin/sudo ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
SLOT=0
SRC_URI=https://github.com/ansible/ansible/archive/v0.9.tar.gz -> ansible-0.9.tar.gz
_eclasses_=distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=5452482857b088120ea52f988f6e34f3

@ -9,5 +9,5 @@ LICENSE=GPL-3
RDEPEND=dev-python/jinja dev-python/pyyaml dev-python/paramiko net-misc/sshpass virtual/ssh python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
SLOT=0
SRC_URI=https://github.com/ansible/ansible/archive/v1.0.tar.gz -> ansible-1.0.tar.gz
_eclasses_=distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=164ea2f5523a58659a618fe24556722f

@ -7,5 +7,5 @@ IUSE=examples test python_targets_python2_6 python_targets_python2_7
LICENSE=GPL-3
RDEPEND=dev-python/jinja dev-python/pyyaml dev-python/paramiko net-misc/sshpass virtual/ssh python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
SLOT=0
_eclasses_=distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 git-2 e92e09651292b1bef5656592364550f7 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 git-2 e92e09651292b1bef5656592364550f7 multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=faaded0adc4322d8a4e7efe5f56bb6be

@ -9,5 +9,5 @@ LICENSE=LGPL-2.1
RDEPEND=dev-libs/libxml2 sys-libs/readline
SLOT=0
SRC_URI=http://augeas.net/download/augeas-0.10.0.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=4144e6777fe34840a228787b548c6674

@ -9,5 +9,5 @@ LICENSE=CeCILL-C
RDEPEND=dev-libs/openssl python_targets_python2_5? ( dev-lang/python:2.5[xml] ) python_targets_python2_6? ( dev-lang/python:2.6[xml] ) python_targets_python2_7? ( dev-lang/python:2.7[xml] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
SLOT=0
SRC_URI=https://github.com/cea-hpc/clustershell/archive/v1.6.tar.gz -> clustershell-1.6.tar.gz
_eclasses_=distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=70a6faa9e3316d8e8475af283d2e2046

@ -9,5 +9,5 @@ LICENSE=BSD
RDEPEND=kernel_linux? ( dev-python/pymountboot[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)]
SLOT=0
SRC_URI=mirror://bitbucket/mgorny/eclean-kernel/downloads/eclean-kernel-0.3.1.tar.bz2
_eclasses_=distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ed4bde1b93908d13129786057add0baa

@ -9,5 +9,5 @@ LICENSE=BSD
RDEPEND=kernel_linux? ( dev-python/pymountboot[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)]
SLOT=0
SRC_URI=mirror://bitbucket/mgorny/eclean-kernel/downloads/eclean-kernel-0.3.2.tar.bz2
_eclasses_=distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=c0bdefaabdd20d3411ef4686c9e8549b

@ -7,5 +7,5 @@ IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_1
LICENSE=BSD
RDEPEND=kernel_linux? ( dev-python/pymountboot[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)]
SLOT=0
_eclasses_=distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 git-2 e92e09651292b1bef5656592364550f7 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 git-2 e92e09651292b1bef5656592364550f7 multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=82b2fcf06763fe755b0930789a387b03

@ -9,5 +9,5 @@ LICENSE=BSD
RDEPEND=dev-libs/libxml2
SLOT=0
SRC_URI=ftp://ftp.markus-raab.org/elektra/releases/elektra-0.8.3.tar.gz
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-multilib addd2a8c27b8c050ede9c51700213136 cmake-utils 2dda478e7e4206f6fb1aa72785cb5ef7 eutils 36e6377b0e31856b6d62af831661c4f3 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multilib-build 667b3440d8e76114f1fc656561518204 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-multilib addd2a8c27b8c050ede9c51700213136 cmake-utils 2dda478e7e4206f6fb1aa72785cb5ef7 eutils 36e6377b0e31856b6d62af831661c4f3 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multilib-build 667b3440d8e76114f1fc656561518204 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=bc870e8a49d654ebdc0d87338ba3fd9c

@ -7,5 +7,5 @@ LICENSE=GPL-2
RDEPEND=app-admin/eselect
SLOT=0
SRC_URI=mirror://bitbucket/mgorny/eselect-lib-bin-symlink/downloads/eselect-lib-bin-symlink-0.1.tar.bz2
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=43d0fc4dc3164862f7c7cf6a1a31cba7

@ -7,5 +7,5 @@ LICENSE=GPL-2
RDEPEND=app-admin/eselect
SLOT=0
SRC_URI=mirror://bitbucket/mgorny/eselect-lib-bin-symlink/downloads/eselect-lib-bin-symlink-0.1.1.tar.bz2
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=02d54a5dd584bc47b1beaa7b020278fd

@ -6,5 +6,5 @@ HOMEPAGE=https://bitbucket.org/mgorny/eselect-lib-bin-symlink/
LICENSE=GPL-2
RDEPEND=app-admin/eselect
SLOT=0
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 git-2 e92e09651292b1bef5656592364550f7 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 git-2 e92e09651292b1bef5656592364550f7 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=3e0b007fd1926041acb637c688414c1d

@ -1,9 +1,9 @@
DEFINED_PHASES=install
DESCRIPTION=unison module for eselect
HOMEPAGE=http://www.gentoo.org/proj/en/eselect/
KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux
KEYWORDS=amd64 ~arm ppc x86 ~amd64-linux ~x86-linux
LICENSE=GPL-2
RDEPEND=>=app-admin/eselect-1.2.3
SLOT=0
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=85f1fc4c42cc3e572af3a6ad66a78bb1
_md5_=09a17d99c6a1cd756ca0b576ed1dd93c

@ -10,5 +10,5 @@ RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target
REQUIRED_USE=|| ( ldap mysql postgres sqlite )
SLOT=0
SRC_URI=http://launchpad.net/glance/folsom/2012.2.3/+download/glance-2012.2.3.tar.gz
_eclasses_=distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=19c948e55c81d56cf3d4b0bc3433e098

@ -8,5 +8,5 @@ LICENSE=Apache-2.0
RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/boto-2.1.1 dev-python/anyjson[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/eventlet-0.9.12[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/greenlet-0.3.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/httplib2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/iso8601[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jsonschema[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/kombu[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/passlib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/paste[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pastedeploy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycrypto dev-python/python-glanceclient[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/routes[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/sqlalchemy-migrate-0.7 =dev-python/webob-1.0.8-r1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] swift? ( >=dev-python/python-swiftclient-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] <dev-python/python-swiftclient-2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) sqlite? ( dev-python/sqlalchemy[sqlite] ) mysql? ( dev-python/sqlalchemy[mysql] ) postgres? ( dev-python/sqlalchemy[postgres] ) ldap? ( dev-python/python-ldap ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
REQUIRED_USE=|| ( ldap mysql postgres sqlite )
SLOT=0
_eclasses_=distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 git-2 e92e09651292b1bef5656592364550f7 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 git-2 e92e09651292b1bef5656592364550f7 multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=5be1c78730d6e85ae03f251a7f9940f3

@ -10,5 +10,5 @@ RDEPEND=dbi? ( dev-db/libdbi ) extras? ( net-libs/libnet ) kerberos? ( virtual/k
RESTRICT=test
SLOT=0
SRC_URI=http://www.rsyslog.com/files/download/rsyslog/rsyslog-5.10.1.tar.gz zeromq? ( https://github.com/aggregateknowledge/rsyslog-zeromq/tarball/44b551abc29dd5b541884bd51b45b413855a93d8 -> rsyslog-zeromq.tar.gz )
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=fa5bd76f2b6baf6253cf0622c85190c5

@ -10,5 +10,5 @@ RDEPEND=dbi? ( dev-db/libdbi ) extras? ( net-libs/libnet ) kerberos? ( virtual/k
RESTRICT=test
SLOT=0
SRC_URI=http://www.rsyslog.com/files/download/rsyslog/rsyslog-5.8.11.tar.gz zeromq? ( https://github.com/aggregateknowledge/rsyslog-zeromq/tarball/44b551abc29dd5b541884bd51b45b413855a93d8 -> rsyslog-zeromq.tar.gz )
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a7072b01e43639674bd6d2923c5760da

@ -10,5 +10,5 @@ RDEPEND=dbi? ( dev-db/libdbi ) extras? ( net-libs/libnet ) kerberos? ( virtual/k
RESTRICT=test
SLOT=0
SRC_URI=http://www.rsyslog.com/files/download/rsyslog/rsyslog-5.8.12.tar.gz zeromq? ( https://github.com/aggregateknowledge/rsyslog-zeromq/tarball/44b551abc29dd5b541884bd51b45b413855a93d8 -> rsyslog-zeromq.tar.gz )
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=9963f9017ccdcfd6d0af868d6f4ea9e4

@ -10,5 +10,5 @@ RDEPEND=dbi? ( dev-db/libdbi ) extras? ( net-libs/libnet ) gnutls? ( net-libs/gn
RESTRICT=test
SLOT=0
SRC_URI=http://www.rsyslog.com/files/download/rsyslog/rsyslog-5.8.5.tar.gz zeromq? ( https://github.com/aggregateknowledge/rsyslog-zeromq/tarball/44b551abc29dd5b541884bd51b45b413855a93d8 -> rsyslog-zeromq.tar.gz )
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=59e7a7495cf4b0d955a282f273a1c491

@ -10,5 +10,5 @@ RDEPEND=dev-libs/libee dev-libs/libestr dev-libs/liblognorm dbi? ( dev-db/libdbi
RESTRICT=test
SLOT=0
SRC_URI=http://www.rsyslog.com/files/download/rsyslog/rsyslog-6.2.2.tar.gz zeromq? ( https://github.com/aggregateknowledge/rsyslog-zeromq/tarball/44b551abc29dd5b541884bd51b45b413855a93d8 -> rsyslog-zeromq.tar.gz )
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=b266b900c1aa421924101a29c69a7338

@ -10,5 +10,5 @@ RDEPEND=dev-libs/json-c dev-libs/libee dev-libs/libestr dev-libs/liblognorm dbi?
RESTRICT=test
SLOT=0
SRC_URI=http://www.rsyslog.com/files/download/rsyslog/rsyslog-6.6.0.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=7e63ebfbe18eabe52ec6b329d3970baa

@ -10,5 +10,5 @@ RDEPEND=dev-libs/json-c dev-libs/libee dev-libs/libestr dev-libs/liblognorm net-
RESTRICT=test
SLOT=0
SRC_URI=http://www.rsyslog.com/files/download/rsyslog/rsyslog-7.2.2.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=537b2ed3ef555a29a4b2b7ade792ffa8

@ -10,5 +10,5 @@ RDEPEND=dev-libs/json-c dev-libs/libee dev-libs/libestr dev-libs/liblognorm net-
RESTRICT=test
SLOT=0
SRC_URI=http://www.rsyslog.com/files/download/rsyslog/rsyslog-7.2.5.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=54d4b2a33d49a37cfa753b6f85d45c38

@ -9,5 +9,5 @@ LICENSE=GPL-2
RDEPEND=dev-libs/libpcre app-admin/sagan-rules[lognorm?] smtp? ( net-libs/libesmtp ) pcap? ( net-libs/libpcap ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) prelude? ( dev-libs/libprelude ) lognorm? ( dev-libs/liblognorm ) libdnet? ( dev-libs/libdnet )
SLOT=0
SRC_URI=http://sagan.softwink.com/download/sagan-0.2.0.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=191fc00da9d61602db6077eb2ce66c07

@ -9,5 +9,5 @@ LICENSE=GPL-2
RDEPEND=dev-libs/libpcre app-admin/sagan-rules[lognorm?] smtp? ( net-libs/libesmtp ) pcap? ( net-libs/libpcap ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) prelude? ( dev-libs/libprelude ) lognorm? ( dev-libs/liblognorm ) libdnet? ( dev-libs/libdnet )
SLOT=0
SRC_URI=http://sagan.softwink.com/download/sagan-0.2.0.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=1a0e710822bf09dec03e687cced74262

@ -9,5 +9,5 @@ LICENSE=GPL-2
RDEPEND=dev-libs/libpcre app-admin/sagan-rules[lognorm?] smtp? ( net-libs/libesmtp ) pcap? ( net-libs/libpcap ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) prelude? ( dev-libs/libprelude ) lognorm? ( dev-libs/liblognorm ) libdnet? ( dev-libs/libdnet ) snort? ( >=net-analyzer/snortsam-2.50 )
SLOT=0
SRC_URI=http://sagan.softwink.com/download/sagan-0.2.1.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=c7f5f348b98659e57f3f2b0d77e46bbe

@ -9,5 +9,5 @@ LICENSE=GPL-2
RDEPEND=dev-libs/libpcre app-admin/sagan-rules[lognorm?] smtp? ( net-libs/libesmtp ) pcap? ( net-libs/libpcap ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) prelude? ( dev-libs/libprelude ) lognorm? ( dev-libs/liblognorm ) libdnet? ( dev-libs/libdnet ) snort? ( >=net-analyzer/snortsam-2.50 )
SLOT=0
SRC_URI=http://sagan.softwink.com/download/sagan-0.2.1.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=eabed6fe484b822d7a715d867d7d1d77

@ -9,5 +9,5 @@ LICENSE=GPL-2
RDEPEND=dev-libs/libpcre app-admin/sagan-rules[lognorm?] smtp? ( net-libs/libesmtp ) pcap? ( net-libs/libpcap ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) prelude? ( dev-libs/libprelude ) lognorm? ( dev-libs/liblognorm ) libdnet? ( dev-libs/libdnet ) snort? ( >=net-analyzer/snortsam-2.50 )
SLOT=0
SRC_URI=http://sagan.softwink.com/download/sagan-0.2.2-r2.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=f62fd5d08bbe887863375a289b9bad7c

@ -9,5 +9,5 @@ LICENSE=GPL-2
RDEPEND=dev-libs/libpcre app-admin/sagan-rules[lognorm?] smtp? ( net-libs/libesmtp ) pcap? ( net-libs/libpcap ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) prelude? ( dev-libs/libprelude ) lognorm? ( dev-libs/liblognorm ) libdnet? ( dev-libs/libdnet ) snort? ( >=net-analyzer/snortsam-2.50 )
SLOT=0
SRC_URI=http://sagan.softwink.com/download/sagan-0.2.2-r2.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=0544f56179784a211df8ac30eef9a04c

@ -9,5 +9,5 @@ LICENSE=Apache-2.0
RDEPEND=>=dev-python/pyzmq-2.1.9 dev-python/msgpack dev-python/pyyaml dev-python/m2crypto dev-python/pycrypto dev-python/pycryptopp dev-python/jinja ldap? ( dev-python/python-ldap ) openssl? ( dev-python/pyopenssl ) libvirt? ( app-emulation/libvirt[python] ) mongodb? ( dev-python/pymongo ) mysql? ( dev-python/mysql-python ) redis? ( dev-python/redis-py ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
SLOT=0
SRC_URI=mirror://pypi/s/salt/salt-0.13.1.tar.gz
_eclasses_=distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ca0f851d873afee9d51d9090ef124ec9

@ -9,5 +9,5 @@ LICENSE=Apache-2.0
RDEPEND=>=dev-python/pyzmq-2.1.9 dev-python/msgpack dev-python/pyyaml dev-python/m2crypto dev-python/pycrypto dev-python/pycryptopp dev-python/jinja ldap? ( dev-python/python-ldap ) openssl? ( dev-python/pyopenssl ) libvirt? ( app-emulation/libvirt[python] ) mongodb? ( dev-python/pymongo ) mysql? ( dev-python/mysql-python ) redis? ( dev-python/redis-py ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
SLOT=0
SRC_URI=mirror://pypi/s/salt/salt-0.14.0.tar.gz
_eclasses_=distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=8ab5b399db157a2154270d2010880040

@ -7,5 +7,5 @@ IUSE=ldap libvirt mongodb mysql openssl redis test python_targets_python2_6 pyth
LICENSE=Apache-2.0
RDEPEND=>=dev-python/pyzmq-2.1.9 dev-python/msgpack dev-python/pyyaml dev-python/m2crypto dev-python/pycrypto dev-python/pycryptopp dev-python/jinja ldap? ( dev-python/python-ldap ) openssl? ( dev-python/pyopenssl ) libvirt? ( app-emulation/libvirt[python] ) mongodb? ( dev-python/pymongo ) mysql? ( dev-python/mysql-python ) redis? ( dev-python/redis-py ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
SLOT=0
_eclasses_=distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 git-2 e92e09651292b1bef5656592364550f7 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 git-2 e92e09651292b1bef5656592364550f7 multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ab885adcaf1b50edca676487fbcbd046

@ -9,5 +9,5 @@ LICENSE=GPL-2
RDEPEND=net-firewall/iptables >=net-libs/libnfnetlink-1.0.1 >=net-libs/libmnl-1.0.3 dbi? ( dev-db/libdbi ) nfacct? ( >=net-libs/libnetfilter_acct-1.0.1 ) nfct? ( >=net-libs/libnetfilter_conntrack-1.0.2 ) nflog? ( >=net-libs/libnetfilter_log-1.0.0 ) mysql? ( virtual/mysql ) pcap? ( net-libs/libpcap ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 )
SLOT=0
SRC_URI=http://ftp.netfilter.org/pub/ulogd/ulogd-2.0.2.tar.bz2
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 readme.gentoo 2705553a0f031d715b57878cc0d9bf64 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=f409801ded70604e4ad9a3ad972a20ea

@ -7,5 +7,5 @@ IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7
LICENSE=GPL-2
RDEPEND=python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
SLOT=0
_eclasses_=distutils-r1 ca3b0f2e4faf3dc61cddde93db59a47e eutils 36e6377b0e31856b6d62af831661c4f3 git-2 e92e09651292b1bef5656592364550f7 multibuild 09ecc885e84a763742480174a993ee70 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 a825223f3beb0f0bb370e51b7c1d4160 eutils 36e6377b0e31856b6d62af831661c4f3 git-2 e92e09651292b1bef5656592364550f7 multibuild 32fd04fe3ee97494341710886fd70dfe multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 229b6c0beb07e81171f83d87efc9d65e python-utils-r1 72a6ebbb13ee8f95b6725848df4deb4d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=4080e491059832727160111227ce0dc2

@ -8,5 +8,5 @@ LICENSE=GPL-3
RDEPEND=symlink? ( !app-arch/pbzip2[symlink] )
SLOT=0
SRC_URI=mirror://github/kjn/lbzip2/lbzip2-2.2.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=4ec834a7dfd12050839afbb157348570

@ -8,5 +8,5 @@ LICENSE=GPL-3
RDEPEND=symlink? ( !app-arch/pbzip2[symlink] )
SLOT=0
SRC_URI=mirror://github/kjn/lbzip2/lbzip2-2.2.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 7044770016ed8e8686caf17b29887305 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=82c0fc0d0eacc5f7f9ac45ab4ac77fa1

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

Loading…
Cancel
Save