Sync with portage [Fri May 18 17:43:33 MSK 2012].

mhiretskiy
root 12 years ago
parent b3fbc0c759
commit f266d72f9b

@ -1,3 +1,4 @@
DIST mcollective-1.0.1.tgz 169558 RMD160 2443c462db91f6d9af1840f65c49024b293280f3 SHA1 eda65ff7d38b97714ae2bf8b49ffaf8d6a9bd571 SHA256 4dec52151faedd2baa1226102237b894864716d200cb330274c21cc5981e80cb
DIST mcollective-1.1.4.tgz 918332 RMD160 a8580c80364e3af8b8eded18037c9e614c3ef0ad SHA1 c58a3d35d8f7f652bdb0ff8ea763620a4a69c822 SHA256 f7c911f17d6af5e98c30d212ee1dcb2829573b23c92a0ec7c2cd1e3f3d364265
DIST mcollective-1.2.1.tgz 928316 RMD160 812328307885684697021c20dcd76bbc171105b3 SHA1 ebac6933a1938e3a4aa2933cf0afceb3fa6b5744 SHA256 45da06779a1cf9e4efc6f533fa93fe378c6427d6ecc519eea4b53c7ec087b578
DIST mcollective-2.0.0.tgz 940145 RMD160 3e1e8d3e6c5e96f0a6e47f50f38a23bb7546bb07 SHA1 7f7eb729ff0b01763a89d3841398d2650a52385e SHA256 4b6e7dc51b86b92f86ddecab59fc376e063f8579433b6a6bdae0d12618b54f0a

