Sync with portage [Wed Sep 4 17:09:47 MSK 2013].

mhiretskiy
root 11 years ago
parent 117848f763
commit b87422ceec

@ -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.4 2013/09/03 14:05:55 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-postgresql/eselect-postgresql-1.2.0.ebuild,v 1.5 2013/09/04 09:21:14 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.8 2013/09/03 11:52:37 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.3.6.ebuild,v 1.9 2013/09/04 08:59:39 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,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/gkrellm/gkrellm-2.3.5-r2.ebuild,v 1.7 2013/09/02 11:11:21 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-2.3.5-r2.ebuild,v 1.8 2013/09/04 07:58:52 ago Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="http://members.dslextreme.com/users/billw/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="2"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="hddtemp gnutls lm_sensors nls ssl ntlm X kernel_FreeBSD"
RDEPEND="dev-libs/glib:2

@ -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/app-admin/haskell-updater/haskell-updater-1.2.0.10-r1.ebuild,v 1.1 2013/09/03 20:09:18 slyfox Exp $
EAPI=5
CABAL_FEATURES="bin nocabaldep"
inherit eutils 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=""
DEPEND=">=dev-lang/ghc-6.12.1"
# Need a lower version for portage to get --keep-going
RDEPEND="|| ( >=sys-apps/portage-2.1.6
sys-apps/pkgcore
sys-apps/paludis )"
src_prepare() {
if use prefix; then
sed -i -e "s,/var/db/pkg,${EPREFIX}&,g" \
"${S}/Distribution/Gentoo/Packages.hs" || die
sed -i -e 's,"/","'"${EPREFIX}"'/",g' \
"${S}/Distribution/Gentoo/GHC.hs" || die
fi
# for ghc snapshots (usually come with unstable Cabal API)
cabal_chdeps \
'Cabal >= 1.8 && < 1.17' 'Cabal >= 1.8 && < 1.18' \
'process < 1.2' 'process < 1.3'
}
src_configure() {
cabal_src_configure \
--bindir="${EPREFIX}/usr/sbin" \
--constraint="Cabal == $(cabal-version)"
}
src_install() {
cabal_src_install
dodoc TODO
}

@ -1,25 +0,0 @@
# 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
"

@ -5,3 +5,4 @@ DIST phoronix-test-suite-4.4.1.tar.gz 506975 SHA256 96b4c928241e4847e00109f40b26
DIST phoronix-test-suite-4.6.0.tar.gz 510303 SHA256 5f960f34612c09ec473db27e8fcd89773646739c070f9009cf353388a022f2d6 SHA512 2b1fbbdb40c62edb9d3f5caf5b2ac0cc78df747ffe3ddd5dfa75417688eeb8c845f2921890051a9a442d658fe663dc0d9c53fa2f1c9132163ff82c181af0f450 WHIRLPOOL fb50b3e305bdc6a0e9471eb96a7a2af488ffd810e3cc7554abcfa93fdd76c4098a21bd195ec28192837b4f219189aba41bcb57f9fcab2c36e430ba517b6d4f27
DIST phoronix-test-suite-4.6.1.tar.gz 510999 SHA256 882193e590f54490a15e981bea23c529987ca3a660240747fb5e86029d76facd SHA512 e7d4461b432a22b98a3f9ec5432ce94b4a79c09def0c69a8681cf4a4035162a12b6d46838055d278d735e6604ef19078ecb802299ad4d79c89d722b1d3b9bf6b WHIRLPOOL 2f2dc2bbbe29da669f1fc73c8e63d853320d6dee19ee0e9bdb6e1f2ad0baa3c4a84419cb29bd34838c83382b9a6655ee0a74dfca395907d44ba7b0420e519d30
DIST phoronix-test-suite-4.8.0.tar.gz 521276 SHA256 bb1d0f96b40bd4a0a4eb18312dbfc1d5386fbb6e8885cc49367ad8bd9a3172dc SHA512 a25f7e2d91f97b2bc092dc4bb85ee8f3672fc2aa76194547342bdfe2a7995054c5d653017629733a1e1b1b98b42917af9fd9892c2dd6ae0da18c527c8b3abf71 WHIRLPOOL 14f004738935fe16cdc35a16a70082609eee8ca3402c8dd3878afb531f2d35a54274d2f78061d999c8579d7e13e3b93605778bf4493799de87c56992b5ef361f
DIST phoronix-test-suite-4.8.1.tar.gz 522015 SHA256 95704493be071110d887d73dd1ded7487af5d3ea4fa4b852cd856f85d025bc8f SHA512 27a0c036d15ab1e307b2800ad53fac029658dab3a24fa1686ab8c3a5b9c9536b6910f718461654fda408fe3500f54f6f50003093337b3c62a121889f1eb8504c WHIRLPOOL 7446b7873133544adfa8e57041e8c07a052004a39eca2c7f1b2298a57ce579757735cd96c2c0058fc0bbb2c1516ea746c9ee35a85ec970185c8a09e52f87a2f3

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

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.22.ebuild,v 1.2 2013/08/31 09:44:55 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.22.ebuild,v 1.3 2013/09/04 08:58:56 ago Exp $
EAPI=5
@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/hte/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="amd64 ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="X"
RDEPEND="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-emacs/eselect-mode/eselect-mode-1.3.8.ebuild,v 1.6 2013/09/03 11:53:37 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emacs/eselect-mode/eselect-mode-1.3.8.ebuild,v 1.7 2013/09/04 09:02: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-misc/freemind/freemind-0.9.0-r1.ebuild,v 1.3 2013/08/31 09:20:50 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/freemind/freemind-0.9.0-r1.ebuild,v 1.4 2013/09/04 09:02:56 ago Exp $
EAPI="4"
@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~x86 ~x64-macos"
KEYWORDS="amd64 ppc ~x86 ~x64-macos"
IUSE="groovy latex pdf svg"
COMMON_DEP="

@ -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/texstudio/texstudio-2.6.0.ebuild,v 1.7 2013/08/26 14:31:34 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.6.0.ebuild,v 1.8 2013/09/04 07:57:40 ago Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd"
IUSE="video"
COMMON_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/app-portage/eix/eix-0.29.3.ebuild,v 1.7 2013/09/03 11:56:17 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.29.3.ebuild,v 1.8 2013/09/04 09:01:00 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.2 2013/09/03 09:39:31 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-2.0.0.ebuild,v 1.3 2013/09/04 07:57:10 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.7 2013/09/03 11:52:24 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.2-r3.ebuild,v 1.8 2013/09/04 08:59: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/dev-db/ctdb/ctdb-1.13.ebuild,v 1.7 2013/09/03 11:55:26 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13.ebuild,v 1.8 2013/09/04 07:58:38 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"

@ -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.3 2013/09/03 08:38:18 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.1.8.3.ebuild,v 1.4 2013/09/04 09:01:31 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/monadcatchio-mtl/monadcatchio-mtl-0.3.0.5.ebuild,v 1.4 2013/09/03 08:38:25 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.0.5.ebuild,v 1.5 2013/09/04 09:01:40 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/xhtml/xhtml-3000.2.1.ebuild,v 1.5 2013/09/02 20:18:58 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-3000.2.1.ebuild,v 1.6 2013/09/04 09:03:48 ago Exp $
EAPI="3"
@ -14,7 +14,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ~ppc ~sparc ~x86"
KEYWORDS="alpha amd64 ia64 ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.1"

@ -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-java/antlr/antlr-3.1.3-r2.ebuild,v 1.9 2013/02/05 06:56:19 zerochaos Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-3.1.3-r3.ebuild,v 1.1 2013/09/03 21:01:33 tomwij Exp $
EAPI="2"
JAVA_PKG_IUSE="source"
@ -17,7 +17,7 @@ SLOT="3"
KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="gunit"
COMMON_DEPEND=">=dev-java/stringtemplate-3.2
COMMON_DEPEND=">=dev-java/stringtemplate-3.2:0
>=dev-java/antlr-2.7.7:0[java]
gunit? ( dev-java/junit:4 )"

@ -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-java/hoteqn/hoteqn-4.0.0.ebuild,v 1.5 2013/08/31 09:20:54 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/hoteqn/hoteqn-4.0.0.ebuild,v 1.6 2013/09/04 09:03:05 ago Exp $
inherit java-pkg-2
@ -9,7 +9,7 @@ HOMEPAGE="http://www.atp.ruhr-uni-bochum.de/VCLab/software/HotEqn/HotEqn.html"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT=0
KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=">=virtual/jre-1.4"
DEPEND=">=virtual/jdk-1.4"

