Sync with portage [Thu Mar 15 02:17:40 MSK 2012].

mhiretskiy
root 12 years ago
parent acd692c425
commit a0a1ac529b

@ -1,3 +1,2 @@
DIST puppet-2.6.12.gem 1530880 RMD160 283875f708d07e1b8acbf8cbe8fb6e1f1a67b5bf SHA1 75e6978b13a88b3498e3f79f467a19802ec83672 SHA256 d4dbfb48c42e73fd22d1f3605d6794756f7cd0873e57b3ffde00d81e5ccfa732
DIST puppet-2.7.11.gem 1846272 RMD160 2ef1c5276b70acb2ad37dce6d34ee9647ea0c62b SHA1 588e3ee89eaa6babd98dc207a1e0b517be28f59c SHA256 d58c0ad7ee05364d3431fefd2894690eed3364362d759b0b2627c44f71c955d6
DIST puppet-2.7.9.gem 1802240 RMD160 69fac8fbc4a59a11c93e7bcb555f6cede2b81b75 SHA1 c061982ea2d20e26acb1b9e6cb53e153897eab78 SHA256 0828132d6421670f1cf40ed7c1a298f764b3c6f54b1ab081242edbe08c93fa46
DIST puppet-2.7.12.gem 1876480 RMD160 91fad29bfcdf3944aa84cd54347c928d728ccc91 SHA1 ef1afaeec34f921c055826f33b39dc88cbb52c01 SHA256 2c96c6cba32b1b413faee8a0d96b1f33be08aca99d165ea689f06a7dc1a2bc1f

