Skip to content

Commit d57fd7e

Browse files
committed
sync local
1 parent 2aa4133 commit d57fd7e

File tree

8 files changed

+152
-19
lines changed

8 files changed

+152
-19
lines changed

dev-java/beansbinding/Manifest

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
AUX svn.patch 10664 RMD160 994bb33065818fa69ee3e76bf2fa330a50d284e7 SHA1 de06ead80fbc7c8fe06b623cb64e1ee97bd40f3e SHA256 9b5ca003e59888382a22a7aae7b628f02a67f21c456908dc7be959aacc671c58
2-
DIST beansbinding-1.2.1-src.zip 236905 RMD160 d8626bfebabfa40e82c2238e48364232b47b665a SHA1 faf50715f7ca020bbac2c4dad63c2595ac00f1f4 SHA256 ed77bd6e0351bb00832dd4248cb4a6a69f5ccd08cf41f2f3806ae3732b7f0aa4
3-
EBUILD beansbinding-1.2.1.ebuild 832 RMD160 fb30cdccef2e1bd573ada8f396dc8a673a47cbe7 SHA1 2dbd5b065a0d0376ea31163ec0193ca31c639cc7 SHA256 8187bd26d3b8ee9c73e8550700e716013014b4783c1fe6111514b996e905ecf8
4-
EBUILD beansbinding-9999.ebuild 1078 RMD160 059792ccf4435d1e872fc667fdfd216e6d6179df SHA1 0642f5215de82b22c6185e4ab7e046e179b2214e SHA256 d24e217df8f27022eec4b0796c43d09a001cbf53a6482dc91c3815d77436baff
1+
DIST beansbinding-1.2.1-src.zip 236905 SHA256 ed77bd6e0351bb00832dd4248cb4a6a69f5ccd08cf41f2f3806ae3732b7f0aa4 SHA512 f617f0b5068c416bcaaa46fe141e9b8b1fec128403738093b205451f9bcd624d2588b9b77e0c67f6de97490f44a4cf7c5e58b1728d5d7d921bd861e3dfffb415 WHIRLPOOL 5545a5a3ee19c3b0170d4e57ebb8f39c58ec7599995db9e516caa9f5fd952dc89e5f8091f7ee2073689986e2d240d283bdb53b48ab8cdf6abe4bb72761062d62

dev-java/beansbinding/beansbinding-1.2.1.ebuild dev-java/beansbinding/beansbinding-1.2.1-r1.ebuild

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Copyright 1999-2011 Gentoo Foundation
1+
# Copyright 1999-2015 Gentoo Foundation
22
# Distributed under the terms of the GNU General Public License v2
33
# $Header: $
44

5-
EAPI="2"
5+
EAPI=5
66
JAVA_PKG_IUSE="doc source"
77

88
inherit java-pkg-2 java-ant-2
@@ -17,17 +17,20 @@ KEYWORDS="amd64 x86"
1717

1818
IUSE=""
1919

20-
RDEPEND=">=virtual/jre-1.5"
21-
DEPEND=">=virtual/jdk-1.5"
20+
RDEPEND=">=virtual/jre-1.6"
21+
DEPEND=">=virtual/jdk-1.6"
2222

2323
S="${WORKDIR}"
2424

25-
# https://bugs.gentoo.org/show_bug.cgi?id=249740
26-
# Quite weird. Should look into why this is happening.
27-
JAVA_PKG_FILTER_COMPILER="ecj-3.4 ecj-3.3 ecj-3.2"
28-
2925
java_prepare() {
3026
epatch ${FILESDIR}/svn.patch
27+
28+
# Avoid the usual "Javadoc returned 1" error.
29+
java-ant_xml-rewrite \
30+
-f nbproject/build-impl.xml \
31+
-c -e javadoc \
32+
-a failonerror \
33+
-v "false"
3134
}
3235

