Sync with portage [Thu Jan 16 10:24:40 MSK 2014].

mhiretskiy
root 10 years ago
parent ae1d051f29
commit a0e797734e

@ -0,0 +1,164 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-3.4.2-r1.ebuild,v 1.1 2014/01/15 19:07:03 prometheanfire Exp $
EAPI="5"
#supports ruby20, but needs deps first
USE_RUBY="ruby19"
inherit elisp-common xemacs-elisp-common eutils user ruby-ng versionator
DESCRIPTION="A system automation and configuration management software"
HOMEPAGE="http://puppetlabs.com/"
SRC_URI="http://www.puppetlabs.com/downloads/puppet/${P}.tar.gz"
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="augeas diff doc emacs ldap minimal rrdtool selinux shadow sqlite3 vim-syntax xemacs"
ruby_add_rdepend "
dev-ruby/hiera
>=dev-ruby/facter-1.6.2
augeas? ( dev-ruby/ruby-augeas )
diff? ( dev-ruby/diff-lcs )
doc? ( dev-ruby/rdoc )
ldap? ( dev-ruby/ruby-ldap )
shadow? ( dev-ruby/ruby-shadow )
sqlite3? ( dev-ruby/sqlite3 )
virtual/ruby-ssl"
DEPEND="${DEPEND}
ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] )
emacs? ( virtual/emacs )
xemacs? ( app-editors/xemacs )"
RDEPEND="${RDEPEND}
ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] )
rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
selinux? (
sys-libs/libselinux[ruby]
sec-policy/selinux-puppet
)
vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
>=app-portage/eix-0.18.0"
SITEFILE="50${PN}-mode-gentoo.el"
pkg_setup() {
enewgroup puppet
enewuser puppet -1 -1 /var/lib/puppet puppet
}
all_ruby_compile() {
if use emacs ; then
elisp-compile ext/emacs/puppet-mode.el
fi
if use xemacs ; then
# Create a separate version for xemacs to be able to install
# emacs and xemacs in parallel.
mkdir ext/xemacs
cp ext/emacs/* ext/xemacs/
xemacs-elisp-compile ext/xemacs/puppet-mode.el
fi
}
each_ruby_install() {
${RUBY} install.rb --destdir="${D}" install || die
}
all_ruby_install() {
#systemd stuffs
insinto /usr/lib/systemd/system
doins "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
insinto /usr/lib/tmpfiles.d
newins "${FILESDIR}/tmpfiles.d" "puppet.conf"
newinitd "${FILESDIR}"/puppet.init-r1 puppet
# Initial configuration files
insinto /etc/puppet
# Location of log and data files
keepdir /var/log/puppet
fowners -R puppet:puppet /var/log/puppet
if use minimal ; then
rm "${ED}/etc/puppet/auth.conf"
else
insinto /usr/lib/systemd/system
doins "${WORKDIR}/all/${P}/ext/systemd/puppetmaster.service"
newinitd "${FILESDIR}"/puppetmaster.init-r1 puppetmaster
newconfd "${FILESDIR}"/puppetmaster.confd puppetmaster
insinto /etc/puppet
keepdir /etc/puppet/manifests
keepdir /etc/puppet/modules
keepdir /var/lib/puppet/ssl
keepdir /var/lib/puppet/facts
keepdir /var/lib/puppet/files
fowners -R puppet:puppet /var/lib/puppet
fperms 0750 /var/lib/puppet
fi
fperms 0750 /etc/puppet
if use emacs ; then
elisp-install ${PN} ext/emacs/puppet-mode.el*
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
fi
if use xemacs ; then
xemacs-elisp-install ${PN} ext/xemacs/puppet-mode.el*
xemacs-elisp-site-file-install "${FILESDIR}/${SITEFILE}"
fi
if use ldap ; then
insinto /etc/openldap/schema; doins ext/ldap/puppet.schema
fi
# ext and examples files
for f in $(find ext examples -type f) ; do
docinto "$(dirname ${f})"; dodoc "${f}"
done
}
pkg_postinst() {
elog
elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as this could"
elog "cause puppet to hang while installing packages."
elog
elog "Portage Puppet module with Gentoo-specific resources:"
elog "http://forge.puppetlabs.com/gentoo/portage"
elog
if [ \
-f "${EPREFIX}/etc/puppet/puppetd.conf" -o \
-f "${EPREFIX}/etc/puppet/puppetmaster.conf" -o \
-f "${EPREFIX}/etc/puppet/puppetca.conf" \
] ; then
elog
elog "Please remove deprecated config files."
elog " /etc/puppet/puppetca.conf"
elog " /etc/puppet/puppetd.conf"
elog " /etc/puppet/puppetmasterd.conf"
elog
fi
if [ "$(get_major_version $REPLACING_VERSIONS)" = "2" ]; then
elog
elog "If you're upgrading from 2.x then we strongly suggest you to read:"
elog "http://docs.puppetlabs.com/guides/upgrading.html"
elog
fi
use emacs && elisp-site-regen
use xemacs && xemacs-elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
use xemacs && xemacs-elisp-site-regen
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r5.ebuild,v 1.1 2014/01/05 17:58:12 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild,v 1.1 2014/01/16 01:41:34 vapier Exp $
# XXX: atm, libbz2.a is always PIC :(, so it is always built quickly
# (since we're building shared libs) ...
@ -69,6 +69,7 @@ multilib_src_install() {
for v in libbz2.so{,.{${PV%%.*},${PV%.*}}} ; do
dosym libbz2.so.${PV} /usr/$(get_libdir)/${v}
done
use static-libs && dolib.a libbz2.a
if multilib_build_binaries ; then
gen_usr_ldscript -a bz2

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/pms/pms-5-r2.ebuild,v 1.10 2013/12/30 10:07:18 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/app-doc/pms/pms-5-r2.ebuild,v 1.11 2014/01/15 19:31:57 ulm Exp $
EAPI=5
@ -11,7 +11,7 @@ SRC_URI="!binary? ( http://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz )
LICENSE="CC-BY-SA-3.0"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~x86-netbsd ~ppc-openbsd ~x64-openbsd ~x86-openbsd ~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="binary html"
DEPEND="!binary? (

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild,v 1.1 2013/02/10 16:55:14 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild,v 1.2 2014/01/16 00:00:54 bicatali Exp $
EAPI=5
@ -13,7 +13,7 @@ SRC_URI="http://caml.inria.fr/distrib/${MY_P%.*}/${MY_P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux"
S="${WORKDIR}/${MY_P}/emacs"
SITEFILE="50${PN}-gentoo-3.12.1.el"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/yelp-tools/yelp-tools-3.10.0.ebuild,v 1.2 2014/01/14 12:56:37 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/yelp-tools/yelp-tools-3.10.0.ebuild,v 1.3 2014/01/15 20:27:15 bicatali Exp $
EAPI="5"
GCONF_DEBUG="no"
@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="|| ( GPL-2+ freedist ) GPL-2+" # yelp.m4 is GPL2 || freely distributable
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~arm-linux ~x86-linux"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE=""
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/yelp-tools/yelp-tools-3.6.1.ebuild,v 1.24 2014/01/14 12:56:37 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/yelp-tools/yelp-tools-3.6.1.ebuild,v 1.25 2014/01/15 20:27:15 bicatali Exp $
EAPI="5"
GCONF_DEBUG="no"
@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="|| ( GPL-2+ freedist ) GPL-2+" # yelp.m4 is GPL2 || freely distributable
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~arm-linux ~x86-linux"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE=""
RDEPEND=">=dev-libs/libxml2-2.6.12

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-4.01.0.ebuild,v 1.1 2013/09/14 22:49:57 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-4.01.0.ebuild,v 1.2 2014/01/15 22:05:46 bicatali Exp $
EAPI="5"
@ -17,7 +17,7 @@ LICENSE="QPL-1.0 LGPL-2"
# Everytime ocaml is updated to a new version, everything ocaml must be rebuilt,
# so here we go with the subslot.
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux"
IUSE="emacs latex ncurses +ocamlopt tk X xemacs"
DEPEND="tk? ( >=dev-lang/tk-3.3.3 )
@ -62,10 +62,10 @@ src_configure() {
use X || myconf="${myconf} -no-graph"
# ocaml uses a home-brewn configure script, preventing it to use econf.
RAW_LDFLAGS="$(raw-ldflags)" ./configure -prefix /usr \
--bindir /usr/bin \
--libdir /usr/$(get_libdir)/ocaml \
--mandir /usr/share/man \
RAW_LDFLAGS="$(raw-ldflags)" ./configure -prefix "${EPREFIX}"/usr \
--bindir "${EPREFIX}"/usr/bin \
--libdir "${EPREFIX}"/usr/$(get_libdir)/ocaml \
--mandir "${EPREFIX}"/usr/share/man \
-host "${CHOST}" \
-cc "$(tc-getCC)" \
-as "$(tc-getAS)" \
@ -89,9 +89,9 @@ src_compile() {
}
src_install() {
make BINDIR="${D}"/usr/bin \
LIBDIR="${D}"/usr/$(get_libdir)/ocaml \
MANDIR="${D}"/usr/share/man \
make BINDIR="${ED}"/usr/bin \
LIBDIR="${ED}"/usr/$(get_libdir)/ocaml \
MANDIR="${ED}"/usr/share/man \
install
# Symlink the headers to the right place
@ -102,7 +102,7 @@ src_install() {
# Create and envd entry for latex input files
if use latex ; then
echo "TEXINPUTS=/usr/$(get_libdir)/ocaml/ocamldoc:" > "${T}"/99ocamldoc
echo "TEXINPUTS=${EPREFIX}/usr/$(get_libdir)/ocaml/ocamldoc:" > "${T}"/99ocamldoc
doenvd "${T}"/99ocamldoc
fi
@ -119,7 +119,7 @@ pkg_postinst() {
if has_version '>=sys-apps/portage-2.2' ; then
ewarn "emerge @ocaml-rebuild"
else
ewarn "emerge -1 /usr/$(get_libdir)/ocaml"
ewarn "emerge -1 ${EROOT%/}/usr/$(get_libdir)/ocaml"
fi
echo
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild,v 1.2 2013/08/16 23:08:51 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/cairo-ocaml/cairo-ocaml-1.2.0.ebuild,v 1.3 2014/01/15 23:59:30 bicatali Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://cgit.freedesktop.org/cairo-ocaml/snapshot/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples gtk pango svg"
RDEPEND="dev-lang/ocaml:=

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlidl/camlidl-1.05-r1.ebuild,v 1.1 2013/08/27 16:54:54 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlidl/camlidl-1.05-r1.ebuild,v 1.2 2014/01/15 23:57:22 bicatali Exp $
EAPI=5
@ -11,7 +11,7 @@ HOMEPAGE="http://caml.inria.fr/camlidl/"
SRC_URI="http://caml.inria.fr/distrib/bazar-ocaml/${P}.tar.gz"
LICENSE="QPL-1.0 LGPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt]"
RDEPEND="${DEPEND}"
@ -25,7 +25,7 @@ src_compile() {
# Use the UNIX makefile
libdir=`ocamlc -where`
sed -i -e "s|OCAMLLIB=.*|OCAMLLIB=${libdir}|" config/Makefile.unix
sed -i -e "s|BINDIR=.*|BINDIR=/usr/bin|" config/Makefile.unix
sed -i -e "s|BINDIR=.*|BINDIR=${EPREFIX}/usr/bin|" config/Makefile.unix
ln -s Makefile.unix config/Makefile
# Make
@ -40,13 +40,13 @@ src_test() {
src_install() {
libdir=`ocamlc -where`
dodir ${libdir}/caml
dodir ${libdir#${EPREFIX}}/caml
dodir /usr/bin
# Install
emake BINDIR="${ED}/usr/bin" OCAMLLIB="${ED}${libdir}" install
emake BINDIR="${ED}/usr/bin" OCAMLLIB="${D}${libdir}" install
# Add package header
sed -e "s/@VERSION/${P}/g" "${FILESDIR}/META.camlidl" > "${ED}${libdir}/META.camlidl" || die
sed -e "s/@VERSION/${P}/g" "${FILESDIR}/META.camlidl" > "${D}${libdir}/META.camlidl" || die
# Documentation
dodoc README Changes

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/lablgl-1.05.ebuild,v 1.6 2014/01/15 09:33:13 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/lablgl-1.05.ebuild,v 1.7 2014/01/16 00:03:46 bicatali Exp $
EAPI="5"
@ -27,7 +27,7 @@ DEPEND="${RDEPEND}"
SRC_URI="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/${P}.tar.gz"
SLOT="0/${PV}"
KEYWORDS="~alpha amd64 hppa ia64 ppc ~sparc x86 ~x86-fbsd"
KEYWORDS="~alpha amd64 hppa ia64 ppc ~sparc x86 ~amd64-linux ~x86-fbsd ~x86-linux"
src_configure() {
# make configuration file

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.18.0.ebuild,v 1.1 2013/10/12 08:14:14 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.18.0.ebuild,v 1.2 2014/01/16 00:02:18 bicatali Exp $
EAPI=5
@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
SLOT="2/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-linux"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-fbsd ~x86-linux"
src_configure() {
econf $(use_enable debug) \

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.9 2013/04/16 18:23:04 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.10 2014/01/16 03:09:38 patrick Exp $
EAPI=4
@ -15,7 +15,8 @@ DESCRIPTION="Perl Data Language for scientific computing"
LICENSE="|| ( Artistic GPL-1+ ) public-domain PerlDL"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="+badval doc fftw fortran gd gsl hdf netpbm pdl2 proj pgplot plplot threads"
# proj support removed #497328
IUSE="+badval doc fftw fortran gd gsl hdf netpbm pdl2 pgplot plplot threads"
RDEPEND="sys-libs/ncurses
app-arch/sharutils
@ -38,7 +39,6 @@ RDEPEND="sys-libs/ncurses
hdf? ( sci-libs/hdf )
netpbm? ( media-libs/netpbm virtual/ffmpeg )
pdl2? ( dev-perl/Devel-REPL )
proj? ( <sci-libs/proj-4.8 )
pgplot? ( dev-perl/PGPLOT )
plplot? ( sci-libs/plplot )"
@ -83,7 +83,7 @@ src_configure() {
-e "/WITH_PGPLOT/s/=>.*/=> $(use pgplot && echo 1 || echo 0),/" \
-e "/WITH_PLPLOT/s/=>.*/=> $(use plplot && echo 1 || echo 0),/" \
-e "/WITH_POSIX_THREADS/s/=>.*/=> $(use threads && echo 1 || echo 0),/" \
-e "/WITH_PROJ/s/=>.*/=> $(use proj && echo 1 || echo 0),/" \
-e "/WITH_PROJ/s/=>.*/=> $(echo 0),/" \
-e "/WITH_SLATEC/s/=>.*/=> $(use fortran && echo 1|| echo 0),/" \
perldl.conf || die
perl-module_src_configure

@ -17,7 +17,6 @@
<flag name="hdf">Enable HDF (version 4) format support</flag>
<flag name="netpbm">Enable NETPBM and MPEG support</flag>
<flag name="pdl2">Build pdf2 shell (requires Devel-REPL)</flag>
<flag name="proj">Enable projection support</flag>
<flag name="pgplot">Enable PGPLOT plotting capabilities</flag>
<flag name="plplot">Enable plplot plotting capabilities</flag>
</use>

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PlRPC/PlRPC-0.202.0-r1.ebuild,v 1.7 2014/01/15 09:33:27 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PlRPC/PlRPC-0.202.0-r1.ebuild,v 1.10 2014/01/15 20:41:32 zlogene Exp $
EAPI=5
@ -14,7 +14,7 @@ S=${WORKDIR}/${PN}
DESCRIPTION="The Perl RPC Module"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=virtual/perl-Storable-1.0.7

@ -1,24 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PlRPC/PlRPC-0.202.0.ebuild,v 1.6 2012/09/01 11:49:30 grobian Exp $
EAPI=3
MODULE_AUTHOR=MNOONING
MODULE_SECTION=${PN}
MODULE_VERSION=0.2020
inherit perl-module
S=${WORKDIR}/${PN}
DESCRIPTION="The Perl RPC Module"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=virtual/perl-Storable-1.0.7
>=dev-perl/Net-Daemon-0.34"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/perldoc-remove.patch" )

