Sync with portage [Mon Jul 22 18:54:25 MSK 2013].

mhiretskiy
root 11 years ago
parent 7f4a1138d6
commit ced5a9ca01

@ -1,3 +1,4 @@
DIST httpd-2.2.24.tar.bz2 5490439 SHA256 0453f5d2d7e3b1975a1c6a8a22b6d6ff768715a3b0a89b51e5f7b5851628fad7 SHA512 e1c24535bb0ae309c249c0a6fbd390064a929d960241e5e68737744f120a88b615bd5d9065fc2f749ee664ed96621c9373576e6ca32bd189d625fcd4dc1b8f01 WHIRLPOOL b24bf388e1be29cc52341d66af00318b3a60ad6db6b4df8c6cc0abf496c4e603d3b733529d21d3d1c37dad0008cacafa8078abdff6c25cb42b3874b6e176713e
DIST httpd-2.2.25.tar.bz2 5524905 SHA256 4bcaf3524796a514b31aa5c64ce80b0cdb484bab5735416de29d00f6d50fa65a SHA512 4750e79bdab4ca28c602a808531dfc1482e86bf425d5cb3bcb42a9ccfbbfde5bfd05e66649ea741523c96de6582f5e12facbb1e7d67257bcf78a3ed7a66f80d9 WHIRLPOOL 7ce37be9b66de24cc7259c6e8a0696b496c893933b1c5dbdff5147c279fb644b5d5fc77ed02531b0f081f0c217f684d1bcd98bac26938b23c1d7a4ec085162f6
DIST httpd-2.4.4.tar.bz2 4780289 SHA256 92aabddeca76a4ac7330b143df1407bbf35574c7291c15172238ac598d97655c SHA512 d68789e1e585b4acf26e4e32d063fa512525f8fcc2077b1dbf573dd9f4b47667772d94bb65fefb354fbfae331e87b3fdea422a732838c86d8887eed4b3a76af0 WHIRLPOOL c2ec29a0d52ff1d674f103d0d59c0acd15b194b1102ba5078ef76b62aa959ff92adc5977e095b30c6a778cd9385f9c4ded9bfdc6ce8fba381735ca1aa84aa9f0
DIST httpd-2.4.6.tar.bz2 4949897 SHA256 dc9f3625ebc08bea55eeb0d16e71fba656f252e6cd0aa244ee7806dc3b022fea SHA512 8ade7ec5291f07a60e279f7a73a79c11c150dbf09c9e7b059e136fcb250130aa0f381b118f84e230184b065d452d5e946df8a5766991be8cdc6e8f5d4c4bac01 WHIRLPOOL 81f036bb438afa30106a402e256d641a2687b619ef7f6ea3e4ab61f30715560e1c9dd3afa3e53c4d99c77de72f100e8a1894a5a898247c381100ceb165b8a146

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.2.25.ebuild,v 1.1 2013/07/18 13:26:11 polynomial-c Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.2.25.ebuild,v 1.5 2013/07/22 13:17:37 ago Exp $
EAPI="4"
inherit flag-o-matic eutils
@ -11,7 +11,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="ssl"
RESTRICT="test"

