Sync with portage [Wed Sep 4 01:10:21 MSK 2013].

mhiretskiy
root 11 years ago
parent 80e30f4310
commit 117848f763

@ -1 +1,2 @@
DIST ansible-1.2.1.tar.gz 777619 SHA256 5b46639fea3576233c8f235468a8b19f0b180fc0ddd6ede3014bc570362c5e66 SHA512 4efe9583f91e36bb07787d272b6a5e79d1cd37e17d1d1bdbcf99c54736838642cba051601e95b38b957deb9d7ec92c11b84da6fa4984bdeeee3b951b6df94ac3 WHIRLPOOL ad63ac251b0ed3f2ba48feb742271498f698b956cfc6be129080d0e33b086180a41d5c99f45423eebeab1a3a191048d6ee8d71311e81871368e2235a25a73705
DIST ansible-1.2.3.tar.gz 778715 SHA256 232e90a6c3d2146c10dcab1e374124994935a15f9cf6e892c9730cc89cc70e53 SHA512 82a8a7ceb3a40d52f205901ac6c93e35cea313db6db6253170bc9c1dd0e7af650242fb8f052a8bef01f0913238db1195ec5b2865cebb135498cba2b1c3acbc20 WHIRLPOOL 3ed6394637e165869c233ba8cf6bdbe5a59101e05268b0dec7ce8f663ecc83e8720546ac3e06c7d8acaa6c431c842cefd49c0d4df0c70bb79dea9c075a18df8f