@ -1,3 +1,4 @@
DIST elixir-0.10.0.tar.gz 778216 SHA256 929e053f27cc02ba12fd291759e4e351bf4fb0dd2c8b28ac6bf98247f09286c0 SHA512 1248af296381541c575305636b7afbc1c6e41559013d03b982aae07f5d12b941656811455763a262868dffe00beb34d7333cfe692fc1f9bb6adb8705a424bd93 WHIRLPOOL 48b3671edb1a5d59b44fe509ae1beaa703856c9895099e9da66c9160e2556ea7b707f32c4865e355efe1fa00f24e4bf7d050f30384c1beb1eaecd34e1e46b513
DIST elixir-0.10.1.tar.gz 790945 SHA256 7cb03d78a17f8a127f920e1dcf1bbad9d32dac104f2c2e7e7aeaf03afe12d93d SHA512 c09b91c73236efbfc15576e651d3df6a8e21933132b87642f86139eda24bc116b05b04ccfc08d20a5ac23faf45d0a5cf30e3b545db1de78855895fd628275487 WHIRLPOOL 27feaa3fd98238a5d0731e775331600e0d2739dc6dcf46558a6f460cf3d82cee1712342c5fec12b86a475003031fe48c55395e09bf98ade1fa3459e8a625dc23
DIST elixir-0.10.2.tar.gz 803188 SHA256 eb9bfbe12258115da99c131a2b44d4d76f9c7d95584214ebe7442fccacdf83cc SHA512 db7f4c3e363b515ed40ec0ee498c94e6940fe8de4115183db454d51e0dc4c7bf704dcc06f87f73892abd518bf3b52218286b779cf8ce787a48d5a44efc58e3ce WHIRLPOOL 07541b97d12f1fdb147f28813280cdc722f86c5ab543333251fc208bc4fbb093c6c52e08e054f5776d32e8525189756e4c648068425d764cbed1e7590639bc6e
DIST elixir-0.9.3.tar.gz 712024 SHA256 220b842271545b1f4b11a69a1a20dc826f2e8587d225d72927307c1a6d8faefe SHA512 7e5584be12d5ba063a88db9284316a18b254cdc0da873677d05bcd19e723cd3635c2f41017aa4f54ba62a99c692246d8e70acf49f190e6f801f612bab43782e5 WHIRLPOOL 70ea93e72caf4a84a36c6826e0749b1d4763da546230d3f443a3943e031a3dfed7100ce4aff666712f1be84c441d2a9b713b7ffbe30749e0de92a53ae71e2063

@ -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/dev-lang/elixir/elixir-0.10.2.ebuild,v 1.1 2013/09/03 22:55:04 hasufell Exp $
EAPI=5
inherit multilib
DESCRIPTION="Elixir programming language"
HOMEPAGE="http://elixir-lang.org"
SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0 ErlPL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-lang/erlang-16"
RDEPEND="${DEPEND}"
src_compile() {
emake Q=""
}
src_install() {
emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="/usr" install
dodoc README.md CHANGELOG.md CONTRIBUTING.md
}

@ -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/fpc/fpc-2.6.2.ebuild,v 1.4 2013/08/31 12:49:02 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.6.2.ebuild,v 1.5 2013/09/04 07:57:26 ago Exp $
EAPI=5
@ -20,7 +20,7 @@ SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz
SLOT="0"
LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
KEYWORDS="amd64 ~arm ~ppc ~sparc ~x86"
KEYWORDS="amd64 ~arm ppc ~sparc ~x86"
IUSE="doc ide source"
RDEPEND="ide? ( !dev-lang/fpc-ide )"

@ -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.4 2013/09/03 08:52:10 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.2.15-r2.ebuild,v 1.5 2013/09/04 08:27:50 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"

@ -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/UTF8Strings/UTF8Strings-1.14.0.ebuild,v 1.2 2013/06/27 13:48:47 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/UTF8Strings/UTF8Strings-1.14.0.ebuild,v 1.4 2013/09/04 11:15:44 pinkbyte Exp $
EAPI="5"
@ -11,5 +11,5 @@ HOMEPAGE="http://grigory.info/${PN}.About.html"
SRC_URI="http://grigory.info/distfiles/${P}.tar.bz2"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~mips x86 ~amd64-linux ~x86-linux"
SLOT="0"

@ -1,3 +1,4 @@
DIST libuv-0.11.10.tar.gz 336631 SHA256 517d5c5205c7efc9b91f9908234ba98d7ec9e00a02be728813f82fc90097e078 SHA512 2581ff245e8922068a9a126704c9de838596bda82139b97c074b871765971044be2e956e6e95476a00c3e68d1d8adc87d8160793ea1d7ab90f6c6dd279d2e103 WHIRLPOOL f25bebb8201dd0fe42e6dedb7f9beb84ff261d05afaca10266f2ddec273bb35030fa528ab0958ee12fe5c1543a4000c6a44bd3e245ccae490ec12881452df590
DIST libuv-0.11.12.tar.gz 339612 SHA256 4467e3be3b33a3b32ceae12708b6c650197bb08671eb7857092d545d056d362e SHA512 14fd7f5a1cb434c96953e6f19ad8329a1df38e9c4900f378506507129dcd72ef3bab0ec7a26243b5358dad7290adcf1acc97ab55e8d2976a22c27f119f2d6266 WHIRLPOOL f5ac394245dd133c65447c62bde4612e30259fbb3037afbfe1fd51d0f136019f43acf3fe58631cb57bc335a20a2738ab51978c8b9aeccf756fb9a20f156f1f98
DIST libuv-0.11.6.tar.gz 327932 SHA256 84c2815ef1330d26fa9e4cec0f758c4bf2bddd0fc3d9b62614e5237f9ccdf848 SHA512 83c851dd0895f78232196f7936c0d3e8381a5ce2d98f7cc51e56bac625f54bf24e9011d6cec33089450fe6ebf0ca1f4eacdd614f6c214da596de5795b7ce8ba2 WHIRLPOOL e4d840fbcb1d61c235d6f7e6752bff1ef2e72b3f9f7ed1f15c3e69db95661230258ba4cc57c6a9818ad580411d25d62920c047d8d5e1a22cdb7ec7c059ebe200
DIST libuv-0.11.8.tar.gz 332049 SHA256 973b80d6355632531b7578879e341505589c9ca7cbadea117014a07ce93934fd SHA512 34a4bab7ff07a1da9e0692110d26e039dc05f378cf45fc67bb47e864bea60ea5b5cceafa9a0bdee4359cdc2b820e658baaee95d3470f587f0441cb861efc7f6a WHIRLPOOL 66b73d8523edaa39301548dd838a1ecc13fbe8161cb6b2eed89c328989e41d203264392c08bdd6f033f783702eabf84391ca1a5351b82680541a029b4f3da434

@ -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/dev-libs/libuv/libuv-0.11.12.ebuild,v 1.1 2013/09/03 22:57:24 hasufell Exp $
EAPI=5
inherit eutils autotools
DESCRIPTION="A new platform layer for Node"
HOMEPAGE="https://github.com/joyent/libuv"
SRC_URI="https://github.com/joyent/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD BSD-2 ISC MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
src_prepare() {
echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
> m4/libuv-extra-automake-flags.m4 || die
eautoreconf
}
src_configure() {
econf \
$(use_enable static-libs static)
}
src_install() {
default
prune_libtool_files
}

@ -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/libzip/libzip-0.11.1.ebuild,v 1.4 2013/09/01 23:35:29 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.11.1.ebuild,v 1.5 2013/09/04 08:59:10 ago Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="http://www.nih.at/libzip/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="static-libs"
DEPEND="sys-libs/zlib"