@ -1,165 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-2.6.12.ebuild,v 1.6 2011/11/06 13:21:43 ranger Exp $
EAPI="3"
USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST="test"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG* README*"
inherit elisp-common xemacs-elisp-common eutils ruby-fakegem
DESCRIPTION="A system automation and configuration management software"
HOMEPAGE="http://puppetlabs.com/"
LICENSE="GPL-2"
SLOT="0"
IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite3 vim-syntax xemacs"
KEYWORDS="amd64 hppa ppc sparc x86"
ruby_add_rdepend "
>=dev-ruby/facter-1.5.1
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-ruby )
virtual/ruby-ssl"
# couchdb? ( dev-ruby/couchrest )
# mongrel? ( www-servers/mongrel )
# rack? ( >=dev-ruby/rack-1 )
# rails? (
# dev-ruby/rails
# >=dev-ruby/activerecord-2.1
# )
# stomp? ( dev-ruby/stomp )
DEPEND="${DEPEND}
emacs? ( virtual/emacs )
xemacs? ( app-editors/xemacs )"
RDEPEND="${RDEPEND}
emacs? ( virtual/emacs )
xemacs? ( app-editors/xemacs )
rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
selinux? ( sys-libs/libselinux[ruby] )
>=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() {
all_fakegem_compile
if use emacs ; then
elisp-compile ext/emacs/puppet-mode.el || die "elisp-compile failed"
fi
if use xemacs ; then
# Create a separate version for xemacs to be able to install
# emacs and xemacs in parallel.
mkdir ext/xemacs || die
cp ext/emacs/* ext/xemacs/ || die
xemacs-elisp-compile ext/xemacs/puppet-mode.el || die "xemacs-elisp-compile failed"
fi
}
each_fakegem_install() {
${RUBY} install.rb --destdir="${D}" install || die
}
all_ruby_install() {
all_fakegem_install
newinitd "${FILESDIR}"/puppetmaster.init puppetmaster || die
doconfd conf/gentoo/conf.d/puppetmaster || die
newinitd "${FILESDIR}"/puppet.init puppet || die
doconfd conf/gentoo/conf.d/puppet || die
# Initial configuration files
keepdir /etc/puppet/manifests || die
keepdir /etc/puppet/modules || die
insinto /etc/puppet
# Bug #338439
#doins conf/gentoo/puppet/* || die
doins conf/redhat/*.conf || die
doins conf/auth.conf || die
# Location of log and data files
keepdir /var/run/puppet || die
keepdir /var/log/puppet || die
keepdir /var/lib/puppet/ssl || die
keepdir /var/lib/puppet/facts || die
keepdir /var/lib/puppet/files || die
fowners -R puppet:puppet /var/{run,log,lib}/puppet || die
if use emacs ; then
elisp-install ${PN} ext/emacs/puppet-mode.el* || die "elisp-install failed"
elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
fi
if use xemacs ; then
xemacs-elisp-install ${PN} ext/xemacs/puppet-mode.el* || die "xemacs-elisp-install failed"
xemacs-elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
fi
if use ldap ; then
insinto /etc/openldap/schema; doins ext/ldap/puppet.schema || die
fi
if use vim-syntax ; then
insinto /usr/share/vim/vimfiles/ftdetect; doins ext/vim/ftdetect/puppet.vim || die
insinto /usr/share/vim/vimfiles/ftplugin; doins ext/vim/ftplugin/puppet.vim || die
insinto /usr/share/vim/vimfiles/indent; doins ext/vim/indent/puppet.vim || die
insinto /usr/share/vim/vimfiles/syntax; doins ext/vim/syntax/puppet.vim || die
fi
# ext and examples files
for f in $(find ext examples -type f) ; do
docinto "$(dirname ${f})"; dodoc "${f}" || die
done
docinto conf; dodoc conf/namespaceauth.conf || die
}
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 "Puppet uses eix to get information about currently installed packages,"
elog "so please keep the eix metadata cache updated so puppet is able to properly"
elog "handle package installations."
elog
elog "Currently puppet only supports adding and removing services to the default"
elog "runlevel, if you want to add/remove a service from another runlevel you may"
elog "do so using symlinking."
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
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,16 +1,21 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-2.7.9.ebuild,v 1.1 2011/12/15 16:15:21 matsuu Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-2.7.12.ebuild,v 1.1 2012/03/14 16:33:33 matsuu Exp $
EAPI="4"
# ruby19: dev-ruby/ruby-ldap has no ruby19
USE_RUBY="ruby18"
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST="test"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG* README*"
inherit elisp-common xemacs-elisp-common eutils ruby-fakegem
# bug #406053
inherit elisp-common
EMACS_SITELISP="${SITELISP}"
inherit xemacs-elisp-common
XEMACS_SITELISP="${SITELISP}"
inherit eutils ruby-fakegem
DESCRIPTION="A system automation and configuration management software"
HOMEPAGE="http://puppetlabs.com/"
@ -111,11 +116,13 @@ all_ruby_install() {
fi
if use emacs ; then
SITELISP="${EMACS_SITELISP}"
elisp-install ${PN} ext/emacs/puppet-mode.el*
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
fi
if use xemacs ; then
SITELISP="${XEMACS_SITELISP}"
xemacs-elisp-install ${PN} ext/xemacs/puppet-mode.el*
xemacs-elisp-site-file-install "${FILESDIR}/${SITEFILE}"
fi
@ -163,11 +170,11 @@ pkg_postinst() {
elog
fi
use emacs && elisp-site-regen
use xemacs && xemacs-elisp-site-regen
use emacs && SITELISP="${EMACS_SITELISP}" elisp-site-regen
use xemacs && SITELISP="${XEMACS_SITELISP}" xemacs-elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
use xemacs && xemacs-elisp-site-regen
use emacs && SITELISP="${EMACS_SITELISP}" elisp-site-regen
use xemacs && SITELISP="${XEMACS_SITELISP}" xemacs-elisp-site-regen
}

@ -0,0 +1,22 @@
From 227971acbe41735d2f7f21fd9af94de561e43527 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= <tchvatal@suse.cz>
Date: Thu, 1 Mar 2012 11:58:06 +0100
Subject: [PATCH 1/2] use proper path to share for isotovideo.
---
bin/isotovideo.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/isotovideo.in b/bin/isotovideo.in
index 715327d..b399564 100644
--- a/bin/isotovideo.in
+++ b/bin/isotovideo.in
@@ -1,3 +1,3 @@
#!/usr/bin/env sh
-exec_prefix="@prefix@"
-exec "@libdir@/@PACKAGE@/tools/isotovideo"
+prefix="@prefix@"
+exec "@datarootdir@/@PACKAGE@/tools/isotovideo"
--
1.7.7

@ -0,0 +1,109 @@
From 06e7c7acfdc8f5c4d5fa56042d0a8c91214e10a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= <tchvatal@suse.cz>
Date: Mon, 5 Mar 2012 15:36:00 +0100
Subject: [PATCH 2/2] Use libexecdir and do not depend on runtime deps
Now it matches exactly the spec file behaviour
---
Makefile.am | 14 +++++++-------
bin/isotovideo.in | 4 ++--
configure.ac | 21 ---------------------
3 files changed, 9 insertions(+), 30 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 0f42c27..471f4b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,7 @@ packagestate_DATA_FOLDERS = \
testimgs \
audio
-pkgdata_DATA = \
+pkglibexec_DATA = \
backend_qemu.pm \
backend_vbox.pm \
basenoupdate.pm \
@@ -26,7 +26,7 @@ pkgdata_DATA = \
ppm.pm \
start.pl
-pkdata_FOLDERS = \
+pkglibexec_FOLDERS = \
consoletest.d \
distri \
tools \
@@ -40,7 +40,7 @@ pkdata_FOLDERS = \
bin_SCRIPTS = bin/isotovideo
EXTRA_DIST = autogen.sh bin/isotovideo.in \
- $(doc_DATA) $(pkgdata_DATA) $(packagestate_DATA_FOLDERS) $(pkdata_FOLDERS)
+ $(doc_DATA) $(pkglibexec_DATA) $(packagestate_DATA_FOLDERS) $(pkglibexec_FOLDERS)
CLEANFILES = $(bin_SCRIPTS)
@@ -50,16 +50,16 @@ install-data-local:
cp -r $(top_srcdir)/$$i "$(DESTDIR)/$(packagestatedir)" ; \
done
mkdir -p "$(DESTDIR)/$(pkgdatadir)" ; \
- for i in $(pkdata_FOLDERS) ; do \
- cp -r $(top_srcdir)/$$i "$(DESTDIR)/$(pkgdatadir)" ; \
+ for i in $(pkglibexec_FOLDERS) ; do \
+ cp -r $(top_srcdir)/$$i "$(DESTDIR)/$(pkglibexecdir)" ; \
done
uninstall-local:
for i in $(packagestate_DATA_FOLDERS) ; do \
rm -rf "$(DESTDIR)/$(packagestatedir)/$$i" ; \
done
- for i in $(pkdata_FOLDERS) ; do \
- rm -rf "$(DESTDIR)/$(pkgdatadir)/$$i" ; \
+ for i in $(pkglibexec_FOLDERS) ; do \
+ rm -rf "$(DESTDIR)/$(pkglibexecdir)/$$i" ; \
done
dist-hook:
diff --git a/bin/isotovideo.in b/bin/isotovideo.in
index b399564..20bb945 100644
--- a/bin/isotovideo.in
+++ b/bin/isotovideo.in
@@ -1,3 +1,3 @@
#!/usr/bin/env sh
-prefix="@prefix@"
-exec "@datarootdir@/@PACKAGE@/tools/isotovideo"
+exec_prefix="@prefix@"
+exec "@libexecdir@/@PACKAGE@/tools/isotovideo"
diff --git a/configure.ac b/configure.ac
index 4998e89..24400f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,27 +17,6 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
AM_SILENT_RULES([yes])
-# ===========================
-# Find required base packages
-# ===========================
-PKG_PROG_PKG_CONFIG([0.24])
-
-# ==================
-# Check dependencies
-# ==================
-AC_CHECK_PROG([KVM],[qemu-kvm],[yes])
-AS_IF([test "x$KVM" != "xyes"], [
- AC_MSG_ERROR([Please install qemu-kvm before installing.])
-])
-AC_CHECK_PROG([PERL],[perl],[yes])
-AS_IF([test "x$PERL" != "xyes"], [
- AC_MSG_ERROR([Please install perl before installing.])
-])
-# TODO:
-# Add checks for Time::HiRes and Algorithm::Line::Bresenham
-
-PKG_CHECK_MODULES([IMAGEMAGICK],[ImageMagick])
-
AC_CONFIG_FILES([
Makefile
bin/isotovideo
--
1.7.7

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

@ -0,0 +1,40 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/os-autoinst/os-autoinst-9999.ebuild,v 1.1 2012/03/14 14:30:34 scarabeus Exp $
EAPI=4
EGIT_REPO_URI="git://gitorious.org/os-autoinst/os-autoinst.git"
inherit git-2 autotools
DESCRIPTION="automated testing of Operating Systems"
HOMEPAGE="http://os-autoinst.org/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="
app-emulation/qemu-kvm
app-text/gocr
media-gfx/imagemagick
media-video/ffmpeg2theora
"
DEPEND=""
src_prepare() {
epatch \
"${FILESDIR}/0001-use-proper-path-to-share-for-isotovideo.patch" \
"${FILESDIR}/0002-Use-libexecdir-and-do-not-depend-on-runtime-deps.patch"
eautoreconf
}
src_configure() {
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}"
}

@ -2,3 +2,4 @@ DIST eix-0.23.10.tar.xz 438336 RMD160 a12710983fd33e04350fe519b99c9b62fe647e15 S
DIST eix-0.23.3.tar.xz 443364 RMD160 ad7b6842ceeaa4d93bdf7fa6fcdc85f773b54970 SHA1 55d9a6ef2ebf07ba4293b9b2b78443658c47b12f SHA256 c9525a4f8605250469600667e364e2d9325d7964b3476653bb8908f28cccb828
DIST eix-0.24.0.tar.xz 430532 RMD160 293918654907c068dd50d69c02c6efa0a10a3bea SHA1 f7ed5e7a51435d13d180311145fa865091f7844b SHA256 13526c5ce547cf3df1de40df632dacf2c60b84f3e69735ba76ae489fe9b1a24a
DIST eix-0.25.0.tar.xz 433500 RMD160 2e1eeb0c373d19df46cd0c8c3e5f5f1e87558f5b SHA1 35089de115a28dfedfadc8ad01a90e3044ef9ed2 SHA256 32310ae8eccf3816e46d703e52567a9428de9b4c9a57714bd79e29df0af5db7a
DIST eix-0.25.3.tar.xz 432360 RMD160 ebd856614bd9e8be425b7427848c9f8ec7b85205 SHA1 0c68f5fb2eb9a189e65dce7fa5c141c980d46559 SHA256 b0fcbdf4e1184ca9996f8cfd057e27b159cca3cece17b4158dcd3b0068b28353

@ -0,0 +1,54 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.25.3.ebuild,v 1.1 2012/03/14 14:45:54 darkside Exp $
EAPI=4
inherit multilib bash-completion-r1
DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more"
HOMEPAGE="http://eix.berlios.de"
SRC_URI="mirror://berlios/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE="debug +dep doc nls optimization security strong-optimization sqlite tools zsh-completion"
RDEPEND="sqlite? ( >=dev-db/sqlite-3 )
nls? ( virtual/libintl )
zsh-completion? ( !!<app-shells/zsh-completion-20091203-r1 )"
DEPEND="${RDEPEND}
app-arch/xz-utils
nls? ( sys-devel/gettext )"
src_configure() {
econf $(use_with sqlite) $(use_with doc extra-doc) \
$(use_with zsh-completion) \
$(use_enable nls) $(use_enable tools separate-tools) \
$(use_enable security) $(use_enable optimization) \
$(use_enable strong-optimization) $(use_enable debug debugging) \
$(use_with prefix always-accept-keywords) \
$(use_with dep dep-default) \
--with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \
--with-portage-rootpath="${ROOTPATH}" \
--with-eprefix-default="${EPREFIX}" \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
--htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
}
src_install() {
default
dobashcomp bash/eix
keepdir "/var/cache/${PN}"
fowners portage:portage "/var/cache/${PN}"
fperms 775 "/var/cache/${PN}"
}
pkg_postinst() {
# fowners in src_install doesn't work for owner/group portage:
# merging changes this owner/group back to root.
use prefix || chown portage:portage "${EROOT}var/cache/${PN}"
local obs="${EROOT}var/cache/eix.previous"
! test -f "${obs}" || ewarn "Found obsolete ${obs}"
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/pfl/pfl-2.3-r1.ebuild,v 1.1 2012/02/13 18:29:07 billie Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/pfl/pfl-2.3-r1.ebuild,v 1.2 2012/03/14 18:25:32 jer Exp $
EAPI=4
@ -15,7 +15,7 @@ SRC_URI="http://files.portagefilelist.de/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86"
IUSE="+network-cron"
DEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.6.2.ebuild,v 1.1 2011/06/11 17:52:00 beandog Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.6.2.ebuild,v 1.2 2012/03/14 18:19:46 ssuominen Exp $
EAPI="3"
@ -22,6 +22,8 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_prepare() {
sed -i -e '/^#inc.*curl.*types/d' src/mgr/curl*.cpp || die #378055
cat > "${T}"/sword.conf <<- _EOF
[Install]
DataPath=${EPREFIX}/usr/share/sword/

@ -1,2 +1,3 @@
DIST xiphos-3.1.2.tar.gz 4308575 RMD160 d045307738d7bda4b7747f080c6a3b6941ba07c8 SHA1 85906be12bf51a1613cabc74d388a633f7105ebe SHA256 002f520db9aa833eab672daf68f7f75b3a9db687f2e8cd3d6c961405180fad8e
DIST xiphos-3.1.3.tar.gz 4405305 RMD160 a1eb841b8951e2475e294113de7c8f7b5c9bbcdf SHA1 a6740c2b942e8b34ce70ecf81cba47f821bb464f SHA256 345c04d3521239f8e8dff8d0a8447ce6eba6809d22fe699c69a0677894e87b4c
DIST xiphos-3.1.5.tar.gz 6720373 RMD160 bc0d2a5d3632c390c4177001cdc9da6f9c7b90a3 SHA1 8bfa990014c602360ffb19f52a049529033ab97c SHA256 db7a937b830628baae083143cf898772c097463705eeb4cf7238e2dbb5061179

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>theology</herd>
<maintainer>
<email>theology@gentoo.org</email>
</maintainer>
<herd>theology</herd>
<maintainer>
<email>theology@gentoo.org</email>
</maintainer>
<use>
<flag name='webkit'>Use <pkg>net-libs/webkit-gtk</pkg> instead of <pkg>gnome-extra/gtkhtml</pkg></flag>
</use>
</pkgmetadata>

@ -0,0 +1,88 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/xiphos/xiphos-3.1.5.ebuild,v 1.3 2012/03/14 19:34:28 ssuominen Exp $
# TODO: waf-utils.eclass ?
EAPI=4
inherit flag-o-matic gnome2-utils python toolchain-funcs
DESCRIPTION="A bible study frontend for Sword (formerly known as GnomeSword)"
HOMEPAGE="http://xiphos.org/"
SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz"
LICENSE="GPL-2 FDL-1.1 LGPL-2 MIT MPL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="dbus debug webkit"
RDEPEND=">=app-text/sword-1.6.1
>=dev-libs/glib-2
dev-libs/libxml2
gnome-base/gconf
>=gnome-extra/libgsf-1.14
x11-libs/gtk+:3
dbus? ( dev-libs/dbus-glib )
!webkit? ( gnome-extra/gtkhtml:4.0 )
webkit? ( net-libs/webkit-gtk:3 )"
DEPEND="${RDEPEND}
app-text/docbook2X
app-text/gnome-doc-utils
app-text/rarian
dev-libs/libxslt
dev-util/intltool
dev-util/pkgconfig
|| ( dev-lang/python:2.7 dev-lang/python:2.6 )
sys-devel/gettext"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
sed -i \
-e '/FLAGS_DEBUG/s:-g:-Wall:' \
-e '/FLAGS_RELEASE/s:-O2:-Wall:' \
wscript || die
}
src_configure() {
append-cppflags -DNO_SWORD_SET_RENDER_NOTE_NUMBERS=1
tc-export AR CC CPP CXX RANLIB
local backend=gtkhtml
use webkit && backend=webkit
CCFLAGS="${CFLAGS}" \
LINKFLAGS="${LDFLAGS}" \
SGML2MAN="$(type -P docbook2man.pl)" \
./waf -v \
--prefix=/usr \
--gtk=3 \
--backend=${backend} \
--debug-level=$(use debug && echo debug || echo release) \
$(use dbus || echo --disable-dbus) \
configure || die
}
src_compile() {
./waf -v build || die
}
src_install() {
./waf -v --destdir="${D}" install || die
doman ${PN}.1
dodoc AUTHORS ChangeLog NEWS README RELEASE-NOTES TODO
dodoc Xiphos.ogg
docompress -x /usr/share/doc/${PF}/Xiphos.ogg
rm -rf "${ED}"/usr/share/doc/${PN}
}
pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-web/icedtea-web-1.2-r7.ebuild,v 1.1 2012/03/06 09:24:22 sera Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-web/icedtea-web-1.2-r7.ebuild,v 1.2 2012/03/14 16:54:54 sera Exp $
# Build written by Andrew John Hughes (ahughes@redhat.com)
EAPI="4"
@ -26,28 +26,11 @@ DEPEND="${RDEPEND}
>=net-libs/xulrunner-1.9.1 ) )
test? ( >=dev-java/junit-4.8:4 )"
# a bit of hack so the VM switching is triggered without causing dependency troubles
JAVA_PKG_NV_DEPEND=">=virtual/jdk-1.6"
JAVA_PKG_WANT_SOURCE="1.6"
JAVA_PKG_WANT_TARGET="1.6"
pkg_setup() {
[[ "${MERGE_TYPE}" == "binary" ]] && return # bug 258423
# quite a hack since java-config does not provide a way for a package
# to limit supported VM's for building and their preferred order
if [[ -n "${JAVA_PKG_FORCE_VM}" ]]; then
einfo "Honoring user-set JAVA_PKG_FORCE_VM"
else
# migration logic
if [[ -L /usr/lib/jvm/icedtea${SLOT} ]]; then
JAVA_PKG_FORCE_VM="icedtea${SLOT}"
else
JAVA_PKG_FORCE_VM="icedtea-${SLOT}"
fi
fi
JAVA_PKG_WANT_BUILD_VM="icedtea-7 icedtea7"
JAVA_PKG_WANT_SOURCE="1.6"
JAVA_PKG_WANT_TARGET="1.6"
einfo "Forced vm ${JAVA_PKG_FORCE_VM}"
java-vm-2_pkg_setup
java-pkg-2_pkg_setup
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-web/icedtea-web-1.2.ebuild,v 1.1 2012/03/06 09:24:22 sera Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-web/icedtea-web-1.2.ebuild,v 1.2 2012/03/14 16:54:54 sera Exp $
# Build written by Andrew John Hughes (ahughes@redhat.com)
EAPI="4"
@ -26,28 +26,11 @@ DEPEND="${RDEPEND}
>=net-libs/xulrunner-1.9.1 ) )
test? ( >=dev-java/junit-4.8:4 )"
# a bit of hack so the VM switching is triggered without causing dependency troubles
JAVA_PKG_NV_DEPEND=">=virtual/jdk-1.6"
JAVA_PKG_WANT_SOURCE="1.6"
JAVA_PKG_WANT_TARGET="1.6"
pkg_setup() {
[[ "${MERGE_TYPE}" == "binary" ]] && return # bug 258423
# quite a hack since java-config does not provide a way for a package
# to limit supported VM's for building and their preferred order
if [[ -n "${JAVA_PKG_FORCE_VM}" ]]; then
einfo "Honoring user-set JAVA_PKG_FORCE_VM"
else
# migration logic
if [[ -L /usr/lib/jvm/icedtea${SLOT} ]]; then
JAVA_PKG_FORCE_VM="icedtea${SLOT}"
else
JAVA_PKG_FORCE_VM="icedtea-${SLOT}"
fi
fi
JAVA_PKG_WANT_BUILD_VM="icedtea-6 icedtea6"
JAVA_PKG_WANT_SOURCE="1.6"
JAVA_PKG_WANT_TARGET="1.6"
einfo "Forced vm ${JAVA_PKG_FORCE_VM}"
java-vm-2_pkg_setup
java-pkg-2_pkg_setup
}

@ -1 +1,2 @@
DIST jzlib-1.0.7.tar.gz 50303 RMD160 fba6cb2850ac5e9d81e0197f9a32bbd6187e82c2 SHA1 17713dd7f57d87a6cb9ec23108b93211033cf4c0 SHA256 20923a3f771a14c58c8cddfff2b589d568aff09f8a931919dc63ddaabb32407a
DIST jzlib-1.1.1.zip 105191 RMD160 bce014aab4c9e93cae6f62773e5d752a554cab29 SHA1 2e87eb76dd3462066a1834f138b1e4a61764b992 SHA256 c3f4abc468febeb01e38c4916249d5c241488a25eed6f762bf42f66315979f58

@ -0,0 +1,51 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jzlib/jzlib-1.1.1.ebuild,v 1.1 2012/03/14 15:39:45 sera Exp $
EAPI="4"
JAVA_PKG_IUSE="doc examples source test"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="JZlib is a re-implementation of zlib in pure Java"
HOMEPAGE="http://www.jcraft.com/jzlib/"
SRC_URI="http://www.jcraft.com/${PN}/${P}.zip"
LICENSE="BSD"
SLOT="1.1"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="
>=virtual/jre-1.5"
DEPEND="
>=virtual/jdk-1.5"
# test? (
# dev-lang/scala
# dev-java/junit:4 )"
# Restrict test due to missing keywords for scala
RESTRICT="test"
S="${WORKDIR}/${P}"
JAVA_SRC_DIR="src/main/java"
java_prepare() {
# Maven not yet supported, use java-pkg-simple instead.
rm -v pom.xml || die
}
src_test() {
local CP TESTS
CP="${PN}.jar:$(java-pkg_getjars --with-dependencies scala,junit-4)" || die
TESTS=$(find src/test/scala -name '*Test.scala' -printf com.jcraft.jzlib. -exec basename {} .scala \;) || die
mkdir -p target/test || die
find src/test/scala -name '*.scala' -exec scalac -classpath "${CP}" -d target/test {} + || die
ejunit4 -classpath "target/test:${CP}" ${TESTS}
}
src_install() {
java-pkg-simple_src_install
dodoc README ChangeLog
use examples && java-pkg_doexamples example
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unidecode/Text-Unidecode-0.40.0.ebuild,v 1.3 2012/03/14 06:00:32 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unidecode/Text-Unidecode-0.40.0.ebuild,v 1.4 2012/03/14 19:51:16 jer Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="US-ASCII transliterations of Unicode text"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-solaris"
KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~x86-solaris"
IUSE=""
SRC_TEST=do

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.200.0.ebuild,v 1.1 2011/08/27 18:44:16 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.200.0.ebuild,v 1.2 2012/03/14 20:40:26 jer Exp $
EAPI=4
@ -13,7 +13,7 @@ HOMEPAGE="http://guido-flohr.net/projects/libintl-perl ${HOMEPAGE}"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
SRC_TEST=do

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/apiextractor/apiextractor-0.10.10.ebuild,v 1.1 2012/01/15 11:18:08 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/apiextractor/apiextractor-0.10.10.ebuild,v 1.3 2012/03/14 13:50:41 pesa Exp $
EAPI=4
@ -10,20 +10,24 @@ DESCRIPTION="Library used to create an internal representation of an API in orde
HOMEPAGE="http://www.pyside.org/"
SRC_URI="http://www.pyside.org/files/${P}.tar.bz2"
LICENSE="LGPL-2.1"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug test"
RDEPEND="
dev-libs/libxml2
dev-libs/libxslt
>=x11-libs/qt-core-4.7.0
>=x11-libs/qt-xmlpatterns-4.7.0"
QT_PV="4.7.0:4"
RDEPEND="
>=dev-libs/libxml2-2.6.32
>=dev-libs/libxslt-1.1.19
>=x11-libs/qt-core-${QT_PV}
>=x11-libs/qt-xmlpatterns-${QT_PV}
"
DEPEND="${RDEPEND}
dev-util/pkgconfig
test? ( >=x11-libs/qt-test-4.7.0 )"
test? (
>=x11-libs/qt-gui-${QT_PV}
>=x11-libs/qt-test-${QT_PV}
)"
DOCS=( AUTHORS ChangeLog )

@ -1,24 +1,28 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/generatorrunner/generatorrunner-0.6.16.ebuild,v 1.1 2012/01/15 11:19:29 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/generatorrunner/generatorrunner-0.6.16.ebuild,v 1.2 2012/03/14 13:59:38 pesa Exp $
EAPI=4
inherit cmake-utils
DESCRIPTION="A tool that controls bindings generation"
DESCRIPTION="A tool to control bindings generation"
HOMEPAGE="http://www.pyside.org/"
SRC_URI="http://www.pyside.org/files/${P}.tar.bz2"
LICENSE="LGPL-2.1"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug test"
RDEPEND=">=dev-python/apiextractor-0.10
>=x11-libs/qt-core-4.7.0"
DEPEND="${DEPEND}
test? ( >=x11-libs/qt-test-4.7.0 )
QT_PV="4.7.0:4"
RDEPEND="
>=dev-python/apiextractor-0.10.10
>=x11-libs/qt-core-${QT_PV}
"
DEPEND="${RDEPEND}
test? ( >=x11-libs/qt-test-${QT_PV} )
"
DOCS=( AUTHORS ChangeLog )

@ -0,0 +1 @@
DIST cool.io-1.1.0.gem 96768 RMD160 bf76dcc97d249c9181ee0956740964a4703774f3 SHA1 1e1d99de2fdbc539b83c6887f8f87cb02e39c1a2 SHA256 6e3888adb13136433ca0257aad9fecc3b6dd856292c6d4394428d545cf4bd7ad

@ -0,0 +1,36 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coolio/coolio-1.1.0-r1.ebuild,v 1.1 2012/03/14 18:40:06 matsuu Exp $
EAPI="4"
# iobuffer: -jruby -rbx
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_TEST="spec"
RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
RUBY_FAKEGEM_NAME="cool.io"
inherit ruby-fakegem
MY_P="${RUBY_FAKEGEM_NAME}-${PV}"
DESCRIPTION="A high performance event framework for Ruby which uses the libev C library"
HOMEPAGE="http://coolio.github.com/"
SRC_URI="http://rubygems.org/downloads/${MY_P}.gem"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/libev"
RDEPEND="${DEPEND}"
ruby_add_rdepend ">=dev-ruby/iobuffer-1"
all_ruby_prepare() {
epatch "${FILESDIR}/${P}-libev.patch" || die
rm -r Gemfile* ext/libev ext/cool.io/libev.c || die
}
each_ruby_compile() {
${RUBY} -S rake compile || die
}

@ -0,0 +1,27 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coolio/coolio-1.1.0.ebuild,v 1.1 2012/03/14 15:10:54 matsuu Exp $
EAPI="4"
# iobuffer: -jruby -rbx
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_DOCDIR=""
RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
RUBY_FAKEGEM_NAME="cool.io"
inherit ruby-fakegem
MY_P="${RUBY_FAKEGEM_NAME}-${PV}"
DESCRIPTION="A high performance event framework for Ruby which uses the libev C library"
HOMEPAGE="http://coolio.github.com/"
SRC_URI="http://rubygems.org/downloads/${MY_P}.gem"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/iobuffer-1"
S="${WORKDIR}/${MY_P}"

@ -0,0 +1,24 @@
diff -Naur coolio-1.1.0.orig/ext/cool.io/ev_wrap.h coolio-1.1.0/ext/cool.io/ev_wrap.h
--- coolio-1.1.0.orig/ext/cool.io/ev_wrap.h 2012-03-15 03:30:08.755266522 +0900
+++ coolio-1.1.0/ext/cool.io/ev_wrap.h 2012-03-15 03:31:50.839378421 +0900
@@ -4,5 +4,5 @@
# define FD_SETSIZE 2048 /* wishful thinking, as msvcrt6 [?] seems to only allow 512 fd's and 256 sockets max */
#endif
-#include "../libev/ev.h"
+#include "ev.h"
diff -Naur coolio-1.1.0.orig/ext/cool.io/extconf.rb coolio-1.1.0/ext/cool.io/extconf.rb
--- coolio-1.1.0.orig/ext/cool.io/extconf.rb 2012-03-15 03:30:08.755266522 +0900
+++ coolio-1.1.0/ext/cool.io/extconf.rb 2012-03-15 03:31:04.114327009 +0900
@@ -20,6 +20,10 @@
libs << "-lrt"
end
+if have_library('ev', 'ev_loop_new')
+ libs << "-lev"
+end
+
if have_header('sys/select.h')
$defs << '-DEV_USE_SELECT'
end

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ruby</herd>
<maintainer>
<email>matsuu@gentoo.org</email>
<name>MATSUU Takuto</name>
</maintainer>
</pkgmetadata>

@ -1 +1,3 @@
DIST iobuffer-1.0.0.gem 11776 RMD160 c510a4b55c1429f3849779709ba840e43a4a8170 SHA1 a5ce4e05d50534fb26f9217453f51f109b1b8803 SHA256 b5a99e964f52aff860d6a16c91e79e3bd8c7baad8423bee935634cea8c44c265
DIST iobuffer-1.1.2.gem 9216 RMD160 bac18810ae022219afe83c9b99f4121117ecff15 SHA1 1da2f9b53d4cd6fb2492319f5106facd96e55a06 SHA256 433a397aef5a39246e40171d790e38753fecfdb22f1c37d0846633ea1878759f
DIST iobuffer-git-1.1.2.tgz 9286 RMD160 131e05a713a95f56e44e00cbef7b65b50419aa99 SHA1 773c60975d92a8a59fd052217ef111f9c7fa6475 SHA256 41ed7bbb78314ce2115c6842347be1315f92b58c83cee0ed21b80f1d0ddb73ff

@ -0,0 +1,45 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/iobuffer/iobuffer-1.1.2-r1.ebuild,v 1.1 2012/03/14 18:05:54 matsuu Exp $
EAPI="4"
# jruby: mkmf
# rbx: Kernel(Autoload)#allocate (method_missing)
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
RUBY_FAKEGEM_TASK_TEST="spec"
inherit ruby-fakegem
GITHUB_USER="tarcieri"
DESCRIPTION="IO::Buffer is a fast byte queue which is primarily intended for non-blocking I/O applications"
HOMEPAGE="http://github.com/tarcieri/iobuffer"
SRC_URI="http://github.com/${GITHUB_USER}/iobuffer/tarball/v${PV} -> ${PN}-git-${PV}.tgz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86 ~x86-macos"
SLOT="0"
IUSE=""
RUBY_S="${GITHUB_USER}-${PN}-*"
ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/rspec )"
all_ruby_prepare() {
rm .rspec || die
}
each_ruby_configure() {
${RUBY} -C ext extconf.rb || die "Failed to configure the extension."
sed -i -e 's:-Wl,--no-undefined::' \
-e "s/^ldflags = /ldflags = $\(LDFLAGS\) /" ext/Makefile || die
}
each_ruby_compile() {
emake -C ext || die "Failed to compile the extension."
cp ext/iobuffer_ext.so lib/ || die
}