@ -0,0 +1,60 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.0.0.ebuild,v 1.1 2012/05/18 07:03:00 ramereth Exp $
EAPI="4"
USE_RUBY="ruby18 ree18"
inherit ruby-ng
DESCRIPTION="Framework to build server orchestration or parallel job execution
systems"
HOMEPAGE="http://marionette-collective.org/"
SRC_URI="http://puppetlabs.com/downloads/mcollective/${P}.tgz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc +client"
DEPEND=""
RDEPEND="dev-ruby/stomp"
src_compile() {
einfo "nothing to compile"
}
each_ruby_install() {
doruby -r lib/*
insinto /usr/share/mcollective
doins -r plugins
use client && dosbin bin/mc-* bin/mco
dosbin bin/mcollectived
if use doc ; then
dohtml -r website/*
insinto /usr/share/doc/${P}/ext
doins -r ext/*
fi
newinitd "${FILESDIR}"/mcollectived.initd mcollectived
insinto /etc/mcollective
cd etc
for cfg in *.dist ; do
newins "${cfg}" "${cfg%%.dist}"
sed -i -e "s:^libdir.*:libdir = /usr/share/mcollective/plugins:" \
"${D}"/etc/mcollective/${cfg%%.dist}
done
insinto /etc/mcollective/plugin.d
}
pkg_postinst() {
einfo "Mcollective requires a stomp server installed and functioning before"
einfo "you can use it. The recommended server to use is ActiveMQ [1] but"
einfo "any other stomp compatible server should work."
einfo
einfo "It is recommended you read the \'getting started\' guide [2] if this"
einfo "is a new installation"
einfo
einfo "[1] http://activemq.apache.org/"
einfo "[2] http://code.google.com/p/mcollective/wiki/GettingStarted"
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.5_p1.ebuild,v 1.1 2012/05/18 00:39:51 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.5_p1.ebuild,v 1.2 2012/05/18 08:02:07 grobian Exp $
EAPI="4"
@ -171,6 +171,8 @@ pkg_postinst() {
ewarn " # chown root:root ${EPREFIX}/usr/bin/sudo"
ewarn " # chown root:root ${EPREFIX}/usr/lib/sudo/sudoers.so"
ewarn " # chown root:root ${EPREFIX}/etc/sudoers"
ewarn " # chown root:root ${EPREFIX}/etc/sudoers.d"
ewarn " # chown root:root ${EPREFIX}/var/db/sudo"
ewarn " # chmod 4111 ${EPREFIX}/usr/bin/sudo"
ewarn
fi

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/tripwire-2.4.2.2.ebuild,v 1.4 2012/05/05 22:00:48 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/tripwire-2.4.2.2.ebuild,v 1.5 2012/05/18 09:02:43 jdhore Exp $
EAPI=4
@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/tripwire/tripwire-${PV}-src.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~x86 ~x86-fbsd"
KEYWORDS="amd64 ppc x86 ~x86-fbsd"
IUSE="ssl static"
DEPEND="sys-devel/automake

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/bidiv/bidiv-1.5-r1.ebuild,v 1.2 2012/05/03 19:24:28 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-i18n/bidiv/bidiv-1.5-r1.ebuild,v 1.3 2012/05/18 08:07:04 ago Exp $
inherit eutils toolchain-funcs
@ -10,7 +10,7 @@ SRC_URI="http://ftp.ivrix.org.il/pub/ivrix/src/cmdline/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="dev-libs/fribidi"

@ -1,2 +1,3 @@
DIST anki-1.2.11.tgz 1886062 RMD160 ca54d788b9af51aa2996b2743b6c4164a5391468 SHA1 9c6dd8e227841e574b56c51ee439d298bd51ac27 SHA256 ca075fd0c0d6851d22046de8f6fa90d7c442cdd4a6783f7c6ffad7fbc46f5089
DIST anki-1.2.6.tgz 1836019 RMD160 21ed402b4e8c1feabb7670fec1333f2363e547b1 SHA1 7e8e5e3dd8ebde1ccafce0b2e2d31bfaa024ff03 SHA256 36d79a596719d252c42c12d468c36397c7a6d28e8b010ec646cd5b09ab47db50
DIST anki-1.2.9.tgz 2361506 RMD160 d93f5dbd0c8610656fb573e0b4fc0dd23dd65ef1 SHA1 29645a4c4a0035d25bb84c020869b6f977845eb1 SHA256 1b5188a7cf8b2ad88c0ec4774bf25edf0c5ace2f6c8ccf1b82e8fe5a65ec4025

@ -0,0 +1,64 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-1.2.11.ebuild,v 1.1 2012/05/18 07:47:18 tomka Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
inherit distutils eutils
DESCRIPTION="A spaced-repetition memory training program (flash cards)"
HOMEPAGE="http://ichi2.net/anki/"
SRC_URI="http://anki.googlecode.com/files/${P}.tgz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="furigana +graph latex recording +sound"
RDEPEND="dev-python/beautifulsoup
>=dev-python/PyQt4-4.7[X,svg,webkit]
>=dev-python/sqlalchemy-0.5.3
>=dev-python/simplejson-1.7.3
|| ( >=dev-python/pysqlite-2.3.0 >=dev-lang/python-2.5[sqlite] )
latex? ( app-text/dvipng )
furigana? (
dev-python/mecab-python
app-i18n/kakasi
)
graph? (
dev-python/numpy
>=dev-python/matplotlib-0.91.2
)
recording? (
media-sound/sox
dev-python/pyaudio
media-sound/lame
)
sound? ( media-video/mplayer )"
DEPEND="${RDEPEND}
dev-python/setuptools"
RESTRICT_PYTHON_ABIS="3.*"
PYTHON_MODNAME="anki ankiqt"
src_prepare() {
distutils_src_prepare
}
src_compile() {
distutils_src_compile
cd libanki
distutils_src_compile
}
src_install() {
distutils_src_install
cd libanki
distutils_src_install
cd ..
doicon icons/${PN}.png || die
make_desktop_entry ${PN} ${PN} ${PN} "Education"
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.6.0.ebuild,v 1.15 2012/05/04 03:33:13 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.6.0.ebuild,v 1.16 2012/05/18 08:30:49 aballier Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="aspell +hunspell static-libs zemberek"
COMMON_DEPENDS="dev-libs/glib:2

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/paps/paps-0.6.8.ebuild,v 1.2 2012/05/04 03:33:11 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/paps/paps-0.6.8.ebuild,v 1.3 2012/05/18 07:51:09 ago Exp $
EAPI=3
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="x11-libs/pango"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r3.ebuild,v 1.3 2012/05/16 14:18:16 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r3.ebuild,v 1.4 2012/05/18 07:25:19 jdhore Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="https://alioth.debian.org/frs/download.php/3351/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="nls readline"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-contrib/m17n-contrib-1.1.13.ebuild,v 1.1 2011/11/10 16:47:46 naota Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-contrib/m17n-contrib-1.1.13.ebuild,v 1.2 2012/05/18 08:06:15 ago Exp $
EAPI=4
@ -10,7 +10,7 @@ SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND=""

@ -10,10 +10,6 @@
<name>Johan Bergström</name>
<description>Proxy Maintainer. CC on bugs</description>
</maintainer>
<maintainer>
<email>ramereth@gentoo.org</email>
<name>Lance Albertson</name>
</maintainer>
<longdescription lang="en">
MongoDB (from "humongous") is a scalable, high-performance, open source,
schema-free, document-oriented database. Written in C++, MongoDB features:

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.4.ebuild,v 1.3 2012/01/13 19:59:12 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.4.ebuild,v 1.4 2012/05/18 08:38:25 aballier Exp $
EAPI=4
@ -8,7 +8,7 @@ inherit virtuoso
DESCRIPTION="ODBC driver for OpenLink Virtuoso Open-Source Edition"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-15.2.ebuild,v 1.2 2012/04/29 09:57:06 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-15.2.ebuild,v 1.3 2012/05/18 07:48:51 ago Exp $
EAPI=3
WX_GTK_VER="2.8"
@ -29,7 +29,7 @@ SRC_URI="http://www.erlang.org/download/${MY_P}.tar.gz
LICENSE="ErlPL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
IUSE="compat-ethread doc emacs halfword hipe java kpoll odbc smp sctp ssl tk wxwidgets"
RDEPEND=">=dev-lang/perl-5.6.1

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.1_pre0910052249.ebuild,v 1.2 2010/02/01 11:24:28 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.1_pre0910052249.ebuild,v 1.3 2012/05/18 08:06:42 ago Exp $
EAPI="2"
@ -12,7 +12,7 @@ SRC_URI="http://www.fastcgi.com/dist/fcgi-2.4.1-SNAP-0910052249.tar.gz"
LICENSE="FastCGI"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="html"
DEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.19.2-r2.ebuild,v 1.2 2012/05/16 16:01:54 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.19.2-r2.ebuild,v 1.3 2012/05/18 08:04:46 ago Exp $
EAPI=4
inherit autotools eutils
@ -11,7 +11,7 @@ SRC_URI="http://fribidi.org/download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="static-libs"
RDEPEND=">=dev-libs/glib-2"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.18.ebuild,v 1.5 2012/05/16 14:16:26 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.18.ebuild,v 1.6 2012/05/18 07:15:30 jdhore Exp $
EAPI="2"
@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/levent/files/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+ssl static-libs test"
DEPEND="ssl? ( dev-libs/openssl )"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.9.0.ebuild,v 1.1 2012/02/15 10:33:22 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.9.0.ebuild,v 1.2 2012/05/18 08:42:50 aballier Exp $
EAPI=4
@ -15,7 +15,7 @@ DESCRIPTION="Shared OSCAF desktop ontologies"
HOMEPAGE="http://sourceforge.net/projects/oscaf"
if [[ ${PV} != *9999 ]]; then
SRC_URI="mirror://sourceforge/oscaf/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
fi
LICENSE="|| ( BSD CCPL-Attribution-ShareAlike-3.0 )"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-3.1.1-r1.ebuild,v 1.1 2012/05/13 18:03:11 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-3.1.1-r1.ebuild,v 1.2 2012/05/18 07:51:40 ago Exp $
EAPI="2"
@ -11,7 +11,7 @@ HOMEPAGE="http://xerces.apache.org/xerces-c/"
SRC_URI="mirror://apache/xerces/c/3/sources/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="curl doc iconv icu sse2 static-libs threads elibc_Darwin elibc_FreeBSD"
RDEPEND="icu? ( >=dev-libs/icu-4.2 )

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-2.0.4.ebuild,v 1.1 2012/05/06 09:21:23 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-2.0.4.ebuild,v 1.2 2012/05/18 08:47:52 aballier Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="http://github.com/lloyd/yajl/tarball/${PV} -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
PATCHES=(

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/GStreamer-Interfaces/GStreamer-Interfaces-0.60.0.ebuild,v 1.2 2012/05/04 04:10:57 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/GStreamer-Interfaces/GStreamer-Interfaces-0.60.0.ebuild,v 1.3 2012/05/18 06:39:09 jdhore Exp $
EAPI=4
@ -12,7 +12,7 @@ DESCRIPTION="Perl interface to the GStreamer Interfaces library"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
KEYWORDS="~amd64 ~sparc x86"
IUSE=""
RDEPEND="=media-libs/gst-plugins-base-0.10*

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/GStreamer/GStreamer-0.170.0.ebuild,v 1.3 2012/05/04 04:10:56 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/GStreamer/GStreamer-0.170.0.ebuild,v 1.4 2012/05/18 06:36:31 jdhore Exp $
EAPI=4
@ -12,7 +12,7 @@ DESCRIPTION="Perl bindings for GStreamer"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~sparc ~x86"
KEYWORDS="amd64 ~sparc x86"
IUSE=""
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-DOM/XML-DOM-1.440.0.ebuild,v 1.2 2011/09/03 21:04:39 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-DOM/XML-DOM-1.440.0.ebuild,v 1.3 2012/05/18 09:16:52 aballier Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A Perl module for an DOM Level 1 compliant interface"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND="dev-perl/libwww-perl

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-RegExp/XML-RegExp-0.40.0.ebuild,v 1.1 2012/03/30 14:21:25 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-RegExp/XML-RegExp-0.40.0.ebuild,v 1.2 2012/05/18 08:49:38 aballier Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Regular expressions for XML tokens"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-perl/XML-Parser-2.29"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/libxml-perl-0.80.0.ebuild,v 1.2 2011/09/03 21:05:00 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/libxml-perl-0.80.0.ebuild,v 1.3 2012/05/18 09:02:15 aballier Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Collection of Perl modules for working with XML"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-perl/XML-Parser-2.29"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.2.ebuild,v 1.4 2012/05/16 14:34:51 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.2.ebuild,v 1.5 2012/05/18 08:07:34 jdhore Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE=""
DEPEND="dev-python/setuptools"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.7.ebuild,v 1.3 2012/05/14 16:03:15 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.7.ebuild,v 1.4 2012/05/18 06:10:34 jdhore Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -18,7 +18,7 @@ SRC_URI="http://www.maxmind.com/download/geoip/api/python/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-libs/geoip-1.4.8"

@ -0,0 +1 @@
DIST gevent-0.13.7.tar.gz 288284 SHA256 0754f141d2889fa861918eb75482b9572763bd661479bbfc73a8c250f4eab6c5 SHA512 e53d1cea049519f4696a988625ddcd42bf935af7ca2644baeaca37f315665b5950ddb119ff9143f02db6907b6b562c42dbce73e247816ca57405334da369a36a WHIRLPOOL f79db3d07e054be2b93b27736bfbdc0867af1173608192a2db59ec1478de8d2a9099394f47926b14aee4aef29f0ae31edcddfab3d52ae7db7157a07bf5eca6f5

@ -0,0 +1,59 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent/gevent-0.13.7.ebuild,v 1.2 2012/05/18 11:37:25 xarthisius Exp $
EAPI=4
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
inherit distutils
DESCRIPTION="A Python networking library that uses greenlet to provide synchronous API"
HOMEPAGE="http://pypi.python.org/pypi/gevent/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
RDEPEND="dev-libs/libevent
dev-python/greenlet"
DEPEND="${RDEPEND}
dev-python/setuptools
doc? ( dev-python/sphinx )"
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
DOCS="AUTHORS changelog.rst"
RESTRICT="test" # long and lot's of failures
src_compile() {
distutils_src_compile
if use doc; then
PYTHONPATH="$(ls -d ${S}/build-$(PYTHON -f --ABI)/lib.*)" emake html -C doc
fi
}
src_test() {
pushd greentest &> /dev/null
testing() {
PYTHONPATH="$(ls -d ../build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" testrunner.py
}
python_execute_function testing
popd &> /dev/null
}
src_install() {
distutils_src_install
if use doc; then
dohtml -r doc/_build/html/
fi
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins -r examples/*
fi
}

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<maintainer>
<email>tampakrap@gentoo.org</email>
<name>Theo Chatzimichos</name>
<description>Proxy maintainer. CC him on bugs</description>
</maintainer>
<maintainer>
<email>johneed@hotmail.com</email>
<name>Ian Delaney</name>
<description>Maintainer. Assign bugs to him</description>
</maintainer>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mako/mako-0.7.0.ebuild,v 1.3 2012/05/14 15:48:33 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/mako/mako-0.7.0.ebuild,v 1.4 2012/05/18 05:58:49 jdhore Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@ -16,7 +16,7 @@ SRC_URI="http://www.makotemplates.org/downloads/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
KEYWORDS="amd64 ~arm ~hppa ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="doc"
RDEPEND=">=dev-python/beaker-1.1

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-0.8.0.ebuild,v 1.3 2012/05/16 14:33:33 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-0.8.0.ebuild,v 1.4 2012/05/18 08:04:11 jdhore Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-macos"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x64-macos"
IUSE="doc test"
# dev-python/unittest2 is not required with Python >=3.2.

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.7.ebuild,v 1.4 2012/05/16 14:30:44 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.7.ebuild,v 1.5 2012/05/18 07:31:42 jdhore Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
DEPEND="app-arch/unzip

@ -0,0 +1,11 @@
diff -Naur pyme-0.8.1/pyme/core.py pyme-0.8.1.new/pyme/core.py
--- pyme-0.8.1/pyme/core.py 2008-04-02 08:12:57.000000000 +0200
+++ pyme-0.8.1.new/pyme/core.py 2012-05-18 11:09:48.737522830 +0200
@@ -58,6 +58,7 @@
self.own = False
else:
tmp = pygpgme.new_gpgme_ctx_t_p()
+ check_version(None)
errorcheck(pygpgme.gpgme_new(tmp))
self.wrapped = pygpgme.gpgme_ctx_t_p_value(tmp)
pygpgme.delete_gpgme_ctx_t_p(tmp)

@ -0,0 +1,60 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyme/pyme-0.8.1-r1.ebuild,v 1.1 2012/05/18 09:25:39 aidecoe Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils eutils
DESCRIPTION="GPGME Interface for Python"
HOMEPAGE="http://pyme.sourceforge.net"
SRC_URI="mirror://sourceforge/pyme/${P}.tar.gz"
LICENSE="|| ( GPL-2 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="examples"
RDEPEND=">=app-crypt/gpgme-0.9.0"
DEPEND="${RDEPEND}
dev-lang/swig"
RESTRICT="test"
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
src_prepare() {
epatch "${FILESDIR}/${PV}-libgpgme11-1.2-compatibility-fix.patch"
distutils_src_prepare
sed \
-e 's:include/:include/gpgme/:' \
-e 's/SWIGOPT :=.*/& -D_FILE_OFFSET_BITS=64/' \
-e 's/shell python/shell $(PYTHON)/' \
-i Makefile || die "sed Makefile failed"
sed -e 's/^\(define_macros = \).*/\1[("_FILE_OFFSET_BITS=64", None)]/' -i setup.py || die "sed setup.py failed"
}
src_compile() {
emake -j1 PYTHON="$(PYTHON -f)" swig || die "emake swig failed"
distutils_src_compile
}
src_test() {
testing() {
PYTHONPATH=$(echo build-${PYTHON_ABI}/lib.*) "$(PYTHON)" examples/genkey.py
}
python_execute_function testing
}
src_install() {
distutils_src_install
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins examples/*
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.7 2012/05/16 14:32:55 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.8 2012/05/18 07:56:50 jdhore Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples"
DEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.1.1.ebuild,v 1.6 2012/04/16 02:23:26 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.1.1.ebuild,v 1.8 2012/05/18 08:05:55 ago Exp $
EAPI=3
@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~sparc x86 ~x86-fbsd"
IUSE="test"
RDEPEND=">=dev-python/lxml-2.1"

@ -1,2 +1,3 @@
DIST pysnmp-apps-0.2.11a.tar.gz 23007 RMD160 cc4ea39cac25ff762ff05d4b8304ab9b4de73cd2 SHA1 76338e5e0f9b590c6d77a82fadd302120825f409 SHA256 99e199d77387acbb7197a6c05990be498dd975086e9ed2312f2ba4d6856b72c7
DIST pysnmp-apps-0.3.1.tar.gz 23838 RMD160 dd982160d84b9d5425f4cec2dfc5cf1d23e83332 SHA1 a160642c669446d1ea54b05cfeba8917b79774e7 SHA256 b56c49721cbf8acdade7bd25abca3882cc0ddf6b1778de87f7cc5dc03a5f9ec9
DIST pysnmp-apps-0.3.2.tar.gz 23944 RMD160 0eee0a771478b725fdabe4bdd439b5cd49a13621 SHA1 0b26ffe759cb3c935f5259d5df5675fce2bc0f69 SHA256 d9908af7c7b7e286f0d457769fbfb071b6fdb2f46973f63de33de193046a6569

@ -0,0 +1,26 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pysnmp-apps/pysnmp-apps-0.3.2.ebuild,v 1.1 2012/05/18 05:11:06 patrick Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"
inherit distutils
DESCRIPTION="PySNMP applications"
HOMEPAGE="http://pysnmp.sf.net/ http://pypi.python.org/pypi/pysnmp-apps"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-python/pysnmp-4.1.16a
>=dev-python/pysnmp-mibs-0.0.8a"
DEPEND="${RDEPEND}
dev-python/setuptools"
DOCS="CHANGES README"
PYTHON_MODNAME="pysnmp_apps"

@ -1,2 +1,3 @@
DIST pysnmp-mibs-0.0.8a.tar.gz 1252904 RMD160 73fc69493f7366d80b9e2cc8d9ad01c3aa3d1cb9 SHA1 be325ab33e02d574962a331aec51b41fb1740e7b SHA256 874b651d7e4ea3bcd30be02aef55c38fe8586e1cc8c383045ec05d6e34acd81d
DIST pysnmp-mibs-0.1.2.tar.gz 1956604 RMD160 57d4435b87145bb21a0b61adad60788087aab23d SHA1 2a8386909d8816ade8dc97c071742954fee04a15 SHA256 446290028b91dc5757ac09cdab487ce885fb3ceaabef31c1bd9e47212ac638b4
DIST pysnmp-mibs-0.1.3.tar.gz 1961708 RMD160 5d9f6781aa34917ca3bdb32311a21f18cae18ffd SHA1 c5a6243bc4e7180216c952dcfa29924fbc5aa260 SHA256 fa78171d63a91df29d18641516c02f5f9628fda35c2986a09a1a6fc9c9032753

@ -0,0 +1,25 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pysnmp-mibs/pysnmp-mibs-0.1.3.ebuild,v 1.1 2012/05/18 05:16:45 patrick Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"
inherit distutils
DESCRIPTION="SNMP framework in Python - MIBs"
HOMEPAGE="http://pysnmp.sf.net/ http://pypi.python.org/pypi/pysnmp-mibs"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-python/pysnmp-4.1.16a"
RDEPEND="${DEPEND}
dev-python/setuptools"
DOCS="CHANGES README"
PYTHON_MODNAME="pysnmp_mibs"

@ -2,3 +2,4 @@ DIST pysnmp-3.4.4.tar.gz 91693 RMD160 184f6263c8de685ac920212d25254ecbcfeb5028 S
DIST pysnmp-4.1.16a.tar.gz 186219 RMD160 9eddc01cd980e60d68f38c5ca65f0cdb9498eb56 SHA1 269eca69f39b8a50c2415f391e6663a8f1ff4bb4 SHA256 cece884d0179e4121915878477cec7c6a7275f4662d3058f836e18313d0c6284
DIST pysnmp-4.1.16c.tar.gz 186533 RMD160 673c6a539b913d53b791360cda584739c2d77584 SHA1 6631d8deaf59dc4ce063ce3bc9d183c0a868d1f7 SHA256 2b16665388313201bf64e329f96f39424ddf2704a001443a037aff4d004ae55b
DIST pysnmp-4.2.1.tar.gz 194057 RMD160 d0e4b3aa731dcdb8762ca05a37515e6bbf5e7922 SHA1 2fcc89a4c65d3e67c0e05b44a0529410f5abb899 SHA256 e9b8b0d4ecc45e6f6a920b13f09e28e9d6051ed0b5cf458847bc34bcb0422ff0
DIST pysnmp-4.2.2.tar.gz 183998 RMD160 dcb77e68366b8da0df1d46d28f202d45f1c78ed4 SHA1 d2dc0ede484eea68959841d5757d9551d1c7461c SHA256 9402238abbaa24187544595d9ca37971b1e1ae0212d6307c60396290d32d6637

@ -0,0 +1,48 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pysnmp/pysnmp-4.2.2.ebuild,v 1.1 2012/05/18 04:43:15 patrick Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"
inherit distutils
DESCRIPTION="SNMP library"
HOMEPAGE="http://pysnmp.sf.net/ http://pypi.python.org/pypi/pysnmp"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="examples"
DEPEND="dev-python/setuptools"
RDEPEND="
>=dev-python/pyasn1-0.1.2
dev-python/pycrypto
"
DOCS="CHANGES README THANKS TODO"
src_install(){
distutils_src_install
dohtml docs/*.{html,gif} || die "dohtml failed"
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples docs/mibs || die "doins failed"
fi
}
pkg_postinst() {
distutils_pkg_postinst
elog
elog "You may also be interested in the following packages: "
elog "dev-python/pysnmp-apps - example programs using pysnmp"
elog "dev-python/pysnmp-mibs - IETF and other mibs"
elog "net-libs/libsmi - to dump MIBs in python format"
elog
}

@ -0,0 +1 @@
DIST qserve-0.2.7.zip 18646 SHA256 f274ca0a95fb5e91677a658c58fec0392e7e0e1280ec3d855627efe9b72b1abd SHA512 d5b02893572264a3036d1b4cbf5a7023ad4ff7d8cc97c5f3e8532ab0f3c8108ec2eb155eee534c3f56061e2496a47f13f2c859b2ec938a76c2d24ee58c17383f WHIRLPOOL 4d6b23ecdfb6b2b1920b5f6405c54da5c5ba73923333bc289214d0956e162a2d421285f5c40242c5573614ba49edebe5a3cd11741134e6ead30812d5d58929a3

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<maintainer>
<email>tampakrap@gentoo.org</email>
<name>Theo Chatzimichos</name>
<description>Proxy maintainer. CC him on bugs</description>
</maintainer>
<maintainer>
<email>johneed@hotmail.com</email>
<name>Ian Delaney</name>
<description>Maintainer. Assign bugs to him</description>
</maintainer>
</pkgmetadata>

@ -0,0 +1,28 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/qserve/qserve-0.2.7.ebuild,v 1.1 2012/05/18 11:39:35 xarthisius Exp $
EAPI=4
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
DISTUTILS_SRC_TEST=py.test
inherit distutils
DESCRIPTION="A job queue server"
HOMEPAGE="https://github.com/pediapress/qserve http://pypi.python.org/pypi/qserve/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/gevent
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )"
DEPEND="${RDEPEND}
app-arch/unzip
dev-python/setuptools"
PYTHON_MODNAME="qs"

@ -0,0 +1 @@
DIST roman-1.4.0.tar.gz 3033 SHA256 f7bf0304e2a79279cc06d245b2b7f5a3872cddbaa2932db0cbacc12a77e477ec SHA512 e42f1b9e5b979773dfacc67af89bee470391e9eff2bb2eba78f0fe890fa3b6571536986bad0cef28029d9c65261fa199a1cfe4533d0552934b871a33e74a1b2b WHIRLPOOL 23454968d7d19557e63e74df6f689dfae5d878ce08162b47532694566695375aaacbaf0ee494fc73d4f3a750e4ec334fca7982eb58fa0f7eeab0dfe4c94db67c

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<maintainer>
<email>tampakrap@gentoo.org</email>
<name>Theo Chatzimichos</name>
<description>Proxy maintainer. CC him on bugs</description>
</maintainer>
<maintainer>
<email>johneed@hotmail.com</email>
<name>Ian Delaney</name>
<description>Maintainer. Assign bugs to him</description>
</maintainer>
</pkgmetadata>

@ -0,0 +1,25 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/roman/roman-1.4.0.ebuild,v 1.1 2012/05/18 12:01:47 xarthisius Exp $
EAPI=4
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
DESCRIPTION="An Integer to Roman numerals converter"
HOMEPAGE="http://pypi.python.org/pypi/roman/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="!<dev-python/docutils-0.9"
DEPEND="${RDEPEND}
dev-python/setuptools"
PYTHON_MODNAME=${PN}.py

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.3.ebuild,v 1.3 2012/05/14 15:47:40 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.3.ebuild,v 1.4 2012/05/18 05:44:26 jdhore Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm ~sparc ~x86"
KEYWORDS="amd64 ~arm ~sparc x86"
IUSE=""
DEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.5.0.ebuild,v 1.2 2012/05/14 15:48:04 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.5.0.ebuild,v 1.3 2012/05/18 05:51:18 jdhore Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="amd64 ~arm ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
DEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild,v 1.4 2012/05/14 16:01:17 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild,v 1.5 2012/05/18 06:02:46 jdhore Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="as-is eGenixPublic-1.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86"
IUSE="doc examples"
DEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.9.ebuild,v 1.4 2012/03/31 03:54:10 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.9.ebuild,v 1.5 2012/05/18 08:05:33 ago Exp $
EAPI="4"
SUPPORT_PYTHON_ABIS="1"
@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
IUSE="test"
RDEPEND=">=dev-python/sphinx-1.0"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.10.ebuild,v 1.2 2012/05/14 16:03:44 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.10.ebuild,v 1.3 2012/05/18 06:13:49 jdhore Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -16,7 +16,7 @@ SRC_URI="http://samba.org/~jelmer/${PN}/${P}.tar.gz"
LICENSE="|| ( LGPL-2.1 LGPL-3 )"
SLOT="0"
KEYWORDS="~alpha amd64 ~x86"
KEYWORDS="~alpha amd64 x86"
IUSE=""
RDEPEND=">=dev-vcs/subversion-1.4"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild,v 1.2 2012/05/14 15:46:53 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.1.2-r1.ebuild,v 1.3 2012/05/18 05:41:14 jdhore Exp $
EAPI="4"
SUPPORT_PYTHON_ABIS="1"
@ -13,7 +13,7 @@ HOMEPAGE="http://www.virtualenv.org/ http://pypi.python.org/pypi/virtualenv"
SRC_URI="https://github.com/pypa/${PN}/tarball/${PV} -> ${P}-new.tar.gz"
LICENSE="MIT"
KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
SLOT="0"
IUSE="doc"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v 1.4 2012/05/14 16:02:51 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v 1.5 2012/05/18 06:07:32 jdhore Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc test"
DEPEND="app-arch/unzip

@ -1,2 +1,3 @@
DIST oauth-0.4.4.gem 48640 RMD160 91730e00dfe3c0fafc0b1199bb3206e1b30343ab SHA1 41345256e7ca87d4a21be76f94d7724539bec17e SHA256 4671621e6fee3f6cf625f98b742900238945418c8399efc0ba96dfa0c29c2a4a
DIST oauth-0.4.5.gem 49152 RMD160 f3fd9d16bb894d0febb0edb6b1bf6912e7cb79d8 SHA1 1ae0ae4ba99a9000b3eb8d5382657899b5998e3e SHA256 118f8932e5c5c093bfab1509264f9713ff119d3a20906acc7ec8640efb686b72
DIST oauth-0.4.6.gem 50688 RMD160 fa22e2ff7bd8326941861671d14a3520f307739a SHA1 b1a2af2847d0de98fb88bebc484e4429e2f06623 SHA256 e8807fae9de2644a0a4699b174dcd811b1da7dbdab9f9a1f7f3491df0bc49d15

@ -0,0 +1,41 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.6.ebuild,v 1.1 2012/05/18 06:43:03 graaff Exp $
EAPI="2"
USE_RUBY="ruby18 ree18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="HISTORY README.rdoc TODO"
inherit ruby-fakegem
DESCRIPTION="A RubyGem for implementing both OAuth clients and servers."
HOMEPAGE="http://oauth.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-macos"
IUSE=""
ruby_add_bdepend "test? (
>=dev-ruby/actionpack-2.3.8:2.3
dev-ruby/mocha
dev-ruby/webmock )"
all_ruby_prepare() {
# Ensure a consistent test order to avoid loading issues with e.g. rack
sed -i -e "s/.rb']/.rb'].sort/" Rakefile || die
}
each_ruby_prepare() {
case ${RUBY} in
*ruby18)
# Ignore hash ordering test failures
sed -i -e '183s:^:#:' -e '224s:^:#:' test/integration/consumer_test.rb || die
;;
*)
;;
esac
}

@ -1,2 +1,3 @@
DIST patron-0.4.15.gem 19456 RMD160 7ecdfd1b1c3024a254b62763da4273ca0e81aeef SHA1 5e68c3ccbd8f707a43f8c6b07f723fb70309e120 SHA256 a6ac22bf6de957e6cac1d349fea60a134a4d15ebce163a3ebfd87b483758252d
DIST patron-0.4.16.gem 19456 RMD160 e30334fdd333b0add680d8998933191b919a2e34 SHA1 2b077e5621735e25980dc69d0ea8ea2f270ce4dc SHA256 9ab78a27c4b0a6363e0c92e7e07f8b866e635c585ed5ed70c26c0e8e26b03bf6
DIST patron-0.4.18.gem 35840 RMD160 1fab0ef3f64d967bf5447b75526f68012e7dc8cb SHA1 09cec1a78593a47846101e8a8c9687b5cbf19485 SHA256 700ffba09ea854bc26fdde08998d8310ed59b0721098d4a7dc9a85845c71bd81

@ -0,0 +1,36 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/patron-0.4.18.ebuild,v 1.1 2012/05/18 06:54:13 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ree18 ruby19"
RUBY_FAKEGEM_TASK_TEST="spec"
RUBY_FAKEGEM_EXTRADOC="README.txt"
inherit multilib ruby-fakegem
DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl."
HOMEPAGE="http://toland.github.com/patron/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
#ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
DEPEND="${DEPEND} net-misc/curl"
RDEPEND="${RDEPEND} net-misc/curl"
# Tests require a live web service that is not included in the distribution.
RESTRICT="test"
each_ruby_configure() {
${RUBY} -Cext/patron extconf.rb || die
}
each_ruby_compile() {
emake -Cext/patron || die
cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to cp shared object file"
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/latex-beamer-3.16.ebuild,v 1.3 2012/05/13 12:23:28 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-beamer/latex-beamer-3.16.ebuild,v 1.4 2012/05/18 07:49:26 ago Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.zip"
LICENSE="GPL-2 FDL-1.2 LPPL-1.3c"
SLOT="0"
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples lyx"
DEPEND="app-arch/unzip

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.12.ebuild,v 1.4 2012/05/14 18:31:26 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.12.ebuild,v 1.5 2012/05/18 06:17:45 jdhore Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/d/dmake/${P/-/_}.orig.tar.gz"
LICENSE="GPL-1"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/makeheaders/makeheaders-0_p4.ebuild,v 1.2 2012/05/08 15:49:02 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/makeheaders/makeheaders-0_p4.ebuild,v 1.4 2012/05/18 11:59:54 xmw Exp $
EAPI=3
@ -13,7 +13,7 @@ SRC_URI="http://www.hwaci.com/sw/mkhdr/makeheaders.c -> ${P}.c
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.537 2012/05/15 18:51:21 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.538 2012/05/18 04:59:55 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@ -960,13 +960,16 @@ gcc-compiler-configure() {
fi
# Enable hardvfp
if [[ ${CTARGET##*-} == *eabi* ]] && \
[[ $(tc-is-hardfloat) == yes ]] && \
if [[ $(tc-is-softfloat) == no ]] && \
[[ ${CTARGET} == armv[67]* ]] && \
tc_version_is_at_least "4.5"
then
confgcc+=" --with-float=hard"
# Follow the new arm hardfp distro standard by default
confgcc+=" --with-fpu=vfpv3-d16"
confgcc+=" --with-float=hard"
case ${CTARGET} in
armv6*) confgcc+=" --with-fpu=vfp" ;;
armv7*) confgcc+=" --with-fpu=vfpv3-d16" ;;
esac
fi
;;
# Add --with-abi flags to set default ABI

@ -1,3 +1,5 @@
DIST oa081.zip 318927645 RMD160 9009eaf581ad0bf19296418da1a16e2d43daec16 SHA1 526c39e51d0b53177b02bd490bf830f622f35ad5 SHA256 c96282de8bc2ac5781df58c6adbce4265376e36190af50d7528f51dc739b6d7d
DIST oa085p.zip 42528474 RMD160 3ad339c007cfe54707a338f0d8795988646567a0 SHA1 70dd19c64adab348071c831d92dc4aa10f459110 SHA256 d360c4b095bc3b34d03d9a366b21c12052c3f9e9c57e86b17c8b2c038baa4719
DIST openarena-0.8.8.zip 425189255 RMD160 dec7c43c2727235e97be1ab3968d8803fdd71251 SHA1 37ab41990b37459822ce8c2fe590607616e1f6d1 SHA256 5a8faf7f5b51f351b0a1618c06b6b98a5f1a6758f1d39818de2c87df2a0bac4a
DIST openarena-engine-0.8.1-1.tar.bz2 2951703 RMD160 123e9f70621fd856385c6ca7ad0580b81454d687 SHA1 6de345c0bebd87e1406cb07189537db99a422808 SHA256 430ba9b691c8085b946e004f0cc890995c7f8295498bd8c8ce744293a87274d2
DIST openarena-engine-source-0.8.8.tar.bz2 3777830 RMD160 e823c184effacb42e9ecd2aaf789d9570221e896 SHA1 64f333c290b15b6b0e3819dc120b3eca2653340e SHA256 95aa500cb7e42e57fb1f6db7b97a254168f4fa2e3676d6cdc33180b69fde0e77

@ -0,0 +1,36 @@
From: Julian Ospald <hasufell@gentoo.org>
Date: Thu May 17 23:34:20 UTC 2012
Subject: flags, arch
--- openarena-engine-source-0.8.8/Makefile
+++ openarena-engine-source-0.8.8/Makefile
@@ -73,6 +73,10 @@
ifndef ARCH
ARCH=$(COMPILE_ARCH)
+else
+ ifeq ($(ARCH),amd64)
+ ARCH=x86_64
+ endif
endif
export ARCH
@@ -263,8 +267,7 @@
endif
endif
- BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
- -pipe -DUSE_ICON
+ BASE_CFLAGS = -fno-strict-aliasing -DUSE_ICON -I.
CLIENT_CFLAGS = $(SDL_CFLAGS)
SERVER_CFLAGS =
@@ -335,7 +338,7 @@
THREAD_LIBS=-lpthread
LIBS=-ldl -lm
- CLIENT_LIBS=$(SDL_LIBS) -lGL
+ CLIENT_LIBS=$(SDL_LIBS) -lGL -ljpeg
ifeq ($(USE_OPENAL),1)
ifneq ($(USE_OPENAL_DLOPEN),1)

@ -0,0 +1,172 @@
--- openarena-engine-source-0.8.8/Makefile
+++ openarena-engine-source-0.8.8/Makefile
@@ -1406,41 +1406,7 @@
$(B)/client/l_script.o \
$(B)/client/l_struct.o \
\
- $(B)/client/jcapimin.o \
- $(B)/client/jcapistd.o \
- $(B)/client/jccoefct.o \
- $(B)/client/jccolor.o \
- $(B)/client/jcdctmgr.o \
- $(B)/client/jchuff.o \
- $(B)/client/jcinit.o \
- $(B)/client/jcmainct.o \
- $(B)/client/jcmarker.o \
- $(B)/client/jcmaster.o \
- $(B)/client/jcomapi.o \
- $(B)/client/jcparam.o \
- $(B)/client/jcphuff.o \
- $(B)/client/jcprepct.o \
- $(B)/client/jcsample.o \
- $(B)/client/jdapimin.o \
- $(B)/client/jdapistd.o \
$(B)/client/jdatasrc.o \
- $(B)/client/jdcoefct.o \
- $(B)/client/jdcolor.o \
- $(B)/client/jddctmgr.o \
- $(B)/client/jdhuff.o \
- $(B)/client/jdinput.o \
- $(B)/client/jdmainct.o \
- $(B)/client/jdmarker.o \
- $(B)/client/jdmaster.o \
- $(B)/client/jdpostct.o \
- $(B)/client/jdsample.o \
- $(B)/client/jdtrans.o \
- $(B)/client/jerror.o \
- $(B)/client/jfdctflt.o \
- $(B)/client/jidctflt.o \
- $(B)/client/jmemmgr.o \
- $(B)/client/jmemnobs.o \
- $(B)/client/jutils.o \
\
$(B)/client/tr_animation.o \
$(B)/client/tr_backend.o \
--- openarena-engine-source-0.8.8/code/jpeg-6b/jdatasrc.c
+++ openarena-engine-source-0.8.8/code/jpeg-6b/jdatasrc.c
@@ -15,9 +15,15 @@
*/
/* this is not a core library module, so it doesn't define JPEG_INTERNALS */
-#include "jinclude.h"
-#include "jpeglib.h"
-#include "jerror.h"
+#include <stdio.h>
+#include <string.h>
+#include <jpeglib.h>
+#include <jerror.h>
+#undef METHODDEF
+#define METHODDEF static
+#undef GLOBAL
+#define GLOBAL
+#define SIZEOF(object) ((size_t) sizeof(object))
#ifndef MIN
#define MIN(a, b) ((a)<(b)?(a):(b))
@@ -44,7 +50,7 @@
* before any data is actually read.
*/
-METHODDEF(void)
+METHODDEF void
init_source (j_decompress_ptr cinfo)
{
my_src_ptr src = (my_src_ptr) cinfo->src;
@@ -90,7 +96,7 @@
* the front of the buffer rather than discarding it.
*/
-METHODDEF(boolean)
+METHODDEF boolean
fill_input_buffer (j_decompress_ptr cinfo)
{
my_src_ptr src = (my_src_ptr) cinfo->src;
@@ -129,7 +135,7 @@
* buffer is the application writer's problem.
*/
-METHODDEF(void)
+METHODDEF void
skip_input_data (j_decompress_ptr cinfo, long num_bytes)
{
my_src_ptr src = (my_src_ptr) cinfo->src;
@@ -170,7 +176,7 @@
* for error exit.
*/
-METHODDEF(void)
+METHODDEF void
term_source (j_decompress_ptr cinfo)
{
/* no work necessary here */
@@ -183,8 +189,8 @@
* for closing it after finishing decompression.
*/
-GLOBAL(void)
-jpeg_mem_src (j_decompress_ptr cinfo, unsigned char *inbuf, size_t size)
+GLOBAL void
+jpeg_mem_src (j_decompress_ptr cinfo, unsigned char *inbuf, unsigned long size)
{
my_src_ptr src;
--- openarena-engine-source-0.8.8/code/renderer/tr_image_jpg.c
+++ openarena-engine-source-0.8.8/code/renderer/tr_image_jpg.c
@@ -31,7 +31,7 @@
*/
#define JPEG_INTERNALS
-#include "../jpeg-6b/jpeglib.h"
+#include <jpeglib.h>
void R_LoadJPG( const char *filename, unsigned char **pic, int *width, int *height ) {
/* This struct contains the JPEG decompression parameters and pointers to
@@ -131,7 +131,10 @@
}
memcount = pixelcount * 4;
- row_stride = cinfo.output_width * cinfo.output_components;
+ if (3 == cinfo.output_components)
+ row_stride = cinfo.output_width * 4;
+ else
+ row_stride = cinfo.output_width * cinfo.output_components;
out = ri.Malloc(memcount);
@@ -144,14 +147,26 @@
/* Here we use the library's state variable cinfo.output_scanline as the
* loop counter, so that we don't have to keep track ourselves.
*/
+ buf = out;
while (cinfo.output_scanline < cinfo.output_height) {
/* jpeg_read_scanlines expects an array of pointers to scanlines.
* Here the array is only one element long, but you could ask for
* more than one scanline at a time if that's more convenient.
*/
- buf = ((out+(row_stride*cinfo.output_scanline)));
buffer = &buf;
(void) jpeg_read_scanlines(&cinfo, buffer, 1);
+ if (3 == cinfo.output_components) {
+ /* turn RGB into RGBA */
+ int ioffset = cinfo.output_width * 3 - 1;
+ int ooffset = cinfo.output_width * 4 - 1;
+ do {
+ buf[ooffset--] = 255;
+ buf[ooffset--] = buf[ioffset--];
+ buf[ooffset--] = buf[ioffset--];
+ buf[ooffset--] = buf[ioffset--];
+ } while (ioffset > 0);
+ }
+ buf += row_stride;
}
buf = out;
@@ -176,7 +191,7 @@
buf[--dindex] = greyshade;
} while(sindex);
}
- else
+ else if (4 == cinfo.output_components)
{
// clear all the alphas to 255
int i;

@ -0,0 +1,79 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/openarena/openarena-0.8.8.ebuild,v 1.1 2012/05/18 04:56:13 mr_bones_ Exp $
EAPI=2
inherit eutils flag-o-matic versionator games
DESCRIPTION="Open-source replacement for Quake 3 Arena"
HOMEPAGE="http://openarena.ws/"
SRC_URI="mirror://sourceforge/oarena/${P}.zip
mirror://sourceforge/oarena/src/${PN}-engine-source-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+curl +openal +vorbis"
RDEPEND="virtual/opengl
media-libs/libsdl[joystick,opengl,video]
media-libs/speex
virtual/jpeg
x11-libs/libXext
x11-libs/libX11
x11-libs/libXau
x11-libs/libXdmcp
curl? ( net-misc/curl )
openal? ( media-libs/openal )
vorbis? ( media-libs/libvorbis )"
DEPEND="${RDEPEND}
app-arch/unzip"
MY_S=${WORKDIR}/${PN}-engine-source-${PV}
BUILD_DIR=${PN}-build
DIR=${GAMES_DATADIR}/${PN}
src_prepare() {
cd "${WORKDIR}"
epatch "${FILESDIR}"/${P}-makefile.patch \
"${FILESDIR}"/${P}-unbundling.patch
cd "${MY_S}"
touch jpegint.h
}
src_compile() {
local myopts
# enable voip, disable mumble
# also build always server and use smp by default
myopts="USE_INTERNAL_SPEEX=0 USE_VOIP=1 USE_MUMBLE=0
BUILD_SERVER=1 BUILD_CLIENT_SMP=1 USE_LOCAL_HEADERS=0"
use curl || myopts="${myopts} USE_CURL=0"
use openal || myopts="${myopts} USE_OPENAL=0"
use vorbis || myopts="${myopts} USE_CODEC_VORBIS=0"
cd "${MY_S}"
emake \
V=1 \
DEFAULT_BASEDIR="${DIR}" \
BR="${BUILD_DIR}" \
${myopts} \
OPTIMIZE= \
|| die "emake failed"
}
src_install() {
cd "${MY_S}"/"${BUILD_DIR}"
newgamesbin openarena-smp.* "${PN}" || die "binary install failed"
newgamesbin oa_ded.* "${PN}-ded" || die "dedicated binary not found"
cd "${S}"
insinto "${DIR}"
doins -r baseoa missionpack || die "doins -r failed"
dodoc CHANGES CREDITS LINUXNOTES README
newicon "${MY_S}"/misc/quake3.png ${PN}.png
make_desktop_entry ${PN} "OpenArena"
prepgamesdirs
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.8.3.ebuild,v 1.1 2012/05/03 20:08:09 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.8.3.ebuild,v 1.2 2012/05/18 05:12:25 josejx Exp $
EAPI=4
@ -9,7 +9,7 @@ KDE_SCM="git"
inherit kde4-meta
DESCRIPTION="Akonadi developer console"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/akregator-4.8.3.ebuild,v 1.1 2012/05/03 20:08:00 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/akregator-4.8.3.ebuild,v 1.2 2012/05/18 05:12:57 josejx Exp $
EAPI=4
@ -10,7 +10,7 @@ KDE_SCM="git"
inherit kde4-meta
DESCRIPTION="KDE news feed aggregator."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/amor/amor-4.8.3.ebuild,v 1.1 2012/05/03 20:07:51 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/amor/amor-4.8.3.ebuild,v 1.2 2012/05/18 05:13:28 josejx Exp $
EAPI=4
@ -9,5 +9,5 @@ KMNAME="kdetoys"
inherit kde4-meta
DESCRIPTION="KDE: Amusing Misuse Of Resources - desktop-dwelling creature"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/analitza/analitza-4.8.3.ebuild,v 1.1 2012/05/03 20:07:50 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/analitza/analitza-4.8.3.ebuild,v 1.2 2012/05/18 05:13:59 josejx Exp $
EAPI=4
@ -9,7 +9,7 @@ KDE_SCM="git"
inherit kde4-base
DESCRIPTION="KDE library for mathematical features"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug readline"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.8.3.ebuild,v 1.1 2012/05/03 20:07:52 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.8.3.ebuild,v 1.2 2012/05/18 05:14:31 josejx Exp $
EAPI=4
@ -9,7 +9,7 @@ KDE_SCM="git"
inherit kde4-base
DESCRIPTION="KDE Archiving tool"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+archive +bzip2 debug lzma"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/attica/attica-4.8.3.ebuild,v 1.1 2012/05/03 20:07:57 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/attica/attica-4.8.3.ebuild,v 1.2 2012/05/18 05:15:02 josejx Exp $
EAPI=4
@ -8,7 +8,7 @@ KMNAME="kde-runtime"
inherit kde4-meta
DESCRIPTION="Open Collaboration Services provider management"
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/blinken/blinken-4.8.3.ebuild,v 1.1 2012/05/03 20:07:47 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/blinken/blinken-4.8.3.ebuild,v 1.2 2012/05/18 05:15:35 josejx Exp $
EAPI=4
@ -9,7 +9,7 @@ KDE_SCM="git"
inherit kde4-base
DESCRIPTION="KDE version of the Simon Says game."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.8.3.ebuild,v 1.1 2012/05/03 20:08:10 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.8.3.ebuild,v 1.2 2012/05/18 05:16:06 josejx Exp $
EAPI=4
@ -10,7 +10,7 @@ KDE_SCM="git"
inherit kde4-meta
DESCRIPTION="KDE Blogging Client"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/bomber/bomber-4.8.3.ebuild,v 1.1 2012/05/03 20:07:51 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/bomber/bomber-4.8.3.ebuild,v 1.2 2012/05/18 05:16:39 josejx Exp $
EAPI=4
@ -9,5 +9,5 @@ KMNAME="kdegames"
inherit kde4-meta
DESCRIPTION="KDE arcade bombing game"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/bovo/bovo-4.8.3.ebuild,v 1.1 2012/05/03 20:07:48 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/bovo/bovo-4.8.3.ebuild,v 1.2 2012/05/18 05:17:10 josejx Exp $
EAPI=4
@ -9,5 +9,5 @@ KMNAME="kdegames"
inherit kde4-meta
DESCRIPTION="Five-in-a-row Board Game"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/cantor-4.8.3.ebuild,v 1.1 2012/05/03 20:08:10 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/cantor-4.8.3.ebuild,v 1.2 2012/05/18 05:17:42 josejx Exp $
EAPI=4
@ -9,7 +9,7 @@ KDE_SCM="git"
inherit kde4-base
DESCRIPTION="KDE4 interface for doing mathematics and scientific computing"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="analitza debug ps +R"
# TODO Add Sage Mathematics Software backend (http://www.sagemath.org)

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/cervisia/cervisia-4.8.3.ebuild,v 1.1 2012/05/03 20:07:56 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/cervisia/cervisia-4.8.3.ebuild,v 1.2 2012/05/18 05:18:13 josejx Exp $
EAPI=4
@ -9,7 +9,7 @@ KMNAME="kdesdk"
inherit kde4-meta
DESCRIPTION="Cervisia - A KDE CVS frontend"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.8.3.ebuild,v 1.1 2012/05/03 20:07:55 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.8.3.ebuild,v 1.2 2012/05/18 05:18:45 josejx Exp $
EAPI=4
@ -8,7 +8,7 @@ KMNAME="kdesdk"
inherit kde4-meta
DESCRIPTION="Extra Dolphin plugins"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug bazaar git mercurial subversion"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.8.3-r1.ebuild,v 1.1 2012/05/07 09:23:57 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.8.3-r1.ebuild,v 1.2 2012/05/18 05:19:19 josejx Exp $
EAPI=4
@ -9,7 +9,7 @@ KMNAME="kde-baseapps"
inherit kde4-meta
DESCRIPTION="A KDE filemanager focusing on usability"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug semantic-desktop thumbnail"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/dragonplayer-4.8.3.ebuild,v 1.1 2012/05/03 20:08:01 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/dragonplayer-4.8.3.ebuild,v 1.2 2012/05/18 05:19:50 josejx Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit kde4-meta
DESCRIPTION="Dragon Player is a simple video player for KDE 4"
HOMEPAGE="http://www.dragonplayer.net/"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-2"
IUSE="debug xine"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/drkonqi/drkonqi-4.8.3.ebuild,v 1.1 2012/05/03 20:07:51 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/drkonqi/drkonqi-4.8.3.ebuild,v 1.2 2012/05/18 05:20:21 josejx Exp $
EAPI=4
@ -8,7 +8,7 @@ KMNAME="kde-runtime"
inherit kde4-meta
DESCRIPTION="KDE crash handler, gives the user feedback if a program crashed"
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="debug"
pkg_postinst() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.8.3.ebuild,v 1.1 2012/05/03 20:07:48 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.8.3.ebuild,v 1.2 2012/05/18 05:20:52 josejx Exp $
EAPI=4
@ -8,7 +8,7 @@ KMNAME="kdemultimedia"
inherit kde4-meta
DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/filelight/filelight-4.8.3.ebuild,v 1.1 2012/05/03 20:07:46 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/filelight/filelight-4.8.3.ebuild,v 1.2 2012/05/18 05:21:22 josejx Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit kde4-base
DESCRIPTION="Filelight creates an interactive map of concentric, segmented rings that help visualise disk usage."
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/freespacenotifier/freespacenotifier-4.8.3.ebuild,v 1.1 2012/05/03 20:07:45 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/freespacenotifier/freespacenotifier-4.8.3.ebuild,v 1.2 2012/05/18 05:21:53 josejx Exp $
EAPI=4
@ -8,5 +8,5 @@ KMNAME="kde-workspace"
inherit kde4-meta
DESCRIPTION="A module that monitors free disk space on the home dir"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/granatier/granatier-4.8.3.ebuild,v 1.1 2012/05/03 20:07:44 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/granatier/granatier-4.8.3.ebuild,v 1.2 2012/05/18 05:22:24 josejx Exp $
EAPI=4
@ -9,7 +9,7 @@ KMNAME="kdegames"
inherit kde4-meta
DESCRIPTION="KDE Bomberman game"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/gwenview/gwenview-4.8.3.ebuild,v 1.1 2012/05/03 20:07:52 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/gwenview/gwenview-4.8.3.ebuild,v 1.2 2012/05/18 05:22:56 josejx Exp $
EAPI=4
@ -9,7 +9,7 @@ KDE_SCM="git"
inherit kde4-base
DESCRIPTION="KDE image viewer"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug kipi semantic-desktop"
# tests hang, last checked for 4.2.96

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/jovie/jovie-4.8.3.ebuild,v 1.1 2012/05/03 20:07:53 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/jovie/jovie-4.8.3.ebuild,v 1.2 2012/05/18 05:23:26 josejx Exp $
EAPI=4
@ -10,7 +10,7 @@ KDE_SCM="git"
inherit kde4-base
DESCRIPTION="Jovie is a text to speech application"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/juk/juk-4.8.3.ebuild,v 1.1 2012/05/03 20:07:51 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/juk/juk-4.8.3.ebuild,v 1.2 2012/05/18 05:23:57 josejx Exp $
EAPI=4
@ -9,7 +9,7 @@ KMNAME="kdemultimedia"
inherit kde4-meta
DESCRIPTION="Jukebox and music manager for KDE."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.8.3.ebuild,v 1.1 2012/05/03 20:08:05 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.8.3.ebuild,v 1.2 2012/05/18 05:24:29 josejx Exp $
EAPI=4
@ -11,7 +11,7 @@ KDE_SCM="git"
inherit kde4-meta
DESCRIPTION="A command line client for accessing the KDE addressbook"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kaccessible/kaccessible-4.8.3.ebuild,v 1.1 2012/05/03 20:08:08 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kaccessible/kaccessible-4.8.3.ebuild,v 1.2 2012/05/18 05:24:59 josejx Exp $
EAPI=4
@ -8,7 +8,7 @@ KDE_SCM="git"
inherit kde4-base
DESCRIPTION="Provides accessibility services like focus tracking"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +speechd"
DEPEND="speechd? ( app-accessibility/speech-dispatcher )"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kactivities/kactivities-4.8.3.ebuild,v 1.1 2012/05/03 20:07:50 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kactivities/kactivities-4.8.3.ebuild,v 1.2 2012/05/18 05:25:30 josejx Exp $
EAPI=4
@ -9,7 +9,7 @@ inherit kde4-base
DESCRIPTION="KDE Activity Manager"
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
RESTRICT="test"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-4.8.3.ebuild,v 1.1 2012/05/03 20:07:40 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-4.8.3.ebuild,v 1.2 2012/05/18 05:26:03 josejx Exp $
EAPI=4
@ -10,7 +10,7 @@ KDE_SCM="git"
inherit kde4-meta
DESCRIPTION="The KDE Address Book"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kajongg/kajongg-4.8.3.ebuild,v 1.1 2012/05/03 20:08:05 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kajongg/kajongg-4.8.3.ebuild,v 1.2 2012/05/18 05:26:35 josejx Exp $
EAPI=4
@ -10,7 +10,7 @@ PYTHON_DEPEND="2:2.6"
inherit kde4-meta python
DESCRIPTION="The classical Mah Jongg for four players"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/kalarm-4.8.3.ebuild,v 1.1 2012/05/03 20:08:02 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/kalarm-4.8.3.ebuild,v 1.2 2012/05/18 05:27:06 josejx Exp $
EAPI=4
@ -10,7 +10,7 @@ KDE_SCM="git"
inherit kde4-meta
DESCRIPTION="Personal alarm message, command and email scheduler for KDE"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.8.3.ebuild,v 1.2 2012/05/15 19:38:37 kensington Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/kalgebra-4.8.3.ebuild,v 1.3 2012/05/18 05:27:37 josejx Exp $
EAPI=4
@ -10,7 +10,7 @@ KDE_SCM="git"
inherit kde4-base
DESCRIPTION="MathML-based graph calculator for KDE."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +plasma readline"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.8.3.ebuild,v 1.1 2012/05/03 20:08:07 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.8.3.ebuild,v 1.2 2012/05/18 05:28:07 josejx Exp $
EAPI=4
@ -11,7 +11,7 @@ OPENGL_REQUIRED="always"
inherit kde4-base flag-o-matic
DESCRIPTION="KDE: periodic table of the elements."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="editor debug +plasma solver"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kamera/kamera-4.8.3.ebuild,v 1.1 2012/05/03 20:08:02 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kamera/kamera-4.8.3.ebuild,v 1.2 2012/05/18 05:28:38 josejx Exp $
EAPI=4
@ -9,7 +9,7 @@ KDE_SCM="git"
inherit kde4-base
DESCRIPTION="KDE digital camera manager"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

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

Loading…
Cancel
Save