@ -2,3 +2,4 @@ DIST ruby-gnome2-all-1.1.3.tar.gz 1012514 SHA256 b25ca85e25a607379e26d6e556a153a
DIST ruby-gnome2-all-1.1.8.tar.gz 1018612 SHA256 5118fc18eeff60cbe371e6461dc6329e7c544f1908219df42462274dace5968a SHA512 3ce05278fca4b402f5e8ec9883290022ad07ea800af436ee35ab6a4960e4004a0c076567c68587bee81a27d863ba54de19a7816585ce510d308b7e0e91fb1981 WHIRLPOOL b59ed271675ca8f9b80aeecd7d003537011a7162131176ca202b7a40fafae27cc8da687a50792985f07477dcf310a70d0c512692d649b3584d64653af9cf0e1b
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,16 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-2.1.0.ebuild,v 1.1 2014/01/15 18:25:42 naota Exp $
EAPI=4
USE_RUBY="ruby19 ruby20"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Atk bindings"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="${DEPEND} dev-libs/atk"
RDEPEND="${RDEPEND} dev-libs/atk"
ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"

@ -1,2 +1,3 @@
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,20 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-2.1.0.ebuild,v 1.1 2014/01/15 18:39:23 naota Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-ng-gnome2
RUBY_S="ruby-gnome2-all-${PV}/cairo-gobject"
DESCRIPTION="Ruby cairo-gobject bindings"
KEYWORDS="~amd64"
IUSE=""
DEPNED="${DEPNED} x11-libs/cairo"
RDEPEND="${RDEPEND} x11-libs/cairo"
ruby_add_rdepend "dev-ruby/rcairo
>=dev-ruby/ruby-glib2-${PV}"

@ -1 +1,2 @@
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,32 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gstreamer/ruby-clutter-gstreamer-2.1.0.ebuild,v 1.1 2014/01/15 19:10:02 naota Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Clutter bindings"
KEYWORDS="~amd64"
IUSE=""
RUBY_S=ruby-gnome2-all-${PV}/clutter-gstreamer
DEPEND="${DEPEND} media-libs/clutter-gst"
RDEPEND="${RDEPEND} media-libs/clutter-gst"
ruby_add_rdepend ">=dev-ruby/ruby-clutter-${PV}
>=dev-ruby/ruby-gstreamer-${PV}"
each_ruby_configure() {
:
}
each_ruby_compile() {
:
}
each_ruby_install() {
each_fakegem_install
}

@ -1,2 +1,3 @@
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,33 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.1.0.ebuild,v 1.1 2014/01/15 20:12:49 naota Exp $
EAPI=4
USE_RUBY="ruby19 ruby20"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Clutter bindings"
KEYWORDS="~amd64"
IUSE=""
RUBY_S=ruby-gnome2-all-${PV}/clutter-gtk
DEPEND="${DEPEND} media-libs/clutter-gtk"
RDEPEND="${RDEPEND} media-libs/clutter-gtk"
ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}"
ruby_add_rdepend ">=dev-ruby/ruby-clutter-${PV}
>=dev-ruby/ruby-gtk3-${PV}"
each_ruby_configure() {
:
}
each_ruby_compile() {
:
}
each_ruby_install() {
each_fakegem_install
}

@ -1,2 +1,3 @@
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,35 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-2.1.0.ebuild,v 1.1 2014/01/15 18:47:22 naota Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Clutter bindings"
KEYWORDS="~amd64"
IUSE=""
RESTRICT="test"
RUBY_S=ruby-gnome2-all-${PV}/clutter
DEPEND="${DEPEND} media-libs/clutter"
RDEPEND="${RDEPEND} media-libs/clutter"
ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}"
ruby_add_rdepend ">=dev-ruby/ruby-cairo-gobject-${PV}
>=dev-ruby/ruby-gobject-introspection-${PV}"
each_ruby_configure() {
:
}
each_ruby_compile() {
:
}
each_ruby_install() {
each_fakegem_install
}

@ -1,2 +1,3 @@
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,20 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ruby-gdk3-2.1.0.ebuild,v 1.1 2014/01/15 19:36:09 naota Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby GDK-3.x bindings"
KEYWORDS="~amd64"
IUSE=""
DEPEND="${DEPEND} x11-libs/gtk+:3"
RDEPEND="${RDEPEND} x11-libs/gtk+:3"
ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}"
ruby_add_rdepend ">=dev-ruby/ruby-gdkpixbuf2-${PV}
>=dev-ruby/ruby-atk-${PV}
>=dev-ruby/ruby-pango-${PV}"

@ -2,3 +2,4 @@ DIST ruby-gnome2-all-1.1.3.tar.gz 1012514 SHA256 b25ca85e25a607379e26d6e556a153a
DIST ruby-gnome2-all-1.1.8.tar.gz 1018612 SHA256 5118fc18eeff60cbe371e6461dc6329e7c544f1908219df42462274dace5968a SHA512 3ce05278fca4b402f5e8ec9883290022ad07ea800af436ee35ab6a4960e4004a0c076567c68587bee81a27d863ba54de19a7816585ce510d308b7e0e91fb1981 WHIRLPOOL b59ed271675ca8f9b80aeecd7d003537011a7162131176ca202b7a40fafae27cc8da687a50792985f07477dcf310a70d0c512692d649b3584d64653af9cf0e1b
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,20 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdkpixbuf2/ruby-gdkpixbuf2-2.1.0.ebuild,v 1.1 2014/01/15 19:25:25 naota Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_NAME="gdk_pixbuf2"
inherit ruby-ng-gnome2
RUBY_S=ruby-gnome2-all-${PV}/${RUBY_FAKEGEM_NAME}
DESCRIPTION="Ruby GdkPixbuf2 bindings"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="x11-libs/gtk+:2"
ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"

@ -2,3 +2,4 @@ DIST ruby-gnome2-all-1.1.3.tar.gz 1012514 SHA256 b25ca85e25a607379e26d6e556a153a
DIST ruby-gnome2-all-1.1.8.tar.gz 1018612 SHA256 5118fc18eeff60cbe371e6461dc6329e7c544f1908219df42462274dace5968a SHA512 3ce05278fca4b402f5e8ec9883290022ad07ea800af436ee35ab6a4960e4004a0c076567c68587bee81a27d863ba54de19a7816585ce510d308b7e0e91fb1981 WHIRLPOOL b59ed271675ca8f9b80aeecd7d003537011a7162131176ca202b7a40fafae27cc8da687a50792985f07477dcf310a70d0c512692d649b3584d64653af9cf0e1b
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,14 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.1.0.ebuild,v 1.1 2014/01/15 19:42:08 naota Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby binding of GooCanvas"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"