@ -0,0 +1,34 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/iobuffer/iobuffer-1.1.2.ebuild,v 1.1 2012/03/14 15:06:42 matsuu Exp $
EAPI="4"
# jruby: mkmf
# rbx: Kernel(Autoload)#allocate (method_missing)
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_TASK_TEST=""
inherit ruby-fakegem
DESCRIPTION="IO::Buffer is a fast byte queue which is primarily intended for non-blocking I/O applications"
HOMEPAGE="http://mynyml.com/ruby/flexible-continuous-testing"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86 ~x86-macos"
SLOT="0"
IUSE=""
each_ruby_configure() {
${RUBY} -C ext extconf.rb || die "Failed to configure the extension."
sed -i -e 's:-Wl,--no-undefined::' \
-e "s/^ldflags = /ldflags = $\(LDFLAGS\) /" ext/Makefile || die
}
each_ruby_compile() {
emake -C ext || die "Failed to compile the extension."
cp ext/iobuffer_ext.so lib/ || die
}

@ -1 +1,2 @@
DIST ruby-ldap-0.9.12.gem 71680 RMD160 b4ddf7e78a5be7614bac7ab2d3f7c09c8d3c29d0 SHA1 e1398c053654ceba435b2d3ef2853748bbbee446 SHA256 e1530586f9b528d6dd17a8cea49099c1b21d561f96490941cb6d0c9f42cb9798
DIST ruby-ldap-0.9.9.tar.bz2 55225 RMD160 2e409a34606a0888cf1f8aa6d166446f418faccb SHA1 4927852fa38295c551a8410e5e2e91fcf9031c5d SHA256 59459bb38eb24953fa817cee7a62959904119602daab36ad70fe8b78bb958aab

@ -0,0 +1,45 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-ldap/ruby-ldap-0.9.12.ebuild,v 1.1 2012/03/14 16:16:47 matsuu Exp $
EAPI="4"
# jruby: mkmf
# rbx: require 'ldap' no such file to load
USE_RUBY="ruby18 ruby19 ree18"
inherit ruby-fakegem
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="ChangeLog FAQ NOTES README TODO"
DESCRIPTION="A Ruby interface to some LDAP libraries"
HOMEPAGE="http://ruby-ldap.sourceforge.net/"
SRC_URI="mirror://rubygems/${P}.gem"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
IUSE="ssl"
DEPEND=">=net-nds/openldap-2
dev-libs/cyrus-sasl
ssl? ( dev-libs/openssl )"
RDEPEND="${DEPEND}"
# Current test set is interactive due to certificate generation and requires
# running LDAP daemon
RESTRICT="test"
each_ruby_configure() {
local myconf="--with-openldap2"
if ! use ssl ; then
myconf="${myconf} --without-libcrypto --without-libssl"
fi
${RUBY} extconf.rb ${myconf} || die "extconf.rb failed"
sed -i -e 's:-Wl,--no-undefined::' \
-e "s/^ldflags = /ldflags = $\(LDFLAGS\) /" Makefile || die
}
each_ruby_compile() {
emake || die
cp ldap.so lib/
}

@ -1 +1,2 @@
DIST ruby-shadow-1.4.1.tar.gz 3693 RMD160 4694148941334d88f3033d19f0c90ee26e7f3b8d SHA1 abe2b77bb60b1505f03b62be52413aaabdf55783 SHA256 2b892acd7de3ba48c01d8e377c6daa3dc5a7c758e14f65e94a907c5ca2e62c57
DIST ruby-shadow-2.1.2.gem 8192 RMD160 8e170f66f6eb117730bd97376a5b89fd9add061a SHA1 4bb71d30640fa43dd9e20b8370e65e993c557ddb SHA256 e61a06d137e6a49b648c0672dab08dfaa30b2fce8295264e4aacac0e1653236f

@ -0,0 +1,30 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shadow/ruby-shadow-2.1.2.ebuild,v 1.1 2012/03/14 16:31:32 matsuu Exp $
EAPI="4"
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="HISTORY README README.euc"
inherit ruby-fakegem
DESCRIPTION="ruby shadow bindings"
HOMEPAGE="http://ttsky.net"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE=""
each_ruby_configure() {
${RUBY} extconf.rb || die "Configuration failed."
sed -i -e "/^ldflags =/s/$/ \$(LDFLAGS)/" Makefile || die
}
each_ruby_compile() {
emake || die "Compilation failed."
mkdir lib
cp shadow.so lib
}

@ -1,4 +1,3 @@
DIST uncrustify-0.55.tar.gz 783081 RMD160 d450a8443861b7f289a370ea836ace51d2e50223 SHA1 2bc882b71d1de5837c11b3e2059c1aab594aa75e SHA256 0f4eb572c94d81a19a8d7221c098be4421ad14d22e88876dbd28c6f692db105e
DIST uncrustify-0.56.tar.gz 899402 RMD160 84042387cc843455c8c9d2ecf98eaa9943a65ca6 SHA1 9a32802c25724f36d1210e672217bda00f87a9ca SHA256 66ce35ab194c55aa0603644f4ee92e062f2f46c80403d4a6be7c350af0e22eab
DIST uncrustify-0.57.tar.gz 920076 RMD160 10a2d337884a2afd1304042b092ee512f55b8956 SHA1 86d8982079ebf68184d385046f3f8613d31bda6c SHA256 d69ba84a84032e44dfe8628a2777783605e500a8cf59306188a699fa3c613bb9
DIST uncrustify-0.58.tar.gz 931512 RMD160 89eb9d3af8cdd7338b277406a3e43638575a1370 SHA1 baa441e163ae21842ed35e1abfc204b45e40820b SHA256 83bdf91f5e4eba8455904b780c3d1d6c0f0079db46762d59870eaa6b8cb4fcfc
DIST uncrustify-0.59.tar.gz 983822 RMD160 433a04ddd3d477173fa31f16d05fd0a264436e64 SHA1 233e4f6cb34ef7020ce49e5b5d14f0d46f277e31 SHA256 3f2ba1ca15f7ed1cd0871d54a5dd4ecf006fd167a0fa0fe1d5d76c91106238b5

@ -1,25 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild,v 1.4 2010/07/03 07:36:58 grobian Exp $
DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
HOMEPAGE="http://uncrustify.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~ppc-macos ~x86-solaris"
IUSE="test"
DEPEND="test? ( =dev-lang/python-2* )"
RDEPEND=""
src_test() {
cd tests
python2 run_tests.py || die "tests failed"
}
src_install() {
emake DESTDIR="${D}" install || die "Install failed"
dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
}

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.56.ebuild,v 1.2 2010/07/03 07:36:58 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v 1.1 2012/03/14 14:23:53 grobian Exp $
DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
HOMEPAGE="http://uncrustify.sourceforge.net/"