@ -1,3 +1,4 @@
DIST ocamlnet-3.6.3.tar.gz 3290612 SHA256 c62fe0a4db6c63c04e24c8d76bcb504054f0b59a7a41c1abcbb8dd504afc9f29 SHA512 99b68cc3fac8a023009e01184e6006944071569b5bd8180a5f9fbe6e4069aaf55e833468d4914254d14f213579cdc8e06e26a00a62bbf73c9d25442671345f9d WHIRLPOOL 7687df33c0bd9d815e49c0e2adf2b87bfd99a8631269291a832432834f6b37c1d7479a87edae5a45d28b0e087129103d71615a9d7a7a3e151f294fcb77aaf0da
DIST ocamlnet-3.6.5.tar.gz 3339680 SHA256 bb7d349b5783e4b25c3f7e5616b48d030ad1e375e39d4e99510440f5d2709d3f SHA512 091d148d0b7ab5ea79f8070da0dfb2f1584da9125b22d35049ec9de02f32d05dd6433b705190aef324172f84c15a672f56d2a096f0db877608e86e9b5a1c8ee5 WHIRLPOOL 55779ddc0b6bd7b41eeda6209cb910cfb4b46a1152bae983a251653cc160bc7ebf453f6b045570338f1c78d958054f8c666f8bc89f26d0bce44adb399374b126
DIST ocamlnet-3.6.6.tar.gz 3340847 SHA256 3529236e31a18e6983e4198030d9e51f5220714563d46c87b8f113a6392af026 SHA512 389478b705e1a093a895940da45c34a9797a02773d5ca5cd584e1f9a25eebcdb4aee63a119eb80f927b3566eccabd98945ecab6bf7bec090863569b580c12375 WHIRLPOOL 62f3ed53a3ce3b279a3836b0c585c592849d1d7ee2958196fd9723d6624e350bb8ec7670ce3acd69db1f14f4b37d5a6850d20d8e30500e5c1526b030f55d04d2
DIST ocamlnet-3.7.3.tar.gz 3352779 SHA256 4ddc6928856d57b613de8889708f04a7bba04571b7bf1c525418cf9e3d8b4468 SHA512 adbff363df8e96a886b0c0bd7aa9243f3406e1a5dd3589101e272d11f4d8edaab2980c8297de9a6701305a8cb9391152ce08ffa5e1f8d95d12fc0edbe6a8f899 WHIRLPOOL 5d6b00458337f0aa277d4ca9b6b1c95485398761f5c8986d2ee14e45fd70901c9914917c8fff529f1fe8967f162760d11f4f7a833e1a812549238ea821797395

@ -0,0 +1,75 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.7.3.ebuild,v 1.1 2013/09/03 21:34:20 aballier Exp $
EAPI="5"
inherit eutils findlib
MY_P=${P/_beta/test}
DESCRIPTION="Modules for OCaml application-level Internet protocols"
HOMEPAGE="http://projects.camlcity.org/projects/ocamlnet.html"
SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz"
LICENSE="ZLIB GPL-2+"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="cryptokit gtk ssl tk httpd +ocamlopt +pcre zip"
RESTRICT="installsources"
# the auth-dh compile flag has been disabled as well, since it depends on
# ocaml-cryptgps, which is not available.
DEPEND=">=dev-ml/findlib-1.0
pcre? ( >=dev-ml/pcre-ocaml-5:= )
>=dev-lang/ocaml-3.10.2:=[tk?,ocamlopt?]
cryptokit? ( dev-ml/cryptokit:= )
gtk? ( >=dev-ml/lablgtk-2:= )
ssl? ( >=dev-ml/ocaml-ssl-0.4:= )
zip? ( dev-ml/camlzip:= )
"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
ocamlnet_use_with() {
if use $1; then
echo "-with-$2"
else
echo "-without-$2"
fi
}
ocamlnet_use_enable() {
if use $1; then
echo "-enable-$2"
else
echo "-disable-$2"
fi
}
src_configure() {
./configure \
-bindir /usr/bin \
-datadir /usr/share/${PN} \
$(ocamlnet_use_enable cryptokit crypto) \
$(ocamlnet_use_enable gtk gtk2) \
$(ocamlnet_use_enable pcre pcre) \
$(ocamlnet_use_enable ssl ssl) \
$(ocamlnet_use_enable tk tcl) \
$(ocamlnet_use_enable zip zip) \
$(ocamlnet_use_with httpd nethttpd) \
|| die "Error : econf failed!"
}
src_compile() {
emake -j1 all
if use ocamlopt; then
emake -j1 opt
fi
}
src_install() {
export STRIP_MASK="*/bin/*"
findlib_src_install
}

@ -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.8 2013/09/03 17:55:52 zlogene Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/File-Slurp-9999.190.0.ebuild,v 1.9 2013/09/04 07:26:35 ago 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-python/PyQt4/PyQt4-4.10.2.ebuild,v 1.7 2013/09/03 14:05:27 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.2.ebuild,v 1.8 2013/09/04 09:20:39 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="

@ -0,0 +1 @@
DIST bjoern-1.3.2.tar.gz 25878 SHA256 bb272517760897a96b3fbf0564236a4f9e0e14e05d8cdcc5f9ac2957ff0c89c0 SHA512 f96ab7f6bfdd158da398c56555a47944f30ac505ed3cb8610a3fc12fe15d5a7bbb0cdba27c858e5ccac28213504b2c68aefd0c252591e3e4d63ce70c8ac840cc WHIRLPOOL 1121cc2088686532dca96b3db4116272c162b23c327a33335763237a45fd1b12a9b0e16b5f4e901fdd162ad923238f7637b29d3190ba6fb6538cb46cd809be83

@ -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/dev-python/bjoern/bjoern-1.3.2.ebuild,v 1.1 2013/09/04 08:34:55 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
DESCRIPTION="A screamingly fast Python WSGI server written in C."
HOMEPAGE="https://github.com/jonashaag/bjoern https://pypi.python.org/pypi/bjoern/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/libev
net-libs/http-parser"
RDEPEND="${DEPEND}"

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

@ -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.5 2013/09/03 13:34:55 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6-r1.ebuild,v 1.6 2013/09/04 09:04:02 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 ia64 ~ppc ~ppc64 ~x86"
KEYWORDS="amd64 ~arm ia64 ppc ~ppc64 ~x86"
IUSE=""
DEPEND=""

