Sync with portage [Thu Mar 19 17:44:34 MSK 2015].

mhiretskiy
root 9 years ago
parent a3dc7eb1c2
commit 774949f3d5

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.0-r3.ebuild,v 1.10 2014/12/30 10:28:53 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.0-r3.ebuild,v 1.11 2015/03/19 13:26:09 jlec Exp $
EAPI=5
@ -33,7 +33,7 @@ COMMON_DEP="bluetooth? ( net-wireless/bluez )
python? ( ${PYTHON_DEPS} )
ncurses? ( sys-libs/ncurses )
nls? ( virtual/libintl )
tcl? ( >=dev-lang/tcl-8.4.15 )
tcl? ( >=dev-lang/tcl-8.4.15:0= )
usb? ( virtual/libusb:0 )
X? ( x11-libs/libXaw )"
DEPEND="virtual/pkgconfig

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.2.ebuild,v 1.8 2015/02/28 14:00:07 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.2.ebuild,v 1.9 2015/03/19 13:26:09 jlec Exp $
EAPI=5
@ -33,7 +33,7 @@ COMMON_DEP="bluetooth? ( net-wireless/bluez )
python? ( ${PYTHON_DEPS} )
ncurses? ( sys-libs/ncurses )
nls? ( virtual/libintl )
tcl? ( >=dev-lang/tcl-8.4.15 )
tcl? ( >=dev-lang/tcl-8.4.15:0= )
usb? ( virtual/libusb:0 )
X? ( x11-libs/libXaw )"
DEPEND="virtual/pkgconfig

@ -1,3 +1,2 @@
DIST tkdvd-4.0.7.tar.gz 69590 SHA256 9a69f2375bfd4170f8565307eadf8bbec1148a38040eb136395a7e27f45e8ab7 SHA512 8da0fd166b0d04ad194339b9834c31f5ed5d04e866b38a3b9f6ada9a9e39147853d81293a823237bf8c5c25ec1d78e9f7bc7a6ec571219222fc9fa7f6a3c3b1c WHIRLPOOL aaebf931f668be7740473c6d5873578560db794d15dfb75b4d13f832fa378a89badccea44e15d6b0bbfb10e1dd5382d634fcbec1be9f32774793e3e9cfcb2013
DIST tkdvd-4.0.8.tar.gz 71721 SHA256 0cc4ae70566b13e618326ceb1f83855566ede10e07c5ee88fd33266137d57f9c SHA512 dd48684cdbcc76f897e10858aa548055a11762b61f6a0100257bca34d387a186d597120761a26051e12c6885366bfd34b7db1bfb3f23af4c67bbdaa746f59a9f WHIRLPOOL af499cac0686ce88a98b0ffc8427aaaae8181d7233f93df035ee8332ca34c953b122cffb75e4780e178efbd50e62df1f12c40fc9434eec2249dd155d17ab6ccf
DIST tkdvd-4.0.9.tar.gz 71046 SHA256 0e9cbc014699eb6c423f8b88a728ba8dd5519928f4968f68a94f8a0a81651ac7 SHA512 948cbbf98338aaf92e4e74e81fbd996d7646f6737a7adfad16063bd8747994e33e034b277942536423d9c099f85dec6649c2be6f1a0e1efba8da7537ea426820 WHIRLPOOL 92bcfdd2fddfc85a323bef6de26b58caa7d7a7632d4a5210eb8ecb058d401a64077d5ce6549366eeb9569cd3084a3dd7b13bf4114f9e43c04291fe801d1d70b2

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

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/tkdvd/tkdvd-4.0.7.ebuild,v 1.4 2012/09/05 08:36:57 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/app-cdr/tkdvd/tkdvd-4.0.7.ebuild,v 1.5 2015/03/19 13:34:34 jlec Exp $
inherit eutils
@ -13,10 +13,11 @@ SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""
RDEPEND="virtual/cdrtools
app-cdr/dvd+rw-tools
dev-lang/tcl
dev-lang/tk"
RDEPEND="
virtual/cdrtools
app-cdr/dvd+rw-tools
dev-lang/tcl
dev-lang/tk"
S=${WORKDIR}/tkdvd