@ -0,0 +1,255 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/chromium.eclass,v 1.2 2012/03/14 19:15:44 floppym Exp $
# @ECLASS: chromium.eclass
# @MAINTAINER:
# Chromium Herd <chromium@gentoo.org>
# @AUTHOR:
# Mike Gilbert <floppym@gentoo.org>
# @BLURB: Shared functions for chromium and google-chrome
inherit eutils fdo-mime gnome2-utils linux-info
EXPORT_FUNCTIONS pkg_preinst pkg_postinst pkg_postrm
# @FUNCTION: chromium_check_kernel_config
# @USAGE:
# @DESCRIPTION:
# Ensures the system kernel is configured for full Chromium functionality.
chromium_check_kernel_config() {
has "${EAPI:-0}" 0 1 2 3 && die "EAPI=${EAPI} is not supported"
if [[ "${MERGE_TYPE}" == "source" || "${MERGE_TYPE}" == "binary" ]]; then
# Warn if the kernel does not support features needed for sandboxing.
# Bug #363987.
ERROR_PID_NS="PID_NS is required for sandbox to work"
ERROR_NET_NS="NET_NS is required for sandbox to work"
CONFIG_CHECK="~PID_NS ~NET_NS"
check_extra_config
fi
}
# @ECLASS-VARIABLE: CHROMIUM_LANGS
# @DEFAULT_UNSET
# @DESCRIPTION:
# List of language packs available for this package.
_chromium_set_linguas_IUSE() {
[[ ${EAPI:-0} == 0 ]] && die "EAPI=${EAPI} is not supported"
local lang
for lang in ${CHROMIUM_LANGS}; do
# Default to enabled since we bundle them anyway.
# USE-expansion will take care of disabling the langs the user has not
# selected via LINGUAS.
IUSE+=" +linguas_${lang}"
done
}
if [[ ${CHROMIUM_LANGS} ]]; then
_chromium_set_linguas_IUSE
fi
_chromium_crlang() {
local x
for x in "$@"; do
case $x in
es_LA) echo es-419 ;;
*) echo "${x/_/-}" ;;
esac
done
}
_chromium_syslang() {
local x
for x in "$@"; do
case $x in
es-419) echo es_LA ;;
*) echo "${x/-/_}" ;;
esac
done
}
_chromium_strip_pak() {
local x
for x in "$@"; do
echo "${x%.pak}"
done
}
# @FUNCTION: chromium_remove_language_paks
# @USAGE:
# @DESCRIPTION:
# Removes pak files from the current directory for languages that the user has
# not selected via the LINGUAS variable.
# Also performs QA checks to ensure CHROMIUM_LANGS has been set correctly.
chromium_remove_language_paks() {
local crlangs=$(_chromium_crlang ${CHROMIUM_LANGS})
local present_crlangs=$(_chromium_strip_pak *.pak)
local present_langs=$(_chromium_syslang ${present_crlangs})
local lang
# Look for missing pak files.
for lang in ${crlangs}; do
if ! has ${lang} ${present_crlangs}; then
eqawarn "LINGUAS warning: no .pak file for ${lang} (${lang}.pak not found)"
fi
done
# Look for extra pak files.
# Remove pak files that the user does not want.
for lang in ${present_langs}; do
if [[ ${lang} == en_US ]]; then
continue
fi
if ! has ${lang} ${CHROMIUM_LANGS}; then
eqawarn "LINGUAS warning: no ${lang} in LANGS"
continue
fi
if ! use linguas_${lang}; then
rm -v "$(_chromium_crlang ${lang}).pak" || die
fi
done
}
chromium_pkg_preinst() {
gnome2_icon_savelist
}
chromium_pkg_postinst() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
# For more info see bug #292201, bug #352263, bug #361859.
elog
elog "Depending on your desktop environment, you may need"
elog "to install additional packages to get icons on the Downloads page."
elog
elog "For KDE, the required package is kde-base/oxygen-icons."
elog
elog "For other desktop environments, try one of the following:"
elog " - x11-themes/gnome-icon-theme"
elog " - x11-themes/tango-icon-theme"
# For more info see bug #359153.
elog
elog "Some web pages may require additional fonts to display properly."
elog "Try installing some of the following packages if some characters"
elog "are not displayed properly:"
elog " - media-fonts/arphicfonts"
elog " - media-fonts/bitstream-cyberbit"
elog " - media-fonts/droid"
elog " - media-fonts/ipamonafont"
elog " - media-fonts/ja-ipafonts"
elog " - media-fonts/takao-fonts"
elog " - media-fonts/wqy-microhei"
elog " - media-fonts/wqy-zenhei"
}
chromium_pkg_postrm() {
gnome2_icon_cache_update
}
chromium_pkg_die() {
if [[ "${EBUILD_PHASE}" != "compile" ]]; then
return
fi
# Prevent user problems like bug #348235.
eshopts_push -s extglob
if is-flagq '-g?(gdb)?([1-9])'; then
ewarn
ewarn "You have enabled debug info (i.e. -g or -ggdb in your CFLAGS/CXXFLAGS)."
ewarn "This produces very large build files causes the linker to consume large"
ewarn "amounts of memory."
ewarn
ewarn "Please try removing -g{,gdb} before reporting a bug."
ewarn
fi
eshopts_pop
# ccache often causes bogus compile failures, especially when the cache gets
# corrupted.
if has ccache ${FEATURES}; then
ewarn
ewarn "You have enabled ccache. Please try disabling ccache"
ewarn "before reporting a bug."
ewarn
fi
# No ricer bugs.
if use_if_iuse custom-cflags; then
ewarn
ewarn "You have enabled the custom-cflags USE flag."
ewarn "Please disable it before reporting a bug."
ewarn
fi
# If the system doesn't have enough memory, the compilation is known to
# fail. Print info about memory to recognize this condition.
einfo
einfo "$(grep MemTotal /proc/meminfo)"
einfo "$(grep SwapTotal /proc/meminfo)"
einfo
}
# @VARIABLE: EGYP_CHROMIUM_COMMAND
# @DESCRIPTION:
# Path to the gyp_chromium script.
: ${EGYP_CHROMIUM_COMMAND:=build/gyp_chromium}
# @VARIABLE: EGYP_CHROMIUM_DEPTH
# @DESCRIPTION:
# Depth for egyp_chromium.
: ${EGYP_CHROMIUM_DEPTH:=.}
# @FUNCTION: egyp_chromium
# @USAGE: [gyp arguments]
# @DESCRIPTION:
# Calls EGYP_CHROMIUM_COMMAND with depth EGYP_CHROMIUM_DEPTH and given
# arguments. The full command line is echoed for logging.
egyp_chromium() {
set -- "${EGYP_CHROMIUM_COMMAND}" --depth="${EGYP_CHROMIUM_DEPTH}" "$@"
echo "$@"
"$@"
}
# @FUNCTION: gyp_use
# @USAGE: <USE flag> [GYP flag] [true suffix] [false suffix]
# @DESCRIPTION:
# If USE flag is set, echo -D[GYP flag]=[true suffix].
#
# If USE flag is not set, echo -D[GYP flag]=[false suffix].
#
# [GYP flag] defaults to use_[USE flag] with hyphens converted to underscores.
#
# [true suffix] defaults to 1. [false suffix] defaults to 0.
gyp_use() {
local gypflag="-D${2:-use_${1//-/_}}="
usex "$1" "${gypflag}" "${gypflag}" "${3-1}" "${4-0}"
}
# @FUNCTION: chromium_bundled_v8_version
# @USAGE: [path to version.cc]
# @DESCRIPTION:
# Outputs the version of v8 parsed from a (bundled) copy of the source code.
chromium_bundled_v8_version() {
local vf=${1:-v8/src/version.cc}
local major minor build patch
major=$(sed -ne 's/#define MAJOR_VERSION *\([0-9]*\)/\1/p' "${vf}")
minor=$(sed -ne 's/#define MINOR_VERSION *\([0-9]*\)/\1/p' "${vf}")
build=$(sed -ne 's/#define BUILD_NUMBER *\([0-9]*\)/\1/p' "${vf}")
patch=$(sed -ne 's/#define PATCH_LEVEL *\([0-9]*\)/\1/p' "${vf}")
echo "${major}.${minor}.${build}.${patch}"
}
# @FUNCTION: chromium_installed_v8_version
# @USAGE:
# @DESCRIPTION:
# Outputs the version of dev-lang/v8 currently installed on the host system.
chromium_installed_v8_version() {
local cpf=$(best_version dev-lang/v8)
local pvr=${cpf#dev-lang/v8-}
echo "${pvr%-r*}"
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.529 2012/03/10 21:21:30 dirtyepic Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.530 2012/03/14 20:46:35 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@ -1500,7 +1500,9 @@ toolchain_src_install() {
# These should be symlinks
dodir /usr/bin
cd "${D}"${BINPATH}
for x in cpp gcc g++ c++ g77 gcj gcjh gfortran gccgo ; do
# Ugh: we really need to auto-detect this list.
# It's constantly out of date.
for x in cpp gcc g++ c++ gcov g77 gcj gcjh gfortran gccgo ; do
# For some reason, g77 gets made instead of ${CTARGET}-g77...
# this should take care of that
[[ -f ${x} ]] && mv ${x} ${CTARGET}-${x}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.4 2012/03/05 21:47:20 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.5 2012/03/14 19:46:34 tupone Exp $
EAPI="3"
@ -88,7 +88,7 @@ src_install() {
cmake-utils_src_install
if use songs ; then
insinto "${GAMES_DATADIR}"/${PN}
doins -r "${S}/songs" || die
doins -r "${WORKDIR}/songs" || die
fi
dodoc docs/{Authors,DeveloperReadme,instruments,TODO}.txt
prepgamesdirs

@ -1,4 +1,6 @@
DIST liberation-fonts-1.07.0.tar.gz 2914542 RMD160 f21d5207365702aac66b777c60f90e63ecfdd3e2 SHA1 21e05b203bd9a44bf1f4494507acfdf5354f24bd SHA256 a3a27e2d8820b1d68354eb44967e190cdb25e84dd260d10ac8c5c8556dc21140
DIST liberation-fonts-1.07.1.tar.gz 2914721 RMD160 8e7dfed2f07759a6c991c2a062ff4269aa88fcf1 SHA1 baa436809d5c096276779292f3f6f098fbcfc164 SHA256 8b96e80fe3f876e6ce73794f6e5492ff8cca900970e584c38314801a02f321a8
DIST liberation-fonts-1.07.2.tar.gz 2930454 RMD160 bbfd1e436483194c77d413656ab2f45160d3f3d7 SHA1 4db1abfdb6e41bdc9a461fc7dfecf996ff1d66e6 SHA256 58684bf513849a24e23169a253e51c19dd616a41dd92a9df77daa67396c9a1e7
DIST liberation-fonts-ttf-1.07.0.tar.gz 1326750 RMD160 18b8a71af004b453d87c678f3c6e5cd33c3eda13 SHA1 c228c05fa6cb8a899e70514bb3764cd21df6de98 SHA256 70d6acc0de062f65af672da109aa70c9777ea902f460fe3c35f753f394d58cb2
DIST liberation-fonts-ttf-1.07.1.tar.gz 1326668 RMD160 d4dd5ad660ba5747de8e65892583427014aebaa2 SHA1 935bf5d6748b465d2d540884af67fb5dfd59fc4a SHA256 de646f7dc38ce0941247ba694a1a8372e0b7c2d79478e1ec83b67ac8d0e92d48
DIST liberation-fonts-ttf-1.07.2.tar.gz 1332098 RMD160 ede426cf18e3f6475bd6d0231f788477d70347cd SHA1 bf6314386793d99d4f86987ff86fd274e9a679e6 SHA256 b1bbf2df80f388ca1748a41068fafebc8efdfdee7612afb78a7a7cd31004d50f

@ -0,0 +1,37 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-1.07.2.ebuild,v 1.1 2012/03/14 13:44:49 scarabeus Exp $
EAPI=4
inherit font
DESCRIPTION="A GPL-2 Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat"
HOMEPAGE="https://fedorahosted.org/liberation-fonts"
SRC_URI="!fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${PN}-ttf-${PV}.tar.gz )
fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz )"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
SLOT="0"
LICENSE="GPL-2-with-exceptions"
IUSE="fontforge X"
FONT_SUFFIX="ttf"
FONT_CONF=( "${FILESDIR}/60-liberation.conf" )
DEPEND="
fontforge? ( media-gfx/fontforge )
app-arch/unzip
"
RDEPEND=""
pkg_setup() {
if use fontforge; then
FONT_S="${S}/${PN}-ttf-${PV}"
else
FONT_S="${WORKDIR}/${PN}-ttf-${PV}"
S="${FONT_S}"
fi
font_pkg_setup
}

@ -3,3 +3,4 @@ DIST gimp-2.6.11.tar.bz2 16473561 RMD160 a116377499e58dc2bfe231ab3c057d0be94091f
DIST gimp-2.6.12.tar.bz2 16745411 RMD160 3c7ae863474dea670eaeb914e333ba6bf50c7fcc SHA1 82964e3d4eb003239f3443a1bccac53f5d780e15 SHA256 d553c9f1c07f59fa7b7ce9cc5f84ce59bf4e9dfb5b6ee4bd8718b74b947aec62
DIST gimp-2.7.3.tar.bz2 18206530 RMD160 5740b1b62b0fca255d0ca046477c21ab9c57a5ca SHA1 bea6edc3423774ace8dd86222314f4ef2278cdd8 SHA256 669811e66c6a5dffdca0df3f39f699b3a013aa5634447d9b90268f4068a8a4d9
DIST gimp-2.7.4.tar.bz2 18600581 RMD160 75aaf0d1102058335429335c51f580c81502461f SHA1 9cff32226f9e32dec2b568b5c3c69062f895743a SHA256 6c0690d5c4e58423308169a2419b684d05e06bd346cded9e081be470a5f93710
DIST gimp-2.7.5.tar.bz2 19777338 RMD160 801ac6974582707207b37bce273d71b051f7531e SHA1 90ead85bdc3a305b402d7b4398352a27cf663285 SHA256 6d38a1d1213544ea09d74e7ca91fbe0c7e7128fb9296a1dd97253dc0e3a2fe96

@ -0,0 +1,66 @@
From b5731b01541ebc345bffd9b57c08981196f1ad1d Mon Sep 17 00:00:00 2001
From: Sebastian Pipping <sebastian@pipping.org>
Date: Wed, 14 Mar 2012 13:40:19 +0100
Subject: [PATCH] Introduce configure options --with[out]-gs and
--with[out]-bzip2 to allow bypassing gs/bzip2
auto-detection
---
configure.ac | 24 ++++++++++++++++++++----
1 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index bb60d2f..e2f154d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1154,13 +1154,21 @@ AC_SUBST(Z_LIBS)
# Check for libbzip2
####################
-have_libbzip2=yes
-if test -z "$BZIP2_LIBS"; then
+AC_ARG_WITH(gs, [ --without-bzip2 build without bzip2 support])
+
+have_libbzip2=no
+if test "x$with_bzip2" != xno; then
+ have_libbzip2=yes
AC_CHECK_LIB(bz2, BZ2_bzCompress,
[AC_CHECK_HEADER(bzlib.h,
BZIP2_LIBS='-lbz2',
[have_libbzip2="no (libbzip2 header files not found)"])],
[have_libbzip2="no (libbzip2 library not found)"])
+ if test "x$have_libbzip2" != xyes -a "x$with_bzip2" = xyes; then
+ AC_MSG_ERROR([
+*** Checks for bzip2 library failed. You can build without it by passing
+*** --without-bzip2 to configure but you won't be able to use compressed files then.])
+ fi
fi
AM_CONDITIONAL(HAVE_BZIP2, test "x$have_libbzip2" = xyes)
@@ -1176,13 +1184,21 @@ fi
# Check for Ghostscript library
###############################
-have_gs=yes
-if test -z "$GS_LIBS"; then
+AC_ARG_WITH(gs, [ --without-gs build without Ghostscript support])
+
+have_gs=no
+if test "x$with_gs" != xno; then
+ have_gs=yes
AC_CHECK_LIB(gs, gsapi_new_instance,
[AC_CHECK_HEADER(ghostscript/iapi.h,
FILE_PS='file-ps$(EXEEXT)'; GS_LIBS='-lgs',
[have_gs="no (Ghostscript header files not found)"])],
[have_gs="no (Ghostscript library not found)"])
+ if test "x$have_gs" != xyes -a "x$with_gs" = xyes; then
+ AC_MSG_ERROR([
+*** Checks for Ghostscript library failed. You can build without it by passing
+*** --without-gs to configure but you won't be able to use Postscript files then.])
+ fi
fi
AC_SUBST(FILE_PS)
--
1.7.8.5

@ -0,0 +1,140 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.7.5.ebuild,v 1.1 2012/03/14 13:01:42 sping Exp $
EAPI="3"
PYTHON_DEPEND="python? 2:2.5"
inherit versionator autotools eutils gnome2 fdo-mime multilib python
DESCRIPTION="GNU Image Manipulation Program"
HOMEPAGE="http://www.gimp.org/"
SRC_URI="mirror://gimp/v$(get_version_component_range 1-2)/${P}.tar.bz2"
LICENSE="GPL-3 LGPL-3"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="alsa aalib altivec bzip2 curl dbus debug doc exif gnome gs jpeg jpeg2k lcms mmx mng pdf png python smp sse svg tiff udev webkit wmf xpm"
RDEPEND=">=dev-libs/glib-2.30.2:2
>=dev-libs/atk-2.0.1
>=x11-libs/gtk+-2.24.7:2
>=x11-libs/gdk-pixbuf-2.24:2
>=x11-libs/cairo-1.10.2
>=x11-libs/pango-1.29.4
xpm? ( x11-libs/libXpm )
>=media-libs/freetype-2.1.7
>=media-libs/fontconfig-2.2.0
sys-libs/zlib
dev-libs/libxml2
dev-libs/libxslt
x11-misc/xdg-utils
x11-themes/hicolor-icon-theme
>=media-libs/babl-0.1.6
>=media-libs/gegl-0.1.8
aalib? ( media-libs/aalib )
alsa? ( media-libs/alsa-lib )
curl? ( net-misc/curl )
dbus? ( dev-libs/dbus-glib )
gnome? ( gnome-base/gvfs )
webkit? ( >=net-libs/webkit-gtk-1.6.1:2 )
jpeg? ( virtual/jpeg:0 )
jpeg2k? ( media-libs/jasper )
exif? ( >=media-libs/libexif-0.6.15 )
lcms? ( >=media-libs/lcms-1.16:0 )
mng? ( media-libs/libmng )
pdf? ( >=app-text/poppler-0.12.4[cairo] )
png? ( >=media-libs/libpng-1.2.37:0 )
python? ( >=dev-python/pygtk-2.10.4:2 )
tiff? ( >=media-libs/tiff-3.5.7:0 )
svg? ( >=gnome-base/librsvg-2.34.2:2 )
wmf? ( >=media-libs/libwmf-0.2.8 )
x11-libs/libXcursor
sys-libs/zlib
bzip2? ( app-arch/bzip2 )
gs? ( app-text/ghostscript-gpl )
udev? ( sys-fs/udev[gudev] )"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.22
>=dev-util/intltool-0.40.1
>=sys-devel/gettext-0.17
doc? ( >=dev-util/gtk-doc-1 )
>=sys-devel/libtool-2.2
>=sys-devel/automake-1.11
dev-util/gtk-doc-am" # due to our call to eautoreconf below (bug #386453)
DOCS="AUTHORS ChangeLog* HACKING NEWS README*"
pkg_setup() {
G2CONF="--enable-default-binary \
--with-x \
$(use_with aalib aa) \
$(use_with alsa) \
$(use_enable altivec) \
$(use_with bzip2) \
$(use_with curl libcurl) \
$(use_with dbus) \
$(use_with gnome gvfs) \
$(use_with webkit) \
$(use_with jpeg libjpeg) \
$(use_with jpeg2k libjasper) \
$(use_with exif libexif) \
$(use_with lcms) \
$(use_with gs) \
$(use_enable mmx) \
$(use_with mng libmng) \
$(use_with pdf poppler) \
$(use_with png libpng) \
$(use_enable python) \
$(use_enable smp mp) \
$(use_enable sse) \
$(use_with svg librsvg) \
$(use_with tiff libtiff) \
$(use_with udev gudev) \
$(use_with wmf) \
--with-xmc \
$(use_with xpm libxpm) \
--without-xvfb-run"
if use python; then
python_set_active_version 2
python_pkg_setup
fi
}
src_prepare() {
epatch "${FILESDIR}"/${PN}-2.7.4-no-deprecation.patch # bug 395695, comment 9 and 16
epatch "${FILESDIR}"/${P}-configure-gs-bzip2.patch
eautoreconf # If you remove this: remove dev-util/gtk-doc-am from DEPEND, too
echo '#!/bin/sh' > py-compile
gnome2_src_prepare
}
src_install() {
gnome2_src_install
if use python; then
python_convert_shebangs -r $(python_get_version) "${ED}"
python_need_rebuild
fi
# Workaround for bug #321111 to give GIMP the least
# precedence on PDF documents by default
mv "${D}"/usr/share/applications/{,zzz-}gimp.desktop || die
}
pkg_postinst() {
gnome2_pkg_postinst
use python && python_mod_optimize /usr/$(get_libdir)/gimp/2.0/python \
/usr/$(get_libdir)/gimp/2.0/plug-ins
}
pkg_postrm() {
gnome2_pkg_postrm
use python && python_mod_cleanup /usr/$(get_libdir)/gimp/2.0/python \
/usr/$(get_libdir)/gimp/2.0/plug-ins
}

@ -9,11 +9,14 @@
<description>backup maintainer</description>
</maintainer>
<use>
<flag name="webkit">
Enable the webkit rendering engine
</flag>
<flag name="gs">
Enable Ghostscript support (<pkg>app-text/ghostscript-gpl</pkg>)
</flag>
<flag name="smp">
Enable support for multiprocessors
</flag>
Enable support for multiprocessors
</flag>
<flag name="webkit">
Enable the webkit rendering engine
</flag>
</use>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.1-r2.ebuild,v 1.1 2012/03/03 12:33:08 lu_zero Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.1-r2.ebuild,v 1.2 2012/03/14 16:59:58 chithanh Exp $
EAPI=4
@ -47,7 +47,7 @@ for card in ${VIDEO_CARDS}; do
done
IUSE="${IUSE_VIDEO_CARDS}
bindist +classic d3d debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +nptl openvg osmesa pax_kernel pic selinux shared-dricore +shared-glapi vdpau wayland xvmc kernel_FreeBSD"
bindist +classic d3d debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +nptl openvg osmesa pax_kernel pic selinux shared-dricore +shared-glapi vdpau wayland xa xvmc kernel_FreeBSD"
REQUIRED_USE="
d3d? ( gallium )
@ -57,6 +57,7 @@ REQUIRED_USE="
gbm? ( shared-glapi )
g3dvl? ( || ( vdpau xvmc ) )
vdpau? ( g3dvl )
xa? ( gallium )
xvmc? ( g3dvl )
video_cards_intel? ( || ( classic gallium ) )
video_cards_i915? ( || ( classic gallium ) )
@ -208,6 +209,7 @@ src_configure() {
$(use_enable llvm gallium-llvm)
$(use_enable openvg)
$(use_enable vdpau)
$(use_enable xa)
$(use_enable xvmc)
"
gallium_enable swrast

@ -21,6 +21,7 @@
<flag name='shared-glapi'>Enable sharing of common code for the OpenGL API.</flag>
<flag name='vdpau'>Enable the VDPAU acceleration interface for the Gallium3D Video Layer.</flag>
<flag name='wayland'>Enable support for dev-libs/wayland</flag>
<flag name='xa'>Enable the XA (X Acceleration) API for Gallium3D.</flag>
<flag name='xvmc'>Enable the XvMC acceleration interface for the Gallium3D Video Layer.</flag>
</use>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/pavucontrol/pavucontrol-1.0.ebuild,v 1.3 2012/03/09 18:57:57 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/pavucontrol/pavucontrol-1.0.ebuild,v 1.4 2012/03/14 19:25:58 ssuominen Exp $
EAPI=4
@ -10,7 +10,7 @@ SRC_URI="http://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="nls"
RDEPEND=">=dev-cpp/gtkmm-3.0:3.0

@ -2,3 +2,4 @@ DIST gentoo-vdr-scripts-0.4.7.tar.bz2 35564 RMD160 381c81f51e05e8736615b2f53f13e
DIST gentoo-vdr-scripts-0.4.9.tar.bz2 36868 RMD160 d6efc87d2bced33dd03291ebd0e231993bf2c604 SHA1 7179904a73ad857a6015dd286b544f077f354dcd SHA256 ea5475347d7a2a3b42f0ea216a659a7440b3d23119902c390d4457f8e6631677
DIST gentoo-vdr-scripts-0.5.0_rc2.tar.bz2 36236 RMD160 a97e44e60c33a809bef5385c164af077a591454b SHA1 131a6bc742b1f3433f67d6949c6162be3323c999 SHA256 40c11ac4f8d65cb8626b7c719f6db17f114fbf957c4e50e60cb14e7775d9e537
DIST gentoo-vdr-scripts-0.5.1.tar.bz2 36503 RMD160 c685b8a36ac380d5547c95df7441439c0be9c803 SHA1 a718ccf83c113e7629e5754ae8655317f0a7eeb0 SHA256 42a2821ab1fc83b31974b6e8155a7f8907a196d4ff1cfcf26ff134ffad5daf12
DIST gentoo-vdr-scripts-0.5.2.tar.bz2 36614 RMD160 9313720786c86c7399a259ce3a9ab94bd7d0a837 SHA1 6a2f73d23704c93854c8838121e7a44de8893eac SHA256 5d1ea7ff2993384da3e3d85398b0b4cd311f92a953b2c1bfa7178be27d068fa5

@ -0,0 +1,145 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.5.2.ebuild,v 1.1 2012/03/14 15:11:00 hd_brummy Exp $
EAPI="4"
inherit eutils
DESCRIPTION="Scripts necessary for use of vdr as a set-top-box"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2
http://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="nvram"
RDEPEND="nvram? ( sys-power/nvram-wakeup )
app-admin/sudo
sys-process/wait_on_pid"
VDR_HOME=/var/vdr
pkg_setup() {
enewgroup vdr
# Add user vdr to these groups:
# video - accessing dvb-devices
# audio - playing sound when using software-devices
# cdrom - playing dvds/audio-cds ...
enewuser vdr -1 /bin/bash "${VDR_HOME}" vdr,video,audio,cdrom
}
src_prepare() {
# moved into own package
sed -e '/SUBDIRS =/s# bin # #' -i usr/Makefile
sed -e '/all:/s#compile##' -i Makefile
}
src_install() {
emake -s install DESTDIR="${D}" || die "make install failed"
dodoc README TODO ChangeLog
# create necessary directories
diropts -ovdr -gvdr
keepdir "${VDR_HOME}"
local kd
for kd in shutdown-data merged-config-files dvd-images tmp; do
keepdir "${VDR_HOME}/${kd}"
done
}
pkg_preinst() {
local PLUGINS_NEW=0
if [[ -f "${ROOT}"/etc/conf.d/vdr.plugins ]]; then
PLUGINS_NEW=$(grep -v '^#' "${ROOT}"/etc/conf.d/vdr.plugins |grep -v '^$'|wc -l)
fi
if [[ ${PLUGINS_NEW} > 0 ]]; then
cp "${ROOT}"/etc/conf.d/vdr.plugins "${D}"/etc/conf.d/vdr.plugins
else
einfo "Migrating PLUGINS setting from /etc/conf.d/vdr to /etc/conf.d/vdr.plugins"
local PLUGIN
for PLUGIN in $(source "${ROOT}"/etc/conf.d/vdr;echo $PLUGINS); do
echo ${PLUGIN} >> "${D}"/etc/conf.d/vdr.plugins
done
fi
has_version "<${CATEGORY}/${PN}-0.5.0_rc3"
previous_less_than_0_5_0_rc3=$?
}
VDRSUDOENTRY="vdr ALL=NOPASSWD:/usr/share/vdr/bin/vdrshutdown-really.sh"
pkg_postinst() {
if [[ $previous_less_than_0_5_0_rc3 = 0 ]] ; then
if grep -q /usr/share/vdr/bin/vdrshutdown-really.sh "${ROOT}"/etc/sudoers; then
eerror
eerror "Depricated sudo entry in /etc/sudoers"
eerror
fi
einfo "new file /etc/sudoers.d/vdr added"
echo
ewarn "IMPORTEND !!!"
ewarn "Please migrate to new sudo handling"
echo
ewarn "Upgrade Info:"
ewarn
ewarn "To keep the shutdown work correctly, remove the line from /etc/sudoers"
ewarn "\t${VDRSUDOENTRY}"
echo
ewarn "or execute this command:"
ewarn "\temerge --config gentoo-vdr-scripts"
echo
fi
elog "nvram wakeup is optional."
elog "To make use of it emerge sys-power/nvram-wakeup."
elog
elog "Plugins which should be used are now set via its"
elog "own config-file called /etc/conf.d/vdr.plugins"
elog "or enabled via the frontend eselect vdr-plugin."
elog
if [[ -f "${ROOT}/etc/init.d/dvbsplash" ]]; then
ewarn
ewarn "You have dvbsplash installed!"
ewarn "/etc/init.d/dvbsplash will now be deleted"
ewarn "as it causes difficult to debug problems."
ewarn
rm "${ROOT}/etc/init.d/dvbsplash"
fi
if [[ -f "${ROOT}"/etc/conf.d/vdr.dvdswitch ]] &&
grep -q ^DVDSWITCH_BURNSPEED= "${ROOT}"/etc/conf.d/vdr.dvdswitch
then
ewarn "You are setting DVDSWITCH_BURNSPEED in /etc/conf.d/vdr.dvdswitch"
ewarn "This no longer has any effect, please use"
ewarn "VDR_DVDBURNSPEED in /etc/conf.d/vdr.cd-dvd"
fi
}
pkg_config() {
if grep -q /usr/share/vdr/bin/vdrshutdown-really.sh "${ROOT}"/etc/sudoers; then
einfo "Removing depricated entry from /etc/sudoers:"
einfo "- ${VDRSUDOENTRY}"
cd "${T}"
cat >sudoedit-vdr.sh <<-SUDOEDITOR
#!/bin/bash
sed -i \${1} -e '/\/usr\/share\/vdr\/bin\/vdrshutdown-really.sh *$/d'
SUDOEDITOR
chmod a+x sudoedit-vdr.sh
VISUAL="${T}"/sudoedit-vdr.sh visudo -f "${ROOT}"/etc/sudoers || die "visudo failed"
einfo "Edited /etc/sudoers"
fi
}

@ -1,22 +0,0 @@
test? ( ruby_targets_ruby18? ( >=dev-ruby/facter-1.5.1[ruby_targets_ruby18] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby18] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby18] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby18] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby18] ) sqlite3? ( dev-ruby/sqlite3-ruby[ruby_targets_ruby18] ) virtual/ruby-ssl[ruby_targets_ruby18] ) ) emacs? ( virtual/emacs ) xemacs? ( app-editors/xemacs ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) )
ruby_targets_ruby18? ( >=dev-ruby/facter-1.5.1[ruby_targets_ruby18] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby18] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby18] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby18] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby18] ) sqlite3? ( dev-ruby/sqlite3-ruby[ruby_targets_ruby18] ) virtual/ruby-ssl[ruby_targets_ruby18] ) emacs? ( virtual/emacs ) xemacs? ( app-editors/xemacs ) rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] ) >=app-portage/eix-0.18.0 ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] )
0
mirror://rubygems/puppet-2.6.12.gem
http://puppetlabs.com/
GPL-2
A system automation and configuration management software
amd64 hppa ppc sparc x86
elisp-common eutils java-utils-2 multilib ruby-fakegem ruby-ng toolchain-funcs user versionator xemacs-elisp-common
augeas diff doc emacs ldap rrdtool selinux shadow sqlite3 vim-syntax xemacs test elibc_FreeBSD ruby_targets_ruby18 test test
3
compile configure install postinst postrm prepare setup test unpack