@ -1,32 +0,0 @@
diff --git a/Setup.py b/Setup.py
index c6ef27f..8baedc4 100644
--- a/Setup.py
+++ b/Setup.py
@@ -40,7 +40,7 @@ def remove(itm, lst):
# Unixoid OS's I will just look for the usual suspects.
libdirs = dirtest([
- "/usr/local/lib", "/sw/lib", "/usr/lib",
+ "/usr/lib", "/usr/lib64",
"/usr/lib/X11", "/usr/X11R6/lib",
"/opt/gnome/lib",
])
@@ -48,7 +48,7 @@ libdirs = dirtest([
# include_dirs are also non-portable; same trick here.
incdirs = dirtest([
- "/usr/local/include", "/sw/include", "/usr/include",
+ "/usr/include",
"/usr/include/X11", "/usr/X11R6/include",
"/opt/gnome/include",
])
@@ -57,9 +57,6 @@ incdirs = dirtest([
want_libs = [
"gd",
- "jpeg", "png", "gif", "z",
- "X11", "Xpm",
- "ttf", "freetype",
]
libs = filetest(libdirs, want_libs)

@ -1,18 +1,14 @@
# 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-python/gdmodule/gdmodule-0.56-r2.ebuild,v 1.5 2012/08/02 18:04:39 bicatali Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/gdmodule/gdmodule-0.56-r2.ebuild,v 1.6 2013/09/03 21:14:16 bicatali Exp $
EAPI="3"
EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
DISTUTILS_SETUP_FILES=("Setup.py")
inherit distutils eutils flag-o-matic
inherit distutils-r1 flag-o-matic
DESCRIPTION="Python extensions for gd"
HOMEPAGE="http://newcenturycomputers.net/projects/gdmodule.html"
HOMEPAGE="https://github.com/Solomoriah/gdmodule"
SRC_URI="http://newcenturycomputers.net/projects/download.cgi/${P}.tar.gz"
LICENSE="BSD"
@ -29,8 +25,11 @@ RDEPEND="
xpm? ( x11-libs/libXpm )"
DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${P}-fix-libs.patch
PATCHES=( "${FILESDIR}"/${P}-fix-libs.patch )
python_prepare_all() {
distutils-r1_python_prepare_all
mv Setup.py setup.py || die
# append unconditionally because it is enabled id media-libs/gd by default
append-cppflags -DHAVE_LIBGIF
@ -39,6 +38,4 @@ src_prepare() {
use png && append-cppflags -DHAVE_LIBPNG
use truetype && append-cppflags -DHAVE_LIBFREETYPE
use xpm && append-cppflags -DHAVE_LIBXPM
distutils_src_prepare
}

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<longdescription lang="en">
This module is a python wrapper for the GD library.
</longdescription>
<herd>sci</herd>
<longdescription lang="en">
This module is a python wrapper for the GD library.
</longdescription>
</pkgmetadata>

@ -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.5 2013/09/03 13:36:23 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pympler/pympler-0.3.1.ebuild,v 1.6 2013/09/04 09:05:35 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 ia64 ~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.3 2013/09/03 13:31:31 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild,v 1.4 2013/09/04 09:00:35 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.3 2013/09/03 13:34:02 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.5-r1.ebuild,v 1.4 2013/09/04 09:00:44 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.4 2013/09/03 14:05:43 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.7.2.ebuild,v 1.5 2013/09/04 09:21:00 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="

@ -5,4 +5,5 @@ DIST distribute-0.6.45.tar.gz 723456 SHA256 7c0b21329bbd087410ce4be4bf64058c1085
DIST setuptools-0.8.tar.gz 756936 SHA256 7dbdbe59bfeaf3355ed9321921f4d5a84d09dc48b28692f28fee3421b78d26af SHA512 2da36b58c24d3897e15f734dc93fa123eee5fd9408a73311f3d3361c5c5d9453bddf3f9ef55390ed4b3d51aea42d22160fc24a45e71c10fa1cf2b6171973caa9 WHIRLPOOL 5690fbc33968dfd46a55259cb2feee137cf77018ce708503703c6eeaba70de45f2350d0426984b59e83624050da4e0185df18dde044ca450041d667f34d8fc2b
DIST setuptools-0.9.8.tar.gz 766455 SHA256 42bf629a4b3a4933bb3cfacf6005c95b7494fd88cd62a7bad1a8c3e64647eb0c SHA512 bb42ab88a672a71750a504b762e26c9a61eab80dca8529aafd662159e668e268c685421a606ee68910dfe4e46246a4df1f4f16a20405b24b0fd7fdd5d2c94c92 WHIRLPOOL 4a8e8b8f24d686b6d621169e647e63af4476f1d75832038a1de45fd80cd0e82a866ab673bd02eecd6c1f7c2167b794eb8f7418a3f034a2a9b18860aab1ba4a04
DIST setuptools-1.0.tar.gz 679533 SHA256 bc4eb71591ca56a3f14627c6fb3f5f25fa674e28a74680452a067d46d3a421b5 SHA512 b71552ee2bcc214aa90cc049595ec134ca84fc51b7a1bb655646c22cd8534160b032a185f29612d99ac5d39b1a32be27cc025a0a3453d29948d0c3bce99e20d5 WHIRLPOOL 3db1b33a07a6d0948aa357bd26c861a9e396d894a464edf32381d63b4ad6526e8104a61e38aac7d7948b3d26a442b9b1720664a7b32ef59f6e5c5b8c49ebf69f
DIST setuptools-1.1.1.tar.gz 680461 SHA256 630cda76616e9a275251bf00145c21fdf2fdf91c674e7593614623d5dcd93b17 SHA512 f8e2a2f49bb1a5d70a72e1e8a056e966429d0696fbfa7d93594347fcb3af0444cb3b148339164b3130109940306ad5caa387465d6e20a139560f748c0d4c740e WHIRLPOOL 1da14a9a0d37b4fd4ac12faa76c51432234fb9d3e5c35f40db6fced67b1cc4df8fea4274c40e7d1696592a010fd1bca43aa81a68b1fa1f4c3574c89e5e5b5ad4
DIST setuptools-1.1.tar.gz 679747 SHA256 56dde93a410389fc6cb86e9c115249a3414f8982c96d99aeac43a7717dd05b5e SHA512 d3e54351ec6f797e149ab451fbeaa6dce33e98e67c15fd2e029be3842f9cffe178ad890e0ff11753906b3a11d2aa786c3dc8fcf36059370812e1bf59cef7cc02 WHIRLPOOL 66816d55b3e45a9abb3379863752a164b24e3d55743bf2ea9828ca6dc0a0165cd9501905947b0890f1791dd230b0e8b810363d0b11eb193bcdea5605a6239fc1

@ -0,0 +1,38 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-1.1.1.ebuild,v 1.1 2013/09/04 03:27:43 radhermit Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1
DESCRIPTION="a collection of extensions to Distutils"
HOMEPAGE="http://pypi.python.org/pypi/setuptools"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-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"
# Force in-source build because build system modifies sources.
DISTUTILS_IN_SOURCE_BUILD=1
DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
python_prepare_all() {
# Disable tests requiring network connection.
rm -f setuptools/tests/test_packageindex.py
distutils-r1_python_prepare_all
}
python_test() {
# Fails test_setup_requires under python2.5; probably a distutils bug
esetup.py test
}
python_install() {
export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
distutils-r1_python_install
}

@ -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.5 2013/09/03 14:05:17 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.14.7.ebuild,v 1.6 2013/09/04 09:20:29 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}"

@ -2,3 +2,4 @@ DIST six-1.1.0.tar.gz 12573 SHA256 8c421a58100704148fd9ad2e38b05d5646f6d3139ac20
DIST six-1.2.0.tar.gz 15316 SHA256 4a86d87623f75811524f30832e092914d65af7ff2eb1d403e01ec235b0e19cb3 SHA512 8963f851f88016286a2159f0e7d6eddacdaad8c84048cb233fb2b2371ea2b4b5a3f75a5937677fe5c6ceb1a1f1791362bd181134e0f15409e44e2358e6c07712 WHIRLPOOL 81d1cca6d55055c53143ce0f5b16b2faf3a402122bb3f7cb7228e508665bcd8d4e09a2cbd32278b4bd5085c1789b7b35a84345d259719116a182ecc6561861f4
DIST six-1.3.0.tar.gz 17701 SHA256 d59793f9b255bd00de800b97f9a50cce4fc8a44c205f7defa5bb7d691d13b852 SHA512 e8974d4bf62325f98e301e68c237489ca39cfa9ed1066f1cdfa34e18d20d0baf788cb515e44f00f1c823f9f923d2b30f63443dbc5df8c934b1a69b8c68210130 WHIRLPOOL bd259a4e2cd0ae2629a8998a01641874266928d6fe3e65669198a9706cd4f90579902196680932b5c9207db1005376ae8b4cbc7b63f30afabe8993e719df9a5e
DIST six-1.4.0.tar.gz 21367 SHA256 2936d126f28ce59746c1a0a065580cd26d4a39127229124a4b4f9b076ebaaff9 SHA512 bb44382d24399371495c66ee6af4559924ccbe0376638a09f88b9374fda50b18bfc0e7e9c234d91b9cb3e8029350cbc1f0a3cf606b64dda562aabbbb795ed7a4 WHIRLPOOL 2df44ba50b1ec8802c56c496e0c9d1bc643a5694e745110fff84cc651c1404f920997920af978558af297d7fae123add27e968b2fb0ff5cf6f2c59339cbf327d
DIST six-1.4.1.tar.gz 21409 SHA256 f045afd6dffb755cc0411acb7ce9acc4de0e71261d4b5f91de2e68d9aa5f8367 SHA512 849e5f7c5058bceefcf3d5a76b52ec315b5efd015f66d8dff7a61854e6bb07195c3b74e521df548a9a63fa89b1be4e1b6f44d2b5d3ac6261ab3eaf0729ebed84 WHIRLPOOL c41ca4756a91d4585f8f7e7aae82d4cfecd2aef357f682867c884932a3082758448050ff9e110aed2126069fa1a1ca946f34cd216fece2a4d8c2a7448648abc8

@ -0,0 +1,34 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/six/six-1.4.1.ebuild,v 1.1 2013/09/04 04:45:59 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1
DESCRIPTION="Python 2 and 3 compatibility library"
HOMEPAGE="https://bitbucket.org/gutworth/six http://pypi.python.org/pypi/six"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="doc test"
DEPEND="doc? ( dev-python/sphinx )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
python_compile_all() {
use doc && emake -C documentation html
}
python_test() {
py.test || die "Testing failed with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( documentation/_build/html/ )
distutils-r1_python_install_all
}

@ -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.7 2013/09/03 13:00:24 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.3.0.ebuild,v 1.8 2013/09/04 08:12:28 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.7 2013/09/03 13:00:32 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-12.3.0.ebuild,v 1.8 2013/09/04 08:12:38 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.6 2013/09/03 13:00:40 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-12.3.0.ebuild,v 1.7 2013/09/04 08:12:49 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.7 2013/09/03 13:00:48 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-12.3.0.ebuild,v 1.8 2013/09/04 08:12:59 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.7 2013/09/03 13:00:56 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-12.3.0.ebuild,v 1.8 2013/09/04 08:13:09 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.6 2013/09/03 13:01:04 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-12.3.0.ebuild,v 1.7 2013/09/04 08:13:19 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.6 2013/09/03 13:01:12 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-12.3.0.ebuild,v 1.7 2013/09/04 08:13:29 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.7 2013/09/03 13:01:21 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-12.3.0.ebuild,v 1.8 2013/09/04 08:13:39 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.7 2013/09/03 13:01:29 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-12.3.0.ebuild,v 1.8 2013/09/04 08:13:49 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-python/werkzeug/werkzeug-0.9.3.ebuild,v 1.2 2013/08/31 09:44:28 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.9.3.ebuild,v 1.3 2013/09/04 09:01:16 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy{1_9,2_0} )
@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="amd64 ~arm ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"

@ -1,3 +1,4 @@
DIST kramdown-0.14.2.gem 278528 SHA256 4351344ebf3b986990341987320d076486d5b1b63032bdf5bfb5eb10d1a43eb7 SHA512 07f3f3b300497196463f660d3d5ec3548c91df79592320e8469a475ced70df21da921d0b00daa1410a9ee9d3ebc0bc4aa12338eabc76d1303264385d6e6f86d2 WHIRLPOOL 473669c9267ed914407214fee7c4c16cf058be4bed5cbef498728578f57fe8550fe2cf7b57889e644a269442560fb2b7b9771f16e3b0c254b20b3760139344cd
DIST kramdown-1.0.2.gem 214528 SHA256 730834b6d572ae67752f49e5670af51318a5da9a386ccbfd2a92ba29ec3a60dc SHA512 a5a65d23bf2edc935b9f356648d8966edc697f924dd5447df4d243c932e3f05a08c35d63a4bc0d3c28b941a84f97a98084dca2ded5d601477a446ea9e95e4eaa WHIRLPOOL 4d17b55a73a0240bc6aea5dbddaa4dbb4e12f293c4526be890bddeeab389d26d93be2d84b615a12e6cd81830fc4403255dd827cbfda77cf4019b09c249c64b02
DIST kramdown-1.1.0.gem 216064 SHA256 1a84ea8f72c1ce7bda284b7a4ff5f535e9e29a399636e0de572bc9d853c30206 SHA512 ca9466f81cf50c54b6d60acf0c7bef2486f481998a391f1f041c772abb5efb628d33b4b331eafc5f169833b92cb6e25f4a63f25fa865bee0258e829174793d4b WHIRLPOOL 51a0d477d8b90b55cb1105371c92afdf7c6ac848aadbd9dca47a350947d8bc9ad9aadbbd73b06f3b20b9a578ee4ed4d7b754415d8a1fde95040270d3b7704dd3
DIST kramdown-1.2.0.gem 217600 SHA256 d6ba9e0b8e501eac57129d7aca338d34155c29b01bf1b91a87813c301013529e SHA512 07bf56b29e58c0187cb08f6e82bb481b195523fcbdaed2f79def1eae9de5afc10846a7d23aef0fbfcba5d5b7ca1c754022eadc1d82aee0077c1ebb9cc3e612d9 WHIRLPOOL 4966ae5fc29c1cc0efdd02465b48f336d922bf0a356f3009911a469a77d8f53f11cfc7d7cd6b5672bd3842027cad8d4f49878f6ece59cfa7bbdd75907ad5cd55

@ -0,0 +1,44 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/kramdown-1.2.0.ebuild,v 1.1 2013/09/03 23:53:26 mrueg Exp $
EAPI=5
USE_RUBY="ruby18 ruby19"
RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS CONTRIBUTERS"
RUBY_FAKEGEM_EXTRAINSTALL="data"
inherit ruby-fakegem
DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition"
HOMEPAGE="http://kramdown.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="latex"
LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )"
RDEPEND+=" ${LATEX_DEPS}"
DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
ruby_add_bdepend "doc? ( dev-ruby/rdoc )
test? ( >=dev-ruby/coderay-1.0.0
>=dev-ruby/stringex-1.5.1 )"
all_ruby_prepare() {
if ! use latex; then
# Remove latex tests. They will fail gracefully when latex isn't
# present at all, but not when components are missing (most
# notable ucs.sty).
sed -i -e '/latex -v/,/^ end/ s:^:#:' test/test_files.rb || die
fi
}
all_ruby_install() {
all_fakegem_install
doman man/man1/kramdown.1
}

@ -1,3 +1,3 @@
DIST liquid-2.4.1.gem 40960 SHA256 8d2681ee8fb1167191bd6064fda0ca4abbe882f4f51f7f534a64600ade231f1a SHA512 b892d6f0ab590623428dd86b130abb4bb87bd491eca91f38f4333b89f345936ed06b1931317d7cc37a705cc9bba1c7559f7727ae698a7d348e1cfc1e12910292 WHIRLPOOL 0335bba5298b0413c3747db87e2a528b94bc3064ec5ae652cc972fa509b1307d89c956a3842468ea91be7f840ab20cdae159b1a3a066f21743a0565ad91527dc
DIST liquid-2.5.0.gem 43008 SHA256 1374383297f3bb03b399ac437584a8197a40087d6e66ddc37404728dfaf656ab SHA512 3f990dd02d4a555fdcd7457fe482febf041193b64ea0ed3bdd470b8e5dbc9261bc666dd762002ead69017807122a08358663f822ec5755f81c85996cafe52a41 WHIRLPOOL a3288485ef61ad0988466250de0bd885a1277a65de13c21aed22fd119c9e9f6c14f250a10fd21e67591d634c161679f5287027598c35a740e8d309519b769b71
DIST liquid-2.5.1.gem 43008 SHA256 25c40c8d85cb68455cf45272c861fd809ded2da4670233a9a4f749db4ec48cfb SHA512 89432d235e15994b7c372f33b5f1dd368ac5d549178c6e0949c2c5d54574dd74b48079e5637402aaf04fefd11eaa37965242ecebd4628c52b098a8a4ee166b29 WHIRLPOOL a4835a448d3acbb1c5d835a13a40a37789aad07e78d6b34134b1641c4460ad1bd42c931fd561b939628468e6d380c54f82d993d4709eca44e29d10dcb8308bb5
DIST liquid-2.5.2.gem 53248 SHA256 7c811fda24cb2499c04eace4441ada0b8931cd3e166492f6357dd596f4d4cb17 SHA512 f50b0a96b84e0b9a8ed05bec7475b603e213199fd5f368a180f8f56165b3ce4cde925642f7c27f4157b138ca95ea9102e9c04315e3ead68ee1391f6c8c1b2a49 WHIRLPOOL 26c0667b6981a1041903ff411306fa85845491af5aacae3b016bd87f3710519585c643a2d17750918d434509c9813b755a5041ffc7c0dd69478812ed79237d9b

@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/liquid/liquid-2.5.0.ebuild,v 1.1 2013/03/13 06:50:18 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/liquid/liquid-2.5.2.ebuild,v 1.1 2013/09/03 23:46:14 mrueg Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ree18 jruby"
USE_RUBY="ruby18 ruby19 jruby"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
@ -17,7 +17,7 @@ HOMEPAGE="http://www.liquidmarkup.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86-fbsd ~x86"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE=""
ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"

@ -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.12 2013/09/03 14:06:24 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.11.4.ebuild,v 1.13 2013/09/04 09:21:48 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.9 2013/09/03 14:06:24 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.12.7.ebuild,v 1.10 2013/09/04 09:21:48 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.7 2013/09/03 14:06:24 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.13.3.ebuild,v 1.8 2013/09/04 09:21:48 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-ruby/rmagick/rmagick-2.13.2.ebuild,v 1.4 2013/08/23 09:11:48 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/rmagick-2.13.2.ebuild,v 1.5 2013/09/04 09:04:17 ago Exp $
EAPI=5
USE_RUBY="ruby18 ree18 ruby19"
@ -18,7 +18,7 @@ SRC_URI="mirror://rubyforge/rmagick/RMagick-${PV}.tar.bz2"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 hppa ~mips ~ppc ~ppc64 x86 ~x86-macos"
KEYWORDS="amd64 hppa ~mips ppc ~ppc64 x86 ~x86-macos"
IUSE="doc"
# hdri causes extensive changes in the imagemagick internals, and

@ -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.8 2013/09/03 11:52:58 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/gtk-doc-am-1.19.ebuild,v 1.9 2013/09/04 09:00:05 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.7 2013/09/03 11:52:51 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/gtk-doc-1.19.ebuild,v 1.8 2013/09/04 08:59:56 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/dev-vcs/subversion/subversion-1.7.13.ebuild,v 1.1 2013/09/02 21:02:16 tommy Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.13.ebuild,v 1.2 2013/09/04 07:27:09 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Subversion GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~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 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~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="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf"
COMMON_DEPEND=">=dev-db/sqlite-3.4[threadsafe(+)]

@ -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/eclass/gnome2-utils.eclass,v 1.31 2012/10/27 22:24:10 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v 1.32 2013/09/03 21:54:38 eva Exp $
# @ECLASS: gnome2-utils.eclass
# @MAINTAINER:
@ -15,6 +15,8 @@
# * GConf schemas management
# * scrollkeeper (old Gnome help system) management
inherit multilib
case "${EAPI:-0}" in
0|1|2|3|4|5) ;;
*) die "EAPI=${EAPI} is not supported" ;;
@ -50,6 +52,12 @@ esac
# Path to glib-compile-schemas
: ${GLIB_COMPILE_SCHEMAS:="/usr/bin/glib-compile-schemas"}
# @ECLASS-VARIABLE: GDK_PIXBUF_UPDATE_BIN
# @INTERNAL
# @DESCRIPTION:
# Path to gdk-pixbuf-query-loaders
: ${GDK_PIXBUF_UPDATE_BIN:="/usr/bin/gdk-pixbuf-query-loaders"}
# @ECLASS-VARIABLE: GNOME2_ECLASS_SCHEMAS
# @INTERNAL
# @DEFAULT_UNSET
@ -74,6 +82,12 @@ esac
# @DESCRIPTION:
# List of GSettings schemas provided by the package
# @ECLASS-VARIABLE: GNOME2_ECLASS_GDK_PIXBUF_LOADERS
# @INTERNAL
# @DEFAULT_UNSET
# @DESCRIPTION:
# List of gdk-pixbuf loaders provided by the package
DEPEND=">=sys-apps/sed-4"
@ -387,6 +401,46 @@ gnome2_schemas_update() {
eend $?
}
# @FUNCTION: gnome2_gdk_pixbuf_savelist
# @DESCRIPTION:
# Find if there is any gdk-pixbuf loader to install and save the list in
# GNOME2_ECLASS_GDK_PIXBUF_LOADERS variable.
# This function should be called from pkg_preinst.
gnome2_gdk_pixbuf_savelist() {
has ${EAPI:-0} 0 1 2 && ! use prefix && ED="${D}"
pushd "${ED}" 1>/dev/null
export GNOME2_ECLASS_GDK_PIXBUF_LOADERS=$(find "usr/$(get_libdir)/gdk-pixbuf-2.0" -type f 2>/dev/null)
popd 1>/dev/null
}
# @FUNCTION: gnome2_gdk_pixbuf_update
# @USAGE: gnome2_gdk_pixbuf_update
# @DESCRIPTION:
# Updates gdk-pixbuf loader cache if GNOME2_ECLASS_GDK_PIXBUF_LOADERS has some.
# This function should be called from pkg_postinst and pkg_postrm.
gnome2_gdk_pixbuf_update() {
has ${EAPI:-0} 0 1 2 && ! use prefix && EROOT="${ROOT}"
local updater="${EROOT}${GDK_PIXBUF_UPDATE_BIN}"
if [[ ! -x ${updater} ]]; then
debug-print "${updater} is not executable"
return
fi
if [[ -z ${GNOME2_ECLASS_GDK_PIXBUF_LOADERS} ]]; then
debug-print "gdk-pixbuf loader cache does not need an update"
return
fi
ebegin "Updating gdk-pixbuf loader cache"
local tmp_file=$(mktemp -t tmp.XXXXXXXXXX_gdkpixbuf)
${updater} 1> "${tmp_file}" &&
chmod 0644 "${tmp_file}" &&
mv -f "${tmp_file}" "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache"
eend $?
}
# @FUNCTION: gnome2_query_immodules_gtk2
# @USAGE: gnome2_query_immodules_gtk2
# @DESCRIPTION:

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.122 2013/05/26 14:08:21 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.123 2013/09/03 21:54:38 eva Exp $
# @ECLASS: gnome2.eclass
# @MAINTAINER:
@ -258,6 +258,7 @@ gnome2_pkg_preinst() {
gnome2_icon_savelist
gnome2_schemas_savelist
gnome2_scrollkeeper_savelist
gnome2_gdk_pixbuf_savelist
}
# @FUNCTION: gnome2_pkg_postinst
@ -271,6 +272,7 @@ gnome2_pkg_postinst() {
gnome2_icon_cache_update
gnome2_schemas_update
gnome2_scrollkeeper_update
gnome2_gdk_pixbuf_update
}
# # FIXME Handle GConf schemas removal