@ -2,3 +2,4 @@ DIST ruby-gnome2-all-1.1.3.tar.gz 1012514 SHA256 b25ca85e25a607379e26d6e556a153a
DIST ruby-gnome2-all-1.1.8.tar.gz 1018612 SHA256 5118fc18eeff60cbe371e6461dc6329e7c544f1908219df42462274dace5968a SHA512 3ce05278fca4b402f5e8ec9883290022ad07ea800af436ee35ab6a4960e4004a0c076567c68587bee81a27d863ba54de19a7816585ce510d308b7e0e91fb1981 WHIRLPOOL b59ed271675ca8f9b80aeecd7d003537011a7162131176ca202b7a40fafae27cc8da687a50792985f07477dcf310a70d0c512692d649b3584d64653af9cf0e1b
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,19 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.1.0.ebuild,v 1.1 2014/01/15 18:20:29 naota Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Glib2 bindings"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="${RDEPEND} >=dev-libs/glib-2"
DEPEND="${DEPEND}
>=dev-libs/glib-2"
each_ruby_configure() {
${RUBY} extconf.rb || die "extconf.rb failed"
}

@ -1,2 +1,3 @@
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,19 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.1.0.ebuild,v 1.1 2014/01/15 18:43:43 naota Exp $
EAPI=4
USE_RUBY="ruby19 ruby20"
inherit ruby-ng-gnome2
RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection
DESCRIPTION="Ruby GObjectIntrosprction bindings"
KEYWORDS="~amd64"
IUSE=""
DEPEND="${DEPEND} dev-libs/gobject-introspection"
RDEPEND="${RDEPEND} dev-libs/gobject-introspection"
ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"

@ -2,3 +2,4 @@ DIST ruby-gnome2-all-1.1.3.tar.gz 1012514 SHA256 b25ca85e25a607379e26d6e556a153a
DIST ruby-gnome2-all-1.1.8.tar.gz 1018612 SHA256 5118fc18eeff60cbe371e6461dc6329e7c544f1908219df42462274dace5968a SHA512 3ce05278fca4b402f5e8ec9883290022ad07ea800af436ee35ab6a4960e4004a0c076567c68587bee81a27d863ba54de19a7816585ce510d308b7e0e91fb1981 WHIRLPOOL b59ed271675ca8f9b80aeecd7d003537011a7162131176ca202b7a40fafae27cc8da687a50792985f07477dcf310a70d0c512692d649b3584d64653af9cf0e1b
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,22 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-goocanvas/ruby-goocanvas-2.1.0.ebuild,v 1.1 2014/01/15 20:45:48 naota Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby binding of GooCanvas"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="${RDEPEND}
x11-libs/goocanvas:2.0"
DEPEND="${DEPEND}
x11-libs/goocanvas:2.0"
ruby_add_bdepend "dev-ruby/pkg-config
dev-ruby/rcairo"
ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"

@ -2,3 +2,4 @@ DIST ruby-gnome2-all-1.1.3.tar.gz 1012514 SHA256 b25ca85e25a607379e26d6e556a153a
DIST ruby-gnome2-all-1.1.8.tar.gz 1018612 SHA256 5118fc18eeff60cbe371e6461dc6329e7c544f1908219df42462274dace5968a SHA512 3ce05278fca4b402f5e8ec9883290022ad07ea800af436ee35ab6a4960e4004a0c076567c68587bee81a27d863ba54de19a7816585ce510d308b7e0e91fb1981 WHIRLPOOL b59ed271675ca8f9b80aeecd7d003537011a7162131176ca202b7a40fafae27cc8da687a50792985f07477dcf310a70d0c512692d649b3584d64653af9cf0e1b
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,19 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gstreamer/ruby-gstreamer-2.1.0.ebuild,v 1.1 2014/01/15 19:05:53 naota Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby GStreamer bindings"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="${RDEPEND}
media-libs/gstreamer:0.10
media-libs/gst-plugins-base:0.10"
DEPEND="${DEPEND}
media-libs/gstreamer:0.10
media-libs/gst-plugins-base:0.10"

@ -2,3 +2,4 @@ DIST ruby-gnome2-all-1.1.3.tar.gz 1012514 SHA256 b25ca85e25a607379e26d6e556a153a
DIST ruby-gnome2-all-1.1.8.tar.gz 1018612 SHA256 5118fc18eeff60cbe371e6461dc6329e7c544f1908219df42462274dace5968a SHA512 3ce05278fca4b402f5e8ec9883290022ad07ea800af436ee35ab6a4960e4004a0c076567c68587bee81a27d863ba54de19a7816585ce510d308b7e0e91fb1981 WHIRLPOOL b59ed271675ca8f9b80aeecd7d003537011a7162131176ca202b7a40fafae27cc8da687a50792985f07477dcf310a70d0c512692d649b3584d64653af9cf0e1b
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,22 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk2/ruby-gtk2-2.1.0.ebuild,v 1.1 2014/01/15 20:27:42 naota Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Gtk2 bindings"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="${DEPEND} x11-libs/gtk+:2
x11-themes/hicolor-icon-theme"
RDEPEND="${RDEPEND} x11-libs/gtk+:2"
ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}
>=dev-ruby/ruby-pango-${PV}"
ruby_add_rdepend ">=dev-ruby/ruby-gdkpixbuf2-${PV}
>=dev-ruby/ruby-atk-${PV}
>=dev-ruby/ruby-pango-${PV}"

@ -1,2 +1,3 @@
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,22 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.1.0.ebuild,v 1.1 2014/01/15 20:07:43 naota Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Gtk3 bindings"
KEYWORDS="~amd64"
IUSE=""
DEPEND="${DEPEND} x11-libs/gtk+:3"
RDEPEND="${RDEPEND} x11-libs/gtk+:3"
ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}
>=dev-ruby/ruby-pango-${PV}"
ruby_add_rdepend ">=dev-ruby/ruby-gdkpixbuf2-${PV}
>=dev-ruby/ruby-atk-${PV}
>=dev-ruby/ruby-gdk3-${PV}
>=dev-ruby/ruby-gio2-${PV}"

@ -2,3 +2,4 @@ DIST ruby-gnome2-all-1.1.3.tar.gz 1012514 SHA256 b25ca85e25a607379e26d6e556a153a
DIST ruby-gnome2-all-1.1.8.tar.gz 1018612 SHA256 5118fc18eeff60cbe371e6461dc6329e7c544f1908219df42462274dace5968a SHA512 3ce05278fca4b402f5e8ec9883290022ad07ea800af436ee35ab6a4960e4004a0c076567c68587bee81a27d863ba54de19a7816585ce510d308b7e0e91fb1981 WHIRLPOOL b59ed271675ca8f9b80aeecd7d003537011a7162131176ca202b7a40fafae27cc8da687a50792985f07477dcf310a70d0c512692d649b3584d64653af9cf0e1b
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,23 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-2.1.0.ebuild,v 1.1 2014/01/15 20:54:59 naota Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_NAME="gtksourceview2"
inherit ruby-ng-gnome2
RUBY_S=ruby-gnome2-all-${PV}/gtksourceview2
DESCRIPTION="Ruby bindings for gtksourceview"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="${RDEPEND}
x11-libs/gtksourceview:2.0"
DEPEND="${DEPEND}
x11-libs/gtksourceview:2.0"
ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"

@ -2,3 +2,4 @@ DIST ruby-gnome2-all-1.1.3.tar.gz 1012514 SHA256 b25ca85e25a607379e26d6e556a153a
DIST ruby-gnome2-all-1.1.8.tar.gz 1018612 SHA256 5118fc18eeff60cbe371e6461dc6329e7c544f1908219df42462274dace5968a SHA512 3ce05278fca4b402f5e8ec9883290022ad07ea800af436ee35ab6a4960e4004a0c076567c68587bee81a27d863ba54de19a7816585ce510d308b7e0e91fb1981 WHIRLPOOL b59ed271675ca8f9b80aeecd7d003537011a7162131176ca202b7a40fafae27cc8da687a50792985f07477dcf310a70d0c512692d649b3584d64653af9cf0e1b
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a
DIST ruby-gnome2-all-2.0.2.tar.gz 1674872 SHA256 12656b268206d2d1fc99da4f7163910844efc38117380180f37bfdac249310b9 SHA512 c739a565b14e31905a30e8ebf7cfd6abcf576bb45f3f0eaedba3937fda7818864825d95de5d1c229af5dc09c769d56e788a366cdbf74b625804fb844fd818d6f WHIRLPOOL 662eadbedc9b9e99de1cc6e3556f7bec6063c58c57f4d2ab0b51bbf98eeca9f5955910442a58ff3a7649f3e049f0d0573d83e7a503c0ca58bac3a265f50e121b
DIST ruby-gnome2-all-2.1.0.tar.gz 1754946 SHA256 f59d2aa81351fc48ac4948279d7d39e241b8118eb80f0f733f6834d6ccace088 SHA512 b76f2198644ecceac59071cbb5afddbd3bd7ad641a17ec04ea994b10cc48fcc7e27dd651b19a905f761faf041ff8f2353174dd073a1a146693dc23218f8fab40 WHIRLPOOL 202fde8bfc84f156681005b9bc317fb7736f2766264d3ef8109f1720fc02d18258efe4c60d9cdd2b8463e69f21df094177d31eda3a87dfb9c7bb0ca6873a4fb3

@ -0,0 +1,20 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-pango/ruby-pango-2.1.0.ebuild,v 1.1 2014/01/15 19:17:50 naota Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Pango bindings"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="${DEPEND}
>=x11-libs/pango-1.2.1
>=dev-ruby/rcairo-1.2.0"
RDEPEND="${RDEPEND}
>=x11-libs/pango-1.2.1
>=dev-ruby/rcairo-1.2.0"
ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"

@ -1 +1,2 @@
DIST hub-1.11.0.tar.gz 73248 SHA256 ed582b153712af04589a8119265dcb81e250ed5c42f5679d4fc66ddf72bc0cf9 SHA512 c2f8199cb897b99da545a7707d9c11b5169286899b76c76d549fe044c257fc29ca59a7130c2c3bf9e95a873b493d50d9803bded97ca80513dc7496505217a532 WHIRLPOOL ec4ddb47164a7ddf10269e03d26429685925162c91599231edf37b3e4bab3950ec341235ed1f32f97e2ace2de76485b5f5ba633dcb1d1945b2701a2dbb2ae0d2
DIST hub-1.11.1.tar.gz 73299 SHA256 96346e3a44849cb1b31bb2446ab9c32485a1665919ae61c7359dbdfc7eef9827 SHA512 76a9dd8a443851a5e619039917c6a4d305b7ce7a7050e740bb5bced8377efbc8bc21c7a0bf161ac25d1cee855e4b8c47f35d7cd650b37d88637ef8db20e14aa3 WHIRLPOOL 6c125288d6bf7ddfee0d3456ead69c75d3cc726a9904e6a4b7cf1a4382fcebb5e71fc232deeeaace03179e17fad52dd109eda919ed314e3db9ca590adc33a88d

