Sync with portage [Fri May 4 07:59:48 MSK 2012].

mhiretskiy
root 12 years ago
parent d4ebf1c00a
commit 515a3e3949

@ -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/abrt/abrt-2.0.6.ebuild,v 1.6 2012/04/13 17:35:16 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/abrt/abrt-2.0.6.ebuild,v 1.7 2012/05/03 18:02:22 jdhore Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@ -34,7 +34,7 @@ DEPEND="${COMMON_DEPEND}
app-text/asciidoc
app-text/xmlto
>=dev-util/intltool-0.35.0
>=dev-util/pkgconfig-0.9.0
virtual/pkgconfig
>=sys-devel/gettext-0.17"
pkg_setup() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/abrt/abrt-2.0.8.ebuild,v 1.5 2012/04/13 17:35:16 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/abrt/abrt-2.0.8.ebuild,v 1.6 2012/05/03 18:02:22 jdhore Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@ -34,7 +34,7 @@ DEPEND="${COMMON_DEPEND}
app-text/asciidoc
app-text/xmlto
>=dev-util/intltool-0.35.0
>=dev-util/pkgconfig-0.9.0
virtual/pkgconfig
>=sys-devel/gettext-0.17"
pkg_setup() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.10.0.ebuild,v 1.1 2012/04/17 15:55:48 matsuu Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.10.0.ebuild,v 1.2 2012/05/03 18:02:20 jdhore Exp $
EAPI="4"
inherit eutils
@ -17,7 +17,7 @@ IUSE="static-libs test"
RDEPEND="sys-libs/readline
dev-libs/libxml2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
>=app-doc/NaturalDocs-1.40
test? ( dev-lang/ruby )"

@ -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/collectd/collectd-5.0.2-r1.ebuild,v 1.2 2012/04/01 15:08:54 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.0.2-r1.ebuild,v 1.3 2012/05/03 18:02:20 jdhore Exp $
EAPI=4
@ -95,7 +95,7 @@ COMMON_DEPEND="
)"
DEPEND="${COMMON_DEPEND}
dev-util/pkgconfig
virtual/pkgconfig
kernel_linux? (
collectd_plugins_vserver? ( sys-kernel/vserver-sources )
)"

@ -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/collectd/collectd-5.1.0.ebuild,v 1.1 2012/04/08 20:53:32 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-5.1.0.ebuild,v 1.2 2012/05/03 18:02:20 jdhore Exp $
EAPI=4
@ -95,7 +95,7 @@ COMMON_DEPEND="
)"
DEPEND="${COMMON_DEPEND}
dev-util/pkgconfig
virtual/pkgconfig
kernel_linux? (
collectd_plugins_vserver? ( sys-kernel/vserver-sources )
)"