@ -1,2 +1,2 @@
DIST chromium-bsu-0.9.15.1.tar.gz 1689634 SHA256 861b4dc01b662f3d3d03a8e20e76b1b4abd336910e05b770e6e6df0ce2ac8405 SHA512 1e62161a10a5eb4246c0e04a13e7d8b521218aa709cced5bed1440055bb91bbcff45a85e544bdc6854f1ed727ea15257d34a3c988c65818bfbfe8004ac76c104 WHIRLPOOL 5f8b8d108e84698e0465c7ab098f94118bb135566c7e5caf6d892bfff5005e730ca8409c3a3dd50e63aa303015b320d18a18a41fb3f58c0af46e67b6b314611d
DIST chromium-bsu-0.9.15.tar.gz 1656178 SHA256 6d926cceea6158a74583b6e8927716b9f837fab5693cf4039c6500b50e5147b2
DIST chromium-bsu-0.9.15.tar.gz 1656178 SHA256 6d926cceea6158a74583b6e8927716b9f837fab5693cf4039c6500b50e5147b2 SHA512 4d0adc9f473293291e739e54d01f3fb97f6df538aa07289a9c50d4db5ada8af9c0bd931ebc5dce0c99238b04a62b7165ffadbcd9915b596f3f5756da5c56d1ad WHIRLPOOL 15ab603eb92feec024f8d5a938c329e86d1da4ebfb12b2b2b69edc75793536f2f5ca51f47ee94d1cb62c6f4c363e5afec034efe56d8645af35067980f422676e

