Sync with portage [Sun Jul 15 15:36:46 MSK 2012].

mhiretskiy
root 12 years ago
parent 41612fd05d
commit 538c48ba19

@ -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-benchmarks/spew/spew-1.0.8.ebuild,v 1.5 2011/08/24 19:29:14 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/spew/spew-1.0.8.ebuild,v 1.6 2012/07/14 12:36:36 blueness Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.berlios.de/pub/spew/1.0.8/spew-1.0.8.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
IUSE="static"
DEPEND="static? ( sys-libs/ncurses[-gpm] dev-libs/popt[static-libs] )

@ -1,4 +1,2 @@
DIST html526.tar.gz 542192666 SHA256 9e5e9d10e93cb8be6b6e0dc63b0bc4848c2b9762459102be205d9269f81748d9 SHA512 e18a49510cfd70eee8016f8d47a4a99f47b361b9e18a546a7124acfa245efd1b531013ea0bdb853e734531b091a908493fa7c42d3da2add52ee31d172ab7bce1 WHIRLPOOL 1780cb5afe6a66af48371038042d56c79892bcb5ec852fbc924526443163c6b0d577d1b91bb2c86b15e383192ac212e55e423c4527de866d7d34ab3219b0b2ad
DIST html528.tar.gz 1145194061 SHA256 424ea6ec6fd1606c27379cf56f63ab52a99b7e3ac3b98f8b08a50841069ade5a SHA512 6f1f05daf0da8317bc6f88b23ac2b57a274363ba0eb945155aeafa9a1cafcb118542126b6a354775def22f2486bbd56d09c07d0fa4e40970dea57abf577da85d WHIRLPOOL 63881c0ab516f12765c507fa198a2ba2281228ab7bd151ff9dc0f049914766d64ab4b6dbae8a8fd4b41ff7236ac68d4c2a89e7bc02cbf60ea1823df9f6ef8f69
DIST root_v5.32.03.source.tar.gz 55529362 SHA256 575057c429625df69f0fa5c303287acefff185cda8cf8d1e9a6b2d21097d5ae6 SHA512 2e067eb9c6bbda5cf4df6973a3cf5307540247fb07c349f7ee74c0cf6a4abbb63f585a9ff67139cae985250fc5c5106b5ea03d7d9d2bcd20269e0ec8760ebd02 WHIRLPOOL 87dbf6f55f82001e07afc3b467e95f841f185f1f67d1dbd953f73e8aa9127ef8485db84100d6e9a08f0ae6aa5b45a565398eb6723145fff16c07e5158bb3e3ab
DIST root_v5.34.00.source.tar.gz 56214534 SHA256 808e04876dbc9cfbfea54ee11ba35e90382e8ff4219dbdbe2d2236a9dadf7df1 SHA512 2502281b8b5de5771d5a135080d2aba7797a477e0a769c8e6b2801959896bb4b0ce8f2e0c6a64459ffb28e46d681cad0b8af5430c0648654b57a9a3d744a499d WHIRLPOOL e7db950b5460ec8871b4b2b191d33850b23951b0de3285aad602d380f3935f3ab7ac86cd6fb8ab6534d188bf31a80c0e3d7972f931f7d9588274d9b76bea7861

@ -1,22 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/root-docs/root-docs-5.26.00.ebuild,v 1.4 2010/07/11 17:47:19 armin76 Exp $
inherit versionator
S=${WORKDIR}/htmldoc
DESCRIPTION="An Object-Oriented Data Analysis Framework"
VER=$(str=( $(get_version_components) ); echo "${str[0]}${str[1]}")
SRC_URI="ftp://root.cern.ch/root/html${VER}.tar.gz"
HOMEPAGE="http://root.cern.ch/"
SLOT="0"
LICENSE="as-is"
IUSE=""
KEYWORDS="amd64 sparc x86"
src_install() {
docpath="/usr/share/doc/${PF}/"
mkdir -p "$D"/${docpath}
cp -r * "$D"/${docpath}
}

@ -1,25 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/root-docs/root-docs-5.28-r1.ebuild,v 1.1 2011/05/17 17:51:07 bicatali Exp $
EAPI=3
inherit versionator
DESCRIPTION="An Object-Oriented Data Analysis Framework"
MYP=html$(replace_version_separator 1 '')
SRC_URI="ftp://root.cern.ch/root/${MYP}.tar.gz"
HOMEPAGE="http://root.cern.ch/"
SLOT="0"
LICENSE="as-is"
IUSE=""
KEYWORDS="~amd64 ~x86"
S=${WORKDIR}/htmldoc
src_install() {
insinto /usr/share/doc/${PF}/html
# use mv, there is too much to copy
mv * "${ED}"/usr/share/doc/${PF}/html
}

@ -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-doc/root-docs/root-docs-5.32.03.ebuild,v 1.3 2012/07/09 11:46:01 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-doc/root-docs/root-docs-5.32.03.ebuild,v 1.4 2012/07/14 18:45:53 jdhore Exp $
EAPI=4
@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
KEYWORDS=""
else
SRC_URI="ftp://root.cern.ch/${ROOT_PN}/${ROOT_PN}_v${PV}.source.tar.gz"
KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
fi
inherit eutils multilib toolchain-funcs virtualx