@ -0,0 +1,29 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.11.1.ebuild,v 1.1 2014/01/15 22:18:22 ottxor Exp $
EAPI="5"
USE_RUBY="ruby18 ruby19"
RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit readme.gentoo ruby-fakegem
ruby_add_bdepend "test? ( dev-ruby/webmock dev-util/cucumber )"
DESCRIPTION="command-line wrapper for git that makes you better at GitHub"
HOMEPAGE="https://github.com/github/hub"
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-vcs/git"
DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc"
src_install() {
ruby-ng_src_install
readme.gentoo_create_doc
}

@ -0,0 +1,222 @@
HSL ACADEMIC LICENCE VERSION 1.2 MAY 2011
1 DEFINITIONS AND INTERPRETATION
In this Agreement the following expressions have the following meanings:
"Harmful means any virus, worm, time bomb, time lock, drop dead
Element" device, trap and access code or anything else that
might disrupt, disable, harm or impede the operation of
any information system, or that might corrupt, damage,
destroy or render inaccessible any software, data or
file, or that may allow any unauthorised person to gain
access to, any information system or any software, data
or file on it;
"Intellectual means patents, trade marks, service marks, registered
Property" designs, copyrights, database rights, design rights,
know-how, confidential information, applications for
any of the above, trade secrets and any similar right
recognised from time to time in any jurisdiction,
together with all rights of action in relation to the
infringement of any of the above;
"Software" means the software and any accompanying documentation
downloaded by the Licensee; and
"STFC" means the Science and Technology Facilities Council,
one of whose principal offices is at Rutherford
Appleton Laboratory, Harwell Oxford, Didcot, OX11 0QX.
2 LICENCE
2.1 In consideration of the confidentiality undertakings given by the Licensee
pursuant to Clause 4, STFC grants the Licensee, for the duration of this
agreement, an indefinite, non-exclusive, non-transferable licence to use
the Software solely for personal use on the terms and conditions of this
Agreement provided that:
2.1.1 the Licensee must be employed by, or a student of, a non-profit
educational, academic or research institute;
2.1.2 the Licensee may not distribute any of the Software to any third
party, or share its use with any third party (regardless of whether
such third party is from the same institution), and the Licensee
may not sub-license the use of any of the Software;
2.1.3 the Licensee may not use the Software for any commercial purposes;
and
2.1.4 the Licensee may not copy any of the Software except for the
purposes of making a reasonable number of back-up copies, nor may
the Licensee modify the Software or incorporate or imbed it into
any other software products, except to optimise its performance for
the Licensee's use on a particular platform.
2.2 The licence granted in clause 2.1 relates only to the release of the
Software at the date of this Agreement. The Licensee must acquire a new
licence from STFC to use any future release of the Software.
2.3 The Licensee will not tamper with or remove any copyright or other
proprietary notice or any disclaimer that appears on or in any part of
the Software and will reproduce the same in all copies of the Software.
2.4 In any published work produced by the Licensee which includes results
achieved by using the Software, the Licensee shall acknowledge that the
Software was used in producing the results contained in such publication
by including the following citation: "HSL, a collection of Fortran codes
for large-scale scientific computation. See http://www.hsl.rl.ac.uk/".
3 WARRANTIES AND LIABILITY
3.1 The Software is supplied as is, including any faults.
3.2 To the maximum extent permitted by the law, STFC excludes all warranties
conditions or other terms that may be implied into this Agreement whether
by law, statute or otherwise.
3.3 STFC gives no condition, warranty or other term whatsoever, either
express or implied including, without limitation, any condition, warranty
or other term as to the condition of the Software, that the Software is
free from any Harmful Element, or as to satisfactory quality, fitness for
a particular purpose, non-infringement, or use of reasonable care and
skill.
3.4 To the extent permitted under applicable law, STFC shall not be liable in
contract, tort or otherwise for any loss or damage, howsoever arising in
connection with the Software. Accordingly, the Licensee acknowledges and
accepts that it uses the Software at its own risk.
3.5 STFC shall not be liable for any indirect, special, or consequential
damages, or loss of profit, whether such damages or losses are known,
foreseen, foreseeable or unforeseen. Nothing in this Agreement shall
limit STFC's liability for negligently caused death or personal injury
or fraud.
4 NON-DISCLOSURE AGREEMENT
4.1 In consideration of the disclosure by STFC to the Licensee of the
Software, the Licensee undertakes that it will respect and preserve the
confidentiality of the Software for a period of five years after the date
of such disclosure (subject to clause 4.2 below).
4.2 The obligations contained in this clause 4 shall not apply, or shall
cease to apply, to such part of the Software as the Licensee can show to
the reasonable satisfaction of STFC:
4.2.1 has become public knowledge other than through the fault of the Licensee;
or
4.2.2 was already known to the Licensee prior to disclosure to it by STFC; or
4.2.3 has been received from a third party who neither acquired it in
confidence from STFC, nor owed STFC a duty of confidence in respect of it.
5 PROPERTY RIGHTS
5.1 The Software is proprietary to STFC. The Licensee acknowledges that any
disclosure pursuant to this agreement shall not confer on the Licensee
any Intellectual Property or other rights in relation to the Software.
5.2 Ownership of all complete or partial copies of the Software shall at all
times remain with STFC. The Licensee agrees to mark any copies of the
Software which it may make in any tangible medium with a notice that such
copy belongs to STFC.
6 TERMINATION
6.1 The Licensee may terminate the Agreement at any time by giving at least
30 days' prior written notice to STFC.
6.2 The Agreement shall terminate automatically in the event that the
Licensee no longer fulfils the requirements of clause 2.1.1.
6.3 STFC may terminate the Agreement immediately on giving notice in writing
to the Licensee if the Licensee commits any serious breach of any term of
this Agreement and fails (in the case of a breach capable of being
remedied), within 10 days after the receipt of a request in writing from
the STFC to do so, to remedy the breach (such request to contain a
warning of the STFC's intention to terminate).
6.4 Immediately upon the termination of the Agreement the Licensee shall
destroy the Software and all copies of the whole or any part thereof and
certify in writing to STFC that they have been destroyed.
6.5 Any termination of this Agreement (howsoever occasioned) shall not affect
any accrued rights or liabilities of either party nor shall it affect the
coming into force or the continuance in force of any provision in this
Agreement which is expressly or by implication intended to come into or
continue in force on or after such termination.
7 GENERAL
7.1 STFC may assign any of its rights and obligations under this Agreement,
upon written notice, to any affiliated organization or to a statutory
successor. Any assignment shall be subject to the assignee undertaking to
observe the terms and conditions of this Agreement.
7.2 The Licensee may not assign, transfer, charge, sublicense or otherwise
deal in or dispose of in whole or in part any of its rights or
obligations under this Agreement without the prior written consent of
STFC (such consent not to be unreasonably withheld or delayed).
7.3 Nothing in this Agreement will constitute or will be deemed to constitute
between the parties a partnership, association, joint venture or other
co-operative entity, or constitute the relationship of principal and
agent.
7.4 Neither party shall have any liability under or be deemed in breach of
this Agreement for any delays or failures in performance of this
Agreement which result from circumstances beyond the reasonable control
of that party including, without limitation, fire, explosion, flood,
tempest, unusually adverse weather conditions, failure or shortage of
power supplies, war, hostilities, riot or acts of terrorism. The party
affected by such circumstances shall promptly notify the other party in
writing when such circumstances cause a delay or failure in performance
and when they cease to do so. If circumstances continue for a continuous
period of one (1) month, either party may terminate this Agreement by
written notice to the other party.
7.5 No forbearance, delay or indulgence by either party in enforcing the
provisions of this Agreement shall prejudice or restrict the rights of
that party nor shall any waiver of its rights operate as a waiver of any
subsequent breach and no right, power or remedy herein conferred upon or
reserved for either party is exclusive of any other right, power or
remedy available to that party and each such right, power or remedy shall
be cumulative.
7.6 This Agreement supersedes all prior agreements, arrangements and
understandings between the parties and constitutes the entire agreement
between the parties relating to the subject matter hereof (save that
neither party seeks to exclude liability for any fraudulent
pre-contractual misrepresentation upon which the other party can be shown
to have relied). The Licensee hereby warrants to STFC that the Licensee
has not been induced to enter into this Agreement by any prior
representations or warranties, whether oral or in writing, except as
specifically contained in this Agreement and the Licensee hereby
irrevocably and unconditionally waives any right it may have to claim
damages for any misrepresentation not contained in this Agreement or for
breach of any warranty not contained herein (unless such
misrepresentation or warranty was made fraudulently and was relied upon
by the Licensee) and/or to rescind this Agreement. No addition to or
modification of any provision of this Agreement shall be binding upon the
parties unless made by a written instrument signed by a duly authorised
representative of each of the parties.
7.7 Notwithstanding that the whole or any part of any provision of this
Agreement may prove to be illegal or unenforceable the other provisions
of this Agreement and the remainder of the provision in question shall
remain in full force and effect.
7.8 The parties confirm their intent not to confer any rights on any third
parties by virtue of this Agreement and accordingly the Contracts (Rights
of Third parties) Act 1999 shall not apply to this Agreement.
7.9 This agreement shall be interpreted and construed in accordance with the
laws of England and Wales. The English Courts will have exclusive
jurisdiction to deal with any dispute which has arisen or may arise out
of or in connection with this Agreement, however STFC may enforce the
Licensee's obligation of confidence in the courts of any jurisdiction
having competence to issue an injunction directly enforceable against
the Licensee.

@ -0,0 +1,46 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsaequal/alsaequal-0.6-r2.ebuild,v 1.1 2014/01/15 18:06:44 pacho Exp $
EAPI=5
inherit eutils multilib toolchain-funcs multilib-minimal
DESCRIPTION="a real-time adjustable equalizer plugin for ALSA"
HOMEPAGE="http://www.thedigitalmachine.net/alsaequal.html"
SRC_URI="http://www.thedigitalmachine.net/tools/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="media-libs/alsa-lib[${MULTILIB_USEDEP}]
>=media-plugins/caps-plugins-0.9.11[${MULTILIB_USEDEP}]
abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r3
!app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}
DOCS=( README )
src_prepare() {
epatch "${FILESDIR}"/${P}-asneeded.patch
epatch "${FILESDIR}"/${P}-eq-name.patch
multilib_copy_sources
}
multilib_src_compile() {
emake \
CC="$(tc-getCC)" \
CFLAGS="${CFLAGS} -Wall -fPIC -DPIC" \
LD="$(tc-getCC)" \
LDFLAGS="${LDFLAGS} -shared" \
Q= \
SND_PCM_LIBS="-lasound" \
SND_CTL_LIBS="-lasound" || die
}
multilib_src_install() {
exeinto /usr/$(get_libdir)/alsa-lib
doexe *.so || die
}

