Sync with portage [Tue Nov 25 21:41:04 MSK 2014].

mhiretskiy
root 10 years ago
parent 49f2218146
commit 1ea11c2f33

@ -1,3 +1,3 @@
DIST caribou-0.4.13.tar.xz 404560 SHA256 953ba618621fda8a828d0d797fc916dbe35990dc01d7aa99d15e5e2241ee2782 SHA512 fec31a4ac31878695bb4063711d7ffbf98280b5ec72405bb502bf7750cfdec133d1b672ffae79b373ef82cc42c2be781e5127f6f8b48deea5d25864ecd7663ca WHIRLPOOL bec2332a6fa0bce30881a205f7919fd7396cc64d5a42aa9bd98987bff96f008f4eddee4ef29dd3a2185a41d8d55a6aba618979a02cbffaa08e23d4671b6182d8
DIST caribou-0.4.14.tar.xz 405860 SHA256 291c5fd856c081ddaedd6fabd510bbe21c15ac689274ab99c88174a609a7e1c1 SHA512 be2ee506bd7355ab882c91c89d8ced054529f309f9c159352993b73d536ffb186558066de5a44f80787b6abdf4e7d030d5e0df03e132b1185b2d5a7983484278 WHIRLPOOL 50f9660a760d8d89eca8ec91acf0a3bbd85e016e2992e387c56376a3726b7f3ecad53d2a61de1661564a7f0bba1f320181ca5910809858c7163e12341e59805f
DIST caribou-0.4.15.tar.xz 405968 SHA256 fdb7c645f4b35d2e106bb7d48fba914950ef84020fc8ad470cfab6a44e925f10 SHA512 6bdaef9a6c68e75d1f22f2e1029b20c7014a809527caa474ea97a931af4a09c8e83a792ecbcd13fd8dd23b9bb2f2ced5b5e03aa0ac1e58c5099ec9ac623a9b1c WHIRLPOOL c1cf4e46d36a38137f6b8fe88963c6cb3ff042033004826137e984886b1497fd035b449fe9b4e2b2acd80fe71934e144d869cfcd8f752f9b8902c952bd91b4b0
DIST caribou-0.4.16.tar.xz 407456 SHA256 8e70090f9cf64e3b42f6995e3228ab1f38a438687d13e2aa9497925a2a6b1d32 SHA512 ca5cf7b30a042e963c47208b9d071725ddfc8a8c22e084f67fdb037d462c472b17391ecb34be81d210473969ee16d204c0abf8761a017e5b969668739dc0ad9c WHIRLPOOL 7dc6f5a9438cc2d829d833beac8689738a7d2f9ce4d1dcc2d09b503f67c5b2cf3f76f74f15156196deade6a66a0882170dc1fc39f011b69d41a4a8e77243ef06

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/caribou-0.4.14.ebuild,v 1.1 2014/09/04 09:41:45 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/caribou-0.4.16.ebuild,v 1.1 2014/11/25 09:03:41 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"

@ -11,6 +11,10 @@
<email>pacho@gentoo.org</email>
<description>Proxy maintainer, CC him in bugs.</description>
</maintainer>
<maintainer>
<email>dilfridge@gentoo.org</email>
<description>Proxy maintainer, CC him in bugs.</description>
</maintainer>
<use>
<flag name='hsm'>Installs Tivoli Storage Manager for Space Management</flag>
<flag name='tsm_cit'>IBM Tivoli Common Inventory Technology</flag>

@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.12.1-r1.ebuild,v 1.1 2014/11/24 12:03:30 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.12.1-r1.ebuild,v 1.2 2014/11/25 15:38:33 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes" # plugins are dlopened
PYTHON_COMPAT=( python3_{2,3} )
PYTHON_COMPAT=( python3_{2,3,4} )
PYTHON_REQ_USE="xml"
inherit eutils gnome2 multilib python-r1

