Sync with portage [Mon Jul 16 10:49:09 MSK 2012].

mhiretskiy
root 12 years ago
parent 538c48ba19
commit 07135f74d6

@ -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-admin/eselect-xvmc/eselect-xvmc-0.3.ebuild,v 1.2 2012/05/10 17:14:36 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-xvmc/eselect-xvmc-0.3.ebuild,v 1.3 2012/07/15 11:35:30 ago Exp $
DESCRIPTION="Manages XvMC implementations"
HOMEPAGE="http://www.gentoo.org/"
@ -8,7 +8,7 @@ SRC_URI=""
LICENSE="GPL-2"
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=""
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-admin/eselect/eselect-1.3.1.ebuild,v 1.9 2012/06/27 03:18:16 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.3.1.ebuild,v 1.10 2012/07/15 17:17:02 armin76 Exp $
EAPI=3
@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc"
RDEPEND="sys-apps/sed

@ -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-admin/gnome-system-tools/gnome-system-tools-2.32.0-r3.ebuild,v 1.5 2012/05/24 13:23:16 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-2.32.0-r3.ebuild,v 1.6 2012/07/15 16:17:20 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -14,7 +14,7 @@ HOMEPAGE="http://www.gnome.org/projects/gst/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
IUSE="nfs policykit samba"
RDEPEND="

@ -0,0 +1,24 @@
https://bugs.gentoo.org/426632
hack until gzip pulls a newer gnulib version
From 66712c23388e93e5c518ebc8515140fa0c807348 Mon Sep 17 00:00:00 2001
From: Eric Blake <eblake@redhat.com>
Date: Thu, 29 Mar 2012 13:30:41 -0600
Subject: [PATCH] stdio: don't assume gets any more
Gnulib intentionally does not have a gets module, and now that C11
and glibc have dropped it, we should be more proactive about warning
any user on a platform that still has a declaration of this dangerous
interface.
--- a/gnulib/lib/stdio.in.h
+++ b/gnulib/lib/stdio.in.h
@@ -125,7 +125,6 @@
/* It is very rare that the developer ever has full control of stdin,
so any use of gets warrants an unconditional warning. Assume it is
always declared, since it is required by C89. */
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
#endif