@ -0,0 +1,22 @@
test? ( ruby_targets_ruby18? ( >=dev-ruby/facter-1.5.6[ruby_targets_ruby18] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby18] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby18] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby18] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby18] ) sqlite3? ( dev-ruby/sqlite3-ruby[ruby_targets_ruby18] ) virtual/ruby-ssl[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/facter-1.5.6[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[ruby_targets_ruby19] ) virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/facter-1.5.6[ruby_targets_ree18] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ree18] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ree18] ) doc? ( dev-ruby/rdoc[ruby_targets_ree18] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ree18] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ree18] ) sqlite3? ( dev-ruby/sqlite3-ruby[ruby_targets_ree18] ) virtual/ruby-ssl[ruby_targets_ree18] ) ) emacs? ( virtual/emacs ) xemacs? ( app-editors/xemacs ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
ruby_targets_ruby18? ( >=dev-ruby/facter-1.5.6[ruby_targets_ruby18] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby18] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby18] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby18] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby18] ) sqlite3? ( dev-ruby/sqlite3-ruby[ruby_targets_ruby18] ) virtual/ruby-ssl[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/facter-1.5.6[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[ruby_targets_ruby19] ) virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/facter-1.5.6[ruby_targets_ree18] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ree18] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ree18] ) doc? ( dev-ruby/rdoc[ruby_targets_ree18] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ree18] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ree18] ) sqlite3? ( dev-ruby/sqlite3-ruby[ruby_targets_ree18] ) virtual/ruby-ssl[ruby_targets_ree18] ) emacs? ( virtual/emacs ) xemacs? ( app-editors/xemacs ) rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] ) >=app-portage/eix-0.18.0 ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
0
mirror://rubygems/puppet-2.7.12.gem
http://puppetlabs.com/
Apache-2.0
A system automation and configuration management software
~amd64 ~hppa ~ppc ~sparc ~x86
elisp-common eutils java-utils-2 multilib ruby-fakegem ruby-ng toolchain-funcs user versionator xemacs-elisp-common
augeas diff doc emacs ldap minimal rrdtool selinux shadow sqlite3 vim-syntax xemacs test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test test
|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 )
4
compile configure install postinst postrm prepare setup test unpack

