Sync with portage [Sat May 5 09:43:27 MSK 2012].

mhiretskiy
root 12 years ago
parent 0551358714
commit 69574ddc2f

@ -1,2 +1 @@
DIST aqemu-0.8.1.tar.bz2 963345 RMD160 5ca436fb620e6d05855b4248132262e5c18649b4 SHA1 463f6befa84afec3168d08cd598b911b8666df64 SHA256 0fab894e5f49f688122ad15065bbdf278def1425a5d43ad2d64a21caf8dec41a
DIST aqemu-0.8.2.tar.bz2 1025129 RMD160 fde7ce7ecba5759c3c325830ef8d7ce94a930e7e SHA1 fdc4c6ec9fe3b6fd917036ebcaab3c6d52794fab SHA256 03c4a95328f78238021168ca4887f9735641f10eb4eb1eff58b08c15b748bf03

@ -1,37 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/aqemu/aqemu-0.8.1.ebuild,v 1.3 2011/09/04 17:36:42 phajdan.jr Exp $
EAPI="2"
inherit cmake-utils
DESCRIPTION="Graphical interface for QEMU and KVM emulators. Using Qt4."
HOMEPAGE="http://sourceforge.net/projects/aqemu"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="kvm vnc"
DEPEND="${RDEPEND}"
RDEPEND="kvm? ( app-emulation/qemu-kvm )
!kvm? ( >=app-emulation/qemu-0.9.0 )
vnc? ( net-libs/libvncserver )
x11-libs/qt-gui:4
x11-libs/qt-test:4
x11-libs/qt-xmlpatterns:4"
DOCS="AUTHORS CHANGELOG README TODO"
src_configure() {
local mycmakeargs=" -DCMAKE_VERBOSE_MAKEFILE=OFF"
if use vnc; then
mycmakeargs+=" -DWITHOUT_EMBEDDED_DISPLAY=OFF "
else
mycmakeargs+=" -DWITHOUT_EMBEDDED_DISPLAY=ON "
fi
cmake-utils_src_configure
}