@ -0,0 +1,63 @@
Description: Fix CAPS Eq plugin name
Origin: vendor
Bug-Debian: http://bugs.debian.org/721355
Forwarded: no
Author: Alessandro Ghedini <ghedo@debian.org>
Last-Update: 2013-08-30
--- a/ctl_equal.c
+++ b/ctl_equal.c
@@ -167,7 +167,7 @@
snd_ctl_equal_t *equal;
const char *controls = ".alsaequal.bin";
const char *library = "/usr/lib/ladspa/caps.so";
- const char *module = "Eq";
+ const char *module = "Eq10";
long channels = 2;
const char *sufix = " Playback Volume";
int err, i, index;
--- a/pcm_equal.c
+++ b/pcm_equal.c
@@ -151,7 +151,7 @@
snd_config_t *sconf = NULL;
const char *controls = ".alsaequal.bin";
const char *library = "/usr/lib/ladspa/caps.so";
- const char *module = "Eq";
+ const char *module = "Eq10";
long channels = 2;
int err;
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
Alsaequal is a real-time adjustable equalizer plugin for ALSA. It can
be adjusted using any ALSA compatible mixer, e.g. alsamixergui.
-Alsaequal uses the Eq CAPS LADSPA Plugin for audio processing, actually
+Alsaequal uses the Eq10 CAPS LADSPA Plugin for audio processing, actually
alsaequal is a generic LADSPA plugin interface with real-time access to
the LADSPA controls (the LADSPA plugin included with alsa doesn't allow
for real-time controls) but it was developed for and only tested with
-Eq CAPS LADSPA plugin. You are welcome to try it with other plugins, it
+Eq10 CAPS LADSPA plugin. You are welcome to try it with other plugins, it
may work. Let me know how it goes, you can reach me at
<charles@thedigitalmachine.net>.
@@ -66,7 +66,7 @@
library -- location of the LADSPA library, the default is
"/usr/lib/ladspa/caps.so"
module -- module name within the LADSPA library, the deafault
- is "Eq"
+ is "Eq10"
channels -- number of channels, the default is 2
}
@@ -81,7 +81,7 @@
library -- location of the LADSPA library, the default is
"/usr/lib/ladspa/caps.so"
module -- module name within the LADSPA library, the deafault
- is "Eq"
+ is "Eq10"
channels -- number of channels, the default is 2
}