@ -1,22 +0,0 @@
test? ( ruby_targets_ruby18? ( >=dev-ruby/facter-1.5.6[ruby_targets_ruby18] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby18] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby18] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby18] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby18] ) sqlite3? ( dev-ruby/sqlite3-ruby[ruby_targets_ruby18] ) virtual/ruby-ssl[ruby_targets_ruby18] ) ) emacs? ( virtual/emacs ) xemacs? ( app-editors/xemacs ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) )
ruby_targets_ruby18? ( >=dev-ruby/facter-1.5.6[ruby_targets_ruby18] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby18] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby18] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby18] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby18] ) sqlite3? ( dev-ruby/sqlite3-ruby[ruby_targets_ruby18] ) virtual/ruby-ssl[ruby_targets_ruby18] ) emacs? ( virtual/emacs ) xemacs? ( app-editors/xemacs ) rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] ) >=app-portage/eix-0.18.0 ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] )
0
mirror://rubygems/puppet-2.7.9.gem
http://puppetlabs.com/
Apache-2.0
A system automation and configuration management software
~amd64 ~hppa ~ppc ~sparc ~x86
elisp-common eutils java-utils-2 multilib ruby-fakegem ruby-ng toolchain-funcs user versionator xemacs-elisp-common
augeas diff doc emacs ldap minimal rrdtool selinux shadow sqlite3 vim-syntax xemacs test elibc_FreeBSD ruby_targets_ruby18 test test
|| ( ruby_targets_ruby18 )
4
compile configure install postinst postrm prepare setup test unpack

@ -0,0 +1,22 @@
dev-vcs/git || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
app-emulation/qemu-kvm app-text/gocr media-gfx/imagemagick media-video/ffmpeg2theora
0
http://os-autoinst.org/
GPL-2
automated testing of Operating Systems
autotools eutils git-2 libtool multilib toolchain-funcs user
4
configure prepare unpack

@ -0,0 +1,22 @@
sqlite? ( >=dev-db/sqlite-3 ) nls? ( virtual/libintl ) zsh-completion? ( !!<app-shells/zsh-completion-20091203-r1 ) app-arch/xz-utils nls? ( sys-devel/gettext )
sqlite? ( >=dev-db/sqlite-3 ) nls? ( virtual/libintl ) zsh-completion? ( !!<app-shells/zsh-completion-20091203-r1 )
0
mirror://berlios/eix/eix-0.25.3.tar.xz
http://eix.berlios.de
GPL-2
Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris
bash-completion-r1 multilib toolchain-funcs
debug +dep doc nls optimization security strong-optimization sqlite tools zsh-completion
4
configure install postinst

@ -6,7 +6,7 @@ http://files.portagefilelist.de/pfl-2.3.tar.bz2
http://www.portagefilelist.de
GPL-2
Searchable online file/package database for Gentoo
~amd64 ~arm ~ppc ~sparc ~x86
~amd64 ~arm ~hppa ~ppc ~sparc ~x86
distutils multilib python toolchain-funcs
+network-cron

@ -0,0 +1,22 @@
>=app-text/sword-1.6.1 >=dev-libs/glib-2 dev-libs/libxml2 gnome-base/gconf >=gnome-extra/libgsf-1.14 x11-libs/gtk+:3 dbus? ( dev-libs/dbus-glib ) !webkit? ( gnome-extra/gtkhtml:4.0 ) webkit? ( net-libs/webkit-gtk:3 ) app-text/docbook2X app-text/gnome-doc-utils app-text/rarian dev-libs/libxslt dev-util/intltool dev-util/pkgconfig || ( dev-lang/python:2.7 dev-lang/python:2.6 ) sys-devel/gettext >=sys-apps/sed-4 >=app-admin/eselect-python-20091230
>=app-text/sword-1.6.1 >=dev-libs/glib-2 dev-libs/libxml2 gnome-base/gconf >=gnome-extra/libgsf-1.14 x11-libs/gtk+:3 dbus? ( dev-libs/dbus-glib ) !webkit? ( gnome-extra/gtkhtml:4.0 ) webkit? ( net-libs/webkit-gtk:3 ) >=app-admin/eselect-python-20091230
0
mirror://sourceforge/gnomesword/xiphos-3.1.5.tar.gz
http://xiphos.org/
GPL-2 FDL-1.1 LGPL-2 MIT MPL-1.1
A bible study frontend for Sword (formerly known as GnomeSword)
~amd64 ~ppc ~x86
eutils flag-o-matic gnome2-utils multilib python toolchain-funcs user
dbus debug webkit
4
compile configure install postinst postrm preinst prepare setup

@ -0,0 +1,22 @@
>=virtual/jdk-1.5 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip )
>=virtual/jre-1.5 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip )
1.1
http://www.jcraft.com/jzlib/jzlib-1.1.1.zip
test
http://www.jcraft.com/jzlib/
BSD
JZlib is a re-implementation of zlib in pure Java
~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
eutils java-pkg-2 java-pkg-simple java-utils-2 multilib toolchain-funcs user versionator
elibc_FreeBSD doc examples source test elibc_FreeBSD
4
compile install preinst prepare setup test

@ -6,7 +6,7 @@ mirror://cpan/authors/id/S/SB/SBURKE/Text-Unidecode-0.04.tar.gz
http://search.cpan.org/dist/Text-Unidecode/
|| ( Artistic GPL-1 GPL-2 GPL-3 )
US-ASCII transliterations of Unicode text
amd64 ~ppc ~ppc64 x86 ~x86-solaris
amd64 ~hppa ~ppc ~ppc64 x86 ~x86-solaris
base eutils multilib perl-module toolchain-funcs user

@ -6,7 +6,7 @@ mirror://cpan/authors/id/G/GU/GUIDO/libintl-perl-1.20.tar.gz
http://guido-flohr.net/projects/libintl-perl http://search.cpan.org/dist/libintl-perl/
LGPL-2.1
Perl internationalization library that aims to be compatible with the Uniforum message translations system
~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
base eutils multilib perl-module toolchain-funcs user

