Sync with portage [Fri Sep 28 00:48:58 MSK 2012].

mhiretskiy
root 12 years ago
parent 0b2eec321d
commit ac461e5e18

@ -1 +1,2 @@
DIST entropy-136.tar.bz2 1612759 SHA256 4384b251f259c868f8ee3480701beecb466ca8c5727915e6b437291d03f4c63b SHA512 3b2725de557efa76ee65f368f486ab952f49a63474b5226e7b9ce137bee1c9c1ef73074c4d255e3d8695666556923d827c9cb1e232b307c4893d76e6cc6fb948 WHIRLPOOL 222d2c292c4a7c0d465be31898c4b2bf1469b7c769b4099106ded24334f4d16dde1f95ea532cbb2a167e2b7fcc30e6f59974839c3a8019c02c962fc634556e1b
DIST entropy-144.tar.bz2 1616075 SHA256 173825d13f4b5c5aecf4d82b4e593921baf2209496be56190babbb142ad9b75d SHA512 30ca32fdf0747530c656ec9c96aed5dad00e8fb4181bd4c2e4a4aed3c5b06427e5b07baa41db13ff03d6730f13607e86f557aad84cb6e85af5d9c49029a911c7 WHIRLPOOL a14b76a2c247e2d4db12e2c78735c64ca183a474758f8b8ab9748cd93378300cd737377888beb03cc64e0ddeff0cb201fd790489ddfee48b8cf82032429509ac

@ -0,0 +1,43 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/equo/equo-144.ebuild,v 1.1 2012/09/27 10:59:44 lxnay Exp $
EAPI=3
PYTHON_DEPEND="2"
inherit eutils python bash-completion-r1
DESCRIPTION="Entropy Package Manager text-based client"
HOMEPAGE="http://www.sabayon.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2"
S="${WORKDIR}/entropy-${PV}"
DEPEND="~sys-apps/entropy-${PV}"
RDEPEND="${DEPEND} sys-apps/file[python]"
src_compile() {
emake || die "make failed"
}
src_install() {
emake DESTDIR="${D}" LIBDIR="usr/lib" equo-install || die "make install failed"
newbashcomp "${S}/misc/equo-completion.bash" equo
}
pkg_postinst() {
python_mod_optimize "/usr/lib/entropy/client"
echo
elog "If you would like to allow users in the 'entropy' group"
elog "to update available package repositories, please consider"
elog "to install sys-apps/rigo-daemon"
echo
}
pkg_postrm() {
python_mod_cleanup "/usr/lib/entropy/client"
}

@ -1 +1,2 @@
DIST entropy-136.tar.bz2 1612759 SHA256 4384b251f259c868f8ee3480701beecb466ca8c5727915e6b437291d03f4c63b SHA512 3b2725de557efa76ee65f368f486ab952f49a63474b5226e7b9ce137bee1c9c1ef73074c4d255e3d8695666556923d827c9cb1e232b307c4893d76e6cc6fb948 WHIRLPOOL 222d2c292c4a7c0d465be31898c4b2bf1469b7c769b4099106ded24334f4d16dde1f95ea532cbb2a167e2b7fcc30e6f59974839c3a8019c02c962fc634556e1b
DIST entropy-144.tar.bz2 1616075 SHA256 173825d13f4b5c5aecf4d82b4e593921baf2209496be56190babbb142ad9b75d SHA512 30ca32fdf0747530c656ec9c96aed5dad00e8fb4181bd4c2e4a4aed3c5b06427e5b07baa41db13ff03d6730f13607e86f557aad84cb6e85af5d9c49029a911c7 WHIRLPOOL a14b76a2c247e2d4db12e2c78735c64ca183a474758f8b8ab9748cd93378300cd737377888beb03cc64e0ddeff0cb201fd790489ddfee48b8cf82032429509ac

@ -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/app-admin/rigo/rigo-144.ebuild,v 1.1 2012/09/27 11:02:15 lxnay Exp $
EAPI="3"
PYTHON_DEPEND="2"
inherit eutils gnome2-utils fdo-mime python
DESCRIPTION="Rigo, the Sabayon Application Browser"
HOMEPAGE="http://www.sabayon.org"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2"
S="${WORKDIR}/entropy-${PV}/rigo"
RDEPEND="
|| ( dev-python/pygobject-cairo:3 dev-python/pygobject:3[cairo] )
~sys-apps/entropy-${PV}
~sys-apps/rigo-daemon-${PV}
sys-devel/gettext
x11-libs/gtk+:3
x11-libs/vte:2.90
>=x11-misc/xdg-utils-1.1.0_rc1_p20120319"
DEPEND=""
src_compile() {
emake || die "make failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
}
pkg_postinst() {
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
python_mod_optimize "/usr/lib/rigo/${PN}"
}
pkg_postrm() {
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
python_mod_cleanup "/usr/lib/rigo/${PN}"
}

@ -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-arch/alien/alien-8.87.ebuild,v 1.4 2012/09/23 08:30:10 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.87.ebuild,v 1.5 2012/09/27 08:06:31 blueness Exp $
EAPI=1
@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 hppa ~ppc x86"
KEYWORDS="~alpha amd64 hppa ppc ~ppc64 x86"
IUSE="+bzip2"
RDEPEND="app-arch/rpm

@ -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-editors/nano/nano-2.3.1-r2.ebuild,v 1.6 2012/09/26 11:16:48 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.8 2012/09/27 09:00:10 blueness Exp $
EAPI="3"
@ -18,7 +18,7 @@ HOMEPAGE="http://www.nano-editor.org/ http://www.gentoo.org/doc/en/nano-basics-g
LICENSE="GPL-3"
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 ~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 ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="debug justify +magic minimal ncurses nls slang spell unicode"
RDEPEND=">=sys-libs/ncurses-5.9-r1[unicode?]

@ -1 +1,2 @@
DIST entropy-136.tar.bz2 1612759 SHA256 4384b251f259c868f8ee3480701beecb466ca8c5727915e6b437291d03f4c63b SHA512 3b2725de557efa76ee65f368f486ab952f49a63474b5226e7b9ce137bee1c9c1ef73074c4d255e3d8695666556923d827c9cb1e232b307c4893d76e6cc6fb948 WHIRLPOOL 222d2c292c4a7c0d465be31898c4b2bf1469b7c769b4099106ded24334f4d16dde1f95ea532cbb2a167e2b7fcc30e6f59974839c3a8019c02c962fc634556e1b
DIST entropy-144.tar.bz2 1616075 SHA256 173825d13f4b5c5aecf4d82b4e593921baf2209496be56190babbb142ad9b75d SHA512 30ca32fdf0747530c656ec9c96aed5dad00e8fb4181bd4c2e4a4aed3c5b06427e5b07baa41db13ff03d6730f13607e86f557aad84cb6e85af5d9c49029a911c7 WHIRLPOOL a14b76a2c247e2d4db12e2c78735c64ca183a474758f8b8ab9748cd93378300cd737377888beb03cc64e0ddeff0cb201fd790489ddfee48b8cf82032429509ac

@ -0,0 +1,29 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/magneto-loader/magneto-loader-144.ebuild,v 1.1 2012/09/27 11:03:48 lxnay Exp $
EAPI="2"
inherit eutils
DESCRIPTION="Official Sabayon Linux Entropy Notification Applet Loader"
HOMEPAGE="http://www.sabayon.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2"
S="${WORKDIR}/entropy-${PV}/magneto"
DEPEND="~sys-apps/magneto-core-${PV}
~app-admin/rigo-${PV}"
RDEPEND="${DEPEND}"
src_compile() {
einfo "nothing to compile"
}
src_install() {
emake DESTDIR="${D}" LIBDIR="usr/lib" magneto-loader-install || die "make install failed"
}