@ -1,56 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/ldapsdk/ldapsdk-4.1.7-r3.ebuild,v 1.2 2008/04/28 21:25:20 betelgeuse Exp $
EAPI=1
JAVA_PKG_IUSE="doc source"
inherit eutils java-pkg-2 java-ant-2
DESCRIPTION="Netscape Directory SDK for Java"
HOMEPAGE="http://www.mozilla.org/directory/javasdk.html"
SRC_URI="http://www.mozilla.org/directory/${PN}_java_20020819.tar.gz"
LICENSE="MPL-1.1"
SLOT="4.1"
KEYWORDS="amd64 x86"
IUSE="doc"
RDEPEND=">=virtual/jre-1.4
dev-java/jss:3.4
dev-java/jakarta-oro:2.0"
DEPEND=">=virtual/jdk-1.4
${RDEPEND}"
S=${WORKDIR}/mozilla/directory/java-sdk
src_unpack() {
unpack ${A}
cd "${WORKDIR}"/mozilla
epatch ${FILESDIR}/ldapsdk-gentoo.patch
cd "${S}"
echo "ororegexp.jar=$(java-pkg_getjars jakarta-oro-2.0)" > build.properties
echo "jss.jar=$(java-pkg_getjars jss-3.4)" >> build.properties
cd "${S}"/ldapjdk/lib
rm -f *.jar
java-pkg_jar-from jss-3.4
cd "${S}"/ldapsp/lib
rm *.jar
java-pkg_filter-compiler jikes
}
src_compile() {
eant dist-jdk dist-filter dist-beans dist-jndi $(use_doc build-docs)
}
src_install() {
java-pkg_dojar dist/packages/*.jar
use doc && java-pkg_dojavadoc dist/doc/ldapsp
use source && \
java-pkg_dosrc {ldapsp,ldapjdk}/com {ldapjdk,ldapbeans,ldapfilter}/netscape
}

@ -1,2 +1 @@
DIST prefuse-beta-20060715.zip 4327180 SHA256 0a44ad918a1cf595fa55d12835467434ee6066d78329127453802ff886b409b8 SHA512 12049305c26c132cf54577019e5f1c83f0e40e393dbe99b4c7a9b8e6b9468cc15d78638d2b936566b6594a343ff418eee95fba9f12194978a885d8ffedec6201 WHIRLPOOL ea20d8f007e02b1205cfd1b8397e2cb38d09002da05691753a664eaacf82231bc9f8ff0a60c41a8a8bd7ea9652a887f9db2d2df1a5c9550311f101d3cb20575a
DIST prefuse-beta-20071021.zip 4334966 SHA256 c816d4182c31e23ecb63470ea009a70dfedc76dc8e3a0af8f240867047526b2d SHA512 289386d4614d5f04ac3dbe0bb0be41186540e278b36089a8dfd8f1accd813b229d85a1a36fb05f15d204b77c22e6e41eefa259cff42d8f26680574c6dec7e983 WHIRLPOOL b41d4688bac272756f0860e90e7d66ee72cc078562417698c2c51b1233d10c7b15070f26c38d60648fd4ba796e8530f54a166a89a74271f5e24d59e307efdfe0

@ -1,52 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/prefuse/prefuse-20060715_beta.ebuild,v 1.11 2014/08/10 20:22:23 slyfox Exp $
EAPI=1
JAVA_PKG_IUSE="doc examples source"
inherit java-pkg-2 java-ant-2
MY_PV=${PV/_beta/}
MY_P=${PN}-beta-${MY_PV}
DESCRIPTION="UI toolkit for building highly interactive visualizations of structured and unstructured data"
SRC_URI="mirror://sourceforge/prefuse/${MY_P}.zip"
HOMEPAGE="http://prefuse.org"
LICENSE="BSD"
SLOT="2006"
KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
IUSE=""
COMMON_DEP="dev-java/lucene:1"
DEPEND=">=virtual/jdk-1.4
${COMMON_DEP}
>=app-arch/unzip-5.50-r1"
RDEPEND=">=virtual/jre-1.4
${COMMON_DEP}"
S=${WORKDIR}/${PN}-beta
src_unpack() {
unpack ${A}
cd "${S}"
find lib/ -name "*.jar" | xargs rm -v
}
src_compile() {
java-pkg_filter-compiler jikes
local targets="prefuse"
use examples && targets="${targets} demos"
eant $(use_doc api) ${targets} \
-Dlucene.lib=$(java-pkg_getjars lucene-1)
}
src_install() {
java-pkg_dojar build/${PN}.jar
dodoc readme.txt || die
use doc && java-pkg_dojavadoc doc/api
use source && java-pkg_dosrc src/*
use examples && java-pkg_doexamples demos/*
}

@ -1,2 +1,2 @@
DIST libksba-1.3.0.tar.bz2 624704 SHA256 5a61eed50550d4d0dcb47457ce7b6a90f8e719d42a3b25f7e79333e8cd721971 SHA512 51023119346fb7ffa31eee205376b7efb0fab42dee73c669c3174c2ebf4100008d3f508f8d49da27b1ea865c46d407b430c47ce503a8d63c069f59132ee638d9 WHIRLPOOL 26dfb3230a00f2fa3dbee161b192e6fd8ce404ce0020379a847a3842a16c1092959f5f69f6e1ebc668dc531be2de6fe4c5e8bbab08c508a152fab40a2640aa77
DIST libksba-1.3.1.tar.bz2 598524 SHA256 bc96b95516bd2b67f413bc8b5cc5a75a2583c6e666d24dfd0d5bcc6b1aab46f9 SHA512 ac3dd718f074ef74e75046eccc4c234c31d9f730c8750bd9371feee0fb31e3771c87fc008815d70b61232239ffc65ea8b89bc4011fda004cac896699ac9618ab WHIRLPOOL 5c9851693808bab067f9c2c7109837a4c108d6ed11d068014b842ef9a4c441c5d4df83b7c23afd2365603651cec89ec8a312d184d08718c53cc59b2cc514de5b
DIST libksba-1.3.2.tar.bz2 600952 SHA256 eb95537955dfc2845690a4cc3836074fa6d0a2c2ca2cbf1759364d3bd9868406 SHA512 e8e0aa765256bcf2b6bea46a83d826f455083c97c51c1c9e2bc62423f12665780397de20d3f314387a5e3866a9d53812ead0bb05a669a89e14427d69269941e4 WHIRLPOOL fe0fd390c632f918cfd46f81e036f10af328abfc8a10284f0b562dfa567faf11aea1397ce6a65bf2428385ea1a5398d771460c873cbb2ac8e6d002da4846bfe1

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.1.ebuild,v 1.1 2014/10/08 06:14:01 alonbl Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.2.ebuild,v 1.1 2014/11/25 13:43:13 k_f Exp $
EAPI="4"

@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ipdb/ipdb-0.8.ebuild,v 1.1 2013/10/02 02:41:16 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/ipdb/ipdb-0.8.ebuild,v 1.2 2014/11/25 09:14:21 pacho Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.81.ebuild,v 1.3 2014/03/31 21:19:47 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.81.ebuild,v 1.4 2014/11/25 09:16:57 pacho Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/manuel-1.7.1.ebuild,v 1.7 2014/08/10 21:13:40 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/manuel-1.7.1.ebuild,v 1.8 2014/11/25 09:23:14 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python2_{6,7} python{3_2,3_3} pypy pypy2_0 )
PYTHON_COMPAT=( python2_{6,7} python{3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1 eutils

@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/minimock-1.2.8-r1.ebuild,v 1.5 2013/08/07 13:27:42 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/minimock-1.2.8-r1.ebuild,v 1.6 2014/11/25 09:32:00 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/netaddr/netaddr-0.7.12.ebuild,v 1.2 2014/09/27 08:21:05 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/netaddr/netaddr-0.7.12.ebuild,v 1.3 2014/11/25 09:45:15 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.4.0.ebuild,v 1.3 2014/09/27 20:09:28 alunduil Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.4.0.ebuild,v 1.4 2014/11/25 09:46:39 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 )
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-2.2.0-r1.ebuild,v 1.1 2014/09/26 19:42:48 alunduil Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-2.2.0-r1.ebuild,v 1.2 2014/11/25 09:41:35 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 )
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.1.0.ebuild,v 1.5 2014/09/27 19:20:47 alunduil Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.1.0.ebuild,v 1.6 2014/11/25 09:44:12 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 )
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit distutils-r1

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-2.0.0-r2.ebuild,v 1.3 2014/05/27 20:01:58 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-2.0.0-r2.ebuild,v 1.4 2014/11/25 09:57:01 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{3_2,3_3} )
PYTHON_COMPAT=( python{3_2,3_3,3_4} )
PYTHON_REQ_USE="tk"
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/progressbar/progressbar-2.3-r1.ebuild,v 1.9 2014/03/31 20:46:54 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/progressbar/progressbar-2.3-r1.ebuild,v 1.10 2014/11/25 09:58:02 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/py-bcrypt/py-bcrypt-0.4.ebuild,v 1.6 2014/01/05 01:11:42 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/py-bcrypt/py-bcrypt-0.4.ebuild,v 1.7 2014/11/25 10:01:28 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r2.ebuild,v 1.2 2014/03/05 14:10:15 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r2.ebuild,v 1.3 2014/11/25 10:03:58 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyev/pyev-0.8.1.ebuild,v 1.4 2013/10/13 08:56:02 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyev/pyev-0.8.1.ebuild,v 1.5 2014/11/25 10:09:23 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygal/pygal-1.5.1.ebuild,v 1.1 2014/09/30 07:22:41 yngwin Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygal/pygal-1.5.1.ebuild,v 1.2 2014/11/25 10:17:04 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygpgme/pygpgme-0.3-r1.ebuild,v 1.3 2013/06/30 15:57:56 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygpgme/pygpgme-0.3-r1.ebuild,v 1.4 2014/11/25 10:18:40 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pynzb/pynzb-0.1.0-r1.ebuild,v 1.3 2014/03/31 21:20:03 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pynzb/pynzb-0.1.0-r1.ebuild,v 1.4 2014/11/25 10:25:45 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-2014.1.ebuild,v 1.1 2014/06/05 08:14:17 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-2014.1.ebuild,v 1.2 2014/11/25 10:38:20 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.5.1.ebuild,v 1.2 2014/08/10 21:17:34 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.5.1.ebuild,v 1.3 2014/11/25 10:44:20 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-levenshtein/python-levenshtein-0.11.2.ebuild,v 1.3 2014/03/31 20:46:52 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-levenshtein/python-levenshtein-0.11.2.ebuild,v 1.4 2014/11/25 10:51:56 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/python-mpd-0.5.3.ebuild,v 1.5 2014/07/06 12:49:07 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/python-mpd-0.5.3.ebuild,v 1.6 2014/11/25 10:52:58 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1 vcs-snapshot

@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.6.0.ebuild,v 1.4 2014/07/23 15:15:20 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.6.0.ebuild,v 1.5 2014/11/25 13:41:43 pacho Exp $
EAPI=5
PYTHON_REQ_USE="xml"
PYTHON_COMPAT=( python{2_7,3_3} )
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1 eutils

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-social-auth/python-social-auth-0.1.26.ebuild,v 1.2 2014/08/31 20:33:44 maksbotan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-social-auth/python-social-auth-0.1.26.ebuild,v 1.3 2014/11/25 10:56:18 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3} )
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild,v 1.3 2014/07/02 13:48:27 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild,v 1.4 2014/11/25 11:00:02 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python3_3 )
PYTHON_COMPAT=( python3_{3,4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-9999.ebuild,v 1.4 2014/03/31 21:03:55 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-9999.ebuild,v 1.5 2014/11/25 11:01:23 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
#if LIVE
EGIT_REPO_URI="https://github.com/iustin/${PN}.git

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxenstore/pyxenstore-0.0.2.ebuild,v 1.2 2014/08/10 21:20:28 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxenstore/pyxenstore-0.0.2.ebuild,v 1.3 2014/11/25 11:07:24 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 )
PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 python3_4 )
inherit distutils-r1

@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild,v 1.2 2013/12/06 05:41:44 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild,v 1.3 2014/11/25 11:10:18 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 )
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit vcs-snapshot distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/recaptcha-client/recaptcha-client-1.0.6-r1.ebuild,v 1.2 2013/09/05 18:46:44 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/recaptcha-client/recaptcha-client-1.0.6-r1.ebuild,v 1.3 2014/11/25 11:12:12 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild,v 1.2 2014/02/24 22:33:57 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild,v 1.3 2014/11/25 11:17:01 pacho Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1 vcs-snapshot

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/roman/roman-2.0.0.ebuild,v 1.2 2014/03/31 21:14:12 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/roman/roman-2.0.0.ebuild,v 1.3 2014/11/25 11:18:07 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-2.0.ebuild,v 1.2 2013/12/25 16:01:31 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-2.0.ebuild,v 1.3 2014/11/25 11:24:05 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/rpyc-3.2.3-r1.ebuild,v 1.1 2014/01/11 22:52:43 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/rpyc-3.2.3-r1.ebuild,v 1.2 2014/11/25 11:25:19 pacho Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.0.ebuild,v 1.2 2014/08/10 21:21:45 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.0.ebuild,v 1.3 2014/11/25 11:27:32 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.4 2014/08/10 21:21:52 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.5 2014/11/25 11:28:53 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/socksipy/socksipy-1.02.ebuild,v 1.2 2014/02/24 22:34:04 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/socksipy/socksipy-1.02.ebuild,v 1.3 2014/11/25 11:32:14 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx-better-theme/sphinx-better-theme-0.1.5.ebuild,v 1.12 2014/05/14 16:11:06 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx-better-theme/sphinx-better-theme-0.1.5.ebuild,v 1.13 2014/11/25 11:33:27 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/termcolor/termcolor-1.1.0-r1.ebuild,v 1.5 2014/08/10 21:23:03 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/termcolor/termcolor-1.1.0-r1.ebuild,v 1.6 2014/11/25 12:49:05 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild,v 1.4 2014/03/31 21:11:45 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild,v 1.5 2014/11/25 12:56:19 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/tpg/tpg-3.2.2-r1.ebuild,v 1.1 2014/03/30 08:29:58 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/tpg/tpg-3.2.2-r1.ebuild,v 1.2 2014/11/25 12:57:51 pacho Exp $
EAPI=5
# py2.6 doesn't pass tests
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/twython/twython-3.2.0.ebuild,v 1.1 2014/11/03 05:56:51 ercpe Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twython/twython-3.2.0.ebuild,v 1.2 2014/11/25 12:59:56 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/txAMQP/txAMQP-0.6.2.ebuild,v 1.5 2014/03/31 21:19:31 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/txAMQP/txAMQP-0.6.2.ebuild,v 1.6 2014/11/25 13:02:30 pacho Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1
DESCRIPTION="Python library for communicating with AMQP peers using Twisted"

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/webassets/webassets-0.10.1.ebuild,v 1.1 2014/09/30 04:48:19 yngwin Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/webassets/webassets-0.10.1.ebuild,v 1.2 2014/11/25 13:10:48 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_3} )
PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="Asset management for Python web development"

@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/yapsy/yapsy-1.10.423.ebuild,v 1.1 2014/09/30 07:17:50 yngwin Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/yapsy/yapsy-1.10.423.ebuild,v 1.2 2014/11/25 13:18:19 pacho Exp $
EAPI="5"
MY_P="Yapsy-${PV}"
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit distutils-r1

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.20.ebuild,v 1.1 2014/10/31 08:55:50 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.20.ebuild,v 1.2 2014/11/25 11:30:15 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_DOC=""
@ -55,17 +55,3 @@ all_ruby_prepare() {
# all the test-unit features needed.
sed -i -e '1igem "test-unit"' test/abstract_unit.rb || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Ignore failing tests on jruby in the interest of a security update
sed -i -e '/test_not_allowed_to_expand_parameter_entities_to_files/,/^ end/ s:^:#:' \
-e '/test_exception_thrown_on_expansion_attack/,/^ end/ s:^:#:' \
test/xml_mini/jdom_engine_test.rb || die
sed -i \
-e '/test_exception_thrown_on_expansion_attack/,/^ end/ s:^:#:' \
test/xml_mini/nokogiri_engine_test.rb || die
;;
esac
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.21.ebuild,v 1.1 2014/11/17 20:12:24 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.21.ebuild,v 1.2 2014/11/25 11:30:15 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_DOC=""
@ -55,17 +55,3 @@ all_ruby_prepare() {
# all the test-unit features needed.
sed -i -e '1igem "test-unit"' test/abstract_unit.rb || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Ignore failing tests on jruby in the interest of a security update
sed -i -e '/test_not_allowed_to_expand_parameter_entities_to_files/,/^ end/ s:^:#:' \
-e '/test_exception_thrown_on_expansion_attack/,/^ end/ s:^:#:' \
test/xml_mini/jdom_engine_test.rb || die
sed -i \
-e '/test_exception_thrown_on_expansion_attack/,/^ end/ s:^:#:' \
test/xml_mini/nokogiri_engine_test.rb || die
;;
esac
}

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.10.2.ebuild,v 1.4 2014/08/05 16:00:28 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.10.2.ebuild,v 1.5 2014/11/25 11:24:58 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
@ -25,17 +25,3 @@ ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"
all_ruby_prepare() {
sed -i -e '/git ls-files/d' chronic.gemspec || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Two tests error when using ruby18, however the library still
# functions correctly: https://github.com/mojombo/chronic/issues/219
# The same tests also fail on jruby1.6
sed -i -e '/def test_time/,+9d' test/test_chronic.rb || die
sed -i -e '/def test_handle_generic/,+29d' test/test_parsing.rb || die
;;
*)
;;
esac
}

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/css_parser-1.3.5-r1.ebuild,v 1.3 2014/05/20 17:58:10 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/css_parser/css_parser-1.3.5-r1.ebuild,v 1.4 2014/11/25 11:24:13 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_DOC_DIR="doc"
@ -38,12 +38,6 @@ all_ruby_prepare() {
}
each_ruby_prepare() {
if [[ ${RUBY} == */jruby ]]; then
sed -i -e '/add_development_dependency/i s.add_dependency("jruby-openssl")' "${RUBY_FAKEGEM_GEMSPEC}" || die
fi
}
each_ruby_test() {
${RUBY} -Ilib test/*.rb || die
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild,v 1.3 2014/04/19 07:37:27 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild,v 1.4 2014/11/25 11:32:48 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_DOCDIR="html"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
@ -49,9 +49,5 @@ each_ruby_prepare() {
# actually works as evidenced by the thor test suite.
rm test/test_fake_web_open_uri.rb test/test_allow_net_connect.rb test/test_fake_web.rb || die
;;
*jruby)
# jruby has different deprecation warnings
rm test/test_deprecations.rb || die
;;
esac
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.19.ebuild,v 1.10 2014/04/24 20:16:56 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.19.ebuild,v 1.11 2014/11/25 11:23:27 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 jruby"
USE_RUBY="ruby19"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc TODO"
RUBY_FAKEGEM_DOCDIR="doc/html"
@ -36,12 +36,5 @@ all_ruby_prepare() {
}
each_ruby_test() {
case ${RUBY} in
*jruby)
ewarn "Skipping tests since they hang indefinitely."
;;
*)
${RUBY} -S rake test || die
;;
esac
${RUBY} -S rake test || die
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.21.ebuild,v 1.2 2014/04/24 20:16:56 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.21.ebuild,v 1.3 2014/11/25 11:23:27 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc TODO"
RUBY_FAKEGEM_DOCDIR="doc/html"
@ -36,12 +36,5 @@ all_ruby_prepare() {
}
each_ruby_test() {
case ${RUBY} in
*jruby)
ewarn "Skipping tests since they hang indefinitely."
;;
*)
${RUBY} -S rake test || die
;;
esac
${RUBY} -S rake test || die
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/locale-2.1.0-r1.ebuild,v 1.17 2014/11/18 11:47:13 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/locale-2.1.0-r1.ebuild,v 1.18 2014/11/25 11:31:41 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc/reference"
@ -31,18 +31,6 @@ all_ruby_prepare() {
sed -i -e '/notify/ s:^:#:' test/run-test.rb || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Avoid failing tests in the partial jruby
# implementation. This may be dependeny on the specific
# locales available or it may be an issue with Gentoo still
# using jruby 1.6.
sed -i -e '/test_locales/,/end/ s:^:#:' test/test_driver_jruby.rb || die
;;
esac
}
all_ruby_compile() {
all_fakegem_compile

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/locale-2.1.0-r2.ebuild,v 1.4 2014/08/13 18:45:42 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/locale-2.1.0-r2.ebuild,v 1.5 2014/11/25 11:31:41 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc/reference"
@ -31,18 +31,6 @@ all_ruby_prepare() {
sed -i -e '/notify/ s:^:#:' test/run-test.rb || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Avoid failing tests in the partial jruby
# implementation. This may be dependeny on the specific
# locales available or it may be an issue with Gentoo still
# using jruby 1.6.
sed -i -e '/test_locales/,/end/ s:^:#:' test/test_driver_jruby.rb || die
;;
esac
}
all_ruby_compile() {
all_fakegem_compile

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.5.10.ebuild,v 1.15 2014/11/18 11:46:49 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.5.10.ebuild,v 1.16 2014/11/25 13:10:25 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
@ -58,60 +58,33 @@ each_ruby_prepare() {
test/test_convert_xpath.rb || die
sed -i -e '/entity_reference_without_dtdload/,/^ end/ s:^:#:' \
test/xml/test_entity_reference.rb || die
case ${RUBY} in
*jruby)
# Avoid failing tests:
# https://github.com/sparklemotion/nokogiri/issues/721
rm test/xslt/test_exception_handling.rb test/test_xslt_transforms.rb || die
;;
*)
;;
esac
}
each_ruby_configure() {
case ${RUBY} in
*jruby)
;;
*)
${RUBY} -Cext/${PN} extconf.rb \
--with-zlib-include="${EPREFIX}"/usr/include \
--with-zlib-lib="${EPREFIX}"/$(get_libdir) \
--with-iconv-include="${EPREFIX}"/usr/include \
--with-iconv-lib="${EPREFIX}"/$(get_libdir) \
--with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
--with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
--with-xslt-dir="${EPREFIX}"/usr \
--with-iconvlib=iconv \
|| die "extconf.rb failed"
;;
esac
${RUBY} -Cext/${PN} extconf.rb \
--with-zlib-include="${EPREFIX}"/usr/include \
--with-zlib-lib="${EPREFIX}"/$(get_libdir) \
--with-iconv-include="${EPREFIX}"/usr/include \
--with-iconv-lib="${EPREFIX}"/$(get_libdir) \
--with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
--with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
--with-xslt-dir="${EPREFIX}"/usr \
--with-iconvlib=iconv \
|| die "extconf.rb failed"
}
each_ruby_compile() {
case ${RUBY} in
*jruby)
if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
fi
${RUBY} -S rake compile || die
;;
*)
if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical failed"
fi
if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
fi
emake -Cext/${PN} \
V=1 \
CFLAGS="${CFLAGS} -fPIC" \
archflag="${LDFLAGS}" || die "make extension failed"
cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
;;
esac
if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical failed"
fi
if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
fi
emake -Cext/${PN} \
V=1 \
CFLAGS="${CFLAGS} -fPIC" \
archflag="${LDFLAGS}" || die "make extension failed"
cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild,v 1.8 2014/08/28 02:53:26 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.0.ebuild,v 1.9 2014/11/25 13:10:25 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc CHANGELOG.ja.rdoc README.rdoc README.ja.rdoc ROADMAP.md STANDARD_RESPONSES.md"
@ -57,61 +57,34 @@ each_ruby_prepare() {
test/test_convert_xpath.rb || die
sed -i -e '/entity_reference_without_dtdload/,/^ end/ s:^:#:' \
test/xml/test_entity_reference.rb || die
case ${RUBY} in
*jruby)
# Avoid failing tests:
# https://github.com/sparklemotion/nokogiri/issues/721
rm test/xslt/test_exception_handling.rb test/test_xslt_transforms.rb || die
;;
*)
;;
esac
}
each_ruby_configure() {
case ${RUBY} in
*jruby)
;;
*)
NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
${RUBY} -Cext/${PN} extconf.rb \
--with-zlib-include="${EPREFIX}"/usr/include \
--with-zlib-lib="${EPREFIX}"/$(get_libdir) \
--with-iconv-include="${EPREFIX}"/usr/include \
--with-iconv-lib="${EPREFIX}"/$(get_libdir) \
--with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
--with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
--with-xslt-dir="${EPREFIX}"/usr \
--with-iconvlib=iconv \
|| die "extconf.rb failed"
;;
esac
NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
${RUBY} -Cext/${PN} extconf.rb \
--with-zlib-include="${EPREFIX}"/usr/include \
--with-zlib-lib="${EPREFIX}"/$(get_libdir) \
--with-iconv-include="${EPREFIX}"/usr/include \
--with-iconv-lib="${EPREFIX}"/$(get_libdir) \
--with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
--with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
--with-xslt-dir="${EPREFIX}"/usr \
--with-iconvlib=iconv \
|| die "extconf.rb failed"
}
each_ruby_compile() {
case ${RUBY} in
*jruby)
if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
fi
${RUBY} -S rake compile || die
;;
*)
if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical failed"
fi
if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
fi
emake -Cext/${PN} \
V=1 \
CFLAGS="${CFLAGS} -fPIC" \
archflag="${LDFLAGS}" || die "make extension failed"
cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
;;
esac
if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical failed"
fi
if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
fi
emake -Cext/${PN} \
V=1 \
CFLAGS="${CFLAGS} -fPIC" \
archflag="${LDFLAGS}" || die "make extension failed"
cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.3.1.ebuild,v 1.2 2014/08/28 02:53:26 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.3.1.ebuild,v 1.3 2014/11/25 13:10:25 mrueg Exp $
EAPI=5
@ -58,61 +58,34 @@ each_ruby_prepare() {
test/xml/test_entity_reference.rb || die
sed -e '/\(test_last_of_type\|test_nth_of_type\|test_nth_last_of_type\)/,/^ end/ s:^:#:' \
-i test/css/test_nthiness.rb || die
case ${RUBY} in
*jruby)
# Avoid failing tests:
# https://github.com/sparklemotion/nokogiri/issues/721
rm test/xslt/test_exception_handling.rb test/test_xslt_transforms.rb || die
;;
*)
;;
esac
}
each_ruby_configure() {
case ${RUBY} in
*jruby)
;;
*)
NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
${RUBY} -Cext/${PN} extconf.rb \
--with-zlib-include="${EPREFIX}"/usr/include \
--with-zlib-lib="${EPREFIX}"/$(get_libdir) \
--with-iconv-include="${EPREFIX}"/usr/include \
--with-iconv-lib="${EPREFIX}"/$(get_libdir) \
--with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
--with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
--with-xslt-dir="${EPREFIX}"/usr \
--with-iconvlib=iconv \
|| die "extconf.rb failed"
;;
esac
NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
${RUBY} -Cext/${PN} extconf.rb \
--with-zlib-include="${EPREFIX}"/usr/include \
--with-zlib-lib="${EPREFIX}"/$(get_libdir) \
--with-iconv-include="${EPREFIX}"/usr/include \
--with-iconv-lib="${EPREFIX}"/$(get_libdir) \
--with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
--with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
--with-xslt-dir="${EPREFIX}"/usr \
--with-iconvlib=iconv \
|| die "extconf.rb failed"
}
each_ruby_compile() {
case ${RUBY} in
*jruby)
if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
fi
${RUBY} -S rake compile || die
;;
*)
if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical failed"
fi
if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
fi
emake -Cext/${PN} \
V=1 \
CFLAGS="${CFLAGS} -fPIC" \
archflag="${LDFLAGS}" || die "make extension failed"
cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
;;
esac
if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical failed"
fi
if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
fi
emake -Cext/${PN} \
V=1 \
CFLAGS="${CFLAGS} -fPIC" \
archflag="${LDFLAGS}" || die "make extension failed"
cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.11.ebuild,v 1.4 2014/05/26 05:26:44 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.11.ebuild,v 1.5 2014/11/25 11:42:26 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_TASK_DOC="docs"
@ -41,32 +41,15 @@ all_ruby_prepare() {
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Some tests are broken on jruby, avoid them. We used to
# avoid all tests so this is not a regression for us.
rm test/test_racc_command.rb || die
;;
*)
${RUBY} -Cext/racc extconf.rb || die
;;
esac
${RUBY} -Cext/racc extconf.rb || die
}
each_ruby_compile() {
case ${RUBY} in
*jruby)
einfo "Under JRuby, racc cannot use the shared object parser, so instead"
einfo "you have to rely on the pure Ruby implementation."
;;
*)
emake V=1 -Cext/racc
# Copy over the file here so that we don't have to do
# special ruby install for JRuby and the other
# implementations.
cp -l ext/racc/cparse$(get_modname) lib/racc/cparse$(get_modname) || die
;;
esac
emake V=1 -Cext/racc
# Copy over the file here so that we don't have to do
# special ruby install for JRuby and the other
# implementations.
cp -l ext/racc/cparse$(get_modname) lib/racc/cparse$(get_modname) || die
}
each_ruby_test() {

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.12.ebuild,v 1.1 2014/08/27 23:46:00 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.12.ebuild,v 1.2 2014/11/25 11:42:26 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_TASK_DOC="docs"
@ -41,32 +41,15 @@ all_ruby_prepare() {
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Some tests are broken on jruby, avoid them. We used to
# avoid all tests so this is not a regression for us.
rm test/test_racc_command.rb || die
;;
*)
${RUBY} -Cext/racc extconf.rb || die
;;
esac
${RUBY} -Cext/racc extconf.rb || die
}
each_ruby_compile() {
case ${RUBY} in
*jruby)
einfo "Under JRuby, racc cannot use the shared object parser, so instead"
einfo "you have to rely on the pure Ruby implementation."
;;
*)
emake V=1 -Cext/racc
# Copy over the file here so that we don't have to do
# special ruby install for JRuby and the other
# implementations.
cp -l ext/racc/cparse$(get_modname) lib/racc/cparse$(get_modname) || die
;;
esac
emake V=1 -Cext/racc
# Copy over the file here so that we don't have to do
# special ruby install for JRuby and the other
# implementations.
cp -l ext/racc/cparse$(get_modname) lib/racc/cparse$(get_modname) || die
}
each_ruby_test() {

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.14 2014/04/24 16:39:32 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.9.ebuild,v 1.15 2014/11/25 11:42:26 mrueg Exp $
EAPI=4
USE_RUBY="ruby19 ruby20 jruby"
USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_TASK_DOC="docs"
@ -36,42 +36,19 @@ all_ruby_prepare() {
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
;;
*)
${RUBY} -Cext/racc extconf.rb || die
;;
esac
${RUBY} -Cext/racc extconf.rb || die
}
each_ruby_compile() {
case ${RUBY} in
*jruby)
einfo "Under JRuby, racc cannot use the shared object parser, so instead"
einfo "you have to rely on the pure Ruby implementation."
;;
*)
emake -Cext/racc
# Copy over the file here so that we don't have to do
# special ruby install for JRuby and the other
# implementations.
cp -l ext/racc/cparse$(get_modname) lib/racc/cparse$(get_modname) || die
;;
esac
emake -Cext/racc
# Copy over the file here so that we don't have to do
# special ruby install for JRuby and the other
# implementations.
cp -l ext/racc/cparse$(get_modname) lib/racc/cparse$(get_modname) || die
}
each_ruby_test() {
case ${RUBY} in
*jruby)
ewarn "Using JRuby 1.5.2 the tests are currently badly broken,"
ewarn "so they are disabled until a new racc or a new JRuby is"
ewarn "released."
;;
*)
${RUBY} -Ilib -S testrb test/test_*.rb || die
;;
esac
${RUBY} -Ilib -S testrb test/test_*.rb || die
}
all_ruby_install() {

@ -1,2 +1,3 @@
DIST rake-0.9.6.gem 123904 SHA256 0cde8637bc097b984b602d7db77b1982b3a0be5ab014f1e533b6b517ca807e26 SHA512 9ea3b7bd96db7e96f8bf5a00db710003d39ffeea6eabfde4b9a8afead0e6f6a8fa7740f42a61d77a4322f64ab0338b19af8c63d0178624dc7c0e787e11b0b6f3 WHIRLPOOL 90ab856325bd4c4a3944720e063156d65368298658ed0619380da4cdbc7c932ede44e39fd79f87f5a5ed6ce63f4c7d01c0d1f06ee1b720e3576ac6ba04290e03
DIST rake-10.3.2.gem 132608 SHA256 b504ad9d610b85ef0856a4771d024e4a66656c63a17121a3ed1d4d7db39c775b SHA512 98db69b02bc8d1e5b7099c8c31028ebb629d29a96b61c4200f93fe1a8b5b29fe235a4a8ccb180e44393a508a6238a0655d06f6b7fd7d67ffbca5dd42cf50da15 WHIRLPOOL 30d34219b48367a62bdc01127672c21039d8c66559e65d34acb8dbc07a747d5d7a7b8f80bde459ad38c963cb88c1fcf34c4ebb13018be0a48bd30030f12f4603
DIST rake-10.4.0.gem 130560 SHA256 887f72d6711c31576abab37f1f7db45972402cc8544fa9a67c06d2c0f0ef2028 SHA512 8b9c0e3b56bd9b47540c8c7a67fb019417e991cb15eac4de46cc611ab0d6838a931dd7b59b198a083c256dde488c767cde31d7fe18fc894c80cfcffc1a8d404f WHIRLPOOL fb21d20241288d15fd252f364853d506f223becfa88966987ded24609dd8350d3840e2770eb7ae6f9d4d9a9ea915df82632c369a7c22aecf0262e1405fc49898

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v 1.3 2014/08/28 02:51:28 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v 1.4 2014/11/25 11:39:21 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
@ -39,18 +39,6 @@ all_ruby_prepare() {
zcat doc/rake.1.gz > doc/rake.1
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Remove failing tests. These are not failures in rake but
# in our packaging of jruby. They are already present in
# rake 0.9.2.2, so avoid them for now so that we can at
# least bump 0.9.6 which is needed for ruby20.
rm test/test_rake_{functional,rules}.rb || die
;;
esac
}
all_ruby_compile() {
if use doc; then
ruby -Ilib bin/rake rdoc || die "doc generation failed"

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6.ebuild,v 1.13 2014/08/28 02:51:28 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6.ebuild,v 1.14 2014/11/25 11:39:21 mrueg Exp $
EAPI=4
USE_RUBY="ruby19 ruby20 jruby"
USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
@ -39,18 +39,6 @@ all_ruby_prepare() {
zcat doc/rake.1.gz > doc/rake.1
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Remove failing tests. These are not failures in rake but
# in our packaging of jruby. They are already present in
# rake 0.9.2.2, so avoid them for now so that we can at
# least bump 0.9.6 which is needed for ruby20.
rm test/test_rake_{functional,rules}.rb || die
;;
esac
}
all_ruby_compile() {
if use doc; then
ruby -Ilib bin/rake rdoc || die "doc generation failed"

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-10.3.2.ebuild,v 1.2 2014/08/28 02:51:28 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-10.3.2.ebuild,v 1.3 2014/11/25 11:39:21 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
@ -22,23 +22,13 @@ IUSE="doc"
DEPEND+=" app-arch/gzip"
ruby_add_bdepend "test? ( >=dev-ruby/minitest-4:0 )"
ruby_add_bdepend "test? ( >=dev-ruby/minitest-4:0 )"
all_ruby_prepare() {
# Decompress the file. The compressed version has errors, ignore them.
zcat doc/rake.1.gz > doc/rake.1
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Remove failing test. This works on jruby 1.7, is a
# known bug on 1.6 and also fails on rake-0.9.6.
sed -i -e '/test_signal_propagation_in_tests/,/^ end/ s:^:#:' test/test_rake_functional.rb || die
;;
esac
}
all_ruby_compile() {
if use doc; then
rdoc --title "Rake - Ruby Make" --main README.rdoc --out html lib *.rdoc doc/*/*.rdoc || die

@ -0,0 +1,54 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-10.4.0.ebuild,v 1.1 2014/11/25 11:57:13 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
RUBY_FAKEGEM_TASK_TEST=""
inherit bash-completion-r1 ruby-fakegem
DESCRIPTION="Make-like scripting in Ruby"
HOMEPAGE="https://github.com/jimweirich/rake"
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"
IUSE="doc"
DEPEND+=" app-arch/gzip"
ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.4 )"
all_ruby_prepare() {
# Decompress the file. The compressed version has errors, ignore them.
zcat doc/rake.1.gz > doc/rake.1
}
all_ruby_compile() {
if use doc; then
rdoc --title "Rake - Ruby Make" --main README.rdoc --out html lib *.rdoc doc/*/*.rdoc || die
fi
}
each_ruby_test() {
${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.4"; require "minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
}
all_ruby_install() {
ruby_fakegem_binwrapper rake
if use doc; then
pushd html
dohtml -r *
popd
fi
doman doc/rake.1
newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.0.ebuild,v 1.5 2014/08/05 16:00:29 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.0.ebuild,v 1.6 2014/11/25 11:27:49 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 jruby"
USE_RUBY="ruby19"
RUBY_FAKEGEM_TASK_TEST=""
@ -37,15 +37,3 @@ all_ruby_prepare() {
# Remove mandatory markup processor from yard options, bug 436112.
sed -i -e '/maruku/d' .yardopts || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# jruby has a native implementation and should not list ffi
# in the gemspec.
sed -i -e '/ffi/d' rb-inotify.gemspec || die
;;
*)
;;
esac
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild,v 1.1 2014/09/19 05:41:08 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild,v 1.2 2014/11/25 11:27:49 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_TEST=""
@ -37,15 +37,3 @@ all_ruby_prepare() {
# Remove mandatory markup processor from yard options, bug 436112.
sed -i -e '/maruku/d' .yardopts || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# jruby has a native implementation and should not list ffi
# in the gemspec.
sed -i -e '/ffi/d' rb-inotify.gemspec || die
;;
*)
;;
esac
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild,v 1.3 2014/09/19 05:41:08 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild,v 1.4 2014/11/25 11:27:49 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_TASK_TEST=""
@ -37,15 +37,3 @@ all_ruby_prepare() {
# Remove mandatory markup processor from yard options, bug 436112.
sed -i -e '/maruku/d' .yardopts || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# jruby has a native implementation and should not list ffi
# in the gemspec.
sed -i -e '/ffi/d' rb-inotify.gemspec || die
;;
*)
;;
esac
}

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5-r1.ebuild,v 1.3 2014/08/13 18:32:48 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5-r1.ebuild,v 1.4 2014/11/25 11:35:56 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_TEST="rspec"

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.13 2014/11/18 11:46:37 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5.ebuild,v 1.14 2014/11/25 11:35:56 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_RECIPE_TEST="rspec"

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild,v 1.3 2014/08/13 18:32:48 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.99.2.ebuild,v 1.4 2014/11/25 11:35:56 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
@ -50,12 +50,3 @@ all_ruby_prepare() {
# Avoid a weird, and failing, test testing already installed code.
sed -e '/has an up-to-date caller_filter file/,/end/ s:^:#:' -i spec/rspec/expectations_spec.rb || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Avoid a test failing on backtrace details.
sed -e '/when the root file is loaded/,/end/ s:^:#:' -i spec/rspec/expectations_spec.rb || die
;;
esac
}

@ -1,5 +1,3 @@
DIST ruby_parser-2.3.1.gem 80384 SHA256 d9a4daeb41da89db62c6ba4d31facedac7b181fa5c3ba20b4256bad8cb4fc434 SHA512 2451451cc1ba0b0c4c954d3e208b46c952dbbd7f901948084d192af96f04cc4eae8fdac92e035491daecb150a2e50a38a20af00c011f0bc68b1a962e42b95997 WHIRLPOOL 85b4c13fd3bef0ca1fcdbc91cd04692944d7f6efd23370590fe538b1cfbbbe1365d7bf24b7a783d11a8184143fd7fc2fd68eb404df160bef80fdf5e17f234280
DIST ruby_parser-3.1.3.gem 141824 SHA256 602b23bfde88e1cdcef113fd013ebf3735b06454372b3c9b5a5c14a5b161fa34 SHA512 e7e5649966a3d5e5f29b018b53d36dd8c33b9d5c14daa695995ed153a01cae90854e7bf6a2164b6b40f17e0e52391a9653f204b74ae9cc155b4c6c55a07c9b83 WHIRLPOOL b421a7696dafcdf7dfacd11bc933010190c3d6ce47b3ddbe8c9817c1f0557d0892d6bcd5fc575236eae43c13523e0163766ad6df31f3941874053a3f6296a84a
DIST ruby_parser-3.6.1.gem 249856 SHA256 3026f95839cbdd4002fd23572181cd93764127bcf339b1d9787fd1972fbe641c SHA512 ad3cbbeb1d067a364cb15bf35c39367f65a6e1d0072892bfc436b9eb870d6177f3e2def1950e4e40b480cf7f71f1048ca1084575531f4495594e369f464c217f WHIRLPOOL 7547d4f25b961d3d61a945959025cea310a8410f7b3337b2c71e1433d254051a9d33eb03b6c2f79318b7f78cd5aa7ac2383401746dc577edd01bb2a203d1a884
DIST ruby_parser-3.6.2.gem 249856 SHA256 d113015e56063e8c6f454886e69570b5dbedb9c80f2a822e6f874db6e4d2b346 SHA512 45f6fe572498b97bd734a58e3a0d06286d72485e7f079593cf8818d30c8489304ae317b402445644bbb180076770eaec8e7ccffad8bfa6281690f6447d88050b WHIRLPOOL 08e13cf5203d0ee81a6b30c4b41ec7aa34e8453c30afa0ef9a0a83bb3c36db303e173e29342cc2b33a8a4c1c9f5b4c699d771411b4b6e4ac5f0ec17868d94a30
DIST ruby_parser-3.6.3.gem 250368 SHA256 926434eea57cfd15e0554fe0ae8e769656fc18e75024b0b3f44e166711540d88 SHA512 47f306b183a9ded94e64896cc2fa6f12bc9dd879c5665cd1950f643aeeae24bc3327e704b60880b8d473a5f71f12825c38555c2d4771072c15fe177bd1dce310 WHIRLPOOL 82354fceda3896298a6e6473c46063e951c62461553a0a965e7a00c762f0202b8193eeda168f771529b04cbd8fb7af75bb8ca9869e9bd2dee0391984760730f4

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.1-r1.ebuild,v 1.11 2014/08/05 16:00:30 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.3.1-r1.ebuild,v 1.12 2014/11/25 13:02:17 mrueg Exp $
EAPI=2
USE_RUBY="ruby19 jruby"
USE_RUBY="ruby19"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild,v 1.13 2014/08/05 16:00:30 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.1.3.ebuild,v 1.14 2014/11/25 13:02:17 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 jruby"
USE_RUBY="ruby19"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
@ -33,13 +33,3 @@ all_ruby_prepare() {
sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Disable tests failing on jruby related to //n regexp
# https://github.com/seattlerb/ruby_parser/issues/117
rm test/test_ruby_parser.rb || die
;;
esac
}

@ -1,45 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.6.1.ebuild,v 1.3 2014/08/05 16:00:30 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
inherit ruby-fakegem
DESCRIPTION="A ruby parser written in pure ruby"
HOMEPAGE="https://github.com/seattlerb/ruby_parser"
LICENSE="MIT"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/sexp_processor-4.1:4
!<dev-ruby/ruby_parser-2.3.1-r1"
ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )"
ruby_add_bdepend "test? ( >=dev-ruby/minitest-4.3 )"
all_ruby_prepare() {
# Remove reference to perforce method that is not in a released
# version of hoe-seattlerb.
#sed -i -e '/perforce/d' Rakefile || die
sed -i -e '/license/d' Rakefile || die
sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Disable tests failing on jruby related to //n regexp
# https://github.com/seattlerb/ruby_parser/issues/117
rm test/test_ruby_parser.rb || die
;;
esac
}

@ -1,45 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.6.2.ebuild,v 1.2 2014/08/05 16:00:30 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
inherit ruby-fakegem
DESCRIPTION="A ruby parser written in pure ruby"
HOMEPAGE="https://github.com/seattlerb/ruby_parser"
LICENSE="MIT"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/sexp_processor-4.1:4
!<dev-ruby/ruby_parser-2.3.1-r1"
ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.9.1 )"
ruby_add_bdepend "test? ( >=dev-ruby/minitest-4.3 )"
all_ruby_prepare() {
# Remove reference to perforce method that is not in a released
# version of hoe-seattlerb.
#sed -i -e '/perforce/d' Rakefile || die
sed -i -e '/license/d' Rakefile || die
sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Disable tests failing on jruby related to //n regexp
# https://github.com/seattlerb/ruby_parser/issues/117
rm test/test_ruby_parser.rb || die
;;
esac
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.6.3.ebuild,v 1.1 2014/09/30 05:08:32 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.6.3.ebuild,v 1.2 2014/11/25 13:02:17 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
@ -33,13 +33,3 @@ all_ruby_prepare() {
sed -i -e '/license/d' Rakefile || die
sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Disable tests failing on jruby related to //n regexp
# https://github.com/seattlerb/ruby_parser/issues/117
rm test/test_ruby_parser.rb || die
;;
esac
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.1.21.ebuild,v 1.7 2014/08/05 16:00:26 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.1.21.ebuild,v 1.8 2014/11/25 13:06:36 mrueg Exp $
EAPI=2
USE_RUBY="ruby19 jruby"
USE_RUBY="ruby19"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc"
@ -31,18 +31,3 @@ ruby_add_rdepend ">=dev-ruby/listen-0.4.2 !!<dev-ruby/haml-3.1"
all_ruby_prepare() {
rm -rf vendor/listen
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# tests fail with JRuby, and that's a given for now; it's
# not a bug in the code as much as it is relying on a detail
# of the implementation of CRuby. We remove failing files
# for now, this could probably be narrowed down more so that
# we could run more tests.
rm test/sass/script_test.rb test/sass/util_test.rb test/sass/engine_test.rb test/sass/scss/scss_test.rb || die
;;
*)
;;
esac
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.2.19-r1.ebuild,v 1.2 2014/08/05 16:00:26 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.2.19-r1.ebuild,v 1.3 2014/11/25 13:06:36 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc"
@ -37,17 +37,3 @@ all_ruby_prepare() {
# Don't require maruku as markdown provider but let yard decide.
sed -i -e '/maruku/d' .yardopts || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Test fails on jruby for us, upstream can't
# reproduce. Avoiding it since it only affects debug
# information in the CSS file.
# https://github.com/nex3/sass/issues/563
sed -i -e '24s/filename_fn//' test/sass/plugin_test.rb || die
;;
*)
;;
esac
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.2.19.ebuild,v 1.3 2014/09/19 05:30:53 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.2.19.ebuild,v 1.4 2014/11/25 13:06:36 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc"
@ -34,17 +34,3 @@ all_ruby_prepare() {
# Don't require maruku as markdown provider but let yard decide.
sed -i -e '/maruku/d' .yardopts || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Test fails on jruby for us, upstream can't
# reproduce. Avoiding it since it only affects debug
# information in the CSS file.
# https://github.com/nex3/sass/issues/563
sed -i -e '24s/filename_fn//' test/sass/plugin_test.rb || die
;;
*)
;;
esac
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.2.9.ebuild,v 1.5 2014/08/05 16:00:26 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.2.9.ebuild,v 1.6 2014/11/25 13:06:36 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 jruby"
USE_RUBY="ruby19"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc"
@ -34,17 +34,3 @@ all_ruby_prepare() {
# Don't require maruku as markdown provider but let yard decide.
sed -i -e '/maruku/d' .yardopts || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Test fails on jruby for us, upstream can't
# reproduce. Avoiding it since it only affects debug
# information in the CSS file.
# https://github.com/nex3/sass/issues/563
sed -i -e '24s/filename_fn//' test/sass/plugin_test.rb || die
;;
*)
;;
esac
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.3.12.ebuild,v 1.2 2014/08/05 16:00:26 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.3.12.ebuild,v 1.3 2014/11/25 13:06:36 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc"
@ -35,21 +35,6 @@ all_ruby_prepare() {
sed -i -e '/maruku/d' .yardopts || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Test fails on jruby for us, upstream can't
# reproduce. Avoiding it since it only affects debug
# information in the CSS file.
# https://github.com/nex3/sass/issues/563
sed -i -e '24s/filename_fn//' test/sass/plugin_test.rb || die
sed -i -e '/test_random/,/^ end/ s:^:#:' test/sass/functions_test.rb || die
;;
*)
;;
esac
}
each_ruby_test() {
RUBOCOP=false ${RUBY} -S rake test || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.3.14-r1.ebuild,v 1.1 2014/10/28 18:22:04 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.3.14-r1.ebuild,v 1.2 2014/11/25 13:06:36 mrueg Exp $
EAPI=5
@ -38,21 +38,6 @@ all_ruby_prepare() {
sed -i -e '/maruku/d' .yardopts || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Test fails on jruby for us, upstream can't
# reproduce. Avoiding it since it only affects debug
# information in the CSS file.
# https://github.com/nex3/sass/issues/563
sed -i -e '24s/filename_fn//' test/sass/plugin_test.rb || die
sed -i -e '/test_random/,/^ end/ s:^:#:' test/sass/functions_test.rb || die
;;
*)
;;
esac
}
each_ruby_test() {
RUBOCOP=false ${RUBY} -S rake test || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.3.14.ebuild,v 1.3 2014/08/27 17:39:12 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.3.14.ebuild,v 1.4 2014/11/25 13:06:36 mrueg Exp $
EAPI=5
@ -35,21 +35,6 @@ all_ruby_prepare() {
sed -i -e '/maruku/d' .yardopts || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Test fails on jruby for us, upstream can't
# reproduce. Avoiding it since it only affects debug
# information in the CSS file.
# https://github.com/nex3/sass/issues/563
sed -i -e '24s/filename_fn//' test/sass/plugin_test.rb || die
sed -i -e '/test_random/,/^ end/ s:^:#:' test/sass/functions_test.rb || die
;;
*)
;;
esac
}
each_ruby_test() {
RUBOCOP=false ${RUBY} -S rake test || die
}

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.15.2.ebuild,v 1.4 2014/08/12 21:30:54 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.15.2.ebuild,v 1.5 2014/11/25 11:34:25 mrueg Exp $
EAPI=4
USE_RUBY="ruby19 jruby"
USE_RUBY="ruby19"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.18.1.ebuild,v 1.5 2014/08/12 21:30:54 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.18.1.ebuild,v 1.6 2014/11/25 11:34:25 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
@ -46,15 +46,3 @@ all_ruby_prepare() {
# bug 430402
sed -i -e '/uses maximum terminal width/,/end/ s:^:#:' spec/shell/basic_spec.rb || die
}
each_ruby_prepare() {
# Skip two failing specs on thor. Our jruby 1.6 is too old to file
# bugs against and the next thor version will no longer work with
# this version altogether.
case ${RUBY} in
*jruby)
sed -i -e '/works with glob characters in the path/,/end/ s:^:#:' \
spec/actions/directory_spec.rb || die
;;
esac
}

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.19.1.ebuild,v 1.2 2014/08/12 21:30:54 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.19.1.ebuild,v 1.3 2014/11/25 11:34:25 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
@ -46,15 +46,3 @@ all_ruby_prepare() {
# bug 430402
sed -i -e '/uses maximum terminal width/,/end/ s:^:#:' spec/shell/basic_spec.rb || die
}
each_ruby_prepare() {
# Skip two failing specs on thor. Our jruby 1.6 is too old to file
# bugs against and the next thor version will no longer work with
# this version altogether.
case ${RUBY} in
*jruby)
sed -i -e '/works with glob characters in the path/,/end/ s:^:#:' \
spec/actions/directory_spec.rb || die
;;
esac
}

@ -0,0 +1,60 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.12.1-r1.ebuild,v 1.1 2014/11/25 13:45:07 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
# gedit-3.8 is python3 only, this also per:
# https://bugzilla.redhat.com/show_bug.cgi?id=979450
PYTHON_COMPAT=( python{3_2,3_3,3_4} )
inherit gnome2 python-single-r1 toolchain-funcs
DESCRIPTION="An API documentation browser for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp"
LICENSE="GPL-2+"
SLOT="0/3-1" # subslot = 3-(libdevhelp-3 soname version)
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="gedit"
REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
# FIXME: automagic python dependency
COMMON_DEPEND="
>=dev-libs/glib-2.37.3:2
>=x11-libs/gtk+-3.9.10:3
>=net-libs/webkit-gtk-2:3
"
RDEPEND="${COMMON_DEPEND}
gedit? (
${PYTHON_DEPS}
app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
x11-libs/gtk+[introspection] )
gnome-base/gsettings-desktop-schemas
"
DEPEND="${COMMON_DEPEND}
${PYTHON_DEPS}
>=dev-util/intltool-0.40
virtual/pkgconfig
"
pkg_setup() {
use gedit && python-single-r1_pkg_setup
}
src_prepare() {
if ! use gedit ; then
sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || die
fi
gnome2_src_prepare
}
src_configure() {
local myconf=""
# ICC is crazy, silence warnings (bug #154010)
if [[ $(tc-getCC) == "icc" ]] ; then
myconf="--with-compile-warnings=no"
fi
gnome2_src_configure ${myconf}
}

@ -1,4 +1,3 @@
DIST meld-1.8.5.tar.xz 444872 SHA256 e0f1d6007117a4be95d7c399359cb2ebfa80f2b9158222d727e9a35ae4d5d44d SHA512 09b36923fedfb8f67dd120a71a1fb591efd812b8e1e451281ffee639ce02a7c8fd0d280254c5270ec547df38a30c53a309a7749fa2a63093bd3cf8f46195332b WHIRLPOOL 3ae3bafcc99a57e794d7b3d4e794d31b70257cc20800093932d8f5e9ceca3aee9bbe49a80382ef6b206bac23f20e153904c2a074a66fc69fc803354f44bdc858
DIST meld-1.8.6.tar.xz 447196 SHA256 af96682b8f4bf3ad4221c853b1516218d62a17ff43c38f4a83e7e8ac6736e8a5 SHA512 7a1c52c6686efab1e233f1f1506b9f0a8d4c040150fefc63d09510156a17819c375c9d10090c97e4a913ce3887d118ee09e75af7de4def24dfc5a75d5ad71511 WHIRLPOOL 83cff8350ecbe518b5f4508cb8d92d6569204062be05583e2dbca342a52ad2e9c0da15dbc03cf172e93e5b892e53d58a4d2ff6db5049bd20057b19a24e87efd7
DIST meld-3.12.0.tar.xz 460596 SHA256 6d902884e8c4ca29d16b4852d7287345bfe293367959dac342fdc117a511c53f SHA512 0000fe41fee8d0215aac4aa87c6adb2533656b05f2d5a0097536a1a76920595fc6fa48bd29fa35557b40f44410304ecf8e5c208d10eadb578455a48758d5602f WHIRLPOOL 0371ff5bf876be3a2dd3391201d8ddbe5215a67702ae7bd9dc814cb6d67ee7258f26ad68733f67d102e4a9b381a3266b0e5f7cad79be5f64d86b3624b2c15b66
DIST meld-3.12.1.tar.xz 461632 SHA256 8e09284f8d50347386a428e1a2222f2b3a704bf84b3736908082968b5b0dc7f8 SHA512 84c4cf6665de2a811da2145c544602cbbfdbe17a2084528814c9c5e95b09e055a2e2c471ed9518204d51afb5e3c3ff81af2e33d6102b53f7eb056487cdf64def WHIRLPOOL a91710de5f590dbe7017fbf756ec9fe40e2db2b94d70da032689548865570882f8339cc43e465f6f920a3c6b807c5a5a64d1de5ce6d0197873ca011eb4b2ba2d
DIST meld-3.12.2.tar.xz 461932 SHA256 0938e6e6b4de59dbf66947f67c8c5c3d3c834feb8dabae3a047154af9544a101 SHA512 90158658fb620d3471aec8d093ef11d9bba60bd3bf14023c8ae5d685ac61aba41ca9beff9fff02c4b5e256d446752bdf27e3a23b56146c74ae4a24776c30c759 WHIRLPOOL 6bb2bf575d483f7d07d462fa675b085947d7e0717efdd606d6a43bd4dc7c5db9cdb6fb1fee0cf08b3ee94a8a840f3ecb5ccf23d0b630d729a1133959a073bf68

@ -1,23 +0,0 @@
From c361e4eaccfaed4f5c5d64a206ea7941e3ef8a57 Mon Sep 17 00:00:00 2001
From: Kai Willadsen <kai.willadsen@gmail.com>
Date: Sat, 4 Oct 2014 10:01:05 +1000
Subject: build_helpers: Make sure that we build help for C locale (bgo#737833)
diff --git a/meld/build_helpers.py b/meld/build_helpers.py
index 385e3dc..69ad5bf 100644
--- a/meld/build_helpers.py
+++ b/meld/build_helpers.py
@@ -117,6 +117,9 @@ class build_help(distutils.cmd.Command):
else:
self.selected_languages = os.listdir(self.help_dir)
+ if 'C' not in self.selected_languages:
+ self.selected_languages.append('C')
+
self.C_PAGES = glob.glob(os.path.join(self.help_dir, 'C', '*.page'))
self.C_EXTRA = glob.glob(os.path.join(self.help_dir, 'C', '*.xml'))
--
cgit v0.10.1

@ -1,73 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/meld-1.8.6.ebuild,v 1.1 2014/09/04 12:06:31 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
PYTHON_COMPAT=( python2_{6,7} )
inherit eutils python-single-r1 gnome2
DESCRIPTION="A graphical diff and merge tool"
HOMEPAGE="http://meldmerge.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="+highlight gnome"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
>=dev-python/pygtk-2.14:2[${PYTHON_USEDEP}]
>=dev-python/pygobject-2.8:2[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
highlight? ( >=dev-python/pygtksourceview-2.10[${PYTHON_USEDEP}] )
gnome? ( >=dev-python/gconf-python-2.22:2[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}
app-text/scrollkeeper
dev-util/gtk-doc-am
dev-util/intltool
"
src_prepare() {
# fix the prefix so its not in */local/*
sed -e "s:/usr/local:${EPREFIX}/usr:" \
-e "s:\$(prefix)/lib:\$(prefix)/$(get_libdir):" \
-i INSTALL || die "sed 1 failed"
# don't install anything to /usr/share/doc/meld
sed -e "s:\$(docdir)/meld:\$(docdir)/${PF}:" \
-i INSTALL || die "sed 2 failed"
# don't run scrollkeeper (with the wrong path),
# leave that to gnome2.eclass #145833
sed -e '/scrollkeeper-update/s/\t/&#/' \
-i help/*/Makefile || die "sed 4 failed"
strip-linguas -i "${S}/po"
local mylinguas=""
for x in ${LINGUAS}; do
mylinguas="${mylinguas} ${x}.po"
done
if [ -n "${mylinguas}" ]; then
sed -e "s/PO:=.*/PO:=${mylinguas}/" \
-i po/Makefile || die "sed 6 failed"
fi
gnome2_src_prepare
}
src_configure() {
:
}
src_install() {
gnome2_src_install
python_fix_shebang "${ED}"/usr/bin
doman meld.1
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/meld-3.12.0.ebuild,v 1.2 2014/10/05 10:25:09 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/meld-3.12.2.ebuild,v 1.1 2014/11/25 09:06:50 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@ -34,11 +34,6 @@ DEPEND="${RDEPEND}
dev-util/itstool
"
PATCHES=(
# Build with C locale (from 'master')
"${FILESDIR}"/${P}-c-locale.patch
)
python_compile_all() {
mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
}

@ -0,0 +1,29 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist-explorer/zeitgeist-explorer-0.2-r1.ebuild,v 1.1 2014/11/25 15:13:00 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1 versionator
MY_PV="$(get_version_component_range 1-2)"
MY_P="${PN}-${MY_PV}"
DESCRIPTION="Monitor and inspect Zeitgeist's log at a low level - developer tool"
HOMEPAGE="https://launchpad.net/zeitgeist-explorer/"
SRC_URI="https://launchpad.net/${PN}/0.x/${MY_PV}/+download/${P}.tar.gz"
SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
gnome-extra/zeitgeist
x11-libs/gtk+:3[introspection]"
DEPEND="${RDEPEND}
dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
DISTUTILS_NO_PARALLEL_BUILD=true

@ -0,0 +1,67 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.12.1-r1.ebuild,v 1.1 2014/11/25 15:17:25 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python{3_2,3_3,3_4} )
inherit gnome2 python-single-r1
DESCRIPTION="Eye of GNOME plugins"
HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+exif +flickr map +picasa +python"
# Let people emerge this by default, bug #472932
IUSE+=" +python_single_target_python3_3"
REQUIRED_USE="
map? ( exif )
python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
>=dev-libs/glib-2.32:2
>=dev-libs/libpeas-0.7.4:=
>=media-gfx/eog-3.11.4
>=x11-libs/gtk+-3.3.8:3
exif? ( >=media-libs/libexif-0.6.16 )
flickr? ( media-gfx/postr )
map? (
media-libs/libchamplain:0.12[gtk]
>=media-libs/clutter-1.9.4:1.0
>=media-libs/clutter-gtk-1.1.2:1.0 )
picasa? ( >=dev-libs/libgdata-0.9.1:= )
python? (
${PYTHON_DEPS}
dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
gnome-base/gsettings-desktop-schemas
media-gfx/eog[introspection]
x11-libs/gtk+:3[introspection]
x11-libs/pango[introspection] )
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
sys-devel/gettext
virtual/pkgconfig
"
pkg_setup() {
use python && python-single-r1_pkg_setup
}
src_configure() {
local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
use exif && plugins="${plugins},exif-display"
use flickr && plugins="${plugins},postr"
use map && plugins="${plugins},map"
use picasa && plugins="${plugins},postasa"
use python && plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder"
gnome2_src_configure \
$(use_enable python) \
--with-plugins=${plugins}
}

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

Loading…
Cancel
Save