@ -1,10 +1,10 @@
dev-libs/libxml2 dev-libs/libxslt >=x11-libs/qt-core-4.7.0 >=x11-libs/qt-xmlpatterns-4.7.0 dev-util/pkgconfig test? ( >=x11-libs/qt-test-4.7.0 ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
dev-libs/libxml2 dev-libs/libxslt >=x11-libs/qt-core-4.7.0 >=x11-libs/qt-xmlpatterns-4.7.0
>=dev-libs/libxml2-2.6.32 >=dev-libs/libxslt-1.1.19 >=x11-libs/qt-core-4.7.0:4 >=x11-libs/qt-xmlpatterns-4.7.0:4 test? ( >=x11-libs/qt-gui-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
>=dev-libs/libxml2-2.6.32 >=dev-libs/libxslt-1.1.19 >=x11-libs/qt-core-4.7.0:4 >=x11-libs/qt-xmlpatterns-4.7.0:4
0
http://www.pyside.org/files/apiextractor-0.10.10.tar.bz2
http://www.pyside.org/
LGPL-2.1
GPL-2
Library used to create an internal representation of an API in order to create Python bindings
~amd64 ~x86
base cmake-utils eutils flag-o-matic multilib toolchain-funcs user

@ -1,11 +1,11 @@
test? ( >=x11-libs/qt-test-4.7.0 ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
>=dev-python/apiextractor-0.10 >=x11-libs/qt-core-4.7.0
>=dev-python/apiextractor-0.10.10 >=x11-libs/qt-core-4.7.0:4 test? ( >=x11-libs/qt-test-4.7.0:4 ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
>=dev-python/apiextractor-0.10.10 >=x11-libs/qt-core-4.7.0:4
0
http://www.pyside.org/files/generatorrunner-0.6.16.tar.bz2
http://www.pyside.org/
LGPL-2.1
A tool that controls bindings generation
GPL-2
A tool to control bindings generation
~amd64 ~x86
base cmake-utils eutils flag-o-matic multilib toolchain-funcs user
debug test

@ -0,0 +1,22 @@
test? ( ruby_targets_ruby18? ( >=dev-ruby/iobuffer-1[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/iobuffer-1[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/iobuffer-1[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
ruby_targets_ruby18? ( >=dev-ruby/iobuffer-1[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/iobuffer-1[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/iobuffer-1[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
0
http://rubygems.org/downloads/cool.io-1.1.0.gem
http://coolio.github.com/
MIT
A high performance event framework for Ruby which uses the libev C library
~amd64 ~x86
eutils java-utils-2 multilib ruby-fakegem ruby-ng toolchain-funcs user versionator
test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test
|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 )
4
compile configure install prepare setup test unpack

@ -0,0 +1,22 @@
dev-libs/libev test? ( ruby_targets_ruby18? ( >=dev-ruby/iobuffer-1[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/iobuffer-1[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/iobuffer-1[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
dev-libs/libev ruby_targets_ruby18? ( >=dev-ruby/iobuffer-1[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/iobuffer-1[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/iobuffer-1[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
0
http://rubygems.org/downloads/cool.io-1.1.0.gem
http://coolio.github.com/
MIT
A high performance event framework for Ruby which uses the libev C library
~amd64 ~x86
eutils java-utils-2 multilib ruby-fakegem ruby-ng toolchain-funcs user versionator
test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test test
|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 )
4
compile configure install prepare setup test unpack

@ -0,0 +1,22 @@
ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
0
mirror://rubygems/iobuffer-1.1.2.gem
http://mynyml.com/ruby/flexible-continuous-testing
MIT
IO::Buffer is a fast byte queue which is primarily intended for non-blocking I/O applications
~amd64 ~x86 ~x86-macos
eutils java-utils-2 multilib ruby-fakegem ruby-ng toolchain-funcs user versionator
elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test
|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 )
4
compile configure install prepare setup test unpack

@ -0,0 +1,22 @@
ruby_targets_ruby18? ( test? ( dev-ruby/bundler[ruby_targets_ruby18] dev-ruby/rspec[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/bundler[ruby_targets_ruby19] dev-ruby/rspec[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/bundler[ruby_targets_ree18] dev-ruby/rspec[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
0
http://github.com/tarcieri/iobuffer/tarball/v1.1.2 -> iobuffer-git-1.1.2.tgz
http://github.com/tarcieri/iobuffer
MIT
IO::Buffer is a fast byte queue which is primarily intended for non-blocking I/O applications
~amd64 ~x86 ~x86-macos
eutils java-utils-2 multilib ruby-fakegem ruby-ng toolchain-funcs user versionator
elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test test
|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 )
4
compile configure install prepare setup test unpack

@ -0,0 +1,22 @@
>=net-nds/openldap-2 dev-libs/cyrus-sasl ssl? ( dev-libs/openssl ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
>=net-nds/openldap-2 dev-libs/cyrus-sasl ssl? ( dev-libs/openssl ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
0
mirror://rubygems/ruby-ldap-0.9.12.gem
test
http://ruby-ldap.sourceforge.net/
BSD
A Ruby interface to some LDAP libraries
~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos
eutils java-utils-2 multilib ruby-fakegem ruby-ng toolchain-funcs user versionator
ssl elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test test
|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 )
4
compile configure install prepare setup test unpack

@ -0,0 +1,22 @@
ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
0
mirror://rubygems/ruby-shadow-2.1.2.gem
http://ttsky.net
Ruby
ruby shadow bindings
~amd64 ~hppa ~ppc ~sparc ~x86
eutils java-utils-2 multilib ruby-fakegem ruby-ng toolchain-funcs user versionator
elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test
|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 )
4
compile configure install prepare setup test unpack

@ -1,22 +0,0 @@
test? ( =dev-lang/python-2* )
0
mirror://sourceforge/uncrustify/uncrustify-0.55.tar.gz
http://uncrustify.sourceforge.net/
GPL-2
C/C++/C#/D/Java/Pawn code indenter and beautifier
amd64 x86 ~amd64-linux ~ppc-macos ~x86-solaris
test
install test

@ -1,7 +1,7 @@
test? ( =dev-lang/python-2* )
0
mirror://sourceforge/uncrustify/uncrustify-0.56.tar.gz
mirror://sourceforge/uncrustify/uncrustify-0.59.tar.gz
http://uncrustify.sourceforge.net/
GPL-2

@ -0,0 +1,22 @@
fontforge? ( media-gfx/fontforge ) app-arch/unzip X? ( x11-apps/mkfontdir media-fonts/encodings ) >=media-libs/fontconfig-2.4.0
0
!fontforge? ( https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-1.07.2.tar.gz ) fontforge? ( https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-1.07.2.tar.gz )
https://fedorahosted.org/liberation-fonts
GPL-2-with-exceptions
A GPL-2 Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat
~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
eutils font multilib toolchain-funcs user
fontforge X X
4
install postinst postrm setup

@ -0,0 +1,22 @@
>=dev-libs/glib-2.30.2:2 >=dev-libs/atk-2.0.1 >=x11-libs/gtk+-2.24.7:2 >=x11-libs/gdk-pixbuf-2.24:2 >=x11-libs/cairo-1.10.2 >=x11-libs/pango-1.29.4 xpm? ( x11-libs/libXpm ) >=media-libs/freetype-2.1.7 >=media-libs/fontconfig-2.2.0 sys-libs/zlib dev-libs/libxml2 dev-libs/libxslt x11-misc/xdg-utils x11-themes/hicolor-icon-theme >=media-libs/babl-0.1.6 >=media-libs/gegl-0.1.8 aalib? ( media-libs/aalib ) alsa? ( media-libs/alsa-lib ) curl? ( net-misc/curl ) dbus? ( dev-libs/dbus-glib ) gnome? ( gnome-base/gvfs ) webkit? ( >=net-libs/webkit-gtk-1.6.1:2 ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/jasper ) exif? ( >=media-libs/libexif-0.6.15 ) lcms? ( >=media-libs/lcms-1.16:0 ) mng? ( media-libs/libmng ) pdf? ( >=app-text/poppler-0.12.4[cairo] ) png? ( >=media-libs/libpng-1.2.37:0 ) python? ( >=dev-python/pygtk-2.10.4:2 ) tiff? ( >=media-libs/tiff-3.5.7:0 ) svg? ( >=gnome-base/librsvg-2.34.2:2 ) wmf? ( >=media-libs/libwmf-0.2.8 ) x11-libs/libXcursor sys-libs/zlib bzip2? ( app-arch/bzip2 ) gs? ( app-text/ghostscript-gpl ) udev? ( sys-fs/udev[gudev] ) >=dev-util/pkgconfig-0.22 >=dev-util/intltool-0.40.1 >=sys-devel/gettext-0.17 doc? ( >=dev-util/gtk-doc-1 ) >=sys-devel/libtool-2.2 >=sys-devel/automake-1.11 dev-util/gtk-doc-am || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) )
>=dev-libs/glib-2.30.2:2 >=dev-libs/atk-2.0.1 >=x11-libs/gtk+-2.24.7:2 >=x11-libs/gdk-pixbuf-2.24:2 >=x11-libs/cairo-1.10.2 >=x11-libs/pango-1.29.4 xpm? ( x11-libs/libXpm ) >=media-libs/freetype-2.1.7 >=media-libs/fontconfig-2.2.0 sys-libs/zlib dev-libs/libxml2 dev-libs/libxslt x11-misc/xdg-utils x11-themes/hicolor-icon-theme >=media-libs/babl-0.1.6 >=media-libs/gegl-0.1.8 aalib? ( media-libs/aalib ) alsa? ( media-libs/alsa-lib ) curl? ( net-misc/curl ) dbus? ( dev-libs/dbus-glib ) gnome? ( gnome-base/gvfs ) webkit? ( >=net-libs/webkit-gtk-1.6.1:2 ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/jasper ) exif? ( >=media-libs/libexif-0.6.15 ) lcms? ( >=media-libs/lcms-1.16:0 ) mng? ( media-libs/libmng ) pdf? ( >=app-text/poppler-0.12.4[cairo] ) png? ( >=media-libs/libpng-1.2.37:0 ) python? ( >=dev-python/pygtk-2.10.4:2 ) tiff? ( >=media-libs/tiff-3.5.7:0 ) svg? ( >=gnome-base/librsvg-2.34.2:2 ) wmf? ( >=media-libs/libwmf-0.2.8 ) x11-libs/libXcursor sys-libs/zlib bzip2? ( app-arch/bzip2 ) gs? ( app-text/ghostscript-gpl ) udev? ( sys-fs/udev[gudev] ) >=app-admin/eselect-python-20091230 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) )
2
mirror://gimp/v2.7/gimp-2.7.5.tar.bz2
http://www.gimp.org/
GPL-3 LGPL-3
GNU Image Manipulation Program
~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
autotools eutils fdo-mime gnome.org gnome2 gnome2-utils libtool multilib python toolchain-funcs user versionator
alsa aalib altivec bzip2 curl dbus debug doc exif gnome gs jpeg jpeg2k lcms mmx mng pdf png python smp sse svg tiff udev webkit wmf xpm debug
3
compile configure install postinst postrm preinst prepare setup unpack

@ -8,8 +8,8 @@ MIT LGPL-3 SGI-B-2.0
OpenGL-like graphic library for Linux
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris
autotools base eutils flag-o-matic libtool multilib toolchain-funcs user
video_cards_i915 video_cards_i965 video_cards_intel video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_nouveau video_cards_vmware bindist +classic d3d debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +nptl openvg osmesa pax_kernel pic selinux shared-dricore +shared-glapi vdpau wayland xvmc kernel_FreeBSD
d3d? ( gallium ) g3dvl? ( gallium ) llvm? ( gallium ) openvg? ( egl gallium ) gbm? ( shared-glapi ) g3dvl? ( || ( vdpau xvmc ) ) vdpau? ( g3dvl ) xvmc? ( g3dvl ) video_cards_intel? ( || ( classic gallium ) ) video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_nouveau? ( || ( classic gallium ) ) video_cards_radeon? ( || ( classic gallium ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) video_cards_r300? ( gallium ) video_cards_r600? ( gallium ) video_cards_vmware? ( gallium )
video_cards_i915 video_cards_i965 video_cards_intel video_cards_r100 video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeon video_cards_nouveau video_cards_vmware bindist +classic d3d debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +nptl openvg osmesa pax_kernel pic selinux shared-dricore +shared-glapi vdpau wayland xa xvmc kernel_FreeBSD
d3d? ( gallium ) g3dvl? ( gallium ) llvm? ( gallium ) openvg? ( egl gallium ) gbm? ( shared-glapi ) g3dvl? ( || ( vdpau xvmc ) ) vdpau? ( g3dvl ) xa? ( gallium ) xvmc? ( g3dvl ) video_cards_intel? ( || ( classic gallium ) ) video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_nouveau? ( || ( classic gallium ) ) video_cards_radeon? ( || ( classic gallium ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) video_cards_r300? ( gallium ) video_cards_r600? ( gallium ) video_cards_vmware? ( gallium )
4

@ -6,7 +6,7 @@ http://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-1.0.tar.xz
http://freedesktop.org/software/pulseaudio/pavucontrol/
GPL-2
Pulseaudio Volume Control, GTK based mixer for Pulseaudio
~amd64 ~ppc ~sparc ~x86 ~x86-fbsd
amd64 ~ppc ~sparc ~x86 ~x86-fbsd
nls

@ -0,0 +1,22 @@
nvram? ( sys-power/nvram-wakeup ) app-admin/sudo sys-process/wait_on_pid
0
mirror://gentoo/gentoo-vdr-scripts-0.5.2.tar.bz2 http://dev.gentoo.org/~hd_brummy/distfiles/gentoo-vdr-scripts-0.5.2.tar.bz2
http://www.gentoo.org/
GPL-2
Scripts necessary for use of vdr as a set-top-box
~amd64 ~arm ~ppc ~x86
eutils multilib toolchain-funcs user
nvram
4
config install postinst preinst prepare setup

@ -1,5 +1,5 @@
x11-libs/qt-gui amd64? ( app-emulation/emul-linux-x86-qtlibs )
x11-libs/qt-gui amd64? ( app-emulation/emul-linux-x86-qtlibs ) net-im/skype
x11-libs/qt-gui amd64? ( app-emulation/emul-linux-x86-qtlibs ) net-im/skype[-qt-static]
0
http://dev.gentoo.org/~slyfox/skypetab-ng-0.4.9_pre20111124.tar.gz

@ -1,5 +1,5 @@
x11-libs/qt-gui amd64? ( app-emulation/emul-linux-x86-qtlibs ) dev-vcs/git
x11-libs/qt-gui amd64? ( app-emulation/emul-linux-x86-qtlibs ) net-im/skype
x11-libs/qt-gui amd64? ( app-emulation/emul-linux-x86-qtlibs ) net-im/skype[-qt-static]
0

@ -0,0 +1,22 @@
>=net-misc/networkmanager-0.9.2.0 >=dev-libs/dbus-glib-0.74 dev-libs/libxml2:2 net-misc/openconnect gnome? ( >=x11-libs/gtk+-2.91.4:3 gnome-base/gconf:2 gnome-base/gnome-keyring ) sys-devel/gettext dev-util/intltool dev-util/pkgconfig app-arch/xz-utils
>=net-misc/networkmanager-0.9.2.0 >=dev-libs/dbus-glib-0.74 dev-libs/libxml2:2 net-misc/openconnect gnome? ( >=x11-libs/gtk+-2.91.4:3 gnome-base/gconf:2 gnome-base/gnome-keyring )
0
mirror://gnome/sources/NetworkManager-openconnect/0.9/NetworkManager-openconnect-0.9.2.0.tar.xz
http://www.gnome.org/projects/NetworkManager/
GPL-2
NetworkManager OpenConnect plugin
~amd64 ~x86
eutils gnome.org multilib toolchain-funcs user versionator
gnome
4
configure install postinst prepare

@ -0,0 +1,22 @@
!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 )
!build? ( >=sys-libs/ncurses-5.2 sys-devel/make )
2.6.32.58
mirror://kernel/linux/kernel/v2.6/longterm/v2.6.32/patch-2.6.32.58.bz2 mirror://kernel/linux/kernel/v2.6/longterm/v2.6.32/linux-2.6.32.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-2.6.32.N/deblob-2.6.32 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-2.6.32.N/deblob-check -> deblob-check-2.6.32 )
binchecks strip
http://www.kernel.org
GPL-2 !deblob? ( freedist )
Full sources for the Linux kernel
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86
eutils kernel-2 multilib toolchain-funcs user versionator
deblob symlink build deblob
!build? ( virtual/dev-manager )
2
compile install postinst postrm preinst setup test unpack

@ -1,22 +0,0 @@
app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.9.4 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng >=media-libs/libwebp-0.1.3 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-fs/udev sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) >=dev-lang/nacl-toolchain-newlib-0_p7311 dev-lang/perl dev-lang/yasm dev-python/simplejson >=dev-util/gperf-3.0.3 >=dev-util/pkgconfig-0.23 >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 test? ( dev-python/pyftpdlib >=dev-python/tlslite-0.4.0 ) >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.9.4 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng >=media-libs/libwebp-0.1.3 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-fs/udev sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
0
http://commondatastorage.googleapis.com/chromium-browser-official/chromium-19.0.1055.1.tar.bz2
http://chromium.org/
BSD
Open-source version of Google Chrome web browser
~amd64 ~x86
eutils fdo-mime flag-o-matic gnome2-utils linux-info multilib pax-utils portability python toolchain-funcs user versionator virtualx
bindist cups custom-cflags gnome gnome-keyring kerberos pulseaudio linguas_am linguas_ar linguas_bg linguas_bn linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es linguas_es_LA linguas_et linguas_fa linguas_fi linguas_fil linguas_fr linguas_gu linguas_he linguas_hi linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_kn linguas_ko linguas_lt linguas_lv linguas_ml linguas_mr linguas_ms linguas_nb linguas_nl linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sv linguas_sw linguas_ta linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW test
4
compile configure install postinst postrm preinst prepare setup test

@ -0,0 +1,22 @@
app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.9.13 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng >=media-libs/libwebp-0.1.3 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-fs/udev sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) >=dev-lang/nacl-toolchain-newlib-0_p7311 dev-lang/perl dev-lang/yasm dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 >=dev-util/pkgconfig-0.23 >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.9.13 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng >=media-libs/libwebp-0.1.3 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-fs/udev sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
0
http://commondatastorage.googleapis.com/chromium-browser-official/chromium-19.0.1068.0.tar.bz2
http://chromium.org/
BSD
Open-source version of Google Chrome web browser
~amd64 ~x86
eutils fdo-mime flag-o-matic gnome2-utils linux-info multilib pax-utils portability python toolchain-funcs user versionator virtualx
bindist cups custom-cflags gnome gnome-keyring kerberos pulseaudio linguas_am linguas_ar linguas_bg linguas_bn linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es linguas_es_LA linguas_et linguas_fa linguas_fi linguas_fil linguas_fr linguas_gu linguas_he linguas_hi linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_kn linguas_ko linguas_lt linguas_lv linguas_ml linguas_mr linguas_ms linguas_nb linguas_nl linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sv linguas_sw linguas_ta linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW test
4
compile configure install postinst postrm preinst prepare setup test

@ -1,4 +1,4 @@
app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.9.13 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng >=media-libs/libwebp-0.1.3 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-fs/udev sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) >=dev-lang/nacl-toolchain-newlib-0_p7311 dev-lang/perl dev-lang/yasm dev-python/simplejson >=dev-util/gperf-3.0.3 >=dev-util/pkgconfig-0.23 >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) dev-vcs/subversion net-misc/rsync test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.9.13 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng >=media-libs/libwebp-0.1.3 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-fs/udev sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) >=dev-lang/nacl-toolchain-newlib-0_p7311 dev-lang/perl dev-lang/yasm dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 >=dev-util/pkgconfig-0.23 >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) dev-vcs/subversion net-misc/rsync test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.9.13 dev-libs/dbus-glib dev-libs/elfutils >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng >=media-libs/libwebp-0.1.3 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-fs/udev sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
live

@ -1,12 +1,12 @@
>=sys-apps/sed-4 app-arch/xz-utils >=sys-apps/sed-4
media-libs/fontconfig media-libs/freetype sys-apps/util-linux sys-libs/zlib virtual/opengl x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXft x11-libs/libXrender x11-libs/libXt gtk? ( dev-libs/atk dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/pixman ) gtk3? ( dev-libs/atk dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/pixman ) kde? ( kde-base/kdelibs x11-libs/qt-core x11-libs/qt-gui ) gstreamer? ( dev-libs/glib:2 dev-libs/libxml2 media-libs/gst-plugins-base media-libs/gstreamer media-plugins/gst-plugins-meta )
0
amd64? ( http://snapshot.opera.com/unix/torsdag2_12.00-1312/opera-next-12.00-1312.x86_64.linux.tar.xz ) x86? ( http://snapshot.opera.com/unix/torsdag2_12.00-1312/opera-next-12.00-1312.i386.linux.tar.xz ) x86-fbsd? ( http://snapshot.opera.com/unix/torsdag2_12.00-1312/opera-next-12.00-1312.i386.freebsd.tar.xz )
x86? ( http://snapshot.opera.com/unix/wprefs_12.00-1328/opera-next-12.00-1328.i386.linux.tar.xz ) x86-fbsd? ( http://snapshot.opera.com/unix/wprefs_12.00-1328/opera-next-12.00-1328.i386.freebsd.tar.xz )
http://www.opera.com/
OPERA-11 LGPL-2 LGPL-3
A fast and secure web browser and Internet suite
~amd64 ~x86 ~x86-fbsd
~x86 ~x86-fbsd
eutils fdo-mime gnome2-utils multilib pax-utils toolchain-funcs user versionator
elibc_FreeBSD gtk gtk3 kde +gstreamer linguas_af linguas_az linguas_be linguas_bg linguas_bn linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es_ES linguas_es_LA linguas_et linguas_fi linguas_fr linguas_fr_CA linguas_fy linguas_gd linguas_hi linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_ka linguas_ko linguas_lt linguas_me linguas_mk linguas_ms linguas_nb linguas_nl linguas_nn linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sr linguas_sv linguas_sw linguas_ta linguas_te linguas_th linguas_tl linguas_tr linguas_uk linguas_uz linguas_vi linguas_zh_CN linguas_zh_TW linguas_zu

@ -0,0 +1,22 @@
>=sys-apps/sed-4 app-arch/xz-utils >=sys-apps/sed-4
media-libs/fontconfig media-libs/freetype sys-apps/util-linux sys-libs/zlib virtual/opengl x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXft x11-libs/libXrender x11-libs/libXt gtk? ( dev-libs/atk dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/pixman ) gtk3? ( dev-libs/atk dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/pixman ) kde? ( kde-base/kdelibs x11-libs/qt-core x11-libs/qt-gui ) gstreamer? ( dev-libs/glib:2 dev-libs/libxml2 media-libs/gst-plugins-base media-libs/gstreamer media-plugins/gst-plugins-meta )
0
amd64? ( http://snapshot.opera.com/unix/wprefs_12.00-1328/opera-next-12.00-1331.x86_64.linux.tar.xz )
http://www.opera.com/
OPERA-11 LGPL-2 LGPL-3
A fast and secure web browser and Internet suite
~amd64
eutils fdo-mime gnome2-utils multilib pax-utils toolchain-funcs user versionator
elibc_FreeBSD gtk gtk3 kde +gstreamer linguas_af linguas_az linguas_be linguas_bg linguas_bn linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es_ES linguas_es_LA linguas_et linguas_fi linguas_fr linguas_fr_CA linguas_fy linguas_gd linguas_hi linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_ka linguas_ko linguas_lt linguas_me linguas_mk linguas_ms linguas_nb linguas_nl linguas_nn linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sr linguas_sv linguas_sw linguas_ta linguas_te linguas_th linguas_tl linguas_tr linguas_uk linguas_uz linguas_vi linguas_zh_CN linguas_zh_TW linguas_zu
4
install postinst postrm preinst prepare unpack

File diff suppressed because one or more lines are too long

@ -0,0 +1,22 @@
x11-libs/libdrm[libkms,video_cards_vmware] media-libs/mesa[xa] x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.15.0 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.15.0 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.15.0 >=media-fonts/font-util-1.2.0 ) >=dev-util/pkgconfig-0.23 x11-proto/xf86driproto x11-proto/glproto x11-proto/dri2proto x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess
x11-libs/libdrm[libkms,video_cards_vmware] media-libs/mesa[xa] x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess
0
http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vmware-12.0.1.tar.bz2
http://xorg.freedesktop.org/
MIT
VMware SVGA video driver
~amd64 ~x86 ~x86-fbsd
autotools autotools-utils eutils flag-o-matic libtool multilib toolchain-funcs user xorg-2
4
compile configure install postinst postrm prepare test unpack

@ -1 +1 @@
Wed, 14 Mar 2012 12:06:47 +0000
Wed, 14 Mar 2012 21:36:46 +0000

@ -8,8 +8,8 @@
execution of arbitrary code and other attacks.
</synopsis>
<product type="ebuild">openssl</product>
<announced>January 27, 2012</announced>
<revised>January 27, 2012: 5</revised>
<announced>October 09, 2011</announced>
<revised>March 14, 2012: 7</revised>
<bug>303739</bug>
<bug>308011</bug>
<bug>322575</bug>
@ -25,6 +25,7 @@
<unaffected range="rge">0.9.8r</unaffected>
<unaffected range="rge">0.9.8s</unaffected>
<unaffected range="rge">0.9.8t</unaffected>
<unaffected range="rge">0.9.8u</unaffected>
<vulnerable range="lt">1.0.0e</vulnerable>
</package>
</affected>
@ -79,7 +80,7 @@
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-3210">CVE-2011-3210</uri>
</references>
<metadata timestamp="Fri, 07 Oct 2011 23:38:03 +0000" tag="requester">craig</metadata>
<metadata timestamp="Fri, 27 Jan 2012 16:27:31 +0000" tag="submitter">
<metadata timestamp="Wed, 14 Mar 2012 12:45:04 +0000" tag="submitter">
keytoaster
</metadata>
</glsa>

@ -10,7 +10,7 @@
</synopsis>
<product type="ebuild">openssl</product>
<announced>March 06, 2012</announced>
<revised>March 06, 2012: 1</revised>
<revised>March 14, 2012: 3</revised>
<bug>397695</bug>
<bug>399365</bug>
<access>remote</access>
@ -18,6 +18,7 @@
<package name="dev-libs/openssl" auto="yes" arch="*">
<unaffected range="ge">1.0.0g</unaffected>
<unaffected range="rge">0.9.8t</unaffected>
<unaffected range="rge">0.9.8u</unaffected>
<vulnerable range="lt">1.0.0g</vulnerable>
</package>
</affected>
@ -86,5 +87,5 @@
</uri>
</references>
<metadata timestamp="Mon, 16 Jan 2012 19:58:37 +0000" tag="requester">ago</metadata>
<metadata timestamp="Tue, 06 Mar 2012 01:48:17 +0000" tag="submitter">ackle</metadata>
<metadata timestamp="Wed, 14 Mar 2012 12:44:13 +0000" tag="submitter">ackle</metadata>
</glsa>

@ -1 +1 @@
Wed, 14 Mar 2012 12:06:47 +0000
Wed, 14 Mar 2012 21:36:46 +0000

@ -1 +1 @@
Wed, 14 Mar 2012 12:06:48 +0000
Wed, 14 Mar 2012 21:36:48 +0000

@ -1 +1 @@
Wed Mar 14 12:06:46 UTC 2012
Wed Mar 14 21:36:46 UTC 2012

@ -1 +1 @@
Wed, 14 Mar 2012 12:30:01 +0000
Wed, 14 Mar 2012 22:00:01 +0000

@ -1 +1 @@
1331726701 Wed Mar 14 12:05:01 2012 UTC
1331760901 Wed Mar 14 21:35:01 2012 UTC

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/skypetab-ng/skypetab-ng-0.4.9_pre20111124.ebuild,v 1.1 2012/02/11 10:47:39 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/net-im/skypetab-ng/skypetab-ng-0.4.9_pre20111124-r1.ebuild,v 1.1 2012/03/14 17:04:48 slyfox Exp $
EAPI=4
@ -29,7 +29,7 @@ DEPEND="
amd64? ( app-emulation/emul-linux-x86-qtlibs )
"
RDEPEND="${DEPEND}
net-im/skype
net-im/skype[-qt-static]
"
S=${WORKDIR}/${MY_P}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/skypetab-ng/skypetab-ng-9999.ebuild,v 1.1 2012/02/11 10:47:39 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/net-im/skypetab-ng/skypetab-ng-9999.ebuild,v 1.2 2012/03/14 17:03:17 slyfox Exp $
EAPI=4
@ -29,7 +29,7 @@ DEPEND="
amd64? ( app-emulation/emul-linux-x86-qtlibs )
"
RDEPEND="${DEPEND}
net-im/skype
net-im/skype[-qt-static]
"
S=${WORKDIR}/${MY_P}

@ -0,0 +1,20 @@
commit ca8a39d1bb999ba98ead45e53041fc3ea28ecd5c
Author: David Woodhouse <David.Woodhouse@intel.com>
Date: Thu Nov 10 23:19:32 2011 +0000
Fix build failure: include <glib.h>, not <glib/gtypes.h> directly.
diff --git a/src/nm-openconnect-service.h b/src/nm-openconnect-service.h
index e454f82..684a5b3 100644
--- a/src/nm-openconnect-service.h
+++ b/src/nm-openconnect-service.h
@@ -25,8 +25,7 @@
#ifndef NM_OPENCONNECT_PLUGIN_H
#define NM_OPENCONNECT_PLUGIN_H
-#include <glib/gtypes.h>
-#include <glib-object.h>
+#include <glib.h>
#include <nm-vpn-plugin.h>
#define NM_TYPE_OPENCONNECT_PLUGIN (nm_openconnect_plugin_get_type ())

@ -0,0 +1,58 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager-openconnect/networkmanager-openconnect-0.9.2.0-r1.ebuild,v 1.1 2012/03/14 13:47:49 tetromino Exp $
EAPI="4"
GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
inherit eutils gnome.org user
DESCRIPTION="NetworkManager OpenConnect plugin"
HOMEPAGE="http://www.gnome.org/projects/NetworkManager/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gnome"
RDEPEND="
>=net-misc/networkmanager-${PV}
>=dev-libs/dbus-glib-0.74
dev-libs/libxml2:2
net-misc/openconnect
gnome? (
>=x11-libs/gtk+-2.91.4:3
gnome-base/gconf:2
gnome-base/gnome-keyring
)"
DEPEND="${RDEPEND}
sys-devel/gettext
dev-util/intltool
dev-util/pkgconfig"
src_prepare() {
# Upstream patch for glib-2.31 compatibility
epatch "${FILESDIR}/${P}-glib-2.31.patch"
}
src_configure() {
ECONF="--disable-more-warnings
--disable-static
--with-gtkver=3
$(use_with gnome)
$(use_with gnome authdlg)"
econf ${ECONF}
}
src_install() {
default
# Remove useless .la files
find "${D}" -name '*.la' -exec rm -f {} +
}
pkg_postinst() {
enewgroup nm-openconnect
enewuser nm-openconnect -1 -1 -1 nm-openconnect
}

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

Loading…
Cancel
Save