@ -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/games-action/chromium-bsu/chromium-bsu-0.9.15.1.ebuild,v 1.2 2013/08/31 10:13:47 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/games-action/chromium-bsu/chromium-bsu-0.9.15.1.ebuild,v 1.3 2013/09/04 09:03:34 ago Exp $
EAPI=5
inherit eutils gnome2-utils games
@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/chromium-bsu/${P}.tar.gz"
LICENSE="Clarified-Artistic"
SLOT="0"
KEYWORDS="amd64 ~ppc ~x86"
KEYWORDS="amd64 ppc ~x86"
IUSE="mixer nls +sdl"
RDEPEND="media-fonts/dejavu

@ -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/games-roguelike/FTL/FTL-1.03.1.ebuild,v 1.11 2013/05/14 19:35:38 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/FTL-1.03.1.ebuild,v 1.12 2013/09/04 10:56:57 hasufell Exp $
# TODO: update libpng to slot 1.5 when stable
@ -19,7 +19,6 @@ IUSE="bundled-libs"
RESTRICT="fetch bindist splitdebug"
RDEPEND="
=media-libs/libpng-1.5*
sys-devel/gcc[cxx]
virtual/opengl
!bundled-libs? (

@ -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/games-roguelike/FTL/FTL-1.03.3.ebuild,v 1.2 2013/05/16 20:52:28 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/games-roguelike/FTL/FTL-1.03.3.ebuild,v 1.3 2013/09/04 10:56:57 hasufell Exp $
EAPI=5
@ -17,7 +17,6 @@ IUSE="bundled-libs"
RESTRICT="fetch bindist splitdebug"
RDEPEND="
media-libs/libpng:1.5
sys-devel/gcc[cxx]
virtual/opengl
!bundled-libs? (

@ -1,2 +1,2 @@
DIST pyfa-1.1.14-odyssey-1.0-src.zip 5965760 SHA256 0b1cc77dc0f8a45bfd02e8e5954b6de171c4797977becc755247535f48b7a500 SHA512 ad6ff638cd147e83e42bf3e243f32d4413ebc7a5313c4b44a7248cf40f761ae4ffb29c040cfe08c4db54a72d9c7aa9f17777de508fd264e7282618b82bf9fa3e WHIRLPOOL 8dcdb159921e8cd2115ac855a769fb8ba92e318b157c15c0849a28e79ec7062327bdb79a0ad090716856f361e92386c0f533e67f6dd4cdfc9bed8697a7bd720a
DIST pyfa-1.1.15-odyssey-1.0-src.zip 5915271 SHA256 338a8084598740963a03cb8ff85bfdc6fbbd95544fef26996b8189afd0e5af04 SHA512 f5b967c8f15d938ca4943ee2a7f2a1a291c21cb9cae34b8dbf8713982eef2626301f4719e5e01a3031546573c7ce52383bd3ab6f043cb7e0c3d0e10bf0796696 WHIRLPOOL a674a8de5c8ce88221442afcdd8998494938369a2af527a31ef85e46c67fbfee1341952035f407d532518e88ab9f9f21c25136ca84bbefc9f4c185f90d4408ee
DIST pyfa-1.1.16-odyssey-1.1-src.zip 5992437 SHA256 45caa046afc2eb9dc5a296a770de099b29bdd480e74e7cda5a83fca2355b9310 SHA512 932816620ae3f80ad6b056ffd210db4538771d76e1bc99e7b07ce648d27b7d70df3626a3154389cfa39d359bdb29b55906f31fce762fb5afac4cd5360f46c586 WHIRLPOOL 6ccfe84b47317edc1f683fdfd46de8e16eb514f9069b52926dfc99d89a506866995cf09d8a647a41332394a9209d6f80f24c88b3d4f687cfde459bdde380a3c9

@ -0,0 +1,38 @@
From d21c0df4c21f808f31146e017839622af029751a Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev <tetromino@gentoo.org>
Date: Wed, 4 Sep 2013 00:13:35 -0400
Subject: [PATCH] use wxversion.select(), not wxversion.ensureMinimal()
If wxversion.ensureMininal('2.8') runs before wxversion.select('2.8') on
a system that has wxPython 2.8 and 2.9 installed, 2.9 will be selected -
and Pyfa is incompatible with 2.9.
---
pyfa.py | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/pyfa.py b/pyfa.py
index 098b87b..2fc0500 100755
--- a/pyfa.py
+++ b/pyfa.py
@@ -29,15 +29,10 @@ if not hasattr(sys, 'frozen'):
try:
import wxversion
- wxversion.ensureMinimal('2.8')
- except ImportError:
- print "Cannot find wxPython or the installed wxPython version doesn't meet the min. requirements.\nYou can download wxPython (2.8) from http://www.wxpython.org/"
- sys.exit(1)
-
- try:
wxversion.select('2.8')
- except wxversion.VersionError:
- print("Unable to select wxpython 2.8, attempting to continue anyway")
+ except:
+ print "Cannot find wxPython or the installed wxPython version doesn't meet the requirements.\nYou can download wxPython (2.8) from http://www.wxpython.org/"
+ sys.exit(1)
try:
import sqlalchemy
--
1.8.3.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/games-util/pyfa/pyfa-1.1.14.ebuild,v 1.2 2013/07/20 03:09:03 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/pyfa-1.1.16.ebuild,v 1.1 2013/09/04 04:59:30 tetromino Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@ -10,11 +10,11 @@ inherit eutils gnome2-utils python-r1
DESCRIPTION="Python Fitting Assistant - a ship fitting application for EVE Online"
HOMEPAGE="https://github.com/DarkFenX/Pyfa"
SRC_URI="http://go-dl.eve-files.com/media/corp/Kadesh/${P}-odyssey-1.0-src.zip"
SRC_URI="http://go-dl.eve-files.com/media/corp/Kadesh/${P}-odyssey-1.1-src.zip"
LICENSE="GPL-3+ LGPL-2.1+ CC-BY-2.5 free-noncomm"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="+graph"
RDEPEND="dev-python/sqlalchemy[${PYTHON_USEDEP}]
@ -34,8 +34,8 @@ src_prepare() {
# make staticPath settable from configforced again
epatch "${FILESDIR}/${PN}-1.1-staticPath.patch"
# use correct slot of wxpython, http://trac.evefit.org/ticket/475
epatch "${FILESDIR}/${PN}-1.1.4-wxversion.patch"
# https://github.com/DarkFenX/Pyfa/pull/14
epatch "${FILESDIR}/${PN}-1.1.16-wxversion.patch"
# do not try to save exported html to python sitedir
epatch "${FILESDIR}/${PN}-1.1.8-html-export-path.patch"

@ -1,5 +1,4 @@
DIST introspection.m4.bz2 1181 SHA256 69a2a57b12179159420825d1d44c74108014b0864c4d63500265639cfa9151ae SHA512 4af08dc9a7b495949b61861d7e1a1184650dc33ab1b595544d8bef14d397a3759d97361650ab0e4812390f5fb5e812818937a2d5121246c651edd7d39a076a11 WHIRLPOOL 6b9de2bee5898a9645c07c68586df5e96205d52fb6a6c77c971e8c0742f8436fce76de2b553d0533fbbe4976363180b49ae201c1a1303dfa05585db32ebc61fc
DIST librsvg-2.36.1.tar.xz 506184 SHA256 786b95e1a091375c5ef2997a21c69ff24d7077afeff18197355f54d9dcbcd8c5 SHA512 e76742705009e3e34cffc22c3fad13f76a54a4da6e3ffcc0aa9b554fcdfebf00cd3d7671e4deb5c5a7dfc455a87c2c01ee0866a2425856c1d09f2dba62c8ff15 WHIRLPOOL ab3eafa8726f0fcbfe46ae5c1c3bc74979ce89c816608992f4b291aee783e55594a216fb486ef86f117a56725dc27371172033b1e5a69075f2c45c51564cd425
DIST librsvg-2.36.3.tar.xz 511708 SHA256 3d7d583271030e21acacc60cb6b81ee305713c9da5e98429cbd609312aea3632 SHA512 265160168fefcebeace6ecd964487277756fc01fcd70d40fff06ac35903b47c2dc65fcb90d21f48610bc79a6bfe2c946bbff5644c14a5cdcf94364adf0b9400a WHIRLPOOL e1f180ff95ee8d151aea27e5920a97f8fb9fb2f9414a1ea93f79e095af13a529d0f5adbe59385e98fcc580c70df35c4550b29726863d4b22784d127f49b087fc
DIST librsvg-2.36.4.tar.xz 513028 SHA256 1021935204798f4f0ad3004a09b583668ea94a48593461b147fdcff68a18e6c2 SHA512 447435b2fab0ca7147b68c02a622df8049d56844360e8e361bf5abfbec12c33d46393bad3c099c2819f68d1b7595616d1f35d2cea58ee94d873c1c34e9362d37 WHIRLPOOL 9d8f0f09279be182e061f6b2e0a43d89f62ba5e0aa253373f70266865125b246fd683ed42b134a55e86ebb808bba10207ecc661e1b47e50ce29456d2cdf40a1c
DIST librsvg-2.37.0.tar.xz 515416 SHA256 06c57dbcb29369d147b4e6ff4257c42ae5120c504c30fb567a27034ee30fd835 SHA512 ba7207258503467cd8ffa041b216800bd558ad57c0868ff03309a1d6fd58757e9e28d9cd29106cb1f9fb3b349c58335cdf40a923a0856df870f1c3a279080265 WHIRLPOOL 98ee4730b4e77851fe3728e0339478b3684e5ac4c7bc954e91cc1bbbbf596360ab93dd359dbf42507fe8a3a4af99ce59e4a84bb75a482665d2b11598764125dd

@ -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/librsvg/librsvg-2.36.1.ebuild,v 1.14 2013/03/29 19:45:34 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.36.1.ebuild,v 1.16 2013/09/03 22:12:02 eva Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@ -14,7 +14,7 @@ SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2"
LICENSE="LGPL-2"
SLOT="2"
KEYWORDS="s390 sh sparc"
KEYWORDS="s390"
IUSE="doc +gtk +introspection tools"
RDEPEND=">=dev-libs/glib-2.24:2
@ -70,29 +70,11 @@ src_compile() {
pkg_postinst() {
# causes segfault if set, see bug 375615
unset __GL_NO_DSO_FINALIZER
tmp_file=$(mktemp -t tmp.XXXXXXXXXXlibrsvg_ebuild)
# be atomic!
gdk-pixbuf-query-loaders > "${tmp_file}"
if [ "${?}" = "0" ]; then
cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache"
else
ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run"
fi
rm "${tmp_file}"
gnome2_pkg_postinst
}
pkg_postrm() {
# causes segfault if set, see bug 375615
unset __GL_NO_DSO_FINALIZER
tmp_file=$(mktemp -t tmp.XXXXXXXXXXlibrsvg_ebuild)
# be atomic!
gdk-pixbuf-query-loaders > "${tmp_file}"
if [ "${?}" = "0" ]; then
cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache"
else
ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run"
fi
rm "${tmp_file}"
gnome2_pkg_postrm
}

@ -1,104 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.36.3.ebuild,v 1.6 2013/03/29 19:45:34 eva Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
GCONF_DEBUG="no"
VALA_MIN_API_VERSION="0.18"
VALA_USE_DEPEND="vapigen"
inherit autotools eutils gnome2 multilib vala
DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
HOMEPAGE="http://librsvg.sourceforge.net/"
LICENSE="LGPL-2"
SLOT="2"
KEYWORDS="alpha"
IUSE="doc +gtk +introspection tools vala"
REQUIRED_USE="vala? ( introspection )"
RDEPEND=">=dev-libs/glib-2.24:2
>=x11-libs/cairo-1.2
>=x11-libs/pango-1.16
>=dev-libs/libxml2-2.7:2
>=dev-libs/libcroco-0.6.1
x11-libs/gdk-pixbuf:2[introspection?]
gtk? (
>=x11-libs/gtk+-2.16:2
tools? ( >=x11-libs/gtk+-3:3 ) )
introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-libs/gobject-introspection-common
dev-libs/vala-common
>=dev-util/gtk-doc-am-1.13
doc? ( >=dev-util/gtk-doc-1.13 )
vala? ( $(vala_depend) )"
# >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by eautoreconf
pkg_setup() {
G2CONF="${G2CONF}
--disable-static
$(use_enable tools)
$(use_enable gtk gtk-theme)
$(use_enable introspection)
$(use_enable vala)
--enable-pixbuf-loader"
if use gtk && use tools; then
G2CONF="${G2CONF} --enable-rsvg-view"
else
G2CONF="${G2CONF} --disable-rsvg-view"
fi
# -Bsymbolic is not supported by the Darwin toolchain
[[ ${CHOST} == *-darwin* ]] && G2CONF="${G2CONF} --disable-Bsymbolic"
DOCS="AUTHORS ChangeLog README NEWS TODO"
}
src_prepare() {
# Make rsvg-view non-automagic
epatch "${FILESDIR}/${PN}-2.36.0-rsvg-view-automagic.patch"
use vala && vala_src_prepare
eautoreconf
gnome2_src_prepare
}
src_compile() {
# causes segfault if set, see bug #411765
unset __GL_NO_DSO_FINALIZER
gnome2_src_compile
}
pkg_postinst() {
# causes segfault if set, see bug 375615
unset __GL_NO_DSO_FINALIZER
tmp_file=$(mktemp -t tmp.XXXXXXXXXXlibrsvg_ebuild)
# be atomic!
gdk-pixbuf-query-loaders > "${tmp_file}"
if [ "${?}" = "0" ]; then
cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache"
else
ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run"
fi
rm "${tmp_file}"
}
pkg_postrm() {
# causes segfault if set, see bug 375615
unset __GL_NO_DSO_FINALIZER
tmp_file=$(mktemp -t tmp.XXXXXXXXXXlibrsvg_ebuild)
# be atomic!
gdk-pixbuf-query-loaders > "${tmp_file}"
if [ "${?}" = "0" ]; then
cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache"
else
ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run"
fi
rm "${tmp_file}"
}

@ -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/librsvg/librsvg-2.36.4.ebuild,v 1.13 2013/04/09 16:43:23 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.36.4.ebuild,v 1.14 2013/09/03 22:10:11 eva Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@ -73,29 +73,11 @@ src_compile() {
pkg_postinst() {
# causes segfault if set, see bug 375615
unset __GL_NO_DSO_FINALIZER
tmp_file=$(mktemp -t tmp.XXXXXXXXXXlibrsvg_ebuild)
# be atomic!
gdk-pixbuf-query-loaders > "${tmp_file}"
if [ "${?}" = "0" ]; then
cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache"
else
ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run"
fi
rm "${tmp_file}"
gnome2_pkg_postinst
}
pkg_postrm() {
# causes segfault if set, see bug 375615
unset __GL_NO_DSO_FINALIZER
tmp_file=$(mktemp -t tmp.XXXXXXXXXXlibrsvg_ebuild)
# be atomic!
gdk-pixbuf-query-loaders > "${tmp_file}"
if [ "${?}" = "0" ]; then
cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache"
else
ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run"
fi
rm "${tmp_file}"
gnome2_pkg_postrm
}

@ -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/librsvg/librsvg-2.37.0.ebuild,v 1.3 2013/08/10 10:08:26 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.37.0.ebuild,v 1.4 2013/09/03 22:10:11 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
@ -82,29 +82,11 @@ src_compile() {
pkg_postinst() {
# causes segfault if set, see bug 375615
unset __GL_NO_DSO_FINALIZER
tmp_file=$(mktemp -t tmp.XXXXXXXXXXlibrsvg_ebuild)
# be atomic!
gdk-pixbuf-query-loaders > "${tmp_file}"
if [ "${?}" = "0" ]; then
cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache"
else
ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run"
fi
rm "${tmp_file}"
gnome2_pkg_postinst
}
pkg_postrm() {
# causes segfault if set, see bug 375615
unset __GL_NO_DSO_FINALIZER
tmp_file=$(mktemp -t tmp.XXXXXXXXXXlibrsvg_ebuild)
# be atomic!
gdk-pixbuf-query-loaders > "${tmp_file}"
if [ "${?}" = "0" ]; then
cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache"
else
ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run"
fi
rm "${tmp_file}"
gnome2_pkg_postrm
}

@ -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.4 2013/09/03 14:06:07 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/orbit-2.14.19-r3.ebuild,v 1.5 2013/09/04 09:21:30 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,3 +1,2 @@
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

@ -1,27 +0,0 @@
# 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.0.ebuild,v 1.1 2013/08/14 20:23:59 dilfridge 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,4 +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
DIST kdepim-4.4.11.1.tar.bz2 8964708 SHA256 a2fa237a3d880cc55a6c94450b93a7918bb0d5e3943eb7a759c8789de1ed41bf SHA512 7450ba9985c5583847d1fc3d214940cef130150a3591c3cbb73bc15624ee0298805d5dc25f3cd3a135091c1d0491b865961d52aa8feef623219eed9364dd86bf WHIRLPOOL 349a72c5c6859c7cafb1aefdf80b80482102c8b1d6e0123c6c410d262c3908b9572daa1950e2fb41e6bc727430fc91bb57b7276e345553ed15d792fa63aba5ec

@ -1,22 +0,0 @@
# 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.0.ebuild,v 1.1 2013/08/14 20:23:48 dilfridge 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,3 +1,2 @@
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

@ -1,16 +0,0 @@
# 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.0.ebuild,v 1.1 2013/08/14 20:23:54 dilfridge 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,3 +1,2 @@
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

@ -1,28 +0,0 @@
# 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.0.ebuild,v 1.1 2013/08/14 20:23:41 dilfridge Exp $
EAPI=5
KDE_HANDBOOK="never"
inherit kde4-base
DESCRIPTION="KDE library for mathematical features"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug readline"
DEPEND="
readline? ( sys-libs/readline )
"
RDEPEND="${DEPEND}"
RESTRICT=test
# bug 443746
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with readline)
)
kde4-base_src_configure
}

@ -1,3 +1,2 @@
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

@ -1,41 +0,0 @@
# 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.0.ebuild,v 1.1 2013/08/14 20:23:43 dilfridge Exp $
EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE Archiving tool"
HOMEPAGE="http://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,3 +1,2 @@
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

@ -1,17 +0,0 @@
# 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.0.ebuild,v 1.1 2013/08/14 20:24:08 dilfridge 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,3 +1,2 @@
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

@ -1,41 +0,0 @@
# 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.0.ebuild,v 1.1 2013/08/14 20:23:54 dilfridge 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 encode flac vorbis"
# 4 of 9 tests fail. Last checked for 4.2.88
RESTRICT=test
DEPEND="
$(add_kdebase_dep libkcddb)
$(add_kdebase_dep libkcompactdisc)
media-sound/cdparanoia
encode? (
flac? ( >=media-libs/flac-1.1.2 )
vorbis? ( media-libs/libvorbis )
)
"
RDEPEND="${DEPEND}"
KMLOADLIBS="libkcddb"
src_configure() {
if use encode; then
mycmakeargs=(
$(cmake-utils_use_with flac)
$(cmake-utils_use_with vorbis OggVorbis)
)
else
mycmakeargs=(-DWITH_OggVorbis=OFF -DWITH_Flac=OFF)
fi
kde4-base_src_configure
}

@ -1,3 +1,2 @@
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

@ -1,21 +0,0 @@
# 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.0.ebuild,v 1.1 2013/08/14 20:24:03 dilfridge 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)
"

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

Loading…
Cancel
Save