@ -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-editors/emacs-vcs/emacs-vcs-24.1.9999-r1.ebuild,v 1.7 2012/06/29 07:59:16 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.1.9999-r1.ebuild,v 1.8 2012/07/14 14:36:09 ulm Exp $
EAPI=4
@ -94,7 +94,7 @@ SITEFILE="20${PN}-${SLOT}-gentoo.el"
src_prepare() {
if [[ ${PV##*.} = 9999 ]]; then
FULL_VERSION=$(sed -n 's/^AC_INIT(emacs,[ \t]*\([^ \t,)]*\).*/\1/p' \
configure.in)
configure.ac)
[[ ${FULL_VERSION} ]] || die "Cannot determine current Emacs version"
einfo "Emacs branch: ${EBZR_BRANCH}"
einfo "Revision: ${EBZR_REVISION:-${EBZR_REVNO}}"
@ -108,15 +108,15 @@ src_prepare() {
if ! use alsa; then
# ALSA is detected even if not requested by its USE flag.
# Suppress it by supplying pkg-config with a wrong library name.
sed -i -e "/ALSA_MODULES=/s/alsa/DiSaBlEaLsA/" configure.in \
|| die "unable to sed configure.in"
sed -i -e "/ALSA_MODULES=/s/alsa/DiSaBlEaLsA/" configure.ac \
|| die "unable to sed configure.ac"
fi
if ! use gzip-el; then
# Emacs' build system automatically detects the gzip binary and
# compresses el files. We don't want that so confuse it with a
# wrong binary name
sed -i -e "s/ gzip/ PrEvEnTcOmPrEsSiOn/" configure.in \
|| die "unable to sed configure.in"
sed -i -e "/AC_PATH_PROG/s/gzip/PrEvEnTcOmPrEsSiOn/" configure.ac \
|| die "unable to sed configure.ac"
fi
AT_M4DIR=m4 eautoreconf

@ -1,2 +1 @@
DIST muse-3.12.tar.gz 396204 SHA256 d10e48d3c236945e970bc80333c83f67735135891a5dfe04b68d98ab7b909b54 SHA512 a9c1235f3418f7f65e4f14a73cfc597a5a7a354e35dc7b22002a5c85d1260a335f33cb260b87cd94cb4ac6df68fe63b86b741dc485e16a450daeeaafd9a6e3a3 WHIRLPOOL 059e380739b86eebf917357c5604aa7543d1575d419fc240c3a165f8c2c7c6f2b879fcd70f3b80317bcd25631f1fa758a3815730c1b21e89347b3e89381b4683
DIST muse-3.20.tar.gz 411316 SHA256 080990e105050fc963bb1938209cc843f259488ae5c8373c5487f99a8dc383b6 SHA512 23cd0e864586f907418753bc3284afde51b4f8559c5d043c52baa70de70ec4a845d9e8362b93e701308dbbd662e3429035df8ad440916e61d5909498cd55f7be WHIRLPOOL 6840d3666925af91ddcc74e69f29216581f4207db9169fb8e39b38797ac9483711b42f8f12be083c8a818faf04f95dc4617b94d4f0eeb06e60d1efa34b7e1339

@ -1,29 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/muse-3.12.ebuild,v 1.6 2010/03/03 13:21:30 ulm Exp $
inherit elisp
DESCRIPTION="Muse-mode is similar to EmacsWikiMode, but more focused on publishing to various formats"
HOMEPAGE="http://mwolson.org/projects/EmacsMuse.html"
SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz"
LICENSE="GPL-3 FDL-1.2 GPL-2 MIT"
SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd"
IUSE=""
SITEFILE=50${PN}-gentoo.el
src_compile() {
emake || die "emake failed"
}
src_install() {
elisp-install ${PN} lisp/*.el lisp/*.elc
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
doinfo texi/muse.info
dodoc AUTHORS NEWS README ChangeLog* || die "dodoc failed"
insinto /usr/share/doc/${PF}
doins -r contrib etc examples experimental scripts
}

@ -1,6 +1,8 @@
# 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/app-emacs/muse/muse-3.20.ebuild,v 1.8 2010/05/23 18:21:21 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/muse-3.20.ebuild,v 1.9 2012/07/14 16:01:17 ulm Exp $
EAPI=4
inherit elisp
@ -12,6 +14,7 @@ LICENSE="GPL-3 FDL-1.2 GPL-2 MIT"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
IUSE="test"
RESTRICT="test" #426546
DEPEND="test? ( app-emacs/htmlize )"
RDEPEND=""
@ -19,14 +22,14 @@ RDEPEND=""
SITEFILE="50${PN}-gentoo.el"
src_compile() {
emake || die "emake failed"
default
}
src_install() {
elisp-install ${PN} lisp/*.el lisp/*.elc || die
elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
doinfo texi/muse.info || die
dodoc AUTHORS NEWS README ChangeLog* || die "dodoc failed"
doinfo texi/muse.info
dodoc AUTHORS NEWS README ChangeLog*
insinto /usr/share/doc/${PF}
doins -r contrib etc examples experimental scripts || die
doins -r contrib etc examples experimental scripts
}

@ -0,0 +1,14 @@
https://bugs.gentoo.org/426646
--- ProofGeneral-orig/generic/proof-toolbar.el
+++ ProofGeneral/generic/proof-toolbar.el
@@ -103,7 +103,8 @@
(when (proof-toolbar-available-p)
(unless proof-toolbar-map
(setq proof-toolbar-map (make-sparse-keymap))
- (add-to-list 'image-load-path proof-images-directory) ; rude?
+ (if (boundp 'image-load-path)
+ (add-to-list 'image-load-path proof-images-directory)) ; rude?
(mapc 'proof-toolbar-make-icon (proof-ass toolbar-entries))
(proof-toolbar-make-toolbar-items proof-toolbar-map
(proof-ass toolbar-entries)))

@ -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-emacs/proofgeneral/proofgeneral-4.1.ebuild,v 1.4 2012/03/08 11:31:41 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emacs/proofgeneral/proofgeneral-4.1.ebuild,v 1.5 2012/07/14 21:14:04 ulm Exp $
EAPI=4
NEED_EMACS=23
@ -21,7 +21,8 @@ DEPEND=">=app-emacs/mmm-mode-0.4.8-r2"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_PN}-${PV}"
ELISP_PATCHES="${P}-emacs-24.patch"
ELISP_PATCHES="${P}-emacs-24.patch
${P}-image-load-path.patch"
SITEFILE="50${PN}-gentoo.el"
src_prepare() {

@ -0,0 +1,27 @@
# Changes wget usage to _allow_ IPv6, but to prefer IPv4. This way, DNS64 and
# IPv6-only http_proxy scenarios should work.
# Patch written by Michael Mol <mikemol@gmail.com>
# Patch based on dialog with upstream, ascertaining their purpose for using
# -4, and coming up with an agreed-upon workaround. Upstream equivalent is
# committed to their vcs, and will probably appear in release 4.1.4.
*** python/lib/Variables.py 2012-07-10 20:43:56.968567114 -0400
--- python/lib/Variables-patched.py 2012-07-10 20:44:21.491898941 -0400
*************** if (os.environ["POL_OS"] == "Mac"):
*** 26,28 ****
os_name = "darwin"
! os.environ["POL_WGET"] = "wget -4 -q"
--- 26,28 ----
os_name = "darwin"
! os.environ["POL_WGET"] = "wget --prefer-family=IPv4 -q"
*************** if (os.environ["POL_OS"] == "Linux"):
*** 39,41 ****
else:
! os.environ["POL_WGET"] = "wget -4 -q"
--- 39,41 ----
else:
! os.environ["POL_WGET"] = "wget --prefer-family=IPv4 -q"

@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maintainers</herd>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
<email>mikemol@gmail.com</email>
<name>Michael Mol</name>
</maintainer>
<use>
<flag name="winbind">Enables support for the winbind auth daemon</flag>

@ -0,0 +1,111 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/playonlinux-4.1.1-r1.ebuild,v 1.1 2012/07/14 18:22:55 hwoarang Exp $
EAPI="4"
PYTHON_DEPEND="2"
inherit eutils python games
MY_PN="PlayOnLinux"
DESCRIPTION="Set of scripts to easily install and use Windows games and software"
HOMEPAGE="http://playonlinux.com/"
SRC_URI="http://www.playonlinux.com/script_files/${MY_PN}/${PV}/${MY_PN}_${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="winbind"
DEPEND=""
RDEPEND="app-emulation/wine
app-arch/cabextract
app-arch/p7zip
app-arch/unzip
app-crypt/gnupg
dev-python/wxpython:2.8
|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
net-misc/wget
x11-apps/mesa-progs
x11-terms/xterm
media-gfx/icoutils
winbind? ( net-fs/samba[winbind] ) "
S=${WORKDIR}/${PN}
# TODO:
# Having a real install script and let playonlinux use standard filesystem
# architecture to prevent having everything installed into GAMES_DATADIR
# It will let using LANGUAGES easily
# How to deal with Microsoft Fonts installation asked every time ?
# How to deal with wine version installed ? (have a better mgmt of system one)
# Look at debian pkg: http://packages.debian.org/sid/playonlinux
pkg_setup() {
python_set_active_version 2
python_pkg_setup
games_pkg_setup
}
src_prepare() {
epatch "${FILESDIR}/${P}-not-exclude-ipv6.patch"
sed -i -e "s/\(Categories=\).*/\1Game;Emulator;/" etc/PlayOnLinux.desktop \
|| die
sed -e 's/PYTHON="python"/PYTHON="python2"/' -i lib/variables playonlinux || die
python_convert_shebangs -r 2 .
}
src_install() {
# all things without exec permissions
insinto "${GAMES_DATADIR}/${PN}"
doins -r resources lang lib etc plugins
# bash/ install
exeinto "${GAMES_DATADIR}/${PN}/bash"
doexe bash/*
exeinto "${GAMES_DATADIR}/${PN}/bash/terminals"
doexe bash/terminals/*
exeinto "${GAMES_DATADIR}/${PN}/bash/expert"
doexe bash/expert/*
# python/ install
exeinto "${GAMES_DATADIR}/${PN}/python"
doexe python/*
# sub dir without exec permissions
insinto "${GAMES_DATADIR}/${PN}/python"
doins -r python/lib
# main executable files
exeinto "${GAMES_DATADIR}/${PN}"
doexe ${PN}{,-pkg,-bash,-shell,-url_handler}
# making a script to run playonlinux from ${GAMES_BINDIR}
echo "#!/bin/bash" > ${PN}_launcher
echo "cd \"${GAMES_DATADIR}/${PN}\" && ./${PN} \$*" >> ${PN}_launcher
newgamesbin playonlinux_launcher playonlinux
# making a script to run playonlinux-cmd from ${GAMES_BINDIR}
echo "#!/bin/bash" > ${PN}_cmd_launcher
echo "cd \"${GAMES_DATADIR}/${PN}\" && ./${PN}-cmd \$*" >> ${PN}_cmd_launcher
newgamesbin playonlinux_cmd_launcher playonlinux-cmd
dodoc CHANGELOG
doicon etc/${PN}.png
domenu etc/${MY_PN}.desktop
prepgamesdirs
}
pkg_postinst() {
games_pkg_postinst
python_mod_optimize "${GAMES_DATADIR}/${PN}"
}
pkg_postrm() {
python_mod_cleanup "${GAMES_DATADIR}/${PN}"
elog "Installed softwares and games with playonlinux have not been removed."
elog "To remove them, you can re-install playonlinux and remove them using it"
elog "or do it manually by removing .PlayOnLinux/ in your home directory."
}

@ -0,0 +1,10 @@
--- a/kcc.c
+++ b/kcc.c
@@ -27,6 +27,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>

@ -1,5 +1,5 @@
--- kcc.c.orig 1994-03-28 20:00:12.000000000 +0900
+++ kcc.c 2004-01-07 18:36:29.589293728 +0900
--- a/kcc.c
+++ b/kcc.c
@@ -134,7 +134,11 @@
extern unsigned short hiragana[];
unsigned short *kanatbl = katakana;

@ -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-i18n/kcc/kcc-1.0.ebuild,v 1.15 2012/07/14 06:11:14 hattya Exp $
# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcc/kcc-1.0.ebuild,v 1.18 2012/07/15 04:44:00 hattya Exp $
EAPI="4"
@ -19,10 +19,12 @@ S="${WORKDIR}/${PN}"
src_prepare() {
epatch "${FILESDIR}/${PN}-gcc3-gentoo.diff"
epatch "${FILESDIR}/${PN}-exit.diff"
sed -i "s:\(-o kcc\):\$(LDFLAGS) \1:" Makefile
}
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}"
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_install() {

@ -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-laptop/pommed/pommed-1.39.ebuild,v 1.3 2012/05/02 20:22:39 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.39.ebuild,v 1.4 2012/07/14 20:19:24 jdhore Exp $
EAPI="1"
@ -13,7 +13,7 @@ SRC_URI="http://alioth.debian.org/frs/download.php/${ALIOTH_NUMBER}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc x86"
IUSE="gtk X"
COMMON_DEPEND="media-libs/alsa-lib

@ -0,0 +1 @@
DIST screenfetch-2.4.5.zip 33601 SHA256 988763bbbbb40ff8444a2d0f3259d5158c8ca9032ca15b2c13e60e40cf71a3af SHA512 5d2a3e9c0e12828e5e06b37fd25a5df1d8d749e780e47f550979eec10a0332ae3d8589be65ca50dbc79c214999cee72f83e4845d0a43e79b722d5797efc5a541 WHIRLPOOL 64d4faef4d6151a0e845eaa6ef115fe7051b0caddcf89572be6792ca9e7a0cd7fff132163eb45291328daa281fcbb2e1fe6fa61a20b940c96dff8ee2f7b36e2e

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

@ -0,0 +1,28 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/screenfetch/screenfetch-2.4.5.ebuild,v 1.1 2012/07/14 21:56:46 hwoarang Exp $
EAPI=4
MY_PN="${PN/f/F}"
DESCRIPTION="A Bash Screenshot Information Tool"
HOMEPAGE="https://github.com/KittyKatt/screenFetch"
SRC_URI="http://github.com/KittyKatt/${MY_PN}/zipball/v${PV} -> ${P}.zip"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND="media-gfx/scrot
x11-apps/xdpyinfo"
S="${WORKDIR}"/KittyKatt-${MY_PN}-b9bc289
src_install() {
dobin ${PN}-dev
# also known as screenfetch
dosym ${PN}-dev /usr/bin/${PN}
dodoc CHANGELOG README.mkdn TODO
}

@ -1,85 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.6.2-r1.ebuild,v 1.2 2012/05/08 11:04:08 johu Exp $
EAPI=4
if [[ ${PV} != *9999* ]]; then
KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et
eu fi fr ga gl hu it ja lt ms nds nl pl pt
pt_BR ro ru sk sv tr ug uk zh_CN zh_TW"
KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
KDE_HANDBOOK="optional"
SRC_URI="mirror://sourceforge/kmymoney2/${P}.tar.bz2"
fi
VIRTUALX_REQUIRED=test
inherit kde4-base
DESCRIPTION="Personal finance manager for KDE"
HOMEPAGE="http://kmymoney2.sourceforge.net/"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug calendar doc hbci ofx quotes test"
COMMON_DEPEND="
app-crypt/gpgme
>=app-office/libalkimia-4.3.2
dev-cpp/glibmm:2
dev-cpp/libxmlpp:2.6
dev-libs/boost
dev-libs/glib:2
dev-libs/gmp
dev-libs/libgpg-error
dev-libs/libxml2
$(add_kdebase_dep kdepimlibs)
x11-misc/shared-mime-info
calendar? ( dev-libs/libical )
hbci? (
>=net-libs/aqbanking-5.0.1
>=sys-libs/gwenhywfar-4.0.1[qt4]
)
ofx? ( >=dev-libs/libofx-0.9.4 )
"
RDEPEND="${COMMON_DEPEND}
quotes? ( dev-perl/Finance-Quote )
"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )
test? ( dev-util/cppunit )
"
PATCHES=(
"${FILESDIR}/${PN}-4.6.1-qt48.patch"
"${FILESDIR}/${P}-fix-parallel-build.patch"
)
RESTRICT=test
# bug 399467
src_configure() {
mycmakeargs=(
-DUSE_QT_DESIGNER=OFF
$(cmake-utils_use_enable calendar LIBICAL)
$(cmake-utils_use_use doc DEVELOPER_DOC)
$(cmake-utils_use_enable hbci KBANKING)
$(cmake-utils_use_enable ofx LIBOFX)
$(cmake-utils_use test KDE4_BUILD_TESTS)
)
kde4-base_src_configure
}
src_compile() {
kde4-base_src_compile
use doc && kde4-base_src_compile apidoc
}
src_install() {
use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidocs/html/")
kde4-base_src_install
}

@ -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-office/kmymoney/kmymoney-4.6.2-r2.ebuild,v 1.2 2012/07/09 17:14:35 kensington Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.6.2-r2.ebuild,v 1.4 2012/07/15 00:43:26 johu Exp $
EAPI=4
@ -21,7 +21,7 @@ DESCRIPTION="Personal finance manager for KDE"
HOMEPAGE="http://kmymoney2.sourceforge.net/"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
SLOT="4"
IUSE="debug calendar doc hbci ofx quotes test"

@ -1,85 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.6.2.ebuild,v 1.6 2012/05/03 20:00:41 jdhore Exp $
EAPI=4
if [[ ${PV} != *9999* ]]; then
KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et
eu fi fr ga gl hu it ja lt ms nds nl pl pt
pt_BR ro ru sk sv tr ug uk zh_CN zh_TW"
KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
KDE_HANDBOOK="optional"
SRC_URI="mirror://sourceforge/kmymoney2/${P}.tar.bz2"
fi
VIRTUALX_REQUIRED=test
inherit kde4-base
DESCRIPTION="Personal finance manager for KDE"
HOMEPAGE="http://kmymoney2.sourceforge.net/"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
SLOT="4"
IUSE="debug calendar doc hbci ofx quotes test"
COMMON_DEPEND="
app-crypt/gpgme
>=app-office/libalkimia-4.3.2
dev-cpp/glibmm:2
dev-cpp/libxmlpp:2.6
dev-libs/boost
dev-libs/glib:2
dev-libs/gmp
dev-libs/libgpg-error
dev-libs/libxml2
$(add_kdebase_dep kdepimlibs)
x11-misc/shared-mime-info
calendar? ( dev-libs/libical )
hbci? (
>=net-libs/aqbanking-5.0.1
>=sys-libs/gwenhywfar-4.0.1[qt4]
)
ofx? ( >=dev-libs/libofx-0.9.4 )
"
RDEPEND="${COMMON_DEPEND}
quotes? ( dev-perl/Finance-Quote )
"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )
test? ( dev-util/cppunit )
"
PATCHES=(
"${FILESDIR}/${PN}-4.6.1-qt48.patch"
)
RESTRICT=test
# bug 399467
src_configure() {
mycmakeargs=(
-DUSE_QT_DESIGNER=OFF
$(cmake-utils_use_enable calendar LIBICAL)
$(cmake-utils_use_use doc DEVELOPER_DOC)
$(cmake-utils_use_enable hbci KBANKING)
$(cmake-utils_use_enable ofx LIBOFX)
$(cmake-utils_use test KDE4_BUILD_TESTS)
)
kde4-base_src_configure
}
src_compile() {
# workaround for bug 407611
MAKEOPTS="-j1" kde4-base_src_compile
use doc && kde4-base_src_compile apidoc
}
src_install() {
use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidocs/html/")
kde4-base_src_install
}

@ -1,6 +1,6 @@
qcodeedit/lib/document/qdocumentcommand.cpp | 1 +
qtsingleapplication/qtlocalpeer.cpp | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
qtsingleapplication/qtlocalpeer.cpp | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/qcodeedit/lib/document/qdocumentcommand.cpp b/qcodeedit/lib/document/qdocumentcommand.cpp
index 308e4e4..35b7d9f 100644
@ -15,7 +15,7 @@ index 308e4e4..35b7d9f 100644
/*!
\brief ctor
diff --git a/qtsingleapplication/qtlocalpeer.cpp b/qtsingleapplication/qtlocalpeer.cpp
index 120a8e8..cab57cd 100644
index 120a8e8..fa32ff2 100644
--- a/qtsingleapplication/qtlocalpeer.cpp
+++ b/qtsingleapplication/qtlocalpeer.cpp
@@ -48,9 +48,9 @@
@ -30,12 +30,11 @@ index 120a8e8..cab57cd 100644
#if defined(Q_OS_WIN)
#include <QtCore/QLibrary>
@@ -103,7 +103,7 @@ QtLocalPeer::QtLocalPeer(QObject* parent, const QString &appId)
socketName += QLatin1Char('-') + QString::number(sessionId, 16);
}
#else
- socketName += QLatin1Char('-') + QString::number(::getuid(), 16);
+ socketName += QLatin1Char('-') + QString::number(QtLP_Private::getuid(), 16);
@@ -60,6 +60,7 @@ static PProcessIdToSessionId pProcessIdToSessionId = 0;
#endif
#if defined(Q_OS_UNIX)
#include <time.h>
+#include <unistd.h>
#endif
server = new QLocalServer(this);
namespace QtLP_Private {

@ -0,0 +1,29 @@
From cb478565396b325a0860747a3c9c90789b13aea1 Mon Sep 17 00:00:00 2001
From: hannes <hannes@fedoraproject.org>
Date: Thu, 16 Feb 2012 20:49:50 +0000
Subject: [PATCH] Fix the testcase build failure
---
tests/qsearchreplacepanel_t.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/qsearchreplacepanel_t.cpp b/tests/qsearchreplacepanel_t.cpp
index e043f8b..22d6013 100644
--- tests/qsearchreplacepanel_t.cpp
+++ tests/qsearchreplacepanel_t.cpp
@@ -213,9 +213,9 @@ void QSearchReplacePanelTest::incrementalsearch(){
widget->cFind->lineEdit()->cursorForward(false,search.length());
QTest::keyClick(widget->cFind->lineEdit(),search[search.length()-1].toLatin1());
}
- QDocumentCursor s=ed->cursor().selectionStart();
- QEQUAL2(s.lineNumber(), cy, search+" "+ed->cursor().selectedText()+" "+QString::number(loop));
- QEQUAL2(s.columnNumber(), cx, search+" "+ed->cursor().selectedText());
+ QDocumentCursor c=ed->cursor().selectionStart();
+ QEQUAL2(c.lineNumber(), cy, search+" "+ed->cursor().selectedText()+" "+QString::number(loop));
+ QEQUAL2(c.columnNumber(), cx, search+" "+ed->cursor().selectedText());
QEQUAL2(ed->cursor().selectedText(), res, search+" "+ed->cursor().selectedText());
//searching shouldn't change highlighted selection
QCEMULTIEQUAL(getHighlightedSelection(ed), panel->getSearchScope(), ed->document()->cursor(scopey1,scopex1,scopey2,scopex2));
--
1.7.7.6

@ -0,0 +1,61 @@
From 2ae917fad7cd4e5d3043e3ab3f1cfe4faa63f532 Mon Sep 17 00:00:00 2001
From: Haikel Guemar <haikel.guemar@sysfera.com>
Date: Thu, 28 Jul 2011 16:55:32 +0200
Subject: [PATCH 1/3] viewers: use xdg-open
---
buildmanager.cpp | 22 +++++-----------------
1 files changed, 5 insertions(+), 17 deletions(-)
diff --git buildmanager.cpp buildmanager.cpp
index 1441564..d8986bb 100644
--- buildmanager.cpp
+++ buildmanager.cpp
@@ -460,23 +460,11 @@ QString BuildManager::guessCommandName(LatexCommand cmd) {
// kdvi "file:%.dvi#src:@ %.tex"
switch (cmd) {
case CMD_VIEWDVI:
- switch (x11desktop_env()) {
- case 3: return "kdvi %.dvi > /dev/null";
- case 4: return "okular %.dvi > /dev/null";
- default:return "evince %.dvi > /dev/null";
- };
+ return "xdg-open %.dvi > /dev/null";
case CMD_VIEWPS:
- switch (x11desktop_env()) {
- case 3: return "kghostview %.ps > /dev/null";
- case 4: return "okular %.ps > /dev/null";
- default:return "evince %.ps > /dev/null";
- };
+ return "xdg-open %.ps > /dev/null";
case CMD_VIEWPDF:
- switch (x11desktop_env()) {
- case 3: return "kpdf %.pdf > /dev/null";
- case 4: return "okular %.pdf > /dev/null";
- default:return "evince %.pdf > /dev/null";
- };
+ return "xdg-open %.pdf > /dev/null";
default:;
}
#endif
@@ -610,7 +598,7 @@ void BuildManager::setLatexCommand(LatexCommand cmd, const QString &cmdString){
((unquote == baseName) ||
( (unquote.endsWith(QDir::separator() + baseName) || unquote.endsWith("/" + baseName))
&& (!unquote.contains(" ") || (!unquote.contains('"') && unquote != trimmed)) //spaces mean options, if not everything is quoted
- && (QFileInfo(unquote).exists())
+ && (QFileInfo(unquote).exists())
)
))
commands[cmd] = cmdString + " " + defaultCommandOptions(cmd);
@@ -619,7 +607,7 @@ void BuildManager::setLatexCommand(LatexCommand cmd, const QString &cmdString){
}
}
-QString BuildManager::getLatexCommand(LatexCommand cmd){
+QString BuildManager::getLatexCommand(LatexCommand cmd){
return commands[cmd];
}
QString BuildManager::getLatexCommandForDisplay(LatexCommand cmd){
--
1.7.4.4

@ -0,0 +1,62 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.3-r1.ebuild,v 1.1 2012/07/15 09:31:51 jlec Exp $
EAPI=4
inherit base qt4-r2
DESCRIPTION="Free cross-platform LaTeX editor (former texmakerX)"
HOMEPAGE="http://texstudio.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="video"
COMMON_DEPEND="
app-text/hunspell
app-text/poppler[qt4]
x11-libs/libX11
x11-libs/libXext
>=x11-libs/qt-gui-4.6.1:4
>=x11-libs/qt-core-4.6.1:4
>=x11-libs/qt-script-4.6.1:4
>=x11-libs/qt-test-4.6.1:4
>=x11-libs/qt-webkit-4.6.1:4
video? ( media-libs/phonon )"
RDEPEND="${COMMON_DEPEND}
virtual/latex-base
app-text/psutils
app-text/ghostscript-gpl
media-libs/netpbm"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig"
S="${WORKDIR}"/${P/-/}
PATCHES=(
"${FILESDIR}"/${P}-hunspell.patch
"${FILESDIR}"/${P}-gcc47.patch
"${FILESDIR}"/${P}-test.patch
"${FILESDIR}"/${P}-xdg-open.patch
)
src_prepare() {
find hunspell -delete
sed 's:hunspell/hunspell:hunspell:g' -i *.h || die
if use video; then
sed "/^PHONON/s:$:true:g" -i ${PN}.pro || die
fi
qt4-r2_src_prepare
}
src_install() {
make_desktop_entry texstudio "LaTeX Editor" texstudio "text/x-tex"
for i in 16x16 22x22 32x32 48x48 64x64; do
insinto /usr/share/icons/hicolor/${i}
newins utilities/${PN}${i}.png ${PN}.png
done
qt4-r2_src_install
}

@ -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/portpeek/portpeek-2.0.24.ebuild,v 1.4 2012/07/03 16:13:15 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/portpeek-2.0.24.ebuild,v 1.5 2012/07/14 11:30:56 maekke Exp $
EAPI="4"
PYTHON_DEPEND="*:2.7"
@ -13,7 +13,7 @@ SRC_URI="http://www.mpagano.com/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ppc ~sparc x86 ~x86-fbsd"
KEYWORDS="amd64 arm ppc ~sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=""

@ -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-text/dos2unix/dos2unix-6.0.ebuild,v 1.7 2012/07/10 19:07:29 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.ebuild,v 1.8 2012/07/14 11:28:46 maekke Exp $
EAPI=4
@ -14,7 +14,7 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
IUSE="debug nls"
RDEPEND="

@ -1 +1,2 @@
DIST pdf2djvu_0.7.12.tar.gz 301651 SHA256 d54f6b4414cf6557ed63754f105b708d9d12b3583e8fb2fcfd7d97d94860e5f1 SHA512 1dd544571fe902989ef87c439baa457e35f7541bca4fe968f18e2bfa0c9b7dcbd5edb86646aebf2ada935b84366f394103ca0f638735d56ac8f643eaea78fd8d WHIRLPOOL 2c2b1e9dbbf27772e93e386d08dba13be17f2217e8d4a5d51920155fd06b9d14accdc50653e686028c815bbbae56a22ff5d6c38ca5f06184e2d0f120eb08f8e1
DIST pdf2djvu_0.7.13.tar.gz 320286 SHA256 c68c61f514e02c6c39945aaad1fc780172205e3b13e732054438aef84745eecf SHA512 f9568e9b5408cc875e3fefa1b565d5a115a58a6118ae85bcc72c5480f0442930ab05bcdfebd6202933a216b56138a465e5eb43ab6307e21de91afc5e1b41fd45 WHIRLPOOL e5fefd62cbfd60e3d86eae395b0a3090ae416987be7ad52e76bb91f7e7e173fedd138bb74c05713d6cbf54172b48bc907a2c19b4a73f2a6a7a8d748a490d45f6

@ -0,0 +1,44 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2djvu/pdf2djvu-0.7.13.ebuild,v 1.1 2012/07/14 22:51:26 hanno Exp $
EAPI=4
inherit toolchain-funcs
DESCRIPTION="A tool to create DjVu files from PDF files"
HOMEPAGE="http://code.google.com/p/pdf2djvu/"
SRC_URI="http://pdf2djvu.googlecode.com/files/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+graphicsmagick nls openmp"
RDEPEND=">=app-text/djvu-3.5.21
>=app-text/poppler-0.16.7[xpdf-headers]
dev-libs/libxml2
dev-libs/libxslt
graphicsmagick? ( media-gfx/graphicsmagick )"
DEPEND="${RDEPEND}
dev-cpp/pstreams
virtual/pkgconfig
nls? ( sys-devel/gettext )"
src_configure() {
local openmp=disable
use openmp && tc-has-openmp && openmp=enable
econf \
--${openmp}-openmp \
$(use_enable nls) \
$(use_with graphicsmagick)
}
src_test() {
use graphicsmagick && emake test
}
src_install() {
emake DESTDIR="${D}" install
dodoc doc/{changelog,{cjk,credits,djvudigital}.txt}
}

@ -1,3 +1,2 @@
DIST poppler-0.16.7.tar.gz 1952179 SHA256 fab4e8af2d34d4142a718819fd747d40930b71ef520ee0e6bcc94e2c44f22bcd SHA512 a0f16f392f9f5703eef00b6c11e78e8cf21bf596c27d621fe824efe75cc0cf0637c4175469cb9214d5ba7de666c3131a5ef6040ba8ea9185e6120f92a59aaccc WHIRLPOOL 66cc3c88b0ff7bb75dd1994277aaa637e2dcd93f011b05ffece73891440a045fed9c709dcf94b152c8f2ceb7082ecfb5a087621556e8a14f4603fdf33079e336
DIST poppler-0.18.4.tar.gz 1992993 SHA256 33421148cdc8e043da291dece2cce1cea6220d49a50c00c56d56d6435501d42e SHA512 dc7a8f059b6d0b1a73160a40226efc7b9d058806cc62c7b59e868453fef679dd92095629d26462f3697e96e6b16f95ce5425b7b96985f04b4d2db83e432e5216 WHIRLPOOL af4b8889aa0005dff5d4dae0414e2c1468e9a5bf58365425dae5cc96ae6afa8c2943cfc632a23781ac558df54e71f55d3195e8219f1410f026aebaf7cb62ba23
DIST poppler-0.20.1.tar.gz 2141147 SHA256 b4620f645319f4a8790465730bc472d5745155d0780809406fb29c62316d49a8 SHA512 601a9d15d56d0241ebdfdb4314bd185fac3fcca78ca994d378b124e50400dcd0417bd60c822bd8d7adf245c9ce4ea4f28cf78b05b8275837706d7c436b72e0da WHIRLPOOL be4ed4c63cd55cfb439e0aa6cec2d5f7dee51348dac95fdae950d3fbd77c0b08a663d3b5072d74e2d70e93eac61045c57f945b1b6e9e0f5089162734b939c517
DIST poppler-0.20.2.tar.gz 2146312 SHA256 2debc5034e0e85402957d84fb2674737658a3dbe8a3c631e1792e3f8c88ce369 SHA512 7a9a9e94298be025d8ee2dcba2be61c9d6bf167cee238a2599e211999ce0dcb59b5ef3418c5f3a6ddc8f1600e7ef2954c53f4a4149742a8a87879b1c58e77bed WHIRLPOOL 3c614eec3e054439a0733d00904fb27788c09ad41735397a5283ca74be0ec80b4f5ea77cf02a1a6706a2d0adf7cef2835eefe0e84f976aefcc8bbedd2e7e0430

@ -8,7 +8,6 @@
<name>Maciej Mrozowski</name>
</maintainer>
<use>
<flag name='exceptions'>Enable exceptions throwing.</flag>
<flag name='introspection'>Enable GObject introspection.</flag>
<flag name='utils'>Install command-line PDF converters and various utilities.</flag>
<flag name='xpdf-headers'></flag>

@ -1,101 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.16.7.ebuild,v 1.10 2012/05/04 03:33:12 jdhore Exp $
EAPI="2"
inherit cmake-utils
DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
HOMEPAGE="http://poppler.freedesktop.org/"
SRC_URI="http://poppler.freedesktop.org/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE="cairo cjk curl cxx debug doc exceptions +introspection jpeg
jpeg2k +lcms png qt4 +utils +xpdf-headers"
# No test data provided
RESTRICT="test"
COMMON_DEPEND="
>=media-libs/fontconfig-2.6.0
>=media-libs/freetype-2.3.9
sys-libs/zlib
cairo? (
dev-libs/glib:2
>=x11-libs/cairo-1.10.0
>=x11-libs/gtk+-2.20.1:2[introspection?]
introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
)
curl? ( net-misc/curl )
jpeg? ( virtual/jpeg )
jpeg2k? ( media-libs/openjpeg )
lcms? ( =media-libs/lcms-1* )
png? ( >=media-libs/libpng-1.4:0 )
qt4? (
x11-libs/qt-core:4
x11-libs/qt-gui:4
)
"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
"
RDEPEND="${COMMON_DEPEND}
!dev-libs/poppler
!dev-libs/poppler-glib
!dev-libs/poppler-qt3
!dev-libs/poppler-qt4
!app-text/poppler-utils
cjk? ( >=app-text/poppler-data-0.2.1 )
"
DOCS=(AUTHORS ChangeLog NEWS README README-XPDF TODO)
src_prepare() {
sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED::g' CMakeLists.txt || die
}
src_configure() {
mycmakeargs=(
-DBUILD_GTK_TESTS=OFF
-DBUILD_QT4_TESTS=OFF
-DBUILD_CPP_TESTS=OFF
-DWITH_Qt3=OFF
-DENABLE_ABIWORD=OFF
-DENABLE_SPLASH=ON
-DENABLE_ZLIB=ON
$(cmake-utils_use_enable curl LIBCURL)
$(cmake-utils_use_enable cxx CPP)
$(cmake-utils_use_enable jpeg2k LIBOPENJPEG)
$(cmake-utils_use_enable lcms)
$(cmake-utils_use_enable utils)
$(cmake-utils_use_enable xpdf-headers XPDF_HEADERS)
$(cmake-utils_use_with cairo)
$(cmake-utils_use_with cairo GTK)
$(cmake-utils_use_with introspection GObjectIntrospection)
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with png)
$(cmake-utils_use_with qt4)
$(cmake-utils_use exceptions USE_EXCEPTIONS)
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
if use cairo && use doc; then
# For now install gtk-doc there
insinto /usr/share/gtk-doc/html/poppler
doins -r "${S}"/glib/reference/html/* || die 'failed to install API documentation'
fi
}
pkg_postinst() {
ewarn "After upgrading app-text/poppler you may need to reinstall packages"
ewarn "linking to it. If you're not a portage-2.2_rc user, you're advised"
ewarn "to run revdep-rebuild"
}

@ -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-text/poppler/poppler-0.20.1.ebuild,v 1.2 2012/06/19 22:00:59 reavertm Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.20.2.ebuild,v 1.1 2012/07/14 16:11:44 reavertm Exp $
EAPI="4"
@ -51,7 +51,7 @@ RDEPEND="${COMMON_DEPEND}
"
PATCHES=(
"${FILESDIR}/${P}-lcms-automagic.patch"
"${FILESDIR}/${PN}-0.20.1-lcms-automagic.patch"
)
DOCS=(AUTHORS ChangeLog NEWS README README-XPDF TODO)

@ -1,2 +1,2 @@
DIST qpdfview-0.3.1.tar.gz 76652 SHA256 1eb1c6c2eb80f4a37f137983fce83bb640aa47bbc3b8a69e3ddd8d917f016b57 SHA512 0b632390b79eb838fcfaba5828c83c1d88ad82ae0dbea521ea81774ea77b03a24018c095516b59d8cfa66b6729980505e3c5325fbebd3307cbf054852f8ab9b6 WHIRLPOOL 357aaa9fafeb1795a4653ab9fbbf05f0cb8c104960f3cbce9d15cbc431586f1536a7a45f0de7db364da4e6b3b30b1ac08f6ba6e2184f827118d501bc1d5f4196
DIST qpdfview-0.3.1_p427.tar.gz 90948 SHA256 53b2af6254cf0c453d0420ffe1aab01e2c06c6a96e5cca526aff99e96c65166d SHA512 fed409a3e18295e35fda29bc0bf50eb6d7ba0ed4b18890fb8e71f6136e7e9de167eab5aa85354bc6bb904de6d610d758aac0f5c3166aa3c7c2651c505b8d4064 WHIRLPOOL f69df92329655604edef19be287183e334bc15e5098a704a05f3d7d363ddc585b3a31dd044375e6360294124c9d0ea7e3b1c4c57b55486ccdf79e833239f7ecc
DIST qpdfview-0.3.1_p427.tar.xz 67472 SHA256 92652e2ce61810fe0a54d1d7e4c41c0a13dfd2a36d8fe0327052214755bee91c SHA512 7eb514b8a6cf3db1ff411941e7ed35150b3f19091e1f0e4dbcfcfb3ef96530368000b0b7e5526216ccc811317bb0c15d92410b0ea29ab84b09d1815603da8b54 WHIRLPOOL 05296fca5bd175b2372c9715ff019c8836cb2908a704a320cf1e90859695ec98b4136c7975210a233be26e5c401714cd1a11f070c95b186ce167d16beddcd340

@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.3.1_p427.ebuild,v 1.1 2012/07/13 06:50:39 yngwin Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.3.1_p427.ebuild,v 1.2 2012/07/14 13:31:17 yngwin Exp $
EAPI=4
inherit qt4-r2
DESCRIPTION="A tabbed PDF viewer using the poppler library"
HOMEPAGE="http://launchpad.net/qpdfview"
SRC_URI="http://bazaar.launchpad.net/~adamreichold/qpdfview/trunk/tarball/427 -> ${P}.tar.gz"
SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
@ -25,11 +25,8 @@ DEPEND="${RDEPEND}
DOCS="CONTRIBUTORS README TODO"
S="${WORKDIR}/~adamreichold/qpdfview/trunk"
src_configure() {
local config i
for i in cups dbus svg ; do
if ! use ${i} ; then
config+=" without_${i}"

@ -1,3 +1,2 @@
DIST mysql-workbench-gpl-5.2.35-src.tar.gz 17874329 SHA256 3681351af061637ce54dcc1b490325e9a4a0b42127e642e60220845fcfc2cbaa SHA512 1b7e94811b39204761dfd9308a51fb78068e2f2cfd141b8add52fdb1eecb51daafe903adcd5ff20066c22606060a672bde479705da7b7bde88719a8d3f12974f WHIRLPOOL 0e1d9d3297eb7fa414804714045db47bc64b4d3888c4de26b8d0a091ddd0b83f88f306c0906e3ac0e598b0f1976f94f58b0b6a42b2db98b173cb2e95519db7ac
DIST mysql-workbench-gpl-5.2.39-src.tar.gz 18904504 SHA256 0e4e14f1b39dca2b65f924381d82b406dc25a530fbd25631b4cd05bddc4ab5bd SHA512 797e7669882d5f1feb5ea338a37e361dc24df6bca6ac850dba261f8be1afaddb29263bc854ff02b4e3df7e233195b3b65fa77044085250abb71f96487ca7e7d2 WHIRLPOOL bbf591afd3989607c81b9446689991b6a86320ebaaab46a51b0bc4f9795c3b699c78f71e5daa9a3eca426b5610bb7bab9acfa5136859a7d86264080b4b1d1b52
DIST mysql-workbench-gpl-5.2.40-src.tar.gz 18902330 SHA256 782be704afd7f2348bab98479c1ace807f83811f24aa268d5853486909c356ed SHA512 adbf5a6ded8f38bbbe3ce91fc0bb8fd7914d8287446302d1b3fca892b5a332883b71c23a481f7f0ebd04f4bfb6275f6a58c5913d6f4bb89a6be9741bd3320495 WHIRLPOOL d36f0ecd8697acf81db43054990b7b74e0df9e51dcdc8ca4329ae26d64292d5011fda776e1790063a4118b02660b471a0fbad5b301188e288180c8cd45ebf5d0

@ -1,90 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-5.2.39.ebuild,v 1.3 2012/05/03 02:33:10 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
PYTHON_DEPEND=2
inherit gnome2 eutils flag-o-matic python
MY_P="${PN}-gpl-${PV}-src"
DESCRIPTION="MySQL Workbench"
HOMEPAGE="http://dev.mysql.com/workbench/"
SRC_URI="mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug doc nls static-libs"
CDEPEND="dev-db/sqlite:3
>=x11-libs/gtk+-2.6:2
dev-libs/glib:2
gnome-base/libglade:2.0
dev-libs/libsigc++:2
dev-libs/boost
>=dev-cpp/ctemplate-0.95
>=dev-libs/libxml2-2.6.2:2
>=dev-cpp/glibmm-2.14:2
>=dev-cpp/gtkmm-2.14:2.4
dev-libs/libzip
>=virtual/mysql-5.1
dev-libs/libpcre
virtual/opengl
>=dev-lang/lua-5.1[deprecated]
x11-libs/pango
|| ( sys-libs/e2fsprogs-libs
dev-libs/ossp-uuid )
>=x11-libs/cairo-1.5.12[svg]
dev-python/pexpect
dev-python/paramiko
doc? ( dev-python/pysqlite:2 )
nls? ( sys-devel/gettext )"
RDEPEND="${CDEPEND}
app-admin/sudo
sys-apps/net-tools"
DEPEND="${CDEPEND}
virtual/pkgconfig"
S="${WORKDIR}"/"${MY_P}"
pkg_setup() {
# Make sure we use Python 2 since the code is not compatible with 3.
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
# ifconfig isn't in the normal path
sed -i -e 's:ifconfig:/sbin/ifconfig:' plugins/wb.admin/backend/wb_server_control.py || die
# paramiko 1.7.7.1 is newer, update version range check:
# http://bugs.mysql.com/bug.php?id=63750
sed -i -e 's/4,5,6/4,5,6,7/' plugins/wb.admin/backend/wb_admin_ssh.py || die
# Remove hardcoded CXXFLAGS
sed -i -e 's/debug_flags="-ggdb3 /debug_flags="/' configure || die
sed -i -e 's/-O0 -g3//' ext/scintilla/gtk/Makefile.in ext/scintilla/gtk/Makefile.am || die
# Remove bundled ctemplate version to make sure we use the system
# version, but leave a directory to avoid confusing configure, bug
# 357539.
rm -rf ext/ctemplate || die
mkdir -p ext/ctemplate/ctemplate-src || die
epatch "${FILESDIR}/${P}-glib-2.32.patch"
}
src_configure() {
econf \
$(use_enable nls i18n) \
$(use_enable debug) \
$(use_enable static-libs static)
}
src_install() {
emake install DESTDIR="${D}" || die
find "${ED}" -name '*.la' -delete || die
}

@ -1,2 +1,3 @@
DIST nant-0.90-src.tar.gz 1716710 SHA256 dce53539e3a794f1c6dbc887deb90f3c20eceeb7e6c5fd7169a71531a1e987cc SHA512 b5c8e778e970bf3104180a4c4c8006f5866e77b03e9446f8fbc09bcc3d06a7014b20e32355dc6871d0a3679c444ae0a44ff31f9a5d392e042e054c704331380e WHIRLPOOL 288d797c35dcae4a8072224656e3f2e1d7abd5b0d5ad6666a7d16dee7e2bc0cb7bf0f4e2cd2af2285b1caca296163960e1dcf6d432766ac96d508a86e6bf2933
DIST nant-0.91-src.tar.gz 1612336 SHA256 6694f16d71f77912ba08a6d83d6a1a67afe5f57469d817918cdc7ed1912974b7 SHA512 bfc920d780f9af7f4eb045890009c38138b6dcb078c2d73e664d434b95a364c9471e72d08c6745a6fa3ffc387770d9b80e8b6c07a6ad74192bff15d2c1a87db1 WHIRLPOOL 2f695a488196ea540c7c4d9ab8e32d751564d0842b2dc6fcecbf0513b16f714054c143bf77cc7cf9aafa84d892fcd7cbe16252ff3cace3d3ec74a0c0a07396bd
DIST nant-0.92-src.tar.gz 1601180 SHA256 72d4d585267ed7f03e1aa75087d96f4f8d49ee976c32d974c5ab1fef4d4f8305 SHA512 4172b208ef22af19c456802113005652ac54b41e1baad8130eb4a9321872ee55fbc50379087aeaff7188f40d178519b35f1d74fa7e799c1fbfa046c619536005 WHIRLPOOL b5389dcf693d9e1c41297d5e59ba8caba584b819c53bb7ab8dd9810fe904c155941e0613ff9123fd2b57d1462452c9083f828cb4192d22f995f7981c0a6ac131

@ -0,0 +1,39 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.92.ebuild,v 1.1 2012/07/15 02:53:00 ali_bush Exp $
EAPI="4"
inherit mono multilib eutils
DESCRIPTION=".NET build tool"
HOMEPAGE="http://nant.sourceforge.net/"
SRC_URI="mirror://sourceforge/nant/${P/_/-}-src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=dev-lang/mono-2.0"
DEPEND="${RDEPEND}
virtual/pkgconfig"
# This build is not parallel build friendly
MAKEOPTS="${MAKEOPTS} -j1"
S="${WORKDIR}/${P/_/-}"
src_install() {
emake prefix="${ED}/usr" install
# Fix ${ED} showing up in the nant wrapper script, as well as silencing
# warnings related to the log4net library
sed -i \
-e "s:${ED}::" \
-e "2iexport MONO_SILENT_WARNING=1" \
-e "s:${ED}::" \
"${ED}"/usr/bin/nant || die "Sed nant failed"
dodoc README.txt
}

@ -1,2 +1 @@
DIST OpenSceneGraph-2.8.3.zip 6740017 SHA256 3a7b80ea02eeb39c37ded4d07e28ed4071a4a0ceba93f2834d39be7f7487115e SHA512 0004bb317dbd8a5ed1a0bc692f1e74ba62936d1ca5a56511bbcd5c0d668e8aed41eaa8b805dfa67cb6101037e909f6fd2773cfb2543f1bb807fd0d516575327b WHIRLPOOL 30c021d649d2f593a8847088083378e51e03cebeac9ebf1589a5b391c5903d2209efb06b9c1f86e816566061a20f7fbf75fa0766f2b46580dc49109c8c54d109
DIST OpenSceneGraph-3.0.1.zip 6780282 SHA256 0c1103574b0a5a27c7d68d43454f1bf9c0cea114a583c42637bc8eb47b1d8296 SHA512 5fbfe9070721f055349a27516c9a20195070d13ab562e0c5109cc1f1d46dfaf09778152a14f5815b72728d315cb80b2d7bab747bfd9be58aea22d600c2c97912 WHIRLPOOL e3e24e2b36fd59a823d43864e7123d3683a8b2ef4e09cae17895d4b15eb4321bdd112cd59a734e1e55924cc9af52198c6152797bd73ab33a91bf17936232a7b0

@ -1,309 +0,0 @@
diff -ruN ../OpenSceneGraph-2.8.3/CMakeLists.txt ./CMakeLists.txt
--- ../OpenSceneGraph-2.8.3/CMakeLists.txt 2010-04-01 11:02:54.000000000 +0200
+++ ./CMakeLists.txt 2010-06-30 02:37:36.491242970 +0200
@@ -27,6 +27,7 @@
endif(COMMAND cmake_policy)
PROJECT(OpenSceneGraph)
+
SET(OPENSCENEGRAPH_MAJOR_VERSION 2)
SET(OPENSCENEGRAPH_MINOR_VERSION 8)
@@ -276,6 +277,7 @@
# INSTALL_FILES(/include/osg/ FILES "${OPENSCENEGRAPH_CONFIG_HEADER}")
+INCLUDE(MacroOptionalFindPackage)
################################################################################
# Optional build components
@@ -292,24 +294,24 @@
ENDIF(WIN32)
# Common to all platforms:
-FIND_PACKAGE(FreeType)
-FIND_PACKAGE(Inventor)
-FIND_PACKAGE(Jasper)
-FIND_PACKAGE(OpenEXR)
-FIND_PACKAGE(COLLADA)
-FIND_PACKAGE(FBX)
-FIND_PACKAGE(ZLIB)
-FIND_PACKAGE(Xine)
-FIND_PACKAGE(OpenVRML)
-FIND_PACKAGE(Performer)
-FIND_PACKAGE(GDAL)
-FIND_PACKAGE(CURL)
-FIND_PACKAGE(ITK)
-FIND_PACKAGE(LibVNCServer)
-FIND_PACKAGE(OurDCMTK)
-FIND_PACKAGE(OpenAL)
-FIND_PACKAGE(XUL)
-FIND_PACKAGE(FFmpeg)
+MACRO_OPTIONAL_FIND_PACKAGE(FreeType)
+MACRO_OPTIONAL_FIND_PACKAGE(Inventor)
+MACRO_OPTIONAL_FIND_PACKAGE(Jasper)
+MACRO_OPTIONAL_FIND_PACKAGE(OpenEXR)
+MACRO_OPTIONAL_FIND_PACKAGE(COLLADA)
+MACRO_OPTIONAL_FIND_PACKAGE(FBX)
+MACRO_OPTIONAL_FIND_PACKAGE(ZLIB)
+MACRO_OPTIONAL_FIND_PACKAGE(Xine)
+MACRO_OPTIONAL_FIND_PACKAGE(OpenVRML)
+MACRO_OPTIONAL_FIND_PACKAGE(Performer)
+MACRO_OPTIONAL_FIND_PACKAGE(GDAL)
+MACRO_OPTIONAL_FIND_PACKAGE(CURL)
+MACRO_OPTIONAL_FIND_PACKAGE(ITK)
+MACRO_OPTIONAL_FIND_PACKAGE(LibVNCServer)
+MACRO_OPTIONAL_FIND_PACKAGE(OurDCMTK)
+MACRO_OPTIONAL_FIND_PACKAGE(OpenAL)
+MACRO_OPTIONAL_FIND_PACKAGE(XUL)
+MACRO_OPTIONAL_FIND_PACKAGE(FFmpeg)
#use pkg-config to find various modues
INCLUDE(FindPkgConfig OPTIONAL)
@@ -318,6 +320,7 @@
INCLUDE(FindPkgConfig)
+ IF(WITH_GTK)
PKG_CHECK_MODULES(GTK gtk+-2.0)
IF(WIN32)
@@ -325,10 +328,15 @@
ELSE(WIN32)
PKG_CHECK_MODULES(GTKGL gtkglext-x11-1.0)
ENDIF(WIN32)
+ ENDIF(WITH_GTK)
- PKG_CHECK_MODULES(RSVG librsvg-2.0)
+ IF(WITH_SVG)
+ PKG_CHECK_MODULES(RSVG librsvg-2.0)
+ ENDIF(WITH_SVG)
PKG_CHECK_MODULES(CAIRO cairo)
- PKG_CHECK_MODULES(POPPLER poppler-glib)
+ IF(WITH_PDF)
+ PKG_CHECK_MODULES(POPPLER poppler-glib)
+ ENDIF(WITH_PDF)
ENDIF(PKG_CONFIG_FOUND)
@@ -336,30 +344,30 @@
IF (BUILD_OSG_EXAMPLES)
- FIND_PACKAGE(FLTK)
- FIND_PACKAGE(GLUT)
- FIND_PACKAGE(SDL)
- FIND_PACKAGE(FOX)
+ MACRO_OPTIONAL_FIND_PACKAGE(FLTK)
+ MACRO_OPTIONAL_FIND_PACKAGE(GLUT)
+ MACRO_OPTIONAL_FIND_PACKAGE(SDL)
+ MACRO_OPTIONAL_FIND_PACKAGE(FOX)
SET(wxWidgets_USE_LIBS base core gl net)
- FIND_PACKAGE(wxWidgets)
+ MACRO_OPTIONAL_FIND_PACKAGE(wxWidgets)
# To select a specific version of QT define DESIRED_QT_VERSION
# via cmake -DDESIRED_QT_VERSION=4
IF (DESIRED_QT_VERSION)
IF (DESIRED_QT_VERSION MATCHES 4)
- FIND_PACKAGE(Qt4)
+ MACRO_OPTIONAL_FIND_PACKAGE(Qt4)
ELSE(DESIRED_QT_VERSION MATCHES 4)
- FIND_PACKAGE(Qt3)
+ MACRO_OPTIONAL_FIND_PACKAGE(Qt3)
ENDIF(DESIRED_QT_VERSION MATCHES 4)
ELSE(DESIRED_QT_VERSION)
- FIND_PACKAGE(Qt4)
+ MACRO_OPTIONAL_FIND_PACKAGE(Qt4)
IF (NOT QT4_FOUND)
- FIND_PACKAGE(Qt3)
+ MACRO_OPTIONAL_FIND_PACKAGE(Qt3)
ENDIF(NOT QT4_FOUND)
ENDIF(DESIRED_QT_VERSION)
@@ -424,10 +432,10 @@
# Image readers/writers depend on 3rd party libraries except for OS X which
# can use Quicktime.
IF(NOT APPLE)
- FIND_PACKAGE(GIFLIB)
- FIND_PACKAGE(JPEG)
- FIND_PACKAGE(PNG)
- FIND_PACKAGE(TIFF)
+ MACRO_OPTIONAL_FIND_PACKAGE(GIFLIB)
+ MACRO_OPTIONAL_FIND_PACKAGE(JPEG)
+ MACRO_OPTIONAL_FIND_PACKAGE(PNG)
+ MACRO_OPTIONAL_FIND_PACKAGE(TIFF)
# QuickTime is required for OS X, but optional for Windows.
IF(WIN32)
@@ -722,7 +730,7 @@
${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs/osg32-32.png COPYONLY
)
#INSTALL(FILES ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}ReferenceDocs-${OPENSCENEGRAPH_VERSION}.chm DESTINATION doc OPTIONAL COMPONENT openscenegraph-doc)
- INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs DESTINATION doc COMPONENT openscenegraph-doc)
+ INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs DESTINATION ${GENTOO_DOCDIR} COMPONENT openscenegraph-doc)
# now set up openthreads documentation generation
IF(BUILD_REF_DOCS_TAGFILE)
@@ -738,7 +746,7 @@
${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs/osg32-32.png COPYONLY
)
#INSTALL(FILES ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}ReferenceDocs-${OPENSCENEGRAPH_VERSION}.chm DESTINATION doc OPTIONAL COMPONENT openscenegraph-doc)
- INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs DESTINATION doc COMPONENT openthreads-doc)
+ INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs DESTINATION ${GENTOO_DOCDIR} COMPONENT openthreads-doc)
# Process our other doxyfiles but don't create targets for these
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/doc/Doxyfiles/all_Doxyfile
diff -ruN ../OpenSceneGraph-2.8.3/CMakeModules/COPYING-CMAKE-SCRIPTS ./CMakeModules/COPYING-CMAKE-SCRIPTS
--- ../OpenSceneGraph-2.8.3/CMakeModules/COPYING-CMAKE-SCRIPTS 1970-01-01 01:00:00.000000000 +0100
+++ ./CMakeModules/COPYING-CMAKE-SCRIPTS 2010-01-11 06:29:35.000000000 +0100
@@ -0,0 +1,22 @@
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the copyright
+ notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff -ruN ../OpenSceneGraph-2.8.3/CMakeModules/FindFLTK.cmake ./CMakeModules/FindFLTK.cmake
--- ../OpenSceneGraph-2.8.3/CMakeModules/FindFLTK.cmake 2010-03-13 11:40:00.000000000 +0100
+++ ./CMakeModules/FindFLTK.cmake 1970-01-01 01:00:00.000000000 +0100
@@ -1,60 +0,0 @@
-# Locate gdal
-# This module defines
-# FLTK_LIBRARY
-# FLTK_FOUND, if false, do not try to link to gdal
-# FLTK_INCLUDE_DIR, where to find the headers
-#
-# $FLTK_DIR is an environment variable that would
-# correspond to the ./configure --prefix=$FLTK_DIR
-#
-# Created by Robert Osfield.
-
-FIND_PATH(FLTK_INCLUDE_DIR Fl/Fl.H Fl/Fl.h
- $ENV{FLTK_DIR}/include
- $ENV{FLTK_DIR}
- $ENV{OSGDIR}/include
- $ENV{OSGDIR}
- $ENV{OSG_ROOT}/include
- ~/Library/Frameworks
- /Library/Frameworks
- /usr/local/include
- /usr/include
- /sw/include # Fink
- /opt/local/include # DarwinPorts
- /opt/csw/include # Blastwave
- /opt/include
- [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session\ Manager\\Environment;OSG_ROOT]/include
- /usr/freeware/include
-)
-
-MACRO(FIND_FLTK_LIBRARY MYLIBRARY MYLIBRARYNAME)
-
- FIND_LIBRARY(${MYLIBRARY}
- NAMES ${MYLIBRARYNAME}
- PATHS
- $ENV{FLTK_DIR}/lib
- $ENV{FLTK_DIR}
- $ENV{OSGDIR}/lib
- $ENV{OSGDIR}
- $ENV{OSG_ROOT}/lib
- ~/Library/Frameworks
- /Library/Frameworks
- /usr/local/lib
- /usr/lib
- /sw/lib
- /opt/local/lib
- /opt/csw/lib
- /opt/lib
- [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session\ Manager\\Environment;OSG_ROOT]/lib
- /usr/freeware/lib64
- )
-
-ENDMACRO(FIND_FLTK_LIBRARY LIBRARY LIBRARYNAME)
-
-FIND_FLTK_LIBRARY(FLTK_LIBRARY fltk)
-FIND_FLTK_LIBRARY(FLTK_GL_LIBRARY fltk_gl)
-
-SET(FLTK_FOUND "NO")
-IF(FLTK_LIBRARY AND FLTK_INCLUDE_DIR)
- SET(FLTK_FOUND "YES")
-ENDIF(FLTK_LIBRARY AND FLTK_INCLUDE_DIR)
diff -ruN ../OpenSceneGraph-2.8.3/CMakeModules/MacroOptionalFindPackage.cmake ./CMakeModules/MacroOptionalFindPackage.cmake
--- ../OpenSceneGraph-2.8.3/CMakeModules/MacroOptionalFindPackage.cmake 1970-01-01 01:00:00.000000000 +0100
+++ ./CMakeModules/MacroOptionalFindPackage.cmake 2010-06-30 02:37:36.494250349 +0200
@@ -0,0 +1,28 @@
+# - MACRO_OPTIONAL_FIND_PACKAGE() combines FIND_PACKAGE() with an OPTION()
+# MACRO_OPTIONAL_FIND_PACKAGE( <name> [QUIT] )
+# This macro is a combination of OPTION() and FIND_PACKAGE(), it
+# works like FIND_PACKAGE(), but additionally it automatically creates
+# an option name WITH_<name>, which can be disabled via the cmake GUI.
+# or via -DWITH_<name>=OFF
+# The standard <name>_FOUND variables can be used in the same way
+# as when using the normal FIND_PACKAGE()
+
+# Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>
+#
+# Redistribution and use is allowed according to the terms of the BSD license.
+# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+
+
+macro (MACRO_OPTIONAL_FIND_PACKAGE _name )
+ option(WITH_${_name} "Search for ${_name} package" ON)
+ if (WITH_${_name})
+ find_package(${_name} ${ARGN})
+ else (WITH_${_name})
+ set(${_name}_FOUND)
+ set(${_name}_INCLUDE_DIR)
+ set(${_name}_INCLUDES)
+ set(${_name}_LIBRARY)
+ set(${_name}_LIBRARIES)
+ endif (WITH_${_name})
+endmacro (MACRO_OPTIONAL_FIND_PACKAGE)
+
diff -ruN ../OpenSceneGraph-2.8.3/CMakeModules/OsgMacroUtils.cmake ./CMakeModules/OsgMacroUtils.cmake
--- ../OpenSceneGraph-2.8.3/CMakeModules/OsgMacroUtils.cmake 2010-03-13 11:40:02.000000000 +0100
+++ ./CMakeModules/OsgMacroUtils.cmake 2010-06-30 02:37:36.523281953 +0200
@@ -305,9 +305,9 @@
SETUP_EXE(${IS_COMMANDLINE_APP})
IF(APPLE)
- INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION share/OpenSceneGraph/bin BUNDLE DESTINATION share/OpenSceneGraph/bin )
+ INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION bin BUNDLE DESTINATION bin)
ELSE(APPLE)
- INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION share/OpenSceneGraph/bin COMPONENT openscenegraph-examples )
+ INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION bin COMPONENT openscenegraph-examples )
ENDIF(APPLE)
ENDMACRO(SETUP_EXAMPLE)
diff -ruN ../OpenSceneGraph-2.8.3/examples/osgviewerFLTK/CMakeLists.txt ./examples/osgviewerFLTK/CMakeLists.txt
--- ../OpenSceneGraph-2.8.3/examples/osgviewerFLTK/CMakeLists.txt 2010-03-13 11:40:18.000000000 +0100
+++ ./examples/osgviewerFLTK/CMakeLists.txt 2010-06-30 02:37:36.524321902 +0200
@@ -1,6 +1,6 @@
SET(TARGET_SRC osgviewerFLTK.cpp )
-SET(TARGET_EXTERNAL_LIBRARIES ${FLTK_LIBRARY} ${FLTK_GL_LIBRARY})
+SET(TARGET_EXTERNAL_LIBRARIES ${FLTK_BASE_LIBRARY} ${FLTK_GL_LIBRARY})
INCLUDE_DIRECTORIES(${FLTK_INCLUDE_DIR} )

@ -1,12 +0,0 @@
diff --git a/src/osgPlugins/curl/ReaderWriterCURL.cpp b/src/osgPlugins/curl/ReaderWriterCURL.cpp
index 83aee7b..daf156f 100644
--- a/src/osgPlugins/curl/ReaderWriterCURL.cpp
+++ b/src/osgPlugins/curl/ReaderWriterCURL.cpp
@@ -21,7 +21,6 @@
#include <fstream>
#include <curl/curl.h>
-#include <curl/types.h>
#include "ReaderWriterCURL.h"

@ -1,10 +0,0 @@
--- src/osgPlugins/ffmpeg/FFmpegHeaders.hpp.old 2011-04-21 16:28:29.026069826 +0200
+++ src/osgPlugins/ffmpeg/FFmpegHeaders.hpp 2011-04-21 16:29:01.115068086 +0200
@@ -6,6 +6,7 @@
extern "C"
{
#define __STDC_CONSTANT_MACROS
+#define FF_API_OLD_SAMPLE_FMT 0
#include <errno.h> // for error codes defined in avformat.h
#include <stdint.h>
#include <avcodec.h>

@ -1,144 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/openscenegraph-2.8.3.ebuild,v 1.19 2012/05/03 06:35:31 jdhore Exp $
EAPI=2
inherit eutils flag-o-matic versionator cmake-utils
MY_PN="OpenSceneGraph"
MY_P=${MY_PN}-${PV}
DESCRIPTION="Open source high performance 3D graphics toolkit"
HOMEPAGE="http://www.openscenegraph.org/projects/osg/"
SRC_URI="http://www.openscenegraph.org/downloads/stable_releases/${MY_P}/source/${MY_P}.zip"
LICENSE="wxWinLL-3 LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="curl debug doc examples ffmpeg fltk fox gdal gif glut gtk jpeg jpeg2k
openexr openinventor osgapps pdf png qt4 sdl static-libs svg tiff truetype vnc
wxwidgets xine xrandr zlib"
# NOTE: OpenAL (support missing)
# TODO: COLLADA, FBX, OpenVRML, Performer, ITK, DCMTK
# xulrunner? ( only 1.8 supported for now, ignore it
# net-libs/xulrunner:1.8
# x11-libs/gtk+:2
# )
RDEPEND="
x11-libs/libSM
x11-libs/libXext
virtual/opengl
curl? ( net-misc/curl )
examples? (
fltk? ( x11-libs/fltk:1[opengl] )
fox? ( x11-libs/fox:1.6[opengl] )
glut? ( media-libs/freeglut )
gtk? ( x11-libs/gtkglext )
qt4? (
x11-libs/qt-core:4
x11-libs/qt-gui:4
x11-libs/qt-opengl:4
)
sdl? ( media-libs/libsdl )
wxwidgets? ( x11-libs/wxGTK[opengl,X] )
)
ffmpeg? ( virtual/ffmpeg )
gdal? ( sci-libs/gdal )
gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg )
jpeg2k? ( media-libs/jasper )
openexr? (
media-libs/ilmbase
media-libs/openexr
)
openinventor? (
|| (
media-libs/coin
media-libs/openinventor
)
)
pdf? ( app-text/poppler[cairo] )
png? ( media-libs/libpng:0 )
svg? (
gnome-base/librsvg
x11-libs/cairo
)
tiff? ( media-libs/tiff:0 )
truetype? ( media-libs/freetype:2 )
vnc? ( net-libs/libvncserver )
xine? ( media-libs/xine-lib )
xrandr? ( x11-libs/libXrandr )
zlib? ( sys-libs/zlib )
"
DEPEND="${RDEPEND}
app-arch/unzip
virtual/pkgconfig
x11-proto/xextproto
doc? ( app-doc/doxygen )
xrandr? ( x11-proto/randrproto )
"
S=${WORKDIR}/${MY_P}
DOCS=(AUTHORS.txt ChangeLog NEWS.txt)
PATCHES=(
"${FILESDIR}/${P}-cmake.patch"
"${FILESDIR}/${P}-ffmpeg.patch"
"${FILESDIR}/${P}-curl.patch"
)
src_configure() {
# Needed by FFmpeg
append-cppflags -D__STDC_CONSTANT_MACROS
mycmakeargs=(
-DWITH_OpenAL=OFF # Commented out in buildsystem
-DWITH_XUL=OFF # Supports only xulrunner 1.8
-DGENTOO_DOCDIR="/usr/share/doc/${PF}"
$(cmake-utils_use_with curl)
$(cmake-utils_use_build doc DOCUMENTATION)
$(cmake-utils_use_build osgapps OSG_APPLICATIONS)
$(cmake-utils_use_build examples OSG_EXAMPLES)
$(cmake-utils_use_with ffmpeg FFmpeg)
$(cmake-utils_use_with fltk)
$(cmake-utils_use_with fox)
$(cmake-utils_use_with gdal)
$(cmake-utils_use_with gif GIFLIB)
$(cmake-utils_use_with glut)
$(cmake-utils_use_with gtk)
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with jpeg2k Jasper)
$(cmake-utils_use_with openexr OpenEXR)
$(cmake-utils_use_with openinventor Inventor)
$(cmake-utils_use_with pdf)
$(cmake-utils_use_with png)
$(cmake-utils_use_with qt4)
$(cmake-utils_use !static-libs DYNAMIC_OPENSCENEGRAPH)
$(cmake-utils_use_with sdl)
$(cmake-utils_use_with svg)
$(cmake-utils_use_with tiff)
$(cmake-utils_use_with truetype FreeType)
$(cmake-utils_use_with vnc LibVNCServer)
$(cmake-utils_use_with wxwidgets wxWidgets)
$(cmake-utils_use_with xine)
$(cmake-utils_use xrandr OSGVIEWER_USE_XRANDR)
$(cmake-utils_use_with zlib)
)
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
use doc && cmake-utils_src_compile doc_openscenegraph doc_openthreads
}
pkg_postinst() {
if has_version 'dev-games/simgear'; then
ewarn "dev-games/simgear has been detected and may need to be rebuilt now."
ewarn "Please run the following:"
ewarn " # emerge -1 dev-games/simgear"
fi
}

@ -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/dom4j/dom4j-1.6.1-r4.ebuild,v 1.1 2012/06/05 13:44:14 sera Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/dom4j/dom4j-1.6.1-r4.ebuild,v 1.3 2012/07/14 18:04:47 johu Exp $
EAPI=4
@ -16,7 +16,7 @@ SRC_URI="
LICENSE="dom4j"
SLOT="1"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
COMMON_DEP="

@ -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/oracle-jdk-bin/oracle-jdk-bin-1.7.0.5-r1.ebuild,v 1.1 2012/07/12 20:29:13 caster Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.5-r1.ebuild,v 1.2 2012/07/14 21:05:47 jdhore Exp $
EAPI="4"
@ -50,7 +50,7 @@ SRC_URI="
LICENSE="Oracle-BCLA-JavaSE"
SLOT="1.7"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="X alsa derby doc examples jce nsplugin +source"
RESTRICT="fetch strip"

@ -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/oracle-jre-bin/oracle-jre-bin-1.7.0.5-r1.ebuild,v 1.1 2012/07/12 20:25:02 caster Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/oracle-jre-bin-1.7.0.5-r1.ebuild,v 1.2 2012/07/14 21:07:10 jdhore Exp $
EAPI="4"
@ -29,7 +29,7 @@ SRC_URI="
LICENSE="Oracle-BCLA-JavaSE"
SLOT="1.7"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 x86"
IUSE="X alsa jce nsplugin"
RESTRICT="fetch strip"

@ -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/sun-jdk/sun-jdk-1.6.0.33-r1.ebuild,v 1.1 2012/07/13 15:44:28 sera Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jdk/sun-jdk-1.6.0.33-r1.ebuild,v 1.2 2012/07/14 21:07:52 jdhore Exp $
EAPI="4"
@ -48,7 +48,7 @@ SRC_URI="
LICENSE="Oracle-BCLA-JavaSE"
SLOT="1.6"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="X alsa derby doc examples jce kernel_SunOS nsplugin +source"

@ -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/sun-jre-bin/sun-jre-bin-1.6.0.33-r1.ebuild,v 1.1 2012/07/13 15:46:53 sera Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.33-r1.ebuild,v 1.2 2012/07/14 21:06:29 jdhore Exp $
EAPI="4"
@ -25,7 +25,7 @@ SRC_URI="
LICENSE="Oracle-BCLA-JavaSE"
SLOT="1.6"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 x86"
IUSE="X alsa jce nsplugin"

@ -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-libs/json-glib/json-glib-0.14.2.ebuild,v 1.8 2012/05/04 18:35:54 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.14.2.ebuild,v 1.9 2012/07/14 13:23:39 blueness Exp $
EAPI=4
GCONF_DEBUG=yes
@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/JsonGlib"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc +introspection"
RDEPEND=">=dev-libs/glib-2.26:2"

@ -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-libs/libelf/libelf-0.8.13-r1.ebuild,v 1.10 2012/07/03 19:40:04 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r1.ebuild,v 1.11 2012/07/14 14:06:00 blueness Exp $
EAPI="3"
@ -12,7 +12,7 @@ SRC_URI="http://www.mr511.de/software/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 hppa ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="debug nls elibc_FreeBSD"
RDEPEND="!dev-libs/elfutils"

@ -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-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild,v 1.7 2012/06/29 14:28:23 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild,v 1.8 2012/07/14 11:25:58 maekke Exp $
EAPI="4"
@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/libgcrypt/${P}.tar.bz2
LICENSE="LGPL-2.1 MIT"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="static-libs"
RDEPEND=">=dev-libs/libgpg-error-1.8"

@ -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-libs/libpipeline/libpipeline-1.2.1.ebuild,v 1.2 2012/05/04 18:35:46 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/libpipeline-1.2.1.ebuild,v 1.3 2012/07/14 17:18:06 naota Exp $
EAPI="4"
@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="static-libs test"
DEPEND="virtual/pkgconfig

@ -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-libs/libzip/libzip-0.10.1-r1.ebuild,v 1.1 2012/05/09 15:57:47 creffett Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.10.1-r1.ebuild,v 1.4 2012/07/14 17:10:18 johu Exp $
EAPI=4
@ -15,7 +15,7 @@ SRC_URI="http://www.nih.at/libzip/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="static-libs"
DEPEND="sys-libs/zlib"
@ -49,3 +49,9 @@ src_install() {
autotools-utils_src_install
remove_libtool_files all
}
src_test() {
#Having VERBOSE as an env variable causes the fread test to fail (bug 421651)
unset VERBOSE
autotools-utils_src_test
}

@ -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/egenix-mx-base/egenix-mx-base-3.2.4.ebuild,v 1.5 2012/07/05 15:18:06 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-3.2.4.ebuild,v 1.6 2012/07/14 11:38:32 maekke Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -15,7 +15,7 @@ SRC_URI="http://downloads.egenix.com/python/${P}.tar.gz"
LICENSE="eGenixPublic-1.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
PYTHON_MODNAME="mx"

@ -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/python-dateutil/python-dateutil-2.1.ebuild,v 1.3 2012/04/04 02:54:29 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.1.ebuild,v 1.5 2012/07/14 17:33:24 johu Exp $
EAPI="4"
SUPPORT_PYTHON_ABIS="1"
@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples"
RDEPEND="dev-python/six

@ -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/six/six-1.1.0.ebuild,v 1.4 2012/04/04 13:25:23 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/six/six-1.1.0.ebuild,v 1.6 2012/07/14 17:34:20 johu Exp $
EAPI="4"
SUPPORT_PYTHON_ABIS="1"
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="doc"
DEPEND="doc? ( dev-python/sphinx )"

@ -1,3 +1,2 @@
DIST net-http-persistent-2.3.2.gem 21504 SHA256 46870c7b07e44e8132488e577873e10fcc181ac387d8aed147824544351b55e0 SHA512 7e4f33f23ca0d3312b55c06f8a8a6c001d9e394d7c0917d42d671646916bfc3356ca8d9586af121eaea01ab37f1cef41852be406a1b12d24cac06c17e8a1b121 WHIRLPOOL bc13c681c1748b38a0a2181abd3e84b980594b99b642ab2b51a88812f382201762961cc6acb8b7b07a389ad8f5cdc65cb8bca85f02d692308d617de25aa83558
DIST net-http-persistent-2.3.3.gem 21504 SHA256 584a53cdf4ce01c6f641656c32485c0ab2c05933e98900c50291a8f9c6a5b6a3 SHA512 f677b5ae8f2b317e453ac26c7621141f76e043afe8bdcb96145f146e2bc075dccd6370fc3c338d965fac470c4ea6445023339147cbbd6b3ccdb83fa08134e20b WHIRLPOOL 95ebb7e0f9f421019a4b856e207fd7a1f3ac49ffdc2a0cfe3aecb63fbdc4e32de46936b3a03d4a47f355f96104dd800d26d5b7bce56fd152983eacc3d084d2da
DIST net-http-persistent-2.6.gem 25088 SHA256 385dfc88891f7f6e5da3c83cd026078adc74d267f3ae42eeb3451f27f2d8dc2d SHA512 4617454c37eb7c1713905e6aeaef868211a4cc70f8dcadcd18471bcfd4e699475ab2cee2ab1d07208be9246d2abff5817ab1c1a34f2213cff9777f2e22a52960 WHIRLPOOL 727df18ec7b613b96f0ee14708045bce132a9431a58e8868d81d5edc9ffc5b04f99643b63b87bdcb7135743b256f53a7d50198bc489227215edd1c4cae5574d7
DIST net-http-persistent-2.7.gem 25088 SHA256 408c329cdb26a28fe82ceacfb0ff3abd5339011a0c78fc116fbab63b2acf55a3 SHA512 f9efba08b2ecd2b5fe29cd3910ed769b5a431bf171d6d8a66f4557f22dda3ae20913dd11fd2dd4f6ecaa8ff4db8809cc020efd1db739a6d49128e2def8a397c9 WHIRLPOOL dd3e7cad351ac39d7a4b401ac40895db39f8d248693cba4be66a28beb99fb631ec458a816e6e2753e43f985223d06814f1e14ba2a464daf8caec51d1152c7d97

@ -1,25 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-persistent/net-http-persistent-2.3.2.ebuild,v 1.1 2011/12/18 17:45:49 graaff Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
inherit ruby-fakegem
DESCRIPTION="Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8."
HOMEPAGE="https://github.com/drbrain/net-http-persistent"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc test"
ruby_add_bdepend "doc? ( dev-ruby/hoe )
test? ( dev-ruby/hoe dev-ruby/minitest )"

@ -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-ruby/net-http-persistent/net-http-persistent-2.3.3.ebuild,v 1.1 2011/12/22 19:00:26 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-persistent/net-http-persistent-2.7.ebuild,v 1.2 2012/07/14 17:35:58 graaff Exp $
EAPI=4
@ -23,3 +23,9 @@ IUSE="doc test"
ruby_add_bdepend "doc? ( dev-ruby/hoe )
test? ( dev-ruby/hoe dev-ruby/minitest )"
all_ruby_prepare() {
# Use a modern key size to avoid problems with OpenSSL 1.0.1.
# https://github.com/drbrain/net-http-persistent/issues/25
sed -i -e 's/RSA.new 512/RSA.new 1024/' test/test_net_http_persistent_ssl_reuse.rb || die
}

@ -1,2 +1,3 @@
DIST rspec-core-2.10.1-git.tgz 150158 SHA256 393899dd493af4e5e19daf27b3ed8840d477d2756513836a91dbd0cd75045185 SHA512 87b46fe493829cbcc6d8c34089e2a2b16a362102d25f2a5854caa4495155dd1a6f5bb0b5fb37d7fe6471e5d34716d80bcf4c9a4e06fcf4181a18fc0eef942f32 WHIRLPOOL e505ab4dd7ef4540116ec5ac80dea1af01fff943bcd19b3599e22657d71943166ee6ab0fdab964d332cbc7eee6c81c1ad8376fb5931b9dda0105486e8451ec1d
DIST rspec-core-2.11.0-git.tgz 153631 SHA256 8b75afca838ef53e041bf5c37fbdc94cfd11e08a1118b9a1c5456563fe5dc2f1 SHA512 d349d4ca1c5ce25ec692f01398755d6c8a808540f296f35a9b65117c2c85c066987d4fca83ccdd8bb42dcad4917d2a5f54b64b817199663a8bdb6173c4b4187b WHIRLPOOL 9633c34baa09b566a812d0b3ff24916504bc73d7a9599417c2461ae681045dc27d16dd2af01e09e1ef59793ca9cd63d38e8b30c2a93696ca63d4902a8e05f9e0
DIST rspec-core-2.6.4.gem 122368 SHA256 9d41146ee85fc8177d54331d72dfcd9ea71df41ed5d62bdbc1a027be496d903c SHA512 c9990ec808cec9a76d609cb4301f78e1713ed22fb7f44d4e09f9f03b6a3a644462b4b3afa520037dcf2b960be52b405ddabb0ae5028d5d910045f4eaff93a91a WHIRLPOOL 773365483a7e0164061983983af4f6a8faee4a52d0d5125fe887a0a2f67e4891692ef0670baa5ce7b7e0624a69efa68fb9e4f564e1d4d89e6727fa940c0b750f

@ -0,0 +1,84 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/rspec-core-2.11.0.ebuild,v 1.1 2012/07/15 07:02:13 graaff Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19 jruby"
RUBY_FAKEGEM_TASK_TEST="none"
RUBY_FAKEGEM_TASK_DOC="none"
RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
# Also install this custom path since internal paths depend on it.
RUBY_FAKEGEM_EXTRAINSTALL="exe"
RUBY_FAKEGEM_GEMSPEC="rspec-core.gemspec"
inherit ruby-fakegem
DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
HOMEPAGE="http://rspec.rubyforge.org/"
SRC_URI="https://github.com/rspec/${PN}/tarball/v${PV} -> ${P}-git.tgz"
RUBY_S="rspec-${PN}-*"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${RDEPEND} !<dev-ruby/rspec-1.3.1-r1"
ruby_add_bdepend "test? (
>=dev-ruby/nokogiri-1.5.2
dev-ruby/syntax
>=dev-ruby/fakefs-0.4.0
>=dev-ruby/zentest-4.6.2
dev-ruby/rspec-expectations:2
dev-ruby/rspec-mocks:2
)"
ruby_add_bdepend "doc? ( dev-ruby/yard )"
all_ruby_prepare() {
# Don't set up bundler: it doesn't understand our setup.
sed -i -e '/[Bb]undler/d' Rakefile || die
# Remove the Gemfile to avoid running through 'bundle exec'
# rm Gemfile || die
# Avoid dependency on cucumber since we can't run the features anyway.
sed -i -e '/[Cc]ucumber/ s:^:#:' Rakefile || die
# Also clean the /usr/lib/rubyee path (which is our own invention).
sed -i -e 's#lib\\d\*\\/ruby\\/#lib\\d*\\/ruby(ee|)\\/#' lib/rspec/core/configuration.rb || die
# Remove jruby-specific comparison documents since for us the normal
# version passes.
cp spec/rspec/core/formatters/text_mate_formatted-1.8.7.html spec/rspec/core/formatters/text_mate_formatted-1.8.7-jruby.html|| die
# Duplicate exe also in bin. We can't change it since internal stuff
# also depends on this and fixing that is going to be fragile. This
# way we can at least install proper bin scripts.
cp -R exe bin || die
# Avoid unneeded dependency on git.
sed -i -e '/git ls-files/ s:^:#:' rspec-core.gemspec || die
# Work around bug https://github.com/rspec/rspec-core/issues/647 by
# requesting rspec/matchers explicitly for now.
sed -i -e '19i require "rspec/matchers"' spec/spec_helper.rb || die
# Avoid aruba dependency so that we don't end up in dependency hell.
sed -i -e '/aruba/ s:^:#:' -e '75,77 s:^:#:' spec/spec_helper.rb || die
rm spec/command_line/order_spec.rb || die
}
all_ruby_compile() {
if use doc ; then
yardoc || die
fi
}
each_ruby_test() {
PATH="${S}/bin:${PATH}" RUBYLIB="${S}/lib" ${RUBY} -Ilib bin/rspec spec || die "Tests failed."
}

@ -1,2 +1,3 @@
DIST rspec-expectations-2.10.0-git.tgz 72171 SHA256 be79668ee442c610301fa5fa0cdddcad04d83b9bc9e69b03dc4f024d746cfe32 SHA512 8baf53d003d61270e9e8ec902465c8910954a15154172f9273c68bd87d3173fa74ca1d04ac7771f6cc5192ac6f98dcf76a445bda4d462a2427f4df2b51b85c08 WHIRLPOOL cbff5f92ac8eb0ff644f354e6aa51ef40e019c802c556fd2a4ae08747864c5fc9629492c708aa515616199e997ff00f90d213f1c60fc36b1d3e195ccd7189d22
DIST rspec-expectations-2.11.1-git.tgz 76912 SHA256 0aef545bbb1c15ca4e606c1785992c2cede6364bc7b5ddc19225c8d59095f6ba SHA512 e421dd450f4719a45558b60d3c88ee9e3f457b5df034bf0376f79ef34165b64cc9efc4ade042389fd6bd015cb0dc2a24d9cc6551792ed88d80b4301754fb07cb WHIRLPOOL 998336bfbd809fb61c242d22cabbbb003c82027a8db9400fd585d7b3bac55aaa1ea5d7c6b5004c3ab31152c3b49c1413eb7b5f954bd733544ef93b7a618120ef
DIST rspec-expectations-2.6.0.gem 61952 SHA256 8db3e4e34d163fc6d17ded378380ed2dd2495a9565869c4ef02b8de6434c5db1 SHA512 f2538deac0d6048511d1603513370b5f10452d27ce69f5dde0e43605bb894ce581ed965c1304efd6785bf25d10a872a47896e900c2b4ba73ee763adb324ab066 WHIRLPOOL 86c759d6d309dbc4fe9400a62f3259e99c62b8293e69ae0f0c59ad65a6fc823b9ab23bef2a8596b8b849dcfd848187276663c602e27e10c364135b62f86f5a3d

@ -0,0 +1,42 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.11.1.ebuild,v 1.1 2012/07/15 06:57:20 graaff Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19 jruby"
RUBY_FAKEGEM_TASK_TEST="none"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
inherit ruby-fakegem
DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
HOMEPAGE="http://rspec.rubyforge.org/"
SRC_URI="https://github.com/rspec/${PN}/tarball/v${PV} -> ${P}-git.tgz"
RUBY_S="rspec-${PN}-*"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3"
ruby_add_bdepend "test? (
>=dev-ruby/rspec-core-2.11.0:2
dev-ruby/rspec-mocks:2
)"
all_ruby_prepare() {
# Don't set up bundler: it doesn't understand our setup.
sed -i -e '/[Bb]undler/d' Rakefile || die
# Remove the Gemfile to avoid running through 'bundle exec'
rm Gemfile || die
}
each_ruby_test() {
PATH="${S}/bin:${PATH}" RUBYLIB="${S}/lib" ${RUBY} -S rspec spec || die
}

@ -1,2 +1,3 @@
DIST rspec-mocks-2.10.1-git.tgz 55024 SHA256 d332a5c71b2ff88dc717dee6c93a6469b3d82a2ecc53b33836eacfafddc23e12 SHA512 f2fc2e3574ec7b3a4c8ab7173c25ce8be2a2af990c3d814ff92aa07840f9cee57e7560791778a00fac8463a7a3653e6c7ca99afd78a38d85658bbc30a4d668db WHIRLPOOL 93b8f88d7ad9f695349a40a63eb115224d343ca9e3b1a21a6ff45c9fe0fab48c6f97919b5d5c9ca84fff7af5c1bca0bae3ff67d6f4e8fbdbede0373bb41ea539
DIST rspec-mocks-2.11.1-git.tgz 62673 SHA256 bb8b58d0297bbc5ec1ff5b78b7bbe164b082e18d98ad7d48d68deb55123ff8a3 SHA512 7d836db346b9af8cf7e163c5db5b3411138bee112d7c3919693f4eb8e5bfe598d3e2acb437a5789f87b38241d908766c3878ae58893277b0673117801201ced3 WHIRLPOOL f2a16f0e83b0e46aaa056940e38d3dd5c9f4e6ca719705957092429f9cf15f861592ae32cd0f111d2a3eed4bbd055a387480a6b8d4ca2f03fb3430f1e41076c8
DIST rspec-mocks-2.6.0.gem 49152 SHA256 4bb704c8fcd857a1646ccbbfc131089d42c33abdf2382362bd81384672721690 SHA512 189680000413a1d2adfea14a9355762084c09c85107d10d6fb53df92240e594feaa1a50dd483a9ce6adf3263e17c3dd0a010b716545f58e1894323cf984f9efc WHIRLPOOL e7f32130708a402c5c62b07a1c0feb61b09dfe1d765ee4dacd9c92941ef2332837c57aa6af1cf881df3c68454a9ee742a9af5b31625e900a26e264779790517c

@ -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/dev-ruby/rspec-mocks/rspec-mocks-2.11.1.ebuild,v 1.1 2012/07/15 06:55:21 graaff Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19 jruby"
RUBY_FAKEGEM_TASK_TEST="none"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
inherit ruby-fakegem
DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
HOMEPAGE="http://rspec.rubyforge.org/"
SRC_URI="https://github.com/rspec/${PN}/tarball/v${PV} -> ${P}-git.tgz"
RUBY_S="rspec-${PN}-*"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "test? (
>=dev-ruby/rspec-core-2.10.0:2
dev-ruby/rspec-expectations:2
)"
all_ruby_prepare() {
# Don't set up bundler: it doesn't understand our setup.
sed -i -e '/[Bb]undler/d' Rakefile || die
# Remove the Gemfile to avoid running through 'bundle exec'
rm Gemfile || die
}
each_ruby_test() {
PATH="${S}/bin:${PATH}" RUBYLIB="${S}/lib" ${RUBY} -ryaml -S rspec spec || die
}

@ -1,5 +1,6 @@
DIST rspec-rails-1.3.4.gem 72192 SHA256 48ae8d7fc51a996d7fff7a45486a44722cfc4d1bfdfb6d8ac3cb266a4e081507 SHA512 bb80b2d6c28522a5a858d5861c2b3c743a75f48267c751caff990911974ff96c5c4b9bc16b61a1ac70493bc285fd9694c244ea00f7b2d89b31226594d0cd1977 WHIRLPOOL 1e7f660a530f099983f828e58c150d38e107d24b51fa489498264a1e96042cf2809c2c0e50026e7a9cad61a3ee420afb674667adb8455ad3c54e60757f0bd479
DIST rspec-rails-2.10.1.gem 60928 SHA256 4c889a339beb078bca6ca0f0f624374801814ee8d596548a6e97f49e6a3c708b SHA512 dba056aacd2fe6993d5374610dc339b8f43de3e3585752378b0dc0be15a306100de75f2fc889e9253f9357f6416af199bdb5799beb07200ac94b6ca5f6ba9f62 WHIRLPOOL ccdabb309a24a19e279025d7d86eb3c29d3a5163c40475facc0999e8fb6fcead196e521119aa86cd6cda45926e4126623f7262b4b3270db7867bde3c05a290aa
DIST rspec-rails-2.11.0.gem 61440 SHA256 0ba892445f44f4c8ecd811d2a5eec4964c834fbce094d6199039f4aa7291c57d SHA512 fb07a9c445f076fe808145cdf02d14d7d15307261b1504215670a0508012a04eac1cae8939c518458371a64ffcb94e8f6d0adab56c8ad9321fe67e172e734196 WHIRLPOOL 1ba0100ade58d90479fda5ada0f28fb5985cfc6f186eff570cc033b5b4cf5e0a4f60503e1bebaae94356d7dd2585491bb2b10862d1fdd6c1810f02b034399ec1
DIST rspec-rails-2.5.0.gem 51712 SHA256 4e3706badd341190655f1a8bfac2fb31c57ba8198951785ff0cce41d4efa2e34 SHA512 32374a8cdbfc41cb67af05de18c230cf4be4daddb651e3b72a76174bf8dce28d17ba9442f5ab074a7d196819dc49b5abd406d980a7ae915b8e095d4cb42164d1 WHIRLPOOL ce6feb991d22b7e525bff88fd1793544a7245ed0138a6d1cec0b9dc2219fbe37a5084d7c395a64d352e3f358e7cf0958dbbb94373a59bc1861abe9e28fd023b5
DIST rspec-rails-2.6.0.gem 55296 SHA256 7ea96c82dc4ac55952b2277e0c2c699ca0a5bd6794fbfb2991b6b086a91bada7 SHA512 d706b12d873862318104f38d0f88d4dae6670defb03cf9755035824598a32ffcc8eed9d4aa575b85490b77c85802ee43e2340ca78083085179ec375a2d6b7944 WHIRLPOOL 953d18a2b1405bdd03000365cc7eeb9811cde1ca3d73bbbc02db521c5b7aa2c8860cff6b881fb40f1ef53e95807ed21e1b642be13e2117191278486314489f77
DIST rspec-rails-2.6.1.gem 55808 SHA256 e78f02f066ef74bc00c8f5dfe2cfce248d42aa465ea8ff7da2e30d7a61e0c2b5 SHA512 cbc28f295e3c28a43d3f496271b0ae1de31d1adec55e209b3078072b35aadf207a0cfe0e8f6ec4d243be447543e2fb276ad4d82035d0fedcf92ae10cf4da025c WHIRLPOOL 173449571ad408a2f66a2f27d9945724160f4f10792168d0069674b9104bdcb3d528a7ccf9a40b6d82b672b1ff0bf387c9b6fa7f681663f513052164d92bdb9e

@ -0,0 +1,39 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.11.0.ebuild,v 1.1 2012/07/15 07:04:56 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
inherit ruby-fakegem
DESCRIPTION="RSpec's official Ruby on Rails plugin"
HOMEPAGE="http://rspec.info/"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64"
IUSE=""
ruby_add_rdepend "=dev-ruby/activesupport-3*
=dev-ruby/actionpack-3*
=dev-ruby/railties-3*
dev-ruby/rspec:2"
# Depend on the package being already installed for tests, because
# requiring ammeter will load it, and we need a consistent set of rspec
# and rspec-rails for that to work.
ruby_add_bdepend "test? ( >=dev-ruby/ammeter-0.2.5 ~dev-ruby/rspec-rails-${PV} )"
each_ruby_test() {
${RUBY} -I lib -S rspec spec || die "Tests failed."
# There are also features but they require aruba which we don't have
# yet and it requires local install of various rails versions.
}

@ -1,4 +1,5 @@
DIST rspec-1.3.1.gem 214528 SHA256 266599abc471df01c09506e4d88e667bb623f762e3c62d794852416ba7cc93c0 SHA512 fbe6ddaedc7894c8a908661e1c28c480d2acf1a55f0d8cacbec7382d01b7a2b00df1f3fc979aa25170329c25c430aeaa6526617aa74a9dd8a54d45fed840023e WHIRLPOOL d7d7f549bb5aafe68dbbab5a3f87ab708c6c2ccd3c4ea035ca6ce56d593d07e0d9f0200c8ed057c96973278ad61832c639c16f1e444506d8c5aeb814401a9908
DIST rspec-1.3.2.gem 214016 SHA256 cced85c55b92477272d157ea92b925676db76c373f8040a62b8dbe1365296aba SHA512 c4a02214ce825fa3c03c7332963aaa04313687ba343ee1c9a33d40b0b22c9007f4dade734ed388a986d32a5bd64f413edd4a6c508c5f81161530b87960b4a315 WHIRLPOOL d4bdbfbbadc2e4861dc24002ced78e3c560384c628db545e9f3dae3ee11028310f888ad1b225f65792fd418136983011e33667ab3f8138ed712b69f0bf1566bc
DIST rspec-2.10.0.gem 4608 SHA256 b8aaf37b077c59ecfd865e76495e81fc8c88c1d2cfe7baefeee1f30bfa3835e8 SHA512 393179ec3c909ac26a67968d0cc209bdcb07086f2dbcc82dcf9bb7dfbbf4167ae420f85726e0e1f31959831c8cf873dcbf3ff01524799929a2b3c04d09b6d90a WHIRLPOOL 77a418e39b12b210a283f43afbbb7d61c0f0beb7f03f7565832246c60523bd2d1faced8e243593bd5e532010dfbd3e9e5e9ebc5bb12f449aef4431db362b7ad1
DIST rspec-2.11.0.gem 4608 SHA256 baeff07cee3c2f7f3972474b6d085e7e9bb2893ee305f4e7291a76a1f754a54c SHA512 b05fca062ca790dff7ba75513050f8b51afb9a8546c28999400e85a14208b5c0a8ab14fd10216d4304d26ef329de25ae240e2e48dae0f5dba0b15a8248535446 WHIRLPOOL 5372238c42826bae2fa697e092d3afc91520e5aec50219502b46813389a67c4b57189e2a095014c88caae932db8dbe54de9c8cc9ca13bdc76e2ab19b1e870920
DIST rspec-2.6.0.gem 5632 SHA256 9638cad0d5a0c17ba7871e600df381ecf551dd3ab382d2032b35983803dc5ed4 SHA512 c356a149b341b019443b7fc4dfb463e916935b42178c06e5c6e5abbf3e847d305ca73251bd2f707b655297c264461643d682c259bdaff24621da03b7cd585e54 WHIRLPOOL 74e0f3bb53f586c6d33ea1328ddd6c140eadaded2fc90a53e7da7dfc34c8c5527e1129534c9edd0db91ab2ae577d9baa08b028670c154efe8184bf91030c757f

@ -0,0 +1,28 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.11.0.ebuild,v 1.1 2012/07/15 07:02:50 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 ree18 jruby"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem versionator
DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
HOMEPAGE="http://rspec.rubyforge.org/"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
SUBVERSION="$(get_version_component_range 1-2)"
ruby_add_rdepend "
=dev-ruby/rspec-core-${SUBVERSION}*
=dev-ruby/rspec-expectations-${SUBVERSION}*
=dev-ruby/rspec-mocks-${SUBVERSION}*"

@ -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-ruby/ruby-filemagic/ruby-filemagic-0.4.2.ebuild,v 1.1 2010/09/19 10:30:07 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-filemagic/ruby-filemagic-0.4.2.ebuild,v 1.2 2012/07/14 16:21:30 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
@ -20,7 +20,10 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
# Don't run tests since the descriptions in recent versions of
# sys-apps/file are diverging too much from what the test cases expect.
# https://bugs.gentoo.org/show_bug.cgi?id=366205
RESTRICT="test"
DEPEND="${DEPEND} sys-apps/file"
RDEPEND="${RDEPEND} sys-apps/file"

@ -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-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.4 2012/07/14 08:00:14 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.6 2012/07/14 19:26:12 jdhore Exp $
EAPI=3
@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/jfelchner/ruby-progressbar"
LICENSE="|| ( Ruby GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="test"

@ -1,2 +1,3 @@
DIST crash-5.1.1.tar.gz 24368565 SHA256 a1605a661cb9cd52e4dac416f9a8dea62a60af0b0655aa1d78ffd7b7b3679fb7 SHA512 0f40181cba843be8cdfad7793d14cb7959b71749145ab0df70b437edfcd802c4726b3acb20805b0d5615afa525cf3bc71fc1269162c51f0bd08b4f1d8fe95a3e WHIRLPOOL d9d889a30a9f47a7e34ca48c24e6063467ad0597ee0e36a184ec307691bd21f3358ab97a8be2303f48af74f4e77d4eec15b1961fc5a40d799a4647406155657c
DIST crash-5.1.7.tar.gz 24396827 SHA256 5233ffcaad72652b1f5f8822553a5094537e864cdbc13ac8da39697e670da5da SHA512 f58044c72f5d445369859cc2e0ee6134aede34ce1d6f5d0ddd7e9b473f157576b053bafb5e396b9285a9a722b838bc7f7fce15bdcc5faceeaabb86e2cf4dab7e WHIRLPOOL 0e2af104003a6fbac2b9b7bb88b1a2cf1e5cf5db82df915fd9bb970a292147366bbb311128d28c3a393cea8e873e2ababf47e5ee18d88eebdd7a29caa8e4a15c
DIST crash-6.0.8.tar.gz 26761730 SHA256 73491d6639da2ef71f4adfa3174bd8a6485ca81775bf47359b556aef53d7642c SHA512 601adebc42ac7a0498a06938c18cba67e53742b387460ef7df390317e99affc28cfe4dbd4da364f0c9f0441a44326499f92d6b35333a08278935d659f6126483 WHIRLPOOL 59f0f2f87228bcc250c44893c1c174f2ad93086bcf093dcd92fe5cdaff445675fe5dc22e7096331d089ca5de571e6f4f3839826f6c1462ae3176ca138d07633b

@ -0,0 +1,23 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/crash-6.0.8.ebuild,v 1.1 2012/07/14 20:07:25 cardoe Exp $
EAPI=4
inherit eutils
DESCRIPTION="Red Hat crash utility. Used for analyzing kernel core dumps"
HOMEPAGE="http://people.redhat.com/anderson/"
SRC_URI="http://people.redhat.com/anderson/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~ppc64 ~s390 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-5.1.1-install-fix.patch
}

@ -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-vcs/git/git-1.7.8.6.ebuild,v 1.9 2012/07/10 19:08:56 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.8.6.ebuild,v 1.10 2012/07/14 11:23:01 maekke Exp $
EAPI=4
@ -32,7 +32,7 @@ if [[ ${PV} != *9999 ]]; then
${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
else
SRC_URI=""
KEYWORDS=""

@ -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-board/aisleriot/aisleriot-3.2.3.2.ebuild,v 1.1 2012/05/20 07:37:15 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/games-board/aisleriot/aisleriot-3.2.3.2.ebuild,v 1.2 2012/07/14 13:29:05 blueness Exp $
EAPI="3"
GNOME_TARBALL_SUFFIX="xz"
@ -15,7 +15,7 @@ HOMEPAGE="http://live.gnome.org/Aisleriot"
LICENSE="GPL-3 LGPL-3 FDL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~mips ~x86"
IUSE="gnome"
# FIXME: quartz support?

@ -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-board/aisleriot/aisleriot-3.4.1.ebuild,v 1.1 2012/05/20 07:37:15 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/games-board/aisleriot/aisleriot-3.4.1.ebuild,v 1.2 2012/07/14 13:29:05 blueness Exp $
EAPI="3"
GNOME_TARBALL_SUFFIX="xz"
@ -15,7 +15,7 @@ HOMEPAGE="http://live.gnome.org/Aisleriot"
LICENSE="GPL-3 LGPL-3 FDL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~mips ~x86"
IUSE="gnome"
# FIXME: quartz support?

@ -1,2 +1,2 @@
DIST openyahtzee-1.9.1.tar.bz2 159149 SHA256 aa553a248d30ba259abb8dee735d5728bfdbb8d4705805bc716453245f1cb0a0 SHA512 2833a7085bb03d157b58a5e3a95c03b8a51cc8b527aec204188c8f773c492f4822655ec15dbedd4330c25bc4382132694ae7d3935dfb27756e859149ab66ef59 WHIRLPOOL 8c9986f163576d2d5ab31ea4083139645513c6d3e1a171cba9cb7030186a2f022984e8a9925f7524e2b25b9c7ad3a989eb39bb76b13642cef848e66daabfa86d
DIST openyahtzee-1.9.tar.bz2 850969 RMD160 992ca4559a0cc7ed925f0b44bd989514a8410405 SHA1 6c9ff016f8f91550a879ec25409b119ef93b82dd SHA256 9d923dc14906aed39d9fa9d9c40eaa2d977d2d8aadae85836e7412712c93d8e1
DIST openyahtzee-1.9.tar.bz2 850969 SHA256 9d923dc14906aed39d9fa9d9c40eaa2d977d2d8aadae85836e7412712c93d8e1 SHA512 c3a164530fbdedf5192db8a05c01a4ce93485ab76b5779d8ab4bd7ca4e3b23c203dd6a27b2fd57d42061e585905003cab00964c926fadc505f1eddbcccf4e6fa WHIRLPOOL 34627b3f92b7ca5cee3bc948c7d4b6958a8463547592ba8adf9e02f3dde762d21b1fa9f7a515a95db6b61a5dfe34841961a7005fb19d008c3dc14ebe5e5c45bc

@ -1,8 +0,0 @@
--- src/Makefile.am.old 2011-06-20 13:41:03.264848550 +0200
+++ src/Makefile.am 2011-06-20 13:42:39.667245673 +0200
@@ -42,4 +42,4 @@
openyahtzee.rc
AM_CXXFLAGS = @WX_CXXFLAGS@
-openyahtzee_LDFLAGS = @WX_LIBS@
+openyahtzee_LDADD = @WX_LIBS@ -ldl

@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/openyahtzee-1.9.1.ebuild,v 1.1 2012/07/11 21:26:48 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/openyahtzee-1.9.1.ebuild,v 1.3 2012/07/14 19:34:34 hasufell Exp $
EAPI=2
WX_GTK_VER="2.8"
inherit eutils autotools wxwidgets games
inherit wxwidgets toolchain-funcs versionator games
DESCRIPTION="A full-featured wxWidgets version of the classic dice game Yahtzee"
HOMEPAGE="http://openyahtzee.sourceforge.net/"
@ -15,11 +15,18 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="x11-libs/wxGTK:2.8[X]"
DEPEND=">=sys-devel/gcc-4.6
x11-libs/wxGTK:2.8[X]"
src_prepare() {
epatch "${FILESDIR}"/${P}-underlink.patch
eautoreconf
pkg_setup() {
local ver=4.6
local msg="You need at least GCC ${ver}.x for C++11 range-based 'for' and nullptr support."
if ! version_is_at_least ${ver} $(gcc-version); then
eerror ${msg}
die ${msg}
fi
games_pkg_setup
}
src_configure() {

@ -1 +1 @@
DIST meandmyshadow-0.3-src.tar.gz 5322285 RMD160 a697ccfcfb831a5e8fede37d7726705cc5c1fa49 SHA1 a460084f75aa54105907811633200a8f57fc3492 SHA256 e00bbfcd22a02477b2eb99be361a9aa683980dc307b16d5205f5c652ea65270d
DIST meandmyshadow-0.3-src.tar.gz 5322285 SHA256 e00bbfcd22a02477b2eb99be361a9aa683980dc307b16d5205f5c652ea65270d SHA512 335e701767f6cefd8a8613112c805606c7daf993778e6353c8be58fe5ee6037f35329f1eba57c8b8f75bb4d64b0be69de70a0e7ae03e38407f4af9ef4b100cb3 WHIRLPOOL 4927d403e4f4d67047219e2a998516bacb9dd5746d64d0cc4945e811757e48fc4140618f029f251366899b9b5fbd465ed17d812c6c9127c76da1633fcb064ae4

@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/meandmyshadow/meandmyshadow-0.3.ebuild,v 1.4 2012/05/21 09:52:57 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/meandmyshadow/meandmyshadow-0.3.ebuild,v 1.5 2012/07/14 16:42:27 hasufell Exp $
EAPI=3
inherit eutils cmake-utils games
inherit eutils cmake-utils gnome2-utils games
DESCRIPTION="A puzzle/plateform game with a player and its shadow"
HOMEPAGE="http://meandmyshadow.sourceforge.net/"
@ -52,6 +52,19 @@ src_compile() {
src_install() {
DOCS="Controls.txt" cmake-utils_src_install
doicon icons/64x64/meandmyshadow.png
prepgamesdirs
}
pkg_preinst() {
games_pkg_preinst
gnome2_icon_savelist
}
pkg_postinst() {
games_pkg_postinst
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}

@ -1 +1 @@
DIST ultimatestunts-srcdata-0761.tar.gz 17633980 RMD160 e3d99659fc7b0d6a0a2f803c9b10c82e698e1ffc SHA1 bcf1014d35e641f4770f055c9a36966f6c3e1f44 SHA256 3b3fad3f85a8a6e702ed60434a5f45dcd7132da4139580fd3b2251436b31a565
DIST ultimatestunts-srcdata-0761.tar.gz 17633980 SHA256 3b3fad3f85a8a6e702ed60434a5f45dcd7132da4139580fd3b2251436b31a565 SHA512 a176e970acdcb522a063e148d1f1f5f8257ad43db9eb54fe7b3982cea165b0eda16b5dbbaaf886c10544ff22a5d95ffaa8ba3d09925e95bc46b6e8cc22cea02b WHIRLPOOL d665aa753aa167bf2d4badad3c4e075cdfba337e8c45e48d3ac748f3140642037b47fa0d548e18ffa67fd6ec246080d8125d7038b2cd0729b412eafc68669df1

@ -0,0 +1,16 @@
From: Julian Ospald <hasufell@gentoo.org>
Date: Sat Jul 14 20:55:35 UTC 2012
Subject: fix compilation on gcc-4.7
https://bugs.gentoo.org/show_bug.cgi?id=426612
--- simulation/metaserver.cpp
+++ simulation/metaserver.cpp
@@ -16,6 +16,7 @@
***************************************************************************/
#include <cstdio>
#include <cstdlib>
+#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>

@ -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/games-sports/ultimatestunts/ultimatestunts-0.7.6.ebuild,v 1.2 2011/04/11 03:02:38 tomka Exp $
# $Header: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.6.ebuild,v 1.3 2012/07/15 07:37:42 hasufell Exp $
EAPI=2
inherit autotools eutils versionator games
@ -30,7 +30,8 @@ S=${WORKDIR}/${MY_P}
src_prepare() {
ecvs_clean
epatch "${FILESDIR}"/${P}-paths.patch
epatch "${FILESDIR}"/${P}-paths.patch \
"${FILESDIR}"/${P}-gcc-4.7.patch
autopoint -f || die "autopoint failed"
AT_M4DIR=m4 eautoreconf
}

@ -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/gnome-extra/gnome-games/gnome-games-3.2.1-r1.ebuild,v 1.5 2012/07/07 17:17:15 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-3.2.1-r1.ebuild,v 1.6 2012/07/14 13:31:50 blueness Exp $
EAPI="3"
GNOME_TARBALL_SUFFIX="xz"
@ -20,7 +20,7 @@ HOMEPAGE="http://live.gnome.org/GnomeGames/"
LICENSE="GPL-2 GPL-3 FDL-1.1"
SLOT="0"
# TODO: file KEYWORDREQ bug once it's determined that seed is usable
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~mips ~x86"
IUSE="artworkextra +aisleriot +clutter +introspection glchess seed +sudoku test"
COMMON_DEPEND="

@ -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/gnome-extra/gnome-games/gnome-games-3.4.2.ebuild,v 1.2 2012/07/07 17:17:15 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-3.4.2.ebuild,v 1.3 2012/07/14 13:31:50 blueness Exp $
EAPI="3"
GNOME_TARBALL_SUFFIX="xz"
@ -20,7 +20,7 @@ HOMEPAGE="http://live.gnome.org/GnomeGames/"
LICENSE="GPL-2 GPL-3 FDL-1.1"
SLOT="0"
# TODO: file KEYWORDREQ bug once it's determined that seed is usable
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~mips ~x86"
IUSE="artworkextra +aisleriot +clutter +glchess +introspection +sudoku test"
COMMON_DEPEND="

@ -1,2 +1,2 @@
DIST exif-0.6.20.tar.gz 453308 SHA256 81846823ffbf3d41d77787316d1c04351a216894a1aac993c65a67b3db9a2772
DIST exif-0.6.20.tar.gz 453308 SHA256 81846823ffbf3d41d77787316d1c04351a216894a1aac993c65a67b3db9a2772 SHA512 a8b0caf5cf3b2dc4852fb0e496863eda10e2589ca5d40ac3c0ffee81b72634245b80e1e7713945456b72f982ce04a9b35988292a08c90a799bd305d4da7a73ea WHIRLPOOL f71c26cec3207b6370812f39a54f3e7943b48db32481fe278c41cbc31d668d684a5f63a56b4c30f482b4cca3a39c6c4acfccdae0700425749dd3ac773edb55e9
DIST exif-0.6.21.tar.bz2 387531 SHA256 59e78229ac32dd8ae3cad45c5781350da20705313c0b2dda266da0431b8769fd SHA512 73b5b7df08462a6a084a8fb973c39197f5d64ed753a97cb2f94a4acf815fdf0313214c2c8e44a46a24a1f6304fdaa68a579b4a2e246cc095f6e9588e93368cdc WHIRLPOOL f669655a76e2fe137bff9a55d04221f6f7599e2c1e1fd9d917c1759d498060163d63020eed26b53f0f6d853dcb940540535877e3eaf160c244d120e570a308cc

@ -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-gfx/exif/exif-0.6.21.ebuild,v 1.1 2012/07/13 13:01:17 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/exif/exif-0.6.21.ebuild,v 1.3 2012/07/14 20:05:52 jdhore Exp $
EAPI=4
@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/libexif/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="nls"
RDEPEND="dev-libs/popt

@ -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-gfx/gimp/gimp-2.6.12-r2.ebuild,v 1.4 2012/07/12 00:31:43 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.6.12-r2.ebuild,v 1.5 2012/07/14 18:59:27 armin76 Exp $
EAPI="3"
@ -16,7 +16,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86"
LANGS="am ar ast az be bg ca ca@valencia cs da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km kn ko lt lv mk ml mr ms my nb nds ne nl nn oc or pa pl pt pt_BR ro ru rw si sk sl sr sr@latin sv ta th tr tt uk vi xh yi zh_CN zh_HK zh_TW"
IUSE="alsa aalib altivec curl dbus debug doc exif gnome jpeg lcms mmx mng pdf png python smp sse svg tiff webkit wmf"

@ -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/clutter-gtk/clutter-gtk-1.0.4.ebuild,v 1.7 2012/05/05 08:02:35 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/clutter-gtk-1.0.4.ebuild,v 1.8 2012/07/14 13:21:33 blueness Exp $
EAPI="4"
GCONF_DEBUG="yes"
@ -12,7 +12,7 @@ inherit gnome2 clutter gnome.org
DESCRIPTION="Clutter-GTK - GTK+3 Integration library for Clutter"
SLOT="1.0"
KEYWORDS="~alpha amd64 ppc ppc64 x86"
KEYWORDS="~alpha amd64 ~mips ppc ppc64 x86"
IUSE="doc examples +introspection"
# XXX: Needs gtk with X support (!directfb)

@ -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/clutter-gtk/clutter-gtk-1.2.0.ebuild,v 1.3 2012/05/05 08:02:35 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/clutter-gtk-1.2.0.ebuild,v 1.4 2012/07/14 13:21:33 blueness Exp $
EAPI="4"
GCONF_DEBUG="yes"
@ -12,7 +12,7 @@ inherit gnome2 clutter gnome.org
DESCRIPTION="Clutter-GTK - GTK+3 Integration library for Clutter"
SLOT="1.0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~x86"
IUSE="doc examples +introspection"
# XXX: Needs gtk with X support (!directfb)

@ -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/clutter/clutter-1.10.4.ebuild,v 1.2 2012/05/05 08:02:29 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.10.4.ebuild,v 1.3 2012/07/14 13:19:30 blueness Exp $
EAPI="4"
CLUTTER_LA_PUNT="yes"
@ -14,7 +14,7 @@ DESCRIPTION="Clutter is a library for creating graphical user interfaces"
SLOT="1.0"
IUSE="debug doc gtk +introspection test" # evdev tslib
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~x86"
# NOTE: glx flavour uses libdrm + >=mesa-7.3
# XXX: uprof needed for profiling

@ -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/clutter/clutter-1.10.8.ebuild,v 1.1 2012/07/03 07:46:55 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.10.8.ebuild,v 1.2 2012/07/14 13:19:30 blueness Exp $
EAPI="4"
CLUTTER_LA_PUNT="yes"
@ -14,7 +14,7 @@ DESCRIPTION="Clutter is a library for creating graphical user interfaces"
SLOT="1.0"
IUSE="debug doc gtk +introspection test" # evdev tslib
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~x86"
# NOTE: glx flavour uses libdrm + >=mesa-7.3
# XXX: uprof needed for profiling

@ -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/clutter/clutter-1.8.4.ebuild,v 1.7 2012/05/24 14:00:40 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.8.4.ebuild,v 1.8 2012/07/14 13:19:30 blueness Exp $
EAPI="4"
CLUTTER_LA_PUNT="yes"
@ -14,7 +14,7 @@ DESCRIPTION="Clutter is a library for creating graphical user interfaces"
SLOT="1.0"
IUSE="debug doc +introspection"
KEYWORDS="~alpha amd64 ppc ppc64 x86"
KEYWORDS="~alpha amd64 ~mips ppc ppc64 x86"
# NOTE: glx flavour uses libdrm + >=mesa-7.3
# XXX: uprof needed for profiling

@ -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/cogl/cogl-1.10.0.ebuild,v 1.2 2012/05/05 08:02:41 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.10.0.ebuild,v 1.3 2012/07/14 13:26:07 blueness Exp $
EAPI="4"
CLUTTER_LA_PUNT="yes"
@ -14,7 +14,7 @@ HOMEPAGE="http://www.clutter-project.org/"
LICENSE="LGPL-2.1"
SLOT="1.0"
IUSE="doc examples +introspection +pango"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~x86"
# XXX: need uprof for optional profiling support
COMMON_DEPEND=">=dev-libs/glib-2.28.0:2

@ -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/cogl/cogl-1.10.2.ebuild,v 1.3 2012/06/14 04:33:05 lu_zero Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.10.2.ebuild,v 1.4 2012/07/14 13:26:07 blueness Exp $
EAPI="4"
CLUTTER_LA_PUNT="yes"
@ -14,7 +14,7 @@ HOMEPAGE="http://www.clutter-project.org/"
LICENSE="LGPL-2.1"
SLOT="1.0"
IUSE="doc examples +introspection +opengl gles2 +pango"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~x86"
# XXX: need uprof for optional profiling support
COMMON_DEPEND=">=dev-libs/glib-2.28.0:2

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

Loading…
Cancel
Save