@ -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/conky/conky-1.8.1-r6.ebuild,v 1.7 2012/03/18 19:53:28 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.8.1-r6.ebuild,v 1.8 2012/05/03 18:02:22 jdhore Exp $
EAPI=2
@ -49,7 +49,7 @@ RDEPEND="
"
DEPEND="
${DEPEND_COMMON}
dev-util/pkgconfig
virtual/pkgconfig
"
src_prepare() {

@ -0,0 +1,65 @@
From cc14440eface093548cb3bc7814da11d9a99d283 Mon Sep 17 00:00:00 2001
From: Anssi Hannula <anssi@mageia.org>
Date: Wed, 4 Jan 2012 00:23:55 +0200
Subject: [PATCH] fix possible server deadlock in ih_sub_cancel
ih_sub_foreach() calls ih_sub_cancel() while inotify_lock is locked.
However, ih_sub_cancel() locks it again, and locking GMutex recursively
causes undefined behaviour.
Fix that by removing locking from ih_sub_cancel() as ih_sub_foreach()
is its only user. Also make the function static so that it won't
accidentally get used by other files without locking (inotify-helper.h
is an internal server header).
This should fix the intermittent deadlocks I've been experiencing
causing KDE applications to no longer start, and probably also
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542361
---
server/inotify-helper.c | 7 ++-----
server/inotify-helper.h | 1 -
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/server/inotify-helper.c b/server/inotify-helper.c
index d77203e..0789fa4 100644
--- a/server/inotify-helper.c
+++ b/server/inotify-helper.c
@@ -123,13 +123,11 @@ ih_sub_add (ih_sub_t * sub)
/**
* Cancels a subscription which was being monitored.
+ * inotify_lock must be held when calling.
*/
-gboolean
+static gboolean
ih_sub_cancel (ih_sub_t * sub)
{
- G_LOCK(inotify_lock);
-
-
if (!sub->cancelled)
{
IH_W("cancelling %s\n", sub->pathname);
@@ -140,7 +138,6 @@ ih_sub_cancel (ih_sub_t * sub)
sub_list = g_list_remove (sub_list, sub);
}
- G_UNLOCK(inotify_lock);
return TRUE;
}
diff --git a/server/inotify-helper.h b/server/inotify-helper.h
index 5d3b6d0..d36b5fd 100644
--- a/server/inotify-helper.h
+++ b/server/inotify-helper.h
@@ -34,7 +34,6 @@ gboolean ih_startup (event_callback_t ecb,
found_callback_t fcb);
gboolean ih_running (void);
gboolean ih_sub_add (ih_sub_t *sub);
-gboolean ih_sub_cancel (ih_sub_t *sub);
/* Return FALSE from 'f' if the subscription should be cancelled */
void ih_sub_foreach (void *callerdata, gboolean (*f)(ih_sub_t *sub, void *callerdata));
--
1.7.7.2

@ -0,0 +1,79 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gam-server/gam-server-0.1.10-r1.ebuild,v 1.1 2012/05/04 00:39:09 tetromino Exp $
EAPI="3"
GNOME_ORG_MODULE="gamin"
inherit autotools eutils flag-o-matic libtool multilib python gnome.org
DESCRIPTION="Library providing the FAM File Alteration Monitor API"
HOMEPAGE="http://www.gnome.org/~veillard/gamin/"
SRC_URI="${SRC_URI}
mirror://gentoo/gamin-0.1.9-freebsd.patch.bz2
http://pkgconfig.freedesktop.org/releases/pkg-config-0.26.tar.gz" # pkg.m4 for eautoreconf
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="debug kernel_linux"
RDEPEND=">=dev-libs/glib-2:2
>=dev-libs/libgamin-0.1.10
!app-admin/fam
!<app-admin/gamin-0.1.10"
DEPEND="${RDEPEND}"
#S=${WORKDIR}/${MY_P}
src_prepare() {
mv -vf "${WORKDIR}"/pkg-config-*/pkg.m4 "${WORKDIR}"/ || die
# Fix compile warnings; bug #188923
epatch "${DISTDIR}/gamin-0.1.9-freebsd.patch.bz2"
# Fix file-collision due to shared library, upstream bug #530635
epatch "${FILESDIR}/${PN}-0.1.10-noinst-lib.patch"
# Fix compilation with latest glib, bug #382783
epatch "${FILESDIR}/${PN}-0.1.10-G_CONST_RETURN-removal.patch"
# Fix crosscompilation issues, bug #267604
epatch "${FILESDIR}/${PN}-0.1.10-crosscompile-fix.patch"
# Enable linux specific features on armel, upstream bug #588338
epatch "${FILESDIR}/${P}-armel-features.patch"
# Fix deadlocks with glib-2.32, bug #413331, upstream #667230
epatch "${FILESDIR}/${P}-ih_sub_cancel-deadlock.patch"
# Drop DEPRECATED flags
sed -i -e 's:-DG_DISABLE_DEPRECATED:$(NULL):g' server/Makefile.am || die
# autoconf is required as the user-cflags patch modifies configure.in
# however, elibtoolize is also required, so when the above patch is
# removed, replace the following call with a call to elibtoolize
AT_M4DIR="${WORKDIR}" eautoreconf
}
src_configure() {
# fixes bug 225403
#append-flags "-D_GNU_SOURCE"
if ! has_version dev-util/pkgconfig; then
export DAEMON_CFLAGS="-I/usr/include/glib-2.0 -I/usr/$(get_libdir)/glib-2.0/include"
export DAEMON_LIBS="-lglib-2.0"
fi
econf \
--disable-debug \
--disable-libgamin \
--without-python \
$(use_enable kernel_linux inotify) \
$(use_enable debug debug-api)
}
src_install() {
emake DESTDIR="${D}" install || die
}

@ -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-admin/gkrellm/gkrellm-2.3.2-r1.ebuild,v 1.7 2011/03/27 09:44:34 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-2.3.2-r1.ebuild,v 1.8 2012/05/03 18:02:21 jdhore Exp $
EAPI=2
@ -24,7 +24,7 @@ RDEPEND="dev-libs/glib:2
ntlm? ( net-libs/libntlm )
X? ( x11-libs/gtk+:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
nls? ( sys-devel/gettext )"
pkg_setup() {

@ -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-admin/gkrellm/gkrellm-2.3.2.ebuild,v 1.11 2011/03/27 09:44:34 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-2.3.2.ebuild,v 1.12 2012/05/03 18:02:21 jdhore Exp $
EAPI=2
@ -24,7 +24,7 @@ RDEPEND="dev-libs/glib:2
ntlm? ( net-libs/libntlm )
X? ( x11-libs/gtk+:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
nls? ( sys-devel/gettext )"
pkg_setup() {

@ -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-admin/gkrellm/gkrellm-2.3.4.ebuild,v 1.2 2011/03/27 09:44:34 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-2.3.4.ebuild,v 1.3 2012/05/03 18:02:21 jdhore Exp $
EAPI=2
@ -24,7 +24,7 @@ RDEPEND="dev-libs/glib:2
ntlm? ( net-libs/libntlm )
X? ( x11-libs/gtk+:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
nls? ( sys-devel/gettext )"
pkg_setup() {

@ -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-admin/gkrellm/gkrellm-2.3.5.ebuild,v 1.9 2011/07/15 14:21:17 xarthisius Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-2.3.5.ebuild,v 1.10 2012/05/03 18:02:21 jdhore Exp $
EAPI=2
@ -24,7 +24,7 @@ RDEPEND="dev-libs/glib:2
ntlm? ( net-libs/libntlm )
X? ( x11-libs/gtk+:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
nls? ( sys-devel/gettext )"
pkg_setup() {

@ -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-admin/gnome-system-tools/gnome-system-tools-2.32.0-r1.ebuild,v 1.2 2011/10/25 07:18:17 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-2.32.0-r1.ebuild,v 1.3 2012/05/03 18:02:21 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/scrollkeeper
>=app-text/gnome-doc-utils-0.3.2
dev-util/pkgconfig
virtual/pkgconfig
>=dev-util/intltool-0.35.0"
pkg_setup() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-2.32.0-r2.ebuild,v 1.6 2012/03/25 14:40:48 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-2.32.0-r2.ebuild,v 1.7 2012/05/03 18:02:21 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/scrollkeeper
>=app-text/gnome-doc-utils-0.3.2
dev-util/pkgconfig
virtual/pkgconfig
>=dev-util/intltool-0.35.0"
pkg_setup() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-2.32.0-r3.ebuild,v 1.3 2012/04/29 14:53:53 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-2.32.0-r3.ebuild,v 1.4 2012/05/03 18:02:21 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -35,7 +35,7 @@ DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/scrollkeeper
>=app-text/gnome-doc-utils-0.3.2
dev-util/pkgconfig
virtual/pkgconfig
>=dev-util/intltool-0.35.0"
pkg_setup() {

@ -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-admin/gnome-system-tools/gnome-system-tools-2.32.0.ebuild,v 1.6 2011/03/22 18:41:21 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-2.32.0.ebuild,v 1.7 2012/05/03 18:02:21 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
@ -33,7 +33,7 @@ DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/scrollkeeper
>=app-text/gnome-doc-utils-0.3.2
dev-util/pkgconfig
virtual/pkgconfig
>=dev-util/intltool-0.35.0"
pkg_setup() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gtkdiskfree/gtkdiskfree-1.9.3-r1.ebuild,v 1.15 2012/03/27 17:21:28 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gtkdiskfree/gtkdiskfree-1.9.3-r1.ebuild,v 1.16 2012/05/03 18:02:22 jdhore Exp $
EAPI=4
inherit eutils
@ -16,7 +16,7 @@ IUSE="nls"
RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
nls? ( sys-devel/gettext )"
src_prepare() {

@ -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/gtkdiskfree/gtkdiskfree-2.0.1.ebuild,v 1.2 2012/04/20 08:55:10 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gtkdiskfree/gtkdiskfree-2.0.1.ebuild,v 1.3 2012/05/03 18:02:23 jdhore Exp $
EAPI=4
@ -15,7 +15,7 @@ IUSE="nls"
RDEPEND="x11-libs/gtk+:3"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
nls? ( sys-devel/gettext )"
S=${WORKDIR}/${PN}-master

@ -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/packagekit-base/packagekit-base-0.6.20.ebuild,v 1.6 2012/04/22 18:56:08 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.6.20.ebuild,v 1.7 2012/05/03 18:02:23 jdhore Exp $
EAPI="3"
@ -41,7 +41,7 @@ DEPEND="${CDEPEND}
nsplugin? ( >=net-misc/npapi-sdk-0.27 )
dev-libs/libxslt
>=dev-util/intltool-0.35.0
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/gettext"
RDEPEND="${CDEPEND}

@ -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/packagekit-gtk/packagekit-gtk-0.6.20.ebuild,v 1.2 2012/01/28 17:11:18 lxnay Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-gtk/packagekit-gtk-0.6.20.ebuild,v 1.3 2012/05/03 18:02:22 jdhore Exp $
EAPI="3"
@ -24,7 +24,7 @@ RDEPEND="dev-libs/dbus-glib
>=x11-libs/gtk+-2.91.0:3
x11-libs/pango
~app-admin/packagekit-base-${PV}"
DEPEND="${RDEPEND} dev-util/pkgconfig"
DEPEND="${RDEPEND} virtual/pkgconfig"
S="${WORKDIR}/${MY_P}"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.20.ebuild,v 1.2 2012/01/28 17:16:08 lxnay Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-qt4/packagekit-qt4-0.6.20.ebuild,v 1.3 2012/05/03 18:02:22 jdhore Exp $
EAPI="3"
@ -24,7 +24,7 @@ RDEPEND=">=x11-libs/qt-core-4.4.0
~app-admin/packagekit-base-${PV}"
DEPEND="${RDEPEND}
dev-libs/libxslt
dev-util/pkgconfig"
virtual/pkgconfig"
S="${WORKDIR}/${MY_P}"

@ -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-admin/pessulus/pessulus-2.30.4.ebuild,v 1.7 2011/10/19 17:34:49 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/pessulus/pessulus-2.30.4.ebuild,v 1.8 2012/05/03 18:02:22 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
@ -23,7 +23,7 @@ RDEPEND=">=dev-python/pygtk-2.13.0
>=dev-python/gconf-python-2.17.2
>=gnome-base/gconf-2"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9
virtual/pkgconfig
sys-devel/gettext
>=dev-util/intltool-0.40"

@ -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-admin/prelude-manager/prelude-manager-0.9.15.ebuild,v 1.6 2011/07/26 07:45:12 xarthisius Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/prelude-manager/prelude-manager-0.9.15.ebuild,v 1.7 2012/05/03 18:02:23 jdhore Exp $
inherit flag-o-matic eutils autotools
@ -23,7 +23,7 @@ RDEPEND="!dev-libs/libprelude-cvs
DEPEND="${RDEPEND}
>=sys-apps/sed-4
dev-util/pkgconfig"
virtual/pkgconfig"
src_unpack() {
unpack ${A}

@ -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-admin/rsyslog/rsyslog-5.8.5.ebuild,v 1.6 2011/09/11 09:28:27 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-5.8.5.ebuild,v 1.7 2012/05/03 18:02:22 jdhore Exp $
EAPI=4
@ -28,7 +28,7 @@ RDEPEND="dbi? ( dev-db/libdbi )
zeromq? ( net-libs/zeromq )
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
BRANCH="5-stable"

@ -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/rsyslog/rsyslog-5.8.6.ebuild,v 1.3 2012/01/24 20:32:58 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-5.8.6.ebuild,v 1.4 2012/05/03 18:02:22 jdhore Exp $
EAPI=4
@ -28,7 +28,7 @@ RDEPEND="dbi? ( dev-db/libdbi )
zeromq? ( net-libs/zeromq )
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
BRANCH="5-stable"

@ -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/rsyslog/rsyslog-5.8.7.ebuild,v 1.1 2012/02/14 14:24:07 ultrabug Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-5.8.7.ebuild,v 1.2 2012/05/03 18:02:22 jdhore Exp $
EAPI=4
@ -28,7 +28,7 @@ RDEPEND="dbi? ( dev-db/libdbi )
zeromq? ( net-libs/zeromq )
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
BRANCH="5-stable"

@ -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/sagan/sagan-0.2.0-r1.ebuild,v 1.3 2012/04/07 17:56:55 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/sagan/sagan-0.2.0-r1.ebuild,v 1.4 2012/05/03 18:02:23 jdhore Exp $
EAPI=4
@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="smtp mysql postgres prelude +lognorm +libdnet +pcap"
DEPEND="dev-util/pkgconfig
DEPEND="virtual/pkgconfig
${RDEPEND}"
RDEPEND="dev-libs/libpcre

@ -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/sagan/sagan-0.2.1.ebuild,v 1.1 2012/04/22 16:00:50 maksbotan Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/sagan/sagan-0.2.1.ebuild,v 1.2 2012/05/03 18:02:23 jdhore Exp $
EAPI=4
@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="smtp mysql postgres prelude snort +lognorm +libdnet +pcap"
DEPEND="dev-util/pkgconfig
DEPEND="virtual/pkgconfig
${RDEPEND}"
RDEPEND="dev-libs/libpcre

@ -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-admin/setools/setools-3.3.7-r1.ebuild,v 1.2 2011/10/23 12:40:56 swift Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/setools-3.3.7-r1.ebuild,v 1.3 2012/05/03 18:02:22 jdhore Exp $
EAPI="2"
PYTHON_DEPEND="python? 2"
@ -24,7 +24,7 @@ DEPEND=">=sys-libs/libsepol-2.1.0
sys-devel/flex
>=dev-db/sqlite-3.2:3
dev-libs/libxml2:2
dev-util/pkgconfig
virtual/pkgconfig
java? (
>=dev-lang/swig-1.3.28
>=virtual/jdk-1.4

@ -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/stow/stow-2.2.0.ebuild,v 1.3 2012/05/03 04:13:56 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-2.2.0.ebuild,v 1.4 2012/05/04 02:41:16 mr_bones_ Exp $
EAPI="2"
@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/stow/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
IUSE="test"
DEPEND="dev-lang/perl
test? (

@ -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-admin/syslog-ng/syslog-ng-3.2.4.ebuild,v 1.9 2011/07/09 17:35:34 xarthisius Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.2.4.ebuild,v 1.10 2012/05/03 18:02:22 jdhore Exp $
EAPI=2
inherit autotools fixheadtails eutils multilib
@ -32,7 +32,7 @@ RDEPEND="
DEPEND="${RDEPEND}
${LIBS_DEPEND}
static? ( >=dev-libs/eventlog-0.2.12[static-libs] )
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/flex"
src_prepare() {

@ -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/syslog-ng/syslog-ng-3.2.5.ebuild,v 1.7 2012/03/03 14:14:29 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.2.5.ebuild,v 1.8 2012/05/03 18:02:22 jdhore Exp $
EAPI=2
inherit autotools fixheadtails eutils multilib
@ -26,7 +26,7 @@ RDEPEND="
caps? ( sys-libs/libcap )
sql? ( >=dev-db/libdbi-0.8.3 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/flex"
src_prepare() {

@ -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/syslog-ng/syslog-ng-3.3.4.ebuild,v 1.4 2012/03/22 15:13:04 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.3.4.ebuild,v 1.5 2012/05/03 18:02:22 jdhore Exp $
EAPI=2
inherit autotools eutils multilib
@ -36,7 +36,7 @@ DEPEND="${RDEPEND}
static? (
>=dev-libs/eventlog-0.2.12[static-libs]
>=dev-libs/glib-2.10.1:2[static-libs] )
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/flex"
S=${WORKDIR}/${PN}-${MY_PV}

@ -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/syslog-ng/syslog-ng-3.3.5.ebuild,v 1.2 2012/04/30 15:28:00 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.3.5.ebuild,v 1.3 2012/05/03 18:02:22 jdhore Exp $
EAPI=2
inherit autotools eutils multilib
@ -36,7 +36,7 @@ DEPEND="${RDEPEND}
static? (
>=dev-libs/eventlog-0.2.12[static-libs]
>=dev-libs/glib-2.10.1:2[static-libs] )
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/flex"
S=${WORKDIR}/${PN}-${MY_PV}

@ -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-admin/system-config-printer-common/system-config-printer-common-1.3.6.ebuild,v 1.10 2011/10/30 14:40:10 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.6.ebuild,v 1.11 2012/05/03 18:02:21 jdhore Exp $
EAPI="3"
@ -35,7 +35,7 @@ COMMON_DEPEND="
"
DEPEND="${COMMON_DEPEND}
dev-util/intltool
dev-util/pkgconfig
virtual/pkgconfig
doc? ( dev-python/epydoc )
"
RDEPEND="${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/app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild,v 1.10 2012/03/25 14:44:26 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.7.ebuild,v 1.11 2012/05/03 18:02:21 jdhore Exp $
EAPI="3"
@ -35,7 +35,7 @@ COMMON_DEPEND="
"
DEPEND="${COMMON_DEPEND}
dev-util/intltool
dev-util/pkgconfig
virtual/pkgconfig
doc? ( dev-python/epydoc )
"
RDEPEND="${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/app-admin/system-config-printer-common/system-config-printer-common-1.3.9-r1.ebuild,v 1.5 2012/04/29 14:54:53 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.9-r1.ebuild,v 1.6 2012/05/03 18:02:21 jdhore Exp $
EAPI="3"
@ -36,7 +36,7 @@ COMMON_DEPEND="
"
DEPEND="${COMMON_DEPEND}
dev-util/intltool
dev-util/pkgconfig
virtual/pkgconfig
doc? ( dev-python/epydoc )
"
RDEPEND="${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/app-admin/system-config-printer-gnome/system-config-printer-gnome-1.3.6.ebuild,v 1.9 2012/02/18 17:00:24 reavertm Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-gnome/system-config-printer-gnome-1.3.6.ebuild,v 1.10 2012/05/03 18:02:21 jdhore Exp $
EAPI="3"
@ -35,7 +35,7 @@ DEPEND="${RDEPEND}
>=app-text/xmlto-0.0.22
dev-util/desktop-file-utils
dev-util/intltool
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/gettext
"

@ -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.7.ebuild,v 1.9 2012/03/25 14:45:54 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-gnome/system-config-printer-gnome-1.3.7.ebuild,v 1.10 2012/05/03 18:02:21 jdhore Exp $
EAPI="3"
@ -35,7 +35,7 @@ DEPEND="${RDEPEND}
>=app-text/xmlto-0.0.22
dev-util/desktop-file-utils
dev-util/intltool
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/gettext
"

@ -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.5 2012/04/29 14:55:53 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-gnome/system-config-printer-gnome-1.3.9-r1.ebuild,v 1.6 2012/05/03 18:02:21 jdhore Exp $
EAPI="3"
@ -35,7 +35,7 @@ DEPEND="${RDEPEND}
>=app-text/xmlto-0.0.22
dev-util/desktop-file-utils
dev-util/intltool
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/gettext
"

@ -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-tools-backends/system-tools-backends-2.10.1.ebuild,v 1.7 2012/03/13 11:50:11 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/system-tools-backends/system-tools-backends-2.10.1.ebuild,v 1.8 2012/05/03 18:02:22 jdhore Exp $
EAPI="2"
GCONF_DEBUG="no"
@ -25,7 +25,7 @@ RDEPEND="!<app-admin/gnome-system-tools-1.1.91
userland_GNU? ( virtual/shadow )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
>=dev-util/intltool-0.40"
DOCS="AUTHORS ChangeLog NEWS README TODO"

@ -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-tools-backends/system-tools-backends-2.10.2.ebuild,v 1.7 2012/03/13 11:50:11 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/system-tools-backends/system-tools-backends-2.10.2.ebuild,v 1.8 2012/05/03 18:02:22 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
@ -25,7 +25,7 @@ RDEPEND="!<app-admin/gnome-system-tools-1.1.91
userland_GNU? ( virtual/shadow )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
>=dev-util/intltool-0.40"
pkg_setup() {

@ -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/app-admin/usbview/usbview-1.1.ebuild,v 1.8 2010/07/27 01:59:59 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/usbview/usbview-1.1.ebuild,v 1.9 2012/05/03 18:02:23 jdhore Exp $
EAPI=2
inherit eutils
@ -16,7 +16,7 @@ IUSE=""
RDEPEND=">=x11-libs/gtk+-2:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"

@ -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-crypt/acr38u/acr38u-1.7.10-r1.ebuild,v 1.1 2011/03/17 00:26:54 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/acr38u/acr38u-1.7.10-r1.ebuild,v 1.2 2012/05/03 18:16:38 jdhore Exp $
EAPI=3
@ -21,7 +21,7 @@ HOMEPAGE="http://www.acs.com.hk"
RDEPEND=">=sys-apps/pcsc-lite-1.6.4
dev-libs/libusb-compat"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
S="${WORKDIR}/ACR38_LINUX_$(get_version_component_range 1)00$(get_version_component_range 2)$(get_version_component_range 3)_P"

@ -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-crypt/acr38u/acr38u-1.7.11.ebuild,v 1.1 2011/12/20 19:30:19 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/acr38u/acr38u-1.7.11.ebuild,v 1.2 2012/05/03 18:16:38 jdhore Exp $
EAPI=3
@ -25,7 +25,7 @@ HOMEPAGE="http://www.acs.com.hk"
RDEPEND=">=sys-apps/pcsc-lite-1.6.4
dev-libs/libusb-compat"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
S="${WORKDIR}/${MY_P}"

@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild,v 1.2 2009/05/16 06:55:03 robbat2 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild,v 1.3 2012/05/03 18:16:39 jdhore Exp $
DESCRIPTION="ASEDriveIIIe Serial Card Reader"
HOMEPAGE="http://www.athena-scs.com"
@ -11,7 +11,7 @@ IUSE=""
KEYWORDS="~amd64 ~x86"
RDEPEND=">=sys-apps/pcsc-lite-1.3.0"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
src_install() {
local conf="/etc/reader.conf.d/${PN}.conf"

@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild,v 1.2 2009/05/16 07:00:33 robbat2 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.5.ebuild,v 1.3 2012/05/03 18:16:40 jdhore Exp $
DESCRIPTION="ASEDriveIIIe USB Card Reader"
HOMEPAGE="http://www.athena-scs.com"
@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND=">=sys-apps/pcsc-lite-1.3.0
=virtual/libusb-0*"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"

@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/asekey/asekey-3.4.ebuild,v 1.2 2009/05/16 07:30:46 robbat2 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/asekey/asekey-3.4.ebuild,v 1.3 2012/05/03 18:16:40 jdhore Exp $
DESCRIPTION="ASEKey USB SIM Card Reader"
HOMEPAGE="http://www.athena-scs.com"
@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND=">=sys-apps/pcsc-lite-1.3.0
=virtual/libusb-0*"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
src_install() {
local conf="/etc/reader.conf.d/${PN}.conf"

@ -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/app-crypt/coolkey/coolkey-1.1.0-r2.ebuild,v 1.1 2010/09/25 03:55:50 nerdboy Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/coolkey/coolkey-1.1.0-r2.ebuild,v 1.2 2012/05/03 18:16:38 jdhore Exp $
EAPI=3
@ -19,7 +19,7 @@ IUSE="debug"
RDEPEND="sys-apps/pcsc-lite
sys-libs/zlib"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
EPATCH_OPTS="-F3 -l"

@ -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-crypt/coolkey/coolkey-1.1.0-r4.ebuild,v 1.2 2011/04/20 02:26:57 nerdboy Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/coolkey/coolkey-1.1.0-r4.ebuild,v 1.3 2012/05/03 18:16:38 jdhore Exp $
EAPI=3
@ -24,7 +24,7 @@ RDEPEND=">=sys-apps/pcsc-lite-1.6.4
DEPEND="${RDEPEND}
>=app-crypt/ccid-1.4.0
dev-util/pkgconfig"
virtual/pkgconfig"
pkg_setup() {
pk="pk11install"

@ -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-crypt/eid-mw/eid-mw-4.0.2_p1188.ebuild,v 1.1 2012/04/07 22:58:18 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/eid-mw-4.0.2_p1188.ebuild,v 1.2 2012/05/03 18:16:39 jdhore Exp $
EAPI=4
@ -33,7 +33,7 @@ RDEPEND="gtk? ( x11-libs/gtk+:2 )
DEPEND="${RDEPEND}
app-arch/zip
dev-util/pkgconfig"
virtual/pkgconfig"
if [[ ${PV} == "9999" ]]; then
src_prepare() {

@ -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-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.2.ebuild,v 1.1 2011/04/09 17:25:59 arfrever Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.2.ebuild,v 1.2 2012/05/03 18:16:40 jdhore Exp $
EAPI="3"
@ -19,7 +19,7 @@ RDEPEND="=dev-libs/libassuan-2*
>=dev-libs/openssl-0.9.7
>=dev-libs/pkcs11-helper-1.02"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
src_configure() {
econf --docdir="/usr/share/doc/${PF}"

@ -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-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.3.ebuild,v 1.1 2011/08/08 18:30:48 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.3.ebuild,v 1.2 2012/05/03 18:16:40 jdhore Exp $
EAPI="4"
@ -19,7 +19,7 @@ RDEPEND="=dev-libs/libassuan-2*
>=dev-libs/openssl-0.9.7
>=dev-libs/pkcs11-helper-1.02"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
src_configure() {
econf --docdir="/usr/share/doc/${PF}"

@ -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-crypt/gpa/gpa-0.9.1_pre20100416-r1.ebuild,v 1.2 2011/03/27 10:03:38 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/gpa-0.9.1_pre20100416-r1.ebuild,v 1.3 2012/05/03 18:16:38 jdhore Exp $
EAPI="3"
@ -23,7 +23,7 @@ RDEPEND=">=x11-libs/gtk+-2.10.0:2
>=app-crypt/gnupg-2
>=app-crypt/gpgme-1.2.0"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.7
virtual/pkgconfig
nls? ( sys-devel/gettext )"
src_prepare() {

@ -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-crypt/gpa/gpa-0.9.1_pre20100416.ebuild,v 1.8 2011/03/27 10:03:38 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/gpa-0.9.1_pre20100416.ebuild,v 1.9 2012/05/03 18:16:38 jdhore Exp $
EAPI="3"
@ -23,7 +23,7 @@ RDEPEND=">=x11-libs/gtk+-2.10.0:2
>=app-crypt/gnupg-2
>=app-crypt/gpgme-1.2.0"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.7
virtual/pkgconfig
nls? ( sys-devel/gettext )"
src_prepare() {

@ -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-crypt/gringotts/gringotts-1.2.10.ebuild,v 1.6 2011/10/20 22:42:16 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.10.ebuild,v 1.7 2012/05/03 18:16:38 jdhore Exp $
EAPI="2"
@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/libgringotts-1.2
DEPEND="${RDEPEND}
sys-devel/gettext
dev-util/pkgconfig"
virtual/pkgconfig"
src_prepare() {
# Drop DEPRECATION flags, bug #387831

@ -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-crypt/heimdal/heimdal-1.5.1-r1.ebuild,v 1.8 2012/01/17 17:23:52 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.5.1-r1.ebuild,v 1.9 2012/05/03 18:16:39 jdhore Exp $
EAPI=2
# PYTHON_BDEPEND="2"
@ -36,7 +36,7 @@ RDEPEND="ssl? ( dev-libs/openssl )
DEPEND="${RDEPEND}
=dev-lang/python-2*
dev-util/pkgconfig
virtual/pkgconfig
>=sys-devel/autoconf-2.62
test? ( X? ( ${VIRTUALX_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-crypt/heimdal/heimdal-1.5.2.ebuild,v 1.1 2012/01/11 22:20:13 eras Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.5.2.ebuild,v 1.2 2012/05/03 18:16:39 jdhore Exp $
EAPI=4
# PYTHON_BDEPEND="2"
@ -36,7 +36,7 @@ RDEPEND="ssl? ( dev-libs/openssl )
DEPEND="${RDEPEND}
=dev-lang/python-2*
dev-util/pkgconfig
virtual/pkgconfig
>=sys-devel/autoconf-2.62
test? ( X? ( ${VIRTUALX_DEPEND} ) )"

@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild,v 1.3 2009/06/25 18:17:34 yngwin Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild,v 1.4 2012/05/03 18:16:38 jdhore Exp $
EAPI="1"
inherit eutils
@ -18,7 +18,7 @@ CDEPEND="dev-libs/openssl
net-libs/netwib
qt4? ( x11-libs/qt-gui:4 )"
DEPEND="app-arch/unzip
>=dev-util/pkgconfig-0.22
virtual/pkgconfig
${CDEPEND}"
RDEPEND="app-crypt/ophcrack-tables
${CDEPEND}"

@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack/ophcrack-3.3.0.ebuild,v 1.2 2009/06/25 18:17:34 yngwin Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack/ophcrack-3.3.0.ebuild,v 1.3 2012/05/03 18:16:38 jdhore Exp $
EAPI="1"
inherit eutils
@ -18,7 +18,7 @@ CDEPEND="dev-libs/openssl
net-libs/netwib
qt4? ( x11-libs/qt-gui:4 )"
DEPEND="app-arch/unzip
>=dev-util/pkgconfig-0.22
virtual/pkgconfig
${CDEPEND}"
RDEPEND="app-crypt/ophcrack-tables
${CDEPEND}"

@ -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-crypt/ophcrack/ophcrack-3.3.1.ebuild,v 1.2 2011/10/23 12:52:59 ikelos Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack/ophcrack-3.3.1.ebuild,v 1.3 2012/05/03 18:16:38 jdhore Exp $
EAPI="3"
inherit eutils
@ -18,7 +18,7 @@ CDEPEND="dev-libs/openssl
net-libs/netwib
qt4? ( x11-libs/qt-gui:4 )"
DEPEND="app-arch/unzip
>=dev-util/pkgconfig-0.22
virtual/pkgconfig
${CDEPEND}"
RDEPEND="tables? ( app-crypt/ophcrack-tables )
${CDEPEND}"

@ -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-crypt/pinentry/pinentry-0.8.0-r1.ebuild,v 1.3 2011/03/25 23:22:52 swegener Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.0-r1.ebuild,v 1.4 2012/05/03 18:16:39 jdhore Exp $
EAPI=3
inherit multilib eutils flag-o-matic
@ -25,8 +25,8 @@ RDEPEND="app-admin/eselect-pinentry
caps? ( sys-libs/libcap )"
DEPEND="${RDEPEND}
!static? (
gtk? ( dev-util/pkgconfig )
qt4? ( dev-util/pkgconfig )
gtk? ( virtual/pkgconfig )
qt4? ( virtual/pkgconfig )
)"
pkg_setup() {

@ -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-crypt/pinentry/pinentry-0.8.0.ebuild,v 1.14 2011/03/25 23:22:52 swegener Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.0.ebuild,v 1.15 2012/05/03 18:16:39 jdhore Exp $
EAPI=3
@ -25,8 +25,8 @@ RDEPEND="static? ( sys-libs/ncurses )
caps? ( sys-libs/libcap )"
DEPEND="${RDEPEND}
!static? (
gtk? ( dev-util/pkgconfig )
qt4? ( dev-util/pkgconfig )
gtk? ( virtual/pkgconfig )
qt4? ( virtual/pkgconfig )
)"
pkg_setup() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.1.ebuild,v 1.4 2012/02/18 18:58:11 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.1.ebuild,v 1.5 2012/05/03 18:16:39 jdhore Exp $
EAPI=3
@ -26,8 +26,8 @@ RDEPEND="app-admin/eselect-pinentry
caps? ( sys-libs/libcap )"
DEPEND="${RDEPEND}
!static? (
gtk? ( dev-util/pkgconfig )
qt4? ( dev-util/pkgconfig )
gtk? ( virtual/pkgconfig )
qt4? ( virtual/pkgconfig )
)"
pkg_setup() {

@ -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-crypt/pkcs11-data/pkcs11-data-0.7.4.ebuild,v 1.2 2011/04/13 19:07:41 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/pkcs11-data/pkcs11-data-0.7.4.ebuild,v 1.3 2012/05/03 18:16:40 jdhore Exp $
EAPI=4
@ -17,7 +17,7 @@ IUSE=""
RDEPEND=">=dev-libs/pkcs11-helper-1.02"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
src_configure() {
econf \

@ -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-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild,v 1.1 2011/04/14 08:50:57 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild,v 1.2 2012/05/03 18:16:39 jdhore Exp $
EAPI=4
@ -17,7 +17,7 @@ IUSE=""
RDEPEND=">=dev-libs/openssl-0.9.7:0"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
src_configure() {
econf \

@ -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-crypt/scl011-bin/scl011-bin-2.06.ebuild,v 1.1 2011/04/15 17:39:40 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/scl011-bin/scl011-bin-2.06.ebuild,v 1.2 2012/05/03 18:16:38 jdhore Exp $
EAPI=4
@ -18,7 +18,7 @@ IUSE=""
RDEPEND="sys-apps/pcsc-lite"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
S="${WORKDIR}"

@ -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-crypt/seahorse-plugins/seahorse-plugins-2.30.1-r1.ebuild,v 1.8 2011/02/06 12:58:10 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.30.1-r1.ebuild,v 1.9 2012/05/03 18:16:37 jdhore Exp $
EAPI="2"
@ -35,7 +35,7 @@ DEPEND="${RDEPEND}
sys-devel/gettext
>=app-text/gnome-doc-utils-0.3.2
>=app-text/scrollkeeper-0.3
>=dev-util/pkgconfig-0.20
virtual/pkgconfig
>=dev-util/intltool-0.35"
pkg_setup() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-sharing/seahorse-sharing-3.4.0.ebuild,v 1.1 2012/04/21 07:59:04 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-sharing/seahorse-sharing-3.4.0.ebuild,v 1.2 2012/05/03 18:16:39 jdhore Exp $
EAPI="4"
@ -28,7 +28,7 @@ RDEPEND="${COMMON_DEPEND}
# ${PN} was part of seahorse before 3.2
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.35
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/gettext"
pkg_setup() {

@ -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-crypt/seahorse/seahorse-2.32.0.ebuild,v 1.8 2011/03/22 18:44:52 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.32.0.ebuild,v 1.9 2012/05/03 18:16:39 jdhore Exp $
EAPI="3"
GCONF_DEBUG="yes"
@ -38,7 +38,7 @@ DEPEND="${RDEPEND}
sys-devel/gettext
>=app-text/gnome-doc-utils-0.3.2
>=app-text/scrollkeeper-0.3
>=dev-util/pkgconfig-0.20
virtual/pkgconfig
>=dev-util/intltool-0.35
doc? ( >=dev-util/gtk-doc-1.9 )"

@ -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-crypt/seahorse/seahorse-3.2.1.ebuild,v 1.1 2011/10/30 07:39:19 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.2.1.ebuild,v 1.2 2012/05/03 18:16:39 jdhore Exp $
EAPI="4"
GCONF_DEBUG="yes"
@ -36,7 +36,7 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
>=app-text/gnome-doc-utils-0.3.2
>=app-text/scrollkeeper-0.3
>=dev-util/pkgconfig-0.20
virtual/pkgconfig
>=dev-util/intltool-0.35
doc? ( >=dev-util/gtk-doc-1.9 )
"

@ -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-crypt/seahorse/seahorse-3.2.2.ebuild,v 1.1 2011/11/17 06:11:08 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.2.2.ebuild,v 1.2 2012/05/03 20:36:57 jdhore Exp $
EAPI="4"
GCONF_DEBUG="yes"
@ -36,7 +36,7 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
>=app-text/gnome-doc-utils-0.3.2
>=app-text/scrollkeeper-0.3
>=dev-util/pkgconfig-0.20
virtual/pkgconfig
>=dev-util/intltool-0.35
doc? ( >=dev-util/gtk-doc-1.9 )
"

@ -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-crypt/trousers/trousers-0.3.6.ebuild,v 1.3 2011/03/21 09:51:51 tomka Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.3.6.ebuild,v 1.4 2012/05/03 18:16:39 jdhore Exp $
EAPI="3"
@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/glib-2
>=dev-libs/openssl-0.9.7"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
# S="${WORKDIR}/${P}git"

@ -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-dicts/gwaei/gwaei-3.0.2.ebuild,v 1.3 2012/03/19 16:49:48 naota Exp $
# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-3.0.2.ebuild,v 1.4 2012/05/03 18:18:07 jdhore Exp $
EAPI="4"
@ -33,7 +33,7 @@ DEPEND="${RDEPEND}
nls? ( >=sys-devel/gettext-0.17 )
app-text/rarian
dev-util/intltool
dev-util/pkgconfig"
virtual/pkgconfig"
REQUIRED_USE="unique? ( gtk )"

@ -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-editors/amyedit/amyedit-1.0-r2.ebuild,v 1.3 2011/05/06 11:11:14 tomka Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild,v 1.4 2012/05/03 18:33:02 jdhore Exp $
EAPI=3
@ -21,7 +21,7 @@ RDEPEND=">=dev-cpp/gtkmm-2.6:2.4
app-text/aspell"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig"
virtual/pkgconfig"
src_prepare() {
epatch "${FILESDIR}/${P}-keyfile.patch"

@ -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/app-editors/beaver/beaver-0.4.1.ebuild,v 1.1 2010/10/15 17:01:42 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/beaver/beaver-0.4.1.ebuild,v 1.2 2012/05/03 18:33:03 jdhore Exp $
EAPI=2
inherit eutils gnome2-utils
@ -18,7 +18,7 @@ RDEPEND=">=dev-libs/glib-2.14:2
>=x11-libs/gtk+-2.10:2"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
dev-util/pkgconfig
virtual/pkgconfig
dev-util/intltool
sys-devel/gettext"

@ -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-editors/bluefish/bluefish-1.0.7.ebuild,v 1.7 2011/03/29 12:10:55 angelos Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.0.7.ebuild,v 1.8 2012/05/03 18:33:02 jdhore Exp $
EAPI=1
inherit eutils fdo-mime
@ -20,7 +20,7 @@ RDEPEND="x11-libs/gtk+:2
spell? ( app-text/aspell )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
nls? ( sys-devel/gettext )
gnome? ( gnome-base/libgnomeui )"

@ -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/bluefish/bluefish-2.2.2.ebuild,v 1.6 2012/04/29 16:28:24 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.2.2.ebuild,v 1.7 2012/05/03 18:33:02 jdhore Exp $
EAPI=4
@ -27,7 +27,7 @@ RDEPEND="
DEPEND="${RDEPEND}
>=dev-libs/glib-2.16:2
dev-libs/libxml2:2
dev-util/pkgconfig
virtual/pkgconfig
x11-libs/pango
nls? (
sys-devel/gettext

@ -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.0.94.ebuild,v 1.2 2012/04/02 17:29:27 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.94.ebuild,v 1.3 2012/05/03 18:33:00 jdhore Exp $
EAPI=4
@ -80,11 +80,11 @@ RDEPEND="sys-libs/ncurses
)"
DEPEND="${RDEPEND}
alsa? ( dev-util/pkgconfig )
dbus? ( dev-util/pkgconfig )
gnutls? ( dev-util/pkgconfig )
libxml2? ( dev-util/pkgconfig )
X? ( dev-util/pkgconfig )
alsa? ( virtual/pkgconfig )
dbus? ( virtual/pkgconfig )
gnutls? ( virtual/pkgconfig )
libxml2? ( virtual/pkgconfig )
X? ( virtual/pkgconfig )
gzip-el? ( app-arch/gzip )"
RDEPEND="${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/app-editors/emacs-vcs/emacs-vcs-24.0.95.ebuild,v 1.1 2012/04/02 17:29:27 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.95.ebuild,v 1.2 2012/05/03 18:33:00 jdhore Exp $
EAPI=4
@ -80,11 +80,11 @@ RDEPEND="sys-libs/ncurses
)"
DEPEND="${RDEPEND}
alsa? ( dev-util/pkgconfig )
dbus? ( dev-util/pkgconfig )
gnutls? ( dev-util/pkgconfig )
libxml2? ( dev-util/pkgconfig )
X? ( dev-util/pkgconfig )
alsa? ( virtual/pkgconfig )
dbus? ( virtual/pkgconfig )
gnutls? ( virtual/pkgconfig )
libxml2? ( virtual/pkgconfig )
X? ( virtual/pkgconfig )
gzip-el? ( app-arch/gzip )"
RDEPEND="${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/app-editors/emacs/emacs-23.3-r4.ebuild,v 1.7 2012/01/28 10:54:33 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r4.ebuild,v 1.8 2012/05/03 18:33:01 jdhore Exp $
EAPI=4
WANT_AUTOMAKE="none"
@ -57,9 +57,9 @@ RDEPEND="sys-libs/ncurses
)"
DEPEND="${RDEPEND}
alsa? ( dev-util/pkgconfig )
dbus? ( dev-util/pkgconfig )
X? ( dev-util/pkgconfig )
alsa? ( virtual/pkgconfig )
dbus? ( virtual/pkgconfig )
X? ( virtual/pkgconfig )
gzip-el? ( app-arch/gzip )"
RDEPEND="${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/app-editors/gedit-plugins/gedit-plugins-2.32.0.ebuild,v 1.5 2012/05/02 01:36:15 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-2.32.0.ebuild,v 1.6 2012/05/03 18:33:02 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
@ -34,7 +34,7 @@ RDEPEND=">=x11-libs/gtk+-2.14:2
>=x11-libs/vte-0.19.4:0[python]
)"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
dev-util/intltool"
pkg_setup() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.2.1-r1.ebuild,v 1.3 2012/05/02 01:36:15 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.2.1-r1.ebuild,v 1.4 2012/05/03 18:33:02 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -42,7 +42,7 @@ RDEPEND=">=app-editors/gedit-3.2.0[python?]
terminal? ( x11-libs/vte:2.90[introspection] )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40.0
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/gettext"
pkg_setup() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.4.0.ebuild,v 1.2 2012/05/02 01:36:15 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit-plugins/gedit-plugins-3.4.0.ebuild,v 1.3 2012/05/03 18:33:02 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -43,7 +43,7 @@ RDEPEND=">=app-editors/gedit-3.2.1[python?]
terminal? ( x11-libs/vte:2.90[introspection] )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40.0
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/gettext"
pkg_setup() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild,v 1.12 2012/04/30 05:52:36 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.4.ebuild,v 1.13 2012/05/03 18:33:00 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
@ -35,7 +35,7 @@ RDEPEND=">=gnome-base/gconf-2:2
DEPEND="${RDEPEND}
>=sys-devel/gettext-0.17
>=dev-util/intltool-0.40
>=dev-util/pkgconfig-0.9
virtual/pkgconfig
>=app-text/scrollkeeper-0.3.11
>=app-text/gnome-doc-utils-0.9.0
~app-text/docbook-xml-dtd-4.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/app-editors/gedit/gedit-3.2.6.ebuild,v 1.4 2012/04/30 05:52:36 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-3.2.6.ebuild,v 1.5 2012/05/03 18:33:00 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -53,7 +53,7 @@ RDEPEND="${COMMON_DEPEND}
DEPEND="${COMMON_DEPEND}
>=sys-devel/gettext-0.17
>=dev-util/intltool-0.40
>=dev-util/pkgconfig-0.9
virtual/pkgconfig
>=app-text/scrollkeeper-0.3.11
>=app-text/gnome-doc-utils-0.9.0
~app-text/docbook-xml-dtd-4.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/app-editors/gedit/gedit-3.4.1.ebuild,v 1.2 2012/04/30 05:52:36 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-3.4.1.ebuild,v 1.3 2012/05/03 18:33:00 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -55,7 +55,7 @@ DEPEND="${COMMON_DEPEND}
dev-libs/libxml2
>=dev-util/intltool-0.40
dev-util/itstool
>=dev-util/pkgconfig-0.9
virtual/pkgconfig
>=app-text/scrollkeeper-0.3.11
~app-text/docbook-xml-dtd-4.1.2
doc? ( >=dev-util/gtk-doc-1 )"

@ -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/ghex/ghex-2.24.0.ebuild,v 1.12 2012/02/19 15:06:28 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-2.24.0.ebuild,v 1.13 2012/05/03 18:33:01 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
@ -22,7 +22,7 @@ RDEPEND=">=x11-libs/gtk+-2.13:2
>=gnome-base/libgnomeui-2.6
>=gnome-base/libgnomeprintui-2.2"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9
virtual/pkgconfig
app-text/scrollkeeper
>=dev-util/intltool-0.35
>=app-text/gnome-doc-utils-0.3.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-editors/ghex/ghex-3.0.0.ebuild,v 1.6 2012/03/05 21:52:41 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v 1.7 2012/05/03 18:33:01 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/glib-2.26:2
>=x11-libs/gtk+-3.0:3
>=dev-libs/atk-1"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9
virtual/pkgconfig
>=dev-util/intltool-0.41.1
>=app-text/gnome-doc-utils-0.9.0
>=sys-devel/gettext-0.17"

@ -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/app-editors/gobby/gobby-0.4.11.ebuild,v 1.2 2010/07/20 15:09:44 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.11.ebuild,v 1.3 2012/05/03 18:33:01 jdhore Exp $
EAPI="2"
@ -22,7 +22,7 @@ RDEPEND="dev-cpp/glibmm:2
x11-libs/gtksourceview:2.0
gnome? ( gnome-base/gnome-vfs )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
# There's only one test and it needs X
RESTRICT="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/app-editors/gobby/gobby-0.4.13.ebuild,v 1.1 2012/02/19 16:27:51 xarthisius Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.13.ebuild,v 1.2 2012/05/03 18:33:01 jdhore Exp $
EAPI=4
@ -22,7 +22,7 @@ RDEPEND="dev-cpp/glibmm:2
x11-libs/gtksourceview:2.0
gnome? ( gnome-base/gnome-vfs )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
# There's only one test and it needs X
RESTRICT="test"

@ -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-editors/gobby/gobby-0.4.8.ebuild,v 1.9 2011/03/29 06:05:14 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.8.ebuild,v 1.10 2012/05/03 18:33:01 jdhore Exp $
EAPI=2
@ -23,7 +23,7 @@ RDEPEND=">=dev-cpp/glibmm-2.6:2
avahi? ( >=net-libs/obby-0.4.6 )
gnome? ( gnome-base/gnome-vfs:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
# There's only one test and it needs X
RESTRICT="test"

@ -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-editors/gobby/gobby-0.4.94.ebuild,v 1.1 2011/04/30 09:50:35 xarthisius Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.94.ebuild,v 1.2 2012/05/03 18:33:01 jdhore Exp $
EAPI=2
@ -22,7 +22,7 @@ RDEPEND="dev-cpp/glibmm:2
dev-cpp/libxmlpp:2.6
x11-libs/gtksourceview:3.0"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
doc? (
app-text/gnome-doc-utils
app-text/scrollkeeper

@ -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-editors/gphpedit/gphpedit-0.9.91-r1.ebuild,v 1.5 2011/03/22 18:45:48 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/gphpedit-0.9.91-r1.ebuild,v 1.6 2012/05/03 18:33:00 jdhore Exp $
EAPI="2"
@ -23,7 +23,7 @@ RDEPEND=">=x11-libs/gtk+-2.0:2
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/pkgconfig-0.12.0"
virtual/pkgconfig"
DOCS="AUTHORS ChangeLog README TODO"

@ -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-editors/gphpedit/gphpedit-0.9.91.ebuild,v 1.6 2011/03/07 00:11:05 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/gphpedit-0.9.91.ebuild,v 1.7 2012/05/03 18:33:00 jdhore Exp $
EAPI="2"
@ -23,7 +23,7 @@ RDEPEND=">=x11-libs/gtk+-2.0:2
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/pkgconfig-0.12.0"
virtual/pkgconfig"
DOCS="AUTHORS ChangeLog README TODO"

@ -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/latexila/latexila-2.2.3.ebuild,v 1.1 2012/02/13 10:14:10 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/latexila-2.2.3.ebuild,v 1.2 2012/05/03 18:33:01 jdhore Exp $
EAPI="4"
CMAKE_MIN_VERSION="2.6.4"
@ -36,7 +36,7 @@ RDEPEND="${COMMON_DEPEND}
"
DEPEND="${COMMON_DEPEND}
dev-util/itstool
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/gettext
"

@ -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/latexila/latexila-2.4.0.ebuild,v 1.3 2012/04/29 15:02:30 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/latexila/latexila-2.4.0.ebuild,v 1.4 2012/05/03 18:33:01 jdhore Exp $
EAPI="4"
CMAKE_MIN_VERSION="2.6.4"
@ -38,7 +38,7 @@ RDEPEND="${COMMON_DEPEND}
"
DEPEND="${COMMON_DEPEND}
dev-util/itstool
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/gettext
"

@ -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-editors/leafpad/leafpad-0.8.18.1.ebuild,v 1.3 2011/03/13 09:49:35 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/leafpad-0.8.18.1.ebuild,v 1.4 2012/05/03 18:33:02 jdhore Exp $
EAPI=3
inherit fdo-mime gnome2-utils
@ -19,7 +19,7 @@ RDEPEND=">=x11-libs/gtk+-2.10:2
DEPEND="${RDEPEND}
sys-devel/gettext
dev-util/intltool
dev-util/pkgconfig"
virtual/pkgconfig"
src_configure() {
econf \

@ -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-editors/mlview/mlview-0.9.0-r1.ebuild,v 1.1 2011/08/05 01:40:12 xmw Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.9.0-r1.ebuild,v 1.2 2012/05/03 18:33:00 jdhore Exp $
EAPI=2
@ -30,7 +30,7 @@ RDEPEND=">=dev-libs/libxml2-2.6.11:2
>=x11-libs/vte-0.11.12:0
sys-libs/zlib"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
dev-util/intltool
sys-devel/gettext"

@ -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-editors/mp/mp-3.3.18b.ebuild,v 1.11 2011/03/27 10:20:03 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-3.3.18b.ebuild,v 1.12 2012/05/03 18:33:02 jdhore Exp $
EAPI="3"
@ -23,7 +23,7 @@ RDEPEND="!dev-util/rej
pcre? ( dev-libs/libpcre )
dev-lang/perl"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
src_configure() {
local myconf="--prefix=${EPREFIX}/usr --without-win32 --without-gtk1"

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

Loading…
Cancel
Save