@ -1,46 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/tkdvd/tkdvd-4.0.8.ebuild,v 1.2 2012/09/05 08:36:57 jlec Exp $
inherit eutils
DESCRIPTION="A Tcl/Tk GUI for writing DVDs and CDs"
HOMEPAGE="http://regis.damongeot.free.fr/tkdvd/"
SRC_URI="http://regis.damongeot.free.fr/tkdvd/dl/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="virtual/cdrtools
app-cdr/dvd+rw-tools
dev-lang/tcl
dev-lang/tk"
S=${WORKDIR}/tkdvd
src_compile() { :; }
src_install() {
insinto /usr/share/${PF}/src
doins src/* || die "doins failed."
exeinto /usr/share/${PF}
doexe TkDVD.sh || die "doexe failed."
dodir /usr/bin
cat <<- EOF >"${D}"/usr/bin/tkdvd
#!/bin/sh
cd /usr/share/${PF}
./TkDVD.sh
EOF
fperms 755 /usr/bin/tkdvd
dodoc ChangeLog FAQ README TODO doc/config_file
dohtml doc/combobox.html
doicon icons/*.png
}

@ -0,0 +1,49 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/tkdvd/tkdvd-4.0.9-r1.ebuild,v 1.1 2015/03/19 13:34:34 jlec Exp $
EAPI=5
inherit eutils
DESCRIPTION="A Tcl/Tk GUI for writing DVDs and CDs"
HOMEPAGE="http://regis.damongeot.free.fr/tkdvd/"
SRC_URI="http://regis.damongeot.free.fr/tkdvd/dl/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="
app-cdr/dvd+rw-tools
dev-lang/tcl:0
dev-lang/tk:0
virtual/cdrtools
"
S=${WORKDIR}/tkdvd
src_compile() { :; }
src_install() {
insinto /usr/share/${PF}/src
doins src/*
insinto /usr/share/${PF}
doins TkDVD.sh
cat <<- EOF >"${T}"tkdvd
#!/bin/sh
cd /usr/share/${PF}
sh TkDVD.sh
EOF
dobin "${T}"tkdvd
DOCS=( ChangeLog FAQ README TODO doc/config_file )
HTML_DOCS=( doc/combobox.html )
einstalldocs
doicon icons/*.png
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/bijiben/bijiben-3.14.2.ebuild,v 1.3 2015/03/15 13:15:06 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/bijiben/bijiben-3.14.2.ebuild,v 1.4 2015/03/18 15:17:44 tetromino Exp $
EAPI="5"
GCONF_DEBUG="no"
@ -21,6 +21,7 @@ RDEPEND="
>=dev-libs/glib-2.28:2
dev-libs/libxml2
>=gnome-extra/evolution-data-server-3
>=mail-client/evolution-3
gnome-extra/zeitgeist
net-libs/gnome-online-accounts
net-libs/webkit-gtk:3

@ -1,74 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/booh-0.9.4.ebuild,v 1.2 2014/05/07 19:05:40 mrueg Exp $
EAPI=5
USE_RUBY="ruby19"
inherit eutils bash-completion-r1 ruby-ng
DESCRIPTION="Static HTML photo album generator"
HOMEPAGE="http://booh.org/index.html"
SRC_URI="http://booh.org/packages/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="gtk encode exif"
CDEPEND="media-gfx/exiv2
gtk? ( >=x11-libs/gtk+-2.8:2 )"
DEPEND="${DEPEND} ${CDEPEND}"
RDEPEND="${RDEPEND} ${CDEPEND}
|| ( media-gfx/imagemagick[jpeg,png] media-gfx/graphicsmagick[jpeg,png] )
exif? ( media-gfx/exif )
encode? ( media-video/mplayer )"
ruby_add_rdepend "
>=dev-ruby/ruby-gettext-0.8.0
dev-ruby/ruby-glib2
gtk? ( >=dev-ruby/ruby-gtk2-0.12 )"
all_ruby_prepare() {
epatch "${FILESDIR}"/${PN}-0.9.2.2-stdc.patch
# Remove scripts requiring gtk if gtk is not used
if ! use gtk; then
rm bin/booh bin/booh-classifier bin/booh-fix-whitebalance \
bin/booh-gamma-correction || die
fi
sed -i -e 's/-48x48.png//' desktop/booh-classifier.desktop || die
sed -i -e 's/-48x48.png//' desktop/booh.desktop || die
}
each_ruby_configure() {
${RUBY} setup.rb config || die "ruby setup.rb config failed"
${RUBY} setup.rb setup || die "ruby setup.rb setup failed"
cd ext
${RUBY} extconf.rb || die "ruby extconf.rb failed"
sed -i -e 's:-Wl,--no-undefined ::' -e 's:-Wl,-R$(libdir)::'\
-e 's:-Wl,-R -Wl,$(libdir)::' Makefile || die
}
each_ruby_compile() {
emake -Cext V=1
}
each_ruby_install() {
${RUBY} setup.rb install \
--prefix="${D}" || die "ruby setup.rb install failed"
cd ext
emake install V=1 \
DESTDIR="${D}" \
libdir="${D}"/$(${RUBY} -rrbconfig -e "puts Config::CONFIG['sitelibdir']") \
archdir="${D}"/$({$RUBY} -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
cd ..
}
all_ruby_install() {
domenu desktop/booh-classifier.desktop desktop/booh.desktop
newicon -s 48 desktop/booh-48x48.png booh.png
dobashcomp booh.bash-completion
dodoc AUTHORS ChangeLog INTERNALS README VERSION THEMES
}

@ -1,3 +1,4 @@
DIST elasticsearch-1.3.2.tar.gz 27949096 SHA256 7525d0a4db4f7eb791a1f8da97b081a5d8b44a2b232d8324877177bdee992ea4 SHA512 4a67531cf9927db466f70b4c572c472913533352de586f7e2c5f84ec9c7337002a0de0ee2bdb809e99b954bb8bd7d207baf723f1b53b2949702f838c85d6380a WHIRLPOOL 3b3edfefa6e49b2271ed107ecc8d2a84ab3db6834f85eb90c33fc8f9dfff4a815cbd2f3d7af2e6f6a9edfd2186508f6308bdee3846405cebf4ab89e8d13f0ffd
DIST elasticsearch-1.4.0.tar.gz 27730896 SHA256 b317966befa50c22595477f9bad8ce67932e4d33e08ee8fb1c6e9690afa5064a SHA512 763307f9dc65c408190b1620907573c949755fc2fb3652c8de1068a566f567fb56ace4058762d1243c64391ac25f495ccf92ebfad0af470a83d3154d3ccaec8d WHIRLPOOL 13e596fba51d5b7b5ec2950534d6655238cee56b414e4265eb463ce0de287b9155ac7c7112c9f4222b6e11589f2606f35779df9b40de13032c4c6ee2d43ed85b
DIST elasticsearch-1.4.2.tar.gz 27734207 SHA256 31dd6c049745f7dac201f94852b778b0841d6869d358fd80d4c897d0bf73b53c SHA512 b82e644b0b81489ce0d4fc72ca0efa3545c55c4d947faec2537035d440be83bac0f794f1a2863d87649e36f87d250c1f4e46ae57053b50948f47f9ff2a3bf6b6 WHIRLPOOL ac40778a999bc92230547b1405f259b7d348983767a87c71e18ed9ef45367ebf0b5b0517ef57bd423fa47ce4387e982aa7ee4a4ec9b2be75a4771e8d737f0cc5
DIST elasticsearch-1.4.4.tar.gz 27900004 SHA256 a3158d474e68520664debaea304be22327fc7ee1f410e0bfd940747b413e8586 SHA512 afc24c5d778d346e24c656e040fb7d0036e16ae42b35ca4f97b2e4d31dc815467ae5462f922ea5222307acf0fa0579f6cd38c603bc996c1f4ba723aa6a2b01ed WHIRLPOOL 37a1a057539ae29525a78fa51f3d19f403e389129e54054edfa1bbd08d12bdbb88acb4e879b6795aa63d583fd70eedefcae5b13b6bf1a7c8314e3aafa49e2b33

@ -0,0 +1,84 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/elasticsearch/elasticsearch-1.4.4.ebuild,v 1.1 2015/03/18 10:07:27 chainsaw Exp $
EAPI=5
inherit eutils systemd user
MY_PN="${PN%-bin}"
DESCRIPTION="Open Source, Distributed, RESTful, Search Engine"
HOMEPAGE="http://www.elasticsearch.org/"
SRC_URI="http://download.${MY_PN}.org/${MY_PN}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
QA_PREBUILT="usr/share/elasticsearch/lib/sigar/libsigar-*.so"
RDEPEND="virtual/jre:1.7"
pkg_setup() {
enewgroup ${MY_PN}
enewuser ${MY_PN} -1 /bin/bash /var/lib/${MY_PN} ${MY_PN}
}
src_prepare() {
rm -rf lib/sigar/*{solaris,winnt,freebsd,macosx}*
rm -rf bin/*.{bat,exe}
rm lib/sigar/libsigar-ia64-linux.so
rm LICENSE.txt
use amd64 && {
rm lib/sigar/libsigar-x86-linux.so
}
use x86 && {
rm lib/sigar/libsigar-amd64-linux.so
}
}
src_install() {
dodir /etc/${MY_PN}
insinto /usr/share/doc/${P}/examples
doins bin/${MY_PN}.in.sh
doins config/*
rm bin/${MY_PN}.in.sh
rm -rf config
insinto /usr/share/${MY_PN}
doins -r ./*
chmod +x "${D}"/usr/share/${MY_PN}/bin/*
keepdir /var/{lib,log}/${MY_PN}
local rcscript=elasticsearch.init3
local eshome="/usr/share/${MY_PN}"
local jarfile="${MY_PN}-${PV}.jar"
local esclasspath="${eshome}/lib/${jarfile}:${eshome}/lib/*:${eshome}/lib/sigar/*"
cp "${FILESDIR}/${rcscript}" "${T}" || die
sed -i \
-e "s|@ES_CLASS_PATH@|${esclasspath}|" \
"${T}/${rcscript}" \
|| die "failed to filter ${rcscript}"
newinitd "${T}/${rcscript}" "${MY_PN}"
newconfd "${FILESDIR}/${MY_PN}.conf" "${MY_PN}"
systemd_newunit "${FILESDIR}"/${PN}.service2 "${PN}.service"
}
pkg_postinst() {
elog
elog "You may create multiple instances of ${MY_PN} by"
elog "symlinking the init script:"
elog "ln -sf /etc/init.d/${MY_PN} /etc/init.d/${MY_PN}.instance"
elog
elog "Each of the example files in /usr/share/doc/${P}/examples"
elog "should be extracted to the proper configuration directory:"
elog "/etc/${MY_PN} (for standard init)"
elog "/etc/${MY_PN}/instance (for symlinked init)"
elog
}

@ -1,12 +1,24 @@
DIST amd64-debug-libreoffice-4.3.5.2-r1.tar.xz 1333845804 SHA256 0d347c48dd1b4e921fd05f420efbaf4b3d366f0f0b2e880dd0509c5c432e25b5 SHA512 e6b98c1c55ae688577f4f08e5a8e52106ecc462ad10de52efd2cc90bdf40703123fc1cb87989ea622d407f599a6a436c8aa742917bd170b4d80a14b3c304a23c WHIRLPOOL 29346f11c96e18245fa26a5f23f32afb359c9e6c9f82c3f5e931568779c2a3007e64fe7c613eba17a19c9117f2200cd31e44c82c75df44c34246d499712aa6a3
DIST amd64-debug-libreoffice-4.3.5.2.tar.xz 1333834908 SHA256 bd905ac5162ad6248c48c95ffe50a1ab6da74271d999d9ddc39dd6bba4c20737 SHA512 8962fd0d653ef294d69dff64403c127daf7499c050fcbf1bf83b4a2cfc0d7fb0c38eb865c901a692bfe68454d6ae9206e4eff29778d94affb5ffe59a2b80af48 WHIRLPOOL 99bd5e26d23374010a8522d8156e4c3c901b0e3c76cde7ce5eba77338a2c39c13fa9b455e494fa9efaa895965b13661a69bf9b218879ae7a7c4192d2e4d065df
DIST amd64-debug-libreoffice-gnome-4.3.5.2-r1.xd3 71866789 SHA256 93541d44ef82ed1de1e036e0b8117850400bfa6e6de64605d081bf90c2017d2d SHA512 eb93d673e7268b246b22429151ad118e6317feb6719489c4fb72fffe7580a702b58a021de9b7b73855ac5cf676ad7456b15fda34f5ef4d53da090f4f3b6e3ee0 WHIRLPOOL e23a64890815a5c38decdffe1678739314caf7396fe473594e39c552bf83ba580cebac9ffc3068458f966f06497a47dd7f09d8e572302c014dcec6bff9026cc1
DIST amd64-debug-libreoffice-gnome-4.3.5.2.xd3 97260424 SHA256 f42e71336476cb8a3d67ef4af15eadefe7e054e7bfc578d72ce04a8bb4a726d0 SHA512 02ad53fb4627b4457e59e21f21d7682c0c152f637471f4d3e7296dba044fd63513d39c06c1dfd46d6067d0c7862b1b702df1253f82cf0e1a0f383d9ee435ed96 WHIRLPOOL 95ca689d87d49d844e84f8daacf363adbf8aaae662daed20c8839b1127bd7c52946c37b266651f9bcca0f85eec38d38283110a1c1007218f4a37cc9a24af7e9b
DIST amd64-debug-libreoffice-gnome-java-4.3.5.2-r1.xd3 476901770 SHA256 dd8c319597394d764883c1e4336877109003b143bf4ab1b71607864de24bf2c1 SHA512 17728e2909750c03ce7b63097e2e29f379668d4eef566da9bcba3ad90cec0502a650da9fd5fef8745e53263ab8d0cf65b2df05cd51192767f6e7c21a62082b35 WHIRLPOOL 9641324ec13a5efc127dcbf01dfaffb10c1938c383e8dc6dde2b5c8619332cfcffff8c11dd6db8bfe5b5a4ab223c2b45ea5e288b46b9cdd068200a5bac129375
DIST amd64-debug-libreoffice-gnome-java-4.3.5.2.xd3 476209474 SHA256 ae56ed760fbe033424be7bfeda9a7350d550ff300da8bb0c171b8c52e51cc257 SHA512 ff18bafa73f0cf05397386588a28d14fb56c62dfc228ecdabd307a5ad8de779553e502b295a76e0694a811bf5990a4f825c94b771f34c613d9fb1c06b1aa880d WHIRLPOOL ebfaf71e2b73222cb8793128365af60ca05b251111734f0f154d5d90129bd3c7d95f1d1f23736c078650158e18907e4f51dbd84efd33fe437123f8213f13200b
DIST amd64-debug-libreoffice-java-4.3.5.2-r1.xd3 492620005 SHA256 9c57a29892bd7775ab95f5e6af6167734a7f7f120d11a6841f55c5b893e61dd9 SHA512 fb28b8507f735fbf2b069a717eb34dbb1c6219fff421aa1b4165d6ddaae1e9badf1ee15f32fd067166e9764f2a9bd4a6678f0fe3cae9ff4c0ba2beee5c4916ce WHIRLPOOL 8ffa3fbf38e8ecc367df5b0778c106bf40d081920793316643dc6c4918c1a2c93b69bc40945c8cd172af0c481a0009d58f20f9911eb1cea0a4518fa183f1fe87
DIST amd64-debug-libreoffice-java-4.3.5.2.xd3 467659502 SHA256 dc98a5352f0c3ac9212b2a491370ca9b46c248dd98bb384eb4b180002696f618 SHA512 7497aa50f4ffe5943b5930317af990a98645c713f42a9a6e8323d5047ce01f4ce656a14259b171a28c4ffaaca9bf272a6635a37d00be2e4c4d74028f2453d832 WHIRLPOOL 767bfbe3f74af3ce6e2974c8f6be58ea5ec58e3077875ee320da3dfad4c0ed99d6dc8af4208ac4077e8e8b059850a292fb96253aa78e1560eb4a1a3d1a9b678b
DIST amd64-debug-libreoffice-kde-4.3.5.2-r1.xd3 148639655 SHA256 6a7943a33396c18e18965c1f67458c1af7ae9fb935d1c160bf8b6bc929c7e955 SHA512 8e20a1c119c1fabe6fa4333f602a5d02903d97b6d92fa29e002c968ec3f672cfef8a55a21ec68bd698ef8a38f9663eb296de5d2383e6d6417a830361b14556f6 WHIRLPOOL 19c076776ae971e90452a23a565b625ba08a804dda9e697aac4f2e4df28be0a56c3761b50084b70a18902a8b21a014c2eadfd64e0097c66f48de7526a0993f4d
DIST amd64-debug-libreoffice-kde-4.3.5.2.xd3 148672285 SHA256 95985994bfc1f81a35dc4608df0fe71a1f51e7b5f0969e62b39a00d4e41998e5 SHA512 26088fce9c2f4c3f8acd5cf85836710f27610c2f5aa8604b7718ae23443bed61520f86a14a2adaa43f12aecd23967647c71492760098f1e0052ddc6c302b6815 WHIRLPOOL 3cfdad98451d9c97469e37f9c37395ac0266fd85e0f4f3df3d7991df4bdad7d100f0ebd2ad3b1264d4df9b25296b1a9a3984ac24ccec12e31638d7f86c174fd9
DIST amd64-debug-libreoffice-kde-java-4.3.5.2-r1.xd3 468146449 SHA256 785aaf55772ce406d4b6b6974ac99d455db229407c3da4fdc9d7b0acbf8aa88d SHA512 8fcada3d85fef0d02358b9ca569730d04209d5c83497876085e877687ad2e6f3cd2f595719c1bdc83a6eff016543e233b1fa76f96901ba9a275b2530416d9ba2 WHIRLPOOL e8cd162a059f2ed3bb7b860c07b72d91db828922d137ebcc8a387960919417402a77e32073d144d26a66b4c627a567b4a88f7553731c1d9fe8a131cdbb60a1b1
DIST amd64-debug-libreoffice-kde-java-4.3.5.2.xd3 469574659 SHA256 c12d1f56dbab148e4331c23dd3a09c620f914e531dc965e65322312524f48292 SHA512 76884f74b465500ec351ffab47163193c40a292fd2d6066f5f1cd1a85b75c72cff66a9f1371a6dfc7ba1c1c98b20a7913596993f921197f05a31f567b15d52dd WHIRLPOOL cb7e95ac534250977540cdd7401a0a1a2e3bb3917f689d723b0942438701cb51d17dc2ece2e7fb655d8ded4eea030374d20e36c22f893b18b7bdfe1c3af4290c
DIST x86-debug-libreoffice-4.3.5.2-r1.tar.xz 1316474096 SHA256 37295ab9defead5b3f31ef2aa7ec9417149eaaab6752c3d7529ab052454a5519 SHA512 e896bc9ca5bd3c5e5095da62c3267430c4ab1ceedf1bceedc4f8e4d8b32d2ea07bb94f4589b46d93a707b07ac4d6cca6a6097dbfce12578f0655adc7b93254c0 WHIRLPOOL bcd9dd72f7666386cfad72b063c87ab33729e844145336918c1361c8984d014e4ec40ce8e7c38f128cc1c8ff127b94e527c0940e75258c620efa01a23ba1b23c
DIST x86-debug-libreoffice-4.3.5.2.tar.xz 1316490272 SHA256 58b42568a501557108646ea38203a04a33643e6afb28befaaa33e7b68804f76d SHA512 12d80fc2806d9cb32cdbbb5de9cd9ae5b70214da29b9fcf149a4eaa1fa1efd900c356c2bdf5511b536f0b70d28cafc73a695b4942cd50aa4e69ceba06fd18d4d WHIRLPOOL 88430f186bf22138f989efd259d34726b3dd5b274d2012808ca551b71ff492e24e8c13c4f5c52b6beb6c7b721fc25f5b5b4e59f66a8f5ccb0ff3847b8355f75e
DIST x86-debug-libreoffice-gnome-4.3.5.2-r1.xd3 68861284 SHA256 13be3b570053ef8049a631ddc33e93b5c07be9999a2ee199fd44d589d5a34868 SHA512 10092de4623eb2f9a9d46e24a31507a8260f367e5ec698f927576cc8a528b5e48bd85f1e9e07a3352ff5d82165c19fb79aed4592e1822a898146a8b7689dc137 WHIRLPOOL 1dd541e333612641d272b16dcf0934172edf3861c7bc7b6058438ba2ae7900c0808f80b790c9f4a017d26091ddbc3779bda5fd02d9fc458e3d07eecdfe3d7bf9
DIST x86-debug-libreoffice-gnome-4.3.5.2.xd3 95328742 SHA256 32a83e09074277eebc4d68bb50bc17c2535bbf4559483966864263b7c92e27fc SHA512 efa29ff6734a18d56c28158a8b8bb9a451b59847e3d1d817acb2e7dd5b4ffde62effe17ea16e40041acbb746aa9597264015175d8975bb0f4f131378bf2260e4 WHIRLPOOL f75cdd22f392ec5f1237b50e63d8104bb98221eca751b51baec9ac44ddff7833f17b02efc3a0d4766db07a8ad348adacb55a8a3ecd849b61beeda44dd3b47ce3
DIST x86-debug-libreoffice-gnome-java-4.3.5.2-r1.xd3 476648473 SHA256 6f18cb9a26005064a55f23477add953fe8a2e5177a3e771df8d846496ce3234c SHA512 8c488ca25d1db2aad59ac0eff33727d5e3ed5d83b0fbb989856b94d76265e6a4f1e73900a9b359a74446f09573efe940273ec19053581c7fad4a30384b17d227 WHIRLPOOL 4053a87700a1896339c30cc3cbc993a826ad216c10d6521b285c38b4e5cf0ae012b50707b2fca0a608b5d7e92354363a2555cc88ad917b46d0afe70a34d873f2
DIST x86-debug-libreoffice-gnome-java-4.3.5.2.xd3 450873694 SHA256 8cd67faa454f23f41cc6c030258b4e6a75df4948b72f797c541330cf22927a50 SHA512 6a88c24c635aeadc92daa032190393d6dd6d145312b6d54110bd1aeec9a4c01dc105b4326829e8c7811488e55bbe65fa302847b8ccb135e6f1e67bb0c2242d96 WHIRLPOOL 62676db4923c3ca64425cbe9075fc5e0dab4386db04336cae3c19c5581af82e762ee34dd2019dac0c6855b13ee285c5902de4e37f761ad18ac7f129882d1d9c3
DIST x86-debug-libreoffice-java-4.3.5.2-r1.xd3 448964724 SHA256 00e7f5c623a13b4b9097e08ff3b2619991db9c8651ce11cd6b8d4d935e213bb9 SHA512 7eb80f1b86e1ed09814681ca72547549eb008a27f3a54e2ca6d298dc8e331bbb0f05f3080d22ff37ccde5bc2b6902978a0b06a6104f08fdf59ad4488cc85fd8a WHIRLPOOL e90bd385d1c6a563c8fe002269f4d2d8e1d2d2660936159b44593694b83be54992f54ceddc0afbd6d56a17eb85141a1bfca0ab03781396b18808348f1cf9596c
DIST x86-debug-libreoffice-java-4.3.5.2.xd3 451370716 SHA256 0374ac6990550b68acc150cc4e848129eab3779573b3afaaa1c6f66623eac59b SHA512 970dfae58eca78ec4374ae46ddb6addc09d3917411f380173d3adf63b85f9d832c6052f3ebe56a4d879e5ccde00b3ea4bcaea8316e3b108ecdf94aa0dc70590c WHIRLPOOL b7b4664e13ebf9c968ec7919b082d5f616949aac7383e967061120d3bc91004094524d81af4039c096fe360867794306058dfe88f74fe485b1c2252ef22546ec
DIST x86-debug-libreoffice-kde-4.3.5.2-r1.xd3 148385353 SHA256 309a9ab62bd3a199ad7894f731c2a19771c3f3a3022879a44e6252412af76dfd SHA512 71a7d734beda2a39d6fe37e7f6e91778a69b2702cee7372547ee124ab55453e82e241626c6a6e871dfec3da0c49ab3c9fff21616e393fc90a7db78b65d471921 WHIRLPOOL 0923e40aadc42fc5314deee875a23338a922228831a1ea569827b485a2ebc9eab536915664f5e4054cc5571f23d7259e5ab0307489c99b8db9ac94e88e4b47b7
DIST x86-debug-libreoffice-kde-4.3.5.2.xd3 123519657 SHA256 cc48b9a758cdeda0f771a0d084649111fc631debcfa7dec15ad7c292622fa4f1 SHA512 ac792cd5718da6197abf026a9063d98614121ebcab7c84195e2ee08c126e991ad30f801eb855c479a2cc12e7a6718b75352e9fea2a6bf936b725efe87bc60918 WHIRLPOOL cb0d221160994de5c9e72d03cf4f5de7631cd16979a2e58e0de97f484aa4966ff3d366936a82159daf22c6b264c5f03c51093dbb01a55a40363cc15d95646eb0
DIST x86-debug-libreoffice-kde-java-4.3.5.2-r1.xd3 450780101 SHA256 c870cdf99d898455f3eb89ac6e60ed42614f29f67af3150221fa078568412391 SHA512 31237fa19222c1ffae0b10339526a789855640dcf76a86e4a5e31e7a4924d8a7d69b387d06ae307c75357da959842eda6271fa8e01d4d9ee0d3d000ecbd618a4 WHIRLPOOL ebb5da0c058dd77ab37e9aac3972445581bf4694f7ea88e11b97158e0f906c67d3910ddaf861c274dff7a95ec58d8d24b7af57911733ede024ba19115d64a422
DIST x86-debug-libreoffice-kde-java-4.3.5.2.xd3 450513180 SHA256 0a70a99aa2482558335e3d53099c850c0d7ec0dd3ca4ed2c735345c82eff2745 SHA512 d345490b72c138f00816389c1e90a345d59076ee27d4c259b03fa7437958e6f24a76a464183361832b3bbc5fff9613d57b634c1ae3e058b6f7ab344bb1101163 WHIRLPOOL 708127ed64522243475d723a9537bb0da7754ddd705f0c6afb18e19f4a4fd63cbdebc13ee685dc619faa68b651068c7c6dd93f67fcc495f294c94473d7b06876

@ -0,0 +1,86 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.3.5.2-r1.ebuild,v 1.1 2015/03/18 18:37:58 dilfridge Exp $
EAPI=5
BASE_PACKAGENAME="debug"
BASE_AMD64_URI="http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-"
BASE_X86_URI="http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-"
DESCRIPTION="LibreOffice, a full office productivity suite. Binary package, debug info"
HOMEPAGE="http://www.libreoffice.org"
SRC_URI_AMD64="
${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 )
) )
"
SRC_URI_X86="
${BASE_X86_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 )
) )
"
SRC_URI="
amd64? ( ${SRC_URI_AMD64} )
x86? ( ${SRC_URI_X86} )
"
IUSE="gnome java kde"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]"
DEPEND="dev-util/xdelta:3"
RESTRICT="test strip"
S="${WORKDIR}"
src_unpack() {
einfo "Uncompressing distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz"
xz -cd "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz" > "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die
local patchname
use kde && patchname="-kde"
use gnome && patchname="-gnome"
use java && patchname="${patchname}-java"
if [ -n "${patchname}" ]; then
einfo "Patching distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using ${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3"
xdelta3 -d -s "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3" "${WORKDIR}/tmpdist.tar" || die
mv "${WORKDIR}/tmpdist.tar" "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die
fi
einfo "Unpacking new ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar"
unpack "./${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar"
}
src_configure() { :; }
src_compile() { :; }
src_install() {
dodir /usr
cp -aR "${S}"/usr/* "${ED}"/usr/ || die
}

@ -1,12 +1,24 @@
DIST amd64-bin-libreoffice-4.3.5.2-r1.tar.xz 72894408 SHA256 069ff55034a95fa16a0fa2af4a696a026143df5ea9f7b58932f3907f6b432586 SHA512 dbc453e616b4923eebe4edc2aaa6a37496e9cae2ffde83a4dc9fcb1a52a55feda1667af59a012e9c7cc92effe4af24092010791d0300b53d67904b83dad125ba WHIRLPOOL d1a796aff17490e1c908ae35b0f7ae877b0d2d0027064f4068b568e7dac640f4f760f00b3244f6624aa7eaa25076de4c9df5ffa47c4f696f0f085232f6ba2411
DIST amd64-bin-libreoffice-4.3.5.2.tar.xz 72904516 SHA256 00f388f68686cb3dd6b2e4f945d50279b66e05c02d45dcfe5e4b27c1b0885134 SHA512 f92fd2b0324646ccb0b6d419b3c0b2855ae3c10bdb0712b382ade95ed2d88f41cefd41a5b8cb497ea06b537efcdf5bcb0b52a7e7eb33415d2c67d1c39b949d08 WHIRLPOOL e87c045e5570019982fd2bf5c8e227d28c4f990bbcba01f6e34d44db5080d31807c0d87a0e14056290a5be11f013d46c4b48f9afc04fe328d2d0efd51cc0cb77
DIST amd64-bin-libreoffice-gnome-4.3.5.2-r1.xd3 1164196 SHA256 c65f8fa38b621a7bd4dc03a86f8e5f5e3b4718505fb138cea4d9f8a9b8abd5f4 SHA512 1fd7cf4dd55b9e98179741976092d251fbbca806d28055b7ccf4eeeca5c521dd63226a8d802741bfc3a62c5a42a9896a850958cba92d3e948cdb2805e968c588 WHIRLPOOL 940e9a38d700e713ed74f1164f59e1a0e7cae09ad9e2c21df3b38434258f117859c5e0772a661913f877e38b4f39f24c35150aa0b07daad07e556f6dfda8af9d
DIST amd64-bin-libreoffice-gnome-4.3.5.2.xd3 1653007 SHA256 7580c3feb4c89f131607b6cdb9b5128e0f275e5ecab24bd373c72c8651b08e5f SHA512 9aaf66a347999841d86acd6c95b4ece2287ef98517f16783ba12212fcf3e49e28da8aa868412f7628a76aff9d386397ac6fb4220dafbe6f867c59cb56ccfb633 WHIRLPOOL d06f07fed87a2508385633f8dd2accda89414f2a385ec2ad4f550cea65c7dcc95a97dfdac9e6c0f5e7950c2185abc6a67eaf72c035ecc74849de7d9ccec3bac3
DIST amd64-bin-libreoffice-gnome-java-4.3.5.2-r1.xd3 13969212 SHA256 baa224e817d8af80c43d1eeaf202e0ddd3dddc0a2a0f82a4b658789314ab3b86 SHA512 21b04d1b21ad7c03001e8bac72e9fe150ddee298f568264cd94866fd50eb197161b049999ad19f5f3acd0b78daee58e997bd4c66843b3d062b7d8dd2192ca456 WHIRLPOOL 5f0535a2a9b36b995b93f32188bdfd863cc4b38e199a8a8acf1b6f2f776c43ae723a7f944e7fcb978202f8ef1680f5422511075e682341bc954c13d0f92df784
DIST amd64-bin-libreoffice-gnome-java-4.3.5.2.xd3 14061152 SHA256 33275ba2ad779018950b84daf99b6e7aa355d50ab07c4be9f5699ea10ee07936 SHA512 9c7c37fe5d44ed53976e3278de9af214d300314ddf9186c3a384ce12ab09122ea347f9b05f0fc38f6c2c7d2ba183b1a1b807f69b11b91c5c1ac3e3ab410c8212 WHIRLPOOL 801dea549aaa484c15c041942a3420e80f1cb18c5266aa26a9bf948c91e0ac9c321b6bfb9743f9cd39cb380eab47adafb4c84aedbe8c2e22e19cebed9959e29c
DIST amd64-bin-libreoffice-java-4.3.5.2-r1.xd3 14039798 SHA256 09bf3b27e201eb02aff6f0aa2d11fd5b4455242fefae532f68b29fd7e6e2fc58 SHA512 57692ade18a2d58937a942aeb94a0fda7bc2cd72e5d19678a3e78d2ee17d4ff637b29239ef160b32c9bac052acd8222fb1c823c89e09b5b4a91aa27eef4f672c WHIRLPOOL 1f7926bdbdcc13f857eddd78657fcac38b260395a3e2cc1b3cfe1f9087ce0abdd2f82cace063f8fae9cfed2d5eac3aff65842702f8383020b71d5237fe85c980
DIST amd64-bin-libreoffice-java-4.3.5.2.xd3 13818388 SHA256 76ac57715afb0156be82226c0ac1dcfb02038ab4b5e7218c5f801e04b92d73b1 SHA512 cc2b002a7ac0d9c7dd08c1bc54ac8b1fdf38ec429591fac204bb33a08f0ae8a0affeb6205177870fe6d791a0ac7ca6bef9293c934e20c1a54c05da9acd95d554 WHIRLPOOL 6017c48c7bc4db4ecf5c904bb222ea9c1b7900ba9cc95796b5b9a98d75336b26366b49079ad1867009753e186b9c39c85d620d7049c02310ddb081b756011634
DIST amd64-bin-libreoffice-kde-4.3.5.2-r1.xd3 2049363 SHA256 0d3fcd134d1aa83dffab8773c1f2633aba52fa1f384bfdd56f2fa72f8bd81d63 SHA512 3848cbaa74fa6c738fd3088d973885b2e9780a2e7731706ac1678655871d14ad8c0b4dd4d8a938a227af24ea745daf72bd41722d3d1c4bd9dac5ad741280e981 WHIRLPOOL 1f09762673f8765940ed489bcd06456318a68a892323af4b75ce922a6ba6437a669a05b31ad50d31ded0e9332f156e763edd588c825ac368704c5541777ce493
DIST amd64-bin-libreoffice-kde-4.3.5.2.xd3 2233921 SHA256 2ee47f37b926c56b9633216f0a8e2547537ce85a4505feec3c343b6320a96ac4 SHA512 985848698ef24e220a98ba3660f6d49c88fd147b3b4f5febbe7082d9118daa614790f0efc29231002c5dfbc26718ab2715a1ab575865b092acf8bdeba06df4e0 WHIRLPOOL fe0ed773b90ee6abec82604f0465d40cde3f2a6cf6e7aef0ab9ce3fbb04e26a701312d7e3976e2f64343cff8987393e288a759279ba0fbc103bb279f0ba786d2
DIST amd64-bin-libreoffice-kde-java-4.3.5.2-r1.xd3 13960007 SHA256 bea4e9d60ec79aec812c7a7cc1833d2036b1937545d06ed741a99ab8dd0ec031 SHA512 3c0e177f07fa41316ffa8ab0f1bd3fa6779b6b36ba93df1e07a4a688fabe8a618c8e1c88279d4be9acc092f5ca9e56c1f0aee57e4bacc7e62364050c09c1be2a WHIRLPOOL 3d14986cb8c0a07d1d8c243e493dfd94bd8f956a83e94012b905d677bb591174dc4f810171e6767aa983ab5a7625348221151180c62c205dd977d50cb71607b2
DIST amd64-bin-libreoffice-kde-java-4.3.5.2.xd3 13995178 SHA256 6d07cd3cabfe631c0d0aa9d5d80d1fb7fceef499b7467b4c7c23c63c065e9a75 SHA512 e02770c36aa7e545bf85b58ffaea5e52009efcdc44e978f31972acd45c2ba9d9d72f385512a2ddca4ee3d02aee450f7e4535d7b88854f082573e39c03035805a WHIRLPOOL af92e5b2b5e51c96448b9f6b839e9ee5e50d56fbe6f0417f0b60d982b422bcf80b1c6014e95dc1d7795a3ee4074d7d7ad208947f3f9f471b58304c529636f13e
DIST x86-bin-libreoffice-4.3.5.2-r1.tar.xz 71325056 SHA256 0b3a719c5aa14b343d09c9e856b61b11a96be038f06adb6289188ae636580d85 SHA512 4f5a1c6b58b09c0836a2ae110cdd1307e88effa10626ee788f1ad1414442d0b0b236aed0a6b9d7505d0f02712982b134cd756bd383bb2dafb49579922dab0a18 WHIRLPOOL 22238fc4df0c48f4b0156c2336ff2e4e997b2b5bcef1e052f1c06a43547cae5835945110a17239ea1eb38ad46851afe2ea241ef626d8bea3cf2bd9929c96d773
DIST x86-bin-libreoffice-4.3.5.2.tar.xz 71320516 SHA256 221b765eac1ade056d3cc8188cd7f05f427bf37231ca17e427bd44540490539f SHA512 13dbd72b7ff5d48f9d408061ab845c24417bf6787f5555e4ffe0237a82e86d99c074d372094dba05e0c4409f0a3d22eb8f0cfcd7f9993b6613662e07f7b99358 WHIRLPOOL 1b69993bfdd0df3423354426d7364151ecdb2a060a182946a41f6d4113f9384fa22623c934b03012bee4d668816fe54c38a19243067dff5a7f86dafba0554ec3
DIST x86-bin-libreoffice-gnome-4.3.5.2-r1.xd3 893443 SHA256 ab420a738993f310474893e38d6afa0e21fe6dbda7e4fc8a0d9dec7c46a185f2 SHA512 d062b4e67efb720347227653076be37147071aa535c79110b7461676e0f3d5a8d774dab3fe901bc87f890b7fb4116cd07171939e2578c4052a8809547fa94170 WHIRLPOOL 9a5c4ccb56f9e69c47ca8c6ccd0f0df077281dea6eb48d80c8bd5c41414f9e6a425af1a3a89bc0ba89f779d89cb2bcdaa42a046de5d095bd486f8337cab50ade
DIST x86-bin-libreoffice-gnome-4.3.5.2.xd3 1353554 SHA256 7467946dac4041b03ce66afb3820f26fe94b0102e0ee38587d6281a813fa83df SHA512 ad4e26d4f3d9a108dca30041afb4856996e7f50d6e912afbee97b1152d8e847e955d01d14dc35188971cb0a7d0250a4c8639c439164b2a4792a1ab729a697ec6 WHIRLPOOL c6b46024fefe731c95cc905fa3d4ff446af2c8c262681407f9f8ddec433f1803c31ba5ca4ae259bcf40af8576664dbf876286302f654c86ef4ba767460219ed9
DIST x86-bin-libreoffice-gnome-java-4.3.5.2-r1.xd3 13046432 SHA256 edeb5038e88028d9c27d809a14723a4ca8487ade9130f326591d1d3a9e1e14a0 SHA512 0ee6d25e7a18b4c91a74c8236ce04f329f5ec79afa0fac857250f2ade974413b3065216e58dfe14dda814081a4c780dd40197229917116a75cd5f1534fd42839 WHIRLPOOL 2130698e4aa1c1c0f21e21027757601fae2703e53a589c7bc2573a03dd3e1320c6071631d647d942d7e4c30839dd59aee77a138e2f2997a96742463ee46a9b55
DIST x86-bin-libreoffice-gnome-java-4.3.5.2.xd3 12832084 SHA256 c87915c1246954f5d39d3a474c8aa136d0befbd7c07463b4ce08aee65963bb3f SHA512 955577950c02c0cefe7da6beb04a2e13a9062b295d8cc6691276e335a198feb19b78d834469c03a6d2b560966ae1f0946070e6da86178f85a7a0226b6a50a08c WHIRLPOOL 92a7fbad4ea7501a69d074afd7de49dafce5e869155aea91132c85559e78597cf628dec8fd432573567d119bc0aa60142265a0aadf4eb09d30c29642970fb98c
DIST x86-bin-libreoffice-java-4.3.5.2-r1.xd3 12498757 SHA256 e28af291b8b555c429f2bd2329b84ed69e8287afbc5af271e91a370b3108fc24 SHA512 a666fe6a8327dc4e76aef2de6c1e75dc7ef5720660729556b9b37e3b88d2a61151ee34751160fb1834f3ba0ba4864f75c20f30029fd163c1ce8f52dfe492d1d5 WHIRLPOOL 6f4c983ae8cdaf50657cf41e42e2584a13a2c34ddba3b35522a4aa5c688239a9611d1e51c0c00f5ecc1cce5dad0169c04ad1c000391882107ce5a1825f0618ea
DIST x86-bin-libreoffice-java-4.3.5.2.xd3 12253010 SHA256 5813ac978a93ae31d5745c3e2dda59640e9c0f6259178274824f009e89ddd705 SHA512 7cfefbe4711c2a4ce75c9d6e88f61a318d6b40ba2d5bdcb51b79def7324461e91f291ca52d9ec7d5ef6ee1c4bac47b9819d81cb2c7c820ead7737330507ab85b WHIRLPOOL 1491ddf32dac0fd66b196ee51132ffc1248342fff5c454a605a374408b71be0b50d4af4eb619576b00cdc06cc8de69a401b7a5b6a7288c930992128514912065
DIST x86-bin-libreoffice-kde-4.3.5.2-r1.xd3 2032147 SHA256 19b07086e8e42b573330d277170987c750c2c8f1948a8ed67359dc94b97a98c4 SHA512 54bdeabf727210728e595d39631a317d0baba3fd0efc6f0e6aa0a4586fd254fdf050ad3b08f35ad23e0e9e121288a42d71a855e54087a1df5f7ace1fea449467 WHIRLPOOL d44a7860fe34c08edace30f1f602d85b189a39600af38553148850e52fc5def76f80c781ac6e111fcc9849ffaed42f8044d27d8e51b60d022ac53a7313d5fa4b
DIST x86-bin-libreoffice-kde-4.3.5.2.xd3 1742499 SHA256 52de1da123f833f9a9786c0844b732910d8a63367d6b3bdcbdd6b4b58b2d6964 SHA512 a3d4b8c487fff1d6e1f0af2ec2bc31d7465dc3f2a1a2c3901fe79d55212d533c5100dc57fef03a1e9c3d3ff4de6772dd20599d68c9ace3c13775f34f44ad1d65 WHIRLPOOL e393e21d81714251ba2997429e1e13b242241bc3dc79d990b8a647c8b4aff4099c98668a4439dd9793433520da5ceb2347ae9b02a188a3ee6b4e8645625cac4e
DIST x86-bin-libreoffice-kde-java-4.3.5.2-r1.xd3 12534979 SHA256 0b3573ffbf306cc1a49232c4b91855731d0218ec3035f5e5d0fc4cffa57c2575 SHA512 def8e97f74d54acc5c051fa55879616d4dab6acc9ad14e4227a79338917a17930a5dec25cc1d668189c48eb6967eccb7b39ee8d48dec2a204f89e359bcfffc26 WHIRLPOOL def0c3902d4d16988d0ee5aa87468b9c97327236b4e1c0acff280ea0b94c1d9f5e2b4647890ce22bdb4e4ead7960cab57e054e34ad3ea94381538ea76e423283
DIST x86-bin-libreoffice-kde-java-4.3.5.2.xd3 12629003 SHA256 97e095d36267bdb4c62768a8b9ad3ef2c814a0055bdf61746251d665d19f403f SHA512 7274601ec92c893b4553cd5bc5b48aab602ffbc4a9d59a79003b4cd9ed0b461305ea1b767c2207765f1ca3fa88d74c56f4a9489ef66e8545e803d7e73347ddc9 WHIRLPOOL 4681dadb90f2efc2017c88e6307c5c45eaa2a11ecface3b101722fbbee14eb7f567c91cbb3b0706c828b1a95244add3e88c4580183221a55a5449668076fdaa2

@ -0,0 +1,233 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.3.5.2-r1.ebuild,v 1.1 2015/03/18 18:35:49 dilfridge Exp $
EAPI=5
KDE_REQUIRED="optional"
CMAKE_REQUIRED="never"
BASE_PACKAGENAME="bin"
BASE_AMD64_URI="http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-"
BASE_X86_URI="http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-"
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
PYTHON_REQ_USE="threads,xml"
inherit kde4-base java-pkg-opt-2 python-single-r1 pax-utils prefix versionator
DESCRIPTION="LibreOffice, a full office productivity suite. Binary package"
HOMEPAGE="http://www.libreoffice.org"
SRC_URI_AMD64="
${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 )
) )
"
SRC_URI_X86="
${BASE_X86_URI}libreoffice-${PVR}.tar.xz
kde? (
!java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 )
)
gnome? (
!java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 )
java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 )
)
!kde? ( !gnome? (
java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 )
) )
"
SRC_URI="
amd64? ( ${SRC_URI_AMD64} )
x86? ( ${SRC_URI_X86} )
"
IUSE="gnome java kde"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
BIN_COMMON_DEPEND="
=app-text/libexttextcat-3.4*
=app-text/libmwaw-0.3*
app-text/poppler:0/51
dev-libs/boost:0/1.55.0
dev-libs/icu:0/54a
=media-gfx/graphite2-1.2*
media-libs/glew:0/1.10
media-libs/harfbuzz:0/0.9.18[icu]
media-libs/libpng:0/16
>=sys-libs/glibc-2.19-r1
virtual/jpeg:62
kde? ( >=kde-base/kdelibs-4.14.3-r1:4 >=dev-qt/qtcore-4.8.5-r2:4 >=dev-qt/qtgui-4.8.5-r3:4 )
"
# PLEASE place any restrictions that are specific to the binary builds
# into the BIN_COMMON_DEPEND block above.
# All dependencies below this point should remain identical to those in
# the source ebuilds.
COMMON_DEPEND="
${BIN_COMMON_DEPEND}
${PYTHON_DEPS}
app-arch/zip
app-arch/unzip
>=app-text/hunspell-1.3.2-r3
app-text/mythes
>=app-text/libabw-0.1.0
>=app-text/libexttextcat-3.2
>=app-text/libebook-0.1.1
>=app-text/libetonyek-0.1.1
app-text/liblangtag
>=app-text/libmspub-0.1.0
>=app-text/libmwaw-0.3.1
>=app-text/libodfgen-0.1.0
app-text/libwpd:0.10[tools]
app-text/libwpg:0.3
>=app-text/libwps-0.3.0
>=app-text/poppler-0.16:=[xpdf-headers(+),cxx]
>=dev-cpp/clucene-2.3.3.4-r2
dev-cpp/libcmis:0.4
dev-db/unixODBC
>=dev-libs/boost-1.46:=
dev-libs/expat
>=dev-libs/hyphen-2.7.1
>=dev-libs/icu-4.8.1.1:=
>=dev-libs/liborcus-0.7.0
>=dev-libs/librevenge-0.0.1
>=dev-libs/nspr-4.8.8
>=dev-libs/nss-3.12.9
>=dev-lang/perl-5.0
>=dev-libs/openssl-1.0.0d:0
>=dev-libs/redland-1.0.16
media-gfx/graphite2
>=media-libs/fontconfig-2.8.0
media-libs/freetype:2
>=media-libs/glew-1.10
>=media-libs/harfbuzz-0.9.18:=[icu(+)]
media-libs/lcms:2
>=media-libs/libpng-1.4
>=media-libs/libcdr-0.1.0
>=media-libs/libfreehand-0.1.0
>=media-libs/libvisio-0.1.0
>=net-misc/curl-7.21.4
net-libs/neon
net-nds/openldap
sci-mathematics/lpsolve
virtual/jpeg:0
>=x11-libs/cairo-1.10.0[X]
x11-libs/libXinerama
x11-libs/libXrandr
x11-libs/libXrender
net-print/cups
>=dev-libs/dbus-glib-0.92
gnome? ( gnome-extra/evolution-data-server )
gnome? ( gnome-base/gconf:2 )
x11-libs/gdk-pixbuf[X]
>=x11-libs/gtk+-2.24:2
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
virtual/glu
virtual/opengl
"
RDEPEND="${COMMON_DEPEND}
!app-office/libreoffice-bin
!app-office/libreoffice-bin-debug
!<app-office/openoffice-bin-3.4.0-r1
!app-office/openoffice
media-fonts/libertine
media-fonts/liberation-fonts
media-fonts/urw-fonts
java? ( >=virtual/jre-1.6 )
"
PDEPEND="
=app-office/libreoffice-l10n-${PV}*
"
DEPEND="dev-util/xdelta:3"
# only one flavor at a time
REQUIRED_USE="kde? ( !gnome ) gnome? ( !kde )"
RESTRICT="test strip"
S="${WORKDIR}"
PYTHON_UPDATER_IGNORE="1"
pkg_pretend() {
[[ $(gcc-major-version) -lt 4 ]] || \
( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 4 ]] ) \
&& die "Sorry, but gcc-4.4 and earlier won't work for libreoffice-bin package (see bug #387515)."
}
pkg_setup() {
kde4-base_pkg_setup
}
src_unpack() {
einfo "Uncompressing distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz"
xz -cd "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz" > "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die
local patchname
use kde && patchname="-kde"
use gnome && patchname="-gnome"
use java && patchname="${patchname}-java"
if [ -n "${patchname}" ]; then
einfo "Patching distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using ${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3"
xdelta3 -d -s "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3" "${WORKDIR}/tmpdist.tar" || die
mv "${WORKDIR}/tmpdist.tar" "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die
fi
einfo "Unpacking new ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar"
unpack "./${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar"
}
src_prepare() {
cp "${FILESDIR}"/50-${PN} "${T}"
eprefixify "${T}"/50-${PN}
}
src_configure() { :; }
src_compile() { :; }
src_install() {
dodir /usr
cp -aR "${S}"/usr/* "${ED}"/usr/
# prevent revdep-rebuild from attempting to rebuild all the time
insinto /etc/revdep-rebuild && doins "${T}/50-${PN}"
}
pkg_preinst() {
# Cache updates - all handled by kde eclass for all environments
kde4-base_pkg_preinst
}
pkg_postinst() {
kde4-base_pkg_postinst
pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/unopkg.bin
use java || \
ewarn 'If you plan to use lbase application you should enable java or you will get various crashes.'
}
pkg_postrm() {
kde4-base_pkg_postrm
}

@ -1 +0,0 @@
DIST openerp-client-5.0.15.tar.gz 1234618 SHA256 05990b30cd6ff17b56c3ca249a62d104f6f472dabbeee27cc1e1fe4223d841c8 SHA512 55827b15767707dcf356772fe915cccbd49f6a84e81d7638b466eac35ef735d60c03fc665a4b107d378a9382ca21427137a614f667c4121665022625a80b9182 WHIRLPOOL 2440d0544cb7a6537bed9b5a791b4db6adca65ddaea4f892f001bf301731f8e57330aa8c2a2ea766954cd2e5ddde33ec3cb10b8752e7271083036c836106001e

@ -1,4 +0,0 @@
#!/bin/sh
PYTHON_DIRECTORY=$(/usr/bin/python2 -c 'from distutils.sysconfig import get_config_var; print(get_config_var("LIBP"))')
cd "${PYTHON_DIRECTORY}/site-packages/openerp-client"
exec /usr/bin/python2 ./openerp-client.py $@

@ -1,14 +0,0 @@
[Desktop Entry]
Comment=OpenERP Client
Exec=/usr/bin/openerp-client
GenericName=OpenERP Client
Categories=Office;
Icon=/usr/share/pixmaps/openerp-client/openerp-icon.png
Name=OpenERP Client
NoDisplay=false
StartupNotify=true
Terminal=0
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription>An Open Source ERP &amp; CRM. This is the GTK client component.</longdescription>
</pkgmetadata>

@ -1,37 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/openerp-client/openerp-client-5.0.15-r1.ebuild,v 1.5 2011/04/08 22:35:19 tomka Exp $
EAPI="3"
PYTHON_DEPEND="2"
inherit distutils
DESCRIPTION="Open Source ERP & CRM"
HOMEPAGE="http://www.openerp.com/"
SRC_URI="http://www.openerp.com/download/stable/source/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
CDEPEND="dev-python/matplotlib[gtk]
dev-python/egenix-mx-base
x11-libs/hippo-canvas[python]"
RDEPEND="${CDEPEND}"
DEPEND="${CDEPEND}"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_install() {
distutils_src_install
rm "${ED}usr/bin/openerp-client"
dobin "${FILESDIR}/openerp-client"
insinto "/usr/share/applications"
doins "${FILESDIR}/openerp-client.desktop"
}

@ -1 +0,0 @@
DIST openerp-server-5.0.16.tar.gz 10515061 SHA256 431ed9f709204e43a48a9ba4468884ec935deacd1558562b1dd6f373d121c57b SHA512 c304f9ce306cce85708f0d3385f104856bb758b87947207a29001e65dad10b266570f1f7244c089a401de32c8d6d6bb3f350ffcfb4d3ec948a515eaf424f3181 WHIRLPOOL e4df7f90075a298cd1edda05a23d99e3d72563992ca50b3bd1213abe919e57e12b3bbf97e7c18c780061f67c58bd0142c3083c0b3bcc9a62e0137d54debd009d

@ -1,23 +0,0 @@
#!/sbin/runscript
# Additional options that are passed to the daemon.
DAEMON_OPTS="-c ${CONFIGFILE}"
depend() {
after postgresql
}
start() {
ebegin "Starting openerp-server"
PYTHONDIR=$(python -c 'from distutils.sysconfig import get_config_var; print(get_config_var("LIBP"))')
start-stop-daemon --start --quiet --pidfile "${PIDFILE}" --exec /usr/bin/python --startas /usr/bin/python \
--chuid "${USER}" --chdir "${PYTHONDIR}/site-packages/openerp-server/" --background -- "openerp-server.py" ${DAEMON_OPTS}
eend $?
}
stop() {
ebegin "Stopping openerp-server"
start-stop-daemon --stop --quiet --pidfile "${PIDFILE}" --oknodo --signal 9
rm -f "${PIDFILE}"
eend $?
}

@ -1,3 +0,0 @@
USER="openerp"
CONFIGFILE="/etc/openerp/openerp-server.cfg"
PIDFILE="/var/run/openerp/openerp-server.pid"

@ -1,63 +0,0 @@
[options]
# General options:
admin_passwd = admin
pidfile = /var/run/openerp/openerp-server.pid
interface =
port = 8069
netinterface =
netport = 8070
netrpc = True
xmlrpc = True
init =
without_demo = False
demo = {}
update =
cache_timeout = 100000
stop_after_init = False
debug_mode = False
assert_exit_level = warn
price_accuracy = 2
# SSL Configuration:
secure = False
secure_cert_file = server.cert
secure_pkey_file = server.pkey
# Logging Configuration:
logfile = /var/log/openerp/openerp-server.log
syslog = False
log_level = debug
# SMTP Configuration:
email_from = False
smtp = localhost
smtp_port = 25
smtp_ssl = False
smtp_user = False
smtp_password = False
# Database related options:
db_user = openerp
db_password = change_this
pg_path = None
db_name = False
db_host = False
db_port = False
db_maxconn = 64
import_partial =
# Internationalisation options:
language =
translate_out =
translate_in =
translate_modules = ['all']
# Security-related options:
list_db = True
server_actions_allow_code = False

@ -1,10 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/openerp-server/files/openerp-server.logrotate,v 1.1 2011/01/14 10:32:36 elvanor Exp $
/var/log/openerp/openerp-server.log {
monthly
create 660 openerp openerp
missingok
copytruncate
}

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription>An Open Source ERP &amp; CRM. This is the main server component.</longdescription>
</pkgmetadata>

@ -1,85 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/openerp-server/openerp-server-5.0.16.ebuild,v 1.4 2014/12/28 15:00:08 titanofold Exp $
EAPI="3"
PYTHON_DEPEND="2"
inherit distutils user
DESCRIPTION="Open Source ERP & CRM"
HOMEPAGE="http://www.openerp.com/"
SRC_URI="http://www.openerp.com/download/stable/source/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
CDEPEND="dev-db/postgresql[server]
dev-python/egenix-mx-base
dev-python/lxml
dev-python/psycopg
dev-python/pychart
dev-python/pytz
dev-python/pyxml
dev-python/pyopenssl
dev-python/reportlab
media-gfx/pydot
dev-libs/libxslt[python]
dev-libs/libxml2[python]"
RDEPEND="${CDEPEND}"
DEPEND="${CDEPEND}"
OPENERP_USER="openerp"
OPENERP_GROUP="openerp"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_install() {
distutils_src_install
doinitd "${FILESDIR}/${PN}"
newconfd "${FILESDIR}/openerp-server-confd" "${PN}"
keepdir /var/run/openerp
keepdir /var/log/openerp
rm "${D}/usr/bin/openerp-server"
insinto /etc/logrotate.d
newins "${FILESDIR}"/openerp-server.logrotate openerp-server || die
dodir /etc/openerp
insinto /etc/openerp
newins "${FILESDIR}"/openerp-server.cfg openerp-server.cfg || die
}
pkg_preinst() {
enewgroup ${OPENERP_GROUP}
enewuser ${OPENERP_USER} -1 -1 -1 ${OPENERP_GROUP}
fowners ${OPENERP_USER}:${OPENERP_GROUP} /var/run/openerp
fowners ${OPENERP_USER}:${OPENERP_GROUP} /var/log/openerp
}
pkg_postinst() {
elog "In order to setup the initial database, run:"
elog " emerge --config =${CATEGORY}/${PF}"
elog "Be sure the database is started before"
}
pquery() {
psql -q -At -U postgres -d template1 -c "$@"
}
pkg_config() {
einfo "In the following, the 'postgres' user will be used."
if ! pquery "SELECT usename FROM pg_user WHERE usename = '${OPENERP_USER}'" | grep -q ${OPENERP_USER}; then
ebegin "Creating database user ${OPENERP_USER}"
createuser --username=postgres --createdb --no-adduser ${OPENERP_USER}
eend $? || die "Failed to create database user"
fi
}

@ -1 +0,0 @@
DIST openerp-web-5.0.15.tar.gz 1353286 SHA256 9eb9cfca82f2d74fc0c69ed8d852e4cc95482c8b23173cebd01209a61afa4fbe SHA512 1ed558cd8037e03362f34473a8843e609d057ac05308c1de251ef113915646af013c357c3443b132dfe04ec057994da03b62d4acb3c0e04d19b98a36406d3b3f WHIRLPOOL ce7027b1163f274536ffbd1b9593803676153b1bcc4b94b7a31f383401a7d960b40eafd6e75ea2e358cdd721a812da1288ee44a3c9dadd7620079336e149066c

@ -1,12 +0,0 @@
--- setup.py.old 2010-04-13 14:18:52.000000000 +0200
+++ setup.py 2010-12-25 21:00:50.410330044 +0100
@@ -99,9 +99,6 @@
package_data.update(find_package_data(where='locales', exclude=('*.po',), only_in_packages=False))
data_files = []
-for name in ('config', 'scripts', 'doc'):
- data = find_package_data(where=name, package=name, exclude=('*~',), only_in_packages=False)
- data_files += [(name, [name + '/' + f for f in data[name]])]
setup(
name = "openerp-web",

@ -1,22 +0,0 @@
#!/sbin/runscript
# Additional options that are passed to the daemon.
DAEMON_OPTS="-c ${CONFIGFILE}"
depend() {
after openerp-server
}
start() {
ebegin "Starting openerp-web"
start-stop-daemon --start --quiet --pidfile "${PIDFILE}" --exec /usr/bin/openerp-web \
--make-pidfile --background -- ${DAEMON_OPTS}
eend $?
}
stop() {
ebegin "Stopping openerp-web"
start-stop-daemon --stop --quiet --pidfile "${PIDFILE}" --oknodo
rm -f "${PIDFILE}"
eend $?
}

@ -1,2 +0,0 @@
CONFIGFILE="/etc/openerp/openerp-web.cfg"
PIDFILE="/var/run/openerp/openerp-web.pid"

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription>An Open Source ERP &amp; CRM. This is the Web component, it is a bridge allowing Web clients to connect
to the server.</longdescription>
</pkgmetadata>

@ -1,54 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/openerp-web/openerp-web-5.0.15.ebuild,v 1.2 2011/04/06 17:06:48 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
inherit eutils distutils
DESCRIPTION="Open Source ERP & CRM"
HOMEPAGE="http://www.openerp.com/"
SRC_URI="http://www.openerp.com/download/stable/source/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
CDEPEND="=dev-python/cherrypy-3.1*
dev-python/mako
dev-python/Babel
dev-python/formencode
dev-python/simplejson
dev-python/beaker"
RDEPEND="${CDEPEND}"
DEPEND="${CDEPEND}"
PYTHON_MODNAME="openerp"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
epatch "${FILESDIR}/gentoo.patch"
}
src_install() {
distutils_src_install
doinitd "${FILESDIR}/${PN}"
newconfd "${FILESDIR}/openerp-web-confd" "${PN}"
dodir /etc/openerp
keepdir /var/run/openerp
keepdir /var/log/openerp
insinto /etc/openerp
doins config/${PN}.cfg
dodoc doc/*
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-6.2.5.ebuild,v 1.2 2015/03/07 08:07:32 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-6.2.5.ebuild,v 1.3 2015/03/18 19:22:56 graaff Exp $
EAPI=5
GCONF_DEBUG="no"
@ -63,6 +63,7 @@ RDEPEND="${CDEPEND}
DEPEND="${CDEPEND}
dev-lang/swig
virtual/jre
virtual/pkgconfig"
S="${WORKDIR}"/"${MY_P}"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild,v 1.3 2015/03/18 06:35:44 nativemad Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.10.9.ebuild,v 1.4 2015/03/18 08:32:29 ago Exp $
EAPI="5"
@ -14,7 +14,7 @@ HOMEPAGE="http://www.phpmyadmin.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
IUSE="setup"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild,v 1.3 2015/03/18 06:35:44 nativemad Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.13.2.ebuild,v 1.4 2015/03/18 08:32:29 ago Exp $
EAPI="5"
@ -14,7 +14,7 @@ HOMEPAGE="http://www.phpmyadmin.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
IUSE="setup"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild,v 1.3 2015/03/18 06:35:44 nativemad Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.3.12.ebuild,v 1.4 2015/03/18 08:32:29 ago Exp $
EAPI="5"
@ -14,7 +14,7 @@ HOMEPAGE="http://www.phpmyadmin.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
IUSE="setup"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2013.2.0.0-r2.ebuild,v 1.1 2014/10/27 13:31:46 mjo Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2013.2.0.0-r2.ebuild,v 1.2 2015/03/18 15:15:35 nativemad Exp $
EAPI=5
@ -10,7 +10,7 @@ SRC_URI=""
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 x86"
IUSE="+doc profile +X"
RDEPEND=">=dev-haskell/async-2.0.1.4:=[profile?]

@ -1,3 +1,2 @@
DIST commons-beanutils-1.6.1-src.tar.gz 148249 SHA256 e35572613bd7141bcb64725e9f7c3f527ba5f11d4d12d5daff808f886e472bdd SHA512 fecd261525956cbf86a2de42fa7dadf197063e96f8cac715c776929c65f29f47b1de941b185f870def0bd3dbc18823d915255dd69cf3e253d9fff3868bd5820e WHIRLPOOL 36968911e7f468dd59e31ecafc43d226d29cf9fe0cf95be299e9e148e55711ed84515ff244be130e14f1f86aca3cbc6f1a5f88c89c8506ea8419710d9554dcf6
DIST commons-beanutils-1.8.0-src.tar.gz 379586 SHA256 aff3c8c772e4ff32f2d9a37a727a488583372e45535a3d5aad09662691851dcf SHA512 2a3ea0ff09b24517defcd9f15552b1820e87296b9d6f920732a81c3ab10ad927e247d787ba8bd60100dfd6e2222a15d6ee6933217ff57263eaa07ec6ea0f078a WHIRLPOOL 88861f583317325275c72d10aebe104906d117ce4ce0d6cd079cacb2c3bde92a6b8419b87e317e5239cc0351fe3d29942b9e0d8afdb00e4bc86a377b6a35399a
DIST commons-beanutils-1.8.3-src.tar.gz 383126 SHA256 df6d6a625db8da38b33d018030715130a258c0b493ea39f20c5e8d075b21b4ed SHA512 5cbe2774f097920db3b9dae99e7e6aa3c772826592c6f3b9db1ab9e3cc60631db60f0f9207c2f5335054288830085a6f0bf1da848300144c2a066b3a40e121b3 WHIRLPOOL 5ccf2ffab347db9d7276f64e7a293c1836699024c1fdb7321ec06f2cfd43d22a6e10938bb7637912ff22fe17417a534ac55266a16b81ef5fe85b9dfd0184fcab

@ -1,47 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-beanutils/commons-beanutils-1.6.1-r3.ebuild,v 1.15 2011/12/31 12:26:50 sera Exp $
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="Provides easy-to-use wrappers around Reflection and Introspection APIs"
HOMEPAGE="http://commons.apache.org/beanutils/"
SRC_URI="mirror://apache/jakarta/commons/beanutils/source/${P}-src.tar.gz"
LICENSE="Apache-1.1"
SLOT="1.6"
KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="doc source"
COMMON_DEP="
>=dev-java/commons-collections-2.1
>=dev-java/commons-logging-1.0.2"
RDEPEND=">=virtual/jre-1.3
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.3
${COMMON_DEP}"
S="${WORKDIR}/${P}-src"
# These fail but work in 1.7 so don't bother fixing.
RESTRICT="test"
src_unpack() {
unpack ${A}
cd "${S}"
java-ant_rewrite-classpath
}
EANT_GENTOO_CLASSPATH="commons-collections,commons-logging"
src_install() {
java-pkg_dojar dist/${PN}*.jar
dodoc RELEASE-NOTES.txt ||
dohtml STATUS.html PROPOSAL.html || die
use doc && java-pkg_dojavadoc dist/docs/api
use source && java-pkg_dosrc src/java/org
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/eclipse-ecj/eclipse-ecj-4.4.2.ebuild,v 1.1 2015/03/15 21:07:16 chewi Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/eclipse-ecj/eclipse-ecj-4.4.2-r1.ebuild,v 1.1 2015/03/19 10:03:23 chewi Exp $
EAPI=5
@ -30,6 +30,8 @@ DEPEND="${COMMON_DEP}
PDEPEND="
ant? ( ~dev-java/ant-eclipse-ecj-${PV} )"
JAVA_JAR_FILENAME="${MY_PN}.jar"
java_prepare() {
# These have their own package.
rm org/eclipse/jdt/core/JDTCompilerAdapter.java || die
@ -40,13 +42,11 @@ java_prepare() {
src_compile() {
java-pkg-simple_src_compile
find org META-INF -type f ! -name "*.java" | xargs jar uvf "${PN}.jar" || die "jar update failed"
find org META-INF -type f ! -name "*.java" | xargs jar uvf "${JAVA_JAR_FILENAME}" || die "jar update failed"
}
src_install() {
java-pkg-simple_src_install
dosym "${PN}.jar" "/usr/share/${PN}-${SLOT}/lib/${MY_PN}.jar"
java-pkg_dolauncher ${MY_PN}-${SLOT} --main \
org.eclipse.jdt.internal.compiler.batch.Main
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild,v 1.16 2015/01/18 11:50:59 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild,v 1.17 2015/03/18 09:46:28 slyfox Exp $
# Brief explanation of the bootstrap logic:
#
@ -633,3 +633,7 @@ pkg_prerm() {
cp -p "${PKGCACHE}"{.shipped,}
}
pkg_postrm() {
ghc-package_pkg_postrm
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.16 2015/01/18 11:50:59 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.17 2015/03/18 09:46:28 slyfox Exp $
# Brief explanation of the bootstrap logic:
#
@ -822,3 +822,7 @@ pkg_prerm() {
cp -p "${PKGCACHE}"{.shipped,}
}
pkg_postrm() {
ghc-package_pkg_postrm
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.12 2015/01/18 11:50:59 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.13 2015/03/18 09:46:28 slyfox Exp $
EAPI=5
@ -609,3 +609,7 @@ pkg_prerm() {
cp -p "${PKGCACHE}"{.shipped,}
}
pkg_postrm() {
ghc-package_pkg_postrm
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v 1.9 2015/01/19 09:02:02 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v 1.10 2015/03/18 09:46:28 slyfox Exp $
EAPI=5
@ -612,3 +612,7 @@ pkg_prerm() {
cp -p "${PKGCACHE}"{.shipped,}
}
pkg_postrm() {
ghc-package_pkg_postrm
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.4.2.ebuild,v 1.1 2015/02/18 17:58:09 williamh Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.4.2.ebuild,v 1.2 2015/03/18 14:33:05 williamh Exp $
EAPI=5
@ -14,7 +14,7 @@ if [[ ${PV} = 9999 ]]; then
else
SRC_URI="https://storage.googleapis.com/golang/go${PV}.src.tar.gz"
# Upstream only supports go on amd64, arm and x86 architectures.
KEYWORDS="-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos"
KEYWORDS="-* amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos"
fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language"

@ -1,2 +1,2 @@
DIST extra-cmake-modules-1.6.1.tar.xz 123804 SHA256 ff6d4c92a11859b85b532e028dd95ee741de904881bec8810fe24cd3e0fe26e6 SHA512 5375dce7cb115fd31383e8c07b3c630e6f82721eb51dae1c5b6c2ce04c1af44f4f5566683c0fa7d344ba97efff8bf72e4e700dc624fb04b66fdb569f36aefe43 WHIRLPOOL 651675f2eb7542e721a3272694d6c94f9b022ebc22199f35572ebc0dca21b109e9f73751ffba87a70945ded3ee3235cd6c18ac17757049dcec89b6fb5d8c6596
DIST extra-cmake-modules-1.7.0.tar.xz 129544 SHA256 c88de18f41fb9e5bb1f296bd4762315b2911fa5feb5c10aed8352d00fc08fdd1 SHA512 ba7aa80bd78d5827fcec1f9b3c67887ee065b9bb14461619379b23ae926d4899a628068336110c2eb846f26070ee91b34619af4a62eddb5d299ab5ed812ecb29 WHIRLPOOL c051c0e1c99aa91ca80f099f8d5ff417187d1e4202c6c47d56e1c6ded408bcb763ede860abf3c2ef860555b920010202020fcd0cd8331dfc094bf903cd51ef06
DIST extra-cmake-modules-1.8.0.tar.xz 130000 SHA256 47bc234a9a1e3f041d0386a1971e34be3a1f024ba94c2d88e48475923473f56a SHA512 6e3859460305615c9b045f63bcfad104cbacef8809c590f34183d455e097998baf6e5654412ca95f965c14c2c163cf98f32c7cd0672e1b8046e587d13680ebae WHIRLPOOL c91b847e211abcfae24081911748cccd9a672831667da5e63289651f54a1d4abb49055e67d8ba7b035b8353b9241ff274449ad6ac7a7bb9368b7cfa09b42169a

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/extra-cmake-modules/extra-cmake-modules-1.6.1.ebuild,v 1.2 2015/02/01 18:00:50 kensington Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/extra-cmake-modules/extra-cmake-modules-1.8.0.ebuild,v 1.1 2015/03/18 12:04:33 mrueg Exp $
EAPI=5

@ -1,3 +1,2 @@
DIST json-glib-0.16.2.tar.xz 506640 SHA256 a95475364ec27ab1d2a69303cf579018558bfb6981e3498b3aaf1e6401f7422c SHA512 6e1d9f0c1dcf02f93f22089d4669948e3b3c8217ac0b78b626d5877445e705bc28aa4b47d410fa0e35ba0a1a14df594ac069f1f86fbd0e384a942f74e60b6a12 WHIRLPOOL c58c2269f7746f1491d5a9d0996aabd739c7ac73521c0bd8f37dd82bdd537eab26334e113bbfd0be17eb88950e11c2424018b62e9a815c95382c2cb664f75f43
DIST json-glib-1.0.0.tar.xz 547100 SHA256 dbf558d2da989ab84a27e4e13daa51ceaa97eb959c2c2f80976c9322a8f4cdde SHA512 9c798f473804c672447599a66db88ad5ee9e46cc55cd2051e386fe960731dc4e3d46cfcc607ff7bbf60786ae00ca88aaf4e83795133bf54988f7fe5715479b37 WHIRLPOOL 7863a63d9ceec9ebd3f337d0dc61ce24d7609930808e2a89f5dbf762721a15d351800f36e7e5e5f7ae2cc4d5d535353a4aa0bcd7e82e15868cbcd7155cedce1f
DIST json-glib-1.0.2.tar.xz 550340 SHA256 887bd192da8f5edc53b490ec51bf3ffebd958a671f5963e4f3af32c22e35660a SHA512 c2934298d146749514706bcafda21e47a815480e2a85ae34560a6e4fd9063be2761786b8f8532965b417ccb18f96d2487ca5118c70d6112b3bbcdfe193bfcefd WHIRLPOOL 67ec22e65b847e7395c3f0a10000191b4d9ea296f24c334b0d1d0f06da4859be7c752a046757c64ec0c07c4c6e314108dc4a5a79f048370bf0682b3bd64af7d1
DIST json-glib-1.0.4.tar.xz 557236 SHA256 80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd SHA512 491a2353b7a82015516b5029d400874f35ba9d8ad914eb3f97e6106eaf2daa300147725ffbaaf5a67a6bf0da192beb47cd4edee47ecdb6a4be7dfd5f51463e5b WHIRLPOOL 337bdbd8108c5f94d212c0cb249f514aef10d5cc373ad24687cd52d115fd6c148d50aecfe664423c21f486b8ce2e88d4b8dffd18ac7d3a15332177c5aac88c25

@ -1,47 +0,0 @@
From a9327484746820a5a2b8c1acf4a78470b004f0a0 Mon Sep 17 00:00:00 2001
From: Emmanuele Bassi <ebassi@gnome.org>
Date: Thu, 11 Jul 2013 15:49:14 +0000
Subject: build: Add configure option to enable -Bsymbolic
We should always compile with -Bsymbolic enabled to avoid intra-library
PLT jumps.
https://bugzilla.gnome.org/show_bug.cgi?id=703734
---
diff --git a/configure.ac b/configure.ac
index 7c640fa..90654c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,6 +93,30 @@ AC_MSG_RESULT([$platform_win32])
AM_CONDITIONAL(OS_LINUX, [test "$platform_linux" = "yes"])
AM_CONDITIONAL(OS_WIN32, [test "$platform_win32" = "yes"])
+# Check for -Bsymbolic-functions to avoid intra-library PLT jumps
+AC_ARG_ENABLE([Bsymbolic],
+ [AS_HELP_STRING([--disable-Bsymbolic],
+ [Avoid linking with -Bsymbolic])],
+ [],
+ [
+ saved_LDFLAGS="${LDFLAGS}"
+ AC_MSG_CHECKING([for -Bsymbolic-functions linker flag])
+ LDFLAGS=-Wl,-Bsymbolic-functions
+ AC_TRY_LINK([], [int main (void) { return 0; }],
+ [
+ AC_MSG_RESULT([yes])
+ enable_Bsymbolic=yes
+ ],
+ [
+ AC_MSG_RESULT([no])
+ enable_Bsymbolic=no
+ ])
+ LDFLAGS="${saved_LDFLAGS}"
+ ])
+
+AS_IF([test "x$enable_Bsymbolic" = "xyes"], [JSON_LINK_FLAGS=-Wl[,]-Bsymbolic-functions])
+JSON_LT_LDFLAGS="$JSON_LT_LDFLAGS $JSON_LINK_FLAGS"
+
AC_SUBST(JSON_LT_LDFLAGS)
dnl === Dependencies ==========================================================
--
cgit v0.9.2

@ -1,33 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.10 2014/05/17 15:31:09 ago Exp $
EAPI=5
GCONF_DEBUG=yes
inherit gnome2
DESCRIPTION="A library providing GLib serialization and deserialization support for the JSON format"
HOMEPAGE="https://wiki.gnome.org/JsonGlib"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="+introspection"
RDEPEND="
>=dev-libs/glib-2.34.0:2
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.13
>=sys-devel/gettext-0.18
virtual/pkgconfig
"
src_configure() {
# Coverage support is useless, and causes runtime problems
gnome2_src_configure \
--disable-gcov \
$(use_enable introspection)
}

@ -1,14 +1,14 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-1.0.0.ebuild,v 1.1 2014/04/27 16:22:55 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-1.0.4.ebuild,v 1.1 2015/03/19 11:47:39 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
inherit gnome2
inherit gnome2 multilib-minimal
DESCRIPTION="A library providing GLib serialization and deserialization support for the JSON format"
HOMEPAGE="https://wiki.gnome.org/JsonGlib"
HOMEPAGE="https://wiki.gnome.org/Projects/JsonGlib"
LICENSE="LGPL-2.1+"
SLOT="0"
@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~am
IUSE="debug +introspection"
RDEPEND="
>=dev-libs/glib-2.37.6:2
>=dev-libs/glib-2.37.6:2[${MULTILIB_USEDEP}]
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
"
DEPEND="${RDEPEND}
@ -25,19 +25,33 @@ DEPEND="${RDEPEND}
dev-libs/libxslt
>=dev-util/gtk-doc-am-1.20
>=sys-devel/gettext-0.18
virtual/pkgconfig
virtual/pkgconfig[${MULTILIB_USEDEP}]
"
src_prepare() {
# Do not touch CFLAGS
sed -e 's/CFLAGS -g/CFLAGS/' -i "${S}"/configure || die
gnome2_src_prepare
}
src_configure() {
multilib_src_configure() {
# Coverage support is useless, and causes runtime problems
ECONF_SOURCE=${S} \
gnome2_src_configure \
--enable-man \
--disable-gcov \
$(usex debug --enable-debug=yes --enable-debug=minimum) \
$(use_enable introspection)
$(multilib_native_use_enable introspection)
if multilib_is_native_abi; then
ln -s "${S}"/doc/reference/html doc/reference/html || die
fi
}
multilib_src_compile() {
gnome2_src_compile
}
multilib_src_install() {
gnome2_src_install
}

@ -1 +1,2 @@
DIST async-112.17.00.tar.gz 82486 SHA256 2fa90908a87d4c12d9691a91da48b4c2e5484f770b24362618d97f111baae993 SHA512 3778f28f8ce88e32e72198ca0fd66a4727a12975f1ef6b6ed0ed09a06838d3ffc9b0004801d88b37194d428c61960be8ce369f1ccf14a6c7e556858b81aebfa5 WHIRLPOOL ec148889b63fcd3622581b2c3885e3b40f20f8d478c062810009454ae14ba82f546976d746b1388e017a43486ffc7c577c9b155b493bdac7f41c680fb5d4db43
DIST async-112.24.tar.gz 82542 SHA256 ecc4ca939ab098e689332921b110dbaacd06d9f8d8bf697023dfff3ca37dc1e9 SHA512 985e70117c057d4117ef64acdbf6bf4ac8b08c0910b2bacd879ad2646a1b730d7071bdfca4b6fc71a3995a629833cc1b092bc0f7176d34f477081a6827bd02ef WHIRLPOOL a450fc78c9ea4bdf85612ca871a34ce0682d8d7b535cb7cc52cb93407ae1130d563a6566fb2e5c8350e073e2555b5df57c99ae4d1d4afcabcb0d32d7b969f36e

@ -0,0 +1,39 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/async/async-112.24.00.ebuild,v 1.1 2015/03/18 17:28:15 aballier Exp $
EAPI="5"
OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1
inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Jane Street Capital's asynchronous execution library"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P%.*}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="examples"
RDEPEND=">=dev-lang/ocaml-4.00.0:=
>=dev-ml/async_kernel-${PV}:=
>=dev-ml/async_unix-${PV}:=
>=dev-ml/async_extra-${PV}:=
dev-ml/camlp4:=
"
DEPEND="${RDEPEND}
test? ( >=dev-ml/ounit-1.0.2 dev-ml/core_bench dev-ml/pa_ounit )"
S="${WORKDIR}/${MY_P}"
src_install() {
oasis_src_install
if use examples ; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}

@ -1 +1,2 @@
DIST async_extra-112.17.00.tar.gz 157687 SHA256 97782934e98808e1e667c00f90ef08b6a55b6a462c86a2afefb0ee12189cecd8 SHA512 338a3ed19cd17c16739737c8854a40195912dfdccfb370aa39ec6d2c516f33a69ddb01115fe3616261f17578796a404330b3c6f99f8493b7969c5e3b1c67d397 WHIRLPOOL 8617d6dbb34c75051e5ab67c72f5a8545084ea3c7e3326e59ade777a644b8a37b0a9f20c5f2908a37e2047ac197c88b009c6a25ea4261a065df491263ef6a99a
DIST async_extra-112.24.tar.gz 161501 SHA256 51f6f67a9ad56fe5dcf09faeeca6ec2fea53a7a975a72bc80504b90841212e28 SHA512 9ac13275a3b004ce87f2858634e06e2e8ff0a6a014023af25571fbf3de8c18a5396c42df0c3df647be094d348f2a6fa911004d9e6a877827ce87c2f8fa16305d WHIRLPOOL ce5e7581d4ed320e35465b11da5978bdf335ab04bb72aac5e3416e66db01cf2f8cfdad79f2b4906de681cb270523c5c6625718bed2a836d38f2f4e84487273b2

@ -0,0 +1,37 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/async_extra/async_extra-112.24.00.ebuild,v 1.1 2015/03/18 17:26:46 aballier Exp $
EAPI="5"
OASIS_BUILD_DOCS=1
inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Jane Street Capital's asynchronous execution library (extra)"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P%.*}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-lang/ocaml-4.00.0:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/pa_ounit-109.18.00:=
>=dev-ml/pipebang-109.15.00:=
>=dev-ml/core-${PV}:=
>=dev-ml/async_kernel-${PV}:=
>=dev-ml/async_unix-${PV}:=
dev-ml/custom_printf:=
dev-ml/herelib:=
dev-ml/pa_test:=
dev-ml/camlp4:=
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"

@ -1 +1,2 @@
DIST async_kernel-112.17.00.tar.gz 133837 SHA256 eaa99169345096e111a69beb229bdb1b0bc04c72db50837a1630a5852afe1464 SHA512 268a742fad491597635a53b4208730350f07e2b65cd8a6adaa17e9d862b3eefaed4a3badcb4c03cae2462882173d848d472dd1bdd9c0b041fe55814a28098b03 WHIRLPOOL fecc39757b0402cca04fb007ea9a8f6004cc350770a72f17b1ed2ab42a2ecd30fe38217c92924bef591958fd516c1896191a8c393b59f09844cc28536d8769bd
DIST async_kernel-112.24.tar.gz 135816 SHA256 95caf4249b55c5a6b38da56e314845e9ea9a0876eedd4cf0ddcb6c8dd660c6a0 SHA512 cf3bfc29147f37c03d5b9af55f6c71256cdc54b26c186303dd95675c541733b54fff5a816f57c682a9ec4f1e1d107ba8bbc92f7202a64de768eeb03c76eb4b3b WHIRLPOOL f452328b17a68e31f69cbaf1af6492788e98cffc3ccff79c81b78983694d197011d4d6d674b98f2b248bbcf6171c787cfeb5bfecf68b4ebd301ebf437e584a4b

@ -0,0 +1,33 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/async_kernel/async_kernel-112.24.00.ebuild,v 1.1 2015/03/18 17:24:02 aballier Exp $
EAPI="5"
OASIS_BUILD_DOCS=1
inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Jane Street Capital's asynchronous execution library (core)"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P%.*}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-lang/ocaml-4.00.0:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/core-109.35.00:=
>=dev-ml/herelib-109.35.00:=
dev-ml/pa_test:=
dev-ml/camlp4:=
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"

@ -1 +1,2 @@
DIST async_unix-112.17.00.tar.gz 158831 SHA256 45ef956f6d16190c50c78a6475b31289d6101f0c6bc67926fcd1d900eac373cb SHA512 b4c17418b2eb56c5ba7a56ec455c18656616f6dfc6d2b6b62e6b34dcd0670e5954d302c1568a8de72c55925e6b9699fe1865f5be4b6210b9091d81f03c9e0527 WHIRLPOOL ecbe09529171a991e09d08a76c8c4546ef3bd0ca4bac2eda243b38426e135c0a08c208e9ddd2676ecbbff2229f5130d963a9b9939ace4f2319cb830145969767
DIST async_unix-112.24.tar.gz 159597 SHA256 d490b1dc42f0987a131fa9695b55f215ad90cdaffbfac35b7f9f88f3834337ab SHA512 a6f7e2ce9e9c0e7d467b3cda1886f40f2580e7aa047bf0b772a9faf538f1398562123bf656563651d4feda983fdaa35592d2255deddc7d1a24b6dabc01c9bacf WHIRLPOOL 7503b29e307574eb9fd14d131311886c06f3d3744171533dcbe84fb5ca756613faccfa823e51523bfd1da478704e49e7cae1d0b9c329e6f365c62ec0a1d7c21d

@ -0,0 +1,36 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/async_unix/async_unix-112.24.00.ebuild,v 1.1 2015/03/18 17:25:30 aballier Exp $
EAPI="5"
OASIS_BUILD_DOCS=1
inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Jane Street Capital's asynchronous execution library (unix)"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P%.*}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-lang/ocaml-4.00.0:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/comparelib-109.27.00:=
>=dev-ml/herelib-109.15.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/pipebang-109.15.00:=
>=dev-ml/core-${PV}:=
>=dev-ml/async_kernel-${PV}:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/fieldslib-109.20.00:=
dev-ml/pa_test:=
dev-ml/camlp4:=
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"

@ -1,3 +1,2 @@
DIST bin_prot-112.06.00.tar.gz 91752 SHA256 8f5650995f61e57aac9f78ee964766827ae89b56f749cbd5e91aae7fd60bdecf SHA512 195574a29ab54359dfa621fc73f4788b41e2ad345ccf07781520101b476561680a9d7d7ced81d6ba5461b05265e5f763c3bce8f506bf88119a9d298a08ce70fb WHIRLPOOL d556e6c7bc9ca538ddff54833a9630bc64951571e37ab24bbb8e3351fe516ed97c72b108a56b87e113af30f886fc95cf7bce202a634f42a2b7789008202dcc42
DIST bin_prot-112.06.01.tar.gz 91768 SHA256 d10b9d33e67c20b86a9dccc4c721b61cd864a70c466d774892f8ca4d3a51f3d4 SHA512 7861cceb32f2aebdccb7c9ec214518630c59b77412c4612f1b6781e0c8777917a706cb445b6cce9f2d83098c029eea4e4019a903271b41ad89ad75762145d233 WHIRLPOOL b018bc8036beb5eee485065b66033c44479999a72ec4dde9810ef0d08ba36b223e785cb2273159221ff37eb35a65b7b08d8142d00465dc3c606ccd1d165f3f39
DIST bin_prot-112.17.00.tar.gz 94952 SHA256 cd09c9eb5c347dea2f58cc0986ff87f5f575b5b6a8365d0ec97391c7d90f5395 SHA512 e2e9b24e4fd7169024adb00c76ad6580c8fef9985e1447f94d89b374b46e79d51c4849412991a81b711d08f48b076d33a296a86aacb045bac46fcb4d2a9fcd8b WHIRLPOOL fb707a65a661cb665310163824778942d831ad003453647a4f5dea72a895faa74b2ec7e362940ca45065a9a3f7cb9bf11913474161c47e59f80b650683c5a1db
DIST bin_prot-112.24.tar.gz 95085 SHA256 dc0c978a825c7c123990af3317637c218f61079e6f35dc878260651084f1adb4 SHA512 4495349db1ad8a09a404c354415afc3c8f719ba8bd0e792aedef60c92b2f2222d91dba1cbf5d117cbd08ac14674d6cd1733667cab6f16a5cd738eca6d2ec4ef1 WHIRLPOOL c825db972508d404188ced258cb6d96d6c86140b4e12697586b3cdbd1997b4651ef1bb452edb92f44fec31afb17df952891a1fa4d475d33f8147cc131bf63eae

@ -1,29 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-112.06.00.ebuild,v 1.1 2014/12/22 09:49:06 aballier Exp $
EAPI=5
OASIS_BUILD_TESTS=1
OASIS_BUILD_DOCS=1
inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="A binary protocol generator"
HOMEPAGE="http://ocaml.janestreet.com/?q=node/13"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="doc"
RDEPEND=">=dev-ml/type-conv-109.28.00:=
dev-ml/camlp4:="
DEPEND="${RDEPEND}
test? ( >=dev-ml/ounit-1.1.2 )"
DOCS=( "README.md" "CHANGES.md" )
S="${WORKDIR}/${MY_P}"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-112.06.01.ebuild,v 1.1 2015/02/09 09:59:55 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-112.24.00.ebuild,v 1.1 2015/03/18 17:17:42 aballier Exp $
EAPI=5
@ -12,8 +12,7 @@ inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="A binary protocol generator"
HOMEPAGE="http://ocaml.janestreet.com/?q=node/13"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P%.*}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"

@ -1,9 +1,2 @@
DIST core-109.35.00.tar.gz 632262 SHA256 20ff89722c5a5a5a15eb30470a1676a5bd1a72d60f6a5bbf76675223c148fa93 SHA512 08ca8e7ceac6fd9a0b09562ea2a0dd472dc32a55cba27b45957fb078a12604eae9a092e250d79f9f4c6105b9b3184ad21c1214fed56d8d1b33f3e6545a7b1040 WHIRLPOOL 14fe5e7ad641977d07dcb50866bfb1ebf13b72546b4ff5ac49b2f25ccd859de60f48d034914f64196a911f5782afce1103571ae49122814a330895b8adc8ded1
DIST core-109.38.00.tar.gz 632794 SHA256 0bd685b19ee0ca165a06b6c4f61784122f4c03c04b0dbc51d4d680679e7f7bb0 SHA512 36fd2f152432c8b228d2c07cf40277ea7ccb1a0f0c467be967f0943ecdb8688bdb14c8a245dcd9dd37a8e018d54ba366d631ec60164a7c112a289b2dc59ab16f WHIRLPOOL 8330f0da6f4ef32241ffa3f08f54890a9c12974cd434838606699e31ce4dc3966ac6626491420b99c61183a2f01061da501e221764cd8c654207da9395ff473e
DIST core-109.60.00.tar.gz 705382 SHA256 30a1cd2de3ca05037471fbb167c7393df210bc7b988dbe2f9c4fb43c05bdf31d SHA512 2ec7c67b43b68e345948d7cd142da64d24857692fe4f3870e4cc065cdf6d9f12e21876fe8895d10c9f6a5eb3a8bf5cb1766683a0a799f42e3080b7ab73b163e9 WHIRLPOOL 49d1e44ade7a3cb3742014cf15f687a2a2504cf9c7e2c8d774b928aca018295fe62af1c4a6de2aa87347634dfd3234274c0cd23be23b54d5ffa1bf6dfaf4b0b2
DIST core-110.01.00.tar.gz 705375 SHA256 6095a6459d50a833b25c8a804f33b4ab05fd9fd433782d62a7b0161cb8c35bd3 SHA512 96262b5cd611c69e03f8fc4d394a94c1e0b4b7ba4bf81123f7a32cfe6e549251b0133ff1c00a287bc95476e35fd9960db56540c70fbaea40d708fdb0e3a0ae36 WHIRLPOOL 0c95f973764e92ae8a23d65b12033cca291f626b536e926522cc4850eb691371098349ff25869db172daa748f560a8b70a48038a50152df2aa89c1b42a14c1c2
DIST core-111.28.00.tar.gz 744936 SHA256 db8b34f00803890bd68f5c30de009e2eb6ff5fbde1bd9c37a1db4e3b7063e3b9 SHA512 5131c902c9f8f7a49e572b35f769e69d0051970ba5663a9257f48b4b7eda22ae63ec2d587e70cbfef38b547024794352b30cfbc77f6b331812f98f6d1503ebc0 WHIRLPOOL 15f61f74b21bb686d6fb7aa3283a2e1387466bf32e4d969fb96d32776b318ac5c727338aa93479d37189ddfe5bf3ae86072f05aabf9d41ef72a95c126cad7a7b
DIST core-112.01.01.tar.gz 745501 SHA256 99dab4e41cbd92d7da7ca3056ffaf80e56765012562807fe6473f98ccd745df5 SHA512 8a1569a866f65a3daebe8c76ff85d750400cbd841ea5e3e2b05ba580499b813fd04c7bf1e297418f32049b548a6e2f117dc8fdbd545e6f579d13a399282f2851 WHIRLPOOL 57b0902b0a5af35ae2a1ad0d2310d34ab5b3b6221f2b1dc8b1ed4962ff8218e0a4d99d48ebf6d566344d73d74d790ce10e2aeedac57c2972b40e19b28910051a
DIST core-112.06.01.tar.gz 757672 SHA256 99cf0a1b42cdb1937ea4ca6b45d2c07da55d541f4a4b643333c943608ec4f474 SHA512 1b0135e605e25b36173d418b02e4a161283e216b55b7653523ee6dca19ccbc7f4b735c7fd7165d9b2f3d5e878b21d840cb7c62e36d1af909c78c4889dd9961c2 WHIRLPOOL 38c2e0e6d2be92514800832b4e5b833e508bdc2514b24cafcbb4a7eb7a08a64bb9fdee1c73e1916fc9e62a14d38cf7e8fec6246f2e1ea447a41ba9b980563e38
DIST core-112.06.02.tar.gz 757147 SHA256 1a0fea7bcf0fad1281d1e8b7b3d089744942f71f66df0b1700ff5e966ad43e5f SHA512 fd20cdec21aa0d0de631fdd20ac2ba2f1b3a1288e24e917cc52a71876e7001ff9909ed1c2ed3c30118f011ca448dcefd68776de908c3181323a3640be1fe6561 WHIRLPOOL 0ca4f8d29c93d020079c9b6a13d633dc03c390acf75368473489350c8ff16783a9275f8312bfb35da8960fe95a30be5267a4145058b88577ea2404f65dfaaaa0
DIST core-112.17.00.tar.gz 755485 SHA256 61879c6401a1fd3ebda308584d7e8650fd8f9d745677cba5eb5a5fc16dd9c4a4 SHA512 6964c0310efec64cdfc17c5d77f562dda0280b4fba8eff9c9b8b1697d011f981263fec3748f0a3820b0b8e13690440eff08e52084e090f35593dd37761479258 WHIRLPOOL af290471b327f3434ac4b0e2fd9fae23eae0af984bc179993cacb8af46e0b51cf8fefaa00a1257df2055e37763eb9815a35ad4ea037579283f2fda1ce7c58ca1
DIST core-112.24.tar.gz 742439 SHA256 4e272f9f74e93dedf1a752a445b081fc971185d5322d365f151798c68595d13a SHA512 637400740a1152e4ba5986c820da4b128a5930a0b3d13158b1016fd32f9babec93f633af029e55ad258370833d6697437a59ec1c9fabd90ab1269a38f8197345 WHIRLPOOL 33cd226623c9df729abd614984ea819048c96396e757536cde8b8f4a190768f3f074790f6c5230d5df05a5e33f21b3b0c8e8a4c6a85acd8645716875c2d2138d

@ -1,35 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-109.35.00.ebuild,v 1.1 2013/08/01 14:24:11 aballier Exp $
EAPI="5"
OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1
inherit oasis
MY_P=${P/_/\~}
DESCRIPTION="Jane Street's alternative to the standard library"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="dev-ml/res:=
>=dev-ml/core_kernel-109.35.00:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/variantslib-109.15.00:=
>=dev-ml/comparelib-109.27.00:=
>=dev-ml/herelib-109.35.00:=
>=dev-ml/pipebang-109.15.00:="
DEPEND="${RDEPEND}
test? ( >=dev-ml/ounit-1.1.2 )"
DOCS=( "README.md" )

@ -1,39 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-109.38.00.ebuild,v 1.1 2013/08/19 15:28:17 aballier Exp $
EAPI="5"
OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1
inherit eutils oasis
MY_P=${P/_/\~}
DESCRIPTION="Jane Street's alternative to the standard library"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="dev-ml/res:=
>=dev-ml/core_kernel-109.35.00:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/variantslib-109.15.00:=
>=dev-ml/comparelib-109.27.00:=
>=dev-ml/herelib-109.35.00:=
>=dev-ml/pipebang-109.15.00:="
DEPEND="${RDEPEND}
test? ( >=dev-ml/ounit-1.1.2 )"
DOCS=( "README.md" )
src_prepare() {
has_version '>=dev-lang/ocaml-4.01.0_beta' && epatch "${FILESDIR}/${PN}-ocaml-4.01.patch"
}

@ -1,38 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-109.60.00.ebuild,v 1.2 2014/02/12 11:32:23 aballier Exp $
EAPI="5"
OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1
inherit eutils oasis
MY_P=${P/_/\~}
DESCRIPTION="Jane Street's alternative to the standard library"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
>=dev-ml/core_kernel-109.35.00:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/variantslib-109.15.00:=
>=dev-ml/comparelib-109.27.00:=
>=dev-ml/herelib-109.35.00:=
>=dev-ml/pipebang-109.15.00:=
dev-ml/custom_printf:=
dev-ml/pa_bench:=
dev-ml/pa_test:=
"
DEPEND="${RDEPEND}
test? ( >=dev-ml/ounit-1.1.2 )"
DOCS=( "README.md" )

@ -1,42 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-111.28.00.ebuild,v 1.2 2014/11/28 17:58:48 aballier Exp $
EAPI="5"
OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1
inherit eutils oasis
MY_P=${P/_/\~}
DESCRIPTION="Jane Street's alternative to the standard library"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
>=dev-ml/core_kernel-109.35.00:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/variantslib-109.15.00:=
>=dev-ml/comparelib-109.27.00:=
>=dev-ml/herelib-109.35.00:=
>=dev-ml/pipebang-109.15.00:=
dev-ml/custom_printf:=
dev-ml/pa_bench:=
dev-ml/pa_test:=
dev-ml/enumerate:=
|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
"
DEPEND="${RDEPEND}
test? ( >=dev-ml/ounit-1.1.2 )"
DOCS=( "README.md" )
PATCHES=( "${FILESDIR}/glibc220.patch" )

@ -1,40 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-112.06.01.ebuild,v 1.1 2014/12/22 09:57:59 aballier Exp $
EAPI="5"
OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1
inherit eutils oasis
MY_P=${P/_/\~}
DESCRIPTION="Jane Street's alternative to the standard library"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
>=dev-ml/core_kernel-109.35.00:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/variantslib-109.15.00:=
>=dev-ml/comparelib-109.27.00:=
>=dev-ml/herelib-109.35.00:=
>=dev-ml/pipebang-109.15.00:=
dev-ml/custom_printf:=
dev-ml/pa_bench:=
dev-ml/pa_test:=
dev-ml/enumerate:=
dev-ml/camlp4:=
"
DEPEND="${RDEPEND}
test? ( >=dev-ml/ounit-1.1.2 )"
DOCS=( "README.md" )

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-112.06.02.ebuild,v 1.1 2015/01/29 11:24:40 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-112.24.00.ebuild,v 1.1 2015/03/18 17:21:11 aballier Exp $
EAPI="5"
@ -12,7 +12,7 @@ inherit eutils oasis
MY_P=${P/_/\~}
DESCRIPTION="Jane Street's alternative to the standard library"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P%.*}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"

@ -1,24 +0,0 @@
Index: core-109.38.00/lib/core_unix.ml
===================================================================
--- core-109.38.00.orig/lib/core_unix.ml
+++ core-109.38.00/lib/core_unix.ml
@@ -890,6 +890,7 @@ Unix.open_flag =
| O_SYNC
| O_RSYNC
| O_SHARE_DELETE
+| O_CLOEXEC
with sexp
type file_perm = int with of_sexp
Index: core-109.38.00/lib/core_unix.mli
===================================================================
--- core-109.38.00.orig/lib/core_unix.mli
+++ core-109.38.00/lib/core_unix.mli
@@ -305,6 +305,7 @@ type open_flag =
| O_SYNC (** Writes complete as `Synchronised I/O file integrity completion' *)
| O_RSYNC (** Reads complete as writes (depending on O_SYNC/O_DSYNC) *)
| O_SHARE_DELETE (** Windows only: allow the file to be deleted while still open *)
+ | O_CLOEXEC
with sexp
(** The type of file access rights. *)

@ -1,13 +0,0 @@
Index: core-111.28.00/lib/unix_stubs.c
===================================================================
--- core-111.28.00.orig/lib/unix_stubs.c
+++ core-111.28.00/lib/unix_stubs.c
@@ -434,7 +434,7 @@ static value core_stat_aux_64(struct sta
CAMLparam0();
CAMLlocal5(atime, mtime, ctime, offset, v);
- #if defined _BSD_SOURCE || defined _SVID_SOURCE
+ #if defined _BSD_SOURCE || defined _SVID_SOURCE || (_POSIX_C_SOURCE - 0) >= 200809L || (_XOPEN_SOURCE - 0) >= 700
atime = caml_copy_double((double) buf->st_atime + (buf->st_atim.tv_nsec / 1000000000.0f));
mtime = caml_copy_double((double) buf->st_mtime + (buf->st_mtim.tv_nsec / 1000000000.0f));
ctime = caml_copy_double((double) buf->st_ctime + (buf->st_ctim.tv_nsec / 1000000000.0f));

@ -1 +1,2 @@
DIST core_extended-112.17.00.tar.gz 285815 SHA256 a60d2f2654a7d5b70b92059800addf1d593d2ac4bfea823143ff507a9615dde6 SHA512 8636ed21bf5377cc0e0aa036f988a34c3094a091ab6361e2d5d74ca0f75187bdcc19499b8323ee30969df950a2de1df4172e9f1e2bb2d6846c7d15fbcb830f5f WHIRLPOOL 16890fd8ff34fa60ba2888b72b0d6cdd7179347a959efa3483185bc77917a41048b5eeceb28373e876603166eec7e033755e3f7fb4e1c1b409967efc78ed9277
DIST core_extended-112.24.tar.gz 284025 SHA256 f87b0661b6c2cfb545ec61d1cb2ab1b9c4967b6ac14e651de41d3a6fb7f0f1e3 SHA512 0ed8cbbaf3dfc9045cf1c8e39f81cbc7a18532fa7da01409330df13c7cee24c2b595ed7f08f398dbf68975b8bcb27db28fc16e39981fc1908b26be5926a12ef1 WHIRLPOOL 46c984e482b7f6ca7ce2084549be8562fab6e2a8143cbf7e12c9c5b2a9a821a20ebb0002b879b3bf93812409ac9e30d817055b54c4052c0b5973e437fce52358

@ -1,18 +1,17 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-110.01.00.ebuild,v 1.1 2014/02/13 15:44:35 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/core_extended-112.24.00.ebuild,v 1.1 2015/03/18 17:26:29 aballier Exp $
EAPI="5"
OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1
inherit eutils oasis
inherit oasis
MY_P=${P/_/\~}
DESCRIPTION="Jane Street's alternative to the standard library"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P%.*}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
@ -20,19 +19,19 @@ KEYWORDS="~amd64"
IUSE=""
RDEPEND="
>=dev-ml/core_kernel-109.35.00:=
>=dev-ml/core-${PV}:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/variantslib-109.15.00:=
>=dev-ml/comparelib-109.27.00:=
>=dev-ml/herelib-109.35.00:=
>=dev-ml/custom_printf-109.27.00:=
>=dev-ml/pipebang-109.15.00:=
dev-ml/custom_printf:=
dev-ml/pa_bench:=
>=dev-ml/textutils-109.35.00:=
dev-ml/pa_test:=
dev-ml/re2:=
dev-ml/pa_bench:=
dev-ml/camlp4:=
"
DEPEND="${RDEPEND}
test? ( >=dev-ml/ounit-1.1.2 )"
DOCS=( "README.md" )
test? ( >=dev-ml/ounit-1.1.0 )"

@ -1,2 +1,3 @@
DIST core_kernel-112.06.02.tar.gz 452217 SHA256 edb53c71dac1744e4d79c98bb4defc9703b22bc6ed3db6f5efc527ec91febac8 SHA512 36bddbebe943fea14f7e40c55939ee2004aa1b8d28efdea89c29808af5940553c2ea252e21a9c2a6bbb5c7210e24c3d320f67737ac988e6844d1cc4a4d6eeb87 WHIRLPOOL b75d7d165c43af0a8024275583b0dc9d40ce43528f36b9a3896fad5df131afa31b066d6cd78416f84468af60950c2cd7f0713c57a7b11afc6fc559376e5f5545
DIST core_kernel-112.17.00.tar.gz 458291 SHA256 18aa416e917e84c368f25ecb2e5e11c92e411310476db5ea67fd3352d5ef469c SHA512 6f586dec373d57ff9bc04be1fbaf265c4740a12dffd99ca3909a23056874f402e19ec61f30879f247c44715ccdbbfb1cc8d496256fd512ba78909b956a2ee1a7 WHIRLPOOL 940522269f21380fbd8b3c14151427ce82301f74df16f5499584d85d31dc96e9f6f7f3563a2471c598d0aa601e8678b3a33cdcc524c18c776b0571990162dffb
DIST core_kernel-112.24.tar.gz 498860 SHA256 93e1f21e35ade98a2bfbe45ba76eef4a8ad3fed97cdc0769f96e0fcc86d6a761 SHA512 2cc54e580dbcdfba76cdaca76531b1d161d85c686b7cae296cb0ef424f8b01da3af19e0b54ea29954dd2fd96ee797360a40a213a11869b11f28891271756cbd3 WHIRLPOOL 964db4c0760835083a1204655be3b7982813b0e2aa59b02a4142e65bc6568737d1b57d2a8cacb0ab33376e3464630cba8b55dcda08ba680142b16961d668fbec

@ -1,18 +1,17 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-112.01.01.ebuild,v 1.1 2014/12/01 14:03:05 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_kernel/core_kernel-112.24.00.ebuild,v 1.1 2015/03/18 17:16:42 aballier Exp $
EAPI="5"
OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1
inherit eutils oasis
inherit oasis
MY_P=${P/_/\~}
DESCRIPTION="Jane Street's alternative to the standard library"
DESCRIPTION="System-independent part of Core"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P%.*}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
@ -20,21 +19,24 @@ KEYWORDS="~amd64"
IUSE=""
RDEPEND="
>=dev-ml/core_kernel-109.35.00:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/bin-prot-109.15.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/variantslib-109.15.00:=
>=dev-ml/bin-prot-112.17.00:=
>=dev-ml/comparelib-109.27.00:=
>=dev-ml/fieldslib-109.20.00:=
>=dev-ml/herelib-109.35.00:=
>=dev-ml/pa_ounit-109.27.00:=
>=dev-ml/pipebang-109.15.00:=
dev-ml/custom_printf:=
dev-ml/pa_bench:=
>=dev-ml/sexplib-109.20.00:=
>=dev-ml/variantslib-109.15.00:=
dev-ml/pa_test:=
dev-ml/enumerate:=
dev-ml/pa_bench:=
>=dev-ml/typerep-111.17:=
dev-ml/camlp4:=
!dev-ml/zero
"
DEPEND="${RDEPEND}
test? ( >=dev-ml/ounit-1.1.2 )"
test? (
dev-ml/pa_ounit
>=dev-ml/core-109.60.00
)"
DOCS=( "README.md" )

@ -1 +1,2 @@
DIST custom_printf-112.17.00.tar.gz 55881 SHA256 e1ea8c8ab9f4e3fe1f38b42bde039be0da6be645ab889aeb8b04991c38132f0e SHA512 607592dc4869e8193eaaf3b6662fbf45e5515b887c6377c64a89a566ce56d9d30d6c4a75c2b9b3982bcd27ee520b8a19b2d039f32dd8ad0fd876770aa3a03fb7 WHIRLPOOL 39d05293c928cae3825484c81cc555ad6ee7c9f69da5417e1cc81a3eaabd8fe223fdbf0fcd508049bc15685591e5966848d4894fdffed981fa509a55e1d2e5ca
DIST custom_printf-112.24.tar.gz 56205 SHA256 dad3aface92c53e8fbcc12cc9358c4767cb1cb09857d4819a10ed98eccaca8f9 SHA512 6bb37c9d4f9abb520659bb0fbb3fb6ce8ed44fde602a868b822f4ef89e52c4009ced639fb7d21d8e1aa798474293fb7d3b487a85d57391a412cd2c0933e64993 WHIRLPOOL 41d831d23c10790196b7a02e11045ed2baa3c70279d9ea611751e7ba1e7a96a918bdd60702d73d5edabaa50dbce6f3852bb9c19044d8508d6e66401ab2f93db6

@ -0,0 +1,24 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/custom_printf-112.24.00.ebuild,v 1.1 2015/03/18 17:11:51 aballier Exp $
EAPI="5"
inherit oasis
DESCRIPTION="Syntax extension for printf format strings"
HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P%.*}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
>=dev-ml/type-conv-109.20.00:=
dev-ml/sexplib:=
dev-ml/pa_ounit:=
dev-ml/camlp4:=
"
RDEPEND="${DEPEND}"

@ -1 +1,2 @@
DIST pa_ounit-112.17.00.tar.gz 57314 SHA256 469b67553074e4dfc153eb58fe352c287b1e93b3f38145d512530875efdac612 SHA512 9f96e9fffc5e92fae0df4a8f80ec2b86c41464a6227e1adb3485ae73538be67635e76267b8c56f25d9d6c201b740f23b6f0651c08f21b0c67508131d966f9025 WHIRLPOOL 4c7dc1d758ba66246dff766e21ca5854386c9c73b34725282fbd77e3ab5a433065703479cbb8afd8b95b6d132ddc383f2bd393796e8b4ff0d5816821449e766d
DIST pa_ounit-112.24.tar.gz 57567 SHA256 fa04e72fe1db41e6dc64f9707cf5705cb9b957aa93265120c875c808eb9b9b96 SHA512 7252b08d157d4759bc8215cc675b7df492a6ec988af4b477d6842835b0da0bdc50b803ffdabff0d888efbb79db5b506b7667d646dfd3a9c6bd654cd659a524af WHIRLPOOL a40abbb74ea451e470a6949d2ae339025141ece8656f3df0c6410301f9b94a138907a5ab74c980726637b66241f2546a4fc9049f6909674d3bc5b11a7af02a68

@ -0,0 +1,22 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-112.24.00.ebuild,v 1.1 2015/03/18 17:11:13 aballier Exp $
EAPI="5"
inherit oasis
DESCRIPTION="Syntax extension that helps writing in-line test in ocaml"
HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P%.*}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-ml/ounit-1.1.1:=
dev-ml/camlp4:="
RDEPEND="${DEPEND}"
DOCS=( "readme.md" )

@ -1,4 +1,2 @@
DIST pa_test-109.53.02.tar.gz 48755 SHA256 8626f66a62b201e08458517d7d75c41acf677eef00714fb465167729b54871e3 SHA512 b9556c08ed5c448fe40dc3740ca52674b6ff5d79e722ed7c14fdbb893aed56e352b21832c3adb481c1095035b47212f2a87242735a910ef4721bdd2ec6c4b461 WHIRLPOOL 6121187dd3f0cdd67e2f4a2729079e7c3c6f521e73cb4474307b172fa8a67a03f66f820c82ec7f62b71328d1691d115b1b44ab07afa09e6f793040144cf88a7a
DIST pa_test-110.01.00.tar.gz 48818 SHA256 aec7a7f6956a47831ddb01f7e6c6ae994ef75f1db74bf292601966b346f14129 SHA512 bf778aa3e269a1ae167e3c2475a7a05ad9385de3af9d6ff835a8dbb9b6be2c28ae587faeda05ad1550cb637261981d85ccbf78df5e64349940d5e724921fd537 WHIRLPOOL e22e1f6a6dfdff002845d0117b05f7d3b8b2caa8df700652fffc4ba3a1742260c98784a5d282fa6b488a9462b990e7daa7efebe6cb88a33a69079b27c45d324c
DIST pa_test-111.08.00.tar.gz 49106 SHA256 87fa0d85615f2e6a5df588d7319208301b7825b7232ac0b830ad14079f8e2e72 SHA512 1d564f1256dea361cd719256dc319610e93f0d8c0cb51251ac84d88292e18c36af32da23ce063578108d112576813711f58a4ee158b24e16248d10bdd43c24e2 WHIRLPOOL 176523321bf64726306320544e699b660bc9229b550ec4cdf5bbc86e5dd2459c0bc0e5687f291bfd30dca7853156b4c9a22aa0b4e8913da0c0db998a1d58f2c8
DIST pa_test-111.08.01.tar.gz 50614 SHA256 c9933e1e76bae36e4aff020c7a12105d944c47cf219ada823e97b1f999b0e921 SHA512 472205f5e35084ccdd3e29362388a4f559c631b805d8ca67273f4139f8fcdaa6ac37a8547916c2c2edbe253cdc9adf03078149ee3f925698a19f285675bbd0ea WHIRLPOOL 7ee720c1ba016d48d9674cb9381c7faae487d83c25095b6d38bd3d08145cda89b5d193c19e461180aeb4bbaa9dae65ad81602bf1ad2a0c286e014c721945b4a3
DIST pa_test-112.24.tar.gz 51922 SHA256 b03d13c2bc9fa9a4b1c507d7108d965202160f83e9781d430d3b53a1993e30d6 SHA512 3606c583bfe0c3cb633dbe467561740a55070c5ea689c95ea74f44038d91c0007bf4978a232104fbc9378441070e9cff7e0f58b193e06dffb2ff4f17ed3282cf WHIRLPOOL 253e0c7877e3a0090f36f3f83e1b7d32ed43349658f7a9d85ebcf7300436966c643492d3e3204731b377832b5590fd31b9de77e3df76c8c89d85490a2dc80dc6

@ -1,26 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-109.53.02.ebuild,v 1.1 2014/01/19 15:34:42 aballier Exp $
EAPI="5"
inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Quotation expanders for assertions"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-ml/type-conv-${PV}:=
dev-ml/sexplib:=
>=dev-ml/core_kernel-109.60.00:=
dev-ml/comparelib:=
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"

@ -1,26 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-111.08.00.ebuild,v 1.3 2014/11/28 17:52:36 aballier Exp $
EAPI="5"
inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Quotation expanders for assertions"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-ml/type-conv-109.60.00:=
dev-ml/sexplib:=
dev-ml/comparelib:=
|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-110.01.00.ebuild,v 1.1 2014/02/13 15:35:27 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-112.24.00.ebuild,v 1.1 2015/03/18 17:10:26 aballier Exp $
EAPI="5"
@ -9,7 +9,7 @@ inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Quotation expanders for assertions"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P%.*}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
@ -18,8 +18,8 @@ IUSE=""
DEPEND=">=dev-ml/type-conv-109.60.00:=
dev-ml/sexplib:=
>=dev-ml/core_kernel-109.60.00:=
dev-ml/comparelib:=
dev-ml/camlp4:=
"
RDEPEND="${DEPEND}"

@ -1 +1,2 @@
DIST sexplib-112.17.00.tar.gz 136611 SHA256 fb99512e850d9ceb8cc0214268786e42e6211a8bfb65765241988405b21447c8 SHA512 8f651fc4ff7964082deac05d7617a16f9f0740b2d66e4c22dc51254598b20f8eddf8110b42298e8a2506f4ca3111c14fa7942677bd1e6b56d93153bdb2b1660f WHIRLPOOL e520223d796dc92c9d030e78b2c9c2386c6ee1812ca327cec0df3b38c333a2b7d93fe43114dc1c999cda3c608e4ebd650fd37d5b793745e05e28228d19896009
DIST sexplib-112.24.tar.gz 136763 SHA256 bfbbeaf0dbe55e3c2c36cb9487ac027af0cf1333d11a141e1fc277efde4d3907 SHA512 1545cec3b26e47c393a788feef438bf5ba50dc948578ab5821d631e8e36ebad622f141b38689b06ac1105190b6d429dec33acfb3fad8e5eacfd452d463b2e1a7 WHIRLPOOL 420be838412e3fc85f23d9abc05cffde928a542ed8f1010fb610b0fa28a421e7e6388782e572e350ddf2cf254e838d2aead623b295c56c38867d9664a20a6495

@ -0,0 +1,25 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/sexplib-112.24.00.ebuild,v 1.1 2015/03/18 17:05:11 aballier Exp $
EAPI=5
OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1
inherit oasis
DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions"
HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P%.*}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-ml/type-conv-109.60.01:=
dev-ml/camlp4:="
DEPEND="${RDEPEND}"
DOCS=( "README.md" "CHANGES.md" )

@ -1,5 +1,2 @@
DIST type_conv-109.28.00.tar.gz 58375 SHA256 b868c88ce550178835660692d6dfab14a7d3b3b992b02669779b532e4c6c89f0 SHA512 67ddeea3630ecc0fd23c87a78787f352cfd6da56a5b2bae52a27da23b83ad9f47fdd04c0fcc48f90bcd5d6ad9ea7639dff725b68b8496bf12a2d033ed882c78f WHIRLPOOL 0a4d2176576c4ff987d9d53cc2c06a95fa431f371384d114f534072bc6514d22ff5922e8302161680d64daa08df2f8c10647fb8ec551238c2eb0cedddfce517b
DIST type_conv-109.60.00.tar.gz 61937 SHA256 c29cdd92c8942861ec1b767f3179e8466f9f62cd8401fee0867acee592fd84fc SHA512 bbf6a9d3f99920b06e549fecc53811606b95fe09b16d6dedd88ff0260eac03b46a80c83ffd2e7ece059fa6a8ebbae0a7961ae671bd3fbda4fbba33b08ada3053 WHIRLPOOL 48b1b8f9780151b325b3be33d83671b9813bdfc309c02e51e59749417a8e7ef25ca7bf447edbfebe0f518edc0ba5269037adf24e28d0636c8a274b9fc0b16349
DIST type_conv-109.60.01.tar.gz 61606 SHA256 fd0b1aff77c665495b240d39b7b8ef09a4c50ab959807bc50ff8d1874cccfd52 SHA512 88071cfe5d0b20ffd92f05fc57d5585ea977ff1744d153eef5987812825c83ed8b596c060609fabeba234e2df81c15a1abe4bc3ca4c3da0934d0c1df790d3773 WHIRLPOOL 5d64d6db1824af3a9e20e5ed79e1aa60629f701a1de017fe8c958a2464306231fcaef2b20d2d6b3946df7eadb86194df99d97019b4dd0330e478ca9a7b299c71
DIST type_conv-111.13.00.tar.gz 61554 SHA256 0b101439b809a526946fd4eb1d77f0e5ac98a4e0b19c9f0d1d11caecacac462b SHA512 9999bd37d8d309e37a0abdd0f4c7729834daabbcce41f8ac14e0717e16a4879338bddeefdaae1825c26e9a517d889d44f54fa01f4da2b70bccff647450a6f73c WHIRLPOOL 7b3d900983793cb495be2fd533b4f06aa60523adbe527f3273b743a763117803590d672a3707dc4004216e5ea067f9f204eedc6290f968ad8311392970792c5d
DIST type_conv-112.01.00.tar.gz 63507 SHA256 0dabf7cf351ea72e4c18d082c4e2c2ad9acdadd1af0142833db70670bacdbedb SHA512 46ac5a8562fcaffb31b76f542db770998a03d84cf2aa16f9fd24a7ac7e070fd1279d52308d5da9155e82effe8e47cd20d488249cc4d378ce6fb5e8f72d09ad0b WHIRLPOOL 2da73edfd5232cfbd96885542a1ef750850b5bf9a3a105ddab6ac5f49d35db2b2dc45497dcb92530a307641a32058e57a22956b30ecd4782073610dec59b2a88
DIST type_conv-112.01.01.tar.gz 64103 SHA256 dbbc33b7ab420e8442d79ba4308ea6c0c16903b310d33525be18841159aa8855 SHA512 aedaea66c45d60d14950f4e7addec7ea1779a28724868e4858ed02e1bd87a2438b7724e6e9f14a6fd1fca903e3e1cc39d1ce40ce79b889b4762447450d9aae32 WHIRLPOOL 38cf9d4df69e1c57c319b36689adde628b1df6b044231dd3142973e584a54a4678e9783da2b15266530feab2e88edad826915e456fd4530cac450a24f30961b1

@ -1,29 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-109.28.00.ebuild,v 1.1 2013/07/22 01:22:39 aballier Exp $
EAPI="5"
OASIS_BUILD_DOCS=1
inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Mini library required for some other preprocessing libraries"
HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
>=dev-lang/ocaml-4.0[ocamlopt?]
>=dev-ml/findlib-1.3.2"
DOCS=( "README.md" "CHANGES.txt" )
S="${WORKDIR}/${MY_P}"

@ -1,29 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-109.60.00.ebuild,v 1.1 2014/01/19 13:30:04 aballier Exp $
EAPI="5"
OASIS_BUILD_DOCS=1
inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Mini library required for some other preprocessing libraries"
HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
>=dev-lang/ocaml-4.0[ocamlopt?]
>=dev-ml/findlib-1.3.2"
DOCS=( "README.md" "CHANGES.txt" )
S="${WORKDIR}/${MY_P}"

@ -1,28 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-109.60.01.ebuild,v 1.1 2014/02/13 12:34:47 aballier Exp $
EAPI="5"
OASIS_BUILD_DOCS=1
inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Mini library required for some other preprocessing libraries"
HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
>=dev-lang/ocaml-4.0[ocamlopt?]
>=dev-ml/findlib-1.3.2"
DOCS=( "README.md" "CHANGES.txt" )
S="${WORKDIR}/${MY_P}"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-111.13.00.ebuild,v 1.2 2014/11/28 17:29:13 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-112.01.01.ebuild,v 1.1 2015/03/18 17:21:02 aballier Exp $
EAPI="5"
@ -18,12 +18,11 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
RDEPEND=">=dev-lang/ocaml-4.02[ocamlopt?]
dev-ml/camlp4:="
DEPEND="${RDEPEND}
|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
>=dev-lang/ocaml-4.0[ocamlopt?]
>=dev-ml/findlib-1.3.2"
DOCS=( "README.md" "CHANGES.txt" )
DOCS=( "README.md" "CHANGES.md" )
S="${WORKDIR}/${MY_P}"

@ -1,4 +1,2 @@
DIST typerep-109.55.02.tar.gz 140713 SHA256 dd2c473d416cc0d537aa33c1dfbd9374b93db049b709a8f88563aac8399ea014 SHA512 19e3cd88db93e42ce7a516d83b6fcec623c8ce60a4e02effc2b2221884d8c2d37d20d8f3b63da32bc1f7b9afeda6624c7043f2397579269451d2491f24088d78 WHIRLPOOL 44cb12802660345e1aaff3c0b54d2d317b8e8a9d3a1466ef3ec6940a68652e9cc0efe4b0076d5cf6e50f4cdb4f2d827cf2b1951bf4591d62fdad66625529af64
DIST typerep-111.17.00.tar.gz 140974 SHA256 588774b4edfc2805df64169b01f0c66ec5b0a27ee242a9f39da64264e8477163 SHA512 b662a16e7723dbecdadac6d21dff8935c741ac9c6a660f631c1453bd7996c7a6f5cb663353592b109d20336dc86cf0d879519401f6c7f7e2dea64d4c0b1323da WHIRLPOOL c595c426bb023cf37168ebd87a8f5ee42f1007d9ee1441192a8ade4b5ffdcf44b2673b12f1dd72f35cbe40bbb2b68284d9a3e638587dc8ca8d4954047dee0c01
DIST typerep-112.06.00.tar.gz 141443 SHA256 c26ef3e19e822a3236f88757fb518e3d98b4fb73e89d1fd94c198da7d4c0da3c SHA512 7189c206bb3deffbbd7231604d4899f16a1e8c4f18cf900cb6f0923b9f909e306fc49884b9b46c6c6777e625418e794b06a3d34d3ce0bad8380f32bb7bd59501 WHIRLPOOL bb77492c96c25e78a4ba95efd2d25767ff052c99e2d42aedaca1308c99724dc5285803cc9100e342d9abed598d2d4782748cbd718c433c98d68f2ee340e6ff52
DIST typerep-112.17.00.tar.gz 115452 SHA256 424cda508cc83ce1b8ea91bc10eb0c2f2e87c201d441c16333ffdf78a351cbb1 SHA512 c05b82414dafa0d1f750e48c81ee7f637b5fd30fda65abbfe59bdd87ef1c54657ad540dd108d34905f01fad177f35bb2e82ed5fe04754e2559925f7bc2114472 WHIRLPOOL 8eea8cae065bc89806eb5058b2d2e3ca6839e9d0832e36a2935282f2ee5cfc37f8f743a933a5c0e2ac5a3580970bd40eca18572df4fc284c1c2c85f9749cba68
DIST typerep-112.24.tar.gz 113157 SHA256 4f1ab611a00aaf774e9774b26b687233e0c70d91f684415a876f094a9969eada SHA512 018ec81523406e89b71ac9a38f33821599e7c10392174e146bd1666bf49213d984c4c2ee072cc2f29c05d95805ef9afb68ffa1087de6f9cffea919c73ee32fd3 WHIRLPOOL bacc65e456fd375a95e7ef6d75951086dcd9a1a613ce731674c4d850cc4cc113515a9094bd0f934a145b5582339484d656cc9db2adcd5d6a0190fea236484578

@ -1,25 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/typerep/typerep-109.55.02.ebuild,v 1.1 2014/01/19 13:57:44 aballier Exp $
EAPI="5"
inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Library for creating runtime representation of OCaml types"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-ml/type-conv-${PV}:=
dev-ml/sexplib:=
dev-ml/bin-prot:="
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"

@ -1,28 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/typerep/typerep-111.17.00.ebuild,v 1.1 2014/11/10 08:29:07 aballier Exp $
EAPI="5"
inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Library for creating runtime representation of OCaml types"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
>=dev-ml/type-conv-111.13:=
dev-ml/sexplib:=
dev-ml/bin-prot:=
|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/typerep/typerep-112.06.00.ebuild,v 1.1 2014/12/22 09:35:00 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/typerep/typerep-112.24.00.ebuild,v 1.1 2015/03/18 17:07:51 aballier Exp $
EAPI="5"
@ -9,8 +9,7 @@ inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Library for creating runtime representation of OCaml types"
HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P%.*}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
@ -19,8 +18,6 @@ IUSE=""
DEPEND="
>=dev-ml/type-conv-111.13:=
dev-ml/sexplib:=
dev-ml/bin-prot:=
dev-ml/camlp4:="
RDEPEND="${DEPEND}"

@ -0,0 +1,40 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses/Curses-1.320.0.ebuild,v 1.1 2015/03/18 16:29:37 monsieurp Exp $
EAPI=5
MODULE_AUTHOR=GIRAFFED
MODULE_VERSION=1.32
MODULE_A_EXT=tgz
inherit perl-module
DESCRIPTION="Curses interface modules for Perl"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-solaris ~x86-solaris"
IUSE="+unicode"
DEPEND=">=sys-libs/ncurses-5[unicode?]"
RDEPEND="${DEPEND}"
SRC_TEST="do"
my_curses_version() {
echo ncurses$(use unicode && echo w)
}
pkg_setup() {
myconf="${myconf} FORMS PANELS MENUS"
mydoc=HISTORY
export CURSES_LIBTYPE=$(my_curses_version)
export CURSES_LDFLAGS=$($(my_curses_version)5-config --libs)
export CURSES_CFLAGS=$( $(my_curses_version)5-config --cflags)
}
src_configure(){
perl-module_src_configure
if ! use unicode ; then
sed -i 's:<form.h>:"/usr/include/form.h":' "${S}"/c-config.h || die
fi
}

@ -1 +1,2 @@
DIST Curses-1.28.tgz 127412 SHA256 613b73c4b6075b1550592812214e4fc0e2205d3afcf234e3fa90f208fb8de892 SHA512 75664b39174c9875f7f779801bddb08f89ace029ea99857b561e8f8eec167f6f9059a32bc51265145b84bca1316e6d2f90a576b280cfcc7e050225f28730dff2 WHIRLPOOL dbfb87c59a236fef47e5b03735c92d109b2b4bf4a35ae69691c465f832d4122b5d48663ae4707ec6d79e6e5f892f3fdf6991400605f996e712863b3fca1a14c0
DIST Curses-1.32.tgz 134753 SHA256 5dba44fd7964806d9765e6692bc7eb8eb30aeced2740f28b9a4070a5d14ba650 SHA512 ecaa5cea2b544979229badc9f0d0ce84b385aa178ea0f821e6582865b3be63ea3d0cbc43651e2dc03334b796e5eab961c30e8f1637eec4af579843617e661562 WHIRLPOOL 37b548423430a79791659d40aa2d3d66546e0c49bbe8e1fc5c3798b30715ce1ed40343cdec70b3019a4d7c7d8adb37ca66fd8afa9f52d4b1e63774ac6a0c9b58

@ -0,0 +1,31 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.190.0.ebuild,v 1.1 2015/03/18 16:29:31 monsieurp Exp $
EAPI=5
MODULE_AUTHOR=SZABGAB
MODULE_VERSION=0.18
inherit perl-module
DESCRIPTION="Utility methods and base class for manipulating Perl via PPI"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/Class-XSAccessor-1.20.0
>=dev-perl/PPI-1.215.0
>=dev-perl/Try-Tiny-0.110.0
"
DEPEND="
test? (
${RDEPEND}
dev-perl/Test-Most
>=dev-perl/Test-Differences-0.480.100
dev-perl/Test-NoWarnings
dev-perl/CPAN-Changes
)"
SRC_TEST=do

@ -1 +1,2 @@
DIST apipkg-1.2.zip 12842 SHA256 ea86c4660e83015b6a3faad106cdf5a8d640688a93b84b93e8b64c60815789d4 SHA512 abd00a7c36914b9f79d5a54e1d0facc89fd6673f86d774784cd9a3a0e8e913cf3ef575914bcbbe4d17464b09e8b57d94c761453b2b19466e7dc408f321d22603 WHIRLPOOL 5693c8f1422d96e702eb929c2b3fe3f1a33b7d731ba4f6dced2b42229b941ca87848a31d19c2e79b0ce6fc0db98e24e6c81775c68374ca7f7bed59cf9682d049
DIST apipkg-1.3.tar.gz 11262 SHA256 54a240a642dbba1bf11c62e948463d79f7b0b82bab91dfdb0bcecd84017f7864 SHA512 4984e6470307746679625db9e82636f1dc99fbf22933b683edf092c747aa3b640b37208c7fe1d77c23674b96182d9fe37415698e29fc761836bdd95243da641b WHIRLPOOL d0b34bdcb2a37e454fe543ee2463a88d4fce24eac05778128f8f0587f94410636b580cd4ee6aba0cecdf7b1c3c00235eba71dcb1b90b13ff4328a3bf0443f1f5

@ -0,0 +1,30 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/apipkg/apipkg-1.3.ebuild,v 1.1 2015/03/19 08:22:00 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="namespace control and lazy-import mechanism"
HOMEPAGE="http://pypi.python.org/pypi/apipkg"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/hgdistver[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
python_test() {
py.test test_apipkg.py || die "Tests fail under ${EPYTHON}"
}
python_install_all() {
use examples && local EXAMPLES=( example/. )
distutils-r1_python_install_all
}

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

Loading…
Cancel
Save