@ -0,0 +1,68 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/freemarker/freemarker-2.3.13-r1.ebuild,v 1.1 2012/09/27 13:38:27 sera Exp $
EAPI="4"
JAVA_PKG_IUSE="doc source"
WANT_ANT_TASKS="ant-nodeps"
inherit java-pkg-2 java-ant-2 eutils
DESCRIPTION=" FreeMarker is a template engine; a generic tool to generate text output based on templates."
HOMEPAGE="http://freemarker.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="freemarker"
SLOT="2.3"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
COMMON_DEP="
>=dev-java/jython-2.2:0
java-virtuals/servlet-api:2.3
java-virtuals/servlet-api:2.4
java-virtuals/servlet-api:2.5
dev-java/jaxen:1.1
dev-java/juel:0"
RDEPEND="${COMMON_DEP}
>=virtual/jre-1.5"
DEPEND="${COMMON_DEP}
>=virtual/jdk-1.5
dev-java/javacc:0"
java_prepare() {
find -name '*.jar' -exec rm -v {} + || die
epatch "${FILESDIR}/${P}-gentoo.patch"
# for ecj-3.5
java-ant_rewrite-bootclasspath auto
}
src_compile() {
# BIG FAT WARNING:
# clean target removes lib/ directory!!
eant clean
mkdir -p lib/jsp-{1.2,2.0,2.1} || die
pushd lib >/dev/null || die
java-pkg_jar-from --virtual --into jsp-1.2 servlet-api-2.3
java-pkg_jar-from --virtual --into jsp-2.0 servlet-api-2.4
java-pkg_jar-from --virtual --into jsp-2.1 servlet-api-2.5
java-pkg_jar-from jaxen-1.1
java-pkg_jar-from jython
java-pkg_jar-from --build-only javacc
java-pkg_jar-from juel
popd >/dev/null
eant jar $(use_doc) -Djavacc.home=/usr/share/javacc/lib
}
src_install() {
java-pkg_dojar lib/${PN}.jar
dodoc README.txt
use doc && java-pkg_dojavadoc build/api
use source && java-pkg_dosrc src/*
}

@ -0,0 +1,92 @@
--- build.xml.orig 2012-09-27 16:13:40.750930136 +0200
+++ build.xml 2012-09-27 16:16:31.725093475 +0200
@@ -373,21 +373,13 @@
<!-- create checkout directory if necessary -->
<target name="prepare-checkout" if="do.checkout">
- <mkdir dir="${svn.checkout.dir}" />
+ <echo message="Removed by patch." />
</target>
<!-- checkout if so defined -->
<target name="checkout" depends="prepare" if="do.checkout">
- <svn javahl="${javahl.dir}" >
- <checkout url="https://jython.svn.sourceforge.net/svnroot/jython/${svn.main.dir}/jython" revision="${svn.revision}" destPath="${svn.checkout.dir}/jython" />
- <checkout url="https://jython.svn.sourceforge.net/svnroot/jython/${svn.main.dir}/installer" revision="${svn.revision}" destPath="${svn.checkout.dir}/installer" />
- </svn>
-
- <!-- checkout cpython license from the correct python maintenance branch -->
- <svn javahl="${javahl.dir}" >
- <checkout url="http://svn.python.org/projects/python/branches/release22-maint/" destPath="${svn.checkout.dir}/python" recurse="false" />
- </svn>
+ <echo message="removed by patch" />
</target>
@@ -488,6 +480,7 @@
/>
<!-- java files used by tests -->
+<!--
<javac srcdir="${jython.base.dir}/Lib/test/"
includes="javatests/**"
destdir="${output.dir}/"
@@ -498,6 +491,7 @@
deprecation="${deprecation}"
nowarn="${nowarn}"
/>
+-->
<copy file="${source.dir}/org/python/modules/ucnhash.dat"
todir="${output.dir}/org/python/modules"
@@ -551,28 +545,13 @@
<!-- build the .html files using the ht2html tool -->
- <target name="doc" depends="compile" if="full-build">
- <fail unless="ht2html.dir" message="ht2html.dir is not set" />
- <copy todir="${dist.dir}/Doc" preservelastmodified="true">
- <fileset dir="Doc" includes="*.ht, **/*.gif" />
- </copy>
- <!-- Create .html files in Doc -->
- <apply executable="${python.exe}" dir="Doc">
- <env key="PYTHONPATH" path="${jython.base.dir}/Misc/htgen" />
- <arg line="${ht2html.dir}/ht2html.py" />
- <arg line="-s JyLocalGenerator" />
- <fileset dir="${dist.dir}/Doc">
- <include name="*.ht" />
- </fileset>
- </apply>
- <delete>
- <fileset dir="${dist.dir}/Doc" includes="*.ht" />
- </delete>
+ <target name="doc" depends="compile">
+ <echo message="Functionality removed by gentoo patch" />
</target>
<!-- javadoc -->
- <target name="javadoc" depends="compile" if="full-build">
+ <target name="javadoc" depends="compile">
<javadoc sourcepath="${source.dir}"
destdir="${apidoc.dir}"
source="${jdk.source.version}"
@@ -588,7 +567,7 @@
<!-- copy for full distribution -->
- <target name="copy-full" if="full-build">
+ <target name="copy-full">
<!-- Misc files -->
<echo>copy misc files from ${jython.base.dir}</echo>
<copy todir="${dist.dir}" preservelastmodified="true">
@@ -599,7 +578,7 @@
<!-- copy the CPython license -->
<echo>copy CPython LICENSE from ${svn.checkout.dir}/python</echo>
- <copy file="${svn.checkout.dir}/python/LICENSE" tofile="${dist.dir}/LICENSE_CPython.txt" preservelastmodified="true" />
+ <copy file="${python.lib}/../LICENSE" tofile="${dist.dir}/LICENSE_CPython.txt" preservelastmodified="true" />
<!-- sources: todir has to correspond with installer/**/JarInstaller.java -->
<echo>copy sources from ${jython.base.dir}</echo>

@ -0,0 +1,135 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.2.1-r2.ebuild,v 1.1 2012/09/27 14:47:27 sera Exp $
EAPI=4
JAVA_PKG_IUSE="readline source doc servletapi mysql postgres examples oracle"
#jdnc
inherit base java-pkg-2 java-ant-2
MY_PV="installer-2.2.1"
PYVER="2.2.3"
DESCRIPTION="An implementation of Python written in Java"
HOMEPAGE="http://www.jython.org"
SRC_URI="http://www.python.org/ftp/python/${PYVER%_*}/Python-${PYVER}.tgz
mirror://sourceforge/${PN}/${PN}_${MY_PV}.jar"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
CDEPEND="
dev-java/jakarta-oro:2.0
readline? ( >=dev-java/libreadline-java-0.8.0:0 )
mysql? ( >=dev-java/jdbc-mysql-3.1:0 )
postgres? ( dev-java/jdbc-postgresql:0 )
oracle? ( dev-java/jdbc-oracle-bin:10.2 )
servletapi? ( java-virtuals/servlet-api:2.5 )
!<=dev-java/freemarker-2.3.10"
RDEPEND="${CDEPEND}
>=virtual/jre-1.5"
DEPEND="${CDEPEND}
>=virtual/jdk-1.5
dev-java/javacc"
S="${WORKDIR}"
#Tests currently very broken. Need to investigate whether that
#is jython's or gentoo's doing.
RESTRICT="test"
java_prepare() {
epatch "${FILESDIR}/${P}-build.xml.patch"
rm -Rfv org || die "Unable to remove class files."
find . -iname '*.jar' | xargs rm -fv || die "Unable to remove bundled jars"
echo javacc.jar="$(java-pkg_getjars --build-only javacc)" > ant.properties
if use readline; then
echo "readline.jar=$(java-pkg_getjars libreadline-java)" >> \
ant.properties
fi
if use servletapi; then
echo "servlet.jar=$(java-pkg_getjar --virtual servlet-api-2.5 servlet-api.jar)" \
>> ant.properties
fi
if use mysql; then
echo "mysql.jar=$(java-pkg_getjar jdbc-mysql jdbc-mysql.jar)" \
>> ant.properties
fi
if use postgres; then
echo \
"postgresql.jar=$(java-pkg_getjar jdbc-postgresql jdbc-postgresql.jar)"\
>> ant.properties
fi
if use oracle; then
echo \
"oracle.jar=$(java-pkg-getjar jdbc-oracle-bin-10.2 ojdbc14.jar)" \
>> ant.properties
fi
}
src_compile() {
local antflags="-Dbase.path=src/java -Dsource.dir=src/java/src"
local pylib="Python-${PYVER}/Lib"
antflags="${antflags} -Dpython.lib=${pylib} -Dsvn.checkout.dir=."
LC_ALL=C eant ${antflags} developer-build $(use_doc javadoc)
}
src_test() {
local antflags="-Dbase.path=src/java -Dsource.dir=src/java/src"
antflags="${antflags} -Dpython.home=dist"
local pylib="Python-${PYVER}/Lib"
antflags="${antflags} -Dpython.lib=${pylib}"
eant ${antflags} bugtest
}
src_install() {
java-pkg_dojar "dist/${PN}.jar"
dodoc README.txt NEWS ACKNOWLEDGMENTS
use doc && dohtml -A .css .jpg .gif -r Doc/*
local java_args="-Dpython.home=/usr/share/jython"
java_args="${java_args} -Dpython.cachedir=\${HOME}/.jythoncachedir"
java-pkg_dolauncher jythonc \
--main "org.python.util.jython" \
--java_args "${java_args}" \
--pkg_args "${java_args} /usr/share/jython/tools/jythonc/jythonc.py"
java-pkg_dolauncher jython \
--main "org.python.util.jython" \
--pkg_args "${java_args}"
insinto /usr/share/${PN}
doins -r dist/Lib registry
insinto /usr/share/${PN}/tools
doins -r dist/Tools/*
use doc && java-pkg_dojavadoc dist/Doc/javadoc
use source && java-pkg_dosrc src
use examples && java-pkg_doexamples dist/Demo/*
}
pkg_postinst() {
if use readline; then
elog "To use readline you need to add the following to your registry"
elog
elog "python.console=org.python.util.ReadlineConsole"
elog "python.console.readlinelib=GnuReadline"
elog
elog "The global registry can be found in /usr/share/${PN}/registry"
elog "User registry in \$HOME/.jython"
elog "See http://www.jython.org/docs/registry.html for more information"
elog ""
fi
}

@ -1,6 +1,8 @@
# 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-java/lucene/lucene-2.1.0.ebuild,v 1.9 2011/12/19 11:35:15 sera Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/lucene/lucene-2.2.0-r1.ebuild,v 1.1 2012/09/27 16:01:26 sera Exp $
EAPI=3
JAVA_PKG_IUSE="doc source test"
JAVA_PKG_BSFIX_ALL="no"
@ -12,14 +14,14 @@ DESCRIPTION="High-performance, full-featured text search engine written entirely
HOMEPAGE="http://lucene.apache.org"
SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz"
LICENSE="Apache-2.0"
SLOT="2"
KEYWORDS="amd64 ppc x86 ~x86-fbsd"
SLOT="2.2"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=">=virtual/jdk-1.4
DEPEND=">=virtual/jdk-1.5
dev-java/ant-nodeps
dev-java/javacc
test? ( dev-java/ant-junit =dev-java/junit-3* )"
RDEPEND=">=virtual/jdk-1.4"
RDEPEND=">=virtual/jdk-1.5"
src_compile() {
# regenerate javacc files just because we can
@ -27,13 +29,13 @@ src_compile() {
# doesn't use it - it's to fool the <available> test, first time
# it's useful not to have ignoresystemclasses=true...
ANT_TASKS="ant-nodeps javacc" eant \
-Djavacc.home=/usr/share/javacc/lib javacc
-Djavacc.home="${EPREFIX}"/usr/share/javacc/lib javacc
ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs)
}
src_test() {
java-ant_rewrite-classpath common-build.xml
EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test
EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core
}
src_install() {

@ -0,0 +1,54 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/lucene/lucene-2.3.2-r2.ebuild,v 1.1 2012/09/27 16:01:26 sera Exp $
EAPI=3
JAVA_PKG_IUSE="doc source test"
JAVA_PKG_BSFIX_ALL="no"
JAVA_PKG_BSFIX_NAME="build.xml common-build.xml"
inherit java-pkg-2 java-ant-2
DESCRIPTION="High-performance, full-featured text search engine written entirely in Java"
HOMEPAGE="http://lucene.apache.org"
# when doing version bump, SRC_URI of the previous version should most probably
# be changed to java/archive/ !
SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz"
LICENSE="Apache-2.0"
SLOT="2.3"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DEPEND=">=virtual/jdk-1.5
dev-java/ant-nodeps
dev-java/javacc
test? ( dev-java/ant-junit =dev-java/junit-3* )"
RDEPEND=">=virtual/jdk-1.5"
src_compile() {
# regenerate javacc files just because we can
# put javacc.jar on ant's classpath here even when <javacc> task
# doesn't use it - it's to fool the <available> test, first time
# it's useful not to have ignoresystemclasses=true...
ANT_TASKS="ant-nodeps javacc" eant \
-Djavacc.home="${EPREFIX}"/usr/share/javacc/lib javacc
ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs-core javadocs-demo)
}
src_test() {
java-ant_rewrite-classpath common-build.xml
EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core
}
src_install() {
dodoc CHANGES.txt README.txt || die
java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar
java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar
if use doc; then
dohtml -r docs/* || die
# for the core and demo subdirs
java-pkg_dohtml -r build/docs/api
fi
use source && java-pkg_dosrc src/java/org
}

@ -0,0 +1,58 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/lucene/lucene-2.4.1-r1.ebuild,v 1.1 2012/09/27 16:01:26 sera Exp $
EAPI=3
JAVA_PKG_IUSE="doc source test"
JAVA_PKG_BSFIX_ALL="no"
JAVA_PKG_BSFIX_NAME="build.xml common-build.xml"
inherit java-pkg-2 java-ant-2
DESCRIPTION="High-performance, full-featured text search engine written entirely in Java"
HOMEPAGE="http://lucene.apache.org"
# when doing version bump, SRC_URI of the previous version should most probably
# be changed to java/archive/ !
SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz"
LICENSE="Apache-2.0"
SLOT="2.4"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=">=virtual/jdk-1.5
dev-java/ant-nodeps
dev-java/javacc
test? ( dev-java/ant-junit =dev-java/junit-3* )"
RDEPEND=">=virtual/jdk-1.5"
src_prepare() {
sed -i -e '/-Xmax/ d' common-build.xml
}
src_compile() {
# regenerate javacc files just because we can
# put javacc.jar on ant's classpath here even when <javacc> task
# doesn't use it - it's to fool the <available> test, first time
# it's useful not to have ignoresystemclasses=true...
ANT_TASKS="ant-nodeps javacc" eant \
-Djavacc.home="${EPREFIX}"/usr/share/javacc/lib javacc
ANT_TASKS="none" eant -Dversion=${PV} jar-core jar-demo $(use_doc javadocs-core javadocs-demo)
}
src_test() {
java-ant_rewrite-classpath common-build.xml
EANT_GENTOO_CLASSPATH="junit ant-core" ANT_TASKS="ant-junit" eant test-core
}
src_install() {
dodoc CHANGES.txt README.txt || die
java-pkg_newjar build/${PN}-core-${PV}.jar ${PN}-core.jar
java-pkg_newjar build/${PN}-demos-${PV}.jar ${PN}-demos.jar
if use doc; then
dohtml -r docs/* || die
# for the core and demo subdirs
java-pkg_dohtml -r build/docs/api
fi
use source && java-pkg_dosrc src/java/org
}

@ -0,0 +1,45 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/mg4j/mg4j-0.9.1-r2.ebuild,v 1.1 2012/09/27 17:15:57 sera Exp $
EAPI="4"
JAVA_PKG_IUSE="doc source"
inherit eutils java-pkg-2 java-ant-2
DESCRIPTION="A free Java implementation of inverted-index compression technique."
SRC_URI="http://mg4j.dsi.unimi.it/${P}-src.tar.gz"
HOMEPAGE="http://mg4j.dsi.unimi.it"
LICENSE="LGPL-2.1"
SLOT="0.9"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
COMMON_DEP="
dev-java/colt:0
dev-java/fastutil:4.3
dev-java/jal:0
dev-java/java-getopt:1
dev-java/libreadline-java:0"
RDEPEND="${COMMON_DEP}
>=virtual/jre-1.5"
DEPEND="${COMMON_DEP}
>=virtual/jdk-1.5
dev-java/javacc:0"
java_prepare() {
epatch "${FILESDIR}/mg4j-build.patch"
}
JAVA_ANT_REWRITE_CLASSPATH="yes"
EANT_GENTOO_CLASSPATH="colt,fastutil-4.3,jal,java-getopt-1,libreadline-java"
src_install() {
java-pkg_newjar ${P}.jar
use doc && java-pkg_dojavadoc docs
use source && java-pkg_dosrc java/it
}

@ -0,0 +1,42 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/ognl/ognl-2.6.9-r2.ebuild,v 1.1 2012/09/27 18:57:27 sera Exp $
EAPI="4"
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="Object-Graph Navigation Language"
HOMEPAGE="http://www.ognl.org/"
SRC_URI="http://www.ognl.org/${PV}/${P}-dist.zip
https://ognl.dev.java.net/source/browse/*checkout*/ognl/osbuild.xml"
LICENSE="OpenSymphony-1.1"
SLOT="2.6"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=virtual/jre-1.4"
DEPEND=">=virtual/jdk-1.4
app-arch/unzip"
S="${WORKDIR}"
src_unpack() {
default
cp "${DISTDIR}/osbuild.xml" "${S}/" || die
}
java_prepare() {
find -name '*.jar' -exec rm -v {} + || die
}
EANT_DOC_TARGET="javadocs"
src_install() {
java-pkg_newjar build/${P}.jar ${PN}.jar
use doc && java-pkg_dohtml -r dist/docs/api
use source && java-pkg_dosrc src/java/*
}

@ -0,0 +1,44 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/xjavadoc/xjavadoc-1.1-r2.ebuild,v 1.1 2012/09/27 19:16:46 sera Exp $
EAPI="4"
JAVA_PKG_IUSE="source"
WANT_ANT_TASKS="ant-nodeps"
inherit eutils java-pkg-2 java-ant-2
DESCRIPTION="A standalone implementation of JavaDoc engine suited for XDoclet"
HOMEPAGE="http://xdoclet.sourceforge.net/xjavadoc/"
SRC_URI="mirror://sourceforge/xdoclet/${P}-src.tar.gz
mirror://gentoo/${P}-supplement.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
COMMON_DEPEND="
dev-java/commons-collections:0
dev-java/junit:0"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEPEND}"
DEPEND=">=virtual/jdk-1.5
dev-java/javacc
${COMMON_DEPEND}"
java_prepare() {
# remove the junit tests, would need xdoclet, causing circular dep
epatch "${FILESDIR}"/${P}-nojunit.patch
cd "${S}"/lib || die
rm -v *.jar || die
java-pkg_jar-from commons-collections,junit
java-pkg_jar-from --build-only javacc
}
src_install() {
java-pkg_dojar target/${PN}.jar
use source && java-pkg_dosrc src/*
}

@ -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/liborcus/liborcus-0.1.0.ebuild,v 1.1 2012/09/25 18:31:26 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/liborcus-0.1.0.ebuild,v 1.2 2012/09/27 16:44:53 scarabeus Exp $
EAPI=4
@ -16,11 +16,10 @@ HOMEPAGE="http://gitorious.org/orcus/pages/Home"
LICENSE="MIT"
SLOT="0"
#[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
RDEPEND="
>=dev-libs/libixion-0.4
dev-libs/libzip
"
DEPEND="${RDEPEND}
@ -36,6 +35,7 @@ src_prepare() {
src_configure() {
econf \
--disable-spreadsheet-model \
$(use_enable static-libs static)
}

@ -1 +1 @@
DIST libusbx-1.0.13.tar.bz2 431599 SHA256 23ac39e5f46527d666c5be16cdddcd97aa3214e876f2a6f9c0a386eec3b00d57 SHA512 d26dec352c05d44e8f8f34bb8e64be661cfedb61c855b8531276d74b7ce630920020c57c9eb57da6552123c096e0a0b4740e8a66d33dae3cf86a15ee88c97beb WHIRLPOOL c14933da3e29ae5ef06d446bbca852af37cacbc45d6265634c70f6cc97875d71e291a46ca00115e94e79a725598f905c86eeea832079d11e146cc22e4ce38512
DIST libusbx-1.0.14.tar.bz2 432611 SHA256 5f17994d119d9efd5f68434994fd5a8e6d9072cee27085b00776fc9ae73fa25a SHA512 a03eafe1a102a6dd532bbe758878bd92548ed367c39909c6e8fde205c145b9581405011379fa5e031df53e208feb54d9f4886039fab6e261c8ca27ceec69b45d WHIRLPOOL e2fa2b2b3ccc7464b40df7b188949893ca640767fd3fc2748d9fa8cb672383834b0e9d5c3c41037728603073fcb382ee0079760cb0f664079de85bb03824187d

@ -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/libusbx/libusbx-1.0.13.ebuild,v 1.1 2012/09/21 02:26:08 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusbx/libusbx-1.0.14.ebuild,v 1.1 2012/09/27 11:32:42 ssuominen Exp $
EAPI=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-libs/libxslt/libxslt-1.1.27.ebuild,v 1.2 2012/09/22 21:56:30 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.27.ebuild,v 1.4 2012/09/27 13:17:09 ago Exp $
EAPI="4"
PYTHON_DEPEND="python? 2"
@ -15,7 +15,7 @@ SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="crypt debug python static-libs"
DEPEND=">=dev-libs/libxml2-2.6.27:2
@ -56,7 +56,6 @@ src_configure() {
fi
econf \
--disable-dependency-tracking \
--with-html-dir=/usr/share/doc/${PF} \
--with-html-subdir=html \
$(use_with crypt crypto) \
@ -103,10 +102,10 @@ src_install() {
python_execute_function -s --source-dir python installation
python_clean_installation_image
fi
mv -vf "${ED}"/usr/share/doc/${PN}-python-${PV} \
"${ED}"/usr/share/doc/${PF}/python
fi
if ! use static-libs; then
# Remove useless .la files

@ -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/opensc/opensc-0.12.2-r2.ebuild,v 1.6 2012/09/23 08:11:40 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/opensc-0.12.2-r2.ebuild,v 1.7 2012/09/27 08:32:28 blueness Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="http://www.opensc-project.org/files/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sh ~sparc x86"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc x86"
IUSE="doc libtool +pcsc-lite openct readline ssl zlib"
RDEPEND="libtool? ( sys-devel/libtool )

@ -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/autopep8/autopep8-0.8.1.ebuild,v 1.1 2012/09/26 15:26:59 xarthisius Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-0.8.1.ebuild,v 1.2 2012/09/27 05:49:23 xarthisius Exp $
EAPI=4
@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=">=dev-python/pep8-1.3
RDEPEND=">=dev-python/pep8-1.3.2
dev-python/setuptools"
DEPEND="${RDEPEND}"

@ -2,3 +2,4 @@ DIST TwistedConch-10.2.0.tar.bz2 205594 SHA256 521f801336bdab75c6b6ad067da7fa15f
DIST TwistedConch-11.0.0.tar.bz2 209673 SHA256 a3bd009928b8388928b24fbbb29e1dae6ea092f3a378001f426c6f6302f25504 SHA512 b148eaaa5b3602ece074f5ed9d669581671ba19b300ad69048c54ce7f5c1fb8307d5000e6dea2d77553f4aaa9fe1e65d97b071185031921ba938194053633952 WHIRLPOOL e468edf5ada6911016cc9446af9fe881cd79477a36413cdc6683f9e60af9752a0118158f7b69a0f5af3f08d006a6a8b1dd511d6fcfa801bfaa59fe063d87f297
DIST TwistedConch-11.1.0.tar.bz2 211556 SHA256 fa01447d425c7ad97859f5824775a841f279e4b2b1faf6daa6d5b6f0e35da1b5 SHA512 41d3fd58bb8fcf67f130a60548250caf045a39f9e69621845dd55369db10bc7cf174506f404277529644aff3caaf61f6461a2dd161f74c00a6420e0776e5cf08 WHIRLPOOL 21649548b961a840587baa371204e871054e852585b948ba48c883dcde288d1acff0325d008709f615ca946dbfb584b3c15650374e395c94e81dd7a5dc2cccb1
DIST TwistedConch-12.0.0.tar.bz2 214365 SHA256 b66249b32186eb3bc82ef3d2be4165809a625e57aabc4797c4f5cd134d883595 SHA512 dbc0e27ce9425e4208812cf9495ade465ad14fbef9ba70d7f9454372ffac2f9a88b0e1e00252aa30d3e68fcc07ac284c3d5473629612bf7efefc6ddb3ddbb512 WHIRLPOOL 019167ad943e285f5596272e416fa649d429f97a1a7cd73e9fc0dec52d898c5c2b0c841cdb3bf8e4aa480bc2e8fc5bb98bfae09080de53207662402a7c05caad
DIST TwistedConch-12.2.0.tar.bz2 223359 SHA256 2d1d6d4dcf8a6c9fd7f7c03e74111049566618765f93fae1da999643caf13cd2 SHA512 6b81ed588aeb568e14ad341530ebceabd34e3025da612aa54effe0ff96ff6c20c466b296795209b6ee761890d27f26075915de114459dbc84547587444520da9 WHIRLPOOL bfd7bba0f8fe2cafdc44b733f93323e2f12ad76e6f7260ca82c9733cbc349f2603c8588485255caa3a99fdeebbf8d925d0e89e924aa35e45925172f40a974dbd

@ -0,0 +1,33 @@
# Copyright 1999-2012 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.2.0.ebuild,v 1.1 2012/09/27 18:15:49 marienz Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
MY_PACKAGE="Conch"
inherit twisted versionator
DESCRIPTION="Twisted SSHv2 implementation"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
dev-python/pyasn1
dev-python/pycrypto"
RDEPEND="${DEPEND}"
PYTHON_MODNAME="twisted/conch twisted/plugins"
src_prepare() {
distutils_src_prepare
if [[ "${EUID}" -eq 0 ]]; then
# Disable tests failing with root permissions.
sed -e "s/test_checkKeyAsRoot/_&/" -i twisted/conch/test/test_checkers.py
sed -e "s/test_getPrivateKeysAsRoot/_&/" -i twisted/conch/test/test_openssh_compat.py
fi
}

@ -2,3 +2,4 @@ DIST TwistedLore-10.2.0.tar.bz2 87278 SHA256 0775119fb08a2a1161729facd5968e785a0
DIST TwistedLore-11.0.0.tar.bz2 87252 SHA256 d9b16d5fe4e20cb2b4259386ed9871824d94dcb9f0b6abe4c2887a366b74c36e SHA512 d62ec67ea9501bd49c85eb21da7c7e2c5973cc1ea9351f9dfd2dc5a8215f7c33efca5e21bdee828ad17c975a17890c69aaf88cd07499c00b43b24c372bd1aab8 WHIRLPOOL eaca4de7a197a0df67d19580d5559196bc22019fa31d507ea984e1bc483862bbbad016221b18ce2fdb05b61321206d767b15ae8af125289dba876efaa51d8de3
DIST TwistedLore-11.1.0.tar.bz2 87032 SHA256 e602e5e6b6d5131c62dc7a5cbfc79fc69ae7387ee21c02eddb9defcfb960173e SHA512 31f9059290af99314b5e4c1faa1401f0fed7e52e3e200d4d2d68deb5c43c565198b342c1c230201b4874779031f5f0bae9265768c0013228e2df5ed87e8adfa4 WHIRLPOOL 547bbff59e36059c303dbb024cfb23408913dccc13f8c27f4f8faaf86f8809b93f725784ee84049e70d9015570f99082598a1c5228e366ed61d3861d51f2048c
DIST TwistedLore-12.0.0.tar.bz2 87051 SHA256 f50442f218ca6103b899732287c8671ebdd63a7564c6d3a443c579f91b3ea0f5 SHA512 fb9d7315aca2ac48fa553240591d60a60286b4c53764ed0393a3d466c4b9dd7d13199be1984085995c5b248f38016c1f2b826fe0fbd511151f0f7e690dd5a6db WHIRLPOOL 47187960be5ce0024c5b3439c0dbeb566bdb167404b728b467595dcdb8344abae67a69c38bdb2eda17c0e5c622c950faf952544f87cd07f3e40c2e6c79145039
DIST TwistedLore-12.2.0.tar.bz2 87248 SHA256 e3d95400c0579fcf6174cd52a4ab6a1d5a80f8bf994e3c139e7baa7ff942acdb SHA512 148932ba302ee713273cf9a89fd56e3875aa2ec4c2d639923cbb4be81fe12fb45c0c8e5379cb710098e8084ae3fce85d248e2843abcee656b094670a31223d12 WHIRLPOOL efdde3924c7e4276490fa475a78f56ad4a19ac69baed65804650d94bb4d6f409050d380140cf06fef09b64c7728f4bf9de0cdc776dd84a2e075bda539ff95f89

@ -0,0 +1,22 @@
# Copyright 1999-2012 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.2.0.ebuild,v 1.1 2012/09/27 18:16:07 marienz Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
MY_PACKAGE="Lore"
inherit twisted versionator
DESCRIPTION="Twisted documentation system"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
=dev-python/twisted-web-$(get_version_component_range 1-2)*"
RDEPEND="${DEPEND}"
PYTHON_MODNAME="twisted/lore twisted/plugins"

@ -2,3 +2,4 @@ DIST TwistedMail-10.2.0.tar.bz2 143601 SHA256 c9b86d691819bb48d6e580356d52128c82
DIST TwistedMail-11.0.0.tar.bz2 145928 SHA256 0f876dd80602294635cf8092260dcdc61f7dec177d75946ed21c557f534c7a8a SHA512 275d1cca7f7ae0811f81d01759c47a298c9f4df443ecafc06efed54d5ed6ec2d579e4fcc474fc573d6e9fc7d42ca66336956e585372dc0c6566934ca919af78d WHIRLPOOL 01245e809fd4954dcc671f20d92c834fd9d27523299992d66327f908556b6096813b8826fd2d23df4060f0c419383e3fd22b72a730f5679cc9cf83c0d82be4d9
DIST TwistedMail-11.1.0.tar.bz2 146808 SHA256 843750e356ccb3a6c8ca6fdcc2fced15477adc330a737da33b7dde89467fb64a SHA512 0a1c93744088bff2a2fc8f7f0c01e9afbb89ed5e67de0a0c5ac1c1139732f8be85fc13e8b5fe751cdc2f7e4de03a42e77097536a6ee5d7ce5964e199a10e7c55 WHIRLPOOL 5639774eea5b2e3efc8bbd875e80dccb12001be135708e52c893a96d283736d8d2de322a0cc1e8ab69cfea5c5e5fd3df0b67238caf910bcff8b361f4a07691a8
DIST TwistedMail-12.0.0.tar.bz2 146270 SHA256 680ec9964c6a75c89c7470dba4d6423d142549b1fcace0ff19fcb58e1fd88c3c SHA512 d84072511a9ba2dedd4344757c32fd7459dd0d7c716da044afc9e196d1245e38ee2b8292e21e210f581d78768ca0752bca19187f5f74754e0cf46e456a4bd99f WHIRLPOOL 18ae4d4e198596dd8b151fe4923ad3d0c2e83bf3e4ffb41ead3891c05638c8490e9d13f822185f2115d56960360ee2c083fad20be76ede640096955ea8ddb5e5
DIST TwistedMail-12.2.0.tar.bz2 153068 SHA256 afa0240bfdf28ea215945858f71b48425c496dc035fc4e2005474bdffa327105 SHA512 22ddb8eea9c594e6c783f7eaaad982c2c5c12a019a815e81162807ec633af1d5052e644d0b287b7b0cdf4114e910e30c1d5f469ddfbd3b4de9bcee1ac69fea5c WHIRLPOOL edc31226802ff585fccdacacbc5197dffcc57080c10c9aeee96c4fc1d471c55c230da8a358e70ee1e11627c358c43e216908fa4c12be9f6be5b10baf7ba0f53b

@ -0,0 +1,22 @@
# Copyright 1999-2012 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.2.0.ebuild,v 1.1 2012/09/27 18:16:26 marienz Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
MY_PACKAGE="Mail"
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"
IUSE=""
DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
=dev-python/twisted-names-$(get_version_component_range 1-2)*"
RDEPEND="${DEPEND}"
PYTHON_MODNAME="twisted/mail twisted/plugins"

@ -2,3 +2,4 @@ DIST TwistedNames-10.2.0.tar.bz2 52250 SHA256 309a45de9a6fb7f500ca61fa74ba955cb5
DIST TwistedNames-11.0.0.tar.bz2 52156 SHA256 738f3e4fa56d2ebeddf0f3774419fbe3de9067424eb928ce234bc178a146d496 SHA512 346abaa700ff28abffafcd493dc9e36e5bc10833a5d307fdf450d4d19ed6664fab2b37f2e79cab336dd5484a2b07383db521edede6f2d9e0f95d682a27158ed4 WHIRLPOOL 78cef9f3a95b728f800cdc41a1405537e6db9a1defedaba3c1e029d3d1ac9978105a5ad1bf94ed71e3a8d6ff6c9228d18a5e855800ab93765f3e615cb9fb6a52
DIST TwistedNames-11.1.0.tar.bz2 54824 SHA256 0a4dad2e4190b4e6635fc0dabe8dd40a27a4ccf7d927f5d6d240f5bedaeb3ff3 SHA512 06bec6f1ae067a533510da93214ccb49637b295d584f1bac92ba7ee18453183995cd4a12a49b3e89cd246d1d1f6888f98b25ac087e83b78e5c9ce9cbfcff82d5 WHIRLPOOL 5d73ae6c8f076867b9cfeef98f865be77eb7f5725f5f57e718fb55ff6243fd91277337774366a638b968c529b7de8dd3108058589ae0b14753455a25155606d9
DIST TwistedNames-12.0.0.tar.bz2 55023 SHA256 41b8995d10d210f26433c4311a679356522de47ca48f9caaca47670de8642ad7 SHA512 3a145597538ece64b66e99b05aea739e1f7cfb7727547cb78968cf33c983c1f32f07763a2ada8693644b199ea8f811381dae7f7cf53a8fce3ac8a817054901f9 WHIRLPOOL b53e4f4e80833caec20cb216bc12dea5086ad087b1997862cf6859ebc3834ff183ac9afcef17e2aebe43dcadb4ba09e05692a65c92a2d08055d2d6dde5ec3718
DIST TwistedNames-12.2.0.tar.bz2 58738 SHA256 d8cb9cd2cb621ad0874cf6cc7efd48ec86c0c664527671b0e481196366d44794 SHA512 1de1eb983644490cf84c51233e7339541c5d51447ec660387058eaef0def9bca63a4cbe6a2917d0049ae413afbe9bf8621f08ee2784ea0833373cd4428b20995 WHIRLPOOL 861fe8f4f39f4468badd817e4a7372ed8ea37c92ac85a427cf3930d89c1dfcbf60033def4d33d204fac784d595ac5fe67e300eee9f884574b65393746a7ed9d5

@ -0,0 +1,21 @@
# Copyright 1999-2012 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.2.0.ebuild,v 1.1 2012/09/27 18:16:45 marienz Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
MY_PACKAGE="Names"
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"
IUSE=""
DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*"
RDEPEND="${DEPEND}"
PYTHON_MODNAME="twisted/names twisted/plugins"

@ -2,3 +2,4 @@ DIST TwistedNews-10.2.0.tar.bz2 19276 SHA256 d32e75c44b9c043b94093eefe51a2e6d96e
DIST TwistedNews-11.0.0.tar.bz2 19289 SHA256 8a39fd6c38f89029b6028c15ebc7e29091b62a565b2e52e3ddb4e36d89773cc4 SHA512 57afdf281f705098218d1dde23d8e66e6099e3d3d621b93cb44a557c2ed115815f629da35fc648b6e905328228600bb6c87ff31e755323b25edd6734824d1fc7 WHIRLPOOL b76da33c6ce0926b3598ee30d4e660886302ef56b9f98c6ff600ed0ac18f96212f4f837dfae1abbbf219a8ce253b4ea29ce5e49e646d97225d624a421fdcae2c
DIST TwistedNews-11.1.0.tar.bz2 19309 SHA256 ad2a9cfab55702382da6f6cbd69cfca614f958665df771cd963d2c6e47c71677 SHA512 d45078588b09c003b1bec2e3398fc6d3c3797cf902e7d063e4afc3155cd7a43418d779aae518dec6cc74c6224cfdb5a2d756d83ee6e1c95372be8504a07081c3 WHIRLPOOL f005b68e44abc59b42456c1ba4ec6e31877d09dd4b9ce91f13ccacbd00d156860734c26dacdf9fe25ff9bbb3b5973542eb6d68905969a33260221b6bb695e111
DIST TwistedNews-12.0.0.tar.bz2 19333 SHA256 0555591e1578175282ce62165a14dee3b9e5c62193f0343e6e05075913dbe7df SHA512 1d56b059ea7b4a768c070f354bb5d01ffe33d4330a0bd29597ea3ff1beaf206684e51b1af1b68babbefe68fc7f6aef4a126c9dbc24258870d760e6c2d73926e0 WHIRLPOOL 0011ea01d58ba593edc3a377b3a2fa6811905f85214473bbbf9db1f44522d2874e4a9f47ed61e8ec5bf040cb4df2de3e7a8bb1ac7965bf90bb814c001153055e
DIST TwistedNews-12.2.0.tar.bz2 19653 SHA256 56319fb4dd2ff1d68a2c7599404f71d76fa89484a0bb0f7dd8eed2d358e39ad4 SHA512 663ef796e96357af94e696c841e82cb33853da32010f3b53ea9fb60874b92a14196f642dd182f7220e080ef042473b328403a1bdc4e579ed6fe9e8a7036eb4fc WHIRLPOOL 98ca4773df831f37d7aa74f19dad0590df66068dfbc0be38534674ac4a05ff1666e369d5e5c161e83057a3e89c38f3d9fd8a88725d20ab0df6b2d890bd7ead1c

@ -0,0 +1,22 @@
# Copyright 1999-2012 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.2.0.ebuild,v 1.1 2012/09/27 18:17:04 marienz Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
MY_PACKAGE="News"
inherit twisted versionator
DESCRIPTION="Twisted News is an NNTP server and programming library."
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
=dev-python/twisted-mail-$(get_version_component_range 1-2)*"
RDEPEND="${DEPEND}"
PYTHON_MODNAME="twisted/news twisted/plugins"

@ -1,2 +1,3 @@
DIST TwistedPair-11.1.0.tar.bz2 9141 SHA256 a220a0f44ae2a5d9bf29181c931026948cca3a1088a3b0edf4adf1b5aa2b28cf SHA512 a35c9c804409be684643f4ea8ac6f8d58f5734a04e12fd258a2f416d979017d3785d99b5e85f9bf080a3ba504eed5f5d60dd266d8790eeb3b32390c891aee56f WHIRLPOOL f0cc679e244ca84a9b3ce6649db431cce8155a0260858340d54b80ebd6c1d7fcec2cc2c7c36e73f53bf29b68f77497ccd2b898728571035cc672e4c80f1b0baa
DIST TwistedPair-12.0.0.tar.bz2 9154 SHA256 3d3b7e8b764618b0ede57adb72a5affe7de27d858dfb00d81cdd0f49f73106aa SHA512 e94d9eb9b267c140faefef86bb5088e0386a48467c91e60d1f3564092862dc54debf5c8ccfd08021cd74f52f73993c115ade9452d653880e639d5f7dacf1a086 WHIRLPOOL d19466a0b6582256011389ad7d20ed420226799fea2bc4a2f431360429e66e058108bed607bb289ca1638daf2623714fe00f3c7bc206263b4a12292585d8ffba
DIST TwistedPair-12.2.0.tar.bz2 9184 SHA256 a795a5dbb0660559aaae441f12736818106ec27283bff3159e42191ee2e00aed SHA512 17594efd6a55554153de28da39ac0d6d8bd78bfe348e7222312f91a8c7d85b42bf54c2aa0ba6022df3f5e6168dd86f38473637d79faa7c2d7ac4873bb4a3b0a2 WHIRLPOOL f18c33c8abe159adc96f6c617f0b671ddee85e7c6c3d4260f88d8babccabb11a01764b02bf9c079d714d44a28f5adf74f0dd68feaee4fed320c44eb619572662

@ -0,0 +1,22 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-12.2.0.ebuild,v 1.1 2012/09/27 18:17:58 marienz Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
MY_PACKAGE="Pair"
inherit twisted versionator
DESCRIPTION="Twisted low-level networking"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
dev-python/eunuchs"
RDEPEND="${DEPEND}"
PYTHON_MODNAME="twisted/pair"

@ -2,3 +2,4 @@ DIST TwistedRunner-10.2.0.tar.bz2 13242 SHA256 4fee1eac86ed8269e180bc759b4e96560
DIST TwistedRunner-11.0.0.tar.bz2 13267 SHA256 c0f62b4960b9122e898d568cad6afde6ec9c049373e5b1b764f24533582fe3f5 SHA512 ec42691deceaad4e14cb022745ab3e0c1b6689569680a0751618567ef2852f3781c20c4291e096ddd3f293d87e0400b5c5638c82e1586d488c2c5386d76bb934 WHIRLPOOL 401de5ff5ae87b3bd17c318304dc56ff7c451ad915c5f465b7ef30a4cc9f046b9dba38d7ae4d20462c231609c3e974d11ea960b2c96ee0d13d181f43795e71d4
DIST TwistedRunner-11.1.0.tar.bz2 13210 SHA256 9ca61e1c8f18cd1120db958742602ccb10ae8d257e6ebc9a082f270358a953ac SHA512 1f7ade323a2f70ea71bcf98b6f88f4bf7bb75c7180e8705e0781c39f46a4193abbcc4df61f41d59424077d98f3d1aeb4002b1d26fce57410e792f26c084522fc WHIRLPOOL 11735853546c6c9e2913b46854ca4773a9b08e4450b5dd1386d25f25384c45bc6db90c1c77d9d2ea86d5903be0f0831218029fd11c8b1fb207b3f51fef43297c
DIST TwistedRunner-12.0.0.tar.bz2 13197 SHA256 2d6beb51970ba74f24c23971bc82c70dc8c93b9552a6c59c9cb3b3cd45c06ff5 SHA512 666c5384b8d693ca1ec8ac8c8d5b780324ce2d7764ff2773b2f4e68aed4f2e5bfa5f82644ae414dce929ce9c89d09af066076a84f3f9dafcdd60013b86dcc8c4 WHIRLPOOL c2b2cc8dc62c0bdfcd9959ec3538f7c3e98560d3c0c06d70fe68850a0eea692cb567acd262815c9f6f3bbcd0665b7841a91d977c060fd8a0b30c7cd8e5e2cf52
DIST TwistedRunner-12.2.0.tar.bz2 12874 SHA256 5e4f7731a366485f2725150c2545bb0e10dc1fd8000faf8c64077f38ae23b9fc SHA512 61c1f98e6160960f36da2341dcb642f48fede0d868be1312f9e970ed135a9a178a151a53a06680b9653b49583950e1336112b056914993fe5fa4a6c7890a6e17 WHIRLPOOL 252e283dd8ca2dadf6fda66ea214fe347eaab6fc7bc368fc1c880226a38378a97d269137cef4402f8e86ce798260c23fcbf03e78568ff8a5a8a06b28a3ed40ab

@ -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/twisted-runner/twisted-runner-12.2.0.ebuild,v 1.1 2012/09/27 18:18:16 marienz Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
MY_PACKAGE="Runner"
inherit twisted versionator
DESCRIPTION="Twisted Runner is a process management library and inetd replacement."
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*"
RDEPEND="${DEPEND}"
PYTHON_MODNAME="twisted/runner"
src_install() {
twisted_src_install
python_clean_installation_image
}

@ -2,3 +2,4 @@ DIST TwistedWeb-10.2.0.tar.bz2 334605 SHA256 d09c459590f23b824043093450916b22a2e
DIST TwistedWeb-11.0.0.tar.bz2 358074 SHA256 864a08aa283ba690f35cfbc18ba939a8b336bc6ad452a2a855bdf1b388aaac53 SHA512 6a61a7743007691e2f7e0242ccc7242ee1570f3e74b6f5ea9b06d601b65b4e3495bdaa94d4bb5bb7baf86c88c8796ff9782737b07df77c2cb67aa2fb46a7e9ea WHIRLPOOL 227782418c1c66d3f0b33ae21e5e52672e783510f1b474536f600dcc64818db77528148194e044c1a957572b5d0f6fb8f155f71751820979f243d52796552358
DIST TwistedWeb-11.1.0.tar.bz2 373315 SHA256 4858e1112b6520c15ca0276569537a1e5ec9da96baca9b9107df77b9e4f5df4d SHA512 199ec84d42b60de338a54cfd3d98d3bd1a1fe2343c8bb37a391dc4fe31bc949271ff77578f31a3e6139aac52a313354bf891723f553855e03fa10e8417f48d2c WHIRLPOOL a449396b44782581fef0360d61bbd71fc9d5a90774de5dbe8f0ffab3fe4c3fefa065a8ab0a9d1bb57a0d52a790b37f04dee6f508bc96d1dfbf389fbaa46b4206
DIST TwistedWeb-12.0.0.tar.bz2 374609 SHA256 ff6d0dad12f1928deca23c8d05a0cb9a340abbb6e2cd8bc503e4092a0a873859 SHA512 8a3e39989efa179e08ce4e15287fe0f12315b296fa7216d8444f6470e5860fb57e95c5173c30bdf1afa25304b411358ff1516069d486fd72559adfb89892b742 WHIRLPOOL 6bf6a21b764f71a2213c023d2fe1c19adaeb2ec05b489a43c881a378716b900fdc0ab97b2a33ccfc0dd8e7c4ac9e2dbe0d31c7540f632db44ad50c95d496277b
DIST TwistedWeb-12.2.0.tar.bz2 386461 SHA256 15b962fd7ca4f8079bca6d0f83fc28207d8671b13da4b598b25a52578866d309 SHA512 2d33e9716e004566c7c20dfda24317d5a3e994eadf2e419129ca26a750d7e75503930557ad6562e141e74a37ea2dc9fdb7d78a64cfe6d53ec9988a636a4aa1c2 WHIRLPOOL 80fe90c11ff432f81871f40fa8d841226fc7fdb0497f05608ff4bdf3840942023043d2dd76c3bbaf87ffd88005064fdc1a9a232a70ed9783674175fb21f6a7a3

@ -0,0 +1,32 @@
# Copyright 1999-2012 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.2.0.ebuild,v 1.1 2012/09/27 18:18:35 marienz Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
MY_PACKAGE="Web"
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"
IUSE="soap"
DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
soap? ( dev-python/soappy )"
RDEPEND="${DEPEND}"
PYTHON_MODNAME="twisted/plugins twisted/web"
src_prepare() {
distutils_src_prepare
if [[ "${EUID}" -eq 0 ]]; then
# Disable tests failing with root permissions.
sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
fi
}

@ -2,3 +2,4 @@ DIST TwistedWords-10.2.0.tar.bz2 180104 SHA256 aebd368c3d638208e28873c5b4262afc9
DIST TwistedWords-11.0.0.tar.bz2 164453 SHA256 574ffbf706be8cc4281f2d64e006d5efa35fdaa611895494453ec9fb80cea8dd SHA512 d129b7030e7c76dab95a58b143a19be2afed149fe5ed72ecedb173d618e10398987a2c355c3ef4eb07b8f090ca0d0bc55b2252844ff9bb05a6669b5efad690e3 WHIRLPOOL 568556cf6ce4440f2d744fde996910dc4134bab7e4846ea2709ecfb6f3239c9988a316b269ca63ed280ee4512ff44de0ee50e3089a3f84430485dac7e7424f5f
DIST TwistedWords-11.1.0.tar.bz2 165255 SHA256 7bd9aecbc888a6a515b1672f31b8555ccdc8eb77490d5da41c8a4c8a00ebfdf8 SHA512 9f9b1d8968e0210f1a47913f6af34416f01c2e1fc31af23ee2250592cf764738c79b472c70585e6f6dfb9bf4226ffae93ebd6a5db9007a7dd53c4fee874d8f8f WHIRLPOOL d5df954f2257b17daa6431fbafd2a07543402abd2307690fa415e4d713cfd0f1f7c5f601081863cc8943c13933d48e4d221db92ebb31eeff1344a46d4b04f822
DIST TwistedWords-12.0.0.tar.bz2 166475 SHA256 e2027dd8b8cb6e11424d1c9ad6042bb6384dcf710238208de59f3c662d5b00dd SHA512 f91b047034d6f95a244914e3bf4891d8c003788aa9670c08cb23a2e9da84b5e892c20e02d426606d3a46e4787fc9047af51d7bec3ab72423cf2e028221df28cb WHIRLPOOL bc481759cfa6e9e882149b282d997ec830f19fc79c12f0b396a6fca664417590a8efe5134796e734b3591dccf0cfe813123dcac09fe91dc139916d5cebb1d5b3
DIST TwistedWords-12.2.0.tar.bz2 166598 SHA256 9ae5e68a35069fa51efd5881b99c642a01139c7b115f01c55b975b580e86b3f6 SHA512 7c21e25961cf94709a634171012d92b831b786540bf26e4f3b601f766d6591c37848be2486e3e3ae305a52a4b8173b98614694f4c6964a08b9c2465290fda740 WHIRLPOOL 0256883b5cf5cfb0e00ad016b3472026555f9cd0e2a2d3fc269cc77a88c022b38f94551e8708fed501df56397d0fdba69214eac254ab6872517b9ee854915c03

@ -0,0 +1,22 @@
# Copyright 1999-2012 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.2.0.ebuild,v 1.1 2012/09/27 18:18:54 marienz Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
MY_PACKAGE="Words"
inherit twisted versionator
DESCRIPTION="Twisted Words contains Instant Messaging implementations."
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
=dev-python/twisted-web-$(get_version_component_range 1-2)*"
RDEPEND="${DEPEND}"
PYTHON_MODNAME="twisted/plugins twisted/words"

@ -2,3 +2,4 @@ DIST TwistedCore-10.2.0.tar.bz2 1359631 SHA256 38e4fa66713a3cb3eae052c5183e492aa
DIST TwistedCore-11.0.0.tar.bz2 1396224 SHA256 46ea3d9390ec94a3234589544fc154c48fb5714121362a582db62cd873133f2f SHA512 95a5c91d7fc102d4c31552ba67cf6d9026e3319c0ba9f938890f7a6a7164848c408df3579573cd25124c187e6fded73db7d9f2cb609f4245e3019b54b2ef3fb1 WHIRLPOOL 65ccf7947aee9a37a68c99d18722be1c6564dd583c2e6d93f958685d172634359ce4540bff57405843440bbdf77af53fb17ed25408bcbc07167284a48cfa2ee4
DIST TwistedCore-11.1.0.tar.bz2 1455613 SHA256 0041b5c38cd7c40043f64c4aaeb5fcc4631c229776c896cfa188fd2b567fd76d SHA512 437041b00a0ce85fc3658db136e6b782787aecb6e74c1bafd3e49e72aa0e2a5685ffc3fa0b65839be04c7b68e6e83b66d37c48460a33b8e1809625d9aab50ba9 WHIRLPOOL dca72cff3c0a55fba18442c168ea1327d41ee2ace51fdd044f6e967b17a052aae066401d84e9149aef4c80e7f38a259ecbf34ebd78d9fc60b94c63f267cada84
DIST TwistedCore-12.0.0.tar.bz2 1394195 SHA256 b5414a0da8e18ff97cfcb246fa61fc417dca0d05e5a70eaa6f93f1d095f6cd3f SHA512 adac30ffc4c8b0f035aa04131104d7d1eb4bf1e3cf011f823c127a67744d2481472edf27318824cdd5f3508d2096ddf1d19c2c32a7478cf5cf7aa05632ddaf59 WHIRLPOOL d5ef72a5f7644dd457ed9e552894953384b9606cfd30281c0bada61b3f146b4cffffbf98922a8f18d8ff815509974df0fb185b3967b727d61bb79a3c7628f251
DIST TwistedCore-12.2.0.tar.bz2 1431188 SHA256 a09316a164597cb3ed54621e6e5bc72ba8f3a83544cb90375a14535ae487d2ea SHA512 843600df91812766f0264a04146415c6ce33c9e54f74887206512a65a1503e12895d8c363b33685c2035e81d309d672d0f6944e28e8b48b86232e2b055e879e8 WHIRLPOOL e9335d45b1bac97081af032cb8b6f33f28c9674f1c7223c3fbbe98a2d2c55188541bf4767af7c803e615df8eaa7f10f3abede3f622bfbccecd51d60afc2546bf

@ -0,0 +1,15 @@
Index: twisted/test/test_strcred.py
===================================================================
--- twisted/test/test_strcred.py (revision 34525)
+++ twisted/test/test_strcred.py (working copy)
@@ -352,6 +352,10 @@
except ImportError:
skip = "PyCrypto is not available"
+ try:
+ from twisted import conch
+ except ImportError:
+ skip = "Twisted Conch is not available"
def test_isChecker(self):
"""

@ -0,0 +1,116 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-12.2.0.ebuild,v 1.1 2012/09/27 18:14:32 marienz Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
# A couple of failures (refcounting, version-checking), but sufficiently
# functional to be useful, so restrict just the tests.
PYTHON_TESTS_RESTRICTED_ABIS="*-pypy-*"
MY_PACKAGE="Core"
inherit eutils twisted versionator
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"
IUSE="crypt gtk serial"
DEPEND="net-zope/zope-interface
crypt? ( >=dev-python/pyopenssl-0.10 )
gtk? ( dev-python/pygtk:2 )
serial? ( dev-python/pyserial )"
RDEPEND="${DEPEND}"
# Needed to make the sendmsg extension work
# (see http://twistedmatrix.com/trac/ticket/5701 )
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
DOCS="CREDITS NEWS README"
src_prepare(){
distutils_src_prepare
# Give a load-sensitive test a better chance of succeeding.
epatch "${FILESDIR}/${PN}-2.1.0-echo-less.patch"
# Skip a test if twisted conch is not available
# (see Twisted ticket #5703)
epatch "${FILESDIR}/twisted-12.1.0-remove-tests-conch-dependency.patch"
# Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable.
epatch "${FILESDIR}/${PN}-9.0.0-respect_TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE.patch"
if [[ "${EUID}" -eq 0 ]]; then
# Disable tests failing with root permissions.
sed \
-e "s/test_newPluginsOnReadOnlyPath/_&/" \
-e "s/test_deployedMode/_&/" \
-i twisted/test/test_plugin.py
fi
}
src_test() {
testing() {
local exit_status="0"
"$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --root="${T}/tests-${PYTHON_ABI}" --no-compile || die "Installation of tests failed with $(python_get_implementation_and_version)"
pushd "${T}/tests-${PYTHON_ABI}${EPREFIX}$(python_get_sitedir)" > /dev/null || die
# Skip broken tests.
sed -e "s/test_buildAllTarballs/_&/" -i twisted/python/test/test_release.py || die "sed failed"
# http://twistedmatrix.com/trac/ticket/5375
sed -e "/class ZshIntegrationTestCase/,/^$/d" -i twisted/scripts/test/test_scripts.py || die "sed failed"
# tap2rpm is already skipped if rpm is not installed, but fails for me on a Gentoo box with it present.
# I currently lack the cycles to track this failure down.
rm twisted/scripts/test/test_tap2rpm.py
# Prevent it from pulling in plugins from already installed twisted packages.
rm -f twisted/plugins/__init__.py
# An empty file doesn't work because the tests check for doc strings in all packages.
echo "'''plugins stub'''" > twisted/plugins/__init__.py || die
if ! PYTHONPATH="." "${T}/tests-${PYTHON_ABI}${EPREFIX}/usr/bin/trial" twisted; then
if [[ -n "${TWISTED_DEBUG_TESTS}" ]]; then
die "Tests failed with $(python_get_implementation_and_version)"
else
exit_status="1"
fi
fi
popd > /dev/null || die
return "${exit_status}"
}
python_execute_function testing
}
src_install() {
distutils_src_install
python_clean_installation_image
python_generate_wrapper_scripts -E -f -q "${ED}usr/bin/trial"
postinstallational_preparation() {
touch "${ED}$(python_get_sitedir)/Twisted-${PV}-py$(python_get_version).egg-info"
# Delete dropin.cache to avoid collisions.
# dropin.cache is regenerated in pkg_postinst().
rm -f "${ED}$(python_get_sitedir)/twisted/plugins/dropin.cache"
}
python_execute_function -q postinstallational_preparation
# Don't install index.xhtml page.
doman doc/man/*.?
insinto /usr/share/doc/${PF}
doins -r $(find doc -mindepth 1 -maxdepth 1 -not -name man)
newconfd "${FILESDIR}/twistd.conf" twistd
newinitd "${FILESDIR}/twistd.init" twistd
}

@ -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-ruby/color/color-1.4.1-r1.ebuild,v 1.5 2012/08/14 12:13:25 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.4.1-r1.ebuild,v 1.6 2012/09/27 09:15:43 ssuominen Exp $
EAPI="2"
USE_RUBY="ruby18 ree18 ruby19 jruby"
@ -15,7 +15,7 @@ DESCRIPTION="Colour management with Ruby"
HOMEPAGE="http://color.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE=""
ruby_add_bdepend "

@ -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-ruby/domain_name/domain_name-0.5.3.ebuild,v 1.1 2012/08/14 17:39:36 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/domain_name/domain_name-0.5.3.ebuild,v 1.2 2012/09/27 10:32:13 ssuominen Exp $
EAPI=4
@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/knu/ruby-domain_name"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~ppc ~ppc64"
IUSE="test"
ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1"

@ -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-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.9 2012/09/17 19:22:54 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.10 2012/09/27 10:23:45 ssuominen Exp $
EAPI=4
@ -18,7 +18,7 @@ HOMEPAGE="http://fast-xs.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~hppa ~ppc64 x86 ~x86-fbsd ~x86-solaris"
KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~x86-solaris"
IUSE=""
ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.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-ruby/fxruby/fxruby-1.6.25.ebuild,v 1.4 2012/08/11 19:48:30 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.25.ebuild,v 1.5 2012/09/27 10:41:06 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19"
@ -18,7 +18,7 @@ HOMEPAGE="http://www.fxruby.org/"
LICENSE="LGPL-2.1"
SLOT="1.6"
KEYWORDS="amd64 ~hppa ~ppc ~x86 ~x86-fbsd"
KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="examples doc"
CDEPEND="x11-libs/fox:1.6 >=x11-libs/fxscintilla-1.62-r1"

@ -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-ruby/haml/haml-3.1.4.ebuild,v 1.3 2012/05/01 18:24:08 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.1.4.ebuild,v 1.4 2012/09/27 09:54:28 ssuominen Exp $
EAPI=2
@ -20,7 +20,7 @@ HOMEPAGE="http://haml-lang.com/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
# TODO: haml has some emacs modes that it could be installing, in case
IUSE=""

@ -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-ruby/haml/haml-3.1.6.ebuild,v 1.1 2012/07/03 05:56:00 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.1.6.ebuild,v 1.3 2012/09/27 09:54:28 ssuominen Exp $
EAPI=4
@ -21,7 +21,7 @@ HOMEPAGE="http://haml-lang.com/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
# TODO: haml has some emacs modes that it could be installing, in case
IUSE=""

@ -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-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v 1.4 2012/08/15 09:26:34 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v 1.5 2012/09/27 10:25:20 ssuominen Exp $
EAPI=4
@ -16,7 +16,7 @@ HOMEPAGE="http://wiki.github.com/hpricot/hpricot"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~hppa x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend "dev-ruby/rake

@ -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-ruby/httparty/httparty-0.8.3.ebuild,v 1.1 2012/05/13 05:33:38 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.8.3.ebuild,v 1.2 2012/09/27 09:43:50 ssuominen Exp $
EAPI=2
@ -21,7 +21,7 @@ HOMEPAGE="http://httparty.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
ruby_add_rdepend '=dev-ruby/multi_json-1* dev-ruby/multi_xml'

@ -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-ruby/jeweler/jeweler-1.8.4.ebuild,v 1.2 2012/09/06 04:38:00 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jeweler/jeweler-1.8.4.ebuild,v 1.3 2012/09/27 10:28:16 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -22,7 +22,7 @@ HOMEPAGE="http://wiki.github.com/technicalpickles/jeweler"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "doc? ( dev-ruby/yard )"

@ -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-ruby/listen/listen-0.5.2.ebuild,v 1.1 2012/09/25 06:19:52 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-0.5.2.ebuild,v 1.2 2012/09/27 09:34:00 ssuominen Exp $
EAPI=4
@ -22,7 +22,7 @@ RUBY_S="guard-listen-*"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~ppc ~ppc64"
IUSE=""
ruby_add_rdepend ">=dev-ruby/rb-inotify-0.8.8"

@ -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-ruby/mechanize/mechanize-2.5.1.ebuild,v 1.1 2012/08/26 10:24:00 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/mechanize-2.5.1.ebuild,v 1.2 2012/09/27 10:33:33 ssuominen Exp $
EAPI=4
@ -19,7 +19,7 @@ HOMEPAGE="http://mechanize.rubyforge.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~ppc ~ppc64"
IUSE=""
ruby_add_bdepend ">=dev-ruby/hoe-2.3.3"

@ -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-ruby/mkrf/mkrf-0.2.3-r2.ebuild,v 1.7 2012/08/11 19:47:19 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mkrf/mkrf-0.2.3-r2.ebuild,v 1.8 2012/09/27 10:40:22 ssuominen Exp $
EAPI="2"
USE_RUBY="ruby18 ruby19"
@ -20,7 +20,7 @@ HOMEPAGE="http://mkrf.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~hppa ~ppc ~x86"
KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE=""

@ -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-ruby/msgpack/msgpack-0.4.7.ebuild,v 1.1 2012/05/15 06:33:09 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/msgpack-0.4.7.ebuild,v 1.2 2012/09/27 09:39:02 ssuominen Exp $
EAPI="3"
@ -17,7 +17,7 @@ HOMEPAGE="http://msgpack.sourceforge.jp/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
each_ruby_configure() {

@ -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-ruby/multi_xml/multi_xml-0.5.1.ebuild,v 1.2 2012/08/14 04:32:48 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.1.ebuild,v 1.3 2012/09/27 09:43:36 ssuominen Exp $
EAPI=4
@ -18,7 +18,7 @@ DESCRIPTION="A generic swappable back-end for XML parsing"
HOMEPAGE="http://rdoc.info/gems/multi_xml"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
SLOT="0"
IUSE=""

@ -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-ruby/net-http-digest_auth/net-http-digest_auth-1.2.1.ebuild,v 1.1 2012/08/17 15:10:54 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.2.1.ebuild,v 1.2 2012/09/27 10:32:54 ssuominen Exp $
EAPI=4
@ -18,7 +18,7 @@ HOMEPAGE="http://github.com/drbrain/net-http-digest_auth"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~ppc ~ppc64"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/minitest )"

@ -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-ruby/net-http-persistent/net-http-persistent-2.7.ebuild,v 1.2 2012/07/14 17:35:58 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-persistent/net-http-persistent-2.7.ebuild,v 1.3 2012/09/27 10:32:28 ssuominen Exp $
EAPI=4
@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/drbrain/net-http-persistent"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~ppc ~ppc64"
IUSE="doc test"
ruby_add_bdepend "doc? ( dev-ruby/hoe )

@ -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-ruby/ntlm-http/ntlm-http-0.1.1.ebuild,v 1.1 2012/08/14 21:12:41 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ntlm-http/ntlm-http-0.1.1.ebuild,v 1.2 2012/09/27 10:31:39 ssuominen Exp $
EAPI=4
@ -20,7 +20,7 @@ HOMEPAGE="http://www.mindflowsolutions.net/"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~ppc ~ppc64"
IUSE="test"
ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"

@ -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-ruby/pdf-inspector/pdf-inspector-1.0.1.ebuild,v 1.1 2012/05/19 06:05:24 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-inspector/pdf-inspector-1.0.1.ebuild,v 1.2 2012/09/27 09:16:53 ssuominen Exp $
EAPI=4
@ -18,7 +18,7 @@ HOMEPAGE="http://github.com/sandal/pdf-inspector"
LICENSE="|| ( Ruby GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/pdf-reader-0.9.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-ruby/pdf-reader/pdf-reader-1.1.1.ebuild,v 1.1 2012/05/19 06:02:22 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-reader/pdf-reader-1.1.1.ebuild,v 1.2 2012/09/27 09:13:17 ssuominen Exp $
EAPI=4
@ -26,7 +26,7 @@ RUBY_S="${GITHUB_USER}-${PN}-*"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
ruby_add_rdepend "dev-ruby/ascii85 dev-ruby/ruby-rc4"

@ -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-ruby/pdf-writer/pdf-writer-1.1.8-r2.ebuild,v 1.2 2012/05/01 18:24:22 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-writer/pdf-writer-1.1.8-r2.ebuild,v 1.3 2012/09/27 09:16:06 ssuominen Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@ -16,7 +16,7 @@ HOMEPAGE="http://rubyforge.org/projects/ruby-pdf/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/color-1.4.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-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.5 2012/07/11 14:48:02 nativemad Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.6 2012/09/27 09:18:07 ssuominen Exp $
EAPI=2
USE_RUBY="ruby18 ree18 jruby ruby19"
@ -15,7 +15,7 @@ HOMEPAGE="http://prawn.majesticseacreature.com/"
LICENSE="|| ( GPL-2 Ruby )"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="examples"
ruby_add_bdepend "test? ( dev-ruby/test-spec dev-ruby/mocha )"

@ -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-ruby/prawn/prawn-0.8.4-r1.ebuild,v 1.4 2012/07/11 14:49:14 nativemad Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn/prawn-0.8.4-r1.ebuild,v 1.5 2012/09/27 09:18:08 ssuominen Exp $
EAPI=2
USE_RUBY="ruby18 ree18 jruby ruby19"
@ -15,7 +15,7 @@ HOMEPAGE="http://prawn.majesticseacreature.com/"
LICENSE="|| ( GPL-2 Ruby )"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE=""
ruby_add_rdepend "=dev-ruby/prawn-core-$(get_version_component_range 1-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-ruby/rack-cache/rack-cache-1.2.ebuild,v 1.2 2012/05/01 18:24:02 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/rack-cache-1.2.ebuild,v 1.3 2012/09/27 09:40:50 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -19,7 +19,7 @@ HOMEPAGE="http://tomayko.com/src/rack-cache/"
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "dev-ruby/rack"

@ -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-ruby/rack-protection/rack-protection-1.2.0.ebuild,v 1.4 2012/08/14 00:51:18 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.2.0.ebuild,v 1.5 2012/09/27 09:47:21 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19"
@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/rkh/rack-protection"
LICENSE="MIT"
SLOT="$(get_version_component_range 1)"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "test? ( dev-ruby/rack-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/dev-ruby/rack-test/rack-test-0.6.1.ebuild,v 1.5 2012/08/12 20:51:39 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/rack-test-0.6.1.ebuild,v 1.6 2012/09/27 09:46:32 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -19,7 +19,7 @@ HOMEPAGE="http://github.com/brynary/rack-test"
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend '>=dev-ruby/rack-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-ruby/ruby-atk/ruby-atk-1.1.3.ebuild,v 1.3 2012/08/17 13:09:07 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-1.1.3.ebuild,v 1.4 2012/09/27 08:50:09 ssuominen Exp $
EAPI="2"
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Atk bindings"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="${DEPEND} dev-libs/atk"
RDEPEND="${RDEPEND} dev-libs/atk"

@ -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-ruby/ruby-atk/ruby-atk-1.1.4.ebuild,v 1.1 2012/08/18 09:12:44 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-1.1.4.ebuild,v 1.2 2012/09/27 08:50:09 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Atk bindings"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="${DEPEND} dev-libs/atk"
RDEPEND="${RDEPEND} dev-libs/atk"

@ -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-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.3.ebuild,v 1.3 2012/08/17 13:03:28 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.3.ebuild,v 1.4 2012/09/27 08:52:40 ssuominen Exp $
EAPI="2"
USE_RUBY="ruby18 ruby19 ree18"
@ -12,7 +12,7 @@ inherit ruby-ng-gnome2
S=${WORKDIR}/ruby-gnome2-all-${PV}/gdk_pixbuf2
DESCRIPTION="Ruby GdkPixbuf2 bindings"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="x11-libs/gtk+: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-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.4.ebuild,v 1.1 2012/08/18 07:37:52 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-1.1.4.ebuild,v 1.2 2012/09/27 08:52:40 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -12,7 +12,7 @@ inherit ruby-ng-gnome2
RUBY_S=ruby-gnome2-all-${PV}/${RUBY_FAKEGEM_NAME}
DESCRIPTION="Ruby GdkPixbuf2 bindings"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="x11-libs/gtk+: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-ruby/ruby-gio2/ruby-gio2-1.1.3.ebuild,v 1.3 2012/08/17 13:03:56 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-1.1.3.ebuild,v 1.4 2012/09/27 08:54:27 ssuominen Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby binding of GooCanvas"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"

@ -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-ruby/ruby-gio2/ruby-gio2-1.1.4.ebuild,v 1.1 2012/08/18 09:20:13 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-1.1.4.ebuild,v 1.2 2012/09/27 08:54:27 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby binding of GooCanvas"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"

@ -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-ruby/ruby-gnome2/ruby-gnome2-1.0.3.ebuild,v 1.4 2012/04/17 18:43:19 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-1.0.3.ebuild,v 1.5 2012/09/27 08:56:53 ssuominen Exp $
EAPI="2"
USE_RUBY="ruby18"
@ -13,7 +13,7 @@ SRC_URI=""
LICENSE="Ruby"
SLOT="0"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="${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-ruby/ruby-gnome2/ruby-gnome2-1.1.3.ebuild,v 1.3 2012/08/17 13:05:22 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-1.1.3.ebuild,v 1.4 2012/09/27 08:56:53 ssuominen Exp $
EAPI="2"
USE_RUBY="ruby18 ruby19 ree18"
@ -13,7 +13,7 @@ SRC_URI=""
LICENSE="Ruby"
SLOT="0"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/ruby-gio2-${PV}

@ -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-ruby/ruby-gnome2/ruby-gnome2-1.1.4.ebuild,v 1.1 2012/08/18 10:57:31 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-1.1.4.ebuild,v 1.2 2012/09/27 08:56:53 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -13,7 +13,7 @@ SRC_URI=""
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/ruby-gio2-${PV}

@ -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-ruby/ruby-goocanvas/ruby-goocanvas-1.0.3.ebuild,v 1.4 2012/04/17 18:40:14 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-goocanvas/ruby-goocanvas-1.0.3.ebuild,v 1.5 2012/09/27 09:01:44 ssuominen Exp $
EAPI=2
USE_RUBY="ruby18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby binding of GooCanvas"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="${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-ruby/ruby-goocanvas/ruby-goocanvas-1.1.3.ebuild,v 1.3 2012/08/17 13:08:04 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-goocanvas/ruby-goocanvas-1.1.3.ebuild,v 1.4 2012/09/27 09:01:44 ssuominen Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby binding of GooCanvas"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="${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-ruby/ruby-goocanvas/ruby-goocanvas-1.1.4.ebuild,v 1.1 2012/08/18 09:55:50 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-goocanvas/ruby-goocanvas-1.1.4.ebuild,v 1.2 2012/09/27 09:01:44 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby binding of GooCanvas"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="${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-ruby/ruby-gstreamer/ruby-gstreamer-1.0.3.ebuild,v 1.5 2012/05/04 18:47:54 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-1.0.3.ebuild,v 1.6 2012/09/27 09:02:56 ssuominen Exp $
EAPI="2"
USE_RUBY="ruby18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby GStreamer bindings"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="${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-ruby/ruby-gstreamer/ruby-gstreamer-1.1.3.ebuild,v 1.4 2012/08/17 13:04:50 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-1.1.3.ebuild,v 1.5 2012/09/27 09:02:56 ssuominen Exp $
EAPI="2"
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby GStreamer bindings"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="${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-ruby/ruby-gstreamer/ruby-gstreamer-1.1.4.ebuild,v 1.2 2012/09/09 08:50:23 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-1.1.4.ebuild,v 1.3 2012/09/27 09:02:56 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby GStreamer bindings"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="${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-ruby/ruby-gtk2/ruby-gtk2-1.1.3.ebuild,v 1.3 2012/08/17 13:09:37 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-1.1.3.ebuild,v 1.4 2012/09/27 08:56:03 ssuominen Exp $
EAPI="2"
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Gtk2 bindings"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="${DEPEND} x11-libs/gtk+: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-ruby/ruby-gtk2/ruby-gtk2-1.1.4.ebuild,v 1.1 2012/08/18 09:20:46 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-1.1.4.ebuild,v 1.2 2012/09/27 08:56:03 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Gtk2 bindings"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="${DEPEND} x11-libs/gtk+: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-ruby/ruby-gtksourceview/ruby-gtksourceview-1.1.4.ebuild,v 1.1 2012/08/18 10:56:12 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-1.1.4.ebuild,v 1.2 2012/09/27 08:59:15 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -12,7 +12,7 @@ inherit ruby-ng-gnome2
RUBY_S=ruby-gnome2-all-${PV}/gtksourceview2
DESCRIPTION="Ruby bindings for gtksourceview"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="${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-ruby/ruby-opengl/ruby-opengl-0.60.1-r2.ebuild,v 1.5 2012/08/11 19:47:52 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ruby-opengl-0.60.1-r2.ebuild,v 1.6 2012/09/27 10:40:19 ssuominen Exp $
EAPI="4"
USE_RUBY="ruby18 ruby19"
@ -19,7 +19,7 @@ HOMEPAGE="http://ruby-opengl.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~hppa ~ppc ~x86"
KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE=""

@ -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-ruby/ruby-pango/ruby-pango-1.1.3.ebuild,v 1.3 2012/08/17 13:06:32 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ruby-pango-1.1.3.ebuild,v 1.4 2012/09/27 08:57:55 ssuominen Exp $
EAPI="2"
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Pango bindings"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="${DEPEND}
>=x11-libs/pango-1.2.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-ruby/ruby-pango/ruby-pango-1.1.4.ebuild,v 1.1 2012/08/18 08:06:38 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ruby-pango-1.1.4.ebuild,v 1.2 2012/09/27 08:57:55 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Pango bindings"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="${DEPEND}
>=x11-libs/pango-1.2.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-ruby/ruby-poppler/ruby-poppler-1.1.3.ebuild,v 1.4 2012/08/17 13:05:56 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ruby-poppler-1.1.3.ebuild,v 1.5 2012/09/27 09:00:43 ssuominen Exp $
EAPI="2"
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby poppler-glib bindings"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="${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-ruby/ruby-poppler/ruby-poppler-1.1.4.ebuild,v 1.1 2012/08/18 10:53:40 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ruby-poppler-1.1.4.ebuild,v 1.2 2012/09/27 09:00:43 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby poppler-glib bindings"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="${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-ruby/ruby-rc4/ruby-rc4-0.1.5.ebuild,v 1.4 2012/08/14 14:23:05 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rc4/ruby-rc4-0.1.5.ebuild,v 1.5 2012/09/27 09:12:46 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19 jruby"
@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/caiges/Ruby-RC4"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
all_ruby_prepare() {

@ -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-ruby/ruby-rsvg/ruby-rsvg-1.1.3.ebuild,v 1.4 2012/08/17 13:07:40 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ruby-rsvg-1.1.3.ebuild,v 1.5 2012/09/27 09:00:11 ssuominen Exp $
EAPI="2"
USE_RUBY="ruby18 ruby19 ree18"
@ -12,7 +12,7 @@ inherit ruby-ng-gnome2
S=${WORKDIR}/ruby-gnome2-all-${PV}/rsvg2
DESCRIPTION="Ruby bindings for librsvg"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc x86"
IUSE="cairo"
RDEPEND="${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-ruby/ruby-rsvg/ruby-rsvg-1.1.4.ebuild,v 1.1 2012/08/18 10:49:05 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-rsvg/ruby-rsvg-1.1.4.ebuild,v 1.2 2012/09/27 09:00:11 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -12,7 +12,7 @@ inherit ruby-ng-gnome2
RUBY_S=ruby-gnome2-all-${PV}/rsvg2
DESCRIPTION="Ruby bindings for librsvg"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="cairo"
RDEPEND="${RDEPEND}

@ -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-ruby/ruby-shout/ruby-shout-2.2.0.ebuild,v 1.1 2010/09/19 13:42:44 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.0.ebuild,v 1.2 2012/09/27 18:57:46 johu Exp $
EAPI=2
@ -18,7 +18,7 @@ HOMEPAGE="http://ruby-shout.rubyforge.org/"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
RDEPEND="${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-ruby/ruby-vte/ruby-vte-1.1.3.ebuild,v 1.4 2012/08/17 13:08:37 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-1.1.3.ebuild,v 1.5 2012/09/27 08:55:11 ssuominen Exp $
EAPI="2"
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby vte bindings"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="${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-ruby/ruby-vte/ruby-vte-1.1.4.ebuild,v 1.1 2012/08/18 10:51:12 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-1.1.4.ebuild,v 1.2 2012/09/27 08:55:11 ssuominen Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby vte bindings"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="${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-ruby/ruby-xslt/ruby-xslt-0.9.9.ebuild,v 1.3 2012/09/24 19:12:22 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xslt/ruby-xslt-0.9.9.ebuild,v 1.4 2012/09/27 19:00:58 johu Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 ree18"
@ -17,7 +17,7 @@ HOMEPAGE="http://www.rubyfr.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc64 ~x86"
KEYWORDS="amd64 ~ppc64 x86"
IUSE=""
DEPEND="${DEPEND} >=dev-libs/libxslt-1.1.12"

@ -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-ruby/rubyzip/rubyzip-0.9.9.ebuild,v 1.2 2012/09/24 19:12:51 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyzip/rubyzip-0.9.9.ebuild,v 1.3 2012/09/27 19:06:12 johu Exp $
EAPI=4
@ -20,7 +20,7 @@ RUBY_S="aussiegeek-rubyzip-*"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
IUSE=""
RDEPEND=""

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

Loading…
Cancel
Save