3336
src_install() {

dev-java/gnu-classpath/gnu-classpath-9999.ebuild

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RDEPEND="alsa? ( media-libs/alsa-lib )
2929
gjdoc? ( >=dev-java/antlr-2.7.1:0 )
3030
gmp? ( >=dev-libs/gmp-4.2.4 )
3131
gstreamer? (
32-
>=media-libs/gstreamer-0.10.10
33-
>=media-libs/gst-plugins-base-0.10.10
32+
>=media-libs/gstreamer-0.10.10:0.10
33+
>=media-libs/gst-plugins-base-0.10.10:0.10
3434
x11-libs/gtk+
3535
)
3636
gtk? (

dev-libs/thrift/thrift-9999.ebuild

+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
# Copyright 1999-2015 Gentoo Foundation
2+
# Distributed under the terms of the GNU General Public License v2
3+
# $Header: $
4+
5+
EAPI=5
6+
7+
EGIT_REPO_URI="https://github.com/apache/thrift.git"
8+
9+
PYTHON_COMPAT=( python2_7 )
10+
DISTUTILS_OPTIONAL=1
11+
GENTOO_DEPEND_ON_PERL="no"
12+
13+
inherit autotools eutils distutils-r1 perl-module git-2
14+
15+
DESCRIPTION="Lightweight, language-independent software stack with associated code generation mechanism for RPC"
16+
HOMEPAGE="http://thrift.apache.org"
17+
#SRC_URI="mirror://apache/${PN}/${PV}/${P}.tar.gz"
18+
19+
LICENSE="Apache-2.0"
20+
SLOT="0"
21+
KEYWORDS="~amd64"
22+
IUSE="+cpp csharp +glib +event perl +python qt4 qt5 nodejs lua ruby haskell go haxe d static-libs test +zlib"
23+
24+
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
25+
26+
RDEPEND="cpp? ( dev-libs/boost:=[static-libs] )
27+
event? ( dev-libs/libevent )
28+
glib? ( dev-libs/glib:2 )
29+
perl? ( dev-lang/perl:= dev-perl/Bit-Vector )
30+
qt4? ( dev-qt/qtcore:4 )
31+
qt5? ( dev-qt/qtcore:5 )
32+
zlib? ( sys-libs/zlib )
33+
python? ( ${PYTHON_DEPS} )"
34+
DEPEND="${RDEPEND}
35+
python? ( dev-python/setuptools[${PYTHON_USEDEP}] )
36+
virtual/pkgconfig"
37+
38+
src_prepare() {
39+
#epatch "${FILESDIR}/0.9.1-autoconf-fixes.patch"
40+
41+
# fixed in 1.0-dev
42+
sed -i -e 's|tutorial||' Makefile.am || die
43+
44+
AT_NO_RECURSIVE=1 eautoreconf
45+
46+
if use python ; then
47+
cd "${S}/lib/py"
48+
distutils-r1_src_prepare
49+
fi
50+
}
51+
52+
src_configure() {
53+
econf \
54+
$(use_enable static-libs static) \
55+
$(use_enable test) \
56+
$(use_with cpp) \
57+
$(use_with cpp boost) \
58+
$(use_with csharp csharp) \
59+
$(use_with event libevent) \
60+
$(use_with glib c_glib) \
61+
$(use_with qt4 qt4) \
62+
$(use_with qt5 qt5) \
63+
$(use_with nodejs nodejs) \
64+
$(use_with lua lua) \
65+
$(use_with ruby ruby) \
66+
$(use_with haskell haskell) \
67+
$(use_with zlib) \
68+
--without-{python,perl} \
69+
--without-{csharp,java,erlang,php,php_extension,ruby,haskell,go,d,nodejs}
70+
71+
if use perl ; then
72+
cd "${S}/lib/perl"
73+
perl-module_src_configure
74+
fi
75+
76+
if use python ; then
77+
cd "${S}/lib/py"
78+
distutils-r1_src_configure
79+
fi
80+
}
81+
82+
src_compile() {
83+
default
84+
85+
if use perl ; then
86+
cd "${S}/lib/perl"
87+
perl-module_src_compile
88+
fi
89+
90+
if use python ; then
91+
cd "${S}/lib/py"
92+
distutils-r1_src_compile
93+
fi
94+
}
95+
96+
src_install() {
97+
default
98+
prune_libtool_files
99+
100+
if use perl ; then
101+
cd "${S}/lib/perl"
102+
perl-module_src_install
103+
fi
104+
105+
if use python ; then
106+
cd "${S}/lib/py"
107+
distutils-r1_src_install
108+
fi
109+
}

dev-python/pygal/Manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DIST pygal-1.5.1.tar.gz 735659 SHA256 680e422f5c5dfd52520a1fa7cc89f9de50a04463a4fa5910b14aebcaa8507191 SHA512 f8cd3727e82ecafebe41983f5b013f7dd32bca35dd2db2f2d46fdfdb06e6461993ce0699d747a7f50fd724b02ab8014c68f5b107a178d2562f3ce8c0f3b5d009 WHIRLPOOL b520e8ec3a688d49a4244d3e7298070b850122c016fc78cf659ed8a96ac7ba8c9fb65782f6b50354820f873a70531a250023a3e4acc586feb1b50b002bc92acd
1+
DIST pygal-2.0.1.tar.gz 66763 SHA256 9af34cdecdb519a5d1d712677fc5123e956a2d0e57814592901da955e00527ae SHA512 a8d34f108cd9116594ed63cb64bf047510e546aac7e42f63e05dfac0c9e7768900f76f70f2555cf9c46bd0fbdcf6e27cc40ab1aaf8a62093d344a096929a5326 WHIRLPOOL a413d29a387acb96e6e642d11a37bda429d9da8ec5a43679b3561d5303a4f1d9a0ca9e6ee22e1da1d4fcd400c47d4b515a2ee503b545bc93d596bab3d7884fbf

dev-python/pygal/pygal-1.5.1.ebuild dev-python/pygal/pygal-2.0.1.ebuild

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2014 Gentoo Foundation
1+
# Copyright 1999-2015 Gentoo Foundation
22
# Distributed under the terms of the GNU General Public License v2
33
# $Header: $
44

55
EAPI=5
6-
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
6+
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
77

88
inherit distutils-r1
99

@@ -15,4 +15,7 @@ LICENSE="BSD"
1515
SLOT="0"
1616
KEYWORDS="~amd64 ~x86"
1717

18-
RDEPEND="dev-python/lxml"
18+
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
19+
RDEPEND="
20+
dev-python/lxml[${PYTHON_USEDEP}]
21+
media-gfx/cairosvg[${PYTHON_USEDEP}]"

www-apps/nikola/nikola-9999.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RDEPEND="${DEPEND}
4545
dev-python/docutils-htmlwriter[${PYTHON_USEDEP}]
4646
virtual/python-imaging[${PYTHON_USEDEP}]
4747
assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
48-
charts? ( =dev-python/pygal-1.7.0[${PYTHON_USEDEP}] )
48+
charts? ( =dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
4949
hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
5050
ipython? ( >=dev-python/ipython-1.2.1[${PYTHON_USEDEP}] )
5151
jinja? ( >=dev-python/jinja-2.7.2[${PYTHON_USEDEP}] )
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright 1999-2015 Gentoo Foundation
2+
# Distributed under the terms of the GNU General Public License v2
3+
# $Header: $
4+
5+
EAPI=5
6+
7+
EGIT_REPO_URI="http://altrepo.eu/git/purple-line.git"
8+
9+
inherit autotools git-2
10+
11+
DESCRIPTION="LINE protocol plugin for libpurple"
12+
HOMEPAGE="http://altrepo.eu/git/purple-line"
13+
14+
LICENSE="GPL-2"
15+
SLOT="0"
16+
KEYWORDS="~amd64"
17+
IUSE=""
18+
19+
RDEPEND="dev-libs/thrift
20+
net-im/pidgin"
21+
DEPEND="${RDEPEND}"

0 commit comments

Comments
 (0)