@ -0,0 +1,79 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.4.6.ebuild,v 1.1 2013/07/22 03:55:45 patrick Exp $
EAPI="3"
inherit flag-o-matic eutils multilib
DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
HOMEPAGE="http://httpd.apache.org/"
SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
IUSE="ssl"
RESTRICT="test"
RDEPEND="=dev-libs/apr-1*
=dev-libs/apr-util-1*
dev-libs/libpcre
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
sys-devel/libtool"
S="${WORKDIR}/httpd-${PV}"
src_configure() {
local myconf=""
# Instead of filtering --as-needed (bug #128505), append --no-as-needed
append-ldflags $(no-as-needed)
use ssl && myconf+=" --with-ssl=${EPREFIX}/usr --enable-ssl"
# econf overwrites the stuff from config.layout, so we have to put them into
# our myconf line too
econf \
--libexecdir=/usr/$(get_libdir)/apache2/modules \
--sbindir="${EPREFIX}"/usr/sbin \
--with-perl="${EPREFIX}"/usr/bin/perl \
--with-expat="${EPREFIX}"/usr \
--with-z="${EPREFIX}"/usr \
--with-apr="${EPREFIX}"/usr \
--with-apr-util="${EPREFIX}"/usr \
--with-pcre="${EPREFIX}"/usr \
${myconf}
}
src_compile() {
cd support || die
emake
}
src_install () {
cd support || die
make DESTDIR="${D}" install
# install manpages
doman "${S}"/docs/man/{dbmmanage,htdigest,htpasswd,htdbm,ab,logresolve}.1 \
"${S}"/docs/man/{htcacheclean,rotatelogs}.8
# Providing compatiblity symlinks for #177697 (which we'll stop to install
# at some point).
pushd "${ED}"/usr/sbin/ >/dev/null
for i in *; do
dosym /usr/sbin/${i} /usr/sbin/${i}2
done
popd "${ED}"/usr/sbin/ >/dev/null
# Provide a symlink for ab-ssl
if use ssl; then
dosym /usr/bin/ab /usr/bin/ab-ssl
dosym /usr/bin/ab /usr/bin/ab2-ssl
fi
dodoc "${S}"/CHANGES
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mpg123/eselect-mpg123-0.1.ebuild,v 1.2 2013/01/15 21:43:53 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mpg123/eselect-mpg123-0.1.ebuild,v 1.3 2013/07/22 01:04:59 jer Exp $
EAPI=5
@ -10,7 +10,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=">=app-admin/eselect-lib-bin-symlink-0.1.1

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/eselect-php-0.7.1.ebuild,v 1.9 2013/07/14 17:36:15 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/eselect-php-0.7.1.ebuild,v 1.11 2013/07/22 08:53:57 ago Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~olemarkus/eselect-php/eselect-php-${PV}.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="fpm apache2"
DEPEND=">=app-admin/eselect-1.2.4

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-2.7.22.ebuild,v 1.5 2013/07/04 12:26:32 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-2.7.22.ebuild,v 1.6 2013/07/21 17:55:12 ago Exp $
EAPI="4"
USE_RUBY="ruby18 ruby19"
@ -18,7 +18,7 @@ SRC_URI="http://www.puppetlabs.com/downloads/puppet/${P}.tar.gz"
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
IUSE="augeas diff doc emacs ldap minimal rrdtool selinux shadow sqlite3 vim-syntax xemacs"
KEYWORDS="amd64 hppa ppc ~sparc x86"
KEYWORDS="amd64 hppa ppc sparc x86"
ruby_add_rdepend "
>=dev-ruby/facter-1.5.6

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.11.2-r1.ebuild,v 1.9 2013/07/07 15:22:12 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.11.2-r1.ebuild,v 1.11 2013/07/21 17:55:31 ago Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar"
LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 || ( BSD-2 GPL-2+ )"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sh sparc x86"
IUSE="doc +keyutils openldap +pkinit +threads test xinetd"
RDEPEND="!!app-crypt/heimdal

@ -1 +1,2 @@
DIST scite333.tgz 1992362 SHA256 ee4d8e976d1a13657cb1b60af392cef60fbb2c441932e0398f2c9562fbcbe6a3 SHA512 d1bfcf9b83ccd5423c47169f33880b25736931a9a42e543cccd1101fd915ea3b14a51aa74c0879d908f4bb69852059c89f6fdb621731ec43afb6b96b564a7ac3 WHIRLPOOL 390d9d157d8f802ea05db41668115e61cbdb0f47ee81daa85fbbba87d322b527cc33f20af3381db72ce4d9d1eefc7e54188f15397ec5404347ef0a3b45780c8e
DIST scite334.tgz 2017827 SHA256 47107d9f063a0f1928add39c8b82d2d1745228bfd25c313f98f19dbabf75c04b SHA512 a4b67607e9f883e13409c1b96dcf250f4836cd97106f6d73ac07d41ace09473ef78687c82463661229d917a327140b5e1f4f43eb5d8cdb2b3ff94316deb95019 WHIRLPOOL 366348d777262a3cc770846411433bb9418841f5edc3caf19b307eaee54f7d18aeab5dedcb234f087bd360ecd68f55156fc59408548f8ae25ecaf8c18171ece8

@ -0,0 +1,87 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.3.4.ebuild,v 1.1 2013/07/22 13:11:25 ago Exp $
EAPI="4"
inherit toolchain-funcs eutils
MY_PV=${PV//./}
DESCRIPTION="A very powerful editor for programmers"
HOMEPAGE="http://www.scintilla.org/SciTE.html"
SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
LICENSE="HPND lua? ( MIT )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="lua"
RDEPEND="dev-libs/glib
x11-libs/cairo
x11-libs/gtk+:2
x11-libs/gdk-pixbuf
x11-libs/pango
lua? ( >=dev-lang/lua-5 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-apps/sed-4"
S="${WORKDIR}/${PN}/gtk"
src_prepare() {
cd "${WORKDIR}/scintilla/gtk"
sed -i makefile \
-e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
-e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
-e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
-e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-e "s#-Os##" \
|| die "error patching makefile"
cd "${WORKDIR}/scite/gtk"
sed -i makefile \
-e "s#-rdynamic#-rdynamic ${LDFLAGS}#" \
|| die "error patching makefile"
cd "${S}"
sed -i makefile \
-e 's#usr/local#usr#g' \
-e 's#/gnome/apps/Applications#/applications#' \
-e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
-e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
-e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
-e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-e 's#${D}##' \
-e 's#-g root#-g 0#' \
-e "s#-Os##" \
|| die "error patching makefile"
cd "${WORKDIR}"
epatch "${FILESDIR}/${PN}-3.0.1-no-lua.patch"
}
src_compile() {
emake -C ../../scintilla/gtk AR="$(tc-getAR)"
if use lua; then
emake
else
emake NO_LUA=1
fi
}
src_install() {
dodir /usr/bin
dodir /usr/share/{pixmaps,applications}
emake prefix="${ED}/usr" install
# we have to keep this because otherwise it'll break upgrading
mv "${ED}/usr/bin/SciTE" "${ED}/usr/bin/scite" || die
dosym /usr/bin/scite /usr/bin/SciTE
# replace .desktop file with our own working version
rm -f "${ED}/usr/share/applications/SciTE.desktop"
domenu "${FILESDIR}/scite.desktop"
doman ../doc/scite.1
dodoc ../README
}

@ -1,2 +1 @@
DIST vboxgtk-0.8.0.tar.gz 44206 SHA256 148dd1e0fdf5e47ecb1cd721b91e9e60df0416f65e89bbf63142064da089c880 SHA512 08657790bf48bdf33cd2a6feac16bb1841e3ae844466d24814a31aebff8509a488769f45efbd5e52c17c13afb8ecd874826f34605b68f5c0c557b1ba8d18be87 WHIRLPOOL e1af1fb3da7c0290ec5913cb5237b615ac99e5aa6642e6ab5f6b28df5c4efa824c806e2edaf41f3bd15ee0f5968cfbe2722391ce4f061eb85114a05522a02e2c
DIST vboxgtk-0.8.2.tar.gz 43717 SHA256 317d7b55cc0c98bf3c1fe294a8fc62668709ae14f12b3bf3b32d5fa33451fe95 SHA512 7326bf3892ec6f7d81614982b1a08ba4bf25ed3c10d327f9f56cad1f1493faf784e2d5324177e3abaea9de29eb5daec49c878b6152b4b3c0301ae640142d8aee WHIRLPOOL b465a9ccf2c582b685fa80cdfc16906768c2ac83c25399959a4a737fa13f0a24711651c5bde8ee980bcfee556dc8c539b167299e8f7e9b2637c35659b544cfd6

@ -1,57 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/vboxgtk-0.8.0-r3.ebuild,v 1.2 2012/10/26 21:43:50 hasufell Exp $
EAPI="4"
PYTHON_COMPAT="python2_6 python2_7"
inherit gnome2-utils python-distutils-ng
DESCRIPTION="GTK frontend for VirtualBox"
HOMEPAGE="http://code.google.com/p/vboxgtk/"
SRC_URI="http://vboxgtk.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
|| ( <app-emulation/virtualbox-4.2.0[-headless,python,sdk]
<app-emulation/virtualbox-bin-4.2.0[python] )
dev-python/pygobject:3
x11-libs/gtk+:3[introspection]"
DEPEND="dev-util/intltool
sys-devel/gettext"
DOCS=( AUTHORS README )
PKG_LINGUAS="cs gl"
for PKG_LINGUA in ${PKG_LINGUAS}; do
IUSE="${IUSE} linguas_${PKG_LINGUA/-/_}"
done
python_prepare_all() {
for LINGUA in ${PKG_LINGUAS}; do
if ! use linguas_${LINGUA/-/_}; then
rm -r po/"${LINGUA}".po || die "LINGUAS removal failed"
fi
done
}
python_install_all() {
dodoc ${DOCS[@]}
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}

@ -1,57 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/vboxgtk-0.8.2.ebuild,v 1.1 2012/10/27 10:27:56 hasufell Exp $
EAPI="4"
PYTHON_COMPAT="python2_6 python2_7"
inherit gnome2-utils python-distutils-ng
DESCRIPTION="GTK frontend for VirtualBox"
HOMEPAGE="http://code.google.com/p/vboxgtk/"
SRC_URI="http://vboxgtk.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
|| ( >=app-emulation/virtualbox-4.2.0[-headless,python,sdk]
>=app-emulation/virtualbox-bin-4.2.0[python] )
dev-python/pygobject:3
x11-libs/gtk+:3[introspection]"
DEPEND="dev-util/intltool
sys-devel/gettext"
DOCS=( AUTHORS README )
PKG_LINGUAS="cs gl"
for PKG_LINGUA in ${PKG_LINGUAS}; do
IUSE="${IUSE} linguas_${PKG_LINGUA/-/_}"
done
python_prepare_all() {
for LINGUA in ${PKG_LINGUAS}; do
if ! use linguas_${LINGUA/-/_}; then
rm -r po/"${LINGUA}".po || die "LINGUAS removal failed"
fi
done
}
python_install_all() {
dodoc ${DOCS[@]}
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.3 2013/07/21 16:09:11 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.4 2013/07/22 11:38:54 idella4 Exp $
EAPI=5
@ -227,7 +227,7 @@ src_compile() {
unset LDFLAGS
unset CFLAGS
emake CC="$(tc-getCC)" LD="$(tc-getLD)" -C tools ${myopt}
emake CC="$(tc-getCC)" LD="$(tc-getLD)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" -C tools ${myopt}
use doc && emake -C docs txt html
emake -C docs man-pages

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.2.ebuild,v 1.2 2013/07/21 13:05:58 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.2.ebuild,v 1.3 2013/07/22 00:59:30 jer Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2 IBM"
SLOT="0/9" # subslot = major soname version
KEYWORDS="amd64 ~hppa ~ppc ~x86"
KEYWORDS="amd64 hppa ~ppc ~x86"
IUSE="aff ewf static-libs"
DEPEND="dev-db/sqlite:3

@ -1,3 +1 @@
DIST trash-cli-0.12.4.tar.gz 66344 SHA256 935bd7f63b45ed1c353711286279bea8b33f52b3358de1f16bf4019fe6665875 SHA512 963a578784bd817b0d19ded9675fabd4419e22b314927ca427e53bd2edda97ec69fee56783931734bc21f5ac3a5ba0587686a207de0abb5fbf9ef97fa43e075d WHIRLPOOL 501b1b273e4a39dd67ed6eb3453d7613dac3488500705115ff61df30656b770dea12871df19ae0e7a566ccd2b31e82ff451ecd724f964797b75b1c0422727015
DIST trash-cli-0.12.7.tar.gz 58423 SHA256 4d5a5dd50c142ca84f8588f0ddcd7038aa985f7420d27e1c89737733bbe5bc67 SHA512 04364a06b2fe4b1697c1ea8c77be7789df46928c550c715541c7c0c13c88a10646f8d363051dfa96c6d4cc8c62109cf712b077686cc8147c929ad460a75fccc4 WHIRLPOOL ca1fe123cc530c33bb7c0abdea9d3cd716502896aeca68d42d43c1e4e01988f802ad3e9e84d47286bb089e2c109c8ba59edc45e4dcfd0e13d6e48b5c5961cc3f
DIST trash-cli-0.12.9.14.tar.gz 62090 SHA256 e0371b28324188d4936cbeea7c74f85a28306588c1ad15b5d3af33372bd5eb11 SHA512 3846ec4e2e491b09ad93134313a875fb3e072abe3e895956b62a3e4f350c1f10dd1ded3fea0caec3fa8a6bd39f2d0a63ac6a3a070a6204fd2f27f1e447f5ba6c WHIRLPOOL ee9bb75ca3b3b9f141777a581862b57dd12db38490761dc2cd429ec60eca972292b207063615d8a2c233dd613772fb65a7c6faaadd925410ce9f964b10a8e445

@ -1,23 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/trash-cli-0.12.4.ebuild,v 1.4 2012/08/01 10:33:07 hasufell Exp $
EAPI=4
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5 3.*"
inherit distutils vcs-snapshot
DESCRIPTION="Python scripts to manipulate trash cans via the command line"
HOMEPAGE="https://github.com/andreafrancia/trash-cli"
SRC_URI="http://github.com/andreafrancia/${PN}/tarball/${PV} ->
${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-python/setuptools"

@ -1,23 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/trash-cli-0.12.7.ebuild,v 1.4 2012/08/03 13:29:01 ago Exp $
EAPI=4
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5 3.*"
inherit distutils vcs-snapshot
DESCRIPTION="Python scripts to manipulate trash cans via the command line"
HOMEPAGE="https://github.com/andreafrancia/trash-cli"
SRC_URI="http://github.com/andreafrancia/${PN}/tarball/${PV} ->
${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-python/setuptools"

@ -1,21 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/trash-cli-0.12.9.14-r1.ebuild,v 1.3 2012/11/20 20:46:12 ago Exp $
EAPI=4
PYTHON_COMPAT="python2_6 python2_7"
inherit python-distutils-ng vcs-snapshot
DESCRIPTION="Python scripts to manipulate trash cans via the command line"
HOMEPAGE="https://github.com/andreafrancia/trash-cli"
SRC_URI="http://github.com/andreafrancia/${PN}/tarball/${PV} ->
${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-python/setuptools"

@ -1,23 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/trash-cli-0.12.9.14.ebuild,v 1.1 2012/09/14 21:36:11 hasufell Exp $
EAPI=4
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5 3.*"
inherit distutils vcs-snapshot
DESCRIPTION="Python scripts to manipulate trash cans via the command line"
HOMEPAGE="https://github.com/andreafrancia/trash-cli"
SRC_URI="http://github.com/andreafrancia/${PN}/tarball/${PV} ->
${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools"

@ -1,4 +1,2 @@
DIST gentoopm-0.2.5.tar.bz2 24450 SHA256 884ecf5507ad3f623c1f371e6a25b9e91c87511448921593c956c1ee1aca1f1d SHA512 479ae28ea799eb2300420caf823bb04a10bb03da8392366db6982dbde7b9913f0e9d87cfa1790ece2878686612adf9ff6098fdb20069526d224f0198c9a7c1c3 WHIRLPOOL 3e24c28067f2b097f111ed41b1e924cf861d28c5dbc09c1c61a89b483f7a5646df414e753a2782006ace8a8eab1086dccf37fae041c8c0473d7046cf046bee17
DIST gentoopm-0.2.6.tar.bz2 24410 SHA256 8620e509a1fb186871a757353477857366883338a3be9e7bfa8d93e3e966157e SHA512 5818540eb847546953a3e313be653861f41a937a53fd65c00f4794361da68b257739cb5e1147e8267d17a16a7f86c88eb108bacdc5a86d45fbb91c9e4f992343 WHIRLPOOL 3422d08e10289ff4700cdacf8dd030bb23f81609ec514ac918f365a16dee6deffd59edb103977cdf9c719763d00ed946f14061ae3310d7864228449b5eaf10b6
DIST gentoopm-0.2.7.tar.bz2 24530 SHA256 70857126302733d73f0d3593b5f38919684abab247a921fb898d0382aad2acb6 SHA512 b29eb92bcad4010c4daa68e248acffe8513104a8163a5af07dd126ad0657870eca86e14ea9f12d3a341044f92932d2b30e03e566d242ca3ed6cbc8152b0cd901 WHIRLPOOL 6b0ba340c596d4aeb708df12a7ce59a391ed3fca08db69500f52c082246dd330396b312e68e1d3e552901f70b47840f3402a90a40e7c37d3920015d1d0af70bc
DIST gentoopm-0.2.8.tar.bz2 24540 SHA256 f5c0f032cf093a9a0f74df7eebc0909541f4f5ee7b82971351a404b2998094a9 SHA512 de0eaf7adf8e549f6659af9bf4fb1b51f978954fa791b623b4626069edfa8982facaddcc29030a94e774bdf64828ea1c4f16b616d43cf9cc6fd9b9b63dbbe21c WHIRLPOOL 0f113f20bd795685b876e9d98008c20faee1d28e2a38815fd0bb4e05366a6ccd1a91f410f69a8d6a3e7cd6f28ba13a1cf8e33c9a823b0cd2f742cf74ec169352

@ -1,56 +0,0 @@
From 553961c332e9a588da9085228f297767d47884e2 Mon Sep 17 00:00:00 2001
From: Brian Harring <ferringb@gmail.com>
Date: Sun, 14 Oct 2012 15:03:39 -0700
Subject: [PATCH] Fix pkgcore support for >0.8.
---
gentoopm/pkgcorepm/__init__.py | 7 +++++--
gentoopm/pkgcorepm/repo.py | 8 ++++++--
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/gentoopm/pkgcorepm/__init__.py b/gentoopm/pkgcorepm/__init__.py
index aa117a0..1071e49 100644
--- a/gentoopm/pkgcorepm/__init__.py
+++ b/gentoopm/pkgcorepm/__init__.py
@@ -33,8 +33,11 @@ class PkgCorePM(PackageManager):
@property
def installed(self):
- return PkgCoreInstalledRepo(self._domain.named_repos['vdb'],
- self._domain)
+ if hasattr(self._domain, 'repos_raw'):
+ repos = self._domain.repos_raw
+ else:
+ repos = self._domain.named_repos
+ return PkgCoreInstalledRepo(repos['vdb'], self._domain)
@property
def Atom(self):
diff --git a/gentoopm/pkgcorepm/repo.py b/gentoopm/pkgcorepm/repo.py
index dc43148..d3bacf9 100644
--- a/gentoopm/pkgcorepm/repo.py
+++ b/gentoopm/pkgcorepm/repo.py
@@ -18,14 +18,18 @@ from .filter import transform_filters
class PkgCoreRepoDict(PMRepositoryDict):
def __iter__(self):
+ if hasattr(self._domain, 'repos_raw'):
+ trees = self._domain.repos_raw
+ else:
+ trees = self._domain.named_repos
try:
- trees = self._domain.named_repos['repo-stack'].trees
+ trees = trees['repo-stack'].trees
except KeyError: # pkgcore-0.7.5+
def _match_ebuild_repos(x):
return isinstance(x, UnconfiguredTree)
trees = filter(_match_ebuild_repos,
- self._domain.named_repos.values())
+ trees.values())
rev = -1
else:
rev = 1
--
1.7.12

@ -1,41 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoopm/gentoopm-0.2.5-r2.ebuild,v 1.2 2012/10/14 22:54:06 ferringb Exp $
EAPI=4
PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
inherit base python-distutils-ng
DESCRIPTION="A common interface to Gentoo package managers"
HOMEPAGE="https://bitbucket.org/mgorny/gentoopm/"
SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 ~mips x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc"
RDEPEND="|| ( >=sys-apps/portage-2.1.10.3
>=sys-apps/pkgcore-0.8
>=sys-apps/paludis-0.64.2[python-bindings] )"
DEPEND="doc? ( dev-python/epydoc )"
PDEPEND="app-admin/eselect-package-manager"
python_prepare_all() {
base_src_prepare
}
src_compile() {
python-distutils-ng_src_compile
if use doc; then
"${PYTHON}" setup.py doc || die
fi
}
python_install_all() {
if use doc; then
dohtml -r doc/*
fi
}

@ -1,41 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoopm/gentoopm-0.2.7.ebuild,v 1.3 2013/01/09 21:38:33 zerochaos Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
inherit distutils-r1
DESCRIPTION="A common interface to Gentoo package managers"
HOMEPAGE="https://bitbucket.org/mgorny/gentoopm/"
SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc"
RDEPEND="|| (
sys-apps/pkgcore
>=sys-apps/portage-2.1.10.3
>=sys-apps/paludis-0.64.2[python-bindings] )"
DEPEND="doc? ( dev-python/epydoc )"
PDEPEND="app-admin/eselect-package-manager"
python_compile_all() {
if use doc; then
python_export_best
"${PYTHON}" setup.py doc || die
fi
}
python_test() {
"${PYTHON}" setup.py test || die
}
python_install_all() {
use doc && local HTML_DOCS=( doc/* )
distutils-r1_python_install_all
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/qpdf-4.1.0.ebuild,v 1.10 2013/07/10 00:55:35 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/qpdf-4.1.0.ebuild,v 1.11 2013/07/22 08:54:35 ago Exp $
EAPI="5"
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0/10" # subslot = libqpdf soname version
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
IUSE="doc examples static-libs test"
RDEPEND="dev-libs/libpcre

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20130619.ebuild,v 1.2 2013/07/21 13:07:22 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20130619.ebuild,v 1.3 2013/07/22 00:57:03 jer Exp $
EAPI=5
@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: Gentoo and portage related syntax highlighting, filetyp
HOMEPAGE="http://www.gentoo.org/"
LICENSE="vim"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="ignore-glep31"
VIM_PLUGIN_HELPFILES="gentoo-syntax"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.70.ebuild,v 1.8 2013/07/21 17:28:07 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.70.ebuild,v 1.10 2013/07/22 08:53:22 ago Exp $
EAPI="4"
@ -19,7 +19,7 @@ inherit toolchain-funcs mysql-v2
IUSE="$IUSE"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris"
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris"
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
# This is often broken still

@ -0,0 +1 @@
DIST pgbadger-3.5.tar.gz 106899 SHA256 5d256023e62f73b0c2fbdbf478daaf632ac47b7e5db2db8f61bf96d5c14d4fe5 SHA512 d85eb6fb2ca442265e7f08c2d9fbfdbdf57dbbeeff6891887e923b0fcbb528de81286607d8c96a777f10b7469b4e6cd51a8cf99422cb1a7f85852eb59758c744 WHIRLPOOL df238494fd308a00e1e812a037e3eaebb30881ceda22dd291329b95eecd2d1abe222ff677a7fc5c7e011163103d9e2225a4e54d6d16eb2ec8b3a38e3f2022f1a

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

@ -0,0 +1,19 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgbadger/pgbadger-3.5.ebuild,v 1.1 2013/07/22 00:53:21 titanofold Exp $
EAPI=5
inherit perl-app
DESCRIPTION="pgBadger is a PostgreSQL log analyzer."
HOMEPAGE="http://dalibo.github.io/pgbadger/"
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-perl/Text-CSV_XS"
RDEPEND="${DEPEND}"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-5.1.ebuild,v 1.2 2013/07/21 11:10:41 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-5.1.ebuild,v 1.3 2013/07/22 01:15:23 jer Exp $
EAPI="4"
@ -13,7 +13,7 @@ HOMEPAGE="http://phppgadmin.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="amd64 ~hppa ~ppc ~x86 ~x86-fbsd"
KEYWORDS="amd64 hppa ~ppc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="dev-lang/php[postgres,session]

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.4.ebuild,v 1.1 2012/11/24 11:02:11 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.4.ebuild,v 1.2 2013/07/21 17:33:32 ottxor Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:="

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r1.ebuild,v 1.2 2013/04/02 04:34:33 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r1.ebuild,v 1.3 2013/07/21 17:46:36 ottxor Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE=""
RDEPEND="dev-haskell/deepseq:=[profile?]

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dataenc/dataenc-0.14.0.5.ebuild,v 1.8 2013/03/31 10:33:34 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dataenc/dataenc-0.14.0.5.ebuild,v 1.9 2013/07/21 17:48:44 ottxor Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-fbsd ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:="

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hslogger/hslogger-1.2.1.ebuild,v 1.4 2013/03/25 20:44:08 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hslogger/hslogger-1.2.1.ebuild,v 1.5 2013/07/21 17:41:48 ottxor Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="amd64 ~sparc x86"
KEYWORDS="amd64 ~sparc x86 ~amd64-linux"
IUSE=""
RDEPEND="dev-haskell/mtl:=[profile?]

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v 1.8 2013/06/29 16:29:36 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.8.ebuild,v 1.9 2013/07/21 17:45:31 ottxor Exp $
EAPI=5
@ -18,7 +18,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-fbsd ~ppc-macos ~x86-macos"
# hackport-args: --always-disabled='mtl1 network23 old-base warn-as-error'
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ifelse/ifelse-0.85.ebuild,v 1.2 2012/09/12 15:47:39 qnikst Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ifelse/ifelse-0.85.ebuild,v 1.3 2013/07/21 17:47:39 ottxor Exp $
# ebuild generated by hackport 0.2.17.9999
@ -18,7 +18,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE=""
RDEPEND="dev-haskell/mtl[profile?]

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lifted-base/lifted-base-0.2.0.3.ebuild,v 1.1 2013/04/02 11:46:05 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lifted-base/lifted-base-0.2.0.3.ebuild,v 1.2 2013/07/21 17:42:57 ottxor Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE=""
RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1:=[profile?]

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v 1.4 2013/03/25 20:44:55 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v 1.5 2013/07/21 17:49:41 ottxor Exp $
EAPI=5
@ -18,7 +18,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="amd64 ~sparc x86"
KEYWORDS="amd64 ~sparc x86 ~amd64-linux"
IUSE="test"
# testpack dependency is a workaround for cabal-1.8 bug, which pulls

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-control/monad-control-0.3.2.ebuild,v 1.1 2013/04/02 11:45:26 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monad-control/monad-control-0.3.2.ebuild,v 1.2 2013/07/21 17:32:12 ottxor Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE="+instancest"
RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1:=[profile?]

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.6.ebuild,v 1.8 2013/06/29 16:32:43 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.6.ebuild,v 1.9 2013/07/21 17:44:15 ottxor Exp $
EAPI=5
@ -18,7 +18,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="2/${PV}"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
IUSE="+template_haskell"
RDEPEND="dev-haskell/extensible-exceptions:=[profile?]

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.8 2013/05/25 07:50:32 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7-r1.ebuild,v 1.9 2013/07/21 17:39:41 ottxor Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-fbsd ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:="

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.4.1.ebuild,v 1.1 2013/07/20 00:38:43 tomwij Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.4.1.ebuild,v 1.2 2013/07/22 09:23:39 tomwij Exp $
# Build written by Andrew John Hughes (gnu_andrew@member.fsf.org)
# *********************************************************
@ -9,7 +9,9 @@
EAPI="5"
inherit java-pkg-2 java-vm-2 pax-utils prefix versionator virtualx flag-o-matic
CHECKREQS_DISK_BUILD="9G"
inherit check-reqs java-pkg-2 java-vm-2 pax-utils prefix versionator virtualx flag-o-matic
ICEDTEA_VER=$(get_version_component_range 2-)
ICEDTEA_BRANCH=$(get_version_component_range 2-3)
@ -150,7 +152,13 @@ PDEPEND="webstart? ( dev-java/icedtea-web:7 )
S="${WORKDIR}"/${ICEDTEA_PKG}
pkg_pretend() {
check-reqs_pkg_pretend
}
pkg_setup() {
check-reqs_pkg_setup
JAVA_PKG_WANT_BUILD_VM="
icedtea-7 icedtea-bin-7 icedtea7
gcj-jdk"

@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.27.ebuild,v 1.4 2013/07/14 17:36:07 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.27.ebuild,v 1.6 2013/07/22 08:53:47 ago Exp $
EAPI=5
inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd"
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd"
function php_get_uri ()
{

@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.17.ebuild,v 1.8 2013/07/14 17:36:07 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.17.ebuild,v 1.10 2013/07/22 08:53:47 ago Exp $
EAPI=5
inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
function php_get_uri ()
{

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5-r1.ebuild,v 1.9 2013/07/07 15:20:34 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5-r1.ebuild,v 1.11 2013/07/22 08:52:45 ago Exp $
EAPI="4"
WANT_AUTOMAKE="none"
@ -18,7 +18,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
LICENSE="PSF-2"
SLOT="3.2"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="build doc elibc_uclibc examples gdbm hardened ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
# Do not add a dependency on dev-lang/python to this ebuild.

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p374.ebuild,v 1.9 2013/07/07 15:17:54 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p374.ebuild,v 1.11 2013/07/22 08:52:16 ago Exp $
EAPI=2
@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.bz2
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"
LICENSE="|| ( Ruby GPL-2 )"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="+berkdb debug doc examples +gdbm ipv6 rubytests socks5 ssl threads tk xemacs ncurses +readline libedit"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p448.ebuild,v 1.9 2013/07/07 15:17:54 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p448.ebuild,v 1.11 2013/07/22 08:52:16 ago Exp $
EAPI=4
@ -34,7 +34,7 @@ SRC_URI="mirror://ruby/1.9/${MY_P}.tar.bz2
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"
LICENSE="|| ( Ruby-BSD BSD-2 )"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl tk xemacs ncurses +readline +yaml" #libedit
# libedit support is removed everywhere because of this upstream bug:

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild,v 1.8 2013/07/21 17:23:48 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r7.ebuild,v 1.10 2013/07/21 17:41:05 ago Exp $
EAPI=2
@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/${P}.tar.gz
LICENSE="BSD-with-attribution"
SLOT="2"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE="authdaemond berkdb crypt gdbm kerberos openldap mysql ntlm_unsupported_patch pam postgres sample srp ssl urandom"
DEPEND="authdaemond? ( || ( >=net-mail/courier-imap-3.0.7 >=mail-mta/courier-0.46 ) )

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r3.ebuild,v 1.8 2013/07/21 17:23:48 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r3.ebuild,v 1.11 2013/07/22 08:54:53 ago Exp $
EAPI=5
@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.cyrusimap.org/cyrus-sasl/${P}.tar.gz"
LICENSE="BSD-with-attribution"
SLOT="2"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="authdaemond berkdb gdbm kerberos ldapdb openldap mysql pam postgres sample sqlite
srp ssl static-libs urandom"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.33.ebuild,v 1.9 2013/07/14 10:24:11 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.33.ebuild,v 1.11 2013/07/22 08:52:59 ago Exp $
EAPI="4"
@ -19,7 +19,7 @@ fi
LICENSE="BSD"
SLOT="3"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs unicode zlib"
REQUIRED_USE="readline? ( !libedit )
libedit? ( !readline )"

@ -0,0 +1 @@
DIST libsolv-0.3.0.tar.bz2 395784 SHA256 b0e7ad666a16e183ecd340b41d50a5e989b118e90274e767d3453aee5ad8215a SHA512 795ddc3f7d52b770805e695ef72a63b8aaa4601bd7b5ca6d1c69c86fdc76bbe682507bc9efd2e4f7e453760474ff83a4172f4f7a59a4e1cd0583e9ed82934a14 WHIRLPOOL f6b0469450d15428454bd93b33d64ddce58e10c7007e4c98189d7052a23bc41d3bf4cb9160706217002043ba2f038648316d3fb5d9b4fbfa5ed12a4a514dd0e7

@ -0,0 +1,53 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsolv/libsolv-0.3.0.ebuild,v 1.2 2013/07/22 04:25:42 scarabeus Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="Library for solving packages and reading repositories"
HOMEPAGE="http://doc.opensuse.org/projects/libzypp/HEAD/"
SRC_URI="https://build.opensuse.org/package/rawsourcefile/openSUSE:Factory/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="bzip2 lzma" # perl python ruby"
RDEPEND="
app-arch/rpm
dev-libs/expat
sys-libs/db
sys-libs/zlib
virtual/udev
bzip2? ( app-arch/bzip2 )
lzma? ( app-arch/xz-utils )
"
DEPEND="${DEPEND}
sys-devel/gettext
"
src_prepare() {
# enabling suse features also mess up headers detection
sed -i \
-e "s:include <rpm/db.h>:include <db.h>:g" \
ext/repo_rpmdb.c || die
# respect ldflags
sed -i \
-e 's:LINK_FLAGS}:LINK_FLAGS} ${CMAKE_SHARED_LINKER_FLAGS}:g' \
src/CMakeLists.txt || die
}
src_configure() {
local mycmakeargs=(
"-DSUSE=1"
"-DENABLE_SUSEREPO=1"
"-DENABLE_HELIXREPO=1"
"-DUSE_VENDORDIRS=1"
$(cmake-utils_use_enable bzip2 ENABLE_BZIP2_COMPRESSION)
$(cmake-utils_use_enable lzma ENABLE_LZMA_COMPRESSION)
)
cmake-utils_src_configure
}

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

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r1.ebuild,v 1.9 2013/07/21 15:52:35 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r1.ebuild,v 1.11 2013/07/21 17:55:22 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
@ -13,7 +13,7 @@ HOMEPAGE="http://www.xmlsoft.org/"
LICENSE="MIT"
SLOT="2"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="debug examples icu ipv6 lzma python readline static-libs test"
XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"

@ -1,12 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild,v 1.1 2011/10/03 15:17:49 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild,v 1.2 2013/07/21 21:52:36 ottxor Exp $
# this ebuild is only for the libmpfr.so.1 ABI SONAME
EAPI="3"
inherit eutils
inherit eutils libtool
MY_PV=${PV/_p*}
MY_P=${PN}-${MY_PV}
@ -16,7 +16,7 @@ SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="1"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-libs/gmp-4.1.4-r2"
@ -28,6 +28,9 @@ src_prepare() {
epatch "${FILESDIR}"/${MY_PV}/patch*
sed -i '/if test/s:==:=:' configure #261016
find . -type f -print0 | xargs -0 touch -r configure
# needed for FreeMiNT
[[ ${CHOST} == *-mint* ]] && elibtoolize
}
src_configure() {
@ -40,5 +43,5 @@ src_compile() {
src_install() {
emake install-libLTLIBRARIES DESTDIR="${D}" || die
rm "${D}"/usr/*/libmpfr.{la,so} || die
rm "${ED}"/usr/*/libmpfr.{la,so,dylib,a} || die
}

@ -1,11 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2.ebuild,v 1.2 2013/04/29 16:08:45 bicatali Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2.ebuild,v 1.3 2013/07/21 21:52:36 ottxor Exp $
EAPI="3"
# NOTE: we cannot depend on autotools here starting with gcc-4.3.x
inherit eutils multilib
inherit eutils libtool multilib
MY_PV=${PV/_p*}
MY_P=${PN}-${MY_PV}
@ -16,7 +16,7 @@ SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"
RDEPEND=">=dev-libs/gmp-4.1.4-r2[static-libs?]"
@ -39,11 +39,16 @@ src_prepare() {
done
sed -i '/if test/s:==:=:' configure #261016
find . -type f -print0 | xargs -0 touch -r configure
# needed for FreeMiNT
[[ ${CHOST} == *-mint* ]] && elibtoolize
}
src_configure() {
econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
--with-gmp-lib="${EPREFIX}"/usr/$(get_libdir) \
--with-gmp-include="${EPREFIX}"/usr/include \
$(use_enable static-libs static)
}
@ -61,9 +66,9 @@ src_install() {
}
pkg_preinst() {
preserve_old_lib /usr/$(get_libdir)/libmpfr.so.1
preserve_old_lib /usr/$(get_libdir)/libmpfr$(get_libname 1)
}
pkg_postinst() {
preserve_old_lib_notify /usr/$(get_libdir)/libmpfr.so.1
preserve_old_lib_notify /usr/$(get_libdir)/libmpfr$(get_libname 1)
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1.ebuild,v 1.2 2013/07/21 13:06:56 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1.ebuild,v 1.3 2013/07/22 00:54:46 jer Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://www.lysator.liu.se/~nisse/archive/${P}.tar.gz"
LICENSE="|| ( LGPL-3 LGPL-2.1 )"
SLOT="0/4" # subslot = libnettle soname version
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="doc +gmp neon static-libs test"
DEPEND="gmp? ( dev-libs/gmp )"

@ -1 +1,2 @@
DIST batteries-1.5.0.tar.gz 657786 SHA256 9aca465b11bdbeab579c27a9a64cb1cc7ae8b5663615110b00709aa489bf9085 SHA512 8f46936f148add20fbea8953702c2a1f22f2ea9e8b6d5ddfebcea0c5d0244e255950b43d4de17f8a76919e0cca09244fff8cd3485797a7be172959661b6eb752 WHIRLPOOL 664ec3118dbc7b9d15fbd60b8f628129c8b92802caa02d93ac8a65025738a9a2eb011d87cc33e78531af4fe890ce969decb641bb66603fd3c78c87c380194d80
DIST batteries-2.1.tar.gz 695812 SHA256 ad7b85ebc4404192ef101fa143147dd12713017de7941d71c64f7c7d354e91bf SHA512 03fa0d9ba3333e0b80d2aec087453c13497b419f22229432e7c99a519a03a013c647c9a09e32250f17dad3fe47975ff76901df9dd289c87a877e4665ac344f70 WHIRLPOOL 29c50e51b74964971412a2026d571644920cd367c22b6c62375d19ff4a87342e50a46164317b5da3b40d7d51c2fcf33a3000ba67588ff9a8fbc3608d4f0f1120

@ -0,0 +1,22 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/batteries/batteries-2.1.ebuild,v 1.1 2013/07/22 01:00:49 aballier Exp $
EAPI=5
inherit oasis
DESCRIPTION="The community-maintained foundation library for your OCaml projects"
HOMEPAGE="http://batteries.forge.ocamlcore.org/"
SRC_URI="https://forge.ocamlcore.org/frs/download.php/1218/${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="test"
RDEPEND="dev-ml/camomile:="
DEPEND="${RDEPEND}
test? ( dev-ml/ounit dev-ml/iTeML )"
DOCS=( "ChangeLog" "FAQ" "README.folders" "README.md" )

@ -1,3 +1,4 @@
DIST bin_prot-109.08.00.tar.gz 105456 SHA256 1dba6c5c125eba00bfeb537c357618a2fea388b62bfa5c5a63c25c56915bf2d8 SHA512 a48a71ae288a14538eba84db2ca626634a49118bfac58a95de741607d967370a9ff5abcb3213b5d05afbd487d6edd66356990bbc0dc1326ef7c2475cc0dab0c2 WHIRLPOOL fa652e241cea92df154448b5596da47a6cdb29714bea6d597071319153a429c4cf3e23b2941ea5b8daee5a9bc5de5fb94690ec06ab08e77f61cf6ae6ddff7214
DIST bin_prot-109.11.00.tar.gz 104731 SHA256 32c32ee8df54c5d72597ea42e43017a506c280a428d64f2b5a3b2fbbdfde5748 SHA512 8c839ca1559ecf8c8982e0eedb1d3ccf8e593a6d7249c3ff88b4e69c1179b786f8733e81ae75e9d408baa70427dc87484259a814973ae1921ce3f22ca0059745 WHIRLPOOL 8b5c702e3ab0c3b2eab49bcf08406cbaa1c6d5d1131f2d624584e83829a0873673c2fe0e24b8f742ff9115b4aa3f4b7bb896e05504e7728c321b7d28eb9e1c1d
DIST bin_prot-109.15.00.tar.gz 103697 SHA256 b7dd85bcd39a8961269b67a46e37a49f60304e4b890bcb62b58c54f69f43794d SHA512 9e257b8face963e4614c343be06b36387b6ccb80d0309bcfc888d7a1b5479361ed42f2c0a4827551bf5e2aa6652bfb6af115e3873ee67d04bd782bc53509ec11 WHIRLPOOL ad92a00482e4594289fa2c874bdd1297e010060f5b9925b30268e8ac1c93ad8f7f628abd380aea154c7b48fe00a83b5da1fc33aed8fdfeb9db246ca265b4c7f1
DIST bin_prot-109.30.00.tar.gz 104116 SHA256 91f5b493af22a794fdebefcbdad5096d354883a191b5f9b6d3565c8dfd022733 SHA512 b3244a0671dd21e0274668595af4f2d765a4e15961acdfc68d0bffd51b916bcf1fe67f89f2471476a61c316d3fff79650c6d12ef187e94ce1b1d4f2fe5c543d3 WHIRLPOOL fb98ee525c59356aeebfbe1b632bc1c4e17fab9b7a5df37962bc81c427072dadb580e9b8dd743357b92148311c96db46ff8ffda247d074ab44f12cb7387eff0e

@ -1,29 +1,28 @@
# 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.11.00.ebuild,v 1.1 2013/03/06 15:58:54 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-109.30.00.ebuild,v 1.1 2013/07/22 02:20:21 aballier Exp $
EAPI="5"
EAPI=5
OASIS_BUILD_TESTS=1
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"
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"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
KEYWORDS="~amd64"
IUSE="doc"
RDEPEND=""
RDEPEND=">=dev-ml/type-conv-109.28.00:="
DEPEND="${RDEPEND}
>=dev-lang/ocaml-4.0[ocamlopt?]
>=dev-ml/findlib-1.3.2"
test? ( >=dev-ml/ounit-1.1.2 )"
DOCS=( "README.md" "CHANGES.txt" )
S="${WORKDIR}/${MY_P}"

@ -1 +1,2 @@
DIST csv-1.2.3.tar.gz 69665 SHA256 7ec19d22e5c37803ebe0bd5b98f9ee70e0c17a40ac70606b39d1e7551f2546ad SHA512 76d732e9e95dd9ffea1adb31227cfdec58faed84a2b2d0c0e00ba10a445b8a8e161e7f562c137b94452fefec6e9da3e50220f0b37470284655ba83f6f5c6d790 WHIRLPOOL d67d123667d31c6d1aec90f3e225a6fa1117bc25bb7e6af44d55bd295919bda79c3074e4d20e0525df13a35503cc6663da024a2932769a0acc3ff4e727a7c752
DIST csv-1.3.0.tar.gz 72014 SHA256 b381d07fa63e041b5619f12521efbf9b4ce522c839542ff288f6be5cf7ff4421 SHA512 57fcc356571cd08f30ad4add9e9cebe6a8716f86af9c9387b108250f02b3cffdeda2fabb346dea3c349079653207131f5b462f6a07dd99170b42268f3f17cd8d WHIRLPOOL 2abb194a7fd10fded2125c22f035d855e179e15f5e82a897bad6e5f07f0cf33ccae318822d2310ac1dd60ad2e80c7ea37157d847e130d9075dd1e1e3c1451f78

@ -0,0 +1,24 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/csv-1.3.0.ebuild,v 1.1 2013/07/22 02:21:44 aballier Exp $
EAPI=5
OASIS_BUILD_DOCS=1
OASIS_BUILD_TESTS=1
inherit oasis
DESCRIPTION="A pure OCaml library to read and write CSV files"
HOMEPAGE="http://forge.ocamlcore.org/projects/csv/"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/1172/${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
DOCS=( "README.txt" "AUTHORS.txt" )

@ -0,0 +1 @@
DIST iTeML-2.0.1.tar.gz 38387 SHA256 ae6ff9d0fcc20b8e96a44517fb3641d5193c63169aae33f0c1912db8e14bef1f SHA512 1f72ed8320a7589206daa16232199f33012cac397cf21a60fd8afccb7e8aad6f9125e8b4ac494866f699d0a47569bbd0486584a299786e0ef7a3a2c234f0ac2b WHIRLPOOL c23392412b4fcead6dd5958739802d895cdee3a86f333038ad03639d28a5439858de411bea19ce25df1bce72482b07d3047e8862a89fb49e24cfe0956d45d768

@ -0,0 +1,27 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/iTeML/iTeML-2.0.1.ebuild,v 1.1 2013/07/22 00:52:55 aballier Exp $
EAPI=5
inherit oasis
DESCRIPTION="Inline (Unit) Tests for OCaml"
HOMEPAGE="https://github.com/vincent-hugot/iTeML"
SRC_URI="https://github.com/vincent-hugot/iTeML/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-ml/oasis"
RDEPEND="${DEPEND}"
DOCS=( "${WORKDIR}/${P}/README.md" )
S="${WORKDIR}/${P}/qtest"
src_prepare() {
oasis setup || die
}

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

@ -1,89 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/lablgl-1.04.ebuild,v 1.8 2012/10/06 20:46:11 aballier Exp $
EAPI="2"
inherit multilib eutils toolchain-funcs
IUSE="doc glut +ocamlopt tk"
DESCRIPTION="Objective CAML interface for OpenGL"
HOMEPAGE="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html"
LICENSE="BSD"
RDEPEND=">=dev-lang/ocaml-3.10.2[tk?,ocamlopt?]
virtual/opengl
x11-libs/libXext
x11-libs/libXmu
x11-libs/libX11
virtual/glu
glut? ( media-libs/freeglut )
tk? ( >=dev-lang/tcl-8.3
>=dev-lang/tk-8.3 )"
DEPEND="${RDEPEND}"
SRC_URI="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/${P}.tar.gz"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd"
S=${WORKDIR}/lablGL-${PV}
src_configure() {
# make configuration file
echo "BINDIR=/usr/bin" > Makefile.config
echo "GLLIBS = -lGL -lGLU" >> Makefile.config
if use glut; then
echo "GLUTLIBS = -lglut" >> Makefile.config
else
echo "GLUTLIBS = " >> Makefile.config
fi
echo "XLIBS = -lXext -lXmu -lX11" >> Makefile.config
echo "RANLIB = $(tc-getRANLIB)" >> Makefile.config
echo 'COPTS = -c -O $(CFLAGS)' >> Makefile.config
echo 'INCLUDES = $(TKINCLUDES) $(GLINCLUDES) $(XINCLUDES)' >> Makefile.config
}
src_compile() {
if use tk; then
emake -j1 togl || die "failed to build togl"
if use ocamlopt; then
emake -j1 toglopt || die "failed to build native code togl"
fi
fi
emake -j1 lib || die "failed to build the library"
if use ocamlopt; then
emake -j1 libopt || die "failed to build native code library"
fi
if use glut; then
emake -j1 glut || die "failed to build glut"
if use ocamlopt; then
emake -j1 glutopt || die "failed to build native code glutopt"
fi
fi
}
src_install () {
# Makefile do not use mkdir so the library is not installed
# but copied as a 'stublibs' file.
dodir /usr/$(get_libdir)/ocaml/stublibs
# Same for lablglut's toplevel
dodir /usr/bin
BINDIR=${D}/usr/bin
BASE=${D}/usr/$(get_libdir)/ocaml
emake BINDIR="${BINDIR}" INSTALLDIR="${BASE}/lablGL" DLLDIR="${BASE}/stublibs" install || die "make install failed"
dodoc README CHANGES
if use doc ; then
insinto /usr/share/doc/${PF}
mv Togl/examples{,.togl}
doins -r Togl/examples.togl
mv LablGlut/examples{,.glut}
doins -r LablGlut/examples.glut
fi
}

@ -1 +1,2 @@
DIST lambda-term-1.3.tar.gz 146966 SHA256 8a6c5458c95875c359d21b3af9a220f3656049eb32628817a68c90b3333f631c SHA512 37ecaff16e3eb75c95ba26ed5198eb49dbf8b749f813ab5f77f606ef9b9784f77087803b5bda499903de691d0160e731ffcfa8e4c4c87976df0d14ac0b0a781f WHIRLPOOL 7b26f84f4021d25cb6572153f11e140dd4cb9ff0b34707fb4652f3aef77cdf500ff1cb1ff026085604ea990651193cb7620a31b2d427a6ba8bea4d41566e0145
DIST lambda-term-1.4.tar.gz 143650 SHA256 7c77abab49993e2a168f45943e6a6b83e8d580c905c2c8c24a28b30561fd77fb SHA512 3d09c33518830b9fe6da17c99e973286844fd514dbe2dc4201f8cdd9f66d80db19acb6404c33945860b4c6c440386f28accc518f5ab1f47b828d1c146801ffda WHIRLPOOL 3a09c3f3653bd48d75f5a11126d5f1e7e854575423b01666c0e260df6c4a3ee16dffbd716a137db73f66d6f3fe9064aad9ffaec16a55a1af0e95cb10b3b6ead3

@ -0,0 +1,24 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/lambda-term/lambda-term-1.4.ebuild,v 1.1 2013/07/22 03:40:17 aballier Exp $
EAPI=5
OASIS_BUILD_DOCS=1
inherit oasis
DESCRIPTION="A cross-platform library for manipulating the terminal"
HOMEPAGE="http://forge.ocamlcore.org/projects/lambda-term/"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/1136/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-ml/lwt-2.4.0:=[react]
>=dev-ml/zed-1.2:="
RDEPEND="${DEPEND}"
DOCS=( "CHANGES.md" "README.md" )

@ -1,2 +1 @@
DIST ocaml-fileutils-0.4.4.tar.gz 82221 SHA256 f18982110572eeb8f69662863202c01b88d69637efff3f9f160e92672b75c15c SHA512 44361d532e390bf8a990b5cc16472d25d2c495c2984c2d704974ba07137706f243f74c1ccc433d64975fe9e311b837b6bf46516ae3d8776370fb253b5526b337 WHIRLPOOL 5806a255152c698ed065433292f5cd2b59fe430e47d92c10cc3f71ccff34c44939a7d2e2c753da73eff7c837fc31225c123b020fbc49d56b6f3c1eb8a1a6859e
DIST ocaml-fileutils-0.4.5.tar.gz 83511 SHA256 2ab3d2e9d8aa047871f6053e52007a8a25132653d5b1c29f8451ba2c1fab9866 SHA512 4efe60c6ec52d9aa6523a3f26b0d7cda410a4aae4ee5535327020e4288c2899a7989aa3352e849fe0fd6360b42d8e3b57179df256938ab5ac7785f102923c288 WHIRLPOOL 777a9160af0c9deb18ffb2dc6c218ad5596608c83a229e1633ff75687dc637055417caf0190e8022f585fff43a6ad84804927e45bba8739f3bf07e2c1b7177f2

@ -1,24 +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/ocaml-fileutils/ocaml-fileutils-0.4.4.ebuild,v 1.4 2013/03/03 14:29:15 aballier Exp $
EAPI=5
OASIS_BUILD_DOCS=1
inherit oasis
DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename"
HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/892/${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-ml/ounit"
DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )

@ -1 +1,2 @@
DIST ocamlify-0.0.1.tar.gz 46210 SHA256 75f20c65b834165c98b606b03c7f28c09c03f3ebf12b69dae8ba2d2cf75836c9 SHA512 a919c5d1dfb3e0bbd6fffb1c9ccd114643a8b041be52863ecf438c1c7d53f350441cc5e0edf5304cccd469f25ce6e0f4ff5be32542175687d8742d0c0006562a WHIRLPOOL fc91f6c0269898d8a6854c50d37d30f1943511f17d0856cf2f8ac1d0af29366a15824de9d8c6a5751f85b5bb5b7a42a129e9ad10f873c98e5303c3761fd91c25
DIST ocamlify-0.0.2.tar.gz 53184 SHA256 31963b89dec900583cf0852e851859d2bd8cd93e5a113960713ebb45377c0eb8 SHA512 e36dd09de6163be1e4d1a54944bb66871a5d461b3ead9ee8393d91a624cf6f7d038be8d8b9db36b04786adff67eb830d9aa3e81475e774dc0dee73adb985079e WHIRLPOOL b65bbb1149a3973281614e94305c95e1083dd892295889ab3d606930d16c3ea120f107ab9696c5233fc45f8eeed867c631e8ab88400de6b1e224d3964158bd49

@ -0,0 +1,21 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlify/ocamlify-0.0.2.ebuild,v 1.1 2013/07/22 12:50:57 aballier Exp $
EAPI=5
inherit oasis
DESCRIPTION="OCamlify allows to create OCaml source code by including whole file into OCaml string or string list"
HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlify"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/1209/${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=""
DEPEND="${RDEPEND}"
IUSE=""
DOCS=( "README.txt" "AUTHORS.txt" )

@ -1,2 +1,3 @@
DIST ocamlnet-3.6.3.tar.gz 3290612 SHA256 c62fe0a4db6c63c04e24c8d76bcb504054f0b59a7a41c1abcbb8dd504afc9f29 SHA512 99b68cc3fac8a023009e01184e6006944071569b5bd8180a5f9fbe6e4069aaf55e833468d4914254d14f213579cdc8e06e26a00a62bbf73c9d25442671345f9d WHIRLPOOL 7687df33c0bd9d815e49c0e2adf2b87bfd99a8631269291a832432834f6b37c1d7479a87edae5a45d28b0e087129103d71615a9d7a7a3e151f294fcb77aaf0da
DIST ocamlnet-3.6.5.tar.gz 3339680 SHA256 bb7d349b5783e4b25c3f7e5616b48d030ad1e375e39d4e99510440f5d2709d3f SHA512 091d148d0b7ab5ea79f8070da0dfb2f1584da9125b22d35049ec9de02f32d05dd6433b705190aef324172f84c15a672f56d2a096f0db877608e86e9b5a1c8ee5 WHIRLPOOL 55779ddc0b6bd7b41eeda6209cb910cfb4b46a1152bae983a251653cc160bc7ebf453f6b045570338f1c78d958054f8c666f8bc89f26d0bce44adb399374b126
DIST ocamlnet-3.6.6.tar.gz 3340847 SHA256 3529236e31a18e6983e4198030d9e51f5220714563d46c87b8f113a6392af026 SHA512 389478b705e1a093a895940da45c34a9797a02773d5ca5cd584e1f9a25eebcdb4aee63a119eb80f927b3566eccabd98945ecab6bf7bec090863569b580c12375 WHIRLPOOL 62f3ed53a3ce3b279a3836b0c585c592849d1d7ee2958196fd9723d6624e350bb8ec7670ce3acd69db1f14f4b37d5a6850d20d8e30500e5c1526b030f55d04d2

@ -0,0 +1,75 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.6.6.ebuild,v 1.1 2013/07/22 00:17:22 aballier Exp $
EAPI="5"
inherit eutils findlib
MY_P=${P/_beta/test}
DESCRIPTION="Modules for OCaml application-level Internet protocols"
HOMEPAGE="http://projects.camlcity.org/projects/ocamlnet.html"
SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz"
LICENSE="ZLIB GPL-2+"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="cryptokit gtk ssl tk httpd +ocamlopt +pcre zip"
RESTRICT="installsources"
# the auth-dh compile flag has been disabled as well, since it depends on
# ocaml-cryptgps, which is not available.
DEPEND=">=dev-ml/findlib-1.0
pcre? ( >=dev-ml/pcre-ocaml-5:= )
>=dev-lang/ocaml-3.10.2:=[tk?,ocamlopt?]
cryptokit? ( dev-ml/cryptokit:= )
gtk? ( >=dev-ml/lablgtk-2:= )
ssl? ( >=dev-ml/ocaml-ssl-0.4:= )
zip? ( dev-ml/camlzip:= )
"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
ocamlnet_use_with() {
if use $1; then
echo "-with-$2"
else
echo "-without-$2"
fi
}
ocamlnet_use_enable() {
if use $1; then
echo "-enable-$2"
else
echo "-disable-$2"
fi
}
src_configure() {
./configure \
-bindir /usr/bin \
-datadir /usr/share/${PN} \
$(ocamlnet_use_enable cryptokit crypto) \
$(ocamlnet_use_enable gtk gtk2) \
$(ocamlnet_use_enable pcre pcre) \
$(ocamlnet_use_enable ssl ssl) \
$(ocamlnet_use_enable tk tcl) \
$(ocamlnet_use_enable zip zip) \
$(ocamlnet_use_with httpd nethttpd) \
|| die "Error : econf failed!"
}
src_compile() {
emake -j1 all
if use ocamlopt; then
emake -j1 opt
fi
}
src_install() {
export STRIP_MASK="*/bin/*"
findlib_src_install
}

@ -1,3 +1,2 @@
DIST ocurl-0.2.1.tar.gz 75246 SHA256 06ff11468ccde2b1c29f6f7cc272fdabec93b43cc4db35137451972a066648f8 SHA512 0b39799a07d47e4e869a67353eddd625b5d961a8e1d2d0a792f4a675d8a4c87780386199ffe40a8b928d56a994c163fc34da5b36c880ec21066528e9abd88e45 WHIRLPOOL 1fbb901d96426f98032946360500351ff537372225f49bc47fb906ae3c7fbbc0426f31bec6d4b0fe043f9392fba933cd81224e615e64f7ec286ab25fa4387351
DIST ocurl-0.5.1.tgz 91211 SHA256 aca165cf30dceda90a0c65c273d9a6857c9ddc08da0f3e6880e5f9ac605404d3 SHA512 3820657584f95d63893e08fdd419e3900c4ab549c5b859273bcdff8f84b6c73bbcdd1ea89241b0fc9b9cbfee634052936a9faf753b9a5b9c3e41fb1b528db52e WHIRLPOOL 6560ed9c4684bcbf318509fee5feba00e8d4a2119e5b2f2bd3fa570ce8938c0c8b366172f93ac9d1ed81332341dd3b4ca06721a1d85bd20bca375f7154b23fb5
DIST ocurl-0.5.3.tgz 87849 SHA256 1823c22a71e4fae2622a7df3689509751fda8c46af08c9ea3707e40b23665705 SHA512 29ec901bd47ab0a26123fabdd4a447a30f8170c462aed7079c634bc6993b6e9140eb2a4d42d3d0b2aa65666dbe8a4ff7082ed08daf2e1605da0f552cb5802802 WHIRLPOOL bbc84d3265b857f75d97fbe9f6ea0cfbca53a2be0c436164d841810bd10223ccba0d5876be021cbe87f50aa0a0ed7c866b96587775a5259f05b59e3029e388ff
DIST ocurl-0.5.6.tgz 97386 SHA256 6f91472ababc5bd554eb7baa94daeb8ee19c61d5c3db6cc548e8696f1012cbb6 SHA512 23844deca427623d42e765a50c57fb9d41d8d01d0b3f6e598a47d1271996778b7df7a4bf01d0adb02c565c8a7dc950fe9dfbbc4ba6df97990772aed0a09dc0ec WHIRLPOOL b8a73a867b6ea18aa1e9befb6ebbd9b3bc1713ecb814d60c94543b2828344fe0beacfc216a775d9f5d085340e3f1cd7a97a1de0861fd626d7dcaa9f635b7ab4a

@ -1,30 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.2.1.ebuild,v 1.4 2009/06/21 13:10:17 aballier Exp $
inherit eutils findlib
DESCRIPTION="OCaml interface to the libcurl library"
HOMEPAGE="http://sourceforge.net/projects/ocurl"
LICENSE="MIT"
SRC_URI="mirror://sourceforge/ocurl/${P}.tar.gz"
SLOT="0"
IUSE="doc"
DEPEND=">=net-misc/curl-7.9.8
dev-libs/openssl"
RDEPEND="$DEPEND"
KEYWORDS="~amd64 ppc x86"
src_compile()
{
econf --with-findlib || die
emake -j1 all || die
}
src_install()
{
findlib_src_install
use doc && dodoc examples/*.ml
}

@ -1,45 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.1.ebuild,v 1.1 2009/06/21 13:26:01 aballier Exp $
EAPI=2
inherit eutils findlib autotools
DESCRIPTION="OCaml interface to the libcurl library"
HOMEPAGE="http://sourceforge.net/projects/ocurl"
LICENSE="MIT"
SRC_URI="mirror://sourceforge/ocurl/${P}.tgz"
SLOT="0"
IUSE="examples"
DEPEND=">=net-misc/curl-7.9.8
dev-libs/openssl"
RDEPEND="$DEPEND"
KEYWORDS="~amd64 ~ppc ~x86"
S=${WORKDIR}/${PN}
src_prepare() {
epatch "${FILESDIR}/${P}-asneeded.patch"
eautoreconf
}
src_configure() {
econf --with-findlib
}
src_compile()
{
emake -j1 all || die
}
src_install()
{
findlib_src_install
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}

@ -0,0 +1,36 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.6.ebuild,v 1.1 2013/07/22 13:08:53 aballier Exp $
EAPI=5
inherit findlib
DESCRIPTION="OCaml interface to the libcurl library"
HOMEPAGE="http://forge.ocamlcore.org/projects/ocurl/"
LICENSE="MIT"
SRC_URI="https://forge.ocamlcore.org/frs/download.php/1134/${P}.tgz"
SLOT="0/${PV}"
IUSE="examples"
RDEPEND=">=net-misc/curl-7.9.8
>=dev-lang/ocaml-3.12:=[ocamlopt]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
KEYWORDS="~amd64 ~ppc ~x86"
src_compile()
{
emake -j1 all
}
src_install()
{
findlib_src_install
dodoc CHANGES.txt README
if use examples; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}

@ -1,6 +1,2 @@
DIST pa_ounit-109.08.00.tar.gz 50048 SHA256 ee65a9f8727bfb4bdd0990b6654cf7d876821652c1bb500639380dda20186e3a SHA512 a9adbd8a26ae7519ae2e76605cc2015e00a4c9747a2a1f07f2eb7ef6c17323860e895e3d2b94adb80d89c85836f6f500e14fab97198e3cb6ee6d2248f8ecacd9 WHIRLPOOL dbe9e82eb581950ec548ee1930597b14c0f94f6f5ddf80ee9d8a37f77d5b946e8909a9d85a83dd4ba6b4a87f170a54a97ab775df2d012ec8823f5233cc42ec10
DIST pa_ounit-109.11.00.tar.gz 50871 SHA256 8e2b4bfac6e779c56feffcddbdfafd4c66a3f1e604cea48317190b6384e68a73 SHA512 c1640bc0434afb4070ec4ae077d78f2c448850d9dc0c2b570a704d40cc4e70f6f607fda6a4a84c1e1b5fac2dce46738c16cbfb757ef9f416d06f25c295d202c6 WHIRLPOOL 44a0dc8eb17611658d2c5b22d88205b31a489a33f2d52ed14a29bb0f4352dc82e56c3049b1cae5a2a7fe90dc4006e5838146a2127440b51e8f3983271b29ffa1
DIST pa_ounit-109.14.00.tar.gz 49949 SHA256 eac0e200ae2c474eb6bdc6f81fdbe4a41fe423744f5f78ead12d09898423ab8c SHA512 cf604875be4e6b36519cd27a0e9dd09184368f1472fec7ff3de8450a5d36809f78eb744ca1f94ea40f89e53048154317253f1fb1a50221f5bfa1446580b39b30 WHIRLPOOL c5818067948a29e9a3e8ac6e0d86463b4cf32eebc5ea304459c9684c1479a5dfbe1938068bf1ed7cc2fbe24bd1f6ea8d236f620798b15d3b4b594081792181a8
DIST pa_ounit-109.15.00.tar.gz 49944 SHA256 74089fc079102381fe8bb666764eddf33a4446226dd4ba22be822eed8b057767 SHA512 e19db82119763667cb85c8b9f76237d861bcd079a0409c8d2eadb6601ac286cf94364df44e364a4db2d3e251ecab047185c631732f918a42bc6d03583b6fc660 WHIRLPOOL a204268362c297841b9814a5d9a486879275e72e81623a6c4309caf3d48bbf0649789986c89dac169aa1159725e9956a781dc216ade22d61b80ea29f1374198a
DIST pa_ounit-109.18.00.tar.gz 51492 SHA256 91108017b5520525859e9d1bc54a680d7904034e4e669861eec97434ef33ce65 SHA512 fe9968b41c6cedf95dca3bdaf58e12edeb66e71a54e91fc14d8fdd8fe5c4262e78aee392a75de77592de485fd7d0dc0f2b2d3f25cc96eb39416cbfd6eb65270b WHIRLPOOL cd0c9edad55760215eaa6f179b3b4bb6dc41d47d26df70ac8b2d5eda268ce6b58d18c9754f18da06cfd4e34719321ed88c5979d44c8d3b0850e636b4b38ca1bb
DIST pa_ounit-109.27.00.tar.gz 51509 SHA256 b339ac8020b7618f5e99715752a10dc3f27704c6d11dca3aa3be584de0dd7d4c SHA512 0325460756cdbd3f0ec7a51f9b10c117e0ef1df50e6fff4d8b2c90dab919aeeeac4311d6945b6d375d10a4e6cc384905dad646e95f011737a26e64f865ffeb6f WHIRLPOOL 5956543be76fd073c12332242d0f44cf10e9f046f3c32015140bf8d176abba48f05cabab2254c5a232f4aedc0ab1a017886477b58f5eae1e3e954fe19b010d1c
DIST pa_ounit-109.34.00.tar.gz 51282 SHA256 700078948bd8e9388bb4e1ab5b357e250f484da984ea9b901fc4b76ae0e8f581 SHA512 5d3af627c49e00b1a2275dc5083ad9d393fd9bdd553807f3b6ecd5ecd085e26c6d993d4d1c470d3421a0a9674396afe2585861c30bc0e862730ec341fb269208 WHIRLPOOL 736e521583916e6ca5937f4486647dc95e8441121c446d673eaa5471987f87a1e79177f9279ad1c27a91acd9ffa10030fd5136c5c07069f9c3ebc82028545201

@ -1,22 +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/pa_ounit/pa_ounit-109.08.00.ebuild,v 1.1 2013/02/09 00:25:33 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}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-ml/type-conv-3.0.5:="
RDEPEND="${DEPEND}"
DOCS=( "readme.md" )

@ -1,22 +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/pa_ounit/pa_ounit-109.11.00.ebuild,v 1.2 2013/03/09 16:58:59 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}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-ml/ounit-1.1.1:="
RDEPEND="${DEPEND}"
DOCS=( "readme.md" )

@ -1,22 +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/pa_ounit/pa_ounit-109.18.00.ebuild,v 1.1 2013/05/24 15:28:37 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}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-ml/ounit-1.1.1:="
RDEPEND="${DEPEND}"
DOCS=( "readme.md" )

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-109.15.00.ebuild,v 1.1 2013/04/11 12:52:44 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-109.34.00.ebuild,v 1.1 2013/07/22 01:40:42 aballier Exp $
EAPI="5"

@ -1 +1,2 @@
DIST pgocaml-1.6.tgz 44424 SHA256 5540b863866fa85ed597717ef4aef2aec249a9669366576a2a4fcfa1c6fe29aa SHA512 1f8ef6f3f7ef726ed458ae4729b19e82de25b88220667562ec4c9f130006a35b604445b50f41eaf624fadc66b57f167561f653a0a478c95d84cc696c4f8ee80a WHIRLPOOL 22474c3d8193d575f078f339f4e1b3f5be30d19749c04e70d130aff69e7fde6e3b6319dde2cc0d7a6b22534361591fe0f76fa38821b3778133a95d88fe3642ae
DIST pgocaml-1.7.1.tgz 79890 SHA256 f7c843032455f83c8d1f15de9a7012441ab28e5ec6d06deabb2526859a4afb55 SHA512 47b99bebc27dc64641cab65890e89217d1f256bac953b33a01dcf62c838b251d49097c88642a3b14f6325941c2b2f97b68f14209463f431000587b3d20ff5372 WHIRLPOOL bd2ae32896aed6d7d19baaffffc5ba8815c3be6296984835b531161beb443d360a0b401192f5dc6a8c5a68825b63376b4e03842d72143ab1e060ffd9b6845e85

@ -0,0 +1,27 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/pgocaml-1.7.1.ebuild,v 1.1 2013/07/22 01:10:48 aballier Exp $
EAPI=5
inherit oasis
DESCRIPTION="PG'OCaml is a set of OCaml bindings for the PostgreSQL database"
HOMEPAGE="http://pgocaml.forge.ocamlcore.org/"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/1099/${P}.tgz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="doc batteries"
DEPEND="dev-ml/calendar:=
>=dev-ml/batteries-2:=
dev-ml/csv:=
dev-ml/pcre-ocaml:="
RDEPEND="${DEPEND}"
DOCS=( "README.txt" "CHANGELOG.txt"
"doc/BUGS.txt" "doc/CONTRIBUTORS.txt"
"doc/HOW_IT_WORKS.txt" "doc/PROFILING.txt"
)

@ -2,3 +2,4 @@ DIST pipebang-109.08.00.tar.gz 45339 SHA256 547fe128d2f9b4a9cc54ec4db59142c04050
DIST pipebang-109.11.00.tar.gz 44875 SHA256 c3992b8a6715741b5b1ca0b9293fea340b2316ab5396a28628245234ab8103b7 SHA512 c3d8b242a2b51ad1bb1b24e0a941788f71f85d6c44ab384a549867f29bd03537bd1b66ff515fc3008ebc3b1790b7643d4fc5de814390b926160bf830be319ac9 WHIRLPOOL da40e90123eac117b898d2314f876efce136571c1e139ac53e8d0ae1e6c9617ed22aad41dd5b1e21c3273aa4092b2e1d8529b5c7ed98494aa0133fd9a994ee64
DIST pipebang-109.14.00.tar.gz 43916 SHA256 c05048b99323d533be591900d4d24b6011ce70bfcc9d9eff4da1d3ceb6bbb2f0 SHA512 fbd09193311ba047bd56f0638a47de3e55571a257439e417d1bc37afcfbc416b833873de34194aea53d4ce1b96166c6e423222a6f9c8f19b49072c70ef5c85f6 WHIRLPOOL 5504d76b8dd61386cb5a57c47bea0994d11ee483496387953068608ac49c203a6e95d87ad545ed3295e4914e8f6fb5074aceccca8678c5ea488df3b460ef6c0c
DIST pipebang-109.15.00.tar.gz 43929 SHA256 451fe84f34e0cafefea0ab773de07a9c0f88be6f1aa7a0d235c595748ac301b6 SHA512 b91bfa838904e99006c8107167de5c68ac323b4adcdd184e0ae2b9bb0582e6ab805f34574644262a7f84f9ac87e14c6733205e1823c938722206a77d99909384 WHIRLPOOL f7bfe568af71a6a1586e6d6e30e78ac743797825eb5db61b5741c5012bf611375bfc4d990a626c1e1d2c6b8614d9663228337266a45b9566ed98421796e1dac1
DIST pipebang-109.28.00.tar.gz 43937 SHA256 590475b17b44b268f5d5318a3348f1fd8d1aed48f4d1ac7633ed162b5f277137 SHA512 99a0d2aae20265e9512199775e756863e66e1c5481cab75ba66969974a0ddd18207204098616473f0c8cc088ef2f05e66aea3e2fd75b413fcd4e56ded04228fe WHIRLPOOL 24aba6d3e50990e0640e9adc7d8dc0adddd461454a0227408d818c5fd46dd268a131aa264de5832e9d062cf0c155076ffb434a941345fa5eb85fb19e2497199c

@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-109.14.00.ebuild,v 1.1 2013/03/24 13:39:01 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/pipebang-109.28.00.ebuild,v 1.1 2013/07/22 02:20:25 aballier Exp $
EAPI="5"
inherit oasis
DESCRIPTION="Syntax extension that helps writing in-line test in ocaml"
DESCRIPTION="Syntax extension to transform x |! f into f x"
HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
@ -16,7 +16,5 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-ml/ounit-1.1.1:="
DEPEND=">=dev-ml/type-conv-${PV}:="
RDEPEND="${DEPEND}"
DOCS=( "readme.md" )

@ -1,3 +1,2 @@
DIST postgresql-ocaml-1.16.0.tar.gz 45541 SHA256 ad59d33bf96f030bbc4ce612854518a13a497887a2f4be1f1f1d478a83086fa2 SHA512 5c60f986daddab02bb150ca29f579252804c19395d33326e1ce6a122cbf2b818334a563e8f79a708a30240d1a832ddb4fbabbe215938e5164f08498133c93cd9 WHIRLPOOL 8cd037c88016c5f8bb2de7b977e7590f87340ee017ff5d649c115cc8c1bb72033f39147cc1f9726f06611c3a04d084adc12ccf493aebc00cec5616ef45392422
DIST postgresql-ocaml-1.18.0.tar.gz 45820 SHA256 ec52fd469cf06aabd67d79cadedc153492d4b398351d10ee01b532d377403840 SHA512 1c76474e38bbe661c8b0c0a9881f1e763d40ac9f665431841755abf8f7fddc9d681303654df20fa220331620f2fc4c7d130c9854d14a186f5edfb3b2646cb119 WHIRLPOOL c29d8fd928b7fdcdbcea1e2b9e07b1a06a3b6c02b76994738a71207838cab5591b05e85246b4900e98763bc25c0b278f763104827a87cb72859f79808a100e52
DIST postgresql-ocaml-2.0.2.tar.gz 75698 SHA256 b9007e472dd2836a9d044ca09546bd3bfc91e331204d99b55da261f5f0fac68f SHA512 5deb3210783753b71bd958e693be070453be378aa820875cb62e01cbaaaf111bec2043227e6bdfbfeaf7e2d94ad364e741b667f678f8d0124893229af29c7d3b WHIRLPOOL 658f6543e8c4f22a87d31346037761bb7ce8326028bedecbc3990613cb16614d1ac8ccdf6fc1a8cf8ad6bdd33646113e003f9d1d59fec1f506c184d9f2a6399f
DIST postgresql-ocaml-2.0.4.tar.gz 75931 SHA256 b5806aa649e7015dd509132263bf3c7879c1c334475cba8ba7270c309f865975 SHA512 a4e4990c6495eea30138c32765da71b29d9b867a05d6566d3c9a877d84d360a415a6f0603df39ad206fbf66503f4d7e333d3c5bf766757a21d1b3207b07cc377 WHIRLPOOL afb646b7a1ff8593087aea256cbb156c6d9ba664f35520fde1ced6e1b35ab8a651c4e8b1829d6c1a5384d999252077c6432c3833d9cb3f53d3c7046ee7d05a9b

@ -1,42 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-1.16.0.ebuild,v 1.2 2011/07/23 11:24:17 maekke Exp $
EAPI="2"
inherit findlib eutils
IUSE="examples +ocamlopt"
DESCRIPTION="A package for ocaml that provides access to PostgreSQL databases."
SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.gz"
HOMEPAGE="http://ocaml.info/home/ocaml_sources.html#toc9"
DEPEND=">=dev-lang/ocaml-3.11[ocamlopt?]
dev-db/postgresql-base
dev-db/postgresql-server"
RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~ppc x86"
src_compile() {
cd "${S}/lib"
emake -j1 byte-code-library || die "failed to build byte code library"
if use ocamlopt; then
emake -j1 native-code-library || die "failed to built nativde code library"
fi
}
src_install () {
use ocamlopt || export OCAMLFIND_INSTFLAGS="-optional"
findlib_src_preinst
emake DESTDIR="${D}" install || die
dodoc AUTHORS Changelog README.txt
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}

@ -1,42 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-1.18.0.ebuild,v 1.2 2012/05/22 18:57:43 jdhore Exp $
EAPI="2"
inherit findlib eutils
IUSE="examples +ocamlopt"
DESCRIPTION="A package for ocaml that provides access to PostgreSQL databases."
SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.gz"
HOMEPAGE="http://ocaml.info/home/ocaml_sources.html#toc9"
DEPEND=">=dev-lang/ocaml-3.11[ocamlopt?]
dev-db/postgresql-base
dev-db/postgresql-server"
RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~ppc x86"
src_compile() {
cd "${S}/lib"
emake -j1 byte-code-library || die "failed to build byte code library"
if use ocamlopt; then
emake -j1 native-code-library || die "failed to built nativde code library"
fi
}
src_install () {
use ocamlopt || export OCAMLFIND_INSTFLAGS="-optional"
findlib_src_preinst
emake DESTDIR="${D}" install || die
dodoc AUTHORS Changelog README.txt
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}

@ -0,0 +1,32 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.4.ebuild,v 1.1 2013/07/22 13:14:51 aballier Exp $
EAPI=5
OASIS_BUILD_DOCS=1
inherit oasis
DESCRIPTION="A package for ocaml that provides access to PostgreSQL databases."
SRC_URI="http://bitbucket.org/mmottl/postgresql-ocaml/downloads/${P}.tar.gz"
HOMEPAGE="http://bitbucket.org/mmottl/postgresql-ocaml"
IUSE="examples"
DEPEND="dev-db/postgresql-base
dev-db/postgresql-server"
RDEPEND="${DEPEND}"
SLOT="0/${PV}"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
src_install() {
oasis_src_install
if use examples ; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}

@ -1 +1,2 @@
DIST pxp-1.2.3.tar.gz 702592 SHA256 fc147dd154b4a853e72bf742d77971302b11ae253d8c4d15566b12c79ad30e0c SHA512 44ba4dbbd1ceec152f286976df6d948fd2ffc238d30a3abb31fcc54e8d37ae4281e9303294b1a79668e7402c5003cd6fbc0714700862f0e2e77c99a1e0af3e36 WHIRLPOOL 8fb843d8142cf93af72b1c1e42125d72249f3f75637f2ebf9321c910d6bbbbc4c320174beea71d6f774c706d23c6b9604a0ad621bb1d69f01d846b003bade992
DIST pxp-1.2.4.tar.gz 702365 SHA256 1cd3e946f19d800f412475adf56e6da87231f80be22d7ea71dd4eabf93876355 SHA512 1520dd732db17923c24d43c328e659db83ac00569e7d2153e5633dfbc3fad899db8e45523ea76915e5dd1cb71cda2500db3875deebdf47b375af5bd05ad383d6 WHIRLPOOL 26c54816a63b26cee4cbaa7c3c868f449c40291eff1a242ade45f5c08f89afd7ef8b12ff3da5b00608f8ede486d17b1fd1387f0042c42e79d08e76f43c97089f

@ -0,0 +1,50 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/pxp-1.2.4.ebuild,v 1.1 2013/07/22 13:13:55 aballier Exp $
EAPI="5"
inherit findlib eutils
MY_P=${P/_beta/test}
DESCRIPTION="validating XML parser library for O'Caml"
HOMEPAGE="http://projects.camlcity.org/projects/pxp.html"
SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~ppc ~x86"
SLOT="0/${PV}"
DEPEND=">=dev-ml/pcre-ocaml-4.31:=
>=dev-ml/ulex-0.5:=
>=dev-ml/ocamlnet-0.98:=
>=dev-lang/ocaml-3.10.2:=[ocamlopt?]"
RDEPEND="${DEPEND}"
IUSE="examples +ocamlopt"
S=${WORKDIR}/${MY_P}
src_configure() {
#the included configure does not support many standard switches and is quite picky
./configure || die "configure failed"
}
src_compile() {
emake -j1 all
if use ocamlopt; then
emake -j1 opt
fi
}
src_install() {
findlib_src_install
if use examples; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
cd doc
dodoc ABOUT-FINDLIB README SPEC design.txt
}

@ -1 +1,2 @@
DIST res-4.0.2.tar.gz 69538 SHA256 4f3e0a62c57ac1293ec119e94ecff2f404cd9196e71c276bd6c3855731af0d7e SHA512 08d671d3f6ec8a4c6ec4bfdff2a0f40c56f0da0b00b83de52c84b696258a44a8d0b9d195d1eb4489c6991b60619c8b06fd610d65e3e058e73d01b54a825d76a6 WHIRLPOOL 857402e4afd2b4ddb9ef5b67ec72821979e042408d4fa0d6f3bb2d88d63c1d80afe2b90c6da2f5ebd8bce570c6544f2c5632276404922fb429af54f46808b1c7
DIST res-4.0.3.tar.gz 69587 SHA256 264319e586b2695f4ce453eb950546f4898875bed11df5e514f84c8670269b5e SHA512 5da4720dc61d66164bde98bb3b686bad081d79dfde2e6b63b387d25edd7f9e361b37de3e542166e1a9a0b0e97e85d664f3cd61659b748a6cb9c747ee97a206ce WHIRLPOOL 91b83a6e81627315fa83b23176079a64f99a40003fbe9541644bc4edb6c1492dfc226272475ca4b8e04b7852a4e621c89693e75cc7025f7683a1bbc94a9d919a

@ -0,0 +1,30 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.3.ebuild,v 1.1 2013/07/22 13:17:45 aballier Exp $
EAPI=5
OASIS_BUILD_DOCS=1
inherit oasis
DESCRIPTION="Resizable Array and Buffer modules for O'Caml"
HOMEPAGE="http://bitbucket.org/mmottl/res"
SRC_URI="https://bitbucket.org/mmottl/res/downloads/${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
DEPEND=""
RDEPEND="${DEPEND}"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="examples"
DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
src_install() {
oasis_src_install
if use examples ; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}

@ -1,5 +1 @@
DIST sexplib-109.08.00.tar.gz 115993 SHA256 92990b60509c6542c939f0ae5a257944a81907d4c2af4c4059afaab0b3200e1c SHA512 1d2b439366ced936fc040a971e6bdad9395b0cd66d3d9a62eef38ae59768bcf6ead82022fc9ac5b786c501208c48d5ef275a376c6308a9fb56d6c04d3ac3b830 WHIRLPOOL 84a052ca8d8cdc68da7ab2dcc32d74395d7903e0fab4345019db20d477271391734cd84e4fae1a41464a093a6a6dc5c1bc2a9d0c0ba330370e7a337db85582df
DIST sexplib-109.11.00.tar.gz 115937 SHA256 0311f443effe6a543ffa6a8a16d5c7971e238fca59bb9176b9868d440e30c033 SHA512 3d89f070a4f72eda628171b6eb20de7101f2f48d28aba0cbf3f224d2775298b0c5c3f3436b950d9d77bf0836ca3ac73dae647ffe0af6f68cc213b828e05e0972 WHIRLPOOL dcbdbe41aefd3716af9d1dbc44520a1abad15e246f077ac4afc4fc49e365c88350264dbf834b0da0e15c1921b3c5568cfd351e61894060b8131a926ccce71f5c
DIST sexplib-109.14.00.tar.gz 115086 SHA256 e78513ef71264fe853dafa9ac46804b95e9ee4da51b33fee87c04583ccf9d92b SHA512 2d09c77148edf7bd7c7873261a020fe486cd9277f1bf083fe15d60c232adaae514a5ba63c1a918e614d3b5bc57daf871808e0ca8ced4ff06855522c96359ce11 WHIRLPOOL e7fe4211ad518e8d2dd13a92f3794746f693d1dbbf2ede4dad84e64ad0a16cb55f7f7ca64cb523ab2c4c5ed8fa0c34646691cdb8766f435240f4c8ca728c69aa
DIST sexplib-109.15.00.tar.gz 115100 SHA256 41d52229629890aad283daa0a5de139dd73923898e3ee8b6bf72368fad48bb94 SHA512 6230704d8394bd053a001ee8dd87ef1f93b901ecbba4ee65fcb292e15a8231b10a68e1980d4f5e0b0de16d2e7e173a49a5f1d36ebd5f33e0f0e6a34d2cb9e260 WHIRLPOOL fa2b6a175a42822a8f5b79365de23fb73830d12e47ebc2bdadf523bbb6a7d591515145b30f8a64ee2f47808fbf582a87246bb85b098216261f3709689d2383a9
DIST sexplib-109.20.00.tar.gz 115211 SHA256 8d8d20809a70193ee5ef34da90cc86b7f3c119a176f5d7d2f057897ad9042ec9 SHA512 222b2efd1a694262a1e722e5938e795feff12095c7fadc8d7bacffefdda55d904c695efd3bfa5fbbb1cf52084184803be1c8ec5da2fbf2d4ce2ffd92c721d48c WHIRLPOOL 3eb4e91fb74b032947a66dca1ad00fe94c8f4872ecbdc563f6fffe47106559f4ea19a0f2993423228fd94a609a254cc2c0eeb2d1da0376e14c30a138ca08907b

@ -1,25 +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/sexplib/sexplib-109.08.00.ebuild,v 1.1 2013/02/09 00:13:45 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}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-ml/type-conv-108.00.01:="
DEPEND="${RDEPEND}"
DOCS=( "README.md" "CHANGES.txt" )

@ -1,25 +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/sexplib/sexplib-109.11.00.ebuild,v 1.1 2013/03/06 16:03:48 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}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-ml/type-conv-${PV}:="
DEPEND="${RDEPEND}"
DOCS=( "README.md" "CHANGES.txt" )

@ -1,25 +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/sexplib/sexplib-109.14.00.ebuild,v 1.1 2013/03/24 15:01:57 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}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-ml/type-conv-${PV}:="
DEPEND="${RDEPEND}"
DOCS=( "README.md" "CHANGES.txt" )

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

Loading…
Cancel
Save