@ -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-admin/ansible/ansible-1.2.3.ebuild,v 1.1 2013/09/03 15:11:14 pinkbyte Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1 readme.gentoo
DESCRIPTION="Radically simple deployment, model-driven configuration management, and command execution framework"
HOMEPAGE="http://ansible.cc/"
SRC_URI="https://github.com/ansible/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-3"
SLOT="0"
IUSE="test"
DEPEND="test? (
dev-python/nose
dev-vcs/git
)"
RDEPEND="
dev-python/jinja
dev-python/pyyaml
dev-python/paramiko
net-misc/sshpass
virtual/ssh
"
DOC_CONTENTS="You can define parameters through shell variables OR use config files
Examples of config files installed in /usr/share/doc/${P}/examples\n\n
You have to create ansible hosts file!\n
More info on http://ansible.cc/docs/gettingstarted.html"
python_prepare_all() {
distutils-r1_python_prepare_all
# Skip tests which need ssh access
sed -i 's:$(NOSETESTS) -d -v:\0 -e \\(TestPlayBook.py\\|TestRunner.py\\):' Makefile || die "sed failed"
}
python_test() {
make tests || die "tests failed"
}
python_install_all() {
distutils-r1_python_install_all
doman docs/man/man1/*.1
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
# Hint: do not install example config files into /etc
# let this choice to user
newenvd "${FILESDIR}"/${PN}.env 95ansible
}
src_install() {
distutils-r1_src_install
readme.gentoo_create_doc
}

@ -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-admin/ansible/ansible-9999.ebuild,v 1.11 2013/07/16 12:23:02 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-9999.ebuild,v 1.12 2013/09/03 15:11:13 pinkbyte Exp $
EAPI="5"
@ -37,19 +37,18 @@ Examples of config files installed in /usr/share/doc/${P}/examples\n\n
You have to create ansible hosts file!\n
More info on http://ansible.cc/docs/gettingstarted.html"
src_prepare() {
distutils-r1_src_prepare
python_prepare_all() {
distutils-r1_python_prepare_all
# Skip tests which need ssh access
sed -i 's:$(NOSETESTS) -d -v:\0 -e \\(TestPlayBook.py\\|TestRunner.py\\):' Makefile || die "sed failed"
}
src_test() {
python_test() {
make tests || die "tests failed"
}
src_install() {
distutils-r1_src_install
readme.gentoo_create_doc
python_install_all() {
distutils-r1_python_install_all
doman docs/man/man1/*.1
dodoc -r examples
@ -59,3 +58,8 @@ src_install() {
newenvd "${FILESDIR}"/${PN}.env 95ansible
}
src_install() {
distutils-r1_src_install
readme.gentoo_create_doc
}

@ -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-admin/eselect-postgresql/eselect-postgresql-1.2.0.ebuild,v 1.1 2013/07/29 11:32:19 titanofold Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-postgresql/eselect-postgresql-1.2.0.ebuild,v 1.4 2013/09/03 14:05:55 ago Exp $
EAPI="5"
@ -9,7 +9,7 @@ HOMEPAGE="http://www.gentoo.org/"
SRC_URI="http://dev.gentoo.org/~titanofold/${P}.tbz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
IUSE=""
RDEPEND="app-admin/eselect"

@ -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-admin/eselect/eselect-1.3.6.ebuild,v 1.7 2013/09/02 21:50:24 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.3.6.ebuild,v 1.8 2013/09/03 11:52:37 ago Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc" # emacs vim-syntax
RDEPEND="sys-apps/sed

@ -1 +1,2 @@
DIST haskell-updater-1.2.0.10.tar.gz 23893 SHA256 2e2ec89d8b02c74aa539c7aae39ac18ac30e737615deca32742fb2568f49e72f SHA512 0f588740bd0f62198c70f8974e40a8942f19a9d93d63ee7f846beacba9ca56d5bfc0c2716d1ba9ad2da499e25d17d4dc80b78153d8dcc705840779ce2b78b8f9 WHIRLPOOL 8e18cca44c624243abf2b2eb6fbfe9c52aa215d022af55a5baf7d41809a3766f1e36f044fb13f79e9c25cd778305c1d95ca23db8c4fc66e93f765afc27c97684
DIST haskell-updater-1.2.0.9.tar.gz 23522 SHA256 f5aeea6034222a4c4387bede5510aa6d6aad782d0a5be0bd03f65d474f5a8245 SHA512 600a05d468dc74ce3a1282ac1b991267602bd7715e7d13aaa2558c9241d167894209790c34fe330d86b24814e959046a22ffff79a197e644da2f18284a785eea WHIRLPOOL 22e060ccd076d66a5425592a49568e52015ccb5e5116894a2ccdb54da4b2b6e2288952cd6c257bdefaa401d06f2fc5c10eda9289c11654166b4ac8119584ae0f

@ -0,0 +1,25 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.10.ebuild,v 1.1 2013/09/03 10:04:50 qnikst Exp $
EAPI=5
# ebuild generated by hackport 0.3.3.9999
CABAL_FEATURES="bin"
inherit haskell-cabal
DESCRIPTION="Rebuild Haskell dependencies in Gentoo"
HOMEPAGE="http://haskell.org/haskellwiki/Gentoo#haskell-updater"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8 <dev-haskell/cabal-1.17
>=dev-lang/ghc-6.10.4
"

@ -12,7 +12,7 @@
administrators of corrupted or tampered files, so damage control
measures can be taken in a timely manner.
</longdescription>
<longdescription lang="en">
<longdescription lang="es">
Tripwire es una herramienta que ayuda a los administradores y
usuarios en la monitorización de los cambios en un conjunto de
ficheros. Se utiliza particularmente en los ficheros de sistema

@ -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-admin/tripwire/tripwire-2.4.2.2-r1.ebuild,v 1.5 2013/05/01 12:51:17 nimiux Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/tripwire-2.4.2.2-r1.ebuild,v 1.6 2013/09/03 15:01:35 nimiux Exp $
EAPI=5
@ -18,7 +18,6 @@ IUSE="ssl static"
DEPEND="sys-devel/automake
sys-devel/autoconf
dev-util/patchutils
ssl? ( dev-libs/openssl )"
RDEPEND="virtual/cron
virtual/mta

@ -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-admin/tripwire/tripwire-2.4.2.2.ebuild,v 1.6 2013/05/01 12:51:17 nimiux Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/tripwire-2.4.2.2.ebuild,v 1.7 2013/09/03 15:01:36 nimiux Exp $
EAPI=5
@ -18,7 +18,6 @@ IUSE="ssl static"
DEPEND="sys-devel/automake
sys-devel/autoconf
dev-util/patchutils
ssl? ( dev-libs/openssl )"
RDEPEND="virtual/cron
virtual/mta

@ -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-emacs/eselect-mode/eselect-mode-1.3.8.ebuild,v 1.5 2013/09/02 21:52:19 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emacs/eselect-mode/eselect-mode-1.3.8.ebuild,v 1.6 2013/09/03 11:53:37 ago Exp $
EAPI=5
@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
S="${WORKDIR}/${MY_P}/misc"
SITEFILE="50${PN}-gentoo.el"

@ -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-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.191 2013/08/30 08:34:47 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.192 2013/09/03 07:05:58 scarabeus Exp $
EAPI=5
@ -123,7 +123,7 @@ COMMON_DEPEND="
media-gfx/graphite2
>=media-libs/fontconfig-2.8.0
media-libs/freetype:2
>=media-libs/harfbuzz-0.9.10:=[icu(+)]
>=media-libs/harfbuzz-0.9.18:=[icu(+)]
media-libs/lcms:2
>=media-libs/libpng-1.4
>=media-libs/libcdr-0.0.5

@ -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-portage/eix/eix-0.29.3.ebuild,v 1.6 2013/09/02 21:53:04 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.29.3.ebuild,v 1.7 2013/09/03 11:56:17 ago Exp $
EAPI=5
@ -13,7 +13,7 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE="clang debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools zsh-completion"
BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )

@ -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-shells/fish/fish-2.0.0.ebuild,v 1.1 2013/07/08 20:29:07 polynomial-c Exp $
# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-2.0.0.ebuild,v 1.2 2013/09/03 09:39:31 ago Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://fishshell.com/files/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="X"
DEPEND="sys-libs/ncurses

@ -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-shells/zsh/zsh-5.0.2-r3.ebuild,v 1.6 2013/09/02 21:50:10 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.2-r3.ebuild,v 1.7 2013/09/03 11:52:24 ago Exp $
EAPI=5
@ -34,7 +34,7 @@ SRC_URI="${ZSH_URI}
LICENSE="ZSH gdbm? ( GPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="caps debug doc examples gdbm maildir pcre static unicode"
RDEPEND="

@ -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-text/xapian-omega/xapian-omega-1.2.14.ebuild,v 1.7 2013/09/01 17:12:22 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/xapian-omega/xapian-omega-1.2.14.ebuild,v 1.8 2013/09/03 13:34:35 ago Exp $
EAPI="5"
@ -11,7 +11,7 @@ S="${WORKDIR}/xapian-omega-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~mips ppc ppc64 x86"
KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 x86"
IUSE=""
DEPEND=">=dev-libs/xapian-${PV}

@ -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-db/ctdb/ctdb-1.13.ebuild,v 1.6 2013/09/01 19:54:11 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13.ebuild,v 1.7 2013/09/03 11:55:26 ago Exp $
EAPI=4
@ -14,7 +14,7 @@ SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE=""
DEPEND="dev-libs/popt"

@ -0,0 +1 @@
d /var/run/mysqld 0755 mysql mysql -

@ -0,0 +1,83 @@
#!/bin/sh
# This script creates the mysql data directory during first service start.
# In subsequent starts, it does nothing much.
# extract value of a MySQL option from config files
# Usage: get_mysql_option SECTION VARNAME DEFAULT
# result is returned in $result
# We use my_print_defaults which prints all options from multiple files,
# with the more specific ones later; hence take the last match.
get_mysql_option(){
result=`/usr/bin/my_print_defaults "$1" | sed -n "s/^--$2=//p" | tail -n 1`
if [ -z "$result" ]; then
# not found, use default
result="$3"
fi
}
# Defaults here had better match what mysqld_safe will default to
get_mysql_option mysqld datadir "/var/lib/mysql"
datadir="$result"
get_mysql_option mysqld_safe log-error "/var/log/mysql/mysql.log"
errlogfile="$result"
# Absorb configuration settings from the specified systemd service file,
# or the default "mysqld" service if not specified
SERVICE_NAME="$1"
if [ x"$SERVICE_NAME" = x ]
then
SERVICE_NAME=mysqld.service
fi
myuser=`systemctl show -p User "${SERVICE_NAME}" |
sed 's/^User=//'`
if [ x"$myuser" = x ]
then
myuser=mysql
fi
mygroup=`systemctl show -p Group "${SERVICE_NAME}" |
sed 's/^Group=//'`
if [ x"$mygroup" = x ]
then
mygroup=mysql
fi
# Set up the errlogfile with appropriate permissions
touch "$errlogfile"
chown "$myuser:$mygroup" "$errlogfile"
chmod 0640 "$errlogfile"
[ -x /sbin/restorecon ] && /sbin/restorecon "$errlogfile"
# Make the data directory
if [ ! -d "$datadir/mysql" ] ; then
# First, make sure $datadir is there with correct permissions
# (note: if it's not, and we're not root, this'll fail ...)
if [ ! -e "$datadir" -a ! -h "$datadir" ]
then
mkdir -p "$datadir" || exit 1
fi
chown "$myuser:$mygroup" "$datadir"
chmod 0755 "$datadir"
[ -x /sbin/restorecon ] && /sbin/restorecon "$datadir"
# Now create the database
echo "Initializing MySQL database"
/usr/share/mysql/scripts/mysql_install_db \
--datadir="$datadir" --user="$myuser" --basedir="/usr"
ret=$?
if [ $ret -ne 0 ] ; then
echo "Initialization of MySQL database failed." >&2
echo "Perhaps /etc/mysql/my.cnf is misconfigured." >&2
# Clean up any partially-created database files
if [ ! -e "$datadir/mysql/user.frm" ] ; then
rm -rf "$datadir"/*
fi
exit $ret
fi
# In case we're running as root, make sure files are owned properly
chown -R "$myuser:$mygroup" "$datadir"
fi
exit 0

@ -0,0 +1,56 @@
#!/bin/sh
# This script waits for mysqld to be ready to accept connections
# (which can be many seconds or even minutes after launch, if there's
# a lot of crash-recovery work to do).
# Running this as ExecStartPost is useful so that services declared as
# "After mysqld" won't be started until the database is really ready.
# Service file passes us the daemon's PID (actually, mysqld_safe's PID)
daemon_pid="$1"
# extract value of a MySQL option from config files
# Usage: get_mysql_option SECTION VARNAME DEFAULT
# result is returned in $result
# We use my_print_defaults which prints all options from multiple files,
# with the more specific ones later; hence take the last match.
get_mysql_option(){
result=`/usr/bin/my_print_defaults "$1" | sed -n "s/^--$2=//p" | tail -n 1`
if [ -z "$result" ]; then
# not found, use default
result="$3"
fi
}
# Defaults here had better match what mysqld_safe will default to
get_mysql_option mysqld datadir "/var/lib/mysql"
datadir="$result"
get_mysql_option mysqld socket "/var/lib/mysql/mysql.sock"
socketfile="$result"
# Wait for the server to come up or for the mysqld process to disappear
ret=0
while /bin/true; do
RESPONSE=`/usr/bin/mysqladmin --no-defaults --socket="$socketfile" --user=UNKNOWN_MYSQL_USER ping 2>&1`
mret=$?
if [ $mret -eq 0 ]; then
break
fi
# exit codes 1, 11 (EXIT_CANNOT_CONNECT_TO_SERVICE) are expected,
# anything else suggests a configuration error
if [ $mret -ne 1 -a $mret -ne 11 ]; then
ret=1
break
fi
# "Access denied" also means the server is alive
echo "$RESPONSE" | grep -q "Access denied for user" && break
# Check process still exists
if ! /bin/kill -0 $daemon_pid 2>/dev/null; then
ret=1
break
fi
sleep 1
done
exit $ret

@ -0,0 +1,43 @@
# It's not recommended to modify this file in-place, because it will be
# overwritten during package upgrades. If you want to customize, the
# best way is to create a file "/etc/systemd/system/mysqld.service",
# containing
# .include /lib/systemd/system/mysqld.service
# ...make your changes here...
# For more info about custom unit files, see
# http://fedoraproject.org/wiki/Systemd#How_do_I_customize_a_unit_file.2F_add_a_custom_unit_file.3F
# For example, if you want to increase mysql's open-files-limit to 10000,
# you need to increase systemd's LimitNOFILE setting, so create a file named
# "/etc/systemd/system/mysqld.service" containing:
# .include /lib/systemd/system/mysqld.service
# [Service]
# LimitNOFILE=10000
# Note: in F-17 and beyond, /usr/lib/... is recommended in the .include line
# though /lib/... will still work.
[Unit]
Description=MySQL database server
After=syslog.target
After=network.target
[Service]
Type=simple
User=mysql
Group=mysql
ExecStartPre=/usr/libexec/mysqld-prepare-db-dir %n
# Note: we set --basedir to prevent probes that might trigger SELinux alarms,
# per bug #547485
ExecStart=/usr/bin/mysqld_safe --basedir=/usr
ExecStartPost=/usr/libexec/mysqld-wait-ready $MAINPID
# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec=300
# Place temp files in a secure directory, not /tmp
PrivateTmp=true
[Install]
WantedBy=multi-user.target

@ -0,0 +1,43 @@
# It's not recommended to modify this file in-place, because it will be
# overwritten during package upgrades. If you want to customize, the
# best way is to create a file "/etc/systemd/system/mysqld.service",
# containing
# .include /lib/systemd/system/mysqld.service
# ...make your changes here...
# For more info about custom unit files, see
# http://fedoraproject.org/wiki/Systemd#How_do_I_customize_a_unit_file.2F_add_a_custom_unit_file.3F
# For example, if you want to increase mysql's open-files-limit to 10000,
# you need to increase systemd's LimitNOFILE setting, so create a file named
# "/etc/systemd/system/mysqld.service" containing:
# .include /lib/systemd/system/mysqld.service
# [Service]
# LimitNOFILE=10000
# Note: in F-17 and beyond, /usr/lib/... is recommended in the .include line
# though /lib/... will still work.
[Unit]
Description=MySQL database server
ConditionPathExists=/etc/mysql/my%I.cnf
After=network.target
[Service]
Type=simple
User=mysql
Group=mysql
ExecStartPre=/usr/libexec/mysqld-prepare-db-dir %n
# Note: we set --basedir to prevent probes that might trigger SELinux alarms,
# per bug #547485
ExecStart=/usr/bin/mysqld_safe --defaults-file=/etc/mysql/my%I.cnf --basedir=/usr
ExecStartPost=/usr/libexec/mysqld-wait-ready $MAINPID
# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec=300
# Place temp files in a secure directory, not /tmp
PrivateTmp=true
[Install]
WantedBy=multi-user.target

@ -0,0 +1,64 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-init-scripts/mysql-init-scripts-2.0_pre1-r4.ebuild,v 1.1 2013/09/03 18:49:48 pacho Exp $
inherit systemd
DESCRIPTION="Gentoo MySQL init scripts."
HOMEPAGE="http://www.gentoo.org/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""
DEPEND=""
# This _will_ break with MySQL 5.0, 4.x, 3.x
# It also NEEDS openrc for the save_options/get_options builtins.
RDEPEND="!<dev-db/mysql-5.1"
src_install() {
newconfd "${FILESDIR}/mysql-5.1.53-conf.d" "mysql"
newinitd "${FILESDIR}/mysql-5.1.67-init.d" "mysql"
# systemd unit installation
exeinto /usr/libexec
doexe "${FILESDIR}"/{mysqld-prepare-db-dir,mysqld-wait-ready}
systemd_dounit "${FILESDIR}/mysqld.service"
systemd_newunit "${FILESDIR}/mysqld_at.service" "mysqld@.service"
systemd_dotmpfilesd "${FILESDIR}/mysql.conf"
insinto /etc/logrotate.d
newins "${FILESDIR}/logrotate.mysql" "mysql"
}
pkg_postinst() {
grep -sq mysql_slot "${ROOT}"/etc/conf.d/mysql
old_conf_present=$?
grep -sq get_slot_config "${ROOT}"/etc/init.d/mysql
old_init_present=$?
egrep -sq 'MY_CNF|MY_ARGS|(STARTUP|STOP)_TIMEOUT' "${ROOT}"/etc/conf.d/mysql
new_conf_present=$?
egrep -sq 'MY_ARGS|STOP_TIMEOUT' "${ROOT}"/etc/init.d/mysql
new_init_present=$?
einfo "Please note that if you are using multiple internal 'slots' in the"
einfo "old conf.d file, you should use multiple init files now."
echo old $old_conf_present $old_init_present
echo new $new_conf_present $new_init_present
# new scripts present
if [ $new_conf_present -eq 0 -a $new_init_present -eq 0 -a \
$old_conf_present -eq 1 -a $old_init_present -eq 1 ]; then
:
elif [ $old_conf_present -eq 0 -a $old_init_present -eq 0 -a \
$new_conf_present -eq 1 -a $new_init_present -eq 1 ]; then
ewarn "Old /etc/init.d/mysql and /etc/conf.d/mysql still present!"
ewarn "Update both of those files to the new versions!"
else
eerror "DANGER, mixed update of /etc/init.d/mysql and /etc/conf.d/mysql"
eerror "detected! You must update BOTH to the new versions"
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/dev-haskell/cgi/cgi-3001.1.8.3.ebuild,v 1.2 2013/08/31 10:35:01 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.1.8.3.ebuild,v 1.3 2013/09/03 08:38:18 ago Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
KEYWORDS="alpha amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="dev-haskell/extensible-exceptions:=[profile?]

@ -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-haskell/haddock/haddock-2.13.2-r1.ebuild,v 1.1 2013/05/29 08:21:16 qnikst Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.13.2-r1.ebuild,v 1.2 2013/09/03 09:39:53 ago Exp $
EAPI=5
@ -18,7 +18,7 @@ SLOT="0/${PV}"
# ia64 lost as we don't have ghc-7 there yet
# ppc64 needs to be rekeyworded due to xhtml not being keyworded
# x86-fbsd is lost due xhtml
KEYWORDS="~amd64 -ia64 ~x86"
KEYWORDS="amd64 -ia64 ~x86"
IUSE=""
RDEPEND="dev-haskell/ghc-paths:=[profile?]

@ -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-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.0.5.ebuild,v 1.3 2013/08/31 10:35:05 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.0.5.ebuild,v 1.4 2013/09/03 08:38:25 ago Exp $
EAPI=5
@ -18,7 +18,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
KEYWORDS="alpha amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="dev-haskell/extensible-exceptions:=[profile?]

@ -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-haskell/network/network-2.4.1.2.ebuild,v 1.4 2013/08/19 13:36:28 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-2.4.1.2.ebuild,v 1.6 2013/09/03 11:54:41 ago Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="alpha amd64 ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=">=dev-haskell/parsec-3.0:=[profile?]

@ -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-haskell/text/text-0.11.3.1.ebuild,v 1.6 2013/09/02 20:19:12 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-0.11.3.1.ebuild,v 1.7 2013/09/03 11:56:02 ago Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="alpha amd64 ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="developer"
RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?]

@ -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-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.2 2013/08/02 11:29:49 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.3 2013/09/03 09:39:48 ago Exp $
# Brief explanation of the bootstrap logic:
#
@ -85,7 +85,7 @@ SRC_URI="!binary? ( http://www.haskell.org/ghc/dist/${PV}/${P}-src.tar.bz2 )"
[[ -n $arch_binaries ]] && SRC_URI+=" !ghcbootstrap? ( $arch_binaries )"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="doc ghcbootstrap ghcmakebinary +gmp llvm"
IUSE+=" binary" # don't forget about me later!
IUSE+=" elibc_glibc" # system stuff

@ -1,3 +1,4 @@
DIST nqp-2013.05.tar.gz 2460055 SHA256 6e7cc712ea86958c400e143cf2c356b870855b44ebddc02d3bfa0e6a3bb4da76 SHA512 4ab6a166b1ead5e16b908d887e2a9122d463e5b84d8993aab0454b12ff38e16fd88507b460f78bed9cc8846ad706f1ff95f1f065908f99dea7a96287a2eb1f06 WHIRLPOOL bbcb38212ab884f0cc5a544ea8fee5f61c2138ba9c5941116076ba3d18a7cb08d48b9acd98fc6e9dfd98924edc3399cb37070edd43778c110eca84fb213fd328
DIST nqp-2013.06.tar.gz 2592060 SHA256 fac86d4934a2ee3f221a58e555f806c7b67aeb031d0af9489b5429877284d4b7 SHA512 a52f5a20c5ba067d58d0f783fae97306994c21cbb3fd4580f8ca3040cda1718565ebdac79c2a11ffd4a416fd333b95abc43b998376d74a7b314dfdfd3ab2bd7d WHIRLPOOL d95081ed7587fb833c41414236a921009f08a3664f65f1eff9472d7e5f827bbe0e620616b062e2df9f4dd2c82d63e0e03a3fe1536682ead36a9890237a5df572
DIST nqp-2013.07.tar.gz 2648241 SHA256 5614f1d780546c38525f712e639a70ee869f54861213b8ae1880db4a95b04031 SHA512 91467d2f6c3c1c23d20e08961ef2777c5eb40f50e04b12600fb5b43b963cf14bc52ba2e862fbe0745d16b7d0984b38064c5d7a994583f0701b656f3ca999695a WHIRLPOOL 29371610b3f296759d4a4061770af1554f9d625e66801d131cf41ba18454b3c206c3fe5024a32aa58a91ecfebd162c1c23d60c42a03276f2f1af2af3cb925ef4
DIST nqp-2013.08.tar.gz 2690078 SHA256 ff8449c25a3b4dbcf29066cc0cd5906b5bbc3d425c0481ba74525f410d286455 SHA512 300812753683f8fba02eebb317a7251c9d4274f282abd4c6932ca6c9d80528d547bded70d1c07bb050a036a8187ce8fcc57419ce2bdc0c5fbf5151d70fce2d32 WHIRLPOOL 4a982d17965b8c77f032dbc5cb6fcb01214a413a0283ecb7930acc9ae4dfb4ae099c6cb63fe1fcbb56b8e2af926008708b089aad92ec635e1f64943385100e6f

@ -0,0 +1,51 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2013.08.ebuild,v 1.1 2013/09/03 09:10:45 patrick Exp $
EAPI=3
inherit eutils multilib
PARROT_VERSION="5.5.0"
DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"
HOMEPAGE="http://rakudo.org/"
SRC_URI="http://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND=">=dev-lang/parrot-${PARROT_VERSION}[unicode]"
DEPEND="${RDEPEND}
dev-lang/perl"
src_prepare() {
cd "${WORKDIR}"
ln -s * "${S}" || die
cd "${S}"
echo "${PV}" > VERSION
}
src_configure() {
perl Configure.pl || die
}
src_compile() {
emake -j1 || die
}
src_test() {
emake -j1 test || die
}
src_install() {
emake DESTDIR="${ED}" install || die
dodoc CREDITS README.pod || die
if use doc; then
dodoc docs/* || die
fi
}

@ -3,6 +3,7 @@ DIST ocaml-3.12.1.tar.bz2 2949124 SHA256 edcf563da75e0b91f09765649caa98ab1535e0c
DIST ocaml-4.00.0.tar.bz2 2760767 SHA256 ec886d7bc587ce472fcbdf294feb4b1fa2d8e7ef78ab6a4e66551699435d5cd7 SHA512 428632f8f54afee3bc512853689df5702cfa95140aa31d33a8ff752b669481050808cf36ec52262764d17c48b0a03d5e427151ecec2e899361853e5c258578ca WHIRLPOOL 0a6aa4c57b35a563539e4cacb0387c0fdb869f57fc8cccb37344299988f76c4de6ab08c478b22d0303d146a80e8352e8fb4f1156fb9372f1a7d75e2001e4c323
DIST ocaml-4.00.1.tar.bz2 2762205 SHA256 33c3f4acff51685f5bfd7c260f066645e767d4e865877bf1613c176a77799951 SHA512 77899430706394af558666361b152d47df3a3e21831059875f8b317d0ff9d1a010177bf1e5851e522e086c20768e92c71344aa53eda0ce003f278752870ab5da WHIRLPOOL 3fdc090e1158ae72c91685aef62c751f897f4e3efcfbdc07e00d92e83351494fd126bdaca31039c1bf5dc4107072d978bb30e02c879caafc215dbc913f2d6ed1
DIST ocaml-4.01.0+beta1.tar.bz2 2893750 SHA256 02de6d2da992020b18c39748036706bafa5e4eef909f423c2ae81f10656dcccf SHA512 57def3344f23d2059e05f8bcf4f2afbc739b73157c435bdaea373081285e78c0090f3f214803537ddb8b59fdd7e425044ad8739d91686391a90ce9ded012b002 WHIRLPOOL 3af21646500ad4e3254ca9e1f384e44c485344b96835d81fb467888fc49c878863a75cddabc663b307ea3d82d47fe150df14d694b7155aa5a819269ea397ce1b
DIST ocaml-4.01.0+rc1.tar.bz2 3686260 SHA256 4551ca703207b37f271bea3ce99bd4fd0aac70820506a5979be34839a83bab92 SHA512 8b8d23c2ef2739fadeb3a3b4d2b73916099ec2c611f5a0ebcdb5a315a3e0db7a4f89759e6d393977ad743907d5f022bd21e7b350c3d94cba6aa9400a891e5465 WHIRLPOOL c08e553f9c0e85970eac2217f6788d9ab683f0953e5f74d1b8e00e935a6355281be4371522449b09cfadf62a471b83cf38465256f34fa69d83c02a3936d54223
DIST ocaml-patches-1.tar.bz2 3108 SHA256 ad1c252cba7cc50f70d19049fcd78aa359672e436ab9906424548229a04afa49 SHA512 36042cfec68ec06a172f07c7e8ac7904fccd0619a0d5ae2ffc6c87216be7450463fdbeeb9544e5df9d7d93ce9cd52b1502d4b74ee196a911c9f9273bc41d4396 WHIRLPOOL 2f04b3859295973b20bd83e718812f0ab1a993dc143523ebeab7b3d23cfda2bfe0f1eeb2ca1dc1393ae00192337e0cdc9d1472c5681fb719390d337a7d1ddc0e
DIST ocaml-patches-3.tar.bz2 4101 SHA256 c4ceb604f4480c78d1cf4f848b0903c8d37798d9761f582d8d1643d4e38b8658 SHA512 8be5c44de5a6b0b7c14723e41d92fe807b881b218cc5eee38ea7519c0f971415cb7fe30035303da275089dcb8a61c4f334c4a88e0bdbced3953503794b8308a7 WHIRLPOOL f1920606785702c44dead01b1426145653bc1931acba2d614c6818baddc051e4f74ca0322cae66ade63ba0cd0df5651cfd67f511fca5f12973b67a0c50ebab6d
DIST ocaml-patches-4.tar.bz2 2429 SHA256 42e7120e8b682dfbef9e5f5cc95adfc67f0ca7289c067f67dc28562d3cca6cc5 SHA512 bf66dee09807775a705eb80a58c6f4f5394ccae8614e3eb9d3ed8633cd52d28648e5fb10200d00479a40a7c6a371f8345fed4e67932024ea7632cadb407e310e WHIRLPOOL 107b1301a3d1035e368fba749821ee9d53aa22c08d30b5dbb470eb77060bbc47a82ef54a5340e22b0d2874e7c52aa55161551e84a52510b85c27189d3ef47a46

@ -0,0 +1,125 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-4.01.0_rc1.ebuild,v 1.1 2013/09/03 18:16:13 aballier Exp $
EAPI="5"
inherit flag-o-matic eutils multilib versionator toolchain-funcs
PATCHLEVEL="6"
MY_P="${P/_/+}"
DESCRIPTION="Fast modern type-inferring functional programming language descended from the ML family"
HOMEPAGE="http://www.ocaml.org/"
SRC_URI="ftp://ftp.inria.fr/INRIA/Projects/cristal/ocaml/ocaml-$(get_version_component_range 1-2)/${MY_P}.tar.bz2
mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"
LICENSE="QPL-1.0 LGPL-2"
# Everytime ocaml is updated to a new version, everything ocaml must be rebuilt,
# so here we go with the subslot.
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="emacs latex ncurses +ocamlopt tk X xemacs"
DEPEND="tk? ( >=dev-lang/tk-3.3.3 )
ncurses? ( sys-libs/ncurses )
X? ( x11-libs/libX11 x11-proto/xproto )"
RDEPEND="${DEPEND}"
PDEPEND="emacs? ( app-emacs/ocaml-mode )
xemacs? ( app-xemacs/ocaml )"
S="${WORKDIR}/${MY_P}"
pkg_setup() {
# dev-lang/ocaml creates its own objects but calls gcc for linking, which will
# results in relocations if gcc wants to create a PIE executable
if gcc-specs-pie ; then
append-ldflags -nopie
ewarn "Ocaml generates its own native asm, you're using a PIE compiler"
ewarn "We have appended -nopie to ocaml build options"
ewarn "because linking an executable with pie while the objects are not pic will not work"
fi
}
src_prepare() {
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
}
src_configure() {
export LC_ALL=C
local myconf=""
# Causes build failures because it builds some programs with -pg,
# bug #270920
filter-flags -fomit-frame-pointer
# Bug #285993
filter-mfpmath sse
# It doesn't compile on alpha without this LDFLAGS
use alpha && append-ldflags "-Wl,--no-relax"
use tk || myconf="${myconf} -no-tk"
use ncurses || myconf="${myconf} -no-curses"
use X || myconf="${myconf} -no-graph"
# ocaml uses a home-brewn configure script, preventing it to use econf.
RAW_LDFLAGS="$(raw-ldflags)" ./configure -prefix /usr \
--bindir /usr/bin \
--libdir /usr/$(get_libdir)/ocaml \
--mandir /usr/share/man \
-host "${CHOST}" \
-cc "$(tc-getCC)" \
-as "$(tc-getAS)" \
-aspp "$(tc-getCC) -c" \
-partialld "$(tc-getLD) -r" \
--with-pthread ${myconf} || die "configure failed!"
# http://caml.inria.fr/mantis/view.php?id=4698
export CCLINKFLAGS="${LDFLAGS}"
}
src_compile() {
emake -j1 world
# Native code generation can be disabled now
if use ocamlopt ; then
# bug #279968
emake -j1 opt
emake -j1 opt.opt
fi
}
src_install() {
make BINDIR="${D}"/usr/bin \
LIBDIR="${D}"/usr/$(get_libdir)/ocaml \
MANDIR="${D}"/usr/share/man \
install
# Symlink the headers to the right place
dodir /usr/include
dosym /usr/$(get_libdir)/ocaml/caml /usr/include/caml
dodoc Changes INSTALL README
# Create and envd entry for latex input files
if use latex ; then
echo "TEXINPUTS=/usr/$(get_libdir)/ocaml/ocamldoc:" > "${T}"/99ocamldoc
doenvd "${T}"/99ocamldoc
fi
# Install ocaml-rebuild portage set
insinto /usr/share/portage/config/sets
doins "${FILESDIR}/ocaml.conf"
}
pkg_postinst() {
echo
ewarn "OCaml is not binary compatible from version to version, so you"
ewarn "need to rebuild all packages depending on it, that are actually"
ewarn "installed on your system. To do so, you can run:"
if has_version '>=sys-apps/portage-2.2' ; then
ewarn "emerge @ocaml-rebuild"
else
ewarn "emerge -1 /usr/$(get_libdir)/ocaml"
fi
echo
}

@ -0,0 +1,33 @@
diff -Naur parrot-5.5.0/config/auto/perldoc.pm parrot-5.5.0/config/auto/perldoc.pm
--- parrot-5.5.0/config/auto/perldoc.pm 2013-04-30 19:11:28.000000000 +0000
+++ parrot-5.5.0/config/auto/perldoc.pm 2013-06-26 15:44:31.031675583 +0000
@@ -38,7 +38,7 @@
my $cmd = File::Spec->catfile($conf->data->get('scriptdirexp_provisional'), q{perldoc});
my ( $fh, $filename ) = tempfile( UNLINK => 1 );
- my $content = capture_output("$cmd -ud $filename perldoc") || undef;
+ my $content = capture_output("$cmd -u perldoc > $filename") || undef;
return 1 unless defined( $self->_initial_content_check($conf, $content) );
@@ -67,7 +67,7 @@
if ( $new_perldoc ) {
$TEMP_pod_build .= <<"END";
ops/$pod: ../src/ops/$ops
-\t\$(PERLDOC) -ud ops/$pod ../src/ops/$ops
+\t\$(PERLDOC) -u ../src/ops/$ops > ops/$pod
\t\$(CHMOD) 0644 ops/$pod
\t\$(ADDGENERATED) "docs/\$\@" "[doc]"
diff -Naur parrot-5.5.0/config/gen/makefiles/docs.in parrot-5.5.0/config/gen/makefiles/docs.in
--- parrot-5.5.0/config/gen/makefiles/docs.in 2013-06-15 17:36:41.000000000 +0000
+++ parrot-5.5.0/config/gen/makefiles/docs.in 2013-06-26 15:39:41.109881123 +0000
@@ -63,7 +63,7 @@
$(TOUCH) doc-prep
packfile-c.pod: ../src/packfile/api.c
-#IF(new_perldoc): $(PERLDOC) -ud packfile-c.pod ../src/packfile/api.c
+#IF(new_perldoc): $(PERLDOC) -u ../src/packfile/api.c > packfile-c.pod
#ELSE: $(PERLDOC) -u ../src/packfile/api.c > packfile-c.pod
$(ADDGENERATED) "docs/$@" "[doc]"

@ -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-lang/parrot/parrot-5.6.0.ebuild,v 1.1 2013/07/18 07:49:11 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-5.6.0.ebuild,v 1.2 2013/09/03 08:56:34 patrick Exp $
EAPI=3
@ -30,6 +30,8 @@ DEPEND="dev-lang/perl[doc?]
src_prepare() {
# Fix for #404195 - pcre detection is wonky
sed -i 's:libpcre.so.0:libpcre.so.1:' runtime/parrot/library/pcre.pir || die "Couldn't fix pcre location"
# Fix perldoc sandbox madness
epatch "${FILESDIR}/perldoc.patch" || die
}
src_configure() {

@ -1,3 +1,4 @@
DIST rakudo-2013.05.tar.gz 1170331 SHA256 cd96457bc2c99f9a373420014b89438139895edca61cc825547ae82f5a653aa8 SHA512 b586421a1f25e247a4a6bedefc19b0b8db8d8aff387b24ceae19c4bdcf8e51bba0afbbe31a1b87005b7ca091fd2541a8fe3104ba5475cf3a80c0506820903b08 WHIRLPOOL 22c35b23039ddc3a2f11d650c498a42840a904df75ef87890ae5690a5d240e13501300fef9795431c4ecda84aaa29b01c4509225ed629df5919b966d88e096e0
DIST rakudo-2013.06.tar.gz 1190451 SHA256 013da3d4c41002e1774a8ba908ddd9bb99bec039bb12931cdd1804ea54e99bd6 SHA512 81e5699e274b3138242eab590ea0783c12fb5335d640f36a859a1dd9f5f42d02ff80d212b58084495b372ffc580aa9bdbc38d2319ee609684607e344181e2eff WHIRLPOOL 44555b17c5b3c4caa9d1e337f8a4aea5471a1afe72486b085de69d983a347f36869fc40c61b1daef81340e4e0addd25168a7c9a521406443c82ee51b5f328fdc
DIST rakudo-2013.07.tar.gz 1214254 SHA256 85329220a2290b8ca31a2d53afa26f5bf7a92a007c76d4eea9ae0be99c2bd2a0 SHA512 d2d9f19bad884d75f84a821ed60c8eb786cb490c9d8c311fd5af204bf5278d8b27f9f01f07d5605cf438efec3029c199f302ade41af45ca15e4312e23f452543 WHIRLPOOL 024caf9b9e0406574942aac1b4b10762a1e48ef8d7426ab9f32ab01aa703dd681e7c94f9e2e38a3b32c9d70e47bd72a26773ba50863fd754a91a5664b4cbe8fe
DIST rakudo-2013.08.tar.gz 1238682 SHA256 6193971353ad9d6ff9815b919f8102d4adfa1003b7765b81eaabce963e9e9c8d SHA512 a9acd3076dcae4c097095d19a1311b8d155d2dd958683564b93817f882adb929e97d0810e55703275a05f4ffae7d2456d74209af6d54985bf28636d1a1c7006a WHIRLPOOL e99466434860be4533a995ae0fd9719d1241e44d1b06ac2ba26dae6105707234ec9df0762da98695eee3abb5fad9f2cd533e3e1b3706016e5c9800966aaa12d1

@ -0,0 +1,49 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2013.08.ebuild,v 1.1 2013/09/03 09:11:23 patrick Exp $
EAPI=3
PARROT_VERSION="4.4.0"
NQP_VERSION="${PV}"
inherit eutils multilib
DESCRIPTION="A Perl 6 implementation built on the Parrot virtual machine"
HOMEPAGE="http://rakudo.org/"
SRC_URI="http://rakudo.org/downloads/${PN}/${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND=">=dev-lang/parrot-${PARROT_VERSION}[unicode]
>=dev-lang/nqp-${NQP_VERSION}"
DEPEND="${RDEPEND}
dev-lang/perl"
src_prepare() {
sed -i "s,\$(DOCDIR)/rakudo$,&-${PVR}," tools/build/Makefile-Parrot.in || die
}
src_configure() {
perl Configure.pl || die
}
src_test() {
emake -j1 test || die
}
src_install() {
emake DESTDIR="${ED}" install || die
dodoc CREDITS README docs/ChangeLog docs/ROADMAP || die
if use doc; then
dohtml -A svg docs/architecture.html docs/architecture.svg || die
dodoc docs/*.pod || die
docinto announce
dodoc docs/announce/* || die
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/dev-lang/spidermonkey/spidermonkey-1.8.2.15-r2.ebuild,v 1.3 2013/08/31 09:14:36 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.2.15-r2.ebuild,v 1.4 2013/09/03 08:52:10 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
@ -16,7 +16,7 @@ SRC_URI="${REL_URI}/${MY_PV}/source/firefox-${MY_PV}.source.tar.bz2"
LICENSE="NPL-1.1"
SLOT="0/mozjs"
KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-macos ~x86-macos"
KEYWORDS="alpha amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-macos ~x86-macos"
IUSE="threadsafe"
S="${WORKDIR}/mozilla-1.9.2"

@ -0,0 +1,74 @@
diff -Nur poco-1.4.5-all_old/components poco-1.4.5-all/components
--- poco-1.4.5-all_old/components 2012-11-18 16:56:59.000000000 +0100
+++ poco-1.4.5-all/components 2012-12-06 12:29:07.779546771 +0100
@@ -1,14 +1,8 @@
-CppUnit
Foundation
XML
Util
Net
-Crypto
-NetSSL_OpenSSL
Data
-Data/SQLite
-Data/ODBC
-Data/MySQL
Zip
PageCompiler
PageCompiler/File2Page
diff -Nur poco-1.4.5-all_old/Data/ODBC/ODBC.make poco-1.4.5-all/Data/ODBC/ODBC.make
--- poco-1.4.5-all_old/Data/ODBC/ODBC.make 2012-11-18 16:56:57.000000000 +0100
+++ poco-1.4.5-all/Data/ODBC/ODBC.make 2012-12-06 12:29:07.779546771 +0100
@@ -14,9 +14,9 @@
ifeq (0, $(shell test -d /usr/lib/$(OSARCH)-linux-gnu; echo $$?))
ODBCLIBDIR = /usr/lib/$(OSARCH)-linux-gnu
else ifeq (0, $(shell test -d /usr/lib64; echo $$?))
-ODBCLIBDIR = /usr/lib64
+ODBCLIBDIR = /usr/$(LIBDIR)
else
-ODBCLIBDIR = /usr/lib
+ODBCLIBDIR = /usr/$(LIBDIR)
endif
endif
@@ -39,10 +39,10 @@
CXXFLAGS += -DODBCVER=0x0300 -DNOMINMAX
# CYGWIN platform has its own ODBC library in /lib/w32api
SYSLIBS += -L/lib/w32api -lodbc32 -lodbccp32
-else ifeq (0, $(shell test -e $(ODBCLIBDIR)/libodbc$(LIBLINKEXT); echo $$?))
+else ifeq (unixodbc, $(GENTOO_ODBC))
SYSLIBS += -lodbc -lodbcinst
COMMONFLAGS += -DPOCO_UNIXODBC
-else ifeq (0, $(shell test -e $(ODBCLIBDIR)/libiodbc$(LIBLINKEXT); echo $$?))
+else ifeq (unixodbc, $(GENTOO_ODBC))
SYSLIBS += -liodbc -liodbcinst
COMMONFLAGS += -DPOCO_IODBC -I/usr/include/iodbc
else
diff -Nur poco-1.4.5-all_old/Makefile poco-1.4.5-all/Makefile
--- poco-1.4.5-all_old/Makefile 2012-11-18 16:57:00.000000000 +0100
+++ poco-1.4.5-all/Makefile 2012-12-06 12:29:07.779546771 +0100
@@ -33,7 +33,7 @@
install: libexecs
mkdir -p $(INSTALLDIR)/include/Poco
- mkdir -p $(INSTALLDIR)/lib
+ mkdir -p $(INSTALLDIR)/$(LIBDIR)
mkdir -p $(INSTALLDIR)/bin
for comp in $(COMPONENTS) ; do \
if [ -d "$(POCO_BASE)/$$comp/include" ] ; then \
@@ -43,11 +43,11 @@
find $(POCO_BUILD)/$$comp/bin -perm -700 -type f -exec cp -f {} $(INSTALLDIR)/bin \; ; \
fi ; \
done
- find $(POCO_BUILD)/lib -name "libPoco*" -type f -exec cp -f {} $(INSTALLDIR)/lib \;
- find $(POCO_BUILD)/lib -name "libPoco*" -type l -exec cp -Rf {} $(INSTALLDIR)/lib \;
+ find $(POCO_BUILD)/$(LIBDIR) -name "libPoco*" -type f -exec cp -f {} $(INSTALLDIR)/$(LIBDIR) \;
+ find $(POCO_BUILD)/$(LIBDIR) -name "libPoco*" -type l -exec cp -Rf {} $(INSTALLDIR)/$(LIBDIR) \;
-libexecs = Foundation-libexec XML-libexec Util-libexec Net-libexec Crypto-libexec NetSSL_OpenSSL-libexec Data-libexec Data/SQLite-libexec Data/ODBC-libexec Data/MySQL-libexec Zip-libexec PageCompiler-libexec PageCompiler/File2Page-libexec
-tests = Foundation-tests XML-tests Util-tests Net-tests Crypto-tests NetSSL_OpenSSL-tests Data-tests Data/SQLite-tests Data/ODBC-tests Data/MySQL-tests Zip-tests
+libexecs = Foundation-libexec XML-libexec Util-libexec Net-libexec Data-libexec Zip-libexec PageCompiler-libexec
+tests = Foundation-tests XML-tests Util-tests Net-tests Data-tests Zip-tests
samples = Foundation-samples XML-samples Util-samples Net-samples Crypto-samples NetSSL_OpenSSL-samples Data-samples Zip-samples PageCompiler-samples
.PHONY: $(libexecs)

@ -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-libs/xapian-bindings/xapian-bindings-1.2.14.ebuild,v 1.7 2013/09/01 17:12:14 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian-bindings/xapian-bindings-1.2.14.ebuild,v 1.8 2013/09/03 13:34:28 ago Exp $
EAPI="5"
@ -23,7 +23,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~ia64 ~mips ppc ppc64 ~sparc x86"
KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sparc x86"
IUSE="java lua mono perl php python ruby tcl"
REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )"

@ -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-libs/xapian/xapian-1.2.14.ebuild,v 1.7 2013/09/01 17:12:05 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.14.ebuild,v 1.8 2013/09/03 13:34:19 ago Exp $
EAPI="5"
@ -12,7 +12,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~ia64 ~mips ppc ppc64 ~sparc x86"
KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sparc x86"
IUSE="doc static-libs -sse +sse2 +brass +chert +inmemory"
DEPEND="sys-libs/zlib"

@ -0,0 +1,16 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Convert-BinHex/Convert-BinHex-1.122.0.ebuild,v 1.1 2013/09/03 06:12:12 patrick Exp $
EAPI=4
MODULE_AUTHOR=STEPHEN
MODULE_VERSION=1.122
inherit perl-module
DESCRIPTION="Extract data from Macintosh BinHex files"
SLOT="0"
LICENSE="GPL-1"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

@ -1 +1,2 @@
DIST Convert-BinHex-1.119.tar.gz 84573 SHA256 2d4b59e46d43eaeb7de39e244d8d89af1b44b8977c3034c3779f984c2a399f55 SHA512 0074002d0f1c65acefeef5570f236bd177fbc79d2493abfa76dab5079b5be24b6b74292512e3a004517e82fde906a9920a19930cdceee392243120c7ddfe643c WHIRLPOOL a6ceb6c83814480981d030722f41c3561981d6b7716eea4da1012f3309db6f06641d6b9aeed1e24b2f8f22f2adaa8285d82469143d34554945d74281db360c60
DIST Convert-BinHex-1.122.tar.gz 75644 SHA256 490c6693d0194a34732de477096a823fbfb9223384a7e87feb625b76653b8fdb SHA512 7132c1a883d8a6135660546feedebb145b2d237b534d39d016d732beb68a65b02a32c93c1fd8e205b48e4b89ecad0f37107f4464bdd34ab5f0f18fc3efce8b29 WHIRLPOOL 4d225c492991d31d42a752bc1bacb8cef6cc37a4723c00efd32a7d4e654cbba6ca30709831c033d2ab5ed59c136d52281f8cefcd84b2f2d9deb50d0cec1fcb64

@ -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/dev-perl/File-HomeDir/File-HomeDir-1.0.0.ebuild,v 1.1 2012/11/04 15:20:22 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-HomeDir/File-HomeDir-1.0.0.ebuild,v 1.2 2013/09/03 18:38:08 zlogene Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Get home directory for self or other user"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris"
IUSE=""
RDEPEND="virtual/perl-File-Spec

@ -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-perl/File-Slurp/File-Slurp-9999.190.0.ebuild,v 1.7 2013/09/01 16:05:48 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/File-Slurp-9999.190.0.ebuild,v 1.8 2013/09/03 17:55:52 zlogene Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Efficient Reading/Writing of Complete Files"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
SRC_TEST="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/dev-perl/Search-Xapian/Search-Xapian-1.2.14.0.ebuild,v 1.7 2013/09/01 17:12:30 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Search-Xapian/Search-Xapian-1.2.14.0.ebuild,v 1.8 2013/09/03 13:34:42 ago Exp $
EAPI="5"
@ -14,7 +14,7 @@ DESCRIPTION="Perl XS frontend to the Xapian C++ search library."
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="alpha amd64 arm ~mips ppc ppc64 x86"
KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 x86"
IUSE="examples"
RDEPEND=">=dev-libs/xapian-${VERSION}

@ -1 +1,2 @@
DIST XML-Writer-0.615.tar.gz 27418 SHA256 f05384f7b0686cce9e83fa5f16f3603e3805c969ff88e60c2d7f08183a10f496 SHA512 be46e51b0c31e4887df778f6d0fbd830118f252d00c89ad3b67c32de210bf29f008c227d1519af1f4b5245bef5648917df1cf6e38fa894fb795a6250ceff8ca1 WHIRLPOOL d6c8f21e52bf38eb6d8b62100e62b9964684edb09f511ff49b2f7593edec7a0866f95422d8f07715fe246980fc7a687af116cfae99f3c55927cd5069acedf3c0
DIST XML-Writer-0.623.tar.gz 28683 SHA256 0b409ab1d7b4fbcf5afd47df3d09bac16cef521953fb04158dc418ca8ef56727 SHA512 5fe257ad92f3e557fda376b0bee1525c42c1a3c653eca756828d8407482b3a771cbc3f83b94585f02c8f4eb6d2c0fcf6ae885c1ed608af71989c52c061000d0f WHIRLPOOL 483cbb383401c4075cf7eda00c8d16419205017a724b05033178fa428c237c8c73fbf30b503406c0374272d5058ec38aab61078756b57436d6627e44fc128858

@ -0,0 +1,26 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Writer/XML-Writer-0.623.0.ebuild,v 1.1 2013/09/03 06:18:13 patrick Exp $
EAPI=4
MODULE_AUTHOR=JOSEPHW
MODULE_VERSION=0.623
inherit perl-module
DESCRIPTION="XML Writer Perl Module"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-linux ~x86-solaris"
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
test? (
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)
"
SRC_TEST="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/dev-python/PyQt4/PyQt4-4.10.2.ebuild,v 1.6 2013/09/02 21:51:50 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.2.ebuild,v 1.7 2013/09/03 14:05:27 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
@ -20,7 +20,7 @@ fi
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="alpha amd64 ~arm ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="X dbus debug declarative doc examples help kde multimedia opengl phonon script scripttools sql svg webkit xmlpatterns"
REQUIRED_USE="

@ -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-python/bottle/bottle-0.11.6-r1.ebuild,v 1.4 2013/09/02 18:26:20 dev-zero Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6-r1.ebuild,v 1.5 2013/09/03 13:34:55 ago Exp $
EAPI=5
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
KEYWORDS="amd64 ~arm ia64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND=""

@ -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-python/eunuchs/eunuchs-20050320.1-r1.ebuild,v 1.3 2013/09/01 09:51:36 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/eunuchs/eunuchs-20050320.1-r1.ebuild,v 1.4 2013/09/03 13:01:36 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
@ -13,7 +13,7 @@ SRC_URI="mirror://debian/pool/main/e/${PN}/${PN}_${PV}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 ~ia64 x86"
KEYWORDS="amd64 ia64 x86"
IUSE=""
DEPEND=""

@ -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-python/pympler/pympler-0.3.1.ebuild,v 1.4 2013/08/21 13:45:35 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pympler/pympler-0.3.1.ebuild,v 1.5 2013/09/03 13:36:23 ago Exp $
EAPI=5
@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/P/${MY_PN}/${MY_P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/bottle[${PYTHON_USEDEP}]"

@ -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-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.2 2013/08/21 13:44:03 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.3 2013/09/03 13:31:31 ago Exp $
EAPI=5
@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/gtg/soc/python_geoclue/"
SRC_URI="http://www.paulocabido.com/soc/${PN}/${P}.tar.gz"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-3"
IUSE="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/dev-python/python-sqlparse/python-sqlparse-0.1.5-r1.ebuild,v 1.2 2013/08/22 06:06:44 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.5-r1.ebuild,v 1.3 2013/09/03 13:34:02 ago Exp $
EAPI=5
@ -13,7 +13,7 @@ HOMEPAGE="http://code.google.com/p/python-sqlparse/ https://github.com/andialbre
SRC_URI="http://python-sqlparse.googlecode.com/files/${P#python-}.tar.gz"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
LICENSE="BSD-2"
IUSE=""

@ -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-python/qscintilla-python/qscintilla-python-2.7.2.ebuild,v 1.3 2013/09/02 21:52:06 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.7.2.ebuild,v 1.4 2013/09/03 14:05:43 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug"
DEPEND="

@ -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-python/sip/sip-4.14.7.ebuild,v 1.4 2013/09/02 21:51:40 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.14.7.ebuild,v 1.5 2013/09/03 14:05:17 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
@ -28,7 +28,7 @@ fi
# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
SLOT="0/10"
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="debug doc"
DEPEND="${PYTHON_DEPS}"

@ -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-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.6 2013/09/01 18:37:06 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.7 2013/09/03 13:00:24 ago Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@ -12,7 +12,7 @@ inherit twisted versionator
DESCRIPTION="Twisted SSHv2 implementation"
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE=""
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*

@ -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-python/twisted-core/twisted-core-12.3.0.ebuild,v 1.6 2013/09/01 18:37:16 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-12.3.0.ebuild,v 1.7 2013/09/03 13:00:32 ago Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@ -17,7 +17,7 @@ DESCRIPTION="An asynchronous networking framework written in Python"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="crypt gtk serial"
DEPEND="net-zope/zope-interface

@ -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-python/twisted-lore/twisted-lore-12.3.0.ebuild,v 1.5 2013/09/01 18:37:26 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-12.3.0.ebuild,v 1.6 2013/09/03 13:00:40 ago Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@ -12,7 +12,7 @@ inherit twisted versionator
DESCRIPTION="Twisted documentation system"
KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*

@ -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-python/twisted-mail/twisted-mail-12.3.0.ebuild,v 1.6 2013/09/01 18:37:35 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-12.3.0.ebuild,v 1.7 2013/09/03 13:00:48 ago Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@ -12,7 +12,7 @@ inherit twisted versionator
DESCRIPTION="A Twisted Mail library, server and client"
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*

@ -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-python/twisted-names/twisted-names-12.3.0.ebuild,v 1.6 2013/09/01 18:37:45 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-12.3.0.ebuild,v 1.7 2013/09/03 13:00:56 ago Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@ -12,7 +12,7 @@ inherit twisted versionator
DESCRIPTION="A Twisted DNS implementation"
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*"

@ -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-python/twisted-news/twisted-news-12.3.0.ebuild,v 1.5 2013/09/01 18:37:56 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-12.3.0.ebuild,v 1.6 2013/09/03 13:01:04 ago Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@ -12,7 +12,7 @@ inherit twisted versionator
DESCRIPTION="Twisted News is an NNTP server and programming library."
KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*

@ -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-python/twisted-runner/twisted-runner-12.3.0.ebuild,v 1.5 2013/09/01 18:38:05 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-12.3.0.ebuild,v 1.6 2013/09/03 13:01:12 ago Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@ -12,7 +12,7 @@ inherit twisted versionator
DESCRIPTION="Twisted Runner is a process management library and inetd replacement."
KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*"

@ -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-python/twisted-web/twisted-web-12.3.0.ebuild,v 1.6 2013/09/01 18:38:14 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-12.3.0.ebuild,v 1.7 2013/09/03 13:01:21 ago Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@ -12,7 +12,7 @@ inherit twisted versionator
DESCRIPTION="Twisted web server, programmable in Python"
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="soap"
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*

@ -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-python/twisted-words/twisted-words-12.3.0.ebuild,v 1.6 2013/09/01 18:38:23 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-12.3.0.ebuild,v 1.7 2013/09/03 13:01:29 ago Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@ -12,7 +12,7 @@ inherit twisted versionator
DESCRIPTION="Twisted Words contains Instant Messaging implementations."
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE=""
DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*

@ -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-ruby/mocha/mocha-0.11.4.ebuild,v 1.11 2013/09/02 21:52:49 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.11.4.ebuild,v 1.12 2013/09/03 14:06:24 ago Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19 jruby"
@ -20,7 +20,7 @@ HOMEPAGE="http://gofreerange.com/mocha/docs/"
LICENSE="MIT"
SLOT="0.11"
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "

@ -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-ruby/mocha/mocha-0.12.7.ebuild,v 1.8 2013/09/02 21:52:49 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.12.7.ebuild,v 1.9 2013/09/03 14:06:24 ago Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19 jruby"
@ -20,7 +20,7 @@ HOMEPAGE="http://gofreerange.com/mocha/docs/"
LICENSE="MIT"
SLOT="0.12"
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "

@ -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-ruby/mocha/mocha-0.13.3.ebuild,v 1.6 2013/09/02 21:52:49 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.13.3.ebuild,v 1.7 2013/09/03 14:06:24 ago Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 jruby"
@ -20,7 +20,7 @@ HOMEPAGE="http://gofreerange.com/mocha/docs/"
LICENSE="MIT"
SLOT="0.13"
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "

@ -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-util/gtk-doc-am/gtk-doc-am-1.19.ebuild,v 1.7 2013/09/02 21:50:46 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/gtk-doc-am-1.19.ebuild,v 1.8 2013/09/03 11:52:58 ago Exp $
EAPI=5
GNOME_ORG_MODULE="gtk-doc"
@ -12,7 +12,7 @@ HOMEPAGE="http://www.gtk.org/gtk-doc/"
LICENSE="GPL-2 FDL-1.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/perl-5.6"

@ -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-util/gtk-doc/gtk-doc-1.19.ebuild,v 1.6 2013/09/02 21:50:38 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/gtk-doc-1.19.ebuild,v 1.7 2013/09/03 11:52:51 ago Exp $
EAPI=5
GCONF_DEBUG="yes"
@ -13,7 +13,7 @@ HOMEPAGE="http://www.gtk.org/gtk-doc/"
LICENSE="GPL-2 FDL-1.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
IUSE="debug doc emacs highlight vim test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

@ -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/gnome-base/orbit/orbit-2.14.19-r3.ebuild,v 1.2 2013/09/02 08:03:51 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/orbit-2.14.19-r3.ebuild,v 1.4 2013/09/03 14:06:07 ago Exp $
EAPI="5"
GCONF_DEBUG="yes"
@ -15,7 +15,7 @@ HOMEPAGE="http://projects.gnome.org/ORBit2/"
LICENSE="GPL-2 LGPL-2"
SLOT="2"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 ~arm ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="pic static-libs test"
REQUIRED_USE="test? ( debug )"

@ -1,2 +1,3 @@
DIST kdepim-4.10.5.tar.xz 14442688 SHA256 016f05cf28ed546199d4aec0683bb4022beb52cc1799162085337fb7b3fd4163 SHA512 792de0f5023fd25daab1cc0dbb6fd9b51e9bf4bba6b3d34c34199b503b8c0889accf6d02d9e6fbcc0ec38d434e3a8a6dd7a9c2a0a5eaa3126d11e138de125c55 WHIRLPOOL 2513a1200683f4aa3315d0f068e278b19b642591c37cd28fe07d78ffea98bb2a6b891add6fa1abba7e9492832b7851f41db2b88111d656fc4a15bdaa956aae7d
DIST kdepim-4.11.0.tar.xz 13188440 SHA256 89a1b186dd67732840486c4338e2f15632c057ab4458bedd4de6e9666b01e004 SHA512 ea1bf87e3ee930bbbadf3e09264a2ce0c1791528b938d6ef216adfe46ec0db2f836f625df92b7e5dce922787fda679cc7c6a9da0c4b1ab20b5fac0f7df722e6e WHIRLPOOL 85cda1a5477bce70a2227e0442d9d1eab9a9d8ecd1d6cd4a00a5bda5b0eb7ece1bd4ca3aa165472d7301f217d7e45d1e2bd403c29325a6000deb746290f5edde
DIST kdepim-4.11.1.tar.xz 14095896 SHA256 292498349cb48ff366f2f8e0b61e7fb655bbeb0df8c14f0b398067cb712c627d SHA512 a41864f370e2103f92291fc03a12e789a33a93d5d088fdf521a14745dbf22aaaa90a44a05460bf64b449ca0ced1f91d0f4c09d842c649ab6c48df3147b741ef9 WHIRLPOOL 984b8692b58b9e5e09a2953665a052be126233950a8818d27582afdbbcd2bbee1b2e9a88647ebaaf03314a235a179c1930270ced5bd2f481e8eb9a57939a11d7

@ -0,0 +1,27 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.11.1.ebuild,v 1.1 2013/09/03 19:04:20 creffett Exp $
EAPI=5
KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="Akonadi developer console"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep kdepim-common-libs)
$(add_kdebase_dep nepomuk-core)
$(add_kdebase_dep nepomuk-widgets)
app-office/akonadi-server
"
RDEPEND="${DEPEND}"
KMEXTRACTONLY="
akonadi_next/
calendarsupport/
messageviewer/
"

@ -1,3 +1,4 @@
DIST kdepim-4.10.5.tar.xz 14442688 SHA256 016f05cf28ed546199d4aec0683bb4022beb52cc1799162085337fb7b3fd4163 SHA512 792de0f5023fd25daab1cc0dbb6fd9b51e9bf4bba6b3d34c34199b503b8c0889accf6d02d9e6fbcc0ec38d434e3a8a6dd7a9c2a0a5eaa3126d11e138de125c55 WHIRLPOOL 2513a1200683f4aa3315d0f068e278b19b642591c37cd28fe07d78ffea98bb2a6b891add6fa1abba7e9492832b7851f41db2b88111d656fc4a15bdaa956aae7d
DIST kdepim-4.11.0.tar.xz 13188440 SHA256 89a1b186dd67732840486c4338e2f15632c057ab4458bedd4de6e9666b01e004 SHA512 ea1bf87e3ee930bbbadf3e09264a2ce0c1791528b938d6ef216adfe46ec0db2f836f625df92b7e5dce922787fda679cc7c6a9da0c4b1ab20b5fac0f7df722e6e WHIRLPOOL 85cda1a5477bce70a2227e0442d9d1eab9a9d8ecd1d6cd4a00a5bda5b0eb7ece1bd4ca3aa165472d7301f217d7e45d1e2bd403c29325a6000deb746290f5edde
DIST kdepim-4.11.1.tar.xz 14095896 SHA256 292498349cb48ff366f2f8e0b61e7fb655bbeb0df8c14f0b398067cb712c627d SHA512 a41864f370e2103f92291fc03a12e789a33a93d5d088fdf521a14745dbf22aaaa90a44a05460bf64b449ca0ced1f91d0f4c09d842c649ab6c48df3147b741ef9 WHIRLPOOL 984b8692b58b9e5e09a2953665a052be126233950a8818d27582afdbbcd2bbee1b2e9a88647ebaaf03314a235a179c1930270ced5bd2f481e8eb9a57939a11d7
DIST kdepim-4.4.11.1.tar.bz2 8964708 SHA256 a2fa237a3d880cc55a6c94450b93a7918bb0d5e3943eb7a759c8789de1ed41bf SHA512 7450ba9985c5583847d1fc3d214940cef130150a3591c3cbb73bc15624ee0298805d5dc25f3cd3a135091c1d0491b865961d52aa8feef623219eed9364dd86bf WHIRLPOOL 349a72c5c6859c7cafb1aefdf80b80482102c8b1d6e0123c6c410d262c3908b9572daa1950e2fb41e6bc727430fc91bb57b7276e345553ed15d792fa63aba5ec

@ -0,0 +1,22 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/akregator-4.11.1.ebuild,v 1.1 2013/09/03 19:04:29 creffett Exp $
EAPI=5
KDE_HANDBOOK="optional"
KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="KDE news feed aggregator."
HOMEPAGE="http://www.kde.org/applications/internet/akregator"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep kdepim-common-libs)
"
RDEPEND="${DEPEND}"
KMLOADLIBS="kdepim-common-libs"

@ -1,2 +1,3 @@
DIST amor-4.11.0.tar.xz 175252 SHA256 5a54ef5bea88775742055e547c3ca49ceeca0bf4488bae50b3e659fb6d1ee777 SHA512 152a72b3ca64f4d7dde735e2f833733927f8c3b3caf23a08adbf55d99ce6aea8cc97dda9e4a1e828671043c9d28337b38d3f7297907193c0436f7c84bb28d83e WHIRLPOOL 20833dd6258f7c804d171c88c6d0df117db0eeec770ef9172f57bed76f627059f8902c8ff3b6f6141c84906a2435b6150a1ebe38b38cc06b6e4c73f16fdc2094
DIST amor-4.11.1.tar.xz 184636 SHA256 36ef0d48c3bf90eb426af34bdf4ebe89d4204d59b78ced66f4f60f03109bf49f SHA512 233342d4a82f97bb8e2d1fbae8b4075b7d085e50ecc46e5aa1add1fd89894a18efccbf5344d3284ea0d04e588e064612bb889004c370e118de421cf227b2d813 WHIRLPOOL 6d70b5e89ca17cd3827cfba4b96b9a8fb27188f137fccc1829cb68bfacbc2e3185339ac03b83b6e803fe51f04098e87ace7912aec1af8ce4b8a7fe707cc8cb7b
DIST kdetoys-4.10.5.tar.xz 380504 SHA256 3711b51e23c3b0d081e1f826c8f52eb91dd5f76211f22430ef8edfd8208059e4 SHA512 e4d12858cc7890460679a41005bbaa6f88875f5b370651ce4504941d1bea383841722aa066dfd2936f96ecc848b7dd140f340a63fa65a99aac1c8dca8290728e WHIRLPOOL 8e601a92f66dea812246a2e91fc178b0b0fcb4d3694917480e35b60f459799c66d30e2ebc1536f1f56511ba149732b8cb26cc8daf0fb324c6e652967ecbb24a5

@ -0,0 +1,16 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/amor/amor-4.11.1.ebuild,v 1.1 2013/09/03 19:04:09 creffett Exp $
EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE: Amusing Misuse Of Resources - desktop-dwelling creature"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="x11-libs/libX11
x11-libs/libXext"
RDEPEND="${DEPEND}"

@ -1,2 +1,3 @@
DIST analitza-4.10.5.tar.xz 179084 SHA256 d9167aaabb9d505b38f3524be4d306bb93063572141a012f8dc6b4abea1e8851 SHA512 e9c0fb8c4cdc7fc905dc042030101a380e2f7a26eb6e4187a96506022d97947d62620860a5c5abe5c11ca83a02bf954c0a769bd00024a80ef5254264b064c940 WHIRLPOOL 03ddfcc27f9f7e9b98f4fd9cada83fab3f7053c0c88a964def66815f2e621f258730a7992a0144e10b21ef669ccb9d20f2dfb44efdf24ea812c3276d53b74fd3
DIST analitza-4.11.0.tar.xz 180984 SHA256 2887d08b107a54626abfc5fdb851a5f4b62ca8dca6768073959718d8b43571df SHA512 084b4cf13f5eb95817d9404202a086692e158501616bb35f5b99c673eae036d11cb9e6484cbc0ae72df60e31c90d02e83938f39f5871cda935549f7f07a9b286 WHIRLPOOL 21c99d20cacc8b587f60317b91b2f5beaa19d13a1f27570fda9f280e74aaf7e3dec7f092263169e4f66fc55719688de2addfe40903561f27303e6c2cf080094b
DIST analitza-4.11.1.tar.xz 186132 SHA256 8e4d0f3346bb1bfacc1557ac8bf1ecdbf94327c9d17349e7ecd52fd546380e64 SHA512 4e2e95d8f8e0d9840f9585624d1b99ae04f43a0fd4b9391a49b57102e52fc05d91a15ae7ca23a8ade5de7fa79c5b9a0d1f4f9a45bd2021b7ee68933562107887 WHIRLPOOL 6885ab843697c5a266a63b81150cd603bb102cf6f89815d0801d10db62cdd2e14253b7927620f4d2ec20844edfbf5617b2b04cc801a2d3ecb9e0de18e1390bfd

@ -0,0 +1,28 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/analitza/analitza-4.11.1.ebuild,v 1.1 2013/09/03 19:04:41 creffett Exp $
EAPI=5
KDE_HANDBOOK="never"
OPENGL_REQUIRED="optional"
inherit kde4-base
DESCRIPTION="KDE library for mathematical features"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug readline"
DEPEND="
opengl? ( virtual/glu )
readline? ( sys-libs/readline )
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with opengl OpenGL)
$(cmake-utils_use_with readline)
)
kde4-base_src_configure
}

@ -1,2 +1,3 @@
DIST ark-4.10.5.tar.xz 238508 SHA256 3bac56d6548ed8afcbe646e1f2ccb7740339abb48497b558772734c7e0356bbb SHA512 d19bdd165bd30206085c042df9477e20d37434e725e199d8f6ad84cb68aae0e3e7491d8ab0b61077860fdb722a9db2f57a9048bf16da9d1140faa2917b4f8484 WHIRLPOOL ae434519b4f1cdf8a0aa1244add820f64cc188c1319c72f84611aaa8d261993cc7d9f22c4aa512e596e770e0422da78663bd702e17d2a335efffde9458017f1d
DIST ark-4.11.0.tar.xz 229732 SHA256 4011689223890be42f79c684a43150d9c3476d9b49eccf36de123c73238d4c94 SHA512 bd30fd020e1d435a822ff9bc42d40484363c440368ab4a2eceb9cd4c4100a28b5d3cc812ceeb5792be5889ec311162802ed2bcb1d86211fa65816abe08b1b86b WHIRLPOOL ce25ebf68ead6349bc3cf4a8d13b85af175ca55df0e66c8b1000c083bdc147287266994c523ba5973b70a56ba84af52e37b4d23a2d361e21ac20cd4523cdb6df
DIST ark-4.11.1.tar.xz 233224 SHA256 501210ecfb63c75cdc4eab464a8a1a7e0a7e5f6b8e10023eda32f7e87dcd3e4e SHA512 137c6f6d772c725d86ab5c73471a2c80396d9af557d71f4e3a729de183d77d8c2f82ddc16f7488a7416d830f3614cdcd85f452051aa014440e83a30df0089353 WHIRLPOOL 0d52288519b72d67cedf1f645f05dba43007c1b07419eb4be6f90fcc2d0a8b99ebf58104b8377d0a62adabcbd0c99684621f65c2c351acb0f16f564df6631836

@ -0,0 +1,41 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.11.1.ebuild,v 1.1 2013/09/03 19:04:09 creffett Exp $
EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE Archiving tool"
HOMEPAGE="http://www.kde.org/applications/utilities/ark
http://utils.kde.org/projects/ark"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+archive +bzip2 debug lzma"
DEPEND="
$(add_kdebase_dep libkonq)
sys-libs/zlib
archive? ( >=app-arch/libarchive-2.6.1:=[bzip2?,lzma?,zlib] )
"
RDEPEND="${DEPEND}"
RESTRICT="test"
# dbus problem
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with archive LibArchive)
$(cmake-utils_use_with bzip2 BZip2)
$(cmake-utils_use_with lzma LibLZMA)
)
kde4-base_src_configure
}
pkg_postinst() {
kde4-base_pkg_postinst
if ! has_version app-arch/rar ; then
elog "For creating rar archives, install app-arch/rar"
fi
}

@ -1,2 +1,3 @@
DIST kde-runtime-4.10.5.tar.xz 7233124 SHA256 fd42c9f1de38ccbc176b73d13059fec9b1cd0b50d40191a0d2b065eca5065c35 SHA512 7d3a0fbe27e0f8c8a5adf6ca43e20b9b9199246d597838872e387adb9a9f5af1bf28cc117fcbde51f803c6514c8088c648c4c6685d63cb616a1711bd01296ddd WHIRLPOOL b756e006e81b3ecf75ece060060d2ab64f8de803cb03b5f894e4ecfa393ee05cc212609f5951382c0af97f2582fc7e5c1fa84addc581595f48fcfeff33574e6f
DIST kde-runtime-4.11.0.tar.xz 7871248 SHA256 e77e4d65e70b063a3978014a6448a2a0f373f8063ac0399efe465cdcab904e79 SHA512 905f30a85eb9bd24ad3f06291897123da8adee87c098012e78757c3e5d2cc63fe6ced53129eebb59ee238377a7de3a81143d9bd47f3fdf1cff44c59d44d8f038 WHIRLPOOL d3f7406e71d0d5a73271d009a7a34e62bbda1996a0311b910f18ca359de64a29c2a8898a2da934db6cf347599df167f960b87850ed0fc260bc76841a8d621e93
DIST kde-runtime-4.11.1.tar.xz 7973404 SHA256 639c397946e2bebf84bd9e49d4724b0dcf3b1e418873753adeed09505d556173 SHA512 e502aa7eade4f7b37ca25f4a7a4ae70a55cb9e78e306d5999d44f7bf9887dc8a3d42af39cd4beba91bc6533ba092d581fe23f08fb5437e764ebd3332ef4c5cf7 WHIRLPOOL cfce9d2cc28f4934f63a8cbd2ee51c218f2b1ba7ec364bb8a8f0eb85611cf5cba25d15c1a54392912f30d2e1aeb4ae2634b2e13632aa38b96c2fb29969e66972

@ -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/kde-base/attica/attica-4.11.1.ebuild,v 1.1 2013/09/03 19:04:57 creffett Exp $
EAPI=5
KMNAME="kde-runtime"
inherit kde4-meta
DESCRIPTION="Open Collaboration Services provider management"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
>=dev-libs/libattica-0.1.4
"
RDEPEND="${DEPEND}"

@ -1,2 +1,3 @@
DIST audiocd-kio-4.10.5.tar.xz 56880 SHA256 1b2781e36ed0138c59eb6473e269ef50ea364c88062088526bcff0c3f615aa86 SHA512 5a296865ebd4c8c5c8784fa47b5a46dc60f8b28dd5be5faa7864df069b8057f7aba1cdc0e8445648bf89a5815041951e1457f8cc9f8068eedf125bb2809d2cb3 WHIRLPOOL 819d2332976e32cb5c24c574c0e8556dfbae5d850d457a92ece96c13ad02313c1a6cc39e1171c5337f80e242b88e62c75f3f7879271f628d9feb834ddd795d1b
DIST audiocd-kio-4.11.0.tar.xz 51560 SHA256 c5aa483120027c1f5935ab1897c6f13d5621fba0c29763167afd54e1bf019ef6 SHA512 0acc335fdb5afe2a10738617856207018746a6bbedb8f9c91f871fe7535604abcfa80f5c165f218e984707eaa349e76ec56ddb444375644040307c96b519a83b WHIRLPOOL 2e0a23a8360ef581332441b38cdad8d344f3e39e61050b2fdef6c51b3bfd372253e917f3202bf5bc076a273bf84b23161887303042d5c596f9a0a60af5f7ef3e
DIST audiocd-kio-4.11.1.tar.xz 53108 SHA256 affd89964b91f6303197395101f25454b81a078bc0c0f2baac6cb59034e697f9 SHA512 431e5013094f71ae5c8e24aaf6486064f44ee7ca68d979750f14a503322047918fff2061c6ad7e3f14a22c14db2b4a39691168c5bf2b51ba0da94277fc1a89a0 WHIRLPOOL b65c782e4aa7c852624b8a2558e5a681b4eac3c145eea8abdd854c52826186275f6c30c531aaed5729b6843bd26158d3511bb49b8b4cc1e6df052b9bb380b4c3

@ -0,0 +1,33 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/audiocd-kio/audiocd-kio-4.11.1.ebuild,v 1.1 2013/09/03 19:04:25 creffett Exp $
EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE kioslaves from the kdemultimedia package"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug flac vorbis"
DEPEND="
$(add_kdebase_dep libkcddb)
$(add_kdebase_dep libkcompactdisc)
media-sound/cdparanoia
flac? ( >=media-libs/flac-1.1.2 )
vorbis? (
media-libs/libogg
media-libs/libvorbis
)
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with flac)
$(cmake-utils_use_with vorbis OggVorbis)
)
kde4-base_src_configure
}

@ -1,2 +1,3 @@
DIST blinken-4.10.5.tar.xz 566632 SHA256 c8792bc2824bdaee13e669653955c501fca2c23c4a63ea3f4275784e5709dbd1 SHA512 d391cc3e83007c9ca0bee94358a9a7d6ed0c4f0c57a0b96d7cfbfe886c2936acd23aaf64bf77e61ff92f3828f6abe4b2e626b3781723e5701627e1a189f1159f WHIRLPOOL 7e1c10294adb2b8eeb5f4e3e732720d711ed5d47c24cd48bcdfbee90dc2899f16099fe0e0c07a8e9e74b4d2ba04ab3212aaecbf7b4acb0cbf60b70710e01392b
DIST blinken-4.11.0.tar.xz 560148 SHA256 62cc8f63a2b6a53a623dd71b837ef839da7df79c2dce2c1c73862c62215dd94f SHA512 fae480e3b7ebbadc3765338400b74dc861115bf8800e77de348580965e51bac91bfa703a7dcb73436709680d125d90d2cbebb225ccb49c2d79a5420d968e7ec6 WHIRLPOOL 3ac177b70043050ac6292624c8a9f09baf4c4b95c13ffe583c0c9e416d6eff42c6fb0f6d472479caa84e5922456914ea3576df78e6ff8e11d025e9f1f9364a27
DIST blinken-4.11.1.tar.xz 561240 SHA256 637484a1b9c65e1f9e380cc906c46bc4853933fb50a3b0e974fdc8411188cbdc SHA512 ca00648706caef6d68a4906055d0d45fab0664cd7290a0f49ad2ae88a6cde13d61d636c8d62cb737e5650ce82fafb887a797c9d0d704079a691c218591a56835 WHIRLPOOL b4362130dfdc7a327e2dffc9206b772eb82378efd35c12ff2f37eeaefaaea5b410927c7625da5f2b5ae5d05bb9c59c8e123913887e45150bb173fe9eddd995a3

@ -0,0 +1,21 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/blinken/blinken-4.11.1.ebuild,v 1.1 2013/09/03 19:04:10 creffett Exp $
EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE version of the Simon Says game."
HOMEPAGE="http://www.kde.org/applications/education/blinken
http://edu.kde.org/blinken"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
$(add_kdebase_dep libkdeedu)
"
RDEPEND="${DEPEND}
$(add_kdebase_dep knotify)
"

@ -1,3 +1,4 @@
DIST kdepim-4.10.5.tar.xz 14442688 SHA256 016f05cf28ed546199d4aec0683bb4022beb52cc1799162085337fb7b3fd4163 SHA512 792de0f5023fd25daab1cc0dbb6fd9b51e9bf4bba6b3d34c34199b503b8c0889accf6d02d9e6fbcc0ec38d434e3a8a6dd7a9c2a0a5eaa3126d11e138de125c55 WHIRLPOOL 2513a1200683f4aa3315d0f068e278b19b642591c37cd28fe07d78ffea98bb2a6b891add6fa1abba7e9492832b7851f41db2b88111d656fc4a15bdaa956aae7d
DIST kdepim-4.11.0.tar.xz 13188440 SHA256 89a1b186dd67732840486c4338e2f15632c057ab4458bedd4de6e9666b01e004 SHA512 ea1bf87e3ee930bbbadf3e09264a2ce0c1791528b938d6ef216adfe46ec0db2f836f625df92b7e5dce922787fda679cc7c6a9da0c4b1ab20b5fac0f7df722e6e WHIRLPOOL 85cda1a5477bce70a2227e0442d9d1eab9a9d8ecd1d6cd4a00a5bda5b0eb7ece1bd4ca3aa165472d7301f217d7e45d1e2bd403c29325a6000deb746290f5edde
DIST kdepim-4.11.1.tar.xz 14095896 SHA256 292498349cb48ff366f2f8e0b61e7fb655bbeb0df8c14f0b398067cb712c627d SHA512 a41864f370e2103f92291fc03a12e789a33a93d5d088fdf521a14745dbf22aaaa90a44a05460bf64b449ca0ced1f91d0f4c09d842c649ab6c48df3147b741ef9 WHIRLPOOL 984b8692b58b9e5e09a2953665a052be126233950a8818d27582afdbbcd2bbee1b2e9a88647ebaaf03314a235a179c1930270ced5bd2f481e8eb9a57939a11d7
DIST kdepim-4.4.11.1.tar.bz2 8964708 SHA256 a2fa237a3d880cc55a6c94450b93a7918bb0d5e3943eb7a759c8789de1ed41bf SHA512 7450ba9985c5583847d1fc3d214940cef130150a3591c3cbb73bc15624ee0298805d5dc25f3cd3a135091c1d0491b865961d52aa8feef623219eed9364dd86bf WHIRLPOOL 349a72c5c6859c7cafb1aefdf80b80482102c8b1d6e0123c6c410d262c3908b9572daa1950e2fb41e6bc727430fc91bb57b7276e345553ed15d792fa63aba5ec

@ -0,0 +1,25 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.11.1.ebuild,v 1.1 2013/09/03 19:04:18 creffett Exp $
EAPI=5
KDE_HANDBOOK="optional"
KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="KDE Blogging Client"
HOMEPAGE="http://www.kde.org/applications/internet/blogilo"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
dev-libs/grantlee
$(add_kdebase_dep kdepim-common-libs)
$(add_kdebase_dep kdepimlibs)
"
RDEPEND="${DEPEND}"
KMEXTRACTONLY="
composereditor-ng
"

@ -1,2 +1,3 @@
DIST bomber-4.10.5.tar.xz 392504 SHA256 bdeebad49394e5c07e69d24645e281dad9265a8f9bc5cb9a3c3ad0773f24e07c SHA512 3ef561d3661f38f2049513e8f4b213fde4b488ede525d503a838a4d536845530ec91fb1d731c5937f9515b296e35b689a7877a85d61bda5eb01313b234be6f96 WHIRLPOOL 991974875a48b0583bbc5bd109882594cbaf309c4661ac78fb9fa9b1ca285bddb99f8bac182052fb47fdcb9df693820467a9bc9ad9fc642c203e5e0fb78d111a
DIST bomber-4.11.0.tar.xz 387608 SHA256 8074fad2865307b181128cd335d3e00a0424f1605dce8806c9babe7a7e9b3ce9 SHA512 17f1a7067134bb9b1060e6642dfb48e64ca7b7cd96d6d97800174b3561bc596d08d3f0ff1b212756c41483a7a782461607e5283f93490965b821db4ebb802610 WHIRLPOOL 5ad7ab343ee354c767bf4ac5a69327a022be04bfb1c9c357c3eea07ee428aacbfe9f21c80224335779a8861a54f973062479023b77a24eb5df3bbf00f8c3733f
DIST bomber-4.11.1.tar.xz 388956 SHA256 5186f77640de75701c5dbb0a9ca641a13e327ffdf01a94bbb5f6b8f545b22043 SHA512 9a727e59b6afedb960b798aa36ad75b82d4b2ddd3a885b28d0fc7ed3c259a4175b7e4c1cf9a6aa9164f264ed18e1822afaa2ffd8f8634b4611cdccdf58a90547 WHIRLPOOL 3dff8383239a4f8a8b4d0d1d891f1dc1e4e76682502ffa37408f4da1eaf851b26eeed3fbeabd67fb832c9ad4799468d6e4809d0d0752e747b0edcf4d219ce4f7

@ -0,0 +1,16 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/bomber/bomber-4.11.1.ebuild,v 1.1 2013/09/03 19:04:14 creffett Exp $
EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE arcade bombing game"
HOMEPAGE="http://www.kde.org/applications/games/bomber/"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="$(add_kdebase_dep libkdegames)"
RDEPEND="${DEPEND}"

@ -1,2 +1,3 @@
DIST bovo-4.10.5.tar.xz 110216 SHA256 bd172842aba0e8b6ad9ee2c48545c003edd636b30ae28497254af3c6ae269783 SHA512 54d60e70d42674d86be049d8591446891a737c654ca3f29e3d417e2edca29160225a7390cc168340626765299041886252d8902687f16855b06dbe117fc06578 WHIRLPOOL a851c6325fde57663e132503389e9c9d86ba314ef829a36d549d90b37b6c3bd05694d963e460f3cc8f6365514fbf7c7e13633f8e5e6da1d5737bda59677a46eb
DIST bovo-4.11.0.tar.xz 101944 SHA256 c47d7aa49de99ee4b53e4518673fe87472d08a582a555ef6cdd759d3b72d9bdc SHA512 380720c968b242359b5906c8974a4c167d385d241c9c57df9c18cb15ec635c4a5c695e22ea3ac4d8bf005d10af675fc87c3c434239bf1d479c22e19d1ad3019e WHIRLPOOL 5db89eb5bbb36d7ae28b91199f7527e152e5eb4f9ebfee819fe362dca556b6eeac5df134392ce427850819185d250b906a96bd41119ecb7489ac97db1594c284
DIST bovo-4.11.1.tar.xz 103672 SHA256 ff22c4ad1c9fc9d7a95ffe1f5ab88680f8aecd34093a8dbb11b84a71d7fe2443 SHA512 2fb9b87a394134cbb10885f3f519a8b4745148725feff801dd0d039836dd32bbd49fed9b67df20e970262d6b9cd20eed47e5ca152cf243837da4df51321048e1 WHIRLPOOL 5ca8416e84dfbd1dc819b490db3ec9970d9f1bd2536cfd019d52ffcb04c7fddf50808601c6c3fc2a1178e80a78ff4c0ec72a3048ea6ccb1802ed956420caa1ff

@ -0,0 +1,16 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/bovo/bovo-4.11.1.ebuild,v 1.1 2013/09/03 19:04:48 creffett Exp $
EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="Five-in-a-row Board Game"
HOMEPAGE="http://www.kde.org/applications/games/bovo/"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="$(add_kdebase_dep libkdegames)"
RDEPEND="${DEPEND}"

@ -1,2 +1,3 @@
DIST cantor-4.10.5.tar.xz 319440 SHA256 a63b2923c5b811473978e6d8c111d1fc150cb054a15d8a4c99f3f4d31ba10a1c SHA512 ffbba568421de8db3d1d31a4fa0500523b8e2386bcdff747b09ac40b20c808fcd2d83326b27c1980f12c3bc845923558829c7f552aa5e438d8d12bec16a24df0 WHIRLPOOL b3fdaeef7d81a49738d1a06bba5a503b2d377ecece7b7a3cf0e40a90dc29eee77b0e0bc6954b9b0bc3f893270823dcdeca0fed548ba8e1c7fcaf73616a7556ad
DIST cantor-4.11.0.tar.xz 302556 SHA256 31ff9d35bd90fa2a3510c9395bb2a0bdba8659b389da8a791d73242f28774202 SHA512 3a0f0d9ecd73e7e7ec1ec4e2d93f1993a1a55a61820322c2fdadb31b3fbd0c241e6a39d466f5752ecd510a419dddf8fae80c4b781ada6596605f39acbf3c26b8 WHIRLPOOL 0221d75ec04b70667b9f0bad450bca3be1764d5707de42b2b22b82788ef9c19206f64222739020542dda6003633bcc668438437dc333507da0caa41ef54d1f38
DIST cantor-4.11.1.tar.xz 313084 SHA256 7601f8a2ebc5ee6a6d7e07ed095d3bc3c7b35e1db8b86625debdce8d8893156e SHA512 0d3a61746d7a98a2494c72001acb8cb85ad9e4371680ec71bd5baaa178c7abb202ca3cf433c4079a8133346c1cf333afe5b8cdde4e6b5fe40ca5d564e6da4506 WHIRLPOOL 32065ca36ca5b713ce16276703b458f110fd041c9c16ad85475a03af151ad0f40e10588fcbea2f52408307faa5dd39861df6e9cb87c771938d71b0324019bf55

@ -0,0 +1,53 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/cantor-4.11.1.ebuild,v 1.1 2013/09/03 19:04:32 creffett Exp $
EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE4 interface for doing mathematics and scientific computing"
HOMEPAGE="http://www.kde.org/applications/education/cantor http://edu.kde.org/cantor"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="analitza debug postscript qalculate +R"
# TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
RDEPEND="
analitza? ( $(add_kdebase_dep analitza) )
qalculate? (
sci-libs/cln
sci-libs/libqalculate
)
postscript? ( app-text/libspectre )
R? ( dev-lang/R )
dev-qt/qtxmlpatterns:4
"
DEPEND="${RDEPEND}
>=dev-cpp/eigen-2.0.3:2
"
RESTRICT="test"
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with analitza)
$(cmake-utils_use_with postscript LibSpectre)
$(cmake-utils_use_with qalculate)
$(cmake-utils_use_with R)
)
kde4-base_src_configure
}
pkg_postinst() {
kde4-base_pkg_postinst
if ! use analitza && ! use qalculate && ! use R; then
echo
ewarn "You have decided to build ${PN} with no backend."
ewarn "To have this application functional, please do one of below:"
ewarn " # emerge -va1 '='${CATEGORY}/${P} with 'analitza', 'qalculate' or 'R' USE flag enabled"
ewarn " # emerge -vaDu sci-mathematics/maxima"
echo
fi
}

@ -1,2 +1,3 @@
DIST cervisia-4.11.0.tar.xz 369764 SHA256 f5ced6ec8d86043868c8e00d58f6e9f273704a33da172462a4555c468b1ae5bd SHA512 dd4d7a9985cdd7c7dd0ecea47ef81032f6b3de6c6a15d65570013ef72a379dafe0800676baf3b5b5b00090f20c520d312a95de0eb83f2081334819a47331636d WHIRLPOOL 88dc208ac44e001c6b2e0a4b47ff0e11df16436b3bf52051799779209c894e0c56c9de3495997b30770efbd442069d595b58c566fb85db079e42d1f860260c02
DIST cervisia-4.11.1.tar.xz 374764 SHA256 6b1b28eedce4ae4add7c6434d5f7d93e28969c04e5a8b17738328b3014a84e7f SHA512 71b9d96ebc355b3bbf35609a49c15181d751a466710d84009fdd3fc83e00a702bef64eb44d32a7f103e17c9b9c455d9f0e129825722f383e7fb2871d360978e7 WHIRLPOOL 833cb70e88cac4439f66f310642e43e7e362f09395093abdb250ec95ddc5018b59641cd701888569d74a1a947c614c36b5abc20f2adc5c4cc954c9d122a9e72a
DIST kdesdk-4.10.5.tar.xz 5261616 SHA256 e8c076cc83d4e43d021993c4e6ca037762c69486d8fce7c2770c23f55ba13140 SHA512 2b80d55bba915a443c8c4e7314b850127bdd02fd82fe7c4513064cfade9a7bf486af60b6be1d0d2836c11ceb12d81f8e37f8ef0aabe44fbd99869e7be00dd29b WHIRLPOOL 120e346dede35838785f62eca49daa52fdb73d6e3f4b94ee058bd1c443402037f220a762e7dd92895def4be238b6a65d0dfe0724b9b38f678669db0a1feaffdd

@ -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/kde-base/cervisia/cervisia-4.11.1.ebuild,v 1.1 2013/09/03 19:04:44 creffett Exp $
EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="Cervisia - A KDE CVS frontend"
HOMEPAGE="http://www.kde.org/applications/development/cervisia"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
RDEPEND="
dev-vcs/cvs
"

@ -1,2 +1,3 @@
DIST dolphin-plugins-4.11.0.tar.xz 56240 SHA256 37f26da0581c305a866a4e4cd0af905054bc9056d0bc377e8d21d69ba5da40b2 SHA512 4cd192033af5f4ae90ed45c4815c67cf8056ebb4893fc07e37e57e4c1923237a4e52abd8fb40da572d8db4138f112dccc9c3b798647427aedc951b2650d58b86 WHIRLPOOL ed8557e34801265f5ed2d8a26e996df9529723a8d2f2c60bcc3a60cc4d3443cfb6c0c6ff73f562cceec7359a29b34244de57f95330cb6bcacd473fe776618b31
DIST dolphin-plugins-4.11.1.tar.xz 58596 SHA256 b173dfdec99b9e6146c688c3dee143531c18bf53526c12004a046f6afea5c393 SHA512 c0208aea07a90f41a401598627016bd6b07f55576d331259301527af2f5e6e413a25d4bef997722cf1c26f6b53463124566c127a84898700de5d72ab169dfdc2 WHIRLPOOL 76ebf5698341b15b88b5cac7195549952939c658d7561a192fbc23b7dbec54313d1dda36c2dd9af44fa2e269268dfe80dc337071ab46cd1e5930cefb027f2252
DIST kdesdk-4.10.5.tar.xz 5261616 SHA256 e8c076cc83d4e43d021993c4e6ca037762c69486d8fce7c2770c23f55ba13140 SHA512 2b80d55bba915a443c8c4e7314b850127bdd02fd82fe7c4513064cfade9a7bf486af60b6be1d0d2836c11ceb12d81f8e37f8ef0aabe44fbd99869e7be00dd29b WHIRLPOOL 120e346dede35838785f62eca49daa52fdb73d6e3f4b94ee058bd1c443402037f220a762e7dd92895def4be238b6a65d0dfe0724b9b38f678669db0a1feaffdd

@ -0,0 +1,35 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.11.1.ebuild,v 1.1 2013/09/03 19:04:10 creffett Exp $
EAPI=5
inherit kde4-base
DESCRIPTION="Extra Dolphin plugins"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug bazaar git mercurial subversion"
DEPEND="
$(add_kdebase_dep libkonq)
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kompare)
bazaar? ( dev-vcs/bzr )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
subversion? ( dev-vcs/subversion )
"
src_install() {
{ use bazaar || use git || use mercurial || use subversion; } && kde4-base_src_install
}
pkg_postinst() {
if ! use bazaar && ! use git && ! use mercurial && ! use subversion ; then
einfo
einfo "You have disabled all plugin use flags. If you want to have vcs"
einfo "integration in dolphin, enable those of your needs."
einfo
fi
}

@ -1,2 +1,3 @@
DIST kde-baseapps-4.10.5.tar.xz 2615840 SHA256 ff89e9c3a6eea103a368200cf2aa2bcd5d5c2dad92683aff03d1253516e608b4 SHA512 b296fc3fabde36affda575bbbe3bd02383d2673dae1a30aeb897cfdba8b63a5ad9244ba11d677694afd89bc40ea1c7adbeb42680ea14b569d507e2931e29c980 WHIRLPOOL 2bfd54399ea4a15a59b9feb59bb1135579fd33c1eea39587443784a98ec92629cb506f493ec77323297736013d45c8a8cda37f1848efd275e41e7194b6dc3627
DIST kde-baseapps-4.11.0.tar.xz 2517760 SHA256 d31ff36cc3da913ccdc23a2e46176f9b9c21b2e7870f0454e594940d66ddaa1a SHA512 74a3b9778b84cb7ce82b51fb93aaee9046f1bbc28b8dbfe8ba5bdea2bdab325b03379d1068baa57429e06252ffbb25df40245779b830be49050c51efba709cc1 WHIRLPOOL a05cffab3a00cb9bfc633a8f8666130456497c5924a2af49080ad7b6aa54a68e265aba512a32fe8219b309b33670f53140630368820149034f4c94bfe2fd53e7
DIST kde-baseapps-4.11.1.tar.xz 2557764 SHA256 f382f84d34dbb696533b026aa082987a9603584b5e92874ab94df9764a69fd91 SHA512 d2d0b0f49c568f58e1e47edb88a46806a5cf5ca566999fb705963079b49573b1c4f41f371fee16e7def66732e6bf43cab8cd51a24b843e31040ffebc104c16d5 WHIRLPOOL 93e0942196ca6fba72a174c53266903bda7cd00defeb7874444ff5abf5100ee764c6398b0e916286e77b4fb8a86dc5828e8658ac3e21157a515519d977e549b9

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

Loading…
Cancel
Save