@ -1,38 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/aqemu/aqemu-0.8.2-r1.ebuild,v 1.4 2012/04/04 19:37:12 jdhore Exp $
EAPI=4
inherit cmake-utils
DESCRIPTION="Graphical interface for QEMU and KVM emulators. Using Qt4."
HOMEPAGE="http://sourceforge.net/projects/aqemu"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="kvm vnc"
DEPEND="${RDEPEND}"
RDEPEND="kvm? ( app-emulation/qemu-kvm )
!kvm? ( >=app-emulation/qemu-0.9.0 )
vnc? ( net-libs/libvncserver )
x11-libs/qt-gui:4
x11-libs/qt-test:4
x11-libs/qt-xmlpatterns:4"
DOCS="AUTHORS CHANGELOG README TODO"
PATCHES=("${FILESDIR}"/aqemu-0.8.2_sigsev_propertis.patch)
src_configure() {
local mycmakeargs=" -DMAN_PAGE_COMPRESSOR="" "
if use vnc; then
mycmakeargs+=" -DWITHOUT_EMBEDDED_DISPLAY=OFF "
else
mycmakeargs+=" -DWITHOUT_EMBEDDED_DISPLAY=ON "
fi
cmake-utils_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-emulation/aqemu/aqemu-0.8.2-r2.ebuild,v 1.2 2012/05/02 17:19:24 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/aqemu/aqemu-0.8.2-r2.ebuild,v 1.3 2012/05/04 17:57:16 scarabeus Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="kvm vnc"
DEPEND="${RDEPEND}"
@ -24,17 +24,17 @@ RDEPEND="kvm? ( app-emulation/qemu-kvm )
x11-libs/qt-xmlpatterns:4"
DOCS="AUTHORS CHANGELOG README TODO"
PATCHES=( "${FILESDIR}"/aqemu-0.8.2_sigsev_propertis.patch
"${FILESDIR}"/aqemu-0.8.2_qt48_build.patch
"${FILESDIR}"/aqemu-0.8.2_desktop_file.patch )
PATCHES=(
"${FILESDIR}"/aqemu-0.8.2_sigsev_propertis.patch
"${FILESDIR}"/aqemu-0.8.2_qt48_build.patch
"${FILESDIR}"/aqemu-0.8.2_desktop_file.patch
)
src_configure() {
local mycmakeargs=" -DMAN_PAGE_COMPRESSOR="" "
if use vnc; then
mycmakeargs+=" -DWITHOUT_EMBEDDED_DISPLAY=OFF "
else
mycmakeargs+=" -DWITHOUT_EMBEDDED_DISPLAY=ON "
fi
local mycmakeargs=(
"-DMAN_PAGE_COMPRESSOR="
"-DWITHOUT_EMBEDDED_DISPLAY=$(use vnc && echo "OFF" || echo "ON")"
)
cmake-utils_src_configure
}

@ -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-emulation/dynamips/dynamips-0.2.8_rc3.ebuild,v 1.1 2011/05/17 09:22:37 chainsaw Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/dynamips/dynamips-0.2.8_rc3.ebuild,v 1.2 2012/05/05 02:58:28 pva Exp $
EAPI=3
inherit base
@ -9,7 +9,7 @@ MY_P="${P/_rc/-RC}-community"
MY_PV="${PV/_rc/-RC}-community"
DESCRIPTION="Cisco 7200/3600 Simulator"
HOMEPAGE="http://www.gns3.net/content/dynamips-028-rc3-community-version-released"
HOMEPAGE="http://www.gns3.net/dynamips/"
SRC_URI="mirror://sourceforge/project/gns-3/Dynamips/${MY_PV}/${MY_P}.tar.gz"
LICENSE="GPL-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-office/libreoffice-bin/libreoffice-bin-3.5.2.2.ebuild,v 1.3 2012/04/30 23:26:35 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.2.2.ebuild,v 1.4 2012/05/04 20:50:24 scarabeus Exp $
EAPI=4
@ -80,7 +80,7 @@ COMMON_DEPEND="
media-libs/freetype:2
>=media-libs/libpng-1.4
media-libs/libvisio
>=net-misc/curl-7.21.4
>=net-misc/curl-7.24.0
sci-mathematics/lpsolve
>=sys-libs/db-4.8
virtual/jpeg

@ -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/libreoffice/libreoffice-9999-r2.ebuild,v 1.58 2012/05/03 20:00:40 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.61 2012/05/04 23:06:58 mr_bones_ Exp $
EAPI=4
@ -71,8 +71,22 @@ unset EXT_URI
unset ADDONS_SRC
IUSE="binfilter +branding +cups dbus eds gnome +graphite gstreamer +gtk gtk3
jemalloc kde mysql nlpsolver +nsplugin odk opengl pdfimport postgres svg test
+vba +webdav +xmlsec"
jemalloc kde mysql +nsplugin odk opengl postgres svg test +vba +webdav
+xmlsec"
LO_EXTS="nlpsolver pdfimport presenter-console presenter-minimizer scripting-beanshell scripting-javascript"
# Unneeded extension (just can be separate package:
# google-docs ; barcode ; diagram ; hunart ; numbertext ; oooblogger ; typo ;
# validator ; watch-window ;
# Extensions that need extra work:
# report-builder: missing java packages
# ct2n: not checked
# wiki-publisher: missing java packages
for lo_xt in ${LO_EXTS}; do
IUSE+=" libreoffice_extensions_${lo_xt}"
done
unset lo_xt
LICENSE="LGPL-3"
SLOT="0"
[[ ${PV} == *9999* ]] || KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
@ -133,13 +147,13 @@ COMMON_DEPEND="
>=media-libs/gstreamer-0.10
>=media-libs/gst-plugins-base-0.10
)
java? (
jemalloc? ( dev-libs/jemalloc )
libreoffice_extensions_pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] )
libreoffice_extensions_scripting-beanshell? (
>=dev-java/bsh-2.0_beta4
)
jemalloc? ( dev-libs/jemalloc )
mysql? ( >=dev-db/mysql-connector-c++-1.1.0 )
opengl? ( virtual/opengl )
pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] )
postgres? ( >=dev-db/postgresql-base-8.4.0 )
svg? ( gnome-base/librsvg )
webdav? ( net-libs/neon )
@ -208,7 +222,9 @@ REQUIRED_USE="
nsplugin? ( gtk )
gnome? ( gtk )
eds? ( gnome )
nlpsolver? ( java )
libreoffice_extensions_nlpsolver? ( java )
libreoffice_extensions_scripting-beanshell? ( java )
libreoffice_extensions_scripting-javascript? ( java )
"
S="${WORKDIR}/${PN}-core-${PV}"
@ -320,6 +336,8 @@ src_prepare() {
src_configure() {
local java_opts
local internal_libs
local lo_ext
local ext_opts
local jbs=$(sed -ne 's/.*\(-j[[:space:]]*\|--jobs=\)\([[:digit:]]\+\).*/\2/;T;p' <<< "${MAKEOPTS}")
# recheck that there is some value in jobs
@ -335,6 +353,11 @@ src_configure() {
--without-system-vigra
"
# libreoffice extensions handling
for lo_xt in ${LO_EXTS}; do
ext_opts+=" $(use_enable libreoffice_extensions_${lo_xt} ext-${lo_xt})"
done
if use java; then
# hsqldb: system one is too new
# saxon: system one does not work properly
@ -443,14 +466,11 @@ src_configure() {
$(use_enable gstreamer) \
$(use_enable gtk) \
$(use_enable gtk3) \
$(use_enable java ext-scripting-beanshell) \
$(use_enable kde kde4) \
$(use_enable mysql ext-mysql-connector) \
$(use_enable nlpsolver ext-nlpsolver) \
$(use_enable nsplugin) \
$(use_enable odk) \
$(use_enable opengl) \
$(use_enable pdfimport ext-pdfimport) \
$(use_enable postgres postgresql-sdbc) \
$(use_enable svg librsvg system) \
$(use_enable test linkoo) \
@ -461,7 +481,8 @@ src_configure() {
$(use_with java) \
$(use_with mysql system-mysql-cppconn) \
${internal_libs} \
${java_opts}
${java_opts} \
${ext_opts}
}
src_compile() {

@ -1,2 +1,3 @@
DIST calibre-0.8.48.tar.xz 24487952 RMD160 a028dd20429316ce903a730d809e5aaa85e1c92c SHA1 9d70769ad0fe2352e7b57a497c93358a5c92f21b SHA256 82d458bc253cdfab0d9529d04b10912c7e81fdea484ace36752b66629ad15244
DIST calibre-0.8.49.tar.xz 24605696 RMD160 35876b80522dc926cf91b55e1bbe57f77cb4b8a6 SHA1 2141c553fda260f39a56f0f390d38afdeed32846 SHA256 85c182ac23b61dc93f6200303619a331e3acee266f5282fa14e52371fcc645e8
DIST calibre-0.8.50.tar.xz 24580260 RMD160 9fa78b6316ab86120be39f990ed6edbcd7c50c7d SHA1 3c9522d03af625f11189e5248b680dd3fe302b9b SHA256 71314cfe4ed66b9a52e585cb01eed6718ba760d0d6ced2560e03d228f157de74

@ -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/calibre/calibre-0.8.49.ebuild,v 1.1 2012/04/28 17:27:47 zmedico Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.49.ebuild,v 1.2 2012/05/04 18:07:43 zmedico Exp $
EAPI=4
PYTHON_DEPEND=2:2.7
@ -28,7 +28,7 @@ COMMON_DEPEND="
>=dev-python/beautifulsoup-3.0.5:python-2
dev-python/python-dateutil
>=dev-python/dnspython-1.6.0
>=dev-python/cssutils-0.9.7_alpha3
>=dev-python/cssutils-0.9.9
>=dev-python/dbus-python-0.82.2
>=dev-python/imaging-1.1.6
>=dev-python/lxml-2.2.1

@ -0,0 +1,183 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.50.ebuild,v 1.1 2012/05/04 18:16:32 zmedico Exp $
EAPI=4
PYTHON_DEPEND=2:2.7
PYTHON_USE_WITH="ssl sqlite"
inherit python distutils eutils fdo-mime bash-completion-r1 multilib
DESCRIPTION="Ebook management application."
HOMEPAGE="http://calibre-ebook.com/"
SRC_URI="http://sourceforge.net/projects/calibre/files/${PV}/${P}.tar.xz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="+udisks"
COMMON_DEPEND="
>=app-text/podofo-0.8.2
>=app-text/poppler-0.12.3-r3[qt4,xpdf-headers]
>=dev-libs/chmlib-0.40
>=dev-libs/icu-4.4
>=dev-python/beautifulsoup-3.0.5:python-2
dev-python/python-dateutil
>=dev-python/dnspython-1.6.0
>=dev-python/cssutils-0.9.9
>=dev-python/dbus-python-0.82.2
>=dev-python/imaging-1.1.6
>=dev-python/lxml-2.2.1
>=dev-python/mechanize-0.1.11
>=dev-python/python-dateutil-1.4.1
>=dev-python/PyQt4-4.9.1[X,svg,webkit]
>=media-gfx/imagemagick-6.5.9[jpeg,png]
>=media-libs/libwmf-0.2.8
virtual/libusb:0
>=x11-misc/xdg-utils-1.0.2-r2"
RDEPEND="${COMMON_DEPEND}
udisks? ( sys-fs/udisks:0 )"
DEPEND="${COMMON_DEPEND}
>=dev-python/setuptools-0.6_rc5"
S=${WORKDIR}/${PN}
pkg_setup() {
python_set_active_version 2.7
python_pkg_setup
}
src_prepare() {
# Fix outdated version constant.
#sed -e "s#\\(^numeric_version =\\).*#\\1 (${PV//./, })#" \
# -i src/calibre/constants.py || \
# die "sed failed to patch constants.py"
# Avoid sandbox violation in /usr/share/gnome/apps when linux.py
# calls xdg-* (bug #258938).
sed -e "s:'xdg-desktop-menu', 'install':\\0, '--mode', 'user':" \
-e "s:check_call(\\['xdg-desktop-menu', 'forceupdate'\\]):#\\0:" \
-e "s|\\(CurrentDir(tdir)\\), \\\\\$|\\1:|" \
-e "s|PreserveMIMEDefaults():||" \
-e "s:xdg-icon-resource install:\\0 --mode user:" \
-e "s:xdg-mime install:\\0 --mode user:" \
-i src/calibre/linux.py || die "sed failed to patch linux.py"
# Disable unnecessary privilege dropping for bug #287067.
sed -e "s:if os.geteuid() == 0:if False and os.geteuid() == 0:" \
-i setup/install.py || die "sed failed to patch install.py"
sed -e "/^ self\\.check_call(qmc + \\[ext\\.name+'\\.pro'\\])$/a\
\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ self.check_call(['sed', \
'-e', 's|^CFLAGS .*|\\\\\\\\0 ${CFLAGS}|', \
'-e', 's|^CXXFLAGS .*|\\\\\\\\0 ${CXXFLAGS}|', \
'-e', 's|^LFLAGS .*|\\\\\\\\0 ${LDFLAGS}|', \
'-i', 'Makefile'])" \
-i setup/extensions.py || die "sed failed to patch extensions.py"
distutils_src_prepare
}
src_install() {
# Bypass kbuildsycoca and update-mime-database in order to
# avoid sandbox violations if xdg-mime tries to call them.
cat - > "${T}/kbuildsycoca" <<-EOF
#!${BASH}
exit 0
EOF
cp "${T}"/{kbuildsycoca,update-mime-database}
chmod +x "${T}"/{kbuildsycoca,update-mime-database}
# Unset DISPLAY in order to prevent xdg-mime from triggering a sandbox
# violation with kbuildsycoca as in bug #287067, comment #13.
export -n DISPLAY
# Bug #352625 - Some LANGUAGE values can trigger the following ValueError:
# File "/usr/lib/python2.6/locale.py", line 486, in getdefaultlocale
# return _parse_localename(localename)
# File "/usr/lib/python2.6/locale.py", line 418, in _parse_localename
# raise ValueError, 'unknown locale: %s' % localename
#ValueError: unknown locale: 46
export -n LANGUAGE
# Bug #295672 - Avoid sandbox violation in ~/.config by forcing
# variables to point to our fake temporary $HOME.
export HOME="${T}/fake_homedir"
export XDG_CONFIG_HOME="${HOME}/.config"
export XDG_DATA_HOME="${HOME}/.local/share"
export CALIBRE_CONFIG_DIRECTORY="${XDG_CONFIG_HOME}/calibre"
mkdir -p "${XDG_CONFIG_HOME}" "${CALIBRE_CONFIG_DIRECTORY}"
# Bug #334243 - respect LDFLAGS when building calibre-mount-helper
export OVERRIDE_CFLAGS="$CFLAGS" OVERRIDE_LDFLAGS="$LDFLAGS"
local libdir=$(get_libdir)
[[ -n $libdir ]] || die "get_libdir returned an empty string"
PATH=${T}:${PATH} PYTHONPATH=${S}/src${PYTHONPATH:+:}${PYTHONPATH} \
distutils_src_install \
--prefix="${EPREFIX}/usr" \
--libdir="${EPREFIX}/usr/${libdir}" \
--staging-root="${ED}usr" \
--staging-libdir="${ED}usr/${libdir}"
grep -rlZ "${ED}" "${ED}" | xargs -0 sed -e "s:${D}:/:g" -i ||
die "failed to fix harcoded \$D in paths"
# Remove dummy calibre-mount-helper which is unused since calibre-0.8.25
# due to bug #389515 (instead, calibre now calls udisks via dbus).
rm "${ED}usr/bin/calibre-mount-helper" || die
find "${ED}"usr/share/calibre/man -type f -print0 | \
while read -r -d $'\0' ; do
if [[ ${REPLY} = *.[0-9]calibre.bz2 ]] ; then
newname=${REPLY%calibre.bz2}.bz2
mv "${REPLY}" "${newname}"
doman "${newname}"
rm -f "${newname}" || die "rm failed"
fi
done
rmdir "${ED}"usr/share/calibre/man/* || \
die "could not remove redundant man subdir(s)"
rmdir "${ED}"usr/share/calibre/man || \
die "could not remove redundant man dir"
# The menu entries end up here due to '--mode user' being added to
# xdg-* options in src_prepare.
dodir /usr/share/mime/packages
chmod -fR a+rX,u+w,g-w,o-w "${HOME}"/.local
mv "${HOME}"/.local/share/mime/packages/* "${ED}"usr/share/mime/packages/ ||
die "failed to register mime types"
dodir /usr/share/icons
mv "${HOME}"/.local/share/icons/* "${ED}"usr/share/icons/ ||
die "failed to install icon files"
domenu "${HOME}"/.local/share/applications/*.desktop ||
die "failed to install .desktop menu files"
dobashcomp "${ED}"usr/etc/bash_completion.d/calibre
rm -r "${ED}"usr/etc/bash_completion.d
find "${ED}"usr/etc -type d -empty -delete
python_convert_shebangs -r $(python_get_version) "${ED}"
newinitd "${FILESDIR}"/calibre-server.init calibre-server
newconfd "${FILESDIR}"/calibre-server.conf calibre-server
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
python_mod_optimize /usr/$(get_libdir)/${PN}
}
pkg_postrm() {
python_mod_cleanup /usr/$(get_libdir)/${PN}
}

@ -1,3 +1,4 @@
DIST evince-2.32.0.tar.bz2 2295272 RMD160 a2d52685ac119b70cf40f320de457b3dfbac2587 SHA1 2f06a2b9dfd8667f4b4c6e90be3c49f6fe026fc8 SHA256 2a4c91ae38f8b5028cebb91b9da9ddc50ea8ae3f3d429df89ba351da2d787ff7
DIST evince-3.2.1-synctex-1.17.patch.bz2 11938 RMD160 800c8f7254e9e225f74da7ce07e8167d28815bb5 SHA1 1c012cc97bad52876f34ef7571a9f77bee303b66 SHA256 929cf0300a4c67d447eeb417f8bfbaafa9988f036c23869728cd76c529243aa5
DIST evince-3.2.1.tar.xz 3782932 RMD160 74a81f8970542c46717ea47243973cb81dbc4ee8 SHA1 993610957907df22677dab6f46648edf4b998c8f SHA256 9db61a39c977eb939deaee3ed1e66937f15532f46de988cacd5b638f3960ed35
DIST evince-3.4.0.tar.xz 6162936 RMD160 e584a585d0fb84d603b60413ae54575fb8657436 SHA1 7159f4b1486fc07b5be93c3034965395d41c458a SHA256 02f1c74c123ea0cb4c1a98cb9ba2b67d724e9f90d7ff15acbcd6b8dbeef0a129

@ -0,0 +1,113 @@
# 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-3.4.0.ebuild,v 1.1 2012/05/05 00:29:57 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
inherit autotools eutils gnome2
DESCRIPTION="Simple document viewer for GNOME"
HOMEPAGE="http://www.gnome.org/projects/evince/"
LICENSE="GPL-2"
SLOT="0"
IUSE="dbus debug djvu doc dvi gnome-keyring +introspection nautilus t1lib tiff xps"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
# Since 2.26.2, can handle poppler without cairo support. Make it optional ?
# not mature enough
# atk used in libview
# gdk-pixbuf used all over the place
# libX11 used for totem-screensaver
RDEPEND="
>=app-text/libspectre-0.2.0
dev-libs/atk
>=dev-libs/glib-2.25.11:2
>=dev-libs/libxml2-2.5:2
sys-libs/zlib
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3.0.2:3[introspection?]
x11-libs/libX11
>=x11-libs/libSM-1
x11-libs/libICE
gnome-base/gsettings-desktop-schemas
|| (
>=x11-themes/gnome-icon-theme-2.17.1
>=x11-themes/hicolor-icon-theme-0.10 )
>=x11-libs/cairo-1.10.0
>=app-text/poppler-0.18[cairo]
djvu? ( >=app-text/djvu-3.5.17 )
dvi? (
virtual/tex-base
dev-libs/kpathsea
t1lib? ( >=media-libs/t1lib-5.0.0 ) )
gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 )
introspection? ( >=dev-libs/gobject-introspection-0.6 )
nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
tiff? ( >=media-libs/tiff-3.6:0 )
xps? ( >=app-text/libgxps-0.2.1 )
"
DEPEND="${RDEPEND}
app-text/scrollkeeper
>=app-text/gnome-doc-utils-0.3.2
app-text/docbook-xml-dtd:4.3
sys-devel/gettext
>=dev-util/intltool-0.35
>=dev-util/gtk-doc-am-1.13
virtual/pkgconfig
doc? ( >=dev-util/gtk-doc-1.13 )"
ELTCONF="--portage"
# Needs dogtail and pyspi from http://fedorahosted.org/dogtail/
# Releases: http://people.redhat.com/zcerza/dogtail/releases/
RESTRICT="test"
pkg_setup() {
# Passing --disable-help would drop offline help, that would be inconsistent
# with helps of the most of Gnome apps that doesn't require network for that.
G2CONF="${G2CONF}
--disable-schemas-compile
--disable-scrollkeeper
--disable-static
--disable-tests
--enable-pdf
--enable-comics
--enable-thumbnailer
--with-smclient=xsmp
--with-platform=gnome
--enable-help
$(use_enable dbus)
$(use_enable djvu)
$(use_enable dvi)
$(use_with gnome-keyring keyring)
$(use_enable introspection)
$(use_enable nautilus)
$(use_enable t1lib)
$(use_enable tiff)
$(use_enable xps)"
DOCS="AUTHORS ChangeLog NEWS README TODO"
}
src_prepare() {
# Regenerate marshalers to allow building with <glib-2.32
rm -v cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.{c,h} \
cut-n-paste/toolbar-editor/eggmarshalers.{c,h} \
libview/ev-view-marshal.{c,h} || die "rm failed"
# Fix .desktop file so menu item shows up
epatch "${FILESDIR}"/${PN}-0.7.1-display-menu.patch
# glib-2.32 restructured dep libs in pkg-config files, #414065
epatch "${FILESDIR}/${P}-glib-gold.patch"
gnome2_src_prepare
AT_NOELIBTOOLIZE=yes eautoreconf
# Do not depend on gnome-icon-theme, bug #326855, #391859
sed -e 's/gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED//g' \
-i configure || die "sed failed"
}

@ -0,0 +1,54 @@
From f2f9097ea87e2f0d15241ac0ee95099a219b7539 Mon Sep 17 00:00:00 2001
From: Justin Lecher <jlec@gentoo.org>
Date: Mon, 30 Apr 2012 11:51:18 +0200
Subject: [PATCH] Fix underlinking with >=glib-2.32 detected by gold linker
As descripted in bug 675129, recent changes in pkg-config files
drop necessary libs from linking, more accurate gio-2.0 droppes
gmodule-no-export-2.0.
Readd gmodule-no-export-2.0 at all necessary places.
Signed-off-by: Justin Lecher <jlec@gentoo.org>
---
configure.ac | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 66958fa..2ef6e50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,10 +154,10 @@ fi
ZLIB_LIBS=-lz
AC_SUBST(ZLIB_LIBS)
-PKG_CHECK_MODULES(LIBDOCUMENT, gtk+-3.0 >= $GTK_REQUIRED gio-2.0 >= $GLIB_REQUIRED gmodule-2.0)
+PKG_CHECK_MODULES(LIBDOCUMENT, gtk+-3.0 >= $GTK_REQUIRED gio-2.0 >= $GLIB_REQUIRED gmodule-no-export-2.0 >= $GLIB_REQUIRED gmodule-2.0)
PKG_CHECK_MODULES(LIBVIEW, gtk+-3.0 >= $GTK_REQUIRED gail-3.0 >= $GTK_REQUIRED gthread-2.0 gio-2.0 >= $GLIB_REQUIRED)
PKG_CHECK_MODULES(BACKEND, cairo >= $CAIRO_REQUIRED gtk+-3.0 >= $GTK_REQUIRED)
-PKG_CHECK_MODULES(FRONTEND_CORE, gtk+-3.0 >= $GTK_REQUIRED gthread-2.0 gio-2.0 >= $GLIB_REQUIRED)
+PKG_CHECK_MODULES(FRONTEND_CORE, gtk+-3.0 >= $GTK_REQUIRED gthread-2.0 gio-2.0 >= $GLIB_REQUIRED gmodule-no-export-2.0 >= $GLIB_REQUIRED)
SHELL_PLATFORM_PKGS=
case "$with_platform" in
@@ -180,7 +180,7 @@ case "$with_platform" in
;;
esac
-PKG_CHECK_MODULES([SHELL_CORE],[libxml-2.0 >= $LIBXML_REQUIRED gtk+-3.0 >= $GTK_REQUIRED gio-2.0 >= $GLIB_REQUIRED gthread-2.0 $SHELL_PLATFORM_PKGS])
+PKG_CHECK_MODULES([SHELL_CORE],[libxml-2.0 >= $LIBXML_REQUIRED gtk+-3.0 >= $GTK_REQUIRED gio-2.0 >= $GLIB_REQUIRED gmodule-no-export-2.0 >= $GLIB_REQUIRED gthread-2.0 $SHELL_PLATFORM_PKGS])
# *********
# SM client
@@ -407,7 +407,7 @@ AC_ARG_ENABLE([previewer],
[enable_previewer=yes])
if test x$enable_previewer = "xyes" ; then
- PKG_CHECK_MODULES([PREVIEWER],[gtk+-3.0 >= $GTK_REQUIRED gthread-2.0 gio-2.0 >= $GLIB_REQUIRED])
+ PKG_CHECK_MODULES([PREVIEWER],[gtk+-3.0 >= $GTK_REQUIRED gthread-2.0 gio-2.0 >= $GLIB_REQUIRED gmodule-no-export-2.0 >= $GLIB_REQUIRED])
fi
AM_CONDITIONAL([ENABLE_PREVIEWER],[test "$enable_previewer" = "yes"])
--
1.7.8.6

@ -1,2 +1,2 @@
DIST llpp-12.tar.gz 100362 RMD160 0e4307967224df8dcfe89d8db25eb2d2881a5697 SHA1 427044cee7932033969bdb5b4c8b62551349065a SHA256 02570e8452638bc69afc6148c8507cabd80fc9e2f8446b10551c7f9f11f7d6ad
DIST llpp-12.tar.gz 100362 RMD160 47d4fb27c159e80ed3d63c7db09b222be51b551d SHA1 5fecc417338acbc68741c0ce39a65ae86e9e9bf2 SHA256 30c66684a1b2892bd1125afb99583abad5cc433dee2c623ec0cdefb0ec4c6fe4
DIST llpp-7.tar.gz 46931 RMD160 8887de279c19f33c6e4390a1a793f0c3f00f993b SHA1 512675c5865667cbf7430f050e7e62dd11dc74f7 SHA256 b359380afda9deaec85353e3ca0b603f2c512956b9f7f70970847aec2dfd5a5a

@ -1,2 +1,3 @@
DIST java-gnome-4.0.18.tar.bz2 1045240 RMD160 dde16ad68e0f634666e651959d3a96d66f3b93db SHA1 70f22ef55f5d26bfdbf25b9e7ff8254f2f9a95f6 SHA256 2f606fda2d89961cfbbddc7f391a35302078030a5391699e3bc44b6972b3928d
DIST java-gnome-4.0.19.tar.bz2 1048049 RMD160 239e50afa697cc488b858dd0f93941498a94aa07 SHA1 858a648a2a02cb3bcaddbdb1b51cbd18dcbbba04 SHA256 3954ee78277918a32aa80b35cfc1892f3b21af4a6956d9e53e1f0e980512bd9b
DIST java-gnome-4.1.1.tar.bz2 1035554 RMD160 33d18cf492c06aaa47ac373f60f5ddb1a55de2a1 SHA1 b34f1fe7c1d393c081e88bed1241cf190f502d36 SHA256 b3f0a3e90c85c5dc5480db1511d04e9aed1fa3b16a689857ba510e35820170d1

@ -0,0 +1,84 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/java-gnome/java-gnome-4.0.19-r1.ebuild,v 1.1 2012/05/04 16:09:26 sera Exp $
EAPI=4
JAVA_PKG_IUSE="doc examples source"
PYTHON_DEPEND="2:2.7"
inherit eutils versionator java-pkg-2 multilib python
MY_PV="${PV/_/-}"
MY_P="${PN}-${MY_PV}"
DESCRIPTION="Java bindings for GTK and GNOME"
HOMEPAGE="http://java-gnome.sourceforge.net/"
SRC_URI="mirror://gnome/sources/${PN}/$(get_version_component_range 1-2)/${MY_P}.tar.bz2"
LICENSE="GPL-2-with-linking-exception"
SLOT="4.0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.22
>=x11-libs/gtk+-2.22.0:2
>=gnome-base/libglade-2.6.4
>=gnome-base/libgnome-2.22.0
>=gnome-base/gnome-desktop-2.22.0:2
>=x11-libs/cairo-1.10.0[svg]
>=x11-libs/gtksourceview-2.6.2:2.0
>=app-text/gtkspell-2.0.15-r1:2
>=x11-libs/libnotify-0.4.5
>=dev-libs/libunique-1.0.8:1
>=gnome-base/librsvg-2.32.1
dev-libs/atk
>=virtual/jre-1.5"
DEPEND="${RDEPEND}
dev-java/junit:0
dev-lang/perl
virtual/pkgconfig
>=virtual/jdk-1.5"
# Needs X11
RESTRICT="test"
S="${WORKDIR}/${MY_P}"
pkg_setup() {
python_set_active_version 2 #390103
python_pkg_setup
java-pkg-2_pkg_setup
}
java_prepare() {
if has_version ">=x11-libs/libnotify-0.7"; then
epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
fi
}
src_configure() {
# Handwritten in perl so not using econf
./configure prefix=/usr libdir=/usr/$(get_libdir)/${PN}-${SLOT} jardir=/usr/share/${PN}-${SLOT}/lib || die
}
src_compile() {
# Fails parallel build in case GCJ is detected
# See https://bugs.gentoo.org/show_bug.cgi?id=200550
emake -j1 || die "Compilation of java-gnome failed"
if use doc; then
DISPLAY= emake -j1 doc || die "Making documentation failed"
fi
}
src_install(){
emake -j1 DESTDIR="${D}" install || die
java-pkg_regjar /usr/share/${PN}-${SLOT}/lib/gtk-${SLOT}.jar
java-pkg_regjar /usr/share/${PN}-${SLOT}/lib/gtk.jar
dodoc AUTHORS HACKING NEWS README || die
use doc && java-pkg_dojavadoc doc/api
use examples && java-pkg_doexamples doc/examples
use source && java-pkg_dosrc src/bindings/org
}

@ -0,0 +1,77 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/java-gnome/java-gnome-4.1.1.ebuild,v 1.1 2012/05/04 16:09:26 sera Exp $
EAPI=4
JAVA_PKG_IUSE="doc examples source"
PYTHON_DEPEND="2:2.7"
inherit eutils versionator java-pkg-2 multilib python virtualx
MY_PV="${PV/_/-}"
MY_P="${PN}-${MY_PV}"
DESCRIPTION="Java bindings for GTK and GNOME"
HOMEPAGE="http://java-gnome.sourceforge.net/"
SRC_URI="mirror://gnome/sources/${PN}/$(get_version_component_range 1-2)/${MY_P}.tar.bz2"
LICENSE="GPL-2-with-linking-exception"
SLOT="4.1"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
COMMON_DEP="
app-text/enchant:0
dev-libs/atk:0
>=dev-libs/glib-2.28:2
dev-libs/libunique:3
gnome-base/librsvg:2
>=x11-libs/cairo-1.10.0[svg]
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
x11-libs/gtksourceview:3.0
>=x11-libs/libnotify-0.7.0
x11-libs/pango:0"
RDEPEND="${COMMON_DEP}
>=virtual/jre-1.5"
DEPEND="${COMMON_DEP}
dev-java/junit:0
dev-lang/perl
>=virtual/jdk-1.5
virtual/pkgconfig"
S="${WORKDIR}/${MY_P}"
pkg_setup() {
python_set_active_version 2 #390103
python_pkg_setup
java-pkg-2_pkg_setup
}
src_configure() {
# Handwritten in perl so not using econf
./configure prefix=/usr libdir=/usr/$(get_libdir)/${PN}-${SLOT} jardir=/usr/share/${PN}-${SLOT}/lib || die
}
src_compile() {
emake
use doc && DISPLAY= emake doc
}
# Needs X11, fails even then
RESTRICT="test"
src_test() {
Xemake test
}
src_install(){
emake -j1 DESTDIR="${D}" install || die
java-pkg_regjar /usr/share/${PN}-${SLOT}/lib/gtk-${SLOT}.jar
java-pkg_regjar /usr/share/${PN}-${SLOT}/lib/gtk.jar
dodoc AUTHORS HACKING NEWS README || die
use doc && java-pkg_dojavadoc doc/api
use examples && java-pkg_doexamples doc/examples
use source && java-pkg_dosrc src/bindings/org
}

@ -0,0 +1,27 @@
diff --git a/src/native/Makefile b/src/native/Makefile
index 679adb7..a1f2a6a 100644
--- a/src/native/Makefile
+++ b/src/native/Makefile
@@ -51,11 +51,11 @@ JavaEditline_LIBS = -ledit -ltermcap
ifeq (cygwin,$(WIN32))
JavaGetline_LIBS = -lcygwin
endif
-CC = gcc
+CC ?= gcc
OBJ_EXT := o
LIB_PRE := lib
LIB_EXT := so
-CFLAGS=-fPIC -DPOSIX
+CFLAGS += -fPIC -DPOSIX
endif
@@ -97,7 +97,7 @@ ifeq (CYGWIN,$(WIN32))
$(CC) -W1,$(ROOTDIR)/lib$(TG).exp -o $@ \
$(OBJECTS) -W1,-e,_readline_init@12
else
- $(CC) -shared $(OBJECTS) $(LIBPATH) $($(TG)_LIBS) -o $@
+ $(CC) -shared $(LDFLAGS) $(OBJECTS) $(LIBPATH) $($(TG)_LIBS) -o $@
endif
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/dev-java/libreadline-java/libreadline-java-0.8.0-r3.ebuild,v 1.7 2012/04/13 18:50:06 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/libreadline-java/libreadline-java-0.8.0-r3.ebuild,v 1.8 2012/05/04 18:49:51 sera Exp $
EAPI=2
JAVA_PKG_IUSE="doc source"
@ -34,8 +34,8 @@ java_prepare() {
sed -i -e '/JAVANATINC/s:linux:freebsd:' Makefile || die "sed JAVANATINC failed"
fi
#Respect LDFLAGS bug #336302
epatch "${FILESDIR}"/${P}-ldflags.patch
#Respect CC CFLAGS LDFLAGS #336302 #296741
epatch "${FILESDIR}"/${P}-respect-flags.patch
}
src_compile() {

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/389-adminutil/389-adminutil-1.1.10.ebuild,v 1.1 2010/07/07 15:07:26 lxnay Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/389-adminutil/389-adminutil-1.1.10.ebuild,v 1.2 2012/05/04 18:35:54 jdhore Exp $
EAPI="2"
@ -26,7 +26,7 @@ COMMON_DEPEND=">=dev-libs/nss-3.11.4
>=dev-libs/mozldap-6.0.2
>=dev-libs/cyrus-sasl-2.1.19
>=dev-libs/icu-3.4"
DEPEND="dev-util/pkgconfig ${COMMON_DEPEND}"
DEPEND="virtual/pkgconfig ${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
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/dev-libs/389-adminutil/389-adminutil-1.1.13.ebuild,v 1.1 2011/01/11 22:27:43 lxnay Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/389-adminutil/389-adminutil-1.1.13.ebuild,v 1.2 2012/05/04 18:35:54 jdhore Exp $
EAPI="2"
@ -26,7 +26,7 @@ COMMON_DEPEND=">=dev-libs/nss-3.11.4
>=dev-libs/mozldap-6.0.2
>=dev-libs/cyrus-sasl-2.1.19
>=dev-libs/icu-3.4"
DEPEND="dev-util/pkgconfig ${COMMON_DEPEND}"
DEPEND="virtual/pkgconfig ${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
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/dev-libs/389-adminutil/389-adminutil-1.1.14.ebuild,v 1.1 2011/08/14 09:33:36 lxnay Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/389-adminutil/389-adminutil-1.1.14.ebuild,v 1.2 2012/05/04 18:35:54 jdhore Exp $
EAPI="2"
@ -26,7 +26,7 @@ COMMON_DEPEND=">=dev-libs/nss-3.11.4
>=dev-libs/mozldap-6.0.2
>=dev-libs/cyrus-sasl-2.1.19
>=dev-libs/icu-3.4"
DEPEND="dev-util/pkgconfig ${COMMON_DEPEND}"
DEPEND="virtual/pkgconfig ${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
src_prepare() {

@ -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/dev-libs/DFB++/DFB++-1.2.0.ebuild,v 1.4 2009/04/11 16:14:02 nixnut Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild,v 1.5 2012/05/04 18:35:55 jdhore Exp $
inherit eutils
@ -15,7 +15,7 @@ IUSE=""
RDEPEND=">=dev-libs/DirectFB-${PV}"
DEPEND="${RDEPEND}
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/dev-libs/atk/atk-1.32.0-r1.ebuild,v 1.10 2011/10/23 17:09:03 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0-r1.ebuild,v 1.11 2012/05/04 18:35:50 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
@ -19,7 +19,7 @@ RDEPEND="dev-libs/glib:2
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
dev-util/pkgconfig
virtual/pkgconfig
doc? ( >=dev-util/gtk-doc-1 )
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/dev-libs/atk/atk-2.2.0.ebuild,v 1.8 2012/04/01 18:12:34 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.9 2012/05/04 18:35:50 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -20,7 +20,7 @@ RDEPEND="dev-libs/glib:2
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
dev-util/pkgconfig
virtual/pkgconfig
doc? ( >=dev-util/gtk-doc-1.13 )
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/dev-libs/atk/atk-2.4.0.ebuild,v 1.3 2012/04/28 03:54:43 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.4.0.ebuild,v 1.4 2012/05/04 18:35:50 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/glib-2.31.2:2
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
dev-util/pkgconfig
virtual/pkgconfig
doc? ( >=dev-util/gtk-doc-1.13 )
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/dev-libs/confuse/confuse-2.6-r3.ebuild,v 1.7 2012/01/07 01:01:27 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.6-r3.ebuild,v 1.8 2012/05/04 18:35:53 jdhore Exp $
inherit eutils
@ -15,7 +15,7 @@ IUSE="nls"
DEPEND="sys-devel/flex
sys-devel/libtool
dev-util/pkgconfig
virtual/pkgconfig
nls? ( sys-devel/gettext )"
RDEPEND="nls? ( virtual/libintl )"

@ -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/confuse/confuse-2.7.ebuild,v 1.9 2012/01/07 01:01:26 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.7.ebuild,v 1.10 2012/05/04 18:35:53 jdhore Exp $
EAPI=3
@ -15,7 +15,7 @@ IUSE="nls static-libs"
DEPEND="sys-devel/flex
sys-devel/libtool
dev-util/pkgconfig
virtual/pkgconfig
nls? ( sys-devel/gettext )"
RDEPEND="nls? ( virtual/libintl )"

@ -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/cyberjack/cyberjack-3.99.5_p03.ebuild,v 1.4 2012/03/24 17:29:12 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyberjack/cyberjack-3.99.5_p03.ebuild,v 1.5 2012/05/04 18:35:53 jdhore Exp $
EAPI=4
inherit linux-info toolchain-funcs
@ -23,7 +23,7 @@ COMMON_DEPEND="sys-apps/pcsc-lite
RDEPEND="${COMMON_DEPEND}
kernel_linux? ( sys-fs/udev )"
DEPEND="${COMMON_DEPEND}
dev-util/pkgconfig"
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/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild,v 1.7 2012/04/23 19:27:22 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild,v 1.8 2012/05/04 18:35:54 jdhore Exp $
EAPI=4
inherit autotools-utils
@ -16,7 +16,7 @@ IUSE="static-libs"
RDEPEND="dev-libs/gmp"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
DOCS=( d0_blind_id.txt )

@ -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/d0_blind_id/d0_blind_id-0.5.ebuild,v 1.4 2012/04/23 19:27:22 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild,v 1.5 2012/05/04 18:35:54 jdhore Exp $
EAPI=4
inherit autotools-utils
@ -16,7 +16,7 @@ IUSE="static-libs"
RDEPEND="dev-libs/gmp"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
DOCS=( d0_blind_id.txt )

@ -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-libs/dbus-c++/dbus-c++-0.6.0_p20111126.ebuild,v 1.3 2011/12/21 23:55:37 robbat2 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-c++/dbus-c++-0.6.0_p20111126.ebuild,v 1.4 2012/05/04 18:35:55 jdhore Exp $
EAPI="3"
@ -18,7 +18,7 @@ IUSE="debug"
RDEPEND="sys-apps/dbus"
DEPEND="${RDEPEND}
dev-util/cppunit
dev-util/pkgconfig"
virtual/pkgconfig"
src_prepare() {
eautoreconf

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-c++/dbus-c++-0.9.0.ebuild,v 1.1 2012/03/02 14:51:09 elvanor Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-c++/dbus-c++-0.9.0.ebuild,v 1.2 2012/05/04 18:35:55 jdhore Exp $
EAPI="3"
@ -20,7 +20,7 @@ RDEPEND="sys-apps/dbus
ecore? ( dev-libs/ecore )"
DEPEND="${RDEPEND}
dev-util/cppunit
dev-util/pkgconfig"
virtual/pkgconfig"
src_prepare() {
eautoreconf

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.98.ebuild,v 1.9 2012/04/23 07:37:46 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.98.ebuild,v 1.10 2012/05/04 18:35:51 jdhore Exp $
EAPI=4
inherit bash-completion-r1 eutils
@ -18,7 +18,7 @@ RDEPEND=">=sys-apps/dbus-1.4.16
>=dev-libs/glib-2.26
>=dev-libs/expat-2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
doc? ( dev-util/gtk-doc )"
# out of sources build directory

@ -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/dvutil/dvutil-1.0.10-r2.ebuild,v 1.1 2012/03/21 10:04:11 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvutil/dvutil-1.0.10-r2.ebuild,v 1.2 2012/05/04 18:35:45 jdhore Exp $
EAPI=4
inherit autotools eutils
@ -17,7 +17,7 @@ IUSE="doc ssl static-libs"
RDEPEND="ssl? ( dev-libs/openssl:0 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README"

@ -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-libs/eina/eina-1.0.1.ebuild,v 1.1 2011/05/29 16:02:24 tommy Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.0.1.ebuild,v 1.2 2012/05/04 18:35:50 jdhore Exp $
EAPI="2"
@ -17,7 +17,7 @@ IUSE="altivec debug default-mempool mempool-buddy +mempool-chained
RDEPEND="debug? ( dev-util/valgrind )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
test? (
dev-libs/check
dev-libs/glib

@ -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/eina/eina-1.1.0.ebuild,v 1.1 2012/02/08 19:53:55 tommy Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.1.0.ebuild,v 1.2 2012/05/04 18:35:50 jdhore Exp $
EAPI="2"
@ -17,7 +17,7 @@ IUSE="altivec debug default-mempool mempool-buddy +mempool-chained
RDEPEND="debug? ( dev-util/valgrind )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
test? (
dev-libs/check
dev-libs/glib

@ -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-libs/engine_pkcs11/engine_pkcs11-0.1.8.ebuild,v 1.7 2011/04/14 09:38:21 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/engine_pkcs11/engine_pkcs11-0.1.8.ebuild,v 1.8 2012/05/04 18:35:51 jdhore Exp $
EAPI="2"
@ -22,7 +22,7 @@ IUSE=""
RDEPEND=">=dev-libs/libp11-0.2.5
>=dev-libs/openssl-0.9.7d:0"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
if [[ "${PV}" = "9999" ]]; then
DEPEND="${DEPEND}

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ferrisloki/ferrisloki-3.0.3.ebuild,v 1.3 2010/08/21 17:41:56 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ferrisloki/ferrisloki-3.0.3.ebuild,v 1.4 2012/05/04 18:35:52 jdhore Exp $
EAPI="2"
@ -16,7 +16,7 @@ IUSE="stlport"
RDEPEND="stlport? ( >=dev-libs/STLport-5 )
dev-libs/libsigc++:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
src_prepare() {
# derice this damn configure script

@ -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-libs/folks/folks-0.2.1.ebuild,v 1.9 2011/09/15 21:24:44 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/folks-0.2.1.ebuild,v 1.10 2012/05/04 18:35:44 jdhore Exp $
EAPI="3"
GCONF_DEBUG="yes"
@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/glib-2.24:2
dev-libs/libxml2
"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.21
virtual/pkgconfig
dev-lang/vala:0.10[vapigen]
>=dev-libs/gobject-introspection-0.9.12
"

@ -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-libs/folks/folks-0.4.3.ebuild,v 1.7 2011/10/05 16:50:25 xarthisius Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/folks-0.4.3.ebuild,v 1.8 2012/05/04 18:35:44 jdhore Exp $
EAPI="3"
GCONF_DEBUG="yes"
@ -26,7 +26,7 @@ RDEPEND=">=dev-libs/glib-2.24:2
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35.0
>=dev-util/pkgconfig-0.21
virtual/pkgconfig
>=dev-lang/vala-0.11.6:0.12[vapigen]
>=dev-libs/gobject-introspection-0.9.12
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/dev-libs/folks/folks-0.6.5.ebuild,v 1.1 2011/11/13 09:52:51 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/folks-0.6.5.ebuild,v 1.2 2012/05/04 18:35:44 jdhore Exp $
EAPI="4"
GCONF_DEBUG="yes"
@ -39,7 +39,7 @@ RDEPEND="${COMMON_DEPEND}
DEPEND="${COMMON_DEPEND}
>=dev-libs/gobject-introspection-0.9.12
>=dev-util/intltool-0.35.0
>=dev-util/pkgconfig-0.21
virtual/pkgconfig
sys-devel/gettext
socialweb? ( >=net-libs/libsocialweb-0.25.15[vala] )

@ -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-libs/folks/folks-0.6.6.ebuild,v 1.1 2011/12/22 23:16:03 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/folks/folks-0.6.6.ebuild,v 1.2 2012/05/04 18:35:44 jdhore Exp $
EAPI="4"
GCONF_DEBUG="yes"
@ -39,7 +39,7 @@ RDEPEND="${COMMON_DEPEND}
DEPEND="${COMMON_DEPEND}
>=dev-libs/gobject-introspection-1.30
>=dev-util/intltool-0.35.0
>=dev-util/pkgconfig-0.21
virtual/pkgconfig
sys-devel/gettext
socialweb? ( >=net-libs/libsocialweb-0.25.15[vala] )

@ -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/fribidi/fribidi-0.19.2-r1.ebuild,v 1.10 2012/03/02 21:14:57 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.19.2-r1.ebuild,v 1.11 2012/05/04 18:35:52 jdhore Exp $
EAPI=4
@ -17,7 +17,7 @@ IUSE="static-libs"
RDEPEND=">=dev-libs/glib-2.4:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
DOCS=( AUTHORS NEWS README ChangeLog THANKS TODO )

@ -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/dev-libs/g-wrap/g-wrap-1.9.11.ebuild,v 1.13 2009/09/27 14:00:22 nixnut Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.9.11.ebuild,v 1.14 2012/05/04 18:35:56 jdhore Exp $
inherit eutils
@ -18,7 +18,7 @@ RDEPEND="dev-scheme/guile
virtual/libffi
dev-scheme/guile-lib"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
pkg_setup() {
if has_version =dev-scheme/guile-1.8*; then

@ -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/dev-libs/g-wrap/g-wrap-1.9.13.ebuild,v 1.1 2009/10/29 14:21:00 hkbst Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.9.13.ebuild,v 1.2 2012/05/04 18:35:56 jdhore Exp $
inherit eutils
@ -18,7 +18,7 @@ RDEPEND="dev-scheme/guile
virtual/libffi
dev-scheme/guile-lib"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
dev-util/indent"
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/dev-libs/gdl/gdl-2.30.1.ebuild,v 1.9 2011/03/22 18:50:27 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.30.1.ebuild,v 1.10 2012/05/04 18:35:45 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/glib-2:2
DEPEND="${RDEPEND}
!<dev-python/gdl-python-2.19.1-r1
!<=dev-python/gnome-python-extras-2.19.1-r2
dev-util/pkgconfig
virtual/pkgconfig
>=dev-util/intltool-0.35
doc? ( >=dev-util/gtk-doc-1.4 )"

@ -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-libs/gdl/gdl-3.0.2.ebuild,v 1.2 2011/09/26 11:35:33 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.0.2.ebuild,v 1.3 2012/05/04 18:35:45 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -22,7 +22,7 @@ RDEPEND="dev-libs/glib:2
>=dev-libs/libxml2-2.4:2
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
>=sys-devel/gettext-0.17
>=dev-util/intltool-0.40.1
doc? ( >=dev-util/gtk-doc-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/dev-libs/gdl/gdl-3.2.0.ebuild,v 1.4 2012/04/29 15:19:11 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.2.0.ebuild,v 1.5 2012/05/04 18:35:45 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -21,7 +21,7 @@ RDEPEND="dev-libs/glib:2
>=dev-libs/libxml2-2.4:2
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
>=sys-devel/gettext-0.17
>=dev-util/intltool-0.40.1
doc? ( >=dev-util/gtk-doc-1.4 )"

@ -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-libs/gdome2/gdome2-0.8.1-r2.ebuild,v 1.3 2011/10/22 13:07:13 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdome2/gdome2-0.8.1-r2.ebuild,v 1.4 2012/05/04 18:35:51 jdhore Exp $
inherit eutils gnome2 autotools
@ -18,7 +18,7 @@ RDEPEND=">=dev-libs/glib-2.2.0
DEPEND="${RDEPEND}
doc? ( >=dev-util/gtk-doc-1 )
dev-util/pkgconfig"
virtual/pkgconfig"
DOCS="AUTHORS ChangeLog INSTALL MAINTAINERS NEWS README*"

@ -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/gdome2/gdome2-0.8.1-r3.ebuild,v 1.10 2012/03/18 18:33:55 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdome2/gdome2-0.8.1-r3.ebuild,v 1.11 2012/05/04 18:35:51 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/glib-2.2.0
>=dev-libs/libxml2-2.4.26"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
pkg_setup() {
G2CONF="${G2CONF} --disable-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/dev-libs/girara/girara-0.1.1.ebuild,v 1.1 2012/03/11 14:29:58 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/girara/girara-0.1.1.ebuild,v 1.2 2012/05/04 18:35:56 jdhore Exp $
EAPI=4
inherit multilib toolchain-funcs
@ -16,7 +16,7 @@ IUSE=""
RDEPEND=">=x11-libs/gtk+-2.18.6:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
pkg_setup() {
mygiraraconf=(

@ -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/girara/girara-0.1.2.ebuild,v 1.1 2012/03/30 05:44:55 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/girara/girara-0.1.2.ebuild,v 1.2 2012/05/04 18:35:56 jdhore Exp $
EAPI=4
inherit multilib toolchain-funcs
@ -16,7 +16,7 @@ IUSE=""
RDEPEND=">=x11-libs/gtk+-2.18.6:2"
DEPEND="${RDEPEND}
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/dev-libs/gjs/gjs-1.30.1.ebuild,v 1.1 2012/01/14 04:54:24 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.30.1.ebuild,v 1.2 2012/05/04 18:35:43 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -26,7 +26,7 @@ RDEPEND=">=dev-libs/glib-2.18:2
>=dev-lang/spidermonkey-1.8.5"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/pkgconfig-0.9"
virtual/pkgconfig"
pkg_setup() {
# AUTHORS, ChangeLog are empty

@ -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/gjs/gjs-1.32.0.ebuild,v 1.1 2012/03/28 01:00:26 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.32.0.ebuild,v 1.2 2012/05/04 18:35:43 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -26,7 +26,7 @@ RDEPEND=">=dev-libs/glib-2.31:2
>=dev-lang/spidermonkey-1.8.5"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/pkgconfig-0.9"
virtual/pkgconfig"
pkg_setup() {
# AUTHORS, ChangeLog are empty

@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmetadom/gmetadom-0.2.6.ebuild,v 1.8 2008/06/23 15:26:16 ken69267 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmetadom/gmetadom-0.2.6.ebuild,v 1.9 2012/05/04 18:35:48 jdhore Exp $
WANT_AUTOCONF=latest
WANT_AUTOMAKE=latest
@ -20,7 +20,7 @@ RDEPEND="dev-libs/glib
>=dev-libs/gdome2-0.8.0
>=dev-libs/libxslt-1.0.0"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
ocaml? (
>=dev-lang/ocaml-3.05
>=dev-ml/findlib-0.8

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.2.27-r1.ebuild,v 1.5 2012/04/29 14:53:58 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.2.27-r1.ebuild,v 1.6 2012/05/04 18:35:46 jdhore Exp $
EAPI="4"
GNOME_TARBALL_SUFFIX="bz2"
@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/glib-2:2
dev-lang/mono
>=dev-dotnet/gtk-sharp-2.4.0:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
dev-util/gtk-doc-am
doc? (
>=dev-util/gtk-doc-1.0

@ -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-libs/gmime/gmime-2.2.27.ebuild,v 1.9 2011/10/05 16:53:02 xarthisius Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.2.27.ebuild,v 1.10 2012/05/04 18:35:46 jdhore Exp $
EAPI="4"
GNOME_TARBALL_SUFFIX="bz2"
@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/glib-2:2
dev-lang/mono
>=dev-dotnet/gtk-sharp-2.4.0:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
dev-util/gtk-doc-am
doc? (
>=dev-util/gtk-doc-1.0

@ -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.28.ebuild,v 1.8 2012/03/25 15:39:09 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.4.28.ebuild,v 1.9 2012/05/04 18:35:46 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -22,7 +22,7 @@ RDEPEND=">=dev-libs/glib-2.12:2
dev-lang/mono
>=dev-dotnet/glib-sharp-2.4.0:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
doc? (
>=dev-util/gtk-doc-1.8
app-text/docbook-sgml-utils )

@ -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.6 2012/04/29 15:25:03 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.4.32.ebuild,v 1.7 2012/05/04 18:35:46 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -22,7 +22,7 @@ RDEPEND=">=dev-libs/glib-2.12:2
dev-lang/mono
>=dev-dotnet/glib-sharp-2.4.0:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
doc? (
>=dev-util/gtk-doc-1.8
app-text/docbook-sgml-utils )

@ -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.1.ebuild,v 1.8 2012/03/25 15:40:41 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.6.1.ebuild,v 1.9 2012/05/04 18:35:46 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/glib-2.18.0:2
dev-lang/mono
>=dev-dotnet/glib-sharp-2.4.0:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
doc? (
>=dev-util/gtk-doc-1.8
app-text/docbook-sgml-utils )

@ -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.6 2012/04/29 15:24:03 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.6.7.ebuild,v 1.7 2012/05/04 18:35:46 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/glib-2.18.0:2
dev-lang/mono
>=dev-dotnet/glib-sharp-2.4.0:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
doc? (
>=dev-util/gtk-doc-1.8
app-text/docbook-sgml-utils )

@ -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.9.ebuild,v 1.1 2012/04/23 10:37:36 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.6.9.ebuild,v 1.2 2012/05/04 18:35:46 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/glib-2.18.0:2
dev-lang/mono
>=dev-dotnet/glib-sharp-2.4.0:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
doc? (
>=dev-util/gtk-doc-1.8
app-text/docbook-sgml-utils )

@ -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/gobject-introspection/gobject-introspection-0.10.8.ebuild,v 1.18 2012/02/07 21:00:27 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-0.10.8.ebuild,v 1.19 2012/05/04 18:35:49 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
@ -20,7 +20,7 @@ IUSE="doc test"
RDEPEND=">=dev-libs/glib-2.24:2
virtual/libffi"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/bison
sys-devel/flex
virtual/yacc

@ -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/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild,v 1.8 2012/02/07 21:00:27 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r1.ebuild,v 1.9 2012/05/04 18:35:49 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -22,7 +22,7 @@ IUSE="doc test"
RDEPEND=">=dev-libs/glib-2.29.7:2
virtual/libffi"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/flex
virtual/yacc
doc? ( >=dev-util/gtk-doc-1.15 )

@ -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/gobject-introspection/gobject-introspection-1.30.0-r2.ebuild,v 1.10 2012/03/25 15:42:13 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0-r2.ebuild,v 1.11 2012/05/04 18:35:49 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -22,7 +22,7 @@ IUSE="doc test"
RDEPEND=">=dev-libs/glib-2.29.7:2
virtual/libffi"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/flex
virtual/yacc
doc? ( >=dev-util/gtk-doc-1.15 )"

@ -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/gobject-introspection/gobject-introspection-1.32.0.ebuild,v 1.2 2012/04/16 11:16:25 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.32.0.ebuild,v 1.3 2012/05/04 18:35:49 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/gobject-introspection-common-${PV}
virtual/libffi"
# Wants real bison, not virtual/yacc
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/bison
sys-devel/flex
doc? ( >=dev-util/gtk-doc-1.15 )"

@ -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/gobject-introspection/gobject-introspection-1.32.1.ebuild,v 1.2 2012/04/26 22:41:08 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild,v 1.3 2012/05/04 18:35:49 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/gobject-introspection-common-${PV}
virtual/libffi"
# Wants real bison, not virtual/yacc
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/bison
sys-devel/flex
doc? ( >=dev-util/gtk-doc-1.15 )"

@ -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/granite/granite-0.1.0.ebuild,v 1.1 2012/04/15 14:48:46 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/granite/granite-0.1.0.ebuild,v 1.2 2012/05/04 18:35:49 jdhore Exp $
EAPI=4
inherit cmake-utils multilib
@ -22,7 +22,7 @@ RDEPEND=">=dev-libs/glib-2
x11-libs/gtk+:3"
DEPEND="${RDEPEND}
dev-lang/vala:${MY_vala_version}
dev-util/pkgconfig
virtual/pkgconfig
sys-devel/gettext"
DOCS=( AUTHORS )

@ -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-libs/guiloader-c++/guiloader-c++-2.15.0.ebuild,v 1.5 2011/03/29 07:22:49 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader-c++/guiloader-c++-2.15.0.ebuild,v 1.6 2012/05/04 18:35:47 jdhore Exp $
EAPI="2"
@ -18,7 +18,7 @@ RDEPEND=">=dev-cpp/gtkmm-2.14.3:2.4
>=dev-libs/guiloader-2.15"
DEPEND="${RDEPEND}
dev-libs/boost
dev-util/pkgconfig
virtual/pkgconfig
nls? ( >=sys-devel/gettext-0.17 )"
src_install() {

@ -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-libs/guiloader-c++/guiloader-c++-2.17.1.ebuild,v 1.2 2011/03/29 07:22:49 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader-c++/guiloader-c++-2.17.1.ebuild,v 1.3 2012/05/04 18:35:47 jdhore Exp $
EAPI="3"
@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/guiloader-2.17
>=dev-cpp/glibmm-2.22:2"
DEPEND="${RDEPEND}
dev-libs/boost
dev-util/pkgconfig
virtual/pkgconfig
nls? ( >=sys-devel/gettext-0.17 )"
for x in ${LANGS}; do

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader-c++/guiloader-c++-2.19.0.ebuild,v 1.2 2011/03/29 07:22:49 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader-c++/guiloader-c++-2.19.0.ebuild,v 1.3 2012/05/04 18:35:47 jdhore Exp $
EAPI="3"
@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/guiloader-2.19
>=dev-cpp/glibmm-2.24:2"
DEPEND="${RDEPEND}
dev-libs/boost
dev-util/pkgconfig
virtual/pkgconfig
nls? ( >=sys-devel/gettext-0.18 )"
for x in ${LANGS}; do

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild,v 1.3 2011/07/26 21:16:02 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader-c++/guiloader-c++-2.21.0.ebuild,v 1.4 2012/05/04 18:35:47 jdhore Exp $
EAPI="3"
@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/guiloader-2.21
>=dev-cpp/glibmm-2.24:2"
DEPEND="${RDEPEND}
dev-libs/boost
dev-util/pkgconfig
virtual/pkgconfig
nls? ( >=sys-devel/gettext-0.18 )"
for x in ${LANGS}; do

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader-c++/guiloader-c++-2.99.0.ebuild,v 1.1 2011/07/23 12:35:16 pva Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader-c++/guiloader-c++-2.99.0.ebuild,v 1.2 2012/05/04 18:35:47 jdhore Exp $
EAPI="4"
@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/guiloader-2.99
>=dev-cpp/glibmm-2.28:2"
DEPEND="${RDEPEND}
dev-libs/boost
dev-util/pkgconfig
virtual/pkgconfig
nls? ( >=sys-devel/gettext-0.18 )"
for x in ${LANGS}; do

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader/guiloader-2.15.0.ebuild,v 1.5 2011/03/29 12:15:49 angelos Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader/guiloader-2.15.0.ebuild,v 1.6 2012/05/04 18:35:45 jdhore Exp $
EAPI=1
@ -17,7 +17,7 @@ RDEPEND=">=x11-libs/gtk+-2.14.0:2
>=dev-libs/glib-2.18.0:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
nls? ( >=sys-devel/gettext-0.17 )"
src_install() {

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader/guiloader-2.17.1.ebuild,v 1.1 2010/06/01 09:48:04 pva Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader/guiloader-2.17.1.ebuild,v 1.2 2012/05/04 18:35:45 jdhore Exp $
EAPI="3"
@ -19,7 +19,7 @@ RDEPEND=">=x11-libs/gtk+-2.18:2
>=dev-libs/glib-2.22:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
nls? ( >=sys-devel/gettext-0.17 )"
for x in ${LANGS}; do

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader/guiloader-2.19.0.ebuild,v 1.1 2010/08/05 06:45:56 pva Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader/guiloader-2.19.0.ebuild,v 1.2 2012/05/04 18:35:45 jdhore Exp $
EAPI="3"
@ -19,7 +19,7 @@ RDEPEND=">=x11-libs/gtk+-2.20:2
>=dev-libs/glib-2.24:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
nls? ( >=sys-devel/gettext-0.18 )"
for x in ${LANGS}; do

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader/guiloader-2.21.0.ebuild,v 1.2 2011/07/26 21:15:22 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader/guiloader-2.21.0.ebuild,v 1.3 2012/05/04 18:35:45 jdhore Exp $
EAPI="3"
@ -19,7 +19,7 @@ RDEPEND=">=x11-libs/gtk+-2.22:2
>=dev-libs/glib-2.26:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
nls? ( >=sys-devel/gettext-0.18 )"
for x in ${LANGS}; do

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader/guiloader-2.99.0.ebuild,v 1.1 2011/07/23 12:33:59 pva Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/guiloader/guiloader-2.99.0.ebuild,v 1.2 2012/05/04 18:35:45 jdhore Exp $
EAPI="4"
@ -19,7 +19,7 @@ RDEPEND="x11-libs/gtk+:3
>=dev-libs/glib-2.28:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
nls? ( >=sys-devel/gettext-0.18 )"
for x in ${LANGS}; do

@ -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/dev-libs/iksemel/iksemel-1.3.ebuild,v 1.7 2009/05/30 21:41:11 arfrever Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/iksemel/iksemel-1.3.ebuild,v 1.8 2012/05/04 18:35:47 jdhore Exp $
EAPI="2"
@ -17,7 +17,7 @@ IUSE="gnutls"
RDEPEND="gnutls? ( net-libs/gnutls )"
DEPEND="${RDEPEND}
gnutls? ( dev-util/pkgconfig )"
gnutls? ( virtual/pkgconfig )"
# http://code.google.com/p/iksemel/issues/detail?id=4
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/dev-libs/iksemel/iksemel-1.4.ebuild,v 1.4 2011/12/02 22:06:55 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/iksemel/iksemel-1.4.ebuild,v 1.5 2012/05/04 18:35:47 jdhore Exp $
EAPI="2"
@ -17,7 +17,7 @@ IUSE="ssl"
RDEPEND="ssl? ( net-libs/gnutls )"
DEPEND="${RDEPEND}
ssl? ( dev-util/pkgconfig )"
ssl? ( virtual/pkgconfig )"
src_prepare() {
epatch "${FILESDIR}/${PN}-1.3-gnutls-2.8.patch"

@ -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-libs/json-glib/json-glib-0.12.6.ebuild,v 1.8 2011/10/30 15:03:16 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.6.ebuild,v 1.9 2012/05/04 18:35:54 jdhore Exp $
EAPI=4
GCONF_DEBUG=yes
@ -18,7 +18,7 @@ IUSE="doc +introspection"
RDEPEND=">=dev-libs/glib-2.16:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
doc? ( >=dev-util/gtk-doc-1.13 )
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.14.2.ebuild,v 1.7 2012/04/24 13:01:11 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.14.2.ebuild,v 1.8 2012/05/04 18:35:54 jdhore Exp $
EAPI=4
GCONF_DEBUG=yes
@ -18,7 +18,7 @@ IUSE="doc +introspection"
RDEPEND=">=dev-libs/glib-2.26:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
>=sys-devel/gettext-0.18
doc? ( >=dev-util/gtk-doc-1.13 )
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"

@ -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-libs/keybinder/keybinder-0.2.2.ebuild,v 1.4 2011/10/23 22:17:57 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/keybinder/keybinder-0.2.2.ebuild,v 1.5 2012/05/04 18:35:55 jdhore Exp $
EAPI=3
@ -25,7 +25,7 @@ RDEPEND=">=x11-libs/gtk+-2.20:2
python? ( >=dev-python/pygobject-2.15.3:2
>=dev-python/pygtk-2.12 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
pkg_setup() {
if use python; then

@ -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-libs/libIDL/libIDL-0.8.14.ebuild,v 1.9 2011/08/14 07:25:13 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libIDL/libIDL-0.8.14.ebuild,v 1.10 2012/05/04 18:35:48 jdhore Exp $
GNOME2_LA_PUNT="yes"
@ -18,7 +18,7 @@ RDEPEND=">=dev-libs/glib-2.4"
DEPEND="${RDEPEND}
sys-devel/flex
virtual/yacc
dev-util/pkgconfig"
virtual/pkgconfig"
DOCS="AUTHORS BUGS ChangeLog HACKING MAINTAINERS NEWS README"
G2CONF="--disable-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/dev-libs/libappindicator/libappindicator-0.4.1-r201.ebuild,v 1.5 2012/01/25 14:59:44 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libappindicator/libappindicator-0.4.1-r201.ebuild,v 1.6 2012/05/04 18:35:54 jdhore Exp $
EAPI=4
@ -31,7 +31,7 @@ RDEPEND="dev-libs/dbus-glib
DEPEND="${RDEPEND}
dev-lang/vala:${PN_vala_version}[vapigen]
dev-util/gtk-doc-am
dev-util/pkgconfig"
virtual/pkgconfig"
pkg_setup() {
python_set_active_version 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-libs/libappindicator/libappindicator-0.4.1-r300.ebuild,v 1.2 2011/11/28 16:49:48 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libappindicator/libappindicator-0.4.1-r300.ebuild,v 1.3 2012/05/04 18:35:54 jdhore Exp $
EAPI=4
inherit autotools eutils
@ -26,7 +26,7 @@ RDEPEND="dev-libs/dbus-glib
DEPEND="${RDEPEND}
dev-lang/vala:${PN_vala_version}[vapigen]
dev-util/gtk-doc-am
dev-util/pkgconfig"
virtual/pkgconfig"
src_prepare() {
epatch \

@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.1.ebuild,v 1.7 2007/06/25 17:15:24 peper Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.1.ebuild,v 1.8 2012/05/04 18:35:52 jdhore Exp $
DESCRIPTION="use xml files as resource databases"
HOMEPAGE="http://ofset.sourceforge.net/"
@ -17,7 +17,7 @@ RDEPEND="=dev-libs/glib-2*
sys-apps/texinfo
app-text/texi2html"
DEPEND="dev-util/pkgconfig
DEPEND="virtual/pkgconfig
${RDEPEND}"
src_install() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.2.1.ebuild,v 1.6 2012/02/16 18:03:31 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.2.1.ebuild,v 1.7 2012/05/04 18:35:52 jdhore Exp $
DESCRIPTION="use xml files as resource databases"
HOMEPAGE="http://ofset.sourceforge.net/"
@ -17,7 +17,7 @@ RDEPEND="=dev-libs/glib-2*
sys-apps/texinfo
app-text/texi2html"
DEPEND="dev-util/pkgconfig
DEPEND="virtual/pkgconfig
${RDEPEND}"
src_install() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.8 2012/01/10 22:19:23 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.9 2012/05/04 18:35:56 jdhore Exp $
EAPI=4
@ -15,7 +15,7 @@ IUSE="static-libs"
RDEPEND=">=sys-fs/udev-143"
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/dev-libs/libburn/libburn-1.0.0.ebuild,v 1.7 2011/03/23 20:28:53 xarthisius Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-1.0.0.ebuild,v 1.8 2012/05/04 18:35:46 jdhore Exp $
EAPI=2
@ -21,7 +21,7 @@ IUSE="debug track-src-odirect"
RDEPEND=""
#RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )"
DEPEND="dev-util/pkgconfig"
DEPEND="virtual/pkgconfig"
S=${WORKDIR}/${P%_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/dev-libs/libburn/libburn-1.1.8.ebuild,v 1.5 2012/03/13 15:03:34 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-1.1.8.ebuild,v 1.6 2012/05/04 18:35:46 jdhore Exp $
EAPI=4
@ -17,7 +17,7 @@ IUSE="debug static-libs track-src-odirect"
RDEPEND=""
#RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )"
DEPEND="dev-util/pkgconfig"
DEPEND="virtual/pkgconfig"
src_configure() {
econf \

@ -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/libburn/libburn-1.2.0.ebuild,v 1.2 2012/03/10 08:05:22 billie Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-1.2.0.ebuild,v 1.3 2012/05/04 18:35:46 jdhore Exp $
EAPI=4
@ -15,7 +15,7 @@ IUSE="cdio debug static-libs track-src-odirect"
RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )"
DEPEND="$RDEPEND
dev-util/pkgconfig"
virtual/pkgconfig"
src_configure() {
econf \

@ -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/libburn/libburn-1.2.2.ebuild,v 1.2 2012/05/01 18:34:16 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-1.2.2.ebuild,v 1.3 2012/05/04 18:35:46 jdhore Exp $
EAPI=4
@ -15,7 +15,7 @@ IUSE="cdio debug static-libs track-src-odirect"
RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )"
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/dev-libs/libcdio/libcdio-0.82.ebuild,v 1.7 2011/07/09 08:53:59 xarthisius Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.82.ebuild,v 1.8 2012/05/04 18:35:49 jdhore Exp $
EAPI=2
@ -19,7 +19,7 @@ RDEPEND="cddb? ( >=media-libs/libcddb-1.0.1 )
virtual/libintl"
DEPEND="${RDEPEND}
sys-devel/gettext
dev-util/pkgconfig"
virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${PN}-0.80-automagic-cddb.patch

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.83.ebuild,v 1.12 2012/03/25 14:47:01 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.83.ebuild,v 1.13 2012/05/04 18:35:49 jdhore Exp $
EAPI=4
@ -20,7 +20,7 @@ RDEPEND="cddb? ( >=media-libs/libcddb-1.0.1 )
virtual/libintl"
DEPEND="${RDEPEND}
sys-devel/gettext
dev-util/pkgconfig"
virtual/pkgconfig"
AUTOTOOLS_IN_SOURCE_BUILD=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/dev-libs/libcec/libcec-1.5.2.ebuild,v 1.2 2012/04/01 22:04:23 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/libcec-1.5.2.ebuild,v 1.3 2012/05/04 18:35:50 jdhore Exp $
EAPI="4"
@ -17,7 +17,7 @@ IUSE="static-libs"
RDEPEND=">=sys-fs/udev-151"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
CONFIG_CHECK="~USB_ACM"

@ -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/libcec/libcec-1.6.1.ebuild,v 1.1 2012/04/19 18:49:14 thev00d00 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcec/libcec-1.6.1.ebuild,v 1.2 2012/05/04 18:35:50 jdhore Exp $
EAPI="4"
@ -17,7 +17,7 @@ IUSE="static-libs"
RDEPEND=">=sys-fs/udev-151"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
virtual/pkgconfig"
CONFIG_CHECK="~USB_ACM"

@ -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-libs/libchewing/libchewing-0.3.2-r1.ebuild,v 1.2 2011/01/19 15:41:31 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libchewing/libchewing-0.3.2-r1.ebuild,v 1.3 2012/05/04 18:35:47 jdhore Exp $
EAPI=2
@ -17,7 +17,7 @@ IUSE="debug test static-libs"
RDEPEND=""
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
test? (
sys-libs/ncurses[unicode]
>=dev-libs/check-0.9.4

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libchewing/libchewing-0.3.2.ebuild,v 1.4 2010/04/16 18:21:46 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libchewing/libchewing-0.3.2.ebuild,v 1.5 2012/05/04 18:35:47 jdhore Exp $
inherit multilib
@ -15,7 +15,7 @@ IUSE="debug test"
RDEPEND="sys-libs/ncurses"
DEPEND="${RDEPEND}
dev-util/pkgconfig
virtual/pkgconfig
test? ( >=dev-libs/check-0.9.4 )"
src_compile() {

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

Loading…
Cancel
Save