@ -0,0 +1,183 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.4.183-r4.ebuild,v 1.1 2014/01/15 19:44:27 prometheanfire Exp $
EAPI=5
inherit eutils fdo-mime gnome2-utils pax-utils unpacker
DESCRIPTION="Spotify is a social music platform"
HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
MY_PV="${PV}.g644e24e.428-1"
MY_P="${PN}-client_${MY_PV}"
SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}/"
SRC_URI="
x86? ( ${SRC_BASE}${MY_P}_i386.deb )
amd64? ( ${SRC_BASE}${MY_P}_amd64.deb )
"
LICENSE="Spotify"
SLOT="0"
#amd64 and x86 keywords removed due to security concerns, see bug 474010
KEYWORDS="~amd64 ~x86"
IUSE="gnome pax_kernel pulseaudio"
RESTRICT="mirror strip"
DEPEND=""
RDEPEND="${DEPEND}
x11-libs/libxcb
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXau
x11-libs/libXext
x11-libs/libXinerama
x11-libs/libXdmcp
x11-libs/libXScrnSaver
x11-libs/libXrandr
x11-libs/libXrender
dev-qt/qtcore:4[qt3support]
dev-qt/qtdbus:4
dev-qt/qtgui:4[qt3support]
dev-qt/qtwebkit:4
x11-misc/xdg-utils
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype
dev-libs/openssl:0
dev-libs/glib:2
dev-libs/libgcrypt:0/11
media-libs/libpng:1.2
dev-db/sqlite:3
sys-libs/zlib
app-arch/bzip2
sys-apps/dbus
sys-apps/util-linux
dev-libs/expat
>=dev-libs/nspr-4.9
gnome-base/gconf:2
x11-libs/gtk+:2
dev-libs/nss
dev-libs/glib:2
net-print/cups
virtual/udev
pulseaudio? ( >=media-sound/pulseaudio-0.9.21 )
gnome? ( gnome-extra/gnome-integration-spotify )"
S=${WORKDIR}
QA_PREBUILT="/opt/spotify/spotify-client/spotify
/opt/spotify/spotify-client/Data/SpotifyHelper
/opt/spotify/spotify-client/libcef.so"
src_prepare() {
# link against openssl-1.0.0 as it crashes with 0.9.8
sed -i \
-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
opt/spotify/spotify-client/spotify || die "sed failed"
sed -i \
-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
opt/spotify/spotify-client/Data/SpotifyHelper || die "sed failed"
# different NSPR / NSS library names for some reason
sed -i \
-e 's/\(lib\(plc4\|nspr4\).so\).9\(.\)/\1.0d\3\3/g' \
opt/spotify/spotify-client/Data/SpotifyHelper || die "sed failed"
sed -i \
-e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1\x00\x00\x00/g' \
-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1\x00\x00\3\3/g' \
opt/spotify/spotify-client/Data/libcef.so || die "sed failed"
# Fix desktop entry to launch spotify-dbus.py for GNOME integration
if use gnome ; then
sed -i \
-e 's/spotify \%U/spotify-dbus.py \%U/g' \
opt/spotify/spotify-client/spotify.desktop || die "sed failed"
fi
#and fix other stuff in the desktop file as well
sed -i \
-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \
-e 's/AudioVideo$/AudioVideo\;/g' \
opt/spotify/spotify-client/spotify.desktop || die "sed failed"
}
src_install() {
dodoc opt/spotify/spotify-client/changelog
dodoc usr/share/doc/spotify-client/changelog.Debian.gz
dodoc usr/share/doc/spotify-client/copyright
insinto /usr/share/pixmaps
doins opt/spotify/spotify-client/Icons/*.png
# install in /opt/spotify
SPOTIFY_HOME=/opt/spotify/spotify-client
insinto ${SPOTIFY_HOME}
doins -r opt/spotify/spotify-client/*
fperms +x ${SPOTIFY_HOME}/spotify
fperms +x ${SPOTIFY_HOME}/Data/SpotifyHelper
dodir /usr/bin
cat <<-EOF >"${D}"/usr/bin/spotify
#! /bin/sh
LD_PRELOAD="\${LD_PRELOAD} ${SPOTIFY_HOME}/libcef.so"
export LD_PRELOAD
exec ${SPOTIFY_HOME}/spotify "\$@"
EOF
fperms +x /usr/bin/spotify
# revdep-rebuild produces a false positive because of symbol versioning
dodir /etc/revdep-rebuild
cat <<-EOF >"${D}"/etc/revdep-rebuild/10${PN}
SEARCH_DIRS_MASK="${SPOTIFY_HOME}"
EOF
for size in 16 22 24 32 48 64 128 256; do
newicon -s ${size} "${S}${SPOTIFY_HOME}/Icons/spotify-linux-${size}.png" \
"spotify-client.png"
done
domenu "${S}${SPOTIFY_HOME}/spotify.desktop"
if use pax_kernel; then
#create the headers, reset them to default, then paxmark -m them
pax-mark C "${ED}"/opt/${PN}/spotify-client/${PN} || die
pax-mark C "${ED}"/opt/${PN}/spotify-client/Data/SpotifyHelper || die
pax-mark z "${ED}"/opt/${PN}/spotify-client/${PN} || die
pax-mark z "${ED}"/opt/${PN}/spotify-client/Data/SpotifyHelper || die
pax-mark m "${ED}"/opt/${PN}/spotify-client/${PN} || die
pax-mark m "${ED}"/opt/${PN}/spotify-client/Data/SpotifyHelper || die
eqawarn "You have set USE=pax_kernel meaning that you intendto run"
eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
eqawarn "you suspect that ${PN} is being broken by this modification,"
eqawarn "please open a bug."
fi
#hack to fix the nspr linking in spotify
dosym /usr/lib/libnspr4.so /opt/spotify/spotify-client/libnspr4.so.9
dosym /usr/lib/libplc4.so /opt/spotify/spotify-client/libplc4.so.9
sed -i 's/libcef\.so/libcef\.so\ \/opt\/spotify\/spotify\-client\/libnspr4\.so\.9\ \/opt\/spotify\/spotify\-client\/libplc4\.so\.9/g' "${ED}/usr/bin/spotify"
#TODO maybe this symlink is not needed and could be fixed with previous sed
dosym /opt/${PN}/spotify-client/Data/libcef.so /opt/${PN}/spotify-client/
#TODO fix for x86
dosym /usr/lib/libudev.so /opt/${PN}/spotify-client/Data/libudev.so.0
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
ewarn "To remove the cache:"
ewarn "rm -rf ~/.cache/spotify"
ewarn
ewarn "you need to use the ld.bfd linker with openssl"
}
pkg_postrm() {
gnome2_icon_cache_update
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
}

@ -1 +1 @@
Wed, 15 Jan 2014 17:37:01 +0000
Thu, 16 Jan 2014 05:07:03 +0000

@ -1 +1 @@
Wed, 15 Jan 2014 17:37:01 +0000
Thu, 16 Jan 2014 05:07:03 +0000

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack
DEPEND=test? ( ruby_targets_ruby19? ( dev-ruby/hiera[ruby_targets_ruby19] >=dev-ruby/facter-1.6.2[ruby_targets_ruby19] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby19] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby19] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby19] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby19] ) sqlite3? ( dev-ruby/sqlite3[ruby_targets_ruby19] ) virtual/ruby-ssl[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] ) emacs? ( virtual/emacs ) xemacs? ( app-editors/xemacs ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 )
DESCRIPTION=A system automation and configuration management software
EAPI=5
HOMEPAGE=http://puppetlabs.com/
IUSE=augeas diff doc emacs ldap minimal rrdtool selinux shadow sqlite3 vim-syntax xemacs test elibc_FreeBSD ruby_targets_ruby19
KEYWORDS=~amd64 ~hppa ~ppc ~sparc ~x86
LICENSE=Apache-2.0 GPL-2
RDEPEND=ruby_targets_ruby19? ( dev-ruby/hiera[ruby_targets_ruby19] >=dev-ruby/facter-1.6.2[ruby_targets_ruby19] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby19] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby19] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby19] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby19] ) sqlite3? ( dev-ruby/sqlite3[ruby_targets_ruby19] ) virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] ) rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] sec-policy/selinux-puppet ) vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) >=app-portage/eix-0.18.0 ruby_targets_ruby19? ( dev-lang/ruby:1.9 )
REQUIRED_USE=|| ( ruby_targets_ruby19 )
SLOT=0
SRC_URI=http://www.puppetlabs.com/downloads/puppet/puppet-3.4.2.tar.gz
_eclasses_=elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f xemacs-elisp-common 81f5b5356f3397c277e83736c42256b5
_md5_=395c18e8bcd95aa83d7be285019ca3b7

@ -10,4 +10,4 @@ RDEPEND=abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224 !app-emu
SLOT=0
SRC_URI=http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build bda08c532d1c9ab7f91f9fb9ae36d5e4 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=a2e309d4b273d372ae6a4c7c360f363f
_md5_=f1e5473618c6e4da2c8e78167e999bc5

@ -4,8 +4,8 @@ DESCRIPTION=Gentoo Package Manager Specification
EAPI=5
HOMEPAGE=http://wiki.gentoo.org/wiki/Project:PMS
IUSE=binary html
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 ~x86-netbsd ~ppc-openbsd ~x64-openbsd ~x86-openbsd ~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
LICENSE=CC-BY-SA-3.0
SLOT=0
SRC_URI=!binary? ( http://dev.gentoo.org/~ulm/distfiles/pms-5.tar.xz ) binary? ( http://dev.gentoo.org/~ulm/distfiles/pms-5-prebuilt.tar.xz )
_md5_=2002df615af33fb976d8db81ee6603c4
_md5_=44490951ef1553539e33062dced58c2f

@ -3,10 +3,10 @@ DEPEND=>=virtual/emacs-21
DESCRIPTION=Emacs mode for OCaml
EAPI=5
HOMEPAGE=http://www.ocaml.org/
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux
LICENSE=GPL-2+
RDEPEND=>=virtual/emacs-21
SLOT=0
SRC_URI=http://caml.inria.fr/distrib/ocaml-4.00/ocaml-4.00.1.tar.bz2
_eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=13b61e962ec957d3b450fccd078e06e2
_md5_=229d2e5ee3dfb9235ed7b46fea87b254

@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libxml2-2.6.12 >=dev-libs/libxslt-1.1.8 dev-util/itstool gnome
DESCRIPTION=Collection of tools for building and converting documentation
EAPI=5
HOMEPAGE=http://www.gnome.org/
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~arm-linux ~x86-linux
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux
LICENSE=|| ( GPL-2+ freedist ) GPL-2+
RDEPEND=>=dev-libs/libxml2-2.6.12 >=dev-libs/libxslt-1.1.8 dev-util/itstool gnome-extra/yelp-xsl virtual/awk
SLOT=0
SRC_URI=mirror://gnome/sources/yelp-tools/3.10/yelp-tools-3.10.0.tar.xz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=2ae8c0e4e3661a51869850f4f8cfc24f
_md5_=cb81a7d3d11e083a49b7000014e5051b

@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libxml2-2.6.12 >=dev-libs/libxslt-1.1.8 dev-util/itstool gnome
DESCRIPTION=Collection of tools for building and converting documentation
EAPI=5
HOMEPAGE=http://www.gnome.org/
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~arm-linux ~x86-linux
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux
LICENSE=|| ( GPL-2+ freedist ) GPL-2+
RDEPEND=>=dev-libs/libxml2-2.6.12 >=dev-libs/libxslt-1.1.8 dev-util/itstool gnome-extra/yelp-xsl virtual/awk
SLOT=0
SRC_URI=mirror://gnome/sources/yelp-tools/3.6/yelp-tools-3.6.1.tar.xz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=769f0aeed1dfd47423e89a75eebb8dd5
_md5_=0656d1585a05ea1760fc920570be1d07

@ -4,11 +4,11 @@ DESCRIPTION=Fast modern type-inferring functional programming language descended
EAPI=5
HOMEPAGE=http://www.ocaml.org/
IUSE=emacs latex ncurses +ocamlopt tk X xemacs
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux
LICENSE=QPL-1.0 LGPL-2
PDEPEND=emacs? ( app-emacs/ocaml-mode ) xemacs? ( app-xemacs/ocaml )
RDEPEND=tk? ( >=dev-lang/tk-3.3.3 ) ncurses? ( sys-libs/ncurses ) X? ( x11-libs/libX11 x11-proto/xproto )
SLOT=0/4.01.0
SRC_URI=ftp://ftp.inria.fr/INRIA/Projects/cristal/ocaml/ocaml-4.01/ocaml-4.01.0.tar.bz2 mirror://gentoo/ocaml-patches-6.tar.bz2
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 62e05953761097ae84a70d6c7a3e2c9c multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=d4adddf4e915f8d1914df28b1131ea71
_md5_=99db4c02a31fc26adc03d9fb113aedda

@ -4,10 +4,10 @@ DESCRIPTION=Ocaml bindings for the cairo vector graphics library
EAPI=5
HOMEPAGE=http://www.cairographics.org/cairo-ocaml/
IUSE=doc examples gtk pango svg
KEYWORDS=~amd64 ~ppc ~x86
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
LICENSE=LGPL-2.1
RDEPEND=dev-lang/ocaml:= x11-libs/cairo gtk? ( dev-ml/lablgtk:2= ) pango? ( x11-libs/pango ) svg? ( x11-libs/libsvg-cairo )
SLOT=0/1.2.0
SRC_URI=http://cgit.freedesktop.org/cairo-ocaml/snapshot/cairo-ocaml-1.2.0.tar.bz2
_eclasses_=autotools d76ee21296238133bd2df8dea7f33a05 eutils 40081e8c7e7f7c4f9db349a1d6d52925 findlib 9cf6020ee5481f39f1aa566a323f9868 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=b38288ebbea802ee08594d4a85642d47
_md5_=d1c3a082a93e4b2eb81c6a79c754c015

@ -3,10 +3,10 @@ DEPEND=>=dev-lang/ocaml-3.10.2:=[ocamlopt]
DESCRIPTION=CamlIDL is a stub code generator for using C/C++ libraries from O'Caml
EAPI=5
HOMEPAGE=http://caml.inria.fr/camlidl/
KEYWORDS=~amd64 ~ppc ~x86
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
LICENSE=QPL-1.0 LGPL-2
RDEPEND=>=dev-lang/ocaml-3.10.2:=[ocamlopt]
SLOT=0/1.05
SRC_URI=http://caml.inria.fr/distrib/bazar-ocaml/camlidl-1.05.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=862f31fa1cc935591127b202f7ab683d
_md5_=dd9971bd3840ac81ed420c6ffe11572c

@ -4,10 +4,10 @@ DESCRIPTION=Objective CAML interface for OpenGL
EAPI=5
HOMEPAGE=http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html
IUSE=doc glut +ocamlopt tk
KEYWORDS=~alpha amd64 hppa ia64 ppc ~sparc x86 ~x86-fbsd
KEYWORDS=~alpha amd64 hppa ia64 ppc ~sparc x86 ~amd64-linux ~x86-fbsd ~x86-linux
LICENSE=BSD
RDEPEND=>=dev-lang/ocaml-3.10.2:=[tk?,ocamlopt?] x11-libs/libXext x11-libs/libXmu x11-libs/libX11 virtual/opengl virtual/glu glut? ( media-libs/freeglut ) tk? ( >=dev-lang/tcl-8.3 >=dev-lang/tk-8.3 )
SLOT=0/1.05
SRC_URI=http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-1.05.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=6079328eebb0bed137427cc581e4f66d
_md5_=b2d16ec5715bb8066758e891d0afb988

@ -4,10 +4,10 @@ DESCRIPTION=Objective CAML interface for Gtk+2
EAPI=5
HOMEPAGE=http://lablgtk.forge.ocamlcore.org/
IUSE=debug examples glade gnome gnomecanvas sourceview +ocamlopt opengl spell svg
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-linux
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-fbsd ~x86-linux
LICENSE=LGPL-2.1-with-linking-exception examples? ( lablgtk-examples )
RDEPEND=>=x11-libs/gtk+-2.10:2 >=dev-lang/ocaml-3.10:=[ocamlopt?] svg? ( >=gnome-base/librsvg-2.2:2 ) glade? ( >=gnome-base/libglade-2.0.1 ) gnomecanvas? ( >=gnome-base/libgnomecanvas-2.2 ) gnome? ( || ( >=gnome-base/gnome-panel-2.32[bonobo] <gnome-base/gnome-panel-2.32 ) >=gnome-base/gnome-panel-2.4.0 >=gnome-base/libgnomeui-2.4.0 ) opengl? ( >=dev-ml/lablgl-0.98:= >=x11-libs/gtkglarea-1.9:2 ) spell? ( app-text/gtkspell:2 ) sourceview? ( x11-libs/gtksourceview:2.0 )
SLOT=2/2.18.0
SRC_URI=https://forge.ocamlcore.org/frs/download.php/1261/lablgtk-2.18.0.tar.gz
_eclasses_=findlib 9cf6020ee5481f39f1aa566a323f9868 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=f337b1ec9c566b7652e6b4f7f192b400
_md5_=9d8e7a30293a5e0adaecd097273cc484

@ -1,14 +1,14 @@
DEFINED_PHASES=compile configure install postinst prepare prerm setup test unpack
DEPEND=sys-libs/ncurses app-arch/sharutils dev-perl/Astro-FITS-Header dev-perl/File-Map dev-perl/Inline dev-perl/OpenGL dev-perl/TermReadKey || ( dev-perl/Term-ReadLine-Perl dev-perl/Term-ReadLine-Gnu ) virtual/perl-Data-Dumper virtual/perl-PodParser virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-Filter virtual/perl-Storable virtual/perl-Text-Balanced fftw? ( sci-libs/fftw:2.1 ) gd? ( media-libs/gd ) gsl? ( sci-libs/gsl ) hdf? ( sci-libs/hdf ) netpbm? ( media-libs/netpbm virtual/ffmpeg ) pdl2? ( dev-perl/Devel-REPL ) proj? ( <sci-libs/proj-4.8 ) pgplot? ( dev-perl/PGPLOT ) plplot? ( sci-libs/plplot ) fortran? ( >=dev-perl/ExtUtils-F77-1.13 ) || ( >=dev-lang/perl-5.16 <dev-lang/perl-5.16[-build] ) fortran? ( virtual/fortran )
DEPEND=sys-libs/ncurses app-arch/sharutils dev-perl/Astro-FITS-Header dev-perl/File-Map dev-perl/Inline dev-perl/OpenGL dev-perl/TermReadKey || ( dev-perl/Term-ReadLine-Perl dev-perl/Term-ReadLine-Gnu ) virtual/perl-Data-Dumper virtual/perl-PodParser virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-Filter virtual/perl-Storable virtual/perl-Text-Balanced fftw? ( sci-libs/fftw:2.1 ) gd? ( media-libs/gd ) gsl? ( sci-libs/gsl ) hdf? ( sci-libs/hdf ) netpbm? ( media-libs/netpbm virtual/ffmpeg ) pdl2? ( dev-perl/Devel-REPL ) pgplot? ( dev-perl/PGPLOT ) plplot? ( sci-libs/plplot ) fortran? ( >=dev-perl/ExtUtils-F77-1.13 ) || ( >=dev-lang/perl-5.16 <dev-lang/perl-5.16[-build] ) fortran? ( virtual/fortran )
DESCRIPTION=Perl Data Language for scientific computing
EAPI=4
HOMEPAGE=http://pdl.perl.org/
IUSE=+badval doc fftw fortran gd gsl hdf netpbm pdl2 proj pgplot plplot threads
IUSE=+badval doc fftw fortran gd gsl hdf netpbm pdl2 pgplot plplot threads
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
LICENSE=|| ( Artistic GPL-1+ ) public-domain PerlDL
RDEPEND=sys-libs/ncurses app-arch/sharutils dev-perl/Astro-FITS-Header dev-perl/File-Map dev-perl/Inline dev-perl/OpenGL dev-perl/TermReadKey || ( dev-perl/Term-ReadLine-Perl dev-perl/Term-ReadLine-Gnu ) virtual/perl-Data-Dumper virtual/perl-PodParser virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-Filter virtual/perl-Storable virtual/perl-Text-Balanced fftw? ( sci-libs/fftw:2.1 ) gd? ( media-libs/gd ) gsl? ( sci-libs/gsl ) hdf? ( sci-libs/hdf ) netpbm? ( media-libs/netpbm virtual/ffmpeg ) pdl2? ( dev-perl/Devel-REPL ) proj? ( <sci-libs/proj-4.8 ) pgplot? ( dev-perl/PGPLOT ) plplot? ( sci-libs/plplot ) || ( >=dev-lang/perl-5.16 <dev-lang/perl-5.16[-build] ) fortran? ( virtual/fortran )
RDEPEND=sys-libs/ncurses app-arch/sharutils dev-perl/Astro-FITS-Header dev-perl/File-Map dev-perl/Inline dev-perl/OpenGL dev-perl/TermReadKey || ( dev-perl/Term-ReadLine-Perl dev-perl/Term-ReadLine-Gnu ) virtual/perl-Data-Dumper virtual/perl-PodParser virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-Filter virtual/perl-Storable virtual/perl-Text-Balanced fftw? ( sci-libs/fftw:2.1 ) gd? ( media-libs/gd ) gsl? ( sci-libs/gsl ) hdf? ( sci-libs/hdf ) netpbm? ( media-libs/netpbm virtual/ffmpeg ) pdl2? ( dev-perl/Devel-REPL ) pgplot? ( dev-perl/PGPLOT ) plplot? ( sci-libs/plplot ) || ( >=dev-lang/perl-5.16 <dev-lang/perl-5.16[-build] ) fortran? ( virtual/fortran )
REQUIRED_USE=plplot? ( badval )
SLOT=0
SRC_URI=mirror://cpan/authors/id/C/CH/CHM/PDL-2.4.11.tar.gz
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fortran-2 db8710b355fc5598015c4bc3aad3bdb0 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=5207f6a306a0028833dfa61447fe30af
_md5_=202f576ec959bebfad110fe17a6fe22a

@ -1,12 +0,0 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=virtual/perl-Storable-1.0.7 >=dev-perl/Net-Daemon-0.34 || ( >=dev-lang/perl-5.16 <dev-lang/perl-5.16[-build] )
DESCRIPTION=The Perl RPC Module
EAPI=3
HOMEPAGE=http://search.cpan.org/dist/PlRPC/
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
RDEPEND=>=virtual/perl-Storable-1.0.7 >=dev-perl/Net-Daemon-0.34 || ( >=dev-lang/perl-5.16 <dev-lang/perl-5.16[-build] )
SLOT=0
SRC_URI=mirror://cpan/authors/id/M/MN/MNOONING/PlRPC/PlRPC-0.2020.tar.gz
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=afa5fbfaab3faf73ea5858afc1452e15

@ -3,10 +3,10 @@ DEPEND=>=virtual/perl-Storable-1.0.7 >=dev-perl/Net-Daemon-0.34 dev-lang/perl:=[
DESCRIPTION=The Perl RPC Module
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/PlRPC/
KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
RDEPEND=>=virtual/perl-Storable-1.0.7 >=dev-perl/Net-Daemon-0.34 dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/M/MN/MNOONING/PlRPC/PlRPC-0.2020.tar.gz
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module 1d50a6ea2d8d319e3205b005b3ed0dfa toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=bc13fa3ec354b487c911420eb3c502d7
_md5_=a62d40930bc0411c7eec08a2cdfc3e42

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=dev-libs/atk test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby Atk bindings
EAPI=4
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=Ruby
RDEPEND=dev-libs/atk ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=a3ef43192aa2a737cb6a4a4d60930e7b

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=test? ( ruby_targets_ruby19? ( dev-ruby/rcairo[ruby_targets_ruby19] >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/rcairo[ruby_targets_ruby20] >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby cairo-gobject bindings
EAPI=5
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64
LICENSE=Ruby
RDEPEND=x11-libs/cairo ruby_targets_ruby19? ( dev-ruby/rcairo[ruby_targets_ruby19] >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/rcairo[ruby_targets_ruby20] >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=48b74d05753e05e50e4784aa1dc78b4a

@ -0,0 +1,15 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=media-libs/clutter ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-cairo-gobject-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-gobject-introspection-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-cairo-gobject-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-gobject-introspection-2.1.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby Clutter bindings
EAPI=5
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64
LICENSE=Ruby
RDEPEND=media-libs/clutter ruby_targets_ruby19? ( >=dev-ruby/ruby-cairo-gobject-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-gobject-introspection-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-cairo-gobject-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-gobject-introspection-2.1.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
RESTRICT=test
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=41b7a400a7aca599f32fc4b751c9700b

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=media-libs/clutter-gst test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-clutter-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-gstreamer-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-clutter-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-gstreamer-2.1.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby Clutter bindings
EAPI=5
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64
LICENSE=Ruby
RDEPEND=media-libs/clutter-gst ruby_targets_ruby19? ( >=dev-ruby/ruby-clutter-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-gstreamer-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-clutter-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-gstreamer-2.1.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=6444f6554ead4b94fda1f8b12167d5e0

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=media-libs/clutter-gtk ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-clutter-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-gtk3-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-clutter-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-gtk3-2.1.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby Clutter bindings
EAPI=4
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64
LICENSE=Ruby
RDEPEND=media-libs/clutter-gtk ruby_targets_ruby19? ( >=dev-ruby/ruby-clutter-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-gtk3-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-clutter-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-gtk3-2.1.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=621d46a83d2d0d6e9da364e95304add7

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=x11-libs/gtk+:3 ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-gdkpixbuf2-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-atk-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-pango-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-gdkpixbuf2-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-atk-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-pango-2.1.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby GDK-3.x bindings
EAPI=5
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64
LICENSE=Ruby
RDEPEND=x11-libs/gtk+:3 ruby_targets_ruby19? ( >=dev-ruby/ruby-gdkpixbuf2-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-atk-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-pango-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-gdkpixbuf2-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-atk-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-pango-2.1.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=f0fcbf9dd2271795c50ef846f1833b6d

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby GdkPixbuf2 bindings
EAPI=5
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=Ruby
RDEPEND=x11-libs/gtk+:2 ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=5a95df0b12e580b048b104d5320a1c39

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby binding of GooCanvas
EAPI=5
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=Ruby
RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=f379b1909fd8f6c68854b541dc35dbc0

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=>=dev-libs/glib-2 ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby Glib2 bindings
EAPI=5
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
LICENSE=Ruby
RDEPEND=>=dev-libs/glib-2 ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=df15042cad3b5f78c15870c4cfbb0313

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=dev-libs/gobject-introspection test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby GObjectIntrosprction bindings
EAPI=4
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64
LICENSE=Ruby
RDEPEND=dev-libs/gobject-introspection ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=8d091b8c36042b77180c6b139b822dc9

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=x11-libs/goocanvas:2.0 ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] dev-ruby/rcairo[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] dev-ruby/rcairo[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-gtk2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-gtk2-2.1.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby binding of GooCanvas
EAPI=5
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=Ruby
RDEPEND=x11-libs/goocanvas:2.0 ruby_targets_ruby19? ( >=dev-ruby/ruby-gtk2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-gtk2-2.1.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=8b9bd567f0aafab79d4ee5f8ea0b9e3f

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby GStreamer bindings
EAPI=5
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=Ruby
RDEPEND=media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=639ea084fdb7a596fdfa6028158127b6

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=x11-libs/gtk+:2 x11-themes/hicolor-icon-theme ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-pango-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-pango-2.1.0[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-gdkpixbuf2-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-atk-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-pango-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-gdkpixbuf2-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-atk-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-pango-2.1.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby Gtk2 bindings
EAPI=5
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=Ruby
RDEPEND=x11-libs/gtk+:2 ruby_targets_ruby19? ( >=dev-ruby/ruby-gdkpixbuf2-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-atk-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-pango-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-gdkpixbuf2-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-atk-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-pango-2.1.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=08ff00bc3130af56e3be01711e2bc8b3

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=x11-libs/gtk+:3 ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-pango-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-pango-2.1.0[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-gdkpixbuf2-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-atk-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-gdk3-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-gio2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-gdkpixbuf2-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-atk-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-gdk3-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-gio2-2.1.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby Gtk3 bindings
EAPI=5
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64
LICENSE=Ruby
RDEPEND=x11-libs/gtk+:3 ruby_targets_ruby19? ( >=dev-ruby/ruby-gdkpixbuf2-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-atk-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-gdk3-2.1.0[ruby_targets_ruby19] >=dev-ruby/ruby-gio2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-gdkpixbuf2-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-atk-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-gdk3-2.1.0[ruby_targets_ruby20] >=dev-ruby/ruby-gio2-2.1.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=d0f279d9837aa11ee1f006906572ca4a

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=x11-libs/gtksourceview:2.0 test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-gtk2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-gtk2-2.1.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby bindings for gtksourceview
EAPI=5
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=Ruby
RDEPEND=x11-libs/gtksourceview:2.0 ruby_targets_ruby19? ( >=dev-ruby/ruby-gtk2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-gtk2-2.1.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=ef7dd2157f03daa952718925d7686ae6

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=>=x11-libs/pango-1.2.1 >=dev-ruby/rcairo-1.2.0 test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/pkg-config[ruby_targets_ruby20] )
DESCRIPTION=Ruby Pango bindings
EAPI=5
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=Ruby
RDEPEND=>=x11-libs/pango-1.2.1 >=dev-ruby/rcairo-1.2.0 ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ruby-glib2-2.1.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-2.1.0.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=0ffeffa41b17d05145fe0a5c9bd09758

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
DEPEND=ruby_targets_ruby18? ( test? ( dev-ruby/webmock[ruby_targets_ruby18] dev-util/cucumber[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/webmock[ruby_targets_ruby19] dev-util/cucumber[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) )
DESCRIPTION=command-line wrapper for git that makes you better at GitHub
EAPI=5
HOMEPAGE=https://github.com/github/hub
IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-vcs/git ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] )
REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 )
SLOT=0
SRC_URI=https://github.com/github/hub/archive/v1.11.1.tar.gz -> hub-1.11.1.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 85bc32bc2513ec4970ac4783df4846a7 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c versionator a8a3963967d6140be9a14b08bb8f047f
_md5_=ff987c8f6316b8dc8275977b399938ef

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=media-libs/alsa-lib[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=media-plugins/caps-plugins-0.9.11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r3 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 )
DESCRIPTION=a real-time adjustable equalizer plugin for ALSA
EAPI=5
HOMEPAGE=http://www.thedigitalmachine.net/alsaequal.html
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1
RDEPEND=media-libs/alsa-lib[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=media-plugins/caps-plugins-0.9.11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r3 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )
SLOT=0
SRC_URI=http://www.thedigitalmachine.net/tools/alsaequal-0.6.tar.bz2
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build bda08c532d1c9ab7f91f9fb9ae36d5e4 multilib-minimal a481090a413ba6970bd9643494ef982f multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=a83d68cfa4fd53066c8c227388babd24

@ -0,0 +1,14 @@
DEFINED_PHASES=install postinst postrm preinst prepare unpack
DEPEND=>=sys-apps/sed-4
DESCRIPTION=Spotify is a social music platform
EAPI=5
HOMEPAGE=https://www.spotify.com/ch-de/download/previews/
IUSE=gnome pax_kernel pulseaudio
KEYWORDS=~amd64 ~x86
LICENSE=Spotify
RDEPEND=x11-libs/libxcb x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libXext x11-libs/libXinerama x11-libs/libXdmcp x11-libs/libXScrnSaver x11-libs/libXrandr x11-libs/libXrender dev-qt/qtcore:4[qt3support] dev-qt/qtdbus:4 dev-qt/qtgui:4[qt3support] dev-qt/qtwebkit:4 x11-misc/xdg-utils media-libs/alsa-lib media-libs/fontconfig media-libs/freetype dev-libs/openssl:0 dev-libs/glib:2 dev-libs/libgcrypt:0/11 media-libs/libpng:1.2 dev-db/sqlite:3 sys-libs/zlib app-arch/bzip2 sys-apps/dbus sys-apps/util-linux dev-libs/expat >=dev-libs/nspr-4.9 gnome-base/gconf:2 x11-libs/gtk+:2 dev-libs/nss dev-libs/glib:2 net-print/cups virtual/udev pulseaudio? ( >=media-sound/pulseaudio-0.9.21 ) gnome? ( gnome-extra/gnome-integration-spotify )
RESTRICT=mirror strip
SLOT=0
SRC_URI=x86? ( http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.4.183.g644e24e.428-1_i386.deb ) amd64? ( http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.4.183.g644e24e.428-1_amd64.deb )
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 93bf619f7442bc6320ec155d9d24031c unpacker 04385b0f181c42fa9c18ec0e31729d1f
_md5_=948a5c24ac211bb78dbe4159d8eb585a

@ -0,0 +1,13 @@
DEFINED_PHASES=configure install postinst setup
DEPEND=dev-libs/libdaemon selinux? ( sec-policy/selinux-radvd ) sys-devel/bison sys-devel/flex virtual/pkgconfig virtual/pkgconfig
DESCRIPTION=Linux IPv6 Router Advertisement Daemon
EAPI=4
HOMEPAGE=http://v6web.litech.org/radvd/
IUSE=kernel_FreeBSD selinux
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd
LICENSE=BSD
RDEPEND=dev-libs/libdaemon selinux? ( sec-policy/selinux-radvd )
SLOT=0
SRC_URI=http://v6web.litech.org/radvd/dist/radvd-1.9.8.tar.gz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 multilib 892e597faee02a5b94eb02ab512e7622 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 93bf619f7442bc6320ec155d9d24031c user d0a4d0735a6c0183d707ca919bd72f28
_md5_=bd251b851cf3fd4d458237ee413c4ccb

@ -0,0 +1,13 @@
DEFINED_PHASES=configure install postinst postrm prepare setup
DEPEND=ssl? ( dev-libs/openssl ) X? ( x11-libs/libX11 x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ncurses? ( sys-libs/ncurses sys-libs/readline ) tcl? ( dev-lang/tcl ) X? ( x11-misc/xbitmaps x11-proto/xproto app-text/rman x11-apps/mkfontdir x11-apps/bdftopcf ) X? ( x11-apps/mkfontdir media-fonts/encodings )
DESCRIPTION=Complete 3270 access package
EAPI=4
HOMEPAGE=http://x3270.bgp.nu/
IUSE=cjk doc ncurses ssl tcl X X
KEYWORDS=~amd64 ~ppc ~s390 ~sparc ~x86
LICENSE=GPL-2
RDEPEND=ssl? ( dev-libs/openssl ) X? ( x11-libs/libX11 x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ncurses? ( sys-libs/ncurses sys-libs/readline ) tcl? ( dev-lang/tcl )
SLOT=0
SRC_URI=mirror://sourceforge/x3270/suite3270-3.3.13ga7-src.tgz
_eclasses_=eutils 40081e8c7e7f7c4f9db349a1d6d52925 font 37271e0911f39dd15a28adcaf94f6956 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=1cc1b7fe6a5536cd6f0ab3e222a1a72b

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=sparse? ( sci-libs/colpack ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=Automatic differentiation system for C/C++
EAPI=5
HOMEPAGE=https://projects.coin-or.org/ADOL-C/
IUSE=sparse static-libs
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=|| ( EPL-1.0 GPL-2 )
RDEPEND=sparse? ( sci-libs/colpack )
SLOT=0
SRC_URI=http://www.coin-or.org/download/source/ADOL-C/ADOL-C-2.4.0.tgz
_eclasses_=autotools d76ee21296238133bd2df8dea7f33a05 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=51fbff0f6737d4e9dd30d2c8808fc704

@ -7,7 +7,7 @@ IUSE=sparse static-libs
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=|| ( EPL-1.0 GPL-2 )
RDEPEND=sparse? ( sci-libs/colpack )
SLOT=0
SLOT=0/1
SRC_URI=http://www.coin-or.org/download/source/ADOL-C/ADOL-C-2.4.1.tgz
_eclasses_=autotools d76ee21296238133bd2df8dea7f33a05 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=80bbd567830e836310d165053732bd1b
_md5_=03ba04a3ebc7bfd876bee8531a7603d6

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=sci-libs/metis virtual/blas virtual/pkgconfig virtual/fortran
DESCRIPTION=HSL mathematical software library for IPOPT
EAPI=5
HOMEPAGE=http://www.hsl.rl.ac.uk/ipopt
IUSE=static-libs
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=HSL
RDEPEND=sci-libs/metis virtual/blas virtual/fortran
RESTRICT=mirror fetch
SLOT=0
SRC_URI=coinhsl-2014.01.10.tar.gz
_eclasses_=autotools d76ee21296238133bd2df8dea7f33a05 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 fortran-2 db8710b355fc5598015c4bc3aad3bdb0 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=30bfef15d36eda2f6abc22b608dc4c98

@ -5,9 +5,9 @@ EAPI=5
HOMEPAGE=https://projects.coin-or.org/CHiPPS/
IUSE=doc examples static-libs test
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=EPL-1.0
LICENSE=CPL-1.0
RDEPEND=sci-libs/coinor-utils:= sci-libs/coinor-clp:=
SLOT=0/3
SRC_URI=http://www.coin-or.org/download/source/Alps/Alps-1.4.8.tgz
_eclasses_=autotools d76ee21296238133bd2df8dea7f33a05 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=1ec6eb90d44e9446ffcc1dbfb28352f0
_md5_=793f2ee0a1c4aebaf4b5e02565fb4f5b

@ -5,9 +5,9 @@ EAPI=5
HOMEPAGE=https://projects.coin-or.org/Bcp/
IUSE=doc examples static-libs test
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=EPL-1.0
LICENSE=CPL-1.0
RDEPEND=sci-libs/coinor-cgl:= sci-libs/coinor-clp:= sci-libs/coinor-vol:=
SLOT=0/1
SRC_URI=http://www.coin-or.org/download/source/Bcp/Bcp-1.3.8.tgz
_eclasses_=autotools d76ee21296238133bd2df8dea7f33a05 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=970483e73214c3611df7ccf4775e66ba
_md5_=df769f0652f349c82f1f7dd2ce54cca8

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=sci-libs/coinor-utils:= sci-libs/coinor-clp:= sci-libs/coinor-alps:= virtual/pkgconfig doc? ( app-doc/doxygen[dot] ) test? ( sci-libs/coinor-sample )
DEPEND=sci-libs/coinor-utils:= sci-libs/coinor-clp:= sci-libs/coinor-alps:= virtual/pkgconfig test? ( sci-libs/coinor-sample )
DESCRIPTION=COIN-OR BiCEPS data handling library
EAPI=5
HOMEPAGE=https://projects.coin-or.org/CHiPPS/
IUSE=doc examples static-libs test
IUSE=examples static-libs test
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=EPL-1.0
LICENSE=CPL-1.0
RDEPEND=sci-libs/coinor-utils:= sci-libs/coinor-clp:= sci-libs/coinor-alps:=
SLOT=0/1
SRC_URI=http://www.coin-or.org/download/source/Bcps/Bcps-0.93.9.tgz
_eclasses_=autotools d76ee21296238133bd2df8dea7f33a05 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=22623a4781f63b13eab9ed05a47d03d7
_md5_=4eeabfae0f05385c2cd8696988ca9c3b

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=sci-libs/coinor-utils:= sci-libs/coinor-bcps:= sci-libs/coinor-clp:= sci-libs/coinor-alps:= virtual/pkgconfig doc? ( app-doc/doxygen[dot] ) test? ( sci-libs/coinor-sample )
DEPEND=sci-libs/coinor-utils:= sci-libs/coinor-bcps:= sci-libs/coinor-clp:= sci-libs/coinor-alps:= virtual/pkgconfig test? ( sci-libs/coinor-sample )
DESCRIPTION=COIN-OR BiCePS Linear Integer Solver
EAPI=5
HOMEPAGE=https://projects.coin-or.org/CHiPPS/
IUSE=doc examples static-libs test
IUSE=examples static-libs test
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=EPL-1.0
LICENSE=CPL-1.0
RDEPEND=sci-libs/coinor-utils:= sci-libs/coinor-bcps:= sci-libs/coinor-clp:= sci-libs/coinor-alps:=
SLOT=0/1
SRC_URI=http://www.coin-or.org/download/source/Blis/Blis-0.93.9.tgz
_eclasses_=autotools d76ee21296238133bd2df8dea7f33a05 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=41b29786e2c83e979c352e26fdb86eda
_md5_=505e051347e8de080a0ea719c88933cf

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=sci-libs/coinor-cbc:= sci-libs/coinor-clp:= sci-libs/ipopt:= virtual/pkgconfig doc? ( virtual/latex-base ) test? ( sci-libs/coinor-sample )
DESCRIPTION=COIN-OR Basic Open-source Nonlinear Mixed INteger programming
EAPI=5
HOMEPAGE=https://projects.coin-or.org/Bonmin/
IUSE=doc examples glpk static-libs test
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=CPL-1.0
RDEPEND=sci-libs/coinor-cbc:= sci-libs/coinor-clp:= sci-libs/ipopt:=
SLOT=0/4
SRC_URI=http://www.coin-or.org/download/source/Bonmin/Bonmin-1.7.4.tgz
_eclasses_=autotools d76ee21296238133bd2df8dea7f33a05 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=577907b4fa6ca3f02223c6b2fa7aed6f

@ -10,4 +10,4 @@ RDEPEND=sci-libs/coinor-clp:= sci-libs/coinor-cgl:= sci-libs/coinor-dylp:= sci-l
SLOT=0/3
SRC_URI=http://www.coin-or.org/download/source/Cbc/Cbc-2.8.8.tgz
_eclasses_=autotools d76ee21296238133bd2df8dea7f33a05 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 flag-o-matic 62e05953761097ae84a70d6c7a3e2c9c libtool b9b3340e3a19510f0d9f05cfccbf209f multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=2b2664a16c29ec881078522ed62b1109
_md5_=eabd313fbd27a41a78eab1e9a64eed39

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=sci-libs/coinor-clp sci-libs/coinor-dylp sci-libs/coinor-osi sci-libs/coinor-utils sci-libs/coinor-vol virtual/pkgconfig doc? ( app-doc/doxygen[dot] ) test? ( sci-libs/coinor-sample )
DEPEND=sci-libs/coinor-clp:= sci-libs/coinor-dylp:= sci-libs/coinor-osi:= sci-libs/coinor-utils:= sci-libs/coinor-vol:= virtual/pkgconfig doc? ( app-doc/doxygen[dot] ) test? ( sci-libs/coinor-sample )
DESCRIPTION=COIN-OR cutting-plane generators library
EAPI=5
HOMEPAGE=https://projects.coin-or.org/Cgl/
IUSE=doc examples static-libs test
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=EPL-1.0
RDEPEND=sci-libs/coinor-clp sci-libs/coinor-dylp sci-libs/coinor-osi sci-libs/coinor-utils sci-libs/coinor-vol
RDEPEND=sci-libs/coinor-clp:= sci-libs/coinor-dylp:= sci-libs/coinor-osi:= sci-libs/coinor-utils:= sci-libs/coinor-vol:=
SLOT=0
SRC_URI=http://www.coin-or.org/download/source/Cgl/Cgl-0.58.5.tgz
_eclasses_=autotools d76ee21296238133bd2df8dea7f33a05 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils 40081e8c7e7f7c4f9db349a1d6d52925 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 93bf619f7442bc6320ec155d9d24031c
_md5_=b40848053e4ae0bce90706d2d53781e3
_md5_=e28c6faf0cae740c7ac5acbbf298a337

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

Loading…
Cancel
Save