@ -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-admin/metalog/metalog-2.ebuild,v 1.9 2012/05/06 16:27:27 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-2.ebuild,v 1.10 2012/07/15 22:21:32 vapier Exp $
EAPI="3"
@ -21,6 +21,7 @@ DEPEND="${RDEPEND}
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.9-metalog-conf.patch
epatch "${FILESDIR}"/${P}-no-gets.patch #426632
}
src_configure() {

@ -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-admin/system-config-printer-common/system-config-printer-common-1.3.9-r2.ebuild,v 1.2 2012/06/25 07:57:31 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.9-r2.ebuild,v 1.3 2012/07/15 16:19:28 armin76 Exp $
EAPI="3"
@ -15,7 +15,7 @@ HOMEPAGE="http://cyberelk.net/tim/software/system-config-printer/"
SRC_URI="http://cyberelk.net/tim/data/system-config-printer/1.3/${MY_P}.tar.xz"
LICENSE="GPL-2"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86"
KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86"
SLOT="0"
IUSE="doc policykit"

@ -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-admin/system-config-printer-gnome/system-config-printer-gnome-1.3.9-r1.ebuild,v 1.9 2012/06/25 00:17:52 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-gnome/system-config-printer-gnome-1.3.9-r1.ebuild,v 1.10 2012/07/15 16:21:58 armin76 Exp $
EAPI="3"
@ -16,7 +16,7 @@ HOMEPAGE="http://cyberelk.net/tim/software/system-config-printer/"
SRC_URI="http://cyberelk.net/tim/data/system-config-printer/1.3/${MY_P}.tar.xz"
LICENSE="GPL-2"
KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86"
SLOT="0"
IUSE="gnome-keyring"

@ -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-admin/webapp-config/webapp-config-1.50.16-r4.ebuild,v 1.9 2012/06/27 11:56:05 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild,v 1.10 2012/07/15 17:17:09 armin76 Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.1.6.ebuild,v 1.1 2011/11/02 16:13:47 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.1.6.ebuild,v 1.2 2012/07/15 18:24:16 vapier Exp $
EAPI=4
@ -15,8 +15,10 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="static symlink"
DEPEND="app-arch/bzip2"
RDEPEND="${DEPEND}"
LIB_DEPEND="app-arch/bzip2[static-libs(+)]"
RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
DEPEND="${RDEPEND}
static? ( ${LIB_DEPEND} )"
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.1.6-makefile.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/app-arch/unrar/unrar-4.2.3.ebuild,v 1.7 2012/06/28 12:34:49 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-4.2.3.ebuild,v 1.8 2012/07/15 17:19:06 armin76 Exp $
EAPI=4
inherit flag-o-matic multilib toolchain-funcs
@ -13,7 +13,7 @@ SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz"
LICENSE="unRAR"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"

@ -1 +1,2 @@
DIST undo-tree-0.1.7.el.bz2 14938 SHA256 59fc421e48c3bb3ee4f407279362fc39022266041355104f1a5be116e95a85ba SHA512 358bd4255be503c4849857c92c8b0013446765904393f63cecefca016b5d95625a616d7cde1186e32c0e7bf4002f0647f4d8b890d9ece79f134940b03d11201c WHIRLPOOL 9cdb0c2c3ce0c4678fc2e6a2cfb9cb12430fa64eea0096705ecf0d8a6ddce827b0750b28fff538a2f19483c19cb569fa59a444c4aa7e7972b855e0cca0c8f385
DIST undo-tree-0.5.2.el.bz2 27985 SHA256 35b3bef32c39a99656fb46d9ca7b2eccde4287ca2d226a93c90d8fd12f5354dc SHA512 62b355cbebd4e17a59b70acdae69bdddc9a6fd57d5c684d0560eb03dfac69121bc63941ef6520853b174a6de0a5ae54dc4f240a55f0623312a86e799ea3785d0 WHIRLPOOL 41aef615a8aadd29b5012bf3b3adbdbffdee75d0ce8fa1b50fa78371ed2c2a40ae932e8f50fe870be5541ae2e67f2271071645623589587b36b42533856823c3

@ -7,9 +7,25 @@
</maintainer>
<herd>emacs</herd>
<longdescription lang="en">
undo-tree brings undo trees to emacs. The only downside to this more
advanced yet simpler undo system is that it was inspired by Vim. But,
after all, most successful religions steal the best ideas from their
competitors!
Emacs has a powerful undo system. Unlike the standard undo/redo system in
most software, it allows you to recover *any* past state of a buffer
(whereas the standard undo/redo system can lose past states as soon as you
redo). However, this power comes at a price: many people find Emacs' undo
system confusing and difficult to use, spawning a number of packages that
replace it with the less powerful but more intuitive undo/redo system.
Both the loss of data with standard undo/redo, and the confusion of Emacs'
undo, stem from trying to treat undo history as a linear sequence of
changes. It's not. The `undo-tree-mode' provided by this package replaces
Emacs' undo system with a system that treats undo history as what it is: a
branching tree of changes. This simple idea allows the more intuitive
behaviour of the standard undo/redo system to be combined with the power of
never losing any history. An added side bonus is that undo history can in
some cases be stored more efficiently, allowing more changes to accumulate
before Emacs starts discarding history.
The only downside to this more advanced yet simpler undo system is that it
was inspired by Vim. But, after all, most successful religions steal the
best ideas from their competitors!
</longdescription>
</pkgmetadata>

@ -0,0 +1,25 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/undo-tree/undo-tree-0.5.2.ebuild,v 1.1 2012/07/15 18:02:26 ulm Exp $
EAPI=4
NEED_EMACS=22
inherit elisp
DESCRIPTION="Undo trees and visualization"
HOMEPAGE="http://www.dr-qubit.org/emacs.php#undo-tree"
SRC_URI="mirror://gentoo/${P}.el.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
SITEFILE="50${PN}-gentoo.el"
pkg_postinst() {
elisp-site-regen
elog "To enable undo trees globally, place '(global-undo-tree-mode)'"
elog "in your .emacs file."
}

@ -0,0 +1 @@
DIST xclip-1.0.el.xz 1560 SHA256 ea9bd42646872b6b0c67d352d9b875e23cc6604c56ec131a901a615c0f50184d SHA512 7d18992927f9b0c54db289ac2bdb1612fb6a7fc59b6ec22e83ef62c9e23c963adbffb9da5b8dbeccd9465063ed39884f14ee4b7ad5f0317a7e12ab041ed7d723 WHIRLPOOL 55dde6bd7e65196cc9c226853f5bb74a774da4837e9448341f98512b3f7123f6013bbaa80bbca9a9c3dfc4936c18cadb3c8ef3cac44705f867997209fcdb5e5d

@ -0,0 +1,3 @@
(add-to-list 'load-path "@SITELISP@")
(autoload 'xclip-mode "xclip"
"Minor mode to use the `xclip' program to copy&paste." t)

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

@ -0,0 +1,26 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/xclip/xclip-1.0.ebuild,v 1.2 2012/07/15 18:06:56 ulm Exp $
EAPI=4
inherit elisp
DESCRIPTION="Emacs Interface to XClip"
HOMEPAGE="http://elpa.gnu.org/packages/"
SRC_URI="mirror://gentoo/${P}.el.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-arch/xz-utils"
RDEPEND="x11-misc/xclip"
SITEFILE="50${PN}-gentoo.el"
pkg_postinst() {
elisp-site-regen
elog "To enable xclip-mode, add (xclip-mode 1) to your ~/.emacs 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/app-emulation/libvirt/libvirt-0.9.11.4.ebuild,v 1.1 2012/06/30 01:44:00 cardoe Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.11.4.ebuild,v 1.2 2012/07/15 11:36:35 ago Exp $
EAPI=4
@ -29,7 +29,7 @@ else
ftp://libvirt.org/libvirt/stable_updates/${MY_P}.tar.gz
${BACKPORTS:+
http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-bp-${BACKPORTS}.tar.bz2}"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
fi
S="${WORKDIR}/${P%_rc*}"

@ -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-emulation/libvirt/libvirt-0.9.12.ebuild,v 1.9 2012/06/27 15:52:51 cardoe Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.12.ebuild,v 1.10 2012/07/15 11:44:44 ago Exp $
EAPI=4
@ -26,7 +26,7 @@ else
ftp://libvirt.org/libvirt/${MY_P}.tar.gz
${BACKPORTS:+
http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-bp-${BACKPORTS}.tar.bz2}"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
fi
S="${WORKDIR}/${P%_rc*}"

@ -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.4 2012/07/14 20:19:24 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-laptop/pommed/pommed-1.39.ebuild,v 1.5 2012/07/15 12:44:53 ago 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

@ -2,3 +2,4 @@ DIST hello-2.4.tar.gz 499638 SHA256 534745c4b7e063f5eb5f984609caf0f7c06d46df03e4
DIST hello-2.5.tar.gz 582535 SHA256 22934a7d3a62f247ce3b5a77a2c7f7dd095ad8aef305efa2d0d15e0fef31c446 SHA512 2b61ec83ff4d86adac80020bbd34a96fb1b22d21d341f3c5010a93eae356eb2f6f2db5c911f7909d5ffaeccc42262937a7187cb6cae65bb48f05cca156bcc7b8 WHIRLPOOL 35245087d971cdcd2882dd4314db195527e211a7abafcadcb34c5cdc7819d1260812b68ef36469d38692bc2657d12e21d7d560784b627952aac338141ca94e24
DIST hello-2.6.tar.xz 397332 SHA256 743ddfe280a436029b88cf1eda81a624ce8063d4c081c2cc41ef0d71540089b8 SHA512 b6e1762969befd346e16b681d058a6243ea9135de0ac84dbb57def21722466ac78f6ec28a0f9fb67f067370f7b6ad1fbf52ac00d259e7fb9d605b76b89374ff5 WHIRLPOOL 6d9e7af9db48c6d29544d8af6b1aee2f36b59945b0f79af2ce26041364f9fd0ec8cf987a243f5e7bf6fcc03c89a056301cee493bfc7f700f9d57fd99698c6d18
DIST hello-2.7.tar.xz 401928 SHA256 11156fb99d0fa1d89e89ca5883d2ab676e8b0e13fbdd9ca641d89f95ad793530 SHA512 57cd16e461ce363cf74f4da06edc0d5c6c2ee39535b665e7fcd87aebe1e17d355a091428dd36c727f59822e78c4b4a623238c9aea108ee16944cfee2a7ec7cc9 WHIRLPOOL fd9075c0df692593e664c2f578e68418a662dbaec89b1db85428c8bb2941c9210b4797cc3558d650bebafdf7bfecc1f88729f4655b38935d06e87966444f42e9
DIST hello-2.8.tar.gz 697483 SHA256 e6b77f81f7cf7daefad4a9f5b65de6cae9c3f13b8cfbaea8cb53bb5ea5460d73 SHA512 87fdd330fccc7d42c76df9902e21184e7976e4eb95f43dd30417030170471c34be68c37958acb6e4d3ac5f2ed7f6897730388bb6d38f5b0c06202cb8ffccb6e7 WHIRLPOOL 33f8043d8915a3ca6ce7569d2559df990d9abe17f89773230506b7ef480444fec417bbe0073c8d97d85187069b294ed4233faf81933d57c65707ab7648184b9d

@ -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/hello/hello-2.8.ebuild,v 1.1 2012/07/16 01:44:45 abcd Exp $
EAPI="4"
DESCRIPTION="GNU \"Hello, world\" application"
HOMEPAGE="http://www.gnu.org/software/hello/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="FDL-1.3 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="nls"
DOCS=(AUTHORS ChangeLog ChangeLog.O NEWS README THANKS TODO contrib/evolution.txt)
src_configure() {
econf $(use_enable nls)
}
src_install() {
default
for x in contrib man doc po tests src; do
newdoc $x/ChangeLog ChangeLog.$x || die "newdoc failed"
done
}

@ -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/dia/dia-0.97.2.ebuild,v 1.10 2012/05/24 13:29:56 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.2.ebuild,v 1.11 2012/07/15 16:24:04 armin76 Exp $
EAPI=4
@ -16,7 +16,7 @@ HOMEPAGE="http://live.gnome.org/Dia"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
# the doc USE flag doesn't seem to do anything without docbook2html
IUSE="cairo doc gnome python"

@ -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/planner/planner-0.14.6.ebuild,v 1.5 2012/05/24 13:32:14 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.6.ebuild,v 1.6 2012/07/15 16:26:56 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -14,7 +14,7 @@ HOMEPAGE="http://live.gnome.org/Planner/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha amd64 ppc ~sparc x86"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE="doc eds python examples"
RDEPEND=">=dev-libs/glib-2.6: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/app-shells/rssh/rssh-2.3.3-r2.ebuild,v 1.2 2012/06/21 21:25:15 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.3-r2.ebuild,v 1.3 2012/07/15 17:00:37 armin76 Exp $
EAPI=4
inherit eutils multilib
@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/rssh/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
KEYWORDS="amd64 ~ppc x86"
IUSE="static"
RDEPEND="virtual/ssh"

@ -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/evince/evince-2.32.0-r4.ebuild,v 1.11 2012/06/16 16:54:35 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r4.ebuild,v 1.12 2012/07/15 17:34:29 armin76 Exp $
EAPI="4"
GCONF_DEBUG="yes"
@ -14,7 +14,7 @@ HOMEPAGE="http://projects.gnome.org/evince/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
IUSE="dbus debug djvu dvi gnome gnome-keyring +introspection nautilus +postscript t1lib tiff"

@ -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/gnome-doc-utils/gnome-doc-utils-0.20.10.ebuild,v 1.9 2012/05/24 13:33:31 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10.ebuild,v 1.10 2012/07/15 16:33:30 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -15,7 +15,7 @@ HOMEPAGE="http://live.gnome.org/GnomeDocUtils"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-libs/libxml2-2.6.12[python]

@ -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/openjade/openjade-1.3.2-r4.ebuild,v 1.3 2012/04/26 22:37:01 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3.2-r4.ebuild,v 1.4 2012/07/16 02:21:47 blueness Exp $
EAPI=2
@ -53,6 +53,7 @@ src_configure() {
--enable-http \
--enable-default-catalog=/etc/sgml/catalog \
--enable-default-search-path=/usr/share/sgml \
--enable-splibdir=/usr/$(get_libdir) \
--libdir=/usr/$(get_libdir) \
--datadir=/usr/share/sgml/${P} \
$(use_enable static-libs static)

@ -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/searchmonkey/searchmonkey-2.0.0.ebuild,v 1.2 2012/06/25 17:18:36 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/searchmonkey/searchmonkey-2.0.0.ebuild,v 1.3 2012/07/15 16:19:29 kensington Exp $
EAPI=4
@ -19,8 +19,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
x11-libs/qt-core
x11-libs/qt-gui"
x11-libs/qt-core:4
x11-libs/qt-gui:4"
DEPEND="${RDEPEND}
app-arch/unzip"

@ -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/sgmltools-lite/sgmltools-lite-3.0.3-r11.ebuild,v 1.7 2012/06/28 12:56:12 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r11.ebuild,v 1.8 2012/07/15 18:18:21 armin76 Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/sgmltools-lite/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
IUSE="jadetex"
DEPEND="app-text/sgml-common

@ -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-cpp/gtest/gtest-1.6.0.ebuild,v 1.8 2012/06/28 15:28:14 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v 1.9 2012/07/15 18:19:56 armin76 Exp $
EAPI="4"
PYTHON_DEPEND="2"
@ -13,7 +13,7 @@ SRC_URI="http://googletest.googlecode.com/files/${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
IUSE="examples threads static-libs"
DEPEND="app-arch/unzip"

@ -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-db/sqlite/sqlite-3.7.12.1.ebuild,v 1.6 2012/06/28 12:37:46 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.12.1.ebuild,v 1.8 2012/07/16 01:52:51 blueness Exp $
EAPI="4"
@ -21,7 +21,7 @@ SRC_URI="doc? ( http://sqlite.org/${PN}-doc-${DOC_PV}.zip )
LICENSE="as-is"
SLOT="3"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="debug doc +extensions +fts3 icu +readline secure-delete soundex tcl test +threadsafe unlock-notify"
RDEPEND="icu? ( dev-libs/icu )

@ -1 +0,0 @@
DIST eleven-1.0.tar.gz 496129 SHA256 9a2bd35e0a0aed695550a188f3102874cb2d880e31179672f74f0d892ce2f0a8 SHA512 ec367dc0aa4e800ba56ef84d75425cdb5542c0ab25a9a8f3b07e5e8af428e5bcea837b3bb84eb85235fc34904910f9e1ca9a49df384516b691128881759d88f7 WHIRLPOOL c8cea9df2198869f7625cbaf0c4ade9010bff1e264e131615a1888ce9951104f602e71b1a30794e11fee4a50a088282e095ccd481392f65e904846bc0041878d

@ -1,16 +0,0 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/eleven/eleven-1.0.ebuild,v 1.3 2007/01/10 17:50:58 hkbst Exp $
DESCRIPTION="A programming language for creating robust, scalable Web applications quickly and easily."
HOMEPAGE="http://eleven.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
RDEPEND="dev-scheme/guile"
DEPEND="${RDEPEND} sys-devel/bison"
src_install() {
make prefix=${D}/usr sysconfdir=${D}/etc install || die
}

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>dev-tools</herd>
<longdescription> Eleven is a programming language for creating robust,
scalable Web applications quickly and easily. It offers a 20x programmer
productivity increase over traditional server programming languages like
ASP, PHP, and JSP by automating state management and taking control of the
application's look and feel. From high-level source code with a simple,
C-like syntax, the compiler generates complete, ready-to-run
implementations in PHP or mod_perl. Applications maintain their state in a
relational database and are inherently fault-tolerant, secure, and
scalable.
</longdescription>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.14.2-r1.ebuild,v 1.10 2012/05/30 13:22:13 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.14.2-r1.ebuild,v 1.12 2012/07/15 21:39:25 blueness Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/Vala"
LICENSE="LGPL-2.1"
SLOT="0.14"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="test +vapigen"
RDEPEND=">=dev-libs/glib-2.16: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-lang/vala/vala-0.16.0.ebuild,v 1.9 2012/05/29 18:27:15 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.16.0.ebuild,v 1.11 2012/07/15 21:39:25 blueness Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/Vala"
LICENSE="LGPL-2.1"
SLOT="0.16"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
IUSE="test +vapigen"
RDEPEND=">=dev-libs/glib-2.16: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-lang/vala/vala-0.16.1-r1.ebuild,v 1.5 2012/07/10 18:52:59 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.16.1-r1.ebuild,v 1.6 2012/07/15 21:39:25 blueness Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/Vala"
LICENSE="LGPL-2.1"
SLOT="0.16"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
IUSE="test +vapigen"
RDEPEND=">=dev-libs/glib-2.16: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/gdl/gdl-3.2.0.ebuild,v 1.7 2012/05/24 13:35:42 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.2.0.ebuild,v 1.8 2012/07/15 16:38:30 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2.1"
SLOT="3"
KEYWORDS="~alpha amd64 hppa ~ia64 ~mips 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

@ -2,6 +2,6 @@ DIST glib-1.2.10-r1-as-needed.patch.bz2 9099 SHA256 3bb8c45706f97b526da851061c89
DIST glib-1.2.10.tar.gz 421480 SHA256 6e1ce7eedae713b11db82f11434d455d8a1379f783a79812cd2e05fc024a8d9f SHA512 4452b741382194d4ca425f084fa60e1a9e30040ac2e839c9136047d0461cf4b1ebcc16aac4e65998d1b9329ead8f617966b3d09317a83634f14d556a7e14b7a8 WHIRLPOOL 478957ce8e49228d022bae50b042cdfc6d522d0d4880a0328b5695471295450c81c5e186e1760e56e317a4c4c95aabc5f2010d7a9b912fc451d04e14610e7dca
DIST glib-2.30.2.tar.xz 5818860 SHA256 f0e91e6333321ddb48fa12b5c66f56c3d5f05325748c66dd2e9016c278ff8e82 SHA512 803f5de2d0c14c1631e59b618880ec32f060c2e475411ad662635f168013f2a5a5e1e38703d6f16894f5435e12268d961bba5bbf955a6e1d8279968f06f192dc WHIRLPOOL 7f3d3d99897c1fc3fbb89ed14a5829a4bf88649ea70fbe7aaab0eef774c20ac7508129ef1558e3a074d36c7e5a913f556ebaac1b2f0eeba9bbddce3fcaed24f3
DIST glib-2.30.3.tar.xz 5642448 SHA256 e6cbb27c71c445993346e785e8609cc75cea2941e32312e544872feba572dd27 SHA512 9f212b2c94c8c76ed619a1a97515ffc4c71dd39a982852cc9db600ca3034be1fb646d657dd39831f2fe80a81972400b977ea59fa81923dfe646158c9f1ab8843 WHIRLPOOL 145e20955b0ce2b44e05833bd508ac03a0399fc4d4c1c551c6a05809e6922cd57c37c5b32ebbe80f7ba0a21660059d7cb4837fa233de37af6c12cd0bc3a7afeb
DIST glib-2.32.2.tar.xz 6117764 SHA256 b1764abf00bac96e0e93e29fb9715ce75f3583579acac40648e18771d43d6136 SHA512 6b18e2cdf4c832acc78703a155b27eda363e5ee5b4c4524c3a1b9e9e5e3e6228f48096dc52d10247b4ea7214989fab1429be14c313af0e9922534ad91c57bc76 WHIRLPOOL 221afffbba5bd394560cc7912854d8be081be7d6bc564dd656ae8a8f4efc6748b1ec28e898ec33f15a775c97edaa6257766e22209d8cb2345bfec5d372c78979
DIST glib-2.32.3.tar.xz 6164984 SHA256 b65ceb462807e4a2f91c95e4293ce6bbefca308cb44a1407bcfdd9e40363ff4d SHA512 e730231f45cff9a1e2041d26bda0eaaf71af27daae054884860e625768a53ca74cf75b30b86a82a12b804820513a12b156e8e023528956dbb8e7cda4aef5f318 WHIRLPOOL 2ac21548bb1b514ef552f0a254618127342ec87e76e1bee71a121cd754fca5b81395b53aef0ad451bc975572970c9b32cbb3560c5f18927341a2fa2bffabeea8
DIST glib-2.32.4.tar.xz 6178556 SHA256 a5d742a4fda22fb6975a8c0cfcd2499dd1c809b8afd4ef709bda4d11b167fae2 SHA512 bc8b2d6afae7635f940065eca3e854ee171812c7b582d55313db11d28875495dbf41fc0a260347b30f7490daa65ccc377d8a2d60bb3a26d07997606d8e3d989f WHIRLPOOL 35aec94088acff460685c0b1bb2e6fcffadb0f9f0044b93f3fa042ed82dd52efb5e56022575c0ebcfda4230d38edc26a916623f0bfcbfc8e1c6b76a3133d43bc
DIST pkg-config-0.26.tar.gz 396399 SHA256 94c1936a797c930fb3e4e5a154165b6268caba22b32d24083dd4c492a533c8af SHA512 9390d5918dd4ac520b914d2330aa7cae2587ca7b21b03bc88372fd5dbbd78e33eeb3fca39fcdb6dd10113658f03118a1c8829149c7029eb0dd80348d100170a4 WHIRLPOOL f535946a02192a9bffc7be0fae454e25aa86af8bac7f47622d52ed13f77f1ba05ff9b5693b2a501981e3991e4e1595eced22dee4ab748b310baa7d57267a62a7

@ -1,11 +0,0 @@
--- configure.ac 2012-04-13 15:39:41.000000000 +0200
+++ configure.ac 2012-04-14 20:20:41.814099854 +0200
@@ -1823,7 +1823,7 @@
if test $have_libelf != no; then
LIBELF_LIBS=-lelf
- have_libelf = yes
+ have_libelf=yes
fi
fi

@ -0,0 +1,27 @@
From 6d032421b4871105e1f37bb75a5ec7b012f19f61 Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev <tetromino@gentoo.org>
Date: Sun, 15 Jul 2012 22:30:07 -0400
Subject: [PATCH] gio: use /usr/share/bash-completion for bashcomp
In Gentoo, we use /usr/share/bash-completion, not
/usr/share/bash-completion/completions.
---
gio/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gio/Makefile.am b/gio/Makefile.am
index 704367c..bee9dc6 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -715,7 +715,7 @@ gdbus_LDADD = libgio-2.0.la \
$(top_builddir)/glib/libglib-2.0.la \
$(top_builddir)/gobject/libgobject-2.0.la
-completiondir = $(datadir)/bash-completion/completions
+completiondir = $(datadir)/bash-completion
completion_DATA = \
completion/gdbus \
completion/gsettings \
--
1.7.8.6

@ -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/glib/glib-2.30.3.ebuild,v 1.10 2012/05/24 13:36:15 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.30.3.ebuild,v 1.11 2012/07/15 17:07:06 armin76 Exp $
EAPI="4"
PYTHON_DEPEND="utils? 2"
@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
LICENSE="LGPL-2"
SLOT="2"
IUSE="debug doc fam selinux +static-libs systemtap test utils xattr"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
RDEPEND="virtual/libiconv
virtual/libffi

@ -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/glib/glib-2.32.2.ebuild,v 1.3 2012/05/05 16:35:21 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.4.ebuild,v 1.1 2012/07/16 04:27:23 tetromino Exp $
EAPI="4"
PYTHON_DEPEND="utils? 2"
@ -23,7 +23,7 @@ RDEPEND="virtual/libiconv
sys-libs/zlib
|| (
>=dev-libs/elfutils-0.142
>=dev-libs/libelf-0.8.11 )
>=dev-libs/libelf-0.8.12 )
xattr? ( sys-apps/attr )
fam? ( virtual/fam )
utils? ( >=dev-util/gdbus-codegen-${PV} )"
@ -113,8 +113,8 @@ src_prepare() {
# gdbus-codegen is a separate package
epatch "${FILESDIR}/${PN}-2.31.x-external-gdbus-codegen.patch"
# https://bugzilla.gnome.org/show_bug.cgi?id=673132
epatch "${FILESDIR}/${PN}-2.32.1-fix-libelf-check.patch"
# bashcomp goes in /usr/share/bash-completion
epatch "${FILESDIR}/${PN}-2.32.4-bashcomp.patch"
# disable pyc compiling
use test && python_clean_py-compile_files
@ -133,7 +133,7 @@ src_configure() {
# Avoid circular depend with dev-util/pkgconfig and
# native builds (cross-compiles won't need pkg-config
# in the target ROOT to work here)
if ! tc-is-cross-compiler && ! has_version virtual/pkgconfig; then
if ! tc-is-cross-compiler && ! $(tc-getPKG_CONFIG) --version >& /dev/null; then
if has_version sys-apps/dbus; then
export DBUS1_CFLAGS="-I/usr/include/dbus-1.0 -I/usr/$(get_libdir)/dbus-1.0/include"
export DBUS1_LIBS="-ldbus-1"
@ -182,12 +182,6 @@ src_install() {
dodoc AUTHORS ChangeLog* NEWS* README
insinto /usr/share/bash-completion
for f in gdbus gsettings; do
newins "${ED}/etc/bash_completion.d/${f}-bash-completion.sh" ${f}
done
rm -rf "${ED}/etc"
# Completely useless with or without USE static-libs, people need to use
# pkg-config
find "${D}" -name '*.la' -exec rm -f {} +

@ -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/gmime/gmime-2.4.32.ebuild,v 1.8 2012/05/24 13:38:23 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.4.32.ebuild,v 1.9 2012/07/15 16:18:40 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -13,7 +13,7 @@ HOMEPAGE="http://spruce.sourceforge.net/gmime/"
SLOT="2.4"
LICENSE="LGPL-2.1"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc mono static-libs"
RDEPEND=">=dev-libs/glib-2.12: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/gmime/gmime-2.6.7.ebuild,v 1.8 2012/05/24 13:38:23 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.6.7.ebuild,v 1.9 2012/07/15 16:18:40 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -13,7 +13,7 @@ HOMEPAGE="http://spruce.sourceforge.net/gmime/"
SLOT="2.6"
LICENSE="LGPL-2.1"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc mono static-libs"
RDEPEND=">=dev-libs/glib-2.18.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/dev-libs/libcroco/libcroco-0.6.5.ebuild,v 1.9 2012/05/24 13:39:29 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.5.ebuild,v 1.10 2012/07/15 16:47:00 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -13,7 +13,7 @@ HOMEPAGE="http://git.gnome.org/browse/libcroco/"
LICENSE="LGPL-2"
SLOT="0.6"
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="doc test"
RDEPEND="dev-libs/glib: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/libgee/libgee-0.6.4.ebuild,v 1.7 2012/05/24 13:40:45 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.6.4.ebuild,v 1.8 2012/07/15 16:49:42 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/Libgee"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-linux"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-linux"
IUSE="+introspection"
RDEPEND=">=dev-libs/glib-2.12: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/libnatspec/libnatspec-0.2.6.ebuild,v 1.16 2012/06/28 12:45:30 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnatspec/libnatspec-0.2.6.ebuild,v 1.17 2012/07/15 18:17:10 armin76 Exp $
EAPI="2"
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/natspec/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc python"
RDEPEND="python? ( >=dev-lang/python-2.3 )

@ -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/librep/librep-0.92.2.ebuild,v 1.4 2012/05/24 13:42:27 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.92.2.ebuild,v 1.5 2012/07/15 16:51:51 armin76 Exp $
EAPI="4"
@ -12,7 +12,7 @@ SRC_URI="http://download.tuxfamily.org/librep/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE="emacs readline"
RDEPEND=">=sys-libs/gdbm-1.8.0

@ -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-perl/App-Nopaste/App-Nopaste-0.340.0.ebuild,v 1.1 2012/07/15 19:07:21 tove Exp $
EAPI=4
MODULE_AUTHOR=SARTAK
MODULE_VERSION=0.34
inherit perl-module
DESCRIPTION="Easy access to any pastebin"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+pastebin clipboard github"
DEPEND="
dev-perl/Class-Load
dev-perl/JSON
dev-perl/WWW-Mechanize
virtual/perl-Module-Pluggable
>=dev-perl/Moose-0.74
>=dev-perl/MooseX-Getopt-0.17
dev-perl/URI
pastebin? (
dev-perl/WWW-Pastebin-PastebinCom-Create
)
clipboard? (
dev-perl/Clipboard
)
github? (
dev-vcs/git[perl]
)
"
# github? (
# || (
# dev-vcs/git[perl]
# dev-perl/Config-GitLike
# )
# )
RDEPEND="${DEPEND}"
SRC_TEST="do"

@ -1 +1,2 @@
DIST App-Nopaste-0.33.tar.gz 38620 SHA256 8e335d7d7f017ba966e8845b276af154b320d079a191dd3f286bee209cf0cd8a SHA512 e272b918f46f4cf04757971fb828b43c1db2cd9614a6aacf044581017f2f0376640c164c5c08c0b8b9a2e181233d195e5528865e7bb42973315d35770f5bcb1c WHIRLPOOL c671b2ef2a6c0060cb4a8eee2d7c68b9f0023f52152ad70d4efc029d3a5cf45943bc5e779f3414573aefed9740608e7b6d3399440f182c222722ca2220a2fca5
DIST App-Nopaste-0.34.tar.gz 40647 SHA256 9ea667fd1bef29122f4d9c91ad55cf218aec438f162d04867e522eb75971eb8d SHA512 bac86057a0eb315cf67de2555c7402ae6f34d14ab9fdbd161da7e8d79c7a667259bcc44cbcb7e7f61d3dc05291a07a4ae3471a98b73ccaab49f59ce728d73afe WHIRLPOOL f8d86e5b0248195a5631fa1b2c2c62bd074635a403f7c066dd7209612255f7d9d9e2eaf0cff6293899b6d221e58c2ae531dcaf8c2ea1230cb49d0ff9301d35b1

@ -1,31 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.10.0.ebuild,v 1.3 2012/06/17 16:28:36 armin76 Exp $
EAPI=4
MY_PN=CPAN-Mini-Phalanx100
MODULE_AUTHOR=SMPETERS
MODULE_VERSION=0.01
inherit perl-module
DESCRIPTION="create a minimal mirror of CPAN containing the modules in the Phalanx 100"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE="test"
RDEPEND="dev-perl/CPAN-Mini"
DEPEND="
test? (
${RDEPEND}
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)"
SRC_TEST="do"
src_prepare() {
perl-module_src_prepare
sed -i 's,^L<Phalanx Project|,L<,' "${S}"/lib/CPAN/Mini/Phalanx100.pm || die
}

@ -1 +0,0 @@
DIST CPAN-Mini-Phalanx100-0.01.tar.gz 4951 SHA256 f398d1d1d85f68a812523465faca5401f5db897b7b6432c7f95d447217d473c9 SHA512 b5fe623259c70538f056eedcf51070258a6fdf04c3602d26eac0fc572df9d6162a11183bdd2daf1e804fa0d8871df4b3e8f922759e3f03a2627ebabc4c7c6349 WHIRLPOOL 6956faee3f86b46e641bb438ae1ae131d92f6b6f804be8c65952e5624ccd5c22cdc263f9e17c3c05271321d5c42b73576afa2fb4d9a1b01cda314ab5027a4324

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<longdescription>uses minicpan to create a mini-cpan distribution of the top 100 modules on CPAN</longdescription>
<upstream>
<remote-id type="cpan">CPAN-Mini-Phalanx100</remote-id>
</upstream>
</pkgmetadata>

@ -1,41 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cflow/Cflow-1.051-r1.ebuild,v 1.5 2010/12/19 12:42:35 armin76 Exp $
inherit eutils perl-app
FLOW_TOOLS_VERSION="0.68"
DESCRIPTION="Provides an API for reading and analysing raw flow files"
HOMEPAGE="http://net.doit.wisc.edu/~plonka/Cflow/"
SRC_URI="http://net.doit.wisc.edu/~plonka/${PN}/${P}.tar.gz
ftp://ftp.eng.oar.net/pub/flow-tools/flow-tools-${FLOW_TOOLS_VERSION}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc x86"
IUSE=""
DEPEND="dev-lang/perl"
PDEPEND=">=net-analyzer/flow-tools-${FLOW_TOOLS_VERSION}-r1"
RDEPEND="${DEPEND}"
src_unpack() {
unpack flow-tools-${FLOW_TOOLS_VERSION}.tar.gz
cd flow-tools-${FLOW_TOOLS_VERSION}
./configure
make
cd contrib
unpack ${P}.tar.gz
sed -i "s:../../lib/libft.a:/usr/lib/libft.a:" ${WORKDIR}/flow-tools-${FLOW_TOOLS_VERSION}/contrib/${P}/Makefile.PL
}
src_install() {
cd ${WORKDIR}/flow-tools-${FLOW_TOOLS_VERSION}/contrib/${P}
perl Makefile.PL
make DESTDIR="${D}" install || die "make install failed"
# Remove perlocal.pod - causes collision-detect warnings - mcummings
fixlocalpod
dodoc README
}

@ -1,2 +0,0 @@
DIST Cflow-1.051.tar.gz 41123 SHA256 aecdafb59ebf537f7e5cb8f686da1f0c6425d6c714ac7f9e83b8e8c2cac7ee8c SHA512 02dd514dae5e44b75df16e3424bfea4b8c965576b3dbf2f13a69821373cc15eab75312ff19e75f021b5db3ed4318f513fa0f141d465a9f088498713f0cdf7a6a WHIRLPOOL 990116646caface1733cf8f91d745fb4c32cf8ba61f7f116cc08d13e8780c4bdefa1855ec56794c04eecec9fcb9037fee1943b0e54ec9d23a8caf13166703d63
DIST flow-tools-0.68.tar.gz 987151 SHA256 69d5353b339f917fc141919db042b007d5c8d31c9ad1bc2f989a41aa41d629df SHA512 3b813d687ca5ee72c2d7630669c1ec0ab805aba6dfaa29643a287e2210b2f30cc9ff86105271886464ee59bd4c88790ded109596ca27be73c61ca9db1b5fe1d1 WHIRLPOOL c00ee64e3acd7d1371393145e562207c788f0c11f4c228c21d045f2579f20bd0852a062b8be0889c3d8e6c545283b4a27786eab3d467c37389db836c750ba727

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

@ -1,18 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Profiler/Devel-Profiler-0.40.0.ebuild,v 1.2 2011/09/03 21:05:23 tove Exp $
EAPI=4
MODULE_AUTHOR=SAMTREGAR
MODULE_VERSION=0.04
inherit perl-module
DESCRIPTION="a Perl profiler compatible with dprofpp"
SLOT="0"
KEYWORDS="amd64 ia64 ~ppc sparc x86"
IUSE=""
SRC_TEST="do"
PATCHES=( "${FILESDIR}"/perl510.patch )

@ -1 +0,0 @@
DIST Devel-Profiler-0.04.tar.gz 16395 SHA256 9a441a90f9bcdb09612db9d810c54a76c802a45c95a72a5ac744be352c234c63 SHA512 b70841eb2f65e902abb778f3d40c29d71990b9f1408cdb0a70c9ca69103c1e2a3a220647844f8e0a51c324b4e353a195e36087b3e1aaa0215029cf419d781fa4 WHIRLPOOL 53110826ae34ef546a5ad1e9ba2832bbb9f028ae9c1f10523c1da4a020f2d6245d6f807ba9339e1508765039d5ad479dced4491476f1450c1032f29c13ee1e37

@ -1,39 +0,0 @@
http://cvs.fedoraproject.org/viewvc/devel/perl-Devel-Profiler/perl-Devel-Profiler-perl510.patch
--- Devel-Profiler-0.04/lib/Devel/Profiler.pm
+++ Devel-Profiler-0.04/lib/Devel/Profiler.pm
@@ -151,9 +151,14 @@ sub scan {
}
# found a code ref? then instrument it
- instrument($pkg, $sym, $code)
- if defined($code = *{$glob}{CODE}) and ref $code eq 'CODE';
-
+ if (ref \$glob ne 'GLOB') {
+ # Something stranger in the typeglob, which will expand to (at
+ # least) a prototype if we take a reference to it.
+ instrument($pkg, $sym, \&{"$pkg$sym"});
+ } else {
+ instrument($pkg, $sym, $code)
+ if defined($code = *{$glob}{CODE}) and ref $code eq 'CODE';
+ }
}
}
}
--- Devel-Profiler-0.04/t/09fcntl.t
+++ Devel-Profiler-0.04/t/09fcntl.t
@@ -8,7 +8,14 @@ foo();
END
# make sure the call tree looks right
-check_tree(<<END, "checking tree");
+if ($] > 5.009) {
+ # Fcntl's constants are now directly defined, so constant() isn't called.
+ check_tree(<<END, "checking tree");
+main::foo
+END
+} else {
+ check_tree(<<END, "checking tree");
main::foo
Fcntl::constant
END
+}

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<upstream>
<remote-id type="cpan">Devel-Profiler</remote-id>
<remote-id type="cpan-module">Devel::Profiler</remote-id>
<remote-id type="cpan-module">Devel::Profiler::Apache</remote-id>
<remote-id type="cpan-module">Devel::Profiler::Test</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1,17 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-MMagic/File-MMagic-1.290.0.ebuild,v 1.1 2012/07/15 19:00:47 tove Exp $
EAPI=4
MODULE_AUTHOR=KNOK
MODULE_VERSION=1.29
inherit perl-module
DESCRIPTION="The Perl Image-Info Module"
SRC_TEST="do"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""

@ -1,2 +1,3 @@
DIST File-MMagic-1.27.tar.gz 21332 SHA256 d82d4f07c7a321641f304460d4878303cb2241d2401a3544eed904199ae83d6a SHA512 b8236ced589614203f57dd50d4fea0885803b1cf3b9abf37b0632ab95146c237c68932b8d03047bb2f4a7bb55e3941799a01869903c910fcbce57bfd75938ef0 WHIRLPOOL ad326ee02887cababf5151d72badb7ede70b46d73bcf264e81ed91a19eea08800d90b78f05c4ece994633602c720bad8386440478dbab9ef89d9de671475dc02
DIST File-MMagic-1.28.tar.gz 21859 SHA256 946f551fd579252f739f6dbcd8a45894094d405983e3f0a8da66c2ec8f10b362 SHA512 7855be9b6e3fe08a057b0f3defa52a01f74b4fe23d46eea962fc407922cb8a3e5a1e8c4b813332cf7b3aea9f1232eac7cc29b84a9ad7e23d63200c7d2677fbb0 WHIRLPOOL 47bad7085750b5976ee2626c0da823e3fa7d850063059be9965e6b23ab897638165637ae7e24eb59eaf943a668e57401faa2605dd5759929dce1897522d02d8d
DIST File-MMagic-1.29.tar.gz 22295 SHA256 73ed97458734a888cc163dea538497a6493da9914acb89d007dad837b89b8a34 SHA512 63e7d7ae6136eb9f5fcd40021fbb5e4330beb1e6c32bbd9aac02eff6157825735b69a8e66387a23730ef87cab7bb2e01f4898ff2099b208d42b94f8013b41e0f WHIRLPOOL 0ee77ea26f9b309b04ae52bb31a3fb1c768dcf49b1d510a5238eba8fd6202ed3a122415ebbf6327631db73826cbfbf5849bd8571a75c5f69d7fecc5400c42923

@ -0,0 +1,35 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/Net-SSLeay-1.480.0-r1.ebuild,v 1.1 2012/07/15 17:31:43 tove Exp $
EAPI=4
MODULE_AUTHOR=MIKEM
MODULE_VERSION=1.48
inherit multilib perl-module
DESCRIPTION="Net::SSLeay module for perl"
LICENSE="openssl"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="dev-libs/openssl"
DEPEND="${RDEPEND}"
# test? ( dev-perl/Test-Exception
# dev-perl/Test-Warn
# dev-perl/Test-NoWarnings )"
#SRC_TEST=do
export OPTIMIZE="$CFLAGS"
export OPENSSL_PREFIX=${EPREFIX}/usr
src_prepare() {
sed -i \
-e "/\$opts->{optimize} = '-O2 -g';/d" \
-e "s,\"\$prefix/lib\",\"\$prefix/$(get_libdir)\"," \
inc/Module/Install/PRIVATE/Net/SSLeay.pm || die
perl-module_src_prepare
}

@ -1 +1,2 @@
DIST SOAP-Lite-0.714.tar.gz 236206 SHA256 21ccac2376c927326db2b72a5d84c45e34a2917348cbada35f34ddf1f14b44d6 SHA512 757adc0954c79edde01aac3f93e335dec0c63ce2c8ab3f5e08e4c3bf6530a80f8123eca036c8832a03a54c0c938c0712e69d5bb63948acd16cb8a6a36a4afff1 WHIRLPOOL de99c7774b414d07c304d77bb2ee6572dc32ba9222c997f01c6b4258da01fa27f1bd7d8a92e9f96989f21d7149e87e55604de8959cee36ea747d5ea4e25f98e9
DIST SOAP-Lite-0.715.tar.gz 233829 SHA256 77d837c405e9ff0d665532673c3e3f978e95e543d22d167323334a929eeb0145 SHA512 e83258c4058bfa25f27a6e920ea15a4e180fafdaf1084de7923bb939ffc017350ae565d9c1a76d3c749c051428734f292b2f5d14a93ed8a9d948a2bc3887b0e5 WHIRLPOOL 16b9741c1aae699e6df76ef28301f5130575869ad1c453fd6be6292b555e53f5e28474518d86390637360712ebabfd31fcc27ae4ddf92ca6124e2cbe08326c7c

@ -0,0 +1,56 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.715.0.ebuild,v 1.1 2012/07/15 18:56:36 tove Exp $
EAPI=4
MODULE_AUTHOR=MKUTTER
MODULE_VERSION=0.715
inherit perl-module eutils
DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side"
IUSE="jabber ssl"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
myconf="${myconf} --noprompt"
# TESTS ARE DISABLED ON PURPOSE
# This module attempts to access an external website for validation
# of the MIME::Parser - not only is that bad practice in general,
# but in this particular case the external site isn't even valid anymore# -mpc
# 24/10/04
SRC_TEST="do"
DEPEND="
dev-perl/Class-Inspector
dev-perl/XML-Parser
dev-perl/libwww-perl
virtual/perl-libnet
dev-perl/MIME-Lite
virtual/perl-MIME-Base64
ssl? ( dev-perl/Crypt-SSLeay )
jabber? ( dev-perl/Net-Jabber )
ssl? ( dev-perl/IO-Socket-SSL )
virtual/perl-IO-Compress
>=dev-perl/MIME-tools-5.413
virtual/perl-version
"
RDEPEND="${DEPEND}"
src_prepare() {
# The author of this module put a dep for MIME::Parser 6.X - but the6.X
# release of MIME::Parser was a mistake during a change in maintainers on
# cpan. This patch alters the dependancy to the "real" stable version of
# MIME::Parser.
epatch "${FILESDIR}"/SOAP-Lite-0.710.08.patch
# Merged upstream
#epatch "${FILESDIR}"/${PN}-0.712_sysread.patch
}
src_test() {
has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
perl-module_src_test
}

@ -6,8 +6,6 @@
<remote-id type="cpan">SOAP-Lite</remote-id>
<remote-id type="cpan-module">Apache::SOAP</remote-id>
<remote-id type="cpan-module">Apache::XMLRPC::Lite</remote-id>
<remote-id type="cpan-module">IO::SessionData</remote-id>
<remote-id type="cpan-module">IO::SessionSet</remote-id>
<remote-id type="cpan-module">LWP::Protocol</remote-id>
<remote-id type="cpan-module">My::PingPong</remote-id>
<remote-id type="cpan-module">SOAP</remote-id>

@ -1 +0,0 @@
DIST Tie-RegexpHash-0.15.tar.gz 6455 SHA256 c915849523e813a6f700b0a8f54173a87c2a2410f9573f002f2af2e39cce9472 SHA512 59b5765347a24cc5dbc032ee79cf499e61ebad81235a616f1b3954392ea143a3cc26bb01b6570089d94c34e8e335750806ffc9a72114bcd6f1295f2a1f9689fa WHIRLPOOL 89bd2c94f3cff2394e6151a838d70cfbbc0f7046e65f40342ad9f05aed042046d91c930cc33282304e080c469e597de529a9e868f1717cc2e98f855457aa4d43

@ -1,20 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-RegexpHash/Tie-RegexpHash-0.150.0.ebuild,v 1.1 2011/08/28 11:42:43 tove Exp $
EAPI=4
MODULE_AUTHOR=RCH
MODULE_VERSION=0.15
inherit perl-module
DESCRIPTION="Use regular expressions as hash keys"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-solaris"
IUSE=""
RDEPEND=""
DEPEND="virtual/perl-Module-Build"
SRC_TEST=do

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<upstream>
<remote-id type="cpan">Tie-RegexpHash</remote-id>
<remote-id type="cpan-module">Tie::RegexpHash</remote-id>
</upstream>
</pkgmetadata>

@ -1 +0,0 @@
DIST XML-Sablotron-1.01.tar.gz 53023 SHA256 8d35937a52425c38a2228d81b418477929fdd9f6f08fe038da84eb9f0e9f44d2 SHA512 b2734af54a46956b9235eaaa1b242a7898f8bd77eb416c6a6aa09380f6881b05da984f1bb051f3e6d3dc9346deee50592dbabeb1a82a36131178e1f7925c6f47 WHIRLPOOL 1dc737087073f628084575ee64aff0e5656a5e29bacb50601108fab690d9248f994d07dc326c50abacda7b6a11038f0a7881c7cc58a8b56f0be808bfe207797e

@ -1,23 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Sablot/XML-Sablot-1.10.0.ebuild,v 1.2 2011/09/03 21:05:15 tove Exp $
EAPI=4
MY_PN=XML-Sablotron
MODULE_AUTHOR=PAVELH
MODULE_VERSION=1.01
inherit perl-module multilib
DESCRIPTION="Perl Module for Sablotron"
SLOT="0"
LICENSE="|| ( MPL-1.1 GPL-2 GPL-3 )" # GPL-2+
KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
RDEPEND="app-text/sablotron
dev-libs/expat"
DEPEND="${RDEPEND}"
myconf="SABLOTLIBPATH=/usr/$(get_libdir) SABLOTINCPATH=/usr/include"

@ -1,34 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<upstream>
<remote-id type="cpan">XML-Sablotron</remote-id>
<remote-id type="cpan-module">XML::Sablotron</remote-id>
<remote-id type="cpan-module">XML::Sablotron::Common</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::Attribute</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::CDATASection</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::CharacterData</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::Comment</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::DOMHandler</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::DOMImplementation</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::Document</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::DocumentFragment</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::DocumentType</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::Element</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::Entity</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::EntityReference</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::NamedNodeMap</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::Node</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::NodeList</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::Notation</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::ProcessingInstruction</remote-id>
<remote-id type="cpan-module">XML::Sablotron::DOM::Text</remote-id>
<remote-id type="cpan-module">XML::Sablotron::Processor</remote-id>
<remote-id type="cpan-module">XML::Sablotron::SAXBuilder</remote-id>
<remote-id type="cpan-module">XML::Sablotron::SXP</remote-id>
<remote-id type="cpan-module">XML::Sablotron::Situation</remote-id>
<remote-id type="cpan-module">XML::Sablotron::Situation::DOMHandlerDispatcher</remote-id>
</upstream>
</pkgmetadata>

@ -1 +0,0 @@
DIST Gimp-2.2pre1.tar.gz 396773 SHA256 01eac2881cca575d17746ee205a62f489593ae0c61bf49a7904b74421c8138ff SHA512 266d4fdaf0f542dcb9d4a2f3a47b8d0b5e75058b26d1ca86d8e3c10090ffda09671400accb81d9b366bc1ffbfc4eb29299061ece943a70a358dfc9ce555c811c WHIRLPOOL ce9497d43974cd9f5193fa0aa73d1f154c29badab63237ddb11919f896848a59bc23481518ac629c1556b792c7c027dbdb84fed68baab4bef494784a61f182ce

@ -1,41 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/gimp-perl/gimp-perl-2.2_pre1.ebuild,v 1.11 2012/05/04 04:10:55 jdhore Exp $
inherit multilib perl-module
MY_P="Gimp-${PV/_/}"
S="${WORKDIR}/${PN}"
DESCRIPTION="Perl extension for writing Gimp Extensions/Plug-ins/Load & Save-Handlers"
HOMEPAGE="http://search.cpan.org/~sjburges/Gimp/"
SRC_URI="mirror://gimp/plug-ins/v2.2/perl/${MY_P}.tar.gz
mirror://cpan/authors/id/S/SJ/SJBURGES/${MY_P}.tar.gz"
LICENSE="Artistic GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
IUSE=""
RDEPEND=">=dev-lang/perl-5.8
>=dev-perl/PDL-2.4
>=dev-perl/gtk2-perl-1.00
>=media-gfx/gimp-2.2"
DEPEND="${RDEPEND}
dev-perl/extutils-depends
dev-perl/extutils-pkgconfig
virtual/pkgconfig"
myinst="DESTDIR=${D} INSTALLDIRS=vendor"
src_unpack() {
unpack ${A}
cd "${S}"
# workaround for writability check of install dirs
sed -i -e 's:$$dir:$(DESTDIR)$$dir:g' Makefile.PL
}
src_install() {
perl-module_src_install
rm "${D}/usr/$(get_libdir)/gimp/2.0/plug-ins/redeye"
}

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<upstream>
<remote-id type="cpan">Gimp</remote-id>
<remote-id type="cpan-module">Gimp</remote-id>
<remote-id type="cpan-module">Gimp::Compat</remote-id>
<remote-id type="cpan-module">Gimp::Data</remote-id>
<remote-id type="cpan-module">Gimp::Feature</remote-id>
<remote-id type="cpan-module">Gimp::Fu</remote-id>
<remote-id type="cpan-module">Gimp::Lib</remote-id>
<remote-id type="cpan-module">Gimp::Module</remote-id>
<remote-id type="cpan-module">Gimp::Net</remote-id>
<remote-id type="cpan-module">Gimp::PDL</remote-id>
<remote-id type="cpan-module">Gimp::Parasite</remote-id>
<remote-id type="cpan-module">Gimp::PixelRgn</remote-id>
<remote-id type="cpan-module">Gimp::Pod</remote-id>
<remote-id type="cpan-module">Gimp::Tile</remote-id>
<remote-id type="cpan-module">Gimp::UI</remote-id>
<remote-id type="cpan-module">Gimp::Util</remote-id>
<remote-id type="cpan-module">Gimp::basewidget</remote-id>
<remote-id type="cpan-module">Gimp::run_mode</remote-id>
</upstream>
</pkgmetadata>

@ -1,3 +1,4 @@
DIST Perl-Tidy-20101217.tar.gz 387834 SHA256 5e45756f91ded3f9df4680eb959b646e814dfcf742573a21554f53704b9fb2a7 SHA512 63320d39680a65a10edfc5d5a3e7daf6c06043baab0483d4b0f471895ae1959c524d3c4e8346697e6a8706de1ac3f211308eb5ad4a7bdf543947f7d7a14f3d29 WHIRLPOOL b40d63cdab96b0f772ed7ac5151b8e6c7dd2922c00f6e1e262d77109d28a327acce32de744ac6194c1a018a92f74b091a91f577ae69022bde87d208756e13ea4
DIST Perl-Tidy-20120619.tar.gz 396208 SHA256 da21203d46b708a9a0f29d7a9989b92c44a7482635aa4c88da68ddbfcba9140f SHA512 eb285e67797fbfd1a1a4a68cb3b24542b2d6baa14e13cdcd7df2634f5ebd31248f4e7523c5aa67534f07645828c67b73779269c4104017cc721688e54f30294f WHIRLPOOL 34b546c8e2bec6024542927aa93a671815f4b68233bff86211817fb17122891ed95479491c6168b2d0402812464887b721b6da480d7f80e9e5f2335095e816a5
DIST Perl-Tidy-20120701.tar.gz 400133 SHA256 798a7e5de6a3c461e4625cc71821cf2b4273529ffb8450dad5afc17b2b6e415b SHA512 bac7c628aefd5978714a9bcc2a90d5f44e302584dbe0bcbd028f9d7e786dade1bcc026aa6f9bcf3cce0ffcca1506528ab456cb828b656bdea73a5affe66a8cad WHIRLPOOL 3db470345f3793aa7f8a0a2bf74d81d25d7a1a88fd8b436ca566025729d913d49c7a5acb173ca69bc4c9ce0e78eb5b0b347c73b28031b413b81c3dedf14bf65c
DIST Perl-Tidy-20120714.tar.gz 404151 SHA256 3d79dc61e7f52176d01aa7e459a0c04e1d5eb893dae9d4aa714d4d9c2238ba1d SHA512 65062016fa56a676f77addbf2dd8d67df597515c2f35c680fa08c4784943472f504554e6e2ba17a7f6cb67ced23f35003a023cd0a44ed9857d4dc75d4ff52b03 WHIRLPOOL 4145441b521e20fd18d729b7d66e3e52cefb4471532c6da2c0815165a19ee3c066b16d1d4f80dc1f0265bfbdb7304b36f279d96ddaab47cbe0e3ed8aca16bf50

@ -0,0 +1,26 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20120714.0.0.ebuild,v 1.1 2012/07/15 18:43:05 tove Exp $
EAPI=4
MY_PN=Perl-Tidy
MODULE_AUTHOR=SHANCOCK
MODULE_VERSION=20120714
inherit perl-module
DESCRIPTION="Perl script indenter and beautifier"
HOMEPAGE="http://perltidy.sourceforge.net/ ${HOMEPAGE}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
SRC_TEST="do"
src_install() {
perl-module_src_install
docinto examples
dodoc "${S}"/examples/*
}

@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/jpgraph/jpgraph-3.0.7-r1.ebuild,v 1.4 2012/06/18 23:22:26 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-php/jpgraph/jpgraph-3.0.7-r1.ebuild,v 1.5 2012/07/15 16:59:30 armin76 Exp $
EAPI="4"
inherit eutils
KEYWORDS="~alpha amd64 hppa ~ppc ~sparc x86"
KEYWORDS="alpha amd64 hppa ~ppc sparc x86"
DESCRIPTION="Fully OO graph drawing library for PHP."
HOMEPAGE="http://www.aditus.nu/jpgraph/"

@ -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/dbus-python/dbus-python-1.0.0.ebuild,v 1.17 2012/07/12 13:29:21 hattya Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.0.0.ebuild,v 1.18 2012/07/15 18:11:11 armin76 Exp $
EAPI=4
@ -17,7 +17,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="doc examples test"
RDEPEND=">=dev-libs/dbus-glib-0.98

@ -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/pygobject/pygobject-3.0.4.ebuild,v 1.11 2012/05/24 13:43:11 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.4.ebuild,v 1.12 2012/07/15 16:55:23 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -17,7 +17,7 @@ HOMEPAGE="http://www.pygtk.org/"
LICENSE="LGPL-2.1"
SLOT="3"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+cairo examples test +threads" # doc
COMMON_DEPEND=">=dev-libs/glib-2.24.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/dev-python/testtools/testtools-0.9.15.ebuild,v 1.7 2012/06/28 12:42:32 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-0.9.15.ebuild,v 1.8 2012/07/15 18:14:15 armin76 Exp $
EAPI="4"
SUPPORT_PYTHON_ABIS="1"
@ -15,7 +15,7 @@ SRC_URI="http://launchpad.net/${PN}/${SERIES}/${PV}/+download/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~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/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.3 2012/05/25 10:58:42 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.4 2012/07/15 12:48:46 ago Exp $
EAPI=2
USE_RUBY="ruby18 ree18 ruby19 jruby"
@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/halostatue/diff-lcs"
LICENSE="|| ( MIT Ruby GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~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/hoe-2.10 dev-ruby/rspec: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-ruby/rspec-core/rspec-core-2.6.4-r1.ebuild,v 1.3 2012/03/02 11:12:00 naota Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/rspec-core-2.6.4-r1.ebuild,v 1.4 2012/07/15 12:51:49 ago Exp $
EAPI=2
USE_RUBY="ruby18 ree18 ruby19 jruby"
@ -17,7 +17,7 @@ HOMEPAGE="http://rspec.rubyforge.org/"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~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"

@ -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/rspec-expectations/rspec-expectations-2.6.0-r1.ebuild,v 1.3 2012/03/02 11:02:07 naota Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.6.0-r1.ebuild,v 1.4 2012/07/15 12:50:44 ago Exp $
EAPI=2
USE_RUBY="ruby18 ree18 ruby19 jruby"
@ -16,7 +16,7 @@ HOMEPAGE="http://rspec.rubyforge.org/"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~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.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-ruby/rspec-mocks/rspec-mocks-2.6.0-r1.ebuild,v 1.3 2012/03/02 10:12:07 naota Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-mocks/rspec-mocks-2.6.0-r1.ebuild,v 1.4 2012/07/15 12:49:42 ago Exp $
EAPI=2
USE_RUBY="ruby18 ree18 ruby19 jruby"
@ -17,7 +17,7 @@ HOMEPAGE="http://rspec.rubyforge.org/"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
# cucumber and rspec-core are loaded unconditionally in the Rakefile,

@ -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/rspec/rspec-2.6.0-r1.ebuild,v 1.3 2012/03/02 11:15:15 naota Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.6.0-r1.ebuild,v 1.4 2012/07/15 12:53:07 ago Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 ree18 jruby"
@ -17,7 +17,7 @@ HOMEPAGE="http://rspec.rubyforge.org/"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~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)"

@ -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/syntax/syntax-1.0.0-r3.ebuild,v 1.3 2011/12/31 17:48:28 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/syntax-1.0.0-r3.ebuild,v 1.4 2012/07/15 12:47:44 ago Exp $
EAPI=2
@ -19,7 +19,7 @@ HOMEPAGE="http://syntax.rubyforge.org"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( virtual/ruby-test-unit )"

@ -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-util/anjuta/anjuta-3.2.2.ebuild,v 1.5 2012/05/24 13:44:20 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.2.2.ebuild,v 1.6 2012/07/15 19:02:18 armin76 Exp $
EAPI="4"
GCONF_DEBUG="yes"
@ -15,7 +15,7 @@ SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
IUSE="debug devhelp doc glade graphviz +introspection packagekit subversion test vala"
# FIXME: tests are fragile and may require a specific set of USE flags

@ -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-util/devhelp/devhelp-3.2.0.ebuild,v 1.8 2012/07/05 17:52:54 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.2.0.ebuild,v 1.9 2012/07/15 18:38:42 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -14,7 +14,7 @@ HOMEPAGE="http://live.gnome.org/devhelp"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86 ~x86-fbsd"
KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~x86-fbsd"
IUSE=""
COMMON_DEPEND=">=gnome-base/gconf-2.6:2

@ -1,4 +1,4 @@
DIST glib-2.30.2.tar.xz 5818860 SHA256 f0e91e6333321ddb48fa12b5c66f56c3d5f05325748c66dd2e9016c278ff8e82 SHA512 803f5de2d0c14c1631e59b618880ec32f060c2e475411ad662635f168013f2a5a5e1e38703d6f16894f5435e12268d961bba5bbf955a6e1d8279968f06f192dc WHIRLPOOL 7f3d3d99897c1fc3fbb89ed14a5829a4bf88649ea70fbe7aaab0eef774c20ac7508129ef1558e3a074d36c7e5a913f556ebaac1b2f0eeba9bbddce3fcaed24f3
DIST glib-2.30.3.tar.xz 5642448 SHA256 e6cbb27c71c445993346e785e8609cc75cea2941e32312e544872feba572dd27 SHA512 9f212b2c94c8c76ed619a1a97515ffc4c71dd39a982852cc9db600ca3034be1fb646d657dd39831f2fe80a81972400b977ea59fa81923dfe646158c9f1ab8843 WHIRLPOOL 145e20955b0ce2b44e05833bd508ac03a0399fc4d4c1c551c6a05809e6922cd57c37c5b32ebbe80f7ba0a21660059d7cb4837fa233de37af6c12cd0bc3a7afeb
DIST glib-2.32.2.tar.xz 6117764 SHA256 b1764abf00bac96e0e93e29fb9715ce75f3583579acac40648e18771d43d6136 SHA512 6b18e2cdf4c832acc78703a155b27eda363e5ee5b4c4524c3a1b9e9e5e3e6228f48096dc52d10247b4ea7214989fab1429be14c313af0e9922534ad91c57bc76 WHIRLPOOL 221afffbba5bd394560cc7912854d8be081be7d6bc564dd656ae8a8f4efc6748b1ec28e898ec33f15a775c97edaa6257766e22209d8cb2345bfec5d372c78979
DIST glib-2.32.3.tar.xz 6164984 SHA256 b65ceb462807e4a2f91c95e4293ce6bbefca308cb44a1407bcfdd9e40363ff4d SHA512 e730231f45cff9a1e2041d26bda0eaaf71af27daae054884860e625768a53ca74cf75b30b86a82a12b804820513a12b156e8e023528956dbb8e7cda4aef5f318 WHIRLPOOL 2ac21548bb1b514ef552f0a254618127342ec87e76e1bee71a121cd754fca5b81395b53aef0ad451bc975572970c9b32cbb3560c5f18927341a2fa2bffabeea8
DIST glib-2.32.4.tar.xz 6178556 SHA256 a5d742a4fda22fb6975a8c0cfcd2499dd1c809b8afd4ef709bda4d11b167fae2 SHA512 bc8b2d6afae7635f940065eca3e854ee171812c7b582d55313db11d28875495dbf41fc0a260347b30f7490daa65ccc377d8a2d60bb3a26d07997606d8e3d989f WHIRLPOOL 35aec94088acff460685c0b1bb2e6fcffadb0f9f0044b93f3fa042ed82dd52efb5e56022575c0ebcfda4230d38edc26a916623f0bfcbfc8e1c6b76a3133d43bc

@ -0,0 +1,21 @@
diff --git a/gio/gdbus-2.0/codegen/gdbus-codegen.in b/gio/gdbus-2.0/codegen/gdbus-codegen.in
index 217c755..8520bb8 100644
--- a/gio/gdbus-2.0/codegen/gdbus-codegen.in
+++ b/gio/gdbus-2.0/codegen/gdbus-codegen.in
@@ -29,13 +29,9 @@ srcdir = os.getenv('UNINSTALLED_GLIB_SRCDIR', None)
if srcdir is not None:
path = os.path.join(srcdir, 'gio', 'gdbus-2.0')
-elif os.name == 'nt':
- # Makes gdbus-codegen 'relocatable' at runtime on Windows.
- path = os.path.join(os.path.dirname(__file__), '..', 'lib', 'gdbus-2.0')
+ sys.path.insert(0, os.path.abspath(path))
+ from codegen import codegen_main
else:
- path = os.path.join('@libdir@', 'gdbus-2.0')
-
-sys.path.insert(0, os.path.abspath(path))
-from codegen import codegen_main
+ from gdbus_codegen import codegen_main
sys.exit(codegen_main.codegen_main())

@ -0,0 +1,6 @@
from distutils.core import setup
setup(name="gdbus_codegen",
version="@PV@",
packages=["gdbus_codegen"],
package_dir={"gdbus_codegen" : ""},
scripts=["gdbus-codegen"])

@ -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-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.7 2012/05/24 13:45:58 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.8 2012/07/15 17:04:36 armin76 Exp $
EAPI="4"
GNOME_ORG_MODULE="glib"
@ -14,7 +14,7 @@ HOMEPAGE="http://www.gtk.org/"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""

@ -1,13 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.32.2.ebuild,v 1.1 2012/05/01 20:21:01 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.32.4.ebuild,v 1.1 2012/07/16 04:26:48 tetromino Exp $
EAPI="4"
GNOME_ORG_MODULE="glib"
PYTHON_DEPEND="2:2.5"
PYTHON_USE_WITH="xml"
PYTHON_COMPAT="python2_5 python2_6 python2_7 python3_1 python3_2"
inherit gnome.org multilib python
inherit eutils gnome.org python-distutils-ng
DESCRIPTION="GDBus code and documentation generator"
HOMEPAGE="http://www.gtk.org/"
@ -17,24 +16,27 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="python_targets_python2_5? ( dev-lang/python:2.5[xml] )
python_targets_python2_6? ( dev-lang/python:2.6[xml] )
python_targets_python2_7? ( dev-lang/python:2.7[xml] )
python_targets_python3_1? ( dev-lang/python:3.1[xml] )
python_targets_python3_2? ( dev-lang/python:3.2[xml] )
"
DEPEND=""
RDEPEND="${DEPEND}"
# To prevent circular dependencies with glib[test]
PDEPEND=">=dev-libs/glib-${PV}:2"
S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
python_convert_shebangs 2 gdbus-codegen.in
sed -e "s:@libdir@:${EPREFIX}/usr/$(get_libdir):" \
-i gdbus-codegen.in || die "sed gdbus-codegen.in failed"
python_prepare_all() {
epatch "${FILESDIR}/${PN}-2.32.4-sitedir.patch"
sed -e "s:\"/usr/local\":\"${EPREFIX}/usr\":" \
-i config.py || die "sed config.py failed"
mv gdbus-codegen.in gdbus-codegen || die "mv failed"
cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
}
src_test() {
@ -42,29 +44,6 @@ src_test() {
elog "when merged with FEATURES=test"
}
src_install() {
insinto "/usr/$(get_libdir)/gdbus-2.0/codegen"
# Keep in sync with gio/gdbus-2.0/codegen/Makefile.am!
doins __init__.py \
codegen.py \
codegen_main.py \
codegen_docbook.py \
config.py \
dbustypes.py \
parser.py \
utils.py
newbin gdbus-codegen.in gdbus-codegen
python_install_all() {
doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
}
pkg_postinst() {
python_need_rebuild
python_mod_optimize /usr/$(get_libdir)/gdbus-2.0/codegen
}
pkg_postrm() {
python_mod_cleanup /usr/$(get_libdir)/gdbus-2.0/codegen
}

@ -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-util/glade/glade-3.8.2.ebuild,v 1.8 2012/05/24 13:47:40 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.8.2.ebuild,v 1.9 2012/07/15 17:09:40 armin76 Exp $
EAPI="4"
GCONF_DEBUG="yes"
@ -14,7 +14,7 @@ HOMEPAGE="http://glade.gnome.org/"
LICENSE="GPL-2"
SLOT="3"
KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc gnome python"
RDEPEND=">=dev-libs/glib-2.8: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-util/gtk-doc/gtk-doc-1.18-r1.ebuild,v 1.9 2012/05/24 13:48:19 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/gtk-doc-1.18-r1.ebuild,v 1.10 2012/07/15 17:15:34 armin76 Exp $
EAPI="3"
GCONF_DEBUG="yes"
@ -14,7 +14,7 @@ HOMEPAGE="http://www.gtk.org/gtk-doc/"
LICENSE="GPL-2 FDL-1.1"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
IUSE="debug doc emacs highlight vim test"
# dev-tex/tex4ht blocker needed due bug #315287

@ -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-util/meld/meld-1.5.4.ebuild,v 1.6 2012/05/24 13:49:27 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/meld-1.5.4.ebuild,v 1.7 2012/07/15 17:19:22 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -13,7 +13,7 @@ HOMEPAGE="http://meldmerge.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="doc gnome"
RDEPEND="

@ -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-util/pkgconf/pkgconf-0.8.ebuild,v 1.11 2012/06/27 03:13:33 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.ebuild,v 1.12 2012/07/15 17:12:57 armin76 Exp $
EAPI="4"
@ -12,7 +12,7 @@ else
inherit eutils
#SRC_URI="https://github.com/nenolod/pkgconf/tarball/${P} -> ${P}.tar.gz"
SRC_URI="http://tortois.es/~nenolod/distfiles/${P}.tar.bz2"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
fi
DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"

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

Loading…
Cancel
Save