Sync with portage [Wed May 1 14:15:03 MSK 2013].

mhiretskiy
root 11 years ago
parent 6d56b7e11e
commit 633a67113a

@ -1,3 +1,3 @@
DIST tmpwatch-2.10.1.tar.bz2 140103 SHA256 d0fc8e76f32a7e596ef0e3db5a429f007a94e356a63ea342a130022e6295b446
DIST tmpwatch-2.10.3.tar.bz2 144136 SHA256 d3cdb21870d1d8c9ca6e82f295c228a0cb55f1744cfa98ee59da0151f5f53f75
DIST tmpwatch-2.11.tar.bz2 145609 SHA256 93168112b2515bc4c7117e8113b8d91e06b79550d2194d62a0c174fe6c2aa8d4
DIST tmpwatch-2.10.1.tar.bz2 140103 SHA256 d0fc8e76f32a7e596ef0e3db5a429f007a94e356a63ea342a130022e6295b446 SHA512 8e7bdb48a900058a31dac55f7590b0d6f280d06e511b015afb94a02a467f9b985497b458bac6ca7a48e57f0b728a497de814847af0bcdd7d7dc9762ae4c85063 WHIRLPOOL b472a95a9c772834b04b25b31a5f8c2f08ad7a350a7787c992381b9ea5f3fa22a2b98d283452333b7ae6be1612ef231b901a0e04e6caa38e42bd904a40f03ec8
DIST tmpwatch-2.10.3.tar.bz2 144136 SHA256 d3cdb21870d1d8c9ca6e82f295c228a0cb55f1744cfa98ee59da0151f5f53f75 SHA512 31f92c6d2cb73683a3b5c04a09a2bb19a352b091d984ebe962ae63f41bc78607b6616f8bb4f54ff1f56c6255c0240b57cd9871efbfba8e27e19bee451750caab WHIRLPOOL 8ebe7b0d99d57bfc04a940943fc4a01aa167462be1b4428af0c54da1f4459cc10c47abc4612ac1ba84b8992a3e3a536b80da0fd47f87c7ecc321e196965fe9ad
DIST tmpwatch-2.11.tar.bz2 145609 SHA256 93168112b2515bc4c7117e8113b8d91e06b79550d2194d62a0c174fe6c2aa8d4 SHA512 9242c5e1812c2ffc756cfc4cdc3023d0c0515e7c180e58ca3a838aa075d09fe4dc08dbc9afbc87ce3382e8aa8cb80a70e406deeab4ce10b39b6845d667989d97 WHIRLPOOL 94d83c4a2b1c1a19ab88632c61de37903b709bc7fa88aff9f8ac4f4b71a26b8e6fbcb1564b3bce08ed5d1d0a78511c3470978a13211356f5fdf10b4d40f2de1c

@ -1,6 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.11.ebuild,v 1.2 2012/11/27 19:06:27 swift Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.11.ebuild,v 1.3 2013/04/30 19:37:00 fauli Exp $
EAPI=5
inherit toolchain-funcs
DESCRIPTION="Files which haven't been accessed in a given period of time are removed from specified directories"
HOMEPAGE="https://fedorahosted.org/tmpwatch/"
@ -14,6 +18,10 @@ IUSE="selinux"
RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )"
DEPEND="${RDEPEND}"
src_compile() {
emake AR="$(tc-getAR)"
}
src_install() {
dosbin tmpwatch || die
doman tmpwatch.8 || die

@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/nvidiabl/nvidiabl-0.81.ebuild,v 1.2 2013/04/25 18:36:57 angelos Exp $
# $Header: /var/cvsroot/gentoo-x86/app-laptop/nvidiabl/nvidiabl-0.81.ebuild,v 1.3 2013/04/30 13:24:03 vincent Exp $
EAPI=4
EAPI=5
inherit linux-mod
DESCRIPTION="Linux driver for setting the backlight brightness on laptops using
@ -12,7 +12,7 @@ SRC_URI="https://github.com/guillaumezin/${PN}/archive/v${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
@ -33,5 +33,6 @@ Note that you cannot use FB_NVIDIA with nvidia's proprietary driver"
src_compile() {
BUILD_PARAMS="KVER=${KV_FULL}"
MAKEOPTS+=" V=1"
linux-mod_src_compile
}

@ -0,0 +1,19 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild,v 1.1 2013/05/01 08:09:22 pinkbyte Exp $
EAPI="5"
inherit leechcraft
DESCRIPTION="Notifier about new mail in a GMail inbox for LeechCraft"
SLOT="0"
KEYWORDS=""
IUSE="debug notify quark"
DEPEND="~app-leechcraft/lc-core-${PV}
dev-qt/qtdeclarative:4"
RDEPEND="${DEPEND}
quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} )
notify? ( ~virtual/leechcraft-notifier-${PV} )"

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>leechcraft</herd>
<use>
<flag name="quark">Pull in a plugin to show GMail Notifier's quark</flag>
<flag name="notify">Pull in a plugin to show notifications from GMail Notiifer</flag>
</use>
</pkgmetadata>

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

@ -1,8 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/tomboy-1.12.2.ebuild,v 1.1 2012/12/24 13:15:38 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/tomboy-1.12.2.ebuild,v 1.2 2013/04/30 12:12:55 jlec Exp $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
@ -44,6 +45,11 @@ src_prepare() {
# Force gmime-2.6 usage, upstream bug #686510
epatch "${FILESDIR}/${PN}-1.12.1-force-gmime26.patch"
sed \
-e "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" \
-i configure.in || die
eautoreconf
gnome2_src_prepare
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.19.ebuild,v 1.1 2013/03/28 13:41:15 grozin Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.19.ebuild,v 1.2 2013/05/01 05:08:23 grozin Exp $
EAPI=4
@ -10,10 +10,7 @@ MY_P=${P/tex/TeX}-src
DESCRIPTION="Wysiwyg text processor with high-quality maths"
HOMEPAGE="http://www.texmacs.org/"
# Due to some changes at ftp.texmacs.org, files can no longer be fetched by wget,
# only by wget --no-passive-ftp
#SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
SRC_URI="http://dev.gentoo.org/~grozin/${MY_P}.tar.gz"
SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"

@ -1,2 +1,2 @@
DIST liblangtag-0.4.0.tar.bz2 613182 SHA256 cbb71d5d1af345c3bd9ceebbc78ddfbe70e3747c3cf95532a4fdef2abb034bae SHA512 d04f188d8cad68504d322bb9461f1be564ae831735afbde4b9f7a7b09819ba20b2e9a72f68e7660e69d8b80d33ea2beb4bfcbb6f521d58c06b2c2182fd7928c8 WHIRLPOOL 420c39e7c6ff7b12f071538338611430b9edb4322c3cf9fe2df2276bbd6a7aaa288958a01316cf885edd285e38fea59fd1ce2c8dbed9d78694dab37606e0abe5
DIST liblangtag-0.5.0.tar.bz2 651956 SHA256 7f0b68c8baca468a4b47709e8c58d0b3693616b28918f620fe6541ee12e4e315 SHA512 128be60fd7cfdc29f2e91d4cf3f8e4aee213afd13efa7bb67cc7d7a5b7d806dfc66ce4729791af3261f948fb7e9b2eb48ab666b7bb3aba0745ed71dd20ff1036 WHIRLPOOL 4d2c35de63441336fa2f0e1571e8133b3fe2380cafb3f6a7ea3678cc8815fb8e27aa274990b52b054a13450e3ce6de82baba943cd3294f82fe883ee591bf32b6
DIST liblangtag-0.5.1.tar.bz2 651785 SHA256 c3dd456762cd0b5fd1687f066c4bdf253d70b14729851b9cd05936a1cb46923b SHA512 006ed5b8621bfc4330589eeba8581dd2214a29c985f782b0c123012105ac6ea447f1d7593daec86b0126daf7929e6845208c633c63df67beca2d6201a6961bbf WHIRLPOOL 80f48834b00ba7732f07a7e88ae092a3f0f0168c3de176ad0544e130b8e0c3991a169ed4d502cdc9aff0af1fe3df43ac961d4c8517b9240b9934ea901c0626e5

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.5.0.ebuild,v 1.1 2013/04/27 08:07:41 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.5.1.ebuild,v 1.1 2013/04/30 16:02:07 scarabeus Exp $
EAPI=5

@ -0,0 +1,25 @@
From ae2821f664b0615779638cdd1eca414e500e7f92 Mon Sep 17 00:00:00 2001
From: "Andreas K. Huettel (dilfridge)" <dilfridge@gentoo.org>
Date: Tue, 30 Apr 2013 22:29:32 +0200
Subject: [PATCH] replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS
---
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.in b/configure.in
index 52a07df..ba827c7 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(configure.in)
AM_INIT_AUTOMAKE(xournal, 0.4.7)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AM_MAINTAINER_MODE
AC_ISC_POSIX
--
1.8.2.1

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.7.ebuild,v 1.5 2013/03/17 12:25:53 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.7.ebuild,v 1.6 2013/04/30 20:35:56 dilfridge Exp $
EAPI=5
@ -58,6 +58,7 @@ src_prepare() {
if ! use vanilla; then
sed -e "s:n http:n Gentoo release ${PVR}\\\\n http:" -i "${S}"/src/xo-interface.c
fi
epatch "${FILESDIR}/${PN}-0.4.7-am113.patch"
eautoreconf
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-9999.ebuild,v 1.4 2013/03/17 12:25:53 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-9999.ebuild,v 1.5 2013/04/30 20:35:56 dilfridge Exp $
EAPI=5
@ -58,6 +58,7 @@ src_prepare() {
if ! use vanilla; then
sed -e "s:n http:n Gentoo release ${PVR}\\\\n http:" -i "${S}"/src/xo-interface.c
fi
epatch "${FILESDIR}/${PN}-0.4.7-am113.patch"
eautoreconf
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-init-scripts/mysql-init-scripts-2.0_pre1-r3.ebuild,v 1.3 2013/04/30 01:03:45 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-init-scripts/mysql-init-scripts-2.0_pre1-r3.ebuild,v 1.5 2013/04/30 12:32:15 ago Exp $
DESCRIPTION="Gentoo MySQL init scripts."
HOMEPAGE="http://www.gentoo.org/"
@ -8,7 +8,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""
DEPEND=""

@ -10,9 +10,9 @@ DIST Python-3.3.1.tar.xz 11852964 SHA256 f8a7f0117c9a8263a52991cb86a55082888850b
DIST python-gentoo-patches-2.5.4-r3.tar.bz2 19473 SHA256 03f5bdb0a4ac8eb498a90c5cd444a5c76ed7e79bff5e8dca00efe77cf80c6391 SHA512 8100bf894e1fae03888a3e66fa74147fdd65912200e0324c3ae4164b88e589aa2756f2d331eed8a0342695b64594c33be7c67633fa390c1993e1dd5196b14a37 WHIRLPOOL 910c225736065263ad01c07a16ee10fe1671a227f62df060d5ee93cb76b983aed5c019e3beb51210e1fddcfc4d8b74d7623ec608e4505ebb9c7124f63dcdbd78
DIST python-gentoo-patches-2.6.8-0.tar.bz2 17608 SHA256 277dbeb19107d3244e58aee98f130ce98d03775e7d4074ff9e1577125c999c06 SHA512 2a988a81db888ce56e07d4591ab37b641e51f73f85c087ac0505dc2b703b1dd450ed36b2533e5e562935d2f5e17d581fbbcfd0b0dc4bee69c882f3442da29632 WHIRLPOOL 8ae0f01e1218ed758b9dfca9b4de6a9115c09db665a2831f9af7b8e3f9aa178c10d129104273b551b8a26e9ba575e3f8d3256d7622506a69d496935ce9d87685
DIST python-gentoo-patches-2.7.3-1.tar.bz2 13858 SHA256 51f6981ba02064998dfb020725c33233641b3743c4f5cf04091657313a49b8fd SHA512 afccc52ed695d3c99cb20a36d1673c0f5d9abe5e69ed42024a1cc27bb68feeafaff796b8e4e88c7264e5766aadef98d19cf548112e235848d0ca2fa271dc16c7 WHIRLPOOL b8c4e83354f913eb50b9c91ad558a4cc042a395fd4bd7227cc2e5e6ede8962eb699d44ec3b3a05b47ea658fce2e90b2d0e035282d9737d602f313bad1a7d314a
DIST python-gentoo-patches-2.7.4-1.tar.xz 12972 SHA256 dfde82c6cc3248ebf5c0731c3f694c017e09e5e40b7a541a9b23dd5e2dd4c292 SHA512 466ac46731c3f72d0187f097ae132cf80b02a6bd988ebc477dfb515dce1d33e6e4d7b0e7bb042e1a9bc6a78494717abc0c77d599ceb00bbd31111182c7912035 WHIRLPOOL 41ba491f8909ce4c9d4dfd872b6edb87c9847d73517306b86ea82f50bab12ce18f9137ae65ad94eb93b47003b19b8eb31d4247d563e93d29f43119f08e3114de
DIST python-gentoo-patches-2.7.4-2.tar.xz 13944 SHA256 26268be3d79ae9a4669035f8bdba26b044a2b6e5b5a3177e4e32d0bf114dadbf SHA512 0d2eab1f7a62b55d0746ad7bc92df366a3eff453182deb99cd37acaa7e0a006bb530ce2eb64839dfc4bddee37d6b8b64fdad06949147c33f04c43226ea79a2f6 WHIRLPOOL bfcb2b28402a1223878aff5ef550945e169e43c8fab56073c99f96dec1c9c55af2a78877036c2fee1200c1c61b2f4c89b2a2abb51e4c601ac7df08e33d77bc94
DIST python-gentoo-patches-3.1.5-0.tar.bz2 16939 SHA256 ceacc96a370dfaa232d0a62336af37b809dd7d55adacf5f8befe17e2f72981ff SHA512 c9bd442bf8f69ea5ddd28e732a3912b629e3d392fe58d478acef291332f7f35358c6864132d1c32de3e640c0a6b26305db3de81829e38743603cc43a3b8ae6f8 WHIRLPOOL e5ff0ef4e8cab2df9067f0d26e799bbb89a3a4a46f7d4001412d979457ddd96a6698a1d345f852bf591175a268a8322e0cb22bb396cbcf65028b4960d71c0a7f
DIST python-gentoo-patches-3.2.3-0.tar.bz2 14265 SHA256 2ad8829aa6594edc405afd0ed148a2b4b608d7c6f09ea90bfb90d87580a4784b SHA512 1ea0c8711ec5952a8c0bafeaceec0d8f8821123fe4f622626b57c6e0b1065c349885537b933a4ef22c29e6c8f6c44f44dec587892a2b13dbfe92ec342f16197d WHIRLPOOL b6f6a4d8e7dcafbf944266d1b5744c71568ddb0c21c5b54c5e041ef8bfd5e1fc5a1e68fa3083d8a466182022a07ebe88d536a4742a5fe0443e5d73d5d4bc64ed
DIST python-gentoo-patches-3.2.4-0.tar.xz 11596 SHA256 4be2faf5bf80f0bed0d3f6380355f7edc1a2a2789ab25d5838c454c2368d39d0 SHA512 00c0b0bfb371e8d5e2d0d33bf714ad135ea82b4bb536f038f087f9edd5cf5cef67df6b65fcdd1a43ecc5598a5ec66cb94594cabcb01a9ecc059194986d3944e4 WHIRLPOOL 6d120d78f226ab49837e652476735516c267daa03e3b070d3fc31004ded886d7ed4cd4ffe9ba597443679ba2d518f7fbad5656529a7f248b98335602cf5b5b4a
DIST python-gentoo-patches-3.2.4-1.tar.xz 13972 SHA256 bf15d5e16a594388dfe2c76e16bc746a6cde1394193381297e6e0bb1657048b4 SHA512 8367b86fa3aea8d21734d03f8fa4ae423862d5a3156f4f5083f0a70d69f5ede751a430b0a6a35bff7e55009dde144acca1bd5e2749183f51b72f85635919d7dc WHIRLPOOL 9011c0d944ea94af18f406ec8534d784487a6a004990d9c7d0511d6f58d7737f2475162be97f217e611f2ed0f091a04cdbe057bdc7c3b00b479dc9d9eaf4bc7e
DIST python-gentoo-patches-3.3.0-1.tar.bz2 11974 SHA256 bb2d066277a3802e6ea18eebddf42134b44cda25b5201b755628d497be28c488 SHA512 e0522c7924e8cf5af3ea42727d277e44691cc11926c77b8fdcdb21687a9ff1b2fa953bfc1b3cd8d3a01c8dea757735b1aadb3b7e0c804068763052316f7e7858 WHIRLPOOL 091b3c2b87e27a68ddba2e2076a20c25aaedc84055c1d336d93ccdc609cd06ab2eea8b17a34008d5eb27e8d9e5677dca8756aa4f06a6cb95329de912e9c06005
DIST python-gentoo-patches-3.3.1-3.tar.bz2 13058 SHA256 69cb3e3ecc9a695aceac0760de6960185a7f189d0498f6897b70f02649151dcf SHA512 b6e460710c7677bb59afd015fe5e2cdaf0d657d95001e94d3030a9711b50575f2e90651563897be0bf072e2d19f3368462db66a439eeeb345f91228503e46b3d WHIRLPOOL 84447222233e2385be09de22eb2582b106bfdf6edad3d8788a33a29630152a6c9e642a1449558935889641a4d031ea32911c3c0e11da8279d0433231b03ec5aa

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.4.ebuild,v 1.5 2013/04/27 16:53:55 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.4.ebuild,v 1.6 2013/05/01 02:16:37 floppym Exp $
EAPI="4"
WANT_AUTOMAKE="none"
@ -9,12 +9,12 @@ WANT_LIBTOOL="none"
inherit autotools eutils flag-o-matic multilib pax-utils python-utils-r1 toolchain-funcs multiprocessing
MY_P="Python-${PV}"
PATCHSET_REVISION="1"
PATCHSET_REVISION="2"
DESCRIPTION="An interpreted, interactive, object-oriented programming language"
HOMEPAGE="http://www.python.org/"
SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
mirror://bitbucket/gentoo/cpython/downloads/python-gentoo-patches-${PV}-${PATCHSET_REVISION}.tar.xz"
mirror://gentoo/python-gentoo-patches-${PV}-${PATCHSET_REVISION}.tar.xz"
LICENSE="PSF-2"
SLOT="2.7"
@ -240,7 +240,7 @@ src_compile() {
) \
PTHON_DISABLE_SSL="1" \
SYSROOT= \
emake || die "cross-make failed"
emake
# See comment in src_configure about these.
ln python ../${CHOST}/hostpython || die
ln Parser/pgen ../${CHOST}/Parser/hostpgen || die
@ -296,12 +296,12 @@ src_install() {
local libdir=${ED}/usr/$(get_libdir)/python${SLOT}
cd "${WORKDIR}"/${CHOST}
emake DESTDIR="${D}" altinstall maninstall || die "emake altinstall maninstall failed"
emake DESTDIR="${D}" altinstall maninstall
sed -e "s/\(LDFLAGS=\).*/\1/" -i "${libdir}/config/Makefile" || die "sed failed"
# Backwards compat with Gentoo divergence.
dosym python${SLOT}-config /usr/bin/python-config-${SLOT} || die
dosym python${SLOT}-config /usr/bin/python-config-${SLOT}
# Fix collisions between different slots of Python.
mv "${ED}usr/bin/2to3" "${ED}usr/bin/2to3-${SLOT}"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.4.ebuild,v 1.1 2013/04/27 19:54:48 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.4.ebuild,v 1.3 2013/05/01 02:57:12 floppym Exp $
EAPI="4"
WANT_AUTOMAKE="none"
@ -9,12 +9,12 @@ WANT_LIBTOOL="none"
inherit autotools eutils flag-o-matic multilib pax-utils python-utils-r1 toolchain-funcs multiprocessing
MY_P="Python-${PV}"
PATCHSET_REVISION="0"
PATCHSET_REVISION="1"
DESCRIPTION="An interpreted, interactive, object-oriented programming language"
HOMEPAGE="http://www.python.org/"
SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
mirror://bitbucket/gentoo/cpython/downloads/python-gentoo-patches-${PV}-${PATCHSET_REVISION}.tar.xz"
mirror://gentoo/python-gentoo-patches-${PV}-${PATCHSET_REVISION}.tar.xz"
LICENSE="PSF-2"
SLOT="3.2"
@ -65,9 +65,9 @@ pkg_setup() {
src_prepare() {
# Ensure that internal copies of expat, libffi and zlib are not used.
rm -fr Modules/expat
rm -fr Modules/_ctypes/libffi*
rm -fr Modules/zlib
rm -r Modules/expat
rm -r Modules/_ctypes/libffi*
rm -r Modules/zlib
local excluded_patches
if ! tc-is-cross-compiler; then
@ -216,7 +216,7 @@ src_compile() {
) \
PTHON_DISABLE_SSL="1" \
SYSROOT= \
emake || die "cross-make failed"
emake
# See comment in src_configure about these.
ln python ../${CHOST}/hostpython || die
ln Parser/pgen ../${CHOST}/Parser/hostpgen || die
@ -224,7 +224,7 @@ src_compile() {
fi
cd "${WORKDIR}"/${CHOST}
emake CPPFLAGS="" CFLAGS="" LDFLAGS="" || die "emake failed"
emake CPPFLAGS="" CFLAGS="" LDFLAGS=""
# Work around bug 329499. See also bug 413751.
pax-mark m python
@ -247,7 +247,7 @@ src_test() {
done
# Rerun failed tests in verbose mode (regrtest -w).
emake test EXTRATESTOPTS="-w" CPPFLAGS="" CFLAGS="" LDFLAGS="" < /dev/tty
PYTHONDONTWRITEBYTECODE="" emake test EXTRATESTOPTS="-w" CPPFLAGS="" CFLAGS="" LDFLAGS="" < /dev/tty
local result="$?"
for test in ${skipped_tests}; do
@ -272,7 +272,7 @@ src_install() {
local libdir=${ED}/usr/$(get_libdir)/python${SLOT}
cd "${WORKDIR}"/${CHOST}
emake DESTDIR="${D}" altinstall || die "emake altinstall failed"
emake DESTDIR="${D}" altinstall
sed \
-e "s/\(CONFIGURE_LDFLAGS=\).*/\1/" \
@ -280,10 +280,10 @@ src_install() {
-i "${libdir}/config-${SLOT}/Makefile" || die "sed failed"
# Backwards compat with Gentoo divergence.
dosym python${SLOT}-config /usr/bin/python-config-${SLOT} || die
dosym python${SLOT}-config /usr/bin/python-config-${SLOT}
# Fix collisions between different slots of Python.
rm -f "${ED}usr/$(get_libdir)/libpython3.so"
rm "${ED}usr/$(get_libdir)/libpython3.so" || die
if use build; then
rm -fr "${ED}usr/bin/idle${SLOT}" "${libdir}/"{idlelib,sqlite3,test,tkinter}
@ -296,20 +296,20 @@ src_install() {
use threads || rm -fr "${libdir}/multiprocessing"
use wininst || rm -f "${libdir}/distutils/command/"wininst-*.exe
dodoc "${S}"/Misc/{ACKS,HISTORY,NEWS} || die "dodoc failed"
dodoc "${S}"/Misc/{ACKS,HISTORY,NEWS}
if use examples; then
insinto /usr/share/doc/${PF}/examples
find "${S}"/Tools -name __pycache__ -print0 | xargs -0 rm -fr
doins -r "${S}"/Tools || die "doins failed"
doins -r "${S}"/Tools
fi
insinto /usr/share/gdb/auto-load/usr/$(get_libdir) #443510
local libname=$(printf 'e:\n\t@echo $(INSTSONAME)\ninclude Makefile\n' | \
emake --no-print-directory -s -f - 2>/dev/null)
newins "${S}"/Tools/gdb/libpython.py "${libname}"-gdb.py
newconfd "${FILESDIR}/pydoc.conf" pydoc-${SLOT} || die "newconfd failed"
newinitd "${FILESDIR}/pydoc.init" pydoc-${SLOT} || die "newinitd failed"
newconfd "${FILESDIR}/pydoc.conf" pydoc-${SLOT}
newinitd "${FILESDIR}/pydoc.init" pydoc-${SLOT}
sed \
-e "s:@PYDOC_PORT_VARIABLE@:PYDOC${SLOT/./_}_PORT:" \
-e "s:@PYDOC@:pydoc${SLOT}:" \

@ -0,0 +1,23 @@
Replace macros deprecated in automake-1.13; fixed upstream in glib-2.36
diff --git a/configure.in b/configure.in
index e94cc77..d88d834 100644
--- a/configure.in
+++ b/configure.in
@@ -60,7 +60,7 @@ PACKAGE=glib
AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
# Specify a configuration file
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AC_DEFINE_UNQUOTED(GLIB_MAJOR_VERSION, $GLIB_MAJOR_VERSION)
AC_DEFINE_UNQUOTED(GLIB_MINOR_VERSION, $GLIB_MINOR_VERSION)
@@ -151,7 +151,6 @@ AC_DEFINE_UNQUOTED(G_COMPILED_WITH_DEBUGGING, "${enable_debug}")
# Checks for programs.
AC_PROG_CC
-AM_PROG_CC_STDC
AC_PROG_INSTALL
changequote(,)dnl

@ -0,0 +1,23 @@
Replace macros deprecated in automake-1.13; fixed upstream in glib-2.36
diff --git a/configure.ac b/configure.ac
index a3567b3..3e3d697 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ m4_define([glib_debug_default],
AC_INIT(glib, [glib_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glib])
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([glib/glib.h])
AC_CONFIG_MACRO_DIR([m4macros])
@@ -291,7 +291,6 @@ AC_TRY_COMPILE(,[class a { int b; } c;], ,CXX=)
AM_CONDITIONAL(HAVE_CXX, [test "$CXX" != ""])
AC_LANG_RESTORE
-AM_PROG_CC_STDC
AM_PROG_CC_C_O
AC_PROG_INSTALL

@ -1,9 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.56 2013/04/29 01:23:26 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.57 2013/04/30 14:29:12 tetromino Exp $
EAPI="4"
WANT_AUTOMAKE="1.12"
inherit autotools libtool flag-o-matic eutils portability
@ -32,6 +31,9 @@ src_prepare() {
# Fix for -Wl,--as-needed (bug #133818)
epatch "${DISTDIR}"/glib-1.2.10-r1-as-needed.patch.bz2
# build failure with automake-1.13
epatch "${FILESDIR}/${P}-automake-1.13.patch"
use ppc64 && use hardened && replace-flags -O[2-3] -O1
append-ldflags $(dlopen_lib)

@ -1,10 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.4-r1.ebuild,v 1.12 2013/04/29 01:23:26 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.4-r1.ebuild,v 1.13 2013/04/30 14:29:12 tetromino Exp $
EAPI="4"
PYTHON_DEPEND="utils? 2" # Avoid runtime dependency on python when USE=test
WANT_AUTOMAKE="1.12"
inherit autotools gnome.org libtool eutils flag-o-matic gnome2-utils multilib pax-utils python toolchain-funcs virtualx linux-info
@ -110,6 +109,9 @@ src_prepare() {
# https://bugzilla.gnome.org/show_bug.cgi?id=679306
epatch "${FILESDIR}/${PN}-2.34.0-testsuite-skip-thread4.patch"
# build failure with automake-1.13; fixed upstream in 2.36
epatch "${FILESDIR}/${PN}-2.34.3-automake-1.13.patch"
epatch_user
# disable pyc compiling

@ -1,10 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.3.ebuild,v 1.4 2013/04/29 01:23:26 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.3.ebuild,v 1.5 2013/04/30 14:29:12 tetromino Exp $
EAPI="5"
PYTHON_DEPEND="utils? 2" # Avoid runtime dependency on python when USE=test
WANT_AUTOMAKE="1.12"
inherit autotools gnome.org libtool eutils flag-o-matic gnome2-utils multilib pax-utils python toolchain-funcs virtualx linux-info
@ -105,6 +104,9 @@ src_prepare() {
# https://bugzilla.gnome.org/show_bug.cgi?id=679308
epatch "${FILESDIR}/${PN}-2.34.0-testsuite-skip-gdbus-auth-tests.patch"
# build failure with automake-1.13; fixed upstream in 2.36
epatch "${FILESDIR}/${PN}-2.34.3-automake-1.13.patch"
epatch_user
# disable pyc compiling

@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.4.ebuild,v 1.13 2009/05/31 15:33:09 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.4.ebuild,v 1.14 2013/04/30 13:35:14 qnikst Exp $
inherit eutils autotools
@ -21,6 +21,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-parallel-make.patch"
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
eautoreconf
}

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.5.ebuild,v 1.4 2010/05/21 15:37:43 pva Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.5.ebuild,v 1.5 2013/04/30 13:35:15 qnikst Exp $
EAPI="2"
@ -17,6 +17,7 @@ IUSE=""
src_prepare() {
epatch "${FILESDIR}/${P}-parallel-make.patch"
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
eautoreconf
}

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maintainers</herd>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
<email>qnikst@gentoo.org</email>
<name>Alexander Vershilov</name>
</maintainer>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Size/Devel-Size-0.780.0.ebuild,v 1.3 2012/10/17 03:13:01 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Size/Devel-Size-0.780.0.ebuild,v 1.4 2013/04/30 18:22:13 xarthisius Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Perl extension for finding the memory usage of Perl variables"
SLOT="0"
KEYWORDS="amd64 ~ppc64 x86"
KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE=""
SRC_TEST="do"

@ -3,3 +3,4 @@ DIST boto-2.3.0.tar.gz 488207 SHA256 c12969a9b51eb803e348f71850b3cd28edb43095235
DIST boto-2.6.0.tar.gz 640220 SHA256 ce516d8e92601f61e53b439c9d31669b2dab0a93710b7ab8cd9510975dd2dff2 SHA512 2fb66275a3447e887a84d99da3bbf82dbe70be2a93a8e3a94d6a65ce447fe6ad3b0253c2321c2bb69d663fc73b7509145e08c659d10ee955b04bbe7b3f37a697 WHIRLPOOL bd864b36c3f263efed240699d7c7a593b53f6f9bb975aabedd95f4d9e7778a8bcc6bb88de1438960e43f9040f5b7fbbfff57239c5a6146bce662ee8855726882
DIST boto-2.7.0.tar.gz 706722 SHA256 77e8c62113cab20ddd0d3cb8a72229f0f947cacbb7a168ef2641f5aa424e37a2 SHA512 3439b1ff9b754821a1a3b1a632d4efd1514d5976a5bba4cfa617653ac793ba520b3020604dada73f76c50622287a661e855287d9f7582efc4b60e3b18e704f40 WHIRLPOOL 45b58c0639ee418d0e08966e9bbf048bd624f3eb5a25b201c9ced40357a7a68b84b17bd5023f781150b811f525ff7a8580126e5fdffbc0c0bfd18fef2e6c1a91
DIST boto-2.8.0.tar.gz 743925 SHA256 f520cec579a11c99b510e06d16f484ce877f5b75eeae850c7e165753092939db SHA512 12853813ae78243ea025fb2e7d0d1dca71b655d977da5d9d28071f52a78708eebf16a42d8763b315246e7ebb681f5ec111e779d710286293175d38ac165a69f1 WHIRLPOOL 6853135e4a66852ac9f06fe1789355b64241cb91f24c1b8b534d10dda81b37083945e5c140ce0d20fa33454472ea4e22a128ac5a9a63cdefde409882df0dc82c
DIST boto-2.9.2.tar.gz 875951 SHA256 be7b58fb34a9ceb136c4aadcb3e1a926e8a3fde4ebcc55c940b8c69a9dcbba4a SHA512 fb384d36d1aab5cef668a7e5477fd2ea525162dd388af67115aa04f47fbe060f8683ce147e4a5d31625ee7948a8546d62465dae41911400cbdfc478e02db4cf5 WHIRLPOOL 7c1b1317f84e42659b9b020b9ba83bf225ee853cb2b6ac183796435f4e29577418fe941865a7c71ecb4bde12daae1a1d141d7f87a8a4756342fb6cfbcd1cd388

@ -0,0 +1,28 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.9.2.ebuild,v 1.1 2013/05/01 08:00:05 radhermit Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
inherit distutils-r1
DESCRIPTION="Amazon Web Services API"
HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/m2crypto )"
RDEPEND="dev-python/m2crypto"
# requires Amazon Web Services keys to pass some tests
RESTRICT="test"
python_test() {
esetup.py test
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.0.19.ebuild,v 1.1 2013/04/29 11:24:24 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.0.19.ebuild,v 1.3 2013/05/01 00:42:44 floppym Exp $
EAPI=5
@ -15,7 +15,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples sql test"
IUSE="doc examples test"
# sqlalchemy deps should be replaced once a version supporting py3k is committed
PY2_USEDEP=$(python_gen_usedep python2_7)
RDEPEND="<dev-python/kombu-3
>=dev-python/kombu-2.5.10[${PYTHON_USEDEP}]
@ -23,18 +26,17 @@ RDEPEND="<dev-python/kombu-3
>=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
virtual/pyparsing[${PYTHON_USEDEP}]
>=dev-python/billiard-2.7.3.28[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
sql? ( dev-python/sqlalchemy[$(python_gen_usedep python2_7)] )"
dev-python/pytz[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/gevent[$(python_gen_usedep python2_7)]
dev-python/gevent[${PY2_USEDEP}]
>=dev-python/mock-0.7.0[${PYTHON_USEDEP}]
virtual/python-unittest2[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/nose-cover3[${PYTHON_USEDEP}]
dev-python/sqlalchemy[$(python_gen_usedep python2_7)]
dev-python/pymongo[$(python_gen_usedep python2_7)]
dev-python/sqlalchemy[${PY2_USEDEP}]
dev-python/pymongo[${PY2_USEDEP}]
dev-python/redis-py[${PYTHON_USEDEP}]
dev-db/redis
)
@ -43,7 +45,7 @@ DEPEND="${RDEPEND}
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/sphinxcontrib-issuetracker
dev-python/sqlalchemy[$(python_gen_usedep python2_7)]
dev-python/sqlalchemy[${PY2_USEDEP}]
)"
PATCHES=( "${FILESDIR}"/celery-docs.patch )
@ -57,9 +59,9 @@ python_compile_all() {
python_test() {
if [[ "$EPYTHON}" = python3* ]]; then
einfo "Some dependencies of testsuite do no support python3"
ewarn "Some dependencies of testsuite do no support python3"
else
nosetests || die
nosetests || die "Tests fail with ${EPYTHON}"
# einfo "running funtests"
# "${PYTHON}" funtests/setup.py test || die "Failure occured in funtests"
fi

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild,v 1.2 2013/02/27 20:22:37 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild,v 1.3 2013/04/30 13:00:12 idella4 Exp $
EAPI=5
# py3 appears underdone,
@ -54,7 +54,7 @@ python_test() {
"${PYTHON}" sqla_nose.py || die
}
src_install_all() {
python_install_all() {
if use doc; then
pushd doc > /dev/null
rm -fr build

@ -1,10 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.8.0.ebuild,v 1.2 2013/03/19 03:06:24 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.8.0.ebuild,v 1.3 2013/04/30 13:00:12 idella4 Exp $
EAPI=5
# py3 appears underdone,
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} )
inherit distutils-r1 eutils flag-o-matic
@ -19,15 +18,11 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd \
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples firebird mssql mysql postgres +sqlite test"
IUSE="doc examples +sqlite test"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
firebird? ( dev-python/kinterbasdb )
mssql? ( dev-python/pymssql )
mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
sqlite? (
>=dev-db/sqlite-3.3.13 )"
sqlite? ( >=dev-db/sqlite-3.3.13 )"
DEPEND="${RDEPEND}
test? (
>=dev-db/sqlite-3.3.13
@ -36,38 +31,50 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
python_prepare_all() {
# Required for testsuite, mainly py3
DISTUTILS_IN_SOURCE_BUILD=1
python_prepare() {
# Disable tests hardcoding function call counts specific to Python versions.
rm -fr test/aaa_profiling
distutils-r1_python_prepare_all
if [[ "${EPYTHON}" == 'python2.6' ]]; then
rm -fr test/aaa_profiling
fi
}
python_configure_all() {
# Make sure to disable this if python3 support is added.
append-flags -fno-strict-aliasing
python_configure() {
if [[ "${EPYTHON}" != python3* ]]; then
append-flags -fno-strict-aliasing
fi
}
python_test() {
"${PYTHON}" sqla_nose.py || die
# No longer has postgresql support
if [[ "${EPYTHON}" == python3* ]]; then
"${PYTHON}" sa2to3.py --no-diffs -w lib test examples
fi
"${PYTHON}" sqla_nose.py -I test_postgresql* || die
}
src_test() {
# Possible problem in test.ext.test_serializer.SerializeTest.test_query
# AssertionError: desired statement count 1 does not match 2
# Investigate if you are bored.
DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
python_install_all() {
use doc && HTML_DOCS=( doc/. )
use examples && local EXAMPLES=( examples )
distutils-r1_python_install_all
}
python_install_all() {
if use doc; then
pushd doc > /dev/null
rm -fr build
dohtml -r [a-z]* _images _static
popd > /dev/null
fi
pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
if ! has_version dev-python/mysql-python; then
elog "For MySQL support, install dev-python/mysql-python"
fi
if ! has_version dev-python/pymssql; then
elog "For mssql support, install dev-python/pymssql"
fi
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
if ! has_version dev-python/psycopg:2; then
elog "For postgresql support, install dev-python/psycopg:2"
fi
fi
}

@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>gnome</herd>
<herd>voip</herd>
<maintainer>
<email>peper@gentoo.org</email>
<name>Piotr Jaroszyński</name>
</maintainer>
<longdescription lang="en">
<herd>gnome</herd>
<herd>voip</herd>
<maintainer>
<email>peper@gentoo.org</email>
<name>Piotr Jaroszyński</name>
</maintainer>
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -0,0 +1,49 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19-r1.ebuild,v 1.1 2013/04/30 16:30:05 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
AUTOTOOLS_AUTORECONF=true
inherit autotools-utils python-r1
DESCRIPTION="Telepathy Python base classes for use in connection managers, and proxy classes for use in clients."
HOMEPAGE="http://telepathy.freedesktop.org/"
SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="dev-libs/libxslt"
RDEPEND=">=dev-python/dbus-python-0.80[${PYTHON_USEDEP}]"
PATCHES=(
# Don't install _generated/errors.py twice, bug #348386
"${FILESDIR}"/${P}-install-twice.patch
# automake-1.12 compat, bug #423249, https://bugs.freedesktop.org/show_bug.cgi?id=51392
"${FILESDIR}"/${P}-mkdir_p.patch
)
src_prepare() {
autotools-utils_src_prepare
python_prepare() {
mkdir -p "${BUILD_DIR}"
}
python_foreach_impl python_prepare
}
src_configure() {
ECONF_SOURCE="${S}" python_foreach_impl autotools-utils_src_configure
}
src_compile() {
python_foreach_impl autotools-utils_src_compile
}
src_install() {
python_foreach_impl autotools-utils_src_install
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.2.5.ebuild,v 1.1 2013/03/03 19:57:40 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.2.5.ebuild,v 1.3 2013/04/30 12:31:35 ago Exp $
EAPI=5
@ -20,7 +20,7 @@ HOMEPAGE="http://github.com/carlhuda/bundler"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend virtual/rubygems

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.14.2.ebuild,v 1.1 2013/02/20 07:10:26 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.14.2.ebuild,v 1.3 2013/04/30 12:31:49 ago Exp $
EAPI=5
# ruby19 → pending on net/sftp
@ -16,7 +16,7 @@ HOMEPAGE="http://capify.org/"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "

@ -1 +1,2 @@
DIST date_validator-0.6.3.gem 9728 SHA256 6b0cd90678bbcfaa77cbb6f9a7ba54060794b896c48456ab53c50f3a1451ab22 SHA512 100346d3a124ea594015ed1b0c29b5c66c2ce0dad0afbeea44091110076ef36ab1d1dc6608caa52278acfb8cdbe1212d38a96b5cd04388be6f1ff1383651cb85 WHIRLPOOL f037a851b2195a44e04bedaa67aaae6459860d1294f146c6068918267a03f0d59a3f7bbc9c099ab57f2c8c88d622ab11c549679f4b707d7341bf7e9b23a9c727
DIST date_validator-0.6.4.gem 11264 SHA256 12d1410acaeb4efdaab4104a3b9280b5497591b932bf32b276e19cc6c0173929 SHA512 c74ec6053efe57c582e6eafbbc766e6864692453f1eb77c0f7715c0f68c195e6665557a01b2ac2f1b0c28842477d82ed36dc5030248e28a1ab338bc4ca8c215c WHIRLPOOL 788a0256c63681b3452a9565ce0c72cd3ee4998b06c1ad28ae84034414fe3678ffc1ce6dbf33ee27288dce78bb8a5c5c2a954e3497e73a9cd50e3066a71e73a5

@ -0,0 +1,45 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/date_validator-0.6.4.ebuild,v 1.1 2013/05/01 05:39:35 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19"
RUBY_FAKEGEM_TASK_TEST="test"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_EXTRADOC="Readme.md"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
# if ever needed
#GITHUB_USER="codegram"
#GITHUB_PROJECT="${PN}"
#RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*"
inherit ruby-fakegem
DESCRIPTION="Simple, ORM agnostic, Ruby 1.9 compatible date validator for Rails 3"
HOMEPAGE="http://github.com/codegram/date_validator"
LICENSE="MIT"
SLOT="3"
KEYWORDS="~amd64"
IUSE=""
ruby_add_rdepend ">=dev-ruby/activemodel-3.0
"
ruby_add_bdepend "
test? (
dev-ruby/minitest
>=dev-ruby/tzinfo-0.3
>=dev-ruby/activesupport-3.0
)
doc? ( dev-ruby/yard )"
all_ruby_prepare() {
sed -i \
-e '/git ls-files/d' \
${RUBY_FAKEGEM_GEMSPEC} || die
}

@ -1,3 +1,3 @@
DIST diff-lcs-1.1.2.tar.gz 27133 SHA256 30da8db91e31b9124a676b55bb22a30f4ff035913fd04850a74b8ffe1bce74fc SHA512 271dd824a64ce10f530bdf4762745990b7b94194b565f597301837396a3eaf1e303a378907738b83ef8d644650a7da86c7fdd9c1df0f75ee12b47f8a2db2dc49 WHIRLPOOL 07952ecffb21027480f5c6c33f9f59ad64b6548caafeebfebe5cc00fafbec05a0658d42fe77b04be6675b65a40ad761f366310524d732063f7013308a867897a
DIST diff-lcs-1.1.3.gem 41472 SHA256 fb8291deabeaacf9adbdcaf988db176ae461f833770ff2947191ead4ead09897 SHA512 672c59f8d14d8612e9fc60b55c69bcbc5c817a11e84da13b9b06e43a41ac9a87ae0c1ea095897bcb65aa92efa60b3f02a4ef75010980c2553f05546ac50e4a51 WHIRLPOOL cbb0dc7a07f39670e8f2e03bff29611c0d421e8c6c632e95de9e7d737d30a45562e3d786d0b7dea97cec796ccd1700a3db13c4d7927c82ca546853d101e96370
DIST diff-lcs-1.2.1.gem 46080 SHA256 925817b66ebd98a7f71c6e7ef9bbe79e64b96041ac48ce88e3382fa62f65db2f SHA512 913c73066f9d94b6b63557330d1671188517cd8e3ce52a805313f9bf16aeab394200b683c0c657cde06a687056310e684c60627bf1edb755d4b3de043404c9dd WHIRLPOOL 3fb930f68521d597d71774e7df8454e598a12f586162490b92512d30a2186d3da04972a5c5bbf05cca0836aace9f60c268b4f46ee2d2de4e039769e774a7b6f8
DIST diff-lcs-1.2.4.gem 47104 SHA256 ad87b8b5892d3c275674d57e8398d83b2152419c08dd3f88453e0df3a473ab27 SHA512 45419ad81e48e04da6525389717fde280f1bc48ebec7438aefbd535fcb15586dbd7ae8bc3c1a9baf1639992c9fb5b362db5d9a02d79b9b0aa9115bc40366d3d1 WHIRLPOOL 7901a2a9e843222955952aacdf6e8b3fdf65b94f423b7133bc048fa94f82a1a41a3947e5aa728bb61cd6e3cf74217d1d95a8e2035a6013005c3b6253cef650d7

@ -1,28 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.2-r2.ebuild,v 1.12 2012/10/28 17:17:15 armin76 Exp $
EAPI=2
USE_RUBY="ruby18 ree18 jruby"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README ChangeLog"
inherit ruby-fakegem
DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences"
HOMEPAGE="http://rubyforge.org/projects/ruwiki/"
SRC_URI="mirror://rubyforge/ruwiki/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
ruby_add_rdepend '>=dev-ruby/text-format-0.64'
ruby_add_bdepend test 'dev-ruby/archive-tar-minitar'
all_ruby_prepare() {
# Fix rakefile for new rake versions
sed -i -e 's: if t\.verbose::' Rakefile || die
}

@ -0,0 +1,32 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.2.4.ebuild,v 1.1 2013/05/01 05:44:15 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 jruby"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
inherit ruby-fakegem
DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences"
HOMEPAGE="https://github.com/halostatue/diff-lcs"
LICENSE="|| ( MIT Ruby GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.10 )"
all_ruby_prepare() {
# Remove unneeded rspec require to avoid rspec with USE=doc.
sed -i -e "/require 'rspec'/d" Rakefile || die
# Remove plugins since we don't need them for USE=doc.
sed -i -e "/Hoe.plugin/ s:^:#:" Rakefile || die
}

@ -1,2 +1,3 @@
DIST domain_name-0.5.11.gem 80384 SHA256 60ba79d2af9c47b3ef4f99199efbee188b869516363f29708805a9c4f4f99222 SHA512 cbffd0f2f83f2f456c8d5ee3ed0266947fc6f0ce6f90790cb49c03391394406e31c9a1935bce17f86ae78e0b8afce0a4d3852766c7b757b2e00f99e9e78eba08 WHIRLPOOL caab39927af246f79191c63f0dc2a33f0be14cdf4e9a1cebd722679650c2567377a87082a2ab8bfd9d0baa3be1825f00da52dc354ba538c298299116855b5a69
DIST domain_name-0.5.6.gem 78848 SHA256 79a946a186063d0080505eea7a7f9712a67233a3e3fd6e500b3b3dfbf99513d9 SHA512 7c80e7901faccb9362577d08fb35b82fd664cfdcb6f5c704b418dc13f7ebb369344e721c834706af5dc7c12accc92e494fa8730dbdf8d47018cac7a85393017f WHIRLPOOL c8deadcb4a2fbb8e7a5766b2a7f624f85feeace8167d1d6c36fbfafefa98019ff8b3f640c4847e67bae163590b3610e684cc8a5e7cd0e8f07e62ec774dc76b15
DIST domain_name-0.5.7.gem 79360 SHA256 38e5e52136d4f69b6f8e342de82666596ae58dbdb59d48cf75e5ab1a77442d17 SHA512 874e888738d66300dff84c799b2d7cfbb1cfa75c514031339f2903615cc1ed65b40125892a0820a14898cd1cbf9840d601524d4c63ae2d7722287c704afa15ed WHIRLPOOL 7cb00116f97c8ade4da8ed2f56370cd3fa76aee8dbb74e07ddfa1960c9b85d8839914631c7a7659127b5ff8e9a098d00f27a0ceb0e203e0b9a21057815360861

@ -0,0 +1,47 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/domain_name/domain_name-0.5.11.ebuild,v 1.1 2013/05/01 05:51:54 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 jruby"
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
inherit ruby-fakegem
DESCRIPTION="Domain Name manipulation library for Ruby"
HOMEPAGE="https://github.com/knu/ruby-domain_name"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0"
ruby_add_bdepend "
test? (
>=dev-ruby/test-unit-2.5.1-r1
dev-ruby/shoulda
)"
all_ruby_prepare() {
sed -i -e '/bundler/,/end/ d; i gem "unf"' test/helper.rb || die
rm Gemfile* || die
# Remove development dependencies
sed -i -e '/dependency.*\(shoulda\|bundler\|jeweler\|rdoc\)/d' \
${RUBY_FAKEGEM_GEMSPEC} || die
# Avoid dependency on git.
sed -i -e 's/`git ls-files`/""/' ${RUBY_FAKEGEM_GEMSPEC} || die
}
each_ruby_test() {
ruby-ng_testrb-2 -Ilib:test test/test_*.rb
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-sftp/net-sftp-2.0.5-r1.ebuild,v 1.1 2012/12/15 13:05:29 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-sftp/net-sftp-2.0.5-r1.ebuild,v 1.3 2013/04/30 12:31:58 ago Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 jruby"
@ -16,7 +16,7 @@ HOMEPAGE="http://net-ssh.rubyforge.org/"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/net-ssh-2.0.17-r1"

@ -0,0 +1 @@
DIST rack-openid-1.3.1.gem 7680 SHA256 1b3a30ed9840e9cf1f3e28a524badfb8796519322e3f9d82b7a49c70b1832537 SHA512 875557a6cef873a20b5f1b1bb2e0e63d8e596d365f9a8eab992e357fcf4c8cfea499c583d9cd4a93a79f1bfac08d2e61047579b3271d8088f6608acba2277e03 WHIRLPOOL 59acbb0a066b46c7c42dcf5ba2cd1108bc60dba61f8e708a8c19f9797249a8634d1a8214a639f4b62f90887eabae4f2ca0c44c81ccedb399889205c52fc17cf5

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

@ -0,0 +1,23 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-openid/rack-openid-1.3.1.ebuild,v 1.1 2013/04/30 13:47:20 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="README.rdoc"
inherit ruby-fakegem
DESCRIPTION="Provides a more HTTPish API around the ruby-openid library."
HOMEPAGE="http://github.com/josh/rack-openid"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
ruby_add_rdepend ">=dev-ruby/ruby-openid-2.1.8 >=dev-ruby/rack-1.1.0"

@ -0,0 +1 @@
DIST simplecov-html-0.7.1.gem 197632 SHA256 5eb2889435813c390e1ddc946e4dd853e92d9dd0e8aeac63b3858cf4a27d6948 SHA512 39b61531bef5d69343edb90a0fb6532ad3e5d34c212bc075b468a8ad29f9abc2480e8edce7e88b33db5ca27ff2c9782dce96808c4e384ec9fde1918ceb586575 WHIRLPOOL 481d9327087dfefd12e24a5775d920709756137ea78a3e0b86d9f36b4c4f1fb027e30078be57b08cbf7bd5f1755f00028461be9dd980bb193b611bb6f48c2243

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

@ -0,0 +1,24 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov-html/simplecov-html-0.7.1.ebuild,v 1.1 2013/04/30 13:52:04 graaff Exp $
EAPI=5
USE_RUBY="ruby19"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRAINSTALL="assets public views"
inherit ruby-fakegem
DESCRIPTION="Generates a nice HTML report of your SimpleCov ruby code coverage results on Ruby 1.9."
HOMEPAGE="https://github.com/colszowka/simplecov"
LICENSE="MIT"
KEYWORDS="~amd64"
SLOT="0"
IUSE="doc"

@ -0,0 +1 @@
DIST simplecov-0.7.1.gem 44032 SHA256 f0b974cb466bfd9174e16a7f74bde1edc651548d6c221fd112fa07d9c56f1b25 SHA512 ba3f27df8664e5cb0c998309ccbaa27b9315857ce9ac1c66287de25ee855c1fc2194ef00af3a6108e638d37e350b47818ac6db8acf602b1befd5b24ec19a1bce WHIRLPOOL 544a4a26435e3773d790fe04f9bfbf1796f18c609868c219b7ab987f6406b803b93a12f8973dc3beb9aa5ae395d65241ad0e79945e03227ae1c185be11c54e08

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

@ -0,0 +1,46 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov/simplecov-0.7.1.ebuild,v 1.1 2013/04/30 13:52:42 graaff Exp $
EAPI=5
USE_RUBY="ruby19"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_TASK_DOC=""
inherit ruby-fakegem
DESCRIPTION="Generates universally unique identifiers (UUIDs) for use in distributed applications"
HOMEPAGE="http://github.com/assaf/uuid"
LICENSE="MIT"
KEYWORDS="~amd64"
SLOT="0"
IUSE="doc"
ruby_add_rdepend ">=dev-ruby/multi_json-1.0
>=dev-ruby/simplecov-html-0.7.1"
ruby_add_bdepend "test? (
dev-ruby/rspec
dev-ruby/shoulda
dev-ruby/test-unit:2
dev-util/cucumber
dev-util/aruba
dev-ruby/capybara
)"
all_ruby_prepare() {
sed -i -e '/[Bb]undler/ s:^:#:' test/helper.rb features/support/env.rb || die
# Avoid currently failing test, needs further research.
rm test/test_merge_helpers.rb || die
}
each_ruby_test() {
ruby-ng_testrb-2 -Ilib test/test_*.rb
${RUBY} -S cucumber features || die
}

@ -1,12 +1,12 @@
# Copyright 1999-2005 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/scwoop/scwoop-4.1.ebuild,v 1.6 2005/04/24 10:59:19 blubb Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/scwoop/scwoop-4.1.ebuild,v 1.7 2013/04/30 16:23:33 ulm Exp $
DESCRIPTION="Simple Composite Widget Object Oriented Package"
HOMEPAGE="http://jfontain.free.fr/scwoop41.htm"
SRC_URI="http://jfontain.free.fr/${P}.tar.gz"
LICENSE="as-is"
LICENSE="jfontain"
KEYWORDS="x86 amd64 ~ppc"
SLOT="0"
IUSE=""
@ -15,7 +15,7 @@ DEPEND="dev-tcltk/tcllib"
src_install() {
dodir /usr/lib/scwoop
./instapkg.tcl ${D}/usr/lib/scwoop || die
./instapkg.tcl "${D}"/usr/lib/scwoop || die
dodoc CHANGES CONTENTS COPYRIGHT INSTALL README TODO
dohtml scwoop.htm

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild,v 1.3 2011/05/23 07:14:35 tomka Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild,v 1.4 2013/04/30 16:26:31 ulm Exp $
inherit multilib
@ -8,7 +8,7 @@ DESCRIPTION="create and update 2D or 3D pie charts in a Tcl/Tk application"
HOMEPAGE="http://jfontain.free.fr/piechart6.htm"
SRC_URI="http://jfontain.free.fr/${P}.tar.bz2"
LICENSE="as-is"
LICENSE="jfontain"
KEYWORDS="amd64 ~ppc x86"
SLOT="0"
IUSE=""

@ -1,12 +1,12 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild,v 1.6 2010/03/31 20:14:24 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild,v 1.7 2013/04/30 16:26:31 ulm Exp $
DESCRIPTION="create and update 2D or 3D pie charts in a Tcl/Tk application"
HOMEPAGE="http://jfontain.free.fr/piechart6.htm"
SRC_URI="http://jfontain.free.fr/${P}.tar.bz2"
LICENSE="as-is"
LICENSE="jfontain"
KEYWORDS="x86 ~ppc ~amd64"
SLOT="0"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/dissembler/dissembler-0.9.ebuild,v 1.3 2008/10/25 21:01:10 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/dissembler/dissembler-0.9.ebuild,v 1.4 2013/04/30 20:10:02 ulm Exp $
inherit eutils toolchain-funcs
@ -9,13 +9,11 @@ DESCRIPTION="polymorphs bytecode to a printable ASCII string"
HOMEPAGE="http://www.phiral.com/research/dissembler.html"
SRC_URI="http://www.phiral.com/research/${MY_P}.tgz"
LICENSE="as-is"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
S=${WORKDIR}/${MY_P}
src_unpack() {

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

@ -1 +1,2 @@
DIST rcs-5.8.2.tar.gz 1209822 SHA256 ea00bd5e0d0317d3388dd78c9b3a9381d7d1cce59d686aec60f41eb633c693dc SHA512 59bfdb57d1e361f01b6682aae99115e5b181ee429e4d49bf1eadd7c7d24abf8547f7368a608d5aac480ca2b8a095ca3d1b56723ba308c15aa5c612676088c374 WHIRLPOOL fd4a3bca5b0a745ec8cea219878585cfc57a963dac3f4a73fab5ee7b5651e0405e4f29a9bb22605c9e6285f881b9a7a75079b20ed14ad2ec56ad19bd36dc38f8
DIST rcs-5.8.tar.gz 1048576 SHA256 701be8ea2e070f28626b3766f024791f3ec51249c483490bef70920d1fb52260 SHA512 dd52669bc681d77f23191ac540fbd6f1ed6dfa4a1e8a10005c1bc8bb5b7f273a5850e6a71c137b0d06807cf550332e2fe1ea8b78ed8ba7d1b4d4dc435b502877 WHIRLPOOL 083665d073d9c8cb67c6645c2d45b1bbe5ca612182abee7f4cf3d749356448111d281766a4dc134e9b8317021cba51ddd400d0351df3af73d774acbfd8a9c370

@ -0,0 +1,36 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.8.2.ebuild,v 1.1 2013/04/30 23:13:39 titanofold Exp $
EAPI="4"
inherit eutils
DESCRIPTION="Revision Control System"
HOMEPAGE="http://www.gnu.org/software/rcs/"
SRC_URI="mirror://gnu/rcs/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
IUSE="doc"
RDEPEND="sys-apps/diffutils"
src_prepare() {
sed -i \
-e '/gets is a security hole/d' \
lib/stdio.in.h || die
}
src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog NEWS README
if use doc; then
emake DESTDIR="${D}" install-html
rm -R "${ED}/usr/share/doc/rcs"
dohtml -r doc/rcs.html/
fi
}

@ -1,5 +1,6 @@
DIST photos.zip 1007488 SHA256 21aca2673df908a5960875872f127e0393bda0ef1db31003dd1c0d31583ff5a4
DIST ratings.zip 969347 SHA256 bb41a1bf35314231201d2f7d635497002b9dbc6d0f896a611239587a8c1b2830
DIST photos.zip 1007488 SHA256 21aca2673df908a5960875872f127e0393bda0ef1db31003dd1c0d31583ff5a4 SHA512 c04fc810b457d4dbd9a9cfaac90feaa8c32a2abee05e28a79042ae81cb01e8580e2a1cf0abeff230ec2928da883f862b8901d679cb1448fd9ca0923323fbddd6 WHIRLPOOL dbbb8dd4ae37f0d84be929f09e6b583553b6c1cb6e866806388c61c54c09fb31b2a82baa6119b614416aa36dfc5250e63ac9afabbe6c561dcad8e71fe13caa99
DIST ratings.zip 969347 SHA256 bb41a1bf35314231201d2f7d635497002b9dbc6d0f896a611239587a8c1b2830 SHA512 9b2a7280a7e72e2b464cc3da6be82ec9825b11d3c7e2219ab03a711c69f185f7d954eb3acdd441bff210e9296613df79a7e147a2ccbb4ed37b50af762abbd243 WHIRLPOOL a2b9ece83e167f0e1b330e1aa31cc46aa2cc79c3d124f1bcbd0f0edc7f9d434d210fdc78467efd1b7acb6f299a6f3440bc8599c5d7c62a55e5dc694685e56575
DIST scid-4.3.tar.bz2 12029115 SHA256 3cc3405ef7d49adf633b26ec633173bf4e42aec0aeb93d857d84a34ec0c5657d
DIST scidlet40k.zip 242632 SHA256 fbab2a31e37f2d606140144ac1086ece035b991a756eef804a660c8ecb0f56bb
DIST spelling.zip 3147998 SHA256 63d8c8f7b99f6b6d5a4b6d4b0cd0a8e279f19173c98de3a989d7b05ee7dde624
DIST scid-4.4.tar.bz2 12403187 SHA256 ba3b01440ed7f16396360aab10a0bfe8354721c05a0a4f9e0031a800b8d781f2 SHA512 c54b27c22f3b7c77d9796d07c75379b45a862d443014439f73a8774e131e3f10f1720e7dba842dc83b6b3cc4d2a475d5ae55ec2053ec1ea0dd4efaf1a8313161 WHIRLPOOL b3f5232b0872b98beed8d8433bf6e84781a347231b7c242808ad8aaed3f8ef2d3d58f88b6ff8e4d9d874b4cb05c4f361f7f570d289162a641d7c5961ac4b8377
DIST scidlet40k.zip 242632 SHA256 fbab2a31e37f2d606140144ac1086ece035b991a756eef804a660c8ecb0f56bb SHA512 e8cb4ca276ca94378f224fad972b0659f3e8159668fa395dcae4be1de6cdd9d29082fdddba393bbea6c909bab4f388042ea05c7dff41edf850d731bc7479850d WHIRLPOOL f0965d6197518c5dda62d5ff73e1052ced68487a738d288522fdb649aab8a63de1b34e0392c7479885164f4245bc8c33618d0206905ba9d2a9cf0ce2e46f9d54
DIST spelling.zip 3147998 SHA256 63d8c8f7b99f6b6d5a4b6d4b0cd0a8e279f19173c98de3a989d7b05ee7dde624 SHA512 394a8835f23336b6f4bebe4e33ab9f64ffa505e9d9bb984de82396e671df0b57b088aab28c5cf648c1a11bc28370b431cb6db54765ac4ab6056a707276ba8f42 WHIRLPOOL f83ecfa03a817f491f25d48fc461156d1b8aea86e800e4ff7dcaa2a233958c7b4b9979d330fe71ba39028554206ec51f7e39344b7ff01194b3ed3fc949fbfbac

@ -0,0 +1,79 @@
--- engines/togaII1.2.1a/src/Makefile.old 2012-05-06 20:56:56.190522872 +0200
+++ engines/togaII1.2.1a/src/Makefile 2012-05-06 20:58:20.995568403 +0200
@@ -18,23 +18,16 @@
# general
-CXX = g++
-CXXFLAGS = -pipe -Wall
-LDFLAGS = -lm
# C++
-CXXFLAGS += -fno-exceptions -fno-rtti
# optimisation
-CXXFLAGS += -O3 -fstrict-aliasing
-CXXFLAGS += -fomit-frame-pointer
# CXXFLAGS += -march=athlon-xp # SELECT ME
# strip
-LDFLAGS += -s
# dependencies
--- tcl/config.tcl.old 2012-05-06 20:59:24.475111275 +0200
+++ tcl/config.tcl 2012-05-06 21:03:04.075692323 +0200
@@ -5,7 +5,7 @@
if {$windowsOS} {
set scidShareDir $scidExeDir
} else {
- set scidShareDir [file normalize [file join $scidExeDir "../share/scid"]]
+ set scidShareDir "@GENTOO_DATADIR@"
}
if {![info exists scidBooksDir]} {
--- tcl/start.tcl.old 2012-05-06 21:03:43.770905179 +0200
+++ tcl/start.tcl 2012-05-06 21:04:51.429154649 +0200
@@ -993,7 +993,7 @@
### Audio move announcement options:
-set ::utils::sound::soundFolder [file nativename [file join $::scidExeDir sounds]]
+set ::utils::sound::soundFolder "@GENTOO_DATADIR@/sounds"
set ::utils::sound::announceNew 0
set ::utils::sound::announceForward 0
set ::utils::sound::announceBack 0
@@ -1002,7 +1002,7 @@
if {$windowsOS} {
set spellCheckFile [file join $scidDataDir "spelling.ssp"]
} else {
- set spellCheckFile "/usr/local/share/scid/spelling.ssp"
+ set spellCheckFile "@GENTOO_DATADIR@/spelling.ssp"
}
# book configuration
--- tcl/utils/sound.tcl.old 2012-05-06 21:05:31.475342861 +0200
+++ tcl/utils/sound.tcl 2012-05-06 21:06:07.066843851 +0200
@@ -41,7 +41,7 @@
variable soundFolder
::splash::add "Setting up audio move announcement..."
- if {[catch {package require snack 2.0}]} {
+ if {[catch {package require snack}]} {
set hasSnackPackage 0
::splash::add " Move speech disabled - Snack sound package not found"
return
--- Makefile.conf.old 2012-05-06 21:06:39.825543746 +0200
+++ Makefile.conf 2012-05-06 21:07:22.668535585 +0200
@@ -212,7 +212,7 @@
# Small extra programs. Most are written in Tcl using tcscid, but
# a few contributed ones may be in Python or other languages.
#
-SCRIPTS= sc_addmove sc_epgn sc_spell sc_eco sc_import sc_remote sc_tree scidpgn pgnfix spliteco spf2spi
+SCRIPTS= sc_addmove sc_epgn sc_spell sc_eco sc_import sc_remote sc_tree scidpgn pgnfix eco2pgn spliteco spf2spi
####################

@ -0,0 +1,11 @@
--- Makefile.conf.old 2012-02-22 14:12:51.280071808 +0100
+++ Makefile.conf 2012-02-22 14:13:15.432372323 +0100
@@ -379,7 +379,7 @@
scmerge: src/scmerge.o src/misc.o src/index.o src/date.o src/namebase.o \
src/gfile.o src/bytebuf.o src/textbuf.o src/myassert.o \
- src/stralloc.o src/position.o
+ src/stralloc.o src/position.o $(OBJS)
$(LINK) -o scmerge src/scmerge.o $(OBJS) $(ZLIB) $(TCL_LIBRARY)
pgnscid: src/pgnscid.o $(OBJS)

@ -0,0 +1,93 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/scid/scid-4.4.ebuild,v 1.1 2013/04/30 20:29:12 mr_bones_ Exp $
EAPI=2
PYTHON_DEPEND="2"
inherit eutils toolchain-funcs python games
DESCRIPTION="a free chess database application"
HOMEPAGE="http://scid.sourceforge.net/"
SRC_URI="mirror://sourceforge/scid/${P}.tar.bz2
mirror://sourceforge/scid/spelling.zip
mirror://sourceforge/scid/ratings.zip
mirror://sourceforge/scid/photos.zip
mirror://sourceforge/scid/scidlet40k.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="dev-lang/tk
>=sys-libs/zlib-1.1.3
app-arch/unzip"
RDEPEND="${DEPEND}
!games-board/chessdb"
pkg_setup() {
python_set_active_version 2
games_pkg_setup
}
src_prepare() {
edos2unix engines/togaII1.2.1a/src/Makefile
epatch "${FILESDIR}"/${P}-gentoo.patch \
"${FILESDIR}"/${P}-parallelmake.patch
sed -i \
-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
tcl/config.tcl \
tcl/start.tcl \
src/scidlet.cpp \
|| die "sed failed"
gzip ../ratings.ssp
python_convert_shebangs -r 2 .
}
src_configure() {
# configure is not an autotools script
./configure \
COMPILE=$(tc-getCXX) \
LINK="$(tc-getCXX) ${LDFLAGS}" \
CC=$(tc-getCC) \
OPTIMIZE="${CXXFLAGS}" \
TCL_INCLUDE="" \
BINDIR="${GAMES_BINDIR}" \
SHAREDIR="${GAMES_DATADIR}/${PN}" \
|| die "configure failed"
}
src_compile() {
emake all_scid || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install_scid || die "emake install failed"
insinto "${GAMES_DATADIR}"/${PN}
doins -r sounds || die "failed installing sounds"
dodoc CHANGES ChangeLog README THANKS TODO
dohtml help/*.html
newicon svg/scid_app.svg ${PN}.svg
make_desktop_entry scid Scid
cd ..
doins spelling.ssp \
|| die "Failed installing spelling.ssp"
doins ratings.ssp.gz \
|| die "Failed installing ratings.ssp"
doins *.spf \
|| die "Failed installing photos"
newins scidlet40k.sbk scidlet.sbk \
|| die "Failed installing scidlet.sbk"
prepgamesdirs
}
pkg_postinst() {
games_pkg_postinst
elog "To enable speech, emerge dev-tcltk/snack"
elog "To enable some piece sets, emerge dev-tcltk/tkimg"
elog "To enable Xfcc support, emerge dev-tcltk/tdom"
}

@ -1 +1,2 @@
DIST xboxdrv-linux-0.8.4.tar.bz2 264484 SHA256 01611a1add7f26d6b59e02fe869bbbdb2ad4358c922c85c446c2019f87ff519c SHA512 ecee6987a2be9021a70bf0fbf6eb93cca17cbac62e583ebe5bf63544217fdf9b78715ec8e709e503475421171711b7340cf2d2c297f2a75de21490bb879d1235 WHIRLPOOL 2615170b3e428da3bd57ef8d0fb3f07923289160ff669b48bf8a39f0ab2816f44367effb1af431744ef4efc2c6dcbf785ef49a3b823492be8be80fa927c5352d
DIST xboxdrv-linux-0.8.5.tar.bz2 265805 SHA256 411195c4f5310a1a5f21f015daaf00b277f75da89df710308f8abfcf8f337e78 SHA512 954a3664462dfeff63a455f3dfea4bc14f8c3e07fa9b0c299bb523b4089faad7f8d634511eb66c023bd289adbbf18e96ce26cbcf5b8ffc9bb3088f1afe532601 WHIRLPOOL f47cdbcf40bd237715ff2b55354c6570ebbccd9cd0beb09b91869fa37db247c57019593b317d2acd767044fe92019defa01c9592bb3b63d2283103ff10dae844

@ -0,0 +1,43 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-util/xboxdrv/xboxdrv-0.8.5.ebuild,v 1.1 2013/04/30 22:12:02 tristan Exp $
EAPI=5
inherit base linux-info scons-utils toolchain-funcs
MY_P=${PN}-linux-${PV}
DESCRIPTION="Userspace Xbox 360 Controller driver"
HOMEPAGE="http://pingus.seul.org/~grumbel/xboxdrv/"
SRC_URI="http://pingus.seul.org/~grumbel/xboxdrv/${MY_P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/boost
virtual/udev
sys-apps/dbus
dev-libs/glib:2
virtual/libusb:1
x11-libs/libX11"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S=${WORKDIR}/${MY_P}
CONFIG_CHECK="~INPUT_EVDEV ~INPUT_JOYDEV ~INPUT_UINPUT ~!JOYSTICK_XPAD"
src_compile() {
escons \
BUILD=custom \
CXX="$(tc-getCXX)" \
CXXFLAGS="-Wall ${CXXFLAGS}" \
LINKFLAGS="${LDFLAGS}"
}
src_install() {
dobin xboxdrv
doman doc/xboxdrv.1
dodoc AUTHORS NEWS PROTOCOL README TODO
}

@ -1 +1,2 @@
DIST zeitgeist-datasources-0.8.0.1.tar.gz 484167 SHA256 e4530834ef0493dc0361d9d9fec17f72f646429866e0eecd9d2b59b8c6d7a042 SHA512 4f03d6727d2363355db7d0443a219433c413df7c3b3cf4ee83a718affd55c2b87d5d9320185e99d9155262483449b9ea17f68298612526398b2824353a8c77a5 WHIRLPOOL e42ce7b7bd02a81d6f4fa893e03bfe14c84d54d6f14d531007e62f1f3c9866c38978adcabaf6a021b73204563e0da2fb388c6ad1f8ceecde816c13f94d0376de
DIST zeitgeist-datasources-0.8.1.tar.gz 482395 SHA256 c7394f8e580a9607052b66e0db2d08643c062f3841122319c5b89a0ed6ecbc1e SHA512 a97872536f400f444f1bbff6af2b5dad91155f5d271b34a3c46fd6dbec203728694ec7bb79a431dea30299cb5ea19d8724988989189f9f87fa1274cacbe84fd5 WHIRLPOOL 9dbb2aebf32b8d0ad8691701eeefee70450b2866329a07a765309ea1c879f2f31c65011dfd3e8a749426afcf79f21d8878d435e02aca11b260f7e2f6f70aea0c

@ -24,6 +24,7 @@ datahub does not track events like opening websites etc.
<flag name="xchat">Zeitgeist plugin for <pkg>net-irc/xchat-gnome</pkg> as data source</flag>
<flag name="rhythmbox">Zeitgeist plugin for <pkg>media-sound/rhythmbox</pkg> as data source</flag>
<flag name="firefox">Zeitgeist plugin for <pkg>www-client/firefox</pkg> as data source</flag>
<flag name="thunderbird">Zeitgeist plugin for <pkg>mail-client/thunderbird</pkg> as data source</flag>
<flag name="totem">Zeitgeist plugin for <pkg>media-video/totem</pkg> as data source</flag>
</use>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.0.1.ebuild,v 1.13 2013/04/18 07:53:39 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.0.1.ebuild,v 1.14 2013/04/30 16:41:26 jlec Exp $
EAPI=4
@ -49,7 +49,7 @@ RDEPEND="
# || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 )
# net-libs/xulrunner )
DEPEND="${RDEPEND}
${vala_depend}"
$(vala_depend)"
PDEPEND="gnome-extra/zeitgeist"
PLUGINS="bzr chrome eog geany vim emacs tomboy telepathy xchat firefox-40-libzg"

@ -0,0 +1,107 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild,v 1.1 2013/04/30 16:41:26 jlec Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=true
VALA_MIN_API_VERSION=0.14
PYTHON_COMPAT=( python{2_6,2_7} )
inherit autotools-utils eutils mono multilib python-single-r1 versionator vala
DIR_PV=$(get_version_component_range 1-2)
DIR_PV2=$(get_version_component_range 1-3)
DESCRIPTION="Plugins whose work is to push activities as events into Zeitgeist daemon"
HOMEPAGE="https://launchpad.net/zeitgeist-datasources/ http://zeitgeist-project.com/"
SRC_URI="http://launchpad.net/zeitgeist-datasources/${DIR_PV}/${DIR_PV2}/+download/${P}.tar.gz"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-3"
PLUGINS_IUSE="bzr emacs firefox geany mono telepathy thunderbird tomboy vim xchat"
PLUGINS="bzr emacs firefox geany monodevelop telepathy thunderbird tomboy vim xchat"
IUSE="${PLUGINS_IUSE} static-libs"
RDEPEND="
dev-libs/libzeitgeist
x11-libs/gtk+:2
emacs? ( virtual/emacs )
firefox? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) )
geany? ( dev-util/geany )
mono? ( dev-util/monodevelop )
telepathy? (
dev-python/telepathy-python[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]
)
tomboy? (
app-misc/tomboy
dev-dotnet/gtk-sharp
dev-dotnet/mono-addins
dev-dotnet/zeitgeist-sharp
dev-python/dbus-python[${PYTHON_USEDEP}]
)
vim? ( app-editors/vim[python] )
xchat? ( net-irc/xchat-gnome )
"
DEPEND="${RDEPEND}
$(vala_depend)"
PDEPEND="gnome-extra/zeitgeist"
src_prepare() {
rm bzr/bzr-icon-64.png || die
sed \
-e '/bzr-icon-64.png/d' \
-i bzr/Makefile.am || die
sed \
-e '/^allowed_plugin/s:^:#:g' \
-i configure.ac || die
SEARCH='$(datadir)/opt/google/chrome/resources'
REPLACE="/usr/$(get_libdir)/chromium-browser/resources"
sed \
-e "s:${SEARCH}:${REPLACE}:" \
-i chrome/Makefile.* || die
sed \
-e "/^extensiondir/s:= .*:= \$(libdir)/firefox/extensions:g" \
-e "/^xul_extdir/s:xul-ext-zeitgeist:xpcom-firefox@zeitgeist-project.com:g" \
-i firefox/extension/Makefile.am || die
sed \
-e "/^extensiondir/s:= .*:= \$(libdir)/thunderbird/extensions:g" \
-e "/^xul_extdir/s:xul-ext-zeitgeist:thunderbird@zeitgeist-project.com:g" \
-i thunderbird/extension/Makefile.am || die
sed \
-e 's:vim72:vimfiles:' \
-i vim/Makefile.* || die
sed \
-e "s:/xchat/:/xchat-gnome/:g" \
-i xchat/Makefile.* || die
vala_src_prepare
autotools-utils_src_prepare
}
src_configure() {
local i myplugins
for i in ${PLUGINS}; do
case ${i} in
monodevelop )
use mono && myplugins+=( ${i} )
;;
* )
use ${i} && myplugins+=( ${i} )
;;
esac
done
local myeconfargs=(
allowed_plugins="${myplugins[@]}"
)
autotools-utils_src_configure
}

@ -0,0 +1,76 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.12-r1.ebuild,v 1.1 2013/04/30 16:42:12 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
AUTOTOOLS_AUTORECONF=true
VALA_MIN_API_VERSION=0.18
inherit autotools-utils bash-completion-r1 eutils python-r1 versionator vala
DIR_PV=$(get_version_component_range 1-2)
EXT_VER=0.0.13
DESCRIPTION="Service to log activities and present to other apps"
HOMEPAGE="http://launchpad.net/zeitgeist/"
SRC_URI="http://launchpad.net/zeitgeist/${DIR_PV}/${PV}/+download/${P}.tar.xz"
LICENSE="LGPL-2+ LGPL-3+ GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+datahub +dbus downloads-monitor extensions +fts icu introspection nls plugins sql-debug telepathy"
REQUIRED_USE="downloads-monitor? ( datahub )"
RDEPEND="
!gnome-extra/zeitgeist-datahub
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/rdflib
media-libs/raptor:2
>=dev-libs/glib-2.26.0:2
>=dev-db/sqlite-3.7.11:3
extensions? ( gnome-extra/zeitgeist-extensions )
fts? ( dev-libs/xapian[inmemory] )
icu? ( dev-libs/dee[icu?] )
introspection? ( dev-libs/gobject-introspection )
plugins? ( gnome-extra/zeitgeist-datasources )
telepathy? ( net-libs/telepathy-glib )
"
DEPEND="${RDEPEND}
$(vala_depend)
virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/${P}-download_monitor.patch )
src_prepare() {
vala_src_prepare
autotools-utils_src_prepare
}
src_configure() {
local myeconfargs=(
--docdir="${EPREFIX}/usr/share/doc/${PF}"
$(use_enable sql-debug explain-queries)
$(use_enable datahub)
$(use_enable downloads-monitor)
$(use_enable telepathy)
$(use_enable introspection)
$(use_with icu dee-icu)
$(use_with dbus session-bus-services-dir /usr/share/dbus-1/services)
)
use nls || myeconfargs+=( --disable-nls )
use fts && myeconfargs+=( --enable-fts )
autotools-utils_src_configure
}
src_install() {
autotools-utils_src_install
dobashcomp bash-completion/completions/zeitgeist-daemon
cd python || die
python_moduleinto ${PN}
python_foreach_impl python_domodule *py
}

@ -0,0 +1,5 @@
The author hereby grants permission to use this software at no cost.
This software is provided on an "as is" basis, and the author has no
obligation to provide support or enhancements. The author is not
liable to any party for any damage arising out of the use of this
software.

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild,v 1.1 2013/03/15 08:07:51 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild,v 1.2 2013/04/30 21:15:18 radhermit Exp $
EAPI=5
@ -20,7 +20,7 @@ RDEPEND="bzip2? ( app-arch/bzip2 )
>=dev-cpp/glibmm-2.16:2
dev-libs/expat
dev-libs/libsigc++:2
media-libs/libcanberra
media-libs/libcanberra[gtk]
media-libs/tiff
media-libs/libpng
media-libs/libiptcdata

@ -1 +1 @@
DIST aalib-1.4rc5.tar.gz 391028 RMD160 a10bcab16d3aa0e60facca3e989f6a51846885f6 SHA1 a23269e950a249d2ef93625837cace45ddbce03b SHA256 fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee
DIST aalib-1.4rc5.tar.gz 391028 SHA256 fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee SHA512 3e4506eccce3b81ccbbb79a4a1b90abd39e2259e6043fde90f70b9ca279bd4c37758a047167267b97c4ec92f64fb17c7c8f548114f0d0c6e78ddb9463b5f1299 WHIRLPOOL ec98116736b64eb6e855777a5ec13894446b76beb4f874a490144919031d6ddd341b49cc429b2c918acde5cebc22a3e2dc97b949379200f441d2c544a02f2736

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.4_rc5-r4.ebuild,v 1.2 2012/05/09 13:18:37 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.4_rc5-r4.ebuild,v 1.3 2013/04/30 16:59:33 slyfox Exp $
EAPI=4
@ -37,6 +37,9 @@ src_prepare() {
use gpm || sed -i \
's/gpm_mousedriver_test=yes/gpm_mousedriver_test=no/' "${S}/configure.in"
#467988 automake-1.13
mv configure.{in,ac} || die
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
eautoreconf
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.4_rc5.ebuild,v 1.26 2011/02/06 12:08:49 leio Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.4_rc5.ebuild,v 1.27 2013/04/30 16:59:33 slyfox Exp $
inherit eutils libtool toolchain-funcs autotools
@ -35,6 +35,9 @@ src_unpack() {
use gpm && sed -i \
's/gpm_mousedriver_test=yes/gpm_mousedriver_test=no/' "${S}/configure.in"
#467988 automake-1.13
mv configure.{in,ac} || die
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
eautoreconf
}

@ -1,4 +1,4 @@
DIST babl-0.1.10.tar.bz2 449537 SHA256 943fc36ceac7dd25bc928256bc7b535a42989c6b971578146869eee5fe5955f4 SHA512 2950d94c255ee05d405e003a46138da0f4e0cad65e2d2a882089b788c2deac0524014f7c5758c3097253bdbebaded433caf0447c7d218c9cc96798df9e6f0c92 WHIRLPOOL a71907a531bc71c7ac0c84a197a559c50321a5d96b5d846083935390890ef116780d49bd458577aef0e948395dc14897e6fbbc75478b2a59d57d4381cf7f8db8
DIST babl-0.1.4.tar.bz2 423645 SHA256 5b36312528de84815f054345cd478743a9493981a44060013b682d0304ffe733
DIST babl-0.1.6.tar.bz2 462712 SHA256 319b9004a5366101fd522da02cc983a5d0f50a17af0fa5cbce3535e31bce19a4 SHA512 c38549f27bba3df31fc79602e64aab5b4c7eea83d2f45baf06bdbf64e162384e666610ce4b74e67e26cad1b702972f7aed9460bdebd018ac0782cd8d7fdc98d7 WHIRLPOOL 3a0cf3ce8980c2f84a9aef8c8f6650ed6c174183a4ba00b1a034aad938d26454327991b818b83b3324f585897e52d327453a0a03440d35dbcbd87269e3b89370
DIST babl-0.1.8.tar.bz2 471664 SHA256 dbef10866835c27e6dc623af1d5cd64b3f38dc06654e0641c87747458678341b
DIST babl-0.1.8.tar.bz2 471664 SHA256 dbef10866835c27e6dc623af1d5cd64b3f38dc06654e0641c87747458678341b SHA512 7d4989a37312e6627b4d8a858af0a81e13b483d6b8fe9ed8c07716ad20d3548de2c4a12da5aff878c50848637602547b81208e9e549bd8ebe59a2f5a5914dae5 WHIRLPOOL d6ae2cd11d0f7795769d29987823351c1b3227d697954e0f398f2c180bcef3af69cf5409ced2d3f72eefcaf79b9a92b9a31257d83b84201e847ec82c8bbc8895

@ -1,11 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.10.ebuild,v 1.7 2013/04/29 21:46:02 sping Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.10.ebuild,v 1.8 2013/04/30 20:37:44 sping Exp $
EAPI=3
VALASLOT=0.14
EAPI=4
inherit autotools eutils
VALA_MIN_API_VERSION=0.14
VALA_USE_DEPEND=vapigen
inherit vala autotools eutils
DESCRIPTION="A dynamic, any to any, pixel format conversion library"
HOMEPAGE="http://www.gegl.org/babl/"
@ -19,7 +21,7 @@ IUSE="altivec +introspection sse mmx vala"
RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.10 )"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2.2
vala? ( dev-lang/vala:${VALASLOT}[vapigen] )
vala? ( $(vala_depend) )
virtual/pkgconfig"
src_prepare() {
@ -31,6 +33,8 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-introspection.patch
epatch "${FILESDIR}"/${P}-g-ir-compiler-crash.patch
eautoreconf
use vala && vala_src_prepare
}
src_configure() {
@ -38,7 +42,6 @@ src_configure() {
# so we don't need to fix it
# w3m is used for dist target thus no issue for us that it is automagically
# detected
VAPIGEN="$(type -p vapigen-${VALASLOT})" \
econf \
--disable-static \
--disable-maintainer-mode \
@ -50,7 +53,7 @@ src_configure() {
}
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
default
find "${ED}" -name '*.la' -delete
dodoc AUTHORS ChangeLog README NEWS || die "dodoc failed"
dodoc AUTHORS ChangeLog README NEWS
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.8.ebuild,v 1.2 2012/05/05 08:02:35 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.8.ebuild,v 1.3 2013/04/30 20:13:01 sping Exp $
EAPI=3
VALASLOT=0.14
@ -24,6 +24,7 @@ DEPEND="${RDEPEND}
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.1.6-introspection.patch
epatch "${FILESDIR}"/${PN}-0.1.10-g-ir-compiler-crash.patch
eautoreconf
}

@ -1,12 +1,14 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-9999.ebuild,v 1.1 2012/05/17 18:50:59 sping Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-9999.ebuild,v 1.2 2013/04/30 20:37:44 sping Exp $
EAPI=4
VALASLOT=0.14
VALA_MIN_API_VERSION=0.14
VALA_USE_DEPEND=vapigen
EGIT_REPO_URI="git://git.gnome.org/babl"
inherit autotools eutils git-2
inherit vala autotools eutils git-2
DESCRIPTION="A dynamic, any to any, pixel format conversion library"
HOMEPAGE="http://www.gegl.org/babl/"
@ -19,7 +21,7 @@ IUSE="altivec +introspection sse mmx vala"
RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.10 )"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2.2
vala? ( dev-lang/vala:${VALASLOT}[vapigen] )
vala? ( $(vala_depend) )
virtual/pkgconfig"
src_prepare() {
@ -27,6 +29,8 @@ src_prepare() {
# http://mail.gnome.org/archives/commits-list/2012-April/msg02589.html
sed -i -e 's/values\.h/limits.h/' babl/babl-palette.c || die
eautoreconf
use vala && vala_src_prepare
}
src_configure() {
@ -34,7 +38,6 @@ src_configure() {
# so we don't need to fix it
# w3m is used for dist target thus no issue for us that it is automagically
# detected
VAPIGEN="$(type -p vapigen-${VALASLOT})" \
econf \
--disable-static \
--disable-maintainer-mode \
@ -46,7 +49,7 @@ src_configure() {
}
src_install() {
emake install DESTDIR="${D}"
default
find "${ED}" -name '*.la' -delete
dodoc AUTHORS MAINTAINERS NEWS TODO
}

@ -0,0 +1,25 @@
From deaa974528ac1f4099d091a333214b1a50147243 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping <sebastian@pipping.org>
Date: Wed, 1 May 2013 00:39:42 +0200
Subject: [PATCH] Prevent double escaping / error "stray \ in program"
---
gegl/Makefile.am | 1 +
1 file changed, 1 insertion(+), 0 deletion(-)
diff --git a/gegl/Makefile.am b/gegl/Makefile.am
index 43010ce..fd046d2 100644
--- a/gegl/Makefile.am
+++ b/gegl/Makefile.am
@@ -119,7 +119,8 @@ INCLUDES = $(AM_CFLAGS) $(AM_CPPFLAGS)
Gegl-@GEGL_API_VERSION@.gir: libgegl-@GEGL_API_VERSION@.la Makefile
Gegl_@GEGL_MAJOR_VERSION@_@GEGL_MINOR_VERSION@_gir_INCLUDES = GObject-2.0 GLib-2.0 Babl-0.1
Gegl_@GEGL_MAJOR_VERSION@_@GEGL_MINOR_VERSION@_gir_CFLAGS = $(INCLUDES)
+INTROSPECTION_SCANNER_ENV = CFLAGS="${CFLAGS} "-D'G_LOG_DOMAIN="GEGL-"__FILE__' # No extra backslashes here!
Gegl_@GEGL_MAJOR_VERSION@_@GEGL_MINOR_VERSION@_gir_LIBS = libgegl-@GEGL_API_VERSION@.la
Gegl_@GEGL_MAJOR_VERSION@_@GEGL_MINOR_VERSION@_gir_FILES = $(introspection_sources)
INTROSPECTION_GIRS += Gegl-@GEGL_API_VERSION@.gir
--
1.8.1.5

@ -1,112 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.11 2012/05/05 08:02:38 jdhore Exp $
EAPI=4
inherit gnome2-utils eutils autotools
DESCRIPTION="A graph based image processing framework"
HOMEPAGE="http://www.gegl.org/"
SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"
LICENSE="|| ( GPL-3 LGPL-3 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala"
VALASLOT="0.14"
RDEPEND=">=media-libs/babl-0.1.6[introspection?] <media-libs/babl-0.1.8[introspection?]
>=dev-libs/glib-2.28:2
>=x11-libs/gdk-pixbuf-2.18:2
x11-libs/pango
sys-libs/zlib
cairo? ( x11-libs/cairo )
exif? ( media-gfx/exiv2 )
ffmpeg? ( virtual/ffmpeg )
graphviz? ( media-gfx/graphviz )
jpeg? ( virtual/jpeg )
jpeg2k? ( >=media-libs/jasper-1.900.1 )
lua? ( >=dev-lang/lua-5.1 )
openexr? ( media-libs/openexr )
png? ( media-libs/libpng )
raw? ( >=media-libs/libopenraw-0.0.5 )
sdl? ( media-libs/libsdl )
svg? ( >=gnome-base/librsvg-2.14:2 )
umfpack? ( sci-libs/umfpack )
v4l? ( media-libs/libv4l )
dev-lang/perl
introspection? ( >=dev-libs/gobject-introspection-0.10
>=dev-python/pygobject-2.26:2 )
lensfun? ( >=media-libs/lensfun-0.2.5 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/libtool-2.2
vala? ( dev-lang/vala:${VALASLOT}[vapigen] )"
# tests fail in various ways:
# see bug #362215
RESTRICT="test"
DOCS=( ChangeLog INSTALL README NEWS )
src_prepare() {
# Fix for upstream bug "gegl/gegl-0.1.deps missing from gegl-0.1.8 tarball"
# https://bugzilla.gnome.org/show_bug.cgi?id=666737
[ -f gegl/gegl-0.1.deps ] || echo 'Babl-0.1' > gegl/gegl-0.1.deps
# fix OSX loadable module filename extension
sed -i -e 's/\.dylib/.bundle/' configure.ac || die
eautoreconf
}
src_configure() {
# never enable altering of CFLAGS via profile option
# libspiro: not in portage main tree
# disable documentation as the generating is bit automagic
# if anyone wants to work on it just create bug with patch
VAPIGEN="$(type -p vapigen-${VALASLOT})" \
econf \
--disable-profile \
--without-libspiro \
--disable-docs --disable-workshop \
--with-pango --with-gdk-pixbuf \
$(use_enable mmx) \
$(use_enable sse) \
$(use_enable debug) \
$(use_with cairo) \
$(use_with cairo pangocairo) \
$(use_with exif exiv2) \
$(use_with ffmpeg libavformat) \
$(use_with graphviz) \
$(use_with jpeg libjpeg) \
$(use_with jpeg2k jasper) \
$(use_with lua) \
$(use_with openexr) \
$(use_with png libpng) \
$(use_with raw libopenraw) \
$(use_with sdl) \
$(use_with svg librsvg) \
$(use_with umfpack) \
$(use_with v4l libv4l) \
$(use_enable introspection) \
$(use_with lensfun) \
$(use_with vala)
}
src_test() {
gnome2_environment_reset # sandbox issues
default
}
src_compile() {
gnome2_environment_reset # sandbox issues (bug #396687)
default
}
src_install() {
default
find "${ED}" -name '*.la' -delete
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v 1.8 2013/04/28 17:41:14 sping Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v 1.10 2013/05/01 00:46:15 sping Exp $
EAPI=4
@ -17,7 +17,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala"
IUSE="cairo debug ffmpeg introspection jpeg jpeg2k lensfun mmx openexr png raw sdl sse svg umfpack vala"
RDEPEND=">=media-libs/babl-0.1.10[introspection?]
>=dev-libs/glib-2.28:2
@ -25,19 +25,15 @@ RDEPEND=">=media-libs/babl-0.1.10[introspection?]
x11-libs/pango
sys-libs/zlib
cairo? ( x11-libs/cairo )
exif? ( media-gfx/exiv2 )
ffmpeg? ( || ( >=media-video/ffmpeg-0.11 >=media-video/libav-0.8.5 ) )
graphviz? ( media-gfx/graphviz )
jpeg? ( virtual/jpeg )
jpeg2k? ( >=media-libs/jasper-1.900.1 )
lua? ( >=dev-lang/lua-5.1 )
openexr? ( media-libs/openexr )
png? ( media-libs/libpng )
raw? ( >=media-libs/libopenraw-0.0.5 )
sdl? ( media-libs/libsdl )
svg? ( >=gnome-base/librsvg-2.14:2 )
umfpack? ( sci-libs/umfpack )
v4l? ( media-libs/libv4l )
introspection? ( >=dev-libs/gobject-introspection-0.10
>=dev-python/pygobject-2.26:2 )
lensfun? ( >=media-libs/lensfun-0.2.5 )"
@ -65,6 +61,8 @@ src_prepare() {
if [[ ${CHOST} == *-darwin* && ${CHOST#*-darwin} -le 9 ]] ; then
sed -i -e 's/#ifdef __APPLE__/#if 0/' gegl/opencl/* || die
fi
epatch "${FILESDIR}"/${P}-g_log_domain.patch
eautoreconf
use vala && vala_src_prepare
@ -75,6 +73,27 @@ src_configure() {
# libspiro: not in portage main tree
# disable documentation as the generating is bit automagic
# if anyone wants to work on it just create bug with patch
# Also please note that:
#
# - Some auto-detections are not patched away since the docs are
# not built (--disable-docs, lack of --enable-gtk-doc) and these
# tools affect re-generation of docs, only
# (e.g. ruby, asciidoc, dot (of graphviz), enscript)
#
# - Parameter --with-exiv2 compiles a noinst-app only, no use
#
# - Parameter --disable-workshop disables any use of Lua, effectivly
#
# - v4l support does not work with our media-libs/libv4l-0.8.9,
# upstream bug at https://bugzilla.gnome.org/show_bug.cgi?id=654675
#
# - There are two checks for dot, one controllable by --with(out)-graphviz
# which toggles HAVE_GRAPHVIZ that is not used anywhere. Yes.
#
# So that's why USE="exif graphviz lua v4l" got resolved. More at:
# https://bugs.gentoo.org/show_bug.cgi?id=451136
#
econf \
--disable-silent-rules \
--disable-profile \
@ -86,19 +105,19 @@ src_configure() {
$(use_enable debug) \
$(use_with cairo) \
$(use_with cairo pangocairo) \
$(use_with exif exiv2) \
--without-exiv2 \
$(use_with ffmpeg libavformat) \
$(use_with graphviz) \
--without-graphviz \
$(use_with jpeg libjpeg) \
$(use_with jpeg2k jasper) \
$(use_with lua) \
--without-lua \
$(use_with openexr) \
$(use_with png libpng) \
$(use_with raw libopenraw) \
$(use_with sdl) \
$(use_with svg librsvg) \
$(use_with umfpack) \
$(use_with v4l libv4l) \
--without-libv4l \
$(use_enable introspection) \
$(use_with lensfun) \
$(use_with vala)

@ -1,110 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0.ebuild,v 1.7 2013/04/28 17:41:14 sping Exp $
EAPI=4
inherit gnome2-utils eutils autotools
DESCRIPTION="A graph based image processing framework"
HOMEPAGE="http://www.gegl.org/"
SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"
LICENSE="|| ( GPL-3 LGPL-3 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala"
VALASLOT="0.14"
RDEPEND=">=media-libs/babl-0.1.10[introspection?]
>=dev-libs/glib-2.28:2
>=x11-libs/gdk-pixbuf-2.18:2
x11-libs/pango
sys-libs/zlib
cairo? ( x11-libs/cairo )
exif? ( media-gfx/exiv2 )
ffmpeg? ( || ( >=media-video/ffmpeg-0.11 >=media-video/libav-0.8.5 ) )
graphviz? ( media-gfx/graphviz )
jpeg? ( virtual/jpeg )
jpeg2k? ( >=media-libs/jasper-1.900.1 )
lua? ( >=dev-lang/lua-5.1 )
openexr? ( media-libs/openexr )
png? ( media-libs/libpng )
raw? ( >=media-libs/libopenraw-0.0.5 )
sdl? ( media-libs/libsdl )
svg? ( >=gnome-base/librsvg-2.14:2 )
umfpack? ( sci-libs/umfpack )
v4l? ( media-libs/libv4l )
dev-lang/perl
introspection? ( >=dev-libs/gobject-introspection-0.10
>=dev-python/pygobject-2.26:2 )
lensfun? ( >=media-libs/lensfun-0.2.5 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40.1
virtual/pkgconfig
>=sys-devel/libtool-2.2
vala? ( dev-lang/vala:${VALASLOT}[vapigen] )"
DOCS=( ChangeLog INSTALL README NEWS )
src_prepare() {
epatch "${FILESDIR}/${P}-ffmpeg-0.11.diff"
# fix OSX loadable module filename extension
sed -i -e 's/\.dylib/.bundle/' configure.ac || die
# don't require Apple's OpenCL on versions of OSX that don't have it
if [[ ${CHOST} == *-darwin* && ${CHOST#*-darwin} -le 9 ]] ; then
sed -i -e 's/#ifdef __APPLE__/#if 0/' gegl/opencl/* || die
fi
eautoreconf
}
src_configure() {
# never enable altering of CFLAGS via profile option
# libspiro: not in portage main tree
# disable documentation as the generating is bit automagic
# if anyone wants to work on it just create bug with patch
VAPIGEN="$(type -p vapigen-${VALASLOT})" \
econf \
--disable-profile \
--without-libspiro \
--disable-docs --disable-workshop \
--with-pango --with-gdk-pixbuf \
$(use_enable mmx) \
$(use_enable sse) \
$(use_enable debug) \
$(use_with cairo) \
$(use_with cairo pangocairo) \
$(use_with exif exiv2) \
$(use_with ffmpeg libavformat) \
$(use_with graphviz) \
$(use_with jpeg libjpeg) \
$(use_with jpeg2k jasper) \
$(use_with lua) \
$(use_with openexr) \
$(use_with png libpng) \
$(use_with raw libopenraw) \
$(use_with sdl) \
$(use_with svg librsvg) \
$(use_with umfpack) \
$(use_with v4l libv4l) \
$(use_enable introspection) \
$(use_with lensfun) \
$(use_with vala)
}
src_test() {
gnome2_environment_reset # sandbox issues
default
}
src_compile() {
gnome2_environment_reset # sandbox issues (bug #396687)
default
}
src_install() {
default
find "${ED}" -name '*.la' -delete
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.6 2013/04/28 17:41:14 sping Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.7 2013/05/01 00:46:15 sping Exp $
EAPI=4
@ -17,7 +17,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )"
SLOT="0"
KEYWORDS=""
IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala"
IUSE="cairo debug ffmpeg introspection jpeg jpeg2k lensfun mmx openexr png raw sdl sse svg umfpack vala"
RDEPEND=">=media-libs/babl-0.1.10[introspection?]
>=dev-libs/glib-2.28:2
@ -25,19 +25,15 @@ RDEPEND=">=media-libs/babl-0.1.10[introspection?]
x11-libs/pango
sys-libs/zlib
cairo? ( x11-libs/cairo )
exif? ( media-gfx/exiv2 )
ffmpeg? ( virtual/ffmpeg )
graphviz? ( media-gfx/graphviz )
jpeg? ( virtual/jpeg )
jpeg2k? ( >=media-libs/jasper-1.900.1 )
lua? ( >=dev-lang/lua-5.1 )
openexr? ( media-libs/openexr )
png? ( media-libs/libpng )
raw? ( >=media-libs/libopenraw-0.0.5 )
sdl? ( media-libs/libsdl )
svg? ( >=gnome-base/librsvg-2.14:2 )
umfpack? ( sci-libs/umfpack )
v4l? ( media-libs/libv4l )
introspection? ( >=dev-libs/gobject-introspection-0.10
>=dev-python/pygobject-2.26:2 )
lensfun? ( >=media-libs/lensfun-0.2.5 )"
@ -67,6 +63,27 @@ src_configure() {
# libspiro: not in portage main tree
# disable documentation as the generating is bit automagic
# if anyone wants to work on it just create bug with patch
# Also please note that:
#
# - Some auto-detections are not patched away since the docs are
# not built (--disable-docs, lack of --enable-gtk-doc) and these
# tools affect re-generation of docs, only
# (e.g. ruby, asciidoc, dot (of graphviz), enscript)
#
# - Parameter --with-exiv2 compiles a noinst-app only, no use
#
# - Parameter --disable-workshop disables any use of Lua, effectivly
#
# - v4l support does not work with our media-libs/libv4l-0.8.9,
# upstream bug https://bugzilla.gnome.org/show_bug.cgi?id=654675
#
# - There are two checks for dot, one controlled by --with(out)-graphviz
# which toggles HAVE_GRAPHVIZ that is not used anywhere. Yes.
#
# So that's why USE="exif graphviz lua v4l" got resolved. More at:
# https://bugs.gentoo.org/show_bug.cgi?id=451136
#
econf \
--disable-silent-rules \
--disable-profile \
@ -78,19 +95,19 @@ src_configure() {
$(use_enable debug) \
$(use_with cairo) \
$(use_with cairo pangocairo) \
$(use_with exif exiv2) \
--without-exiv2 \
$(use_with ffmpeg libavformat) \
$(use_with graphviz) \
--without-graphviz \
$(use_with jpeg libjpeg) \
$(use_with jpeg2k jasper) \
$(use_with lua) \
--without-lua \
$(use_with openexr) \
$(use_with png libpng) \
$(use_with raw libopenraw) \
$(use_with sdl) \
$(use_with svg librsvg) \
$(use_with umfpack) \
$(use_with v4l libv4l) \
--without-libv4l \
$(use_enable introspection) \
$(use_with lensfun) \
$(use_with vala)

@ -0,0 +1,11 @@
--- SDL_sound-1.0.3/configure.in
+++ SDL_sound-1.0.3/configure.in
@@ -43,7 +43,7 @@
AC_CANONICAL_TARGET
dnl Setup for automake
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(SDL_sound, $VERSION)

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild,v 1.11 2012/11/25 09:16:25 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild,v 1.12 2013/04/30 21:13:39 hasufell Exp $
EAPI=2
inherit autotools eutils
@ -29,7 +29,8 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}
src_prepare() {
epatch "${FILESDIR}"/${P}-underlinking.patch
epatch "${FILESDIR}"/${P}-{underlinking,automake-1.13}.patch
mv configure.in configure.ac || die
eautoreconf
}

@ -1 +1 @@
DIST ax25-tools-0.0.10-rc2.tar.gz 381575 RMD160 2bf2a34ebdc9fcf02583ec8f950313fec7d588a3 SHA1 f06e0b962ffc734658f1ad6be96d40bcaee19587 SHA256 d3a33914c168f6b9b3fef2cc543e5debbf9c95bf06f4c902f06c68eabfe4b4eb
DIST ax25-tools-0.0.10-rc2.tar.gz 381575 SHA256 d3a33914c168f6b9b3fef2cc543e5debbf9c95bf06f4c902f06c68eabfe4b4eb SHA512 ca6042682e8da9136edaefe7c137d8a1626a82ba4c1d5de98c37d0e9b9b2ee1934986b203bdf6d870152a0b778812731dc58b889b806cad8e30a102e702612ae WHIRLPOOL 0ddc78b198e0809613636a60cab44a1ee4f93002325db0aab1cd23cf68ac15a7f1fddfcc8782bb25caccad2e2893b28b6d0792a471863e5e46aaa595b3bd3961

@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-tools/ax25-tools-0.0.10_rc2-r1.ebuild,v 1.1 2011/08/30 16:59:58 tomjbe Exp $
# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-tools/ax25-tools-0.0.10_rc2-r1.ebuild,v 1.2 2013/05/01 07:46:34 tomjbe Exp $
EAPI="2"
EAPI="5"
inherit autotools eutils
MY_P=${P/_/-}
@ -26,6 +26,8 @@ RDEPEND=${DEPEND}
src_prepare() {
epatch "${FILESDIR}/${P}-parallel-make.patch" \
"${FILESDIR}/${P}-cve-2011-2910.patch" # see bug # 379293
# Fix deprecated AM_CONFIG_HEADER in automake 1.13 (bug #467752)
sed -i -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" configure.ac || die
eautoreconf
}
@ -34,18 +36,18 @@ src_configure() {
}
src_install() {
emake DESTDIR="${D}" install installconf || die "emake install failed"
emake DESTDIR="${D}" install installconf
# Package does not respect --docdir
rm -rf "${D}"/usr/share/doc/ax25-tools || die "clean-up doc failed"
rm -rf "${D}"/usr/share/doc/ax25-tools || die
dodoc AUTHORS ChangeLog NEWS README tcpip/ttylinkd.README \
user_call/README.user_call yamdrv/README.yamdrv dmascc/README.dmascc \
tcpip/ttylinkd.INSTALL || die "dodoc failed"
newinitd "${FILESDIR}"/ax25d.rc ax25d || die "ax25d rc install failed"
newinitd "${FILESDIR}"/mheardd.rc mheardd || die "mheardd rc install failed"
newinitd "${FILESDIR}"/netromd.rc netromd || die "netromd rc install failed"
newinitd "${FILESDIR}"/rip98d.rc rip98d || die "rip98d rc install failed"
newinitd "${FILESDIR}"/rxecho.rc rxecho || die "rxecho rc install failed"
newinitd "${FILESDIR}"/ttylinkd.rc ttylinkd || die "ttylinkd install failed"
tcpip/ttylinkd.INSTALL
newinitd "${FILESDIR}"/ax25d.rc ax25d
newinitd "${FILESDIR}"/mheardd.rc mheardd
newinitd "${FILESDIR}"/netromd.rc netromd
newinitd "${FILESDIR}"/rip98d.rc rip98d
newinitd "${FILESDIR}"/rxecho.rc rxecho
newinitd "${FILESDIR}"/ttylinkd.rc ttylinkd
}

@ -1,3 +1,2 @@
DIST pulseaudio-1.1.tar.xz 1306168 SHA256 6fe531136f6ebce2d35872a2d2c914278cdc5dcdd5eea516dc52c81f9001f5ee SHA512 6cd24259ad27f272c9069f4474c63208e431b802858f8485e601a7335a92787701a4a51b3f6b11d3bf2c5c04b4d9ec8c3b33f8dd3c0dda674c15da7c0c78cbba WHIRLPOOL 9ea4a8283c114298cf172f1757f0da1f218a82c54ac1e76a376a6439c2c795bb29040a2b113655127cc17e9a8def0339e74767bae24384d89dd3ed4db5f2c96e
DIST pulseaudio-2.1.tar.xz 1355004 SHA256 ef6b347bf47abfb98080795f1583018ac959b4aeb4df916b879f9e1eaba0ca7f SHA512 56b672968ae32dcaa5520b8199ed603f4f1223c7884ee6ad1ddf0ee796b1859784c262eef749504f996638f68bf2b213dd0ad1e9cddfb342e2795300ff9972b6 WHIRLPOOL cf4e38d868b67e1cf3fe610d8759a922c7a71040d923844ea0168b00b756b51882580504a7d876e470d0a6ad523a643ddb1559424d8786bc4d9ce457b4a855ea
DIST pulseaudio-3.0.tar.xz 1367468 SHA256 c90bfda29605942d08e3e218ef10e3c660506a06651a616bfbb6a6df8392836d SHA512 965d6f2472f1b15b600b4578cfbfcb6bbe6be2e7661c0672216141118e34caba3046a026aed69d4fc6ae82b7190bc64e00cf03fb638a872b5d0d25c7c3e10514 WHIRLPOOL 79813545993c7a6291550a471d5e32826438c72060ca07051a455a23c8695de5e1d30d104bec01ec29552e5e8d72448f393536d5b81c50d6371e29567ba937bc

@ -1,229 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-1.1-r1.ebuild,v 1.16 2013/04/10 20:43:51 vincent Exp $
EAPI=5
inherit autotools eutils flag-o-matic user versionator
DESCRIPTION="A networked sound server with an advanced plugin system"
HOMEPAGE="http://www.pulseaudio.org/"
SRC_URI="http://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz"
# libpulse-simple and libpulse link to libpulse-core; this is daemon's
# library and can link to gdbm and other GPL-only libraries. In this
# cases, we have a fully GPL-2 package. Leaving the rest of the
# GPL-forcing USE flags for those who use them.
LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux"
IUSE="+alsa avahi +caps equalizer jack lirc oss tcpd +X dbus libsamplerate gnome bluetooth +asyncns +glib test doc +udev ipv6 system-wide realtime +orc ssl +gdbm"
RDEPEND="app-admin/eselect-esd
X? (
>=x11-libs/libX11-1.4.0
>=x11-libs/libxcb-1.6
>=x11-libs/xcb-util-0.3.1
x11-libs/libSM
x11-libs/libICE
x11-libs/libXtst
)
caps? ( sys-libs/libcap )
libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 )
alsa? ( >=media-libs/alsa-lib-1.0.19 )
glib? ( >=dev-libs/glib-2.4.0 )
avahi? ( >=net-dns/avahi-0.6.12[dbus] )
jack? ( >=media-sound/jack-audio-connection-kit-0.117 )
tcpd? ( sys-apps/tcp-wrappers )
lirc? ( app-misc/lirc )
dbus? ( >=sys-apps/dbus-1.0.0 )
gnome? ( >=gnome-base/gconf-2.4.0 )
bluetooth? (
>=net-wireless/bluez-4
>=sys-apps/dbus-1.0.0
)
asyncns? ( net-libs/libasyncns )
udev? ( >=virtual/udev-143[hwdb] )
realtime? ( sys-auth/rtkit )
equalizer? ( sci-libs/fftw:3.0 )
orc? ( >=dev-lang/orc-0.4.9 )
ssl? ( dev-libs/openssl )
>=media-libs/speex-1.2_rc1
>=media-libs/libsndfile-1.0.20
gdbm? ( sys-libs/gdbm )
dev-libs/json-c
>=sys-devel/libtool-2.2.4" # it's a valid RDEPEND, libltdl.so is used
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
X? (
x11-proto/xproto
>=x11-libs/libXtst-1.0.99.2
)
dev-libs/libatomic_ops
virtual/pkgconfig
system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) )
dev-util/intltool"
# alsa-utils dep is for the alsasound init.d script (see bug #155707)
# bluez dep is for the bluetooth init.d script
RDEPEND="${RDEPEND}
X? ( gnome-extra/gnome-audio )
system-wide? (
sys-apps/openrc
alsa? ( media-sound/alsa-utils )
bluetooth? ( >=net-wireless/bluez-4 )
)"
# See "*** BLUEZ support not found (requires D-Bus)" in configure.ac
REQUIRED_USE="bluetooth? ( dbus )"
pkg_setup() {
enewgroup audio 18 # Just make sure it exists
enewgroup pulse-access
enewgroup pulse
enewuser pulse -1 -1 /var/run/pulse pulse,audio
}
src_prepare() {
epatch "${FILESDIR}/${P}-python3-fix.patch"
# bgo 390287
epatch "${FILESDIR}/${P}-machine-id-fix.patch"
eautoreconf
}
src_configure() {
# It's a binutils bug, once I can find time to fix that I'll add a
# proper dependency and fix this up. — flameeyes
append-ldflags $(no-as-needed)
if use gdbm; then
myconf+=" --with-database=gdbm"
#elif use tdb; then
# myconf+=" --with-database=tdb"
else
myconf+=" --with-database=simple"
fi
econf \
--enable-largefile \
$(use_enable glib glib2) \
--disable-solaris \
$(use_enable asyncns) \
$(use_enable oss oss-output) \
$(use_enable alsa) \
$(use_enable lirc) \
$(use_enable tcpd tcpwrap) \
$(use_enable jack) \
$(use_enable lirc) \
$(use_enable avahi) \
--disable-hal \
$(use_enable dbus) \
$(use_enable gnome gconf) \
$(use_enable libsamplerate samplerate) \
$(use_enable bluetooth bluez) \
$(use_enable X x11) \
$(use_enable test default-build-tests) \
$(use_enable udev) \
$(use_enable ipv6) \
$(use_enable ssl openssl) \
$(use_with caps) \
$(use_with equalizer fftw) \
--localstatedir="${EPREFIX}"/var \
--with-udev-rules-dir="${EPREFIX}/lib/udev/rules.d" \
${myconf}
if use doc; then
pushd doxygen
doxygen doxygen.conf
popd
fi
}
src_test() {
# We avoid running the toplevel check target because that will run
# po/'s tests too, and they are broken. Officially, it should work
# with intltool 0.41, but that doesn't look like a stable release.
emake -C src check
}
src_install() {
emake -j1 DESTDIR="${D}" install
# Drop the script entirely if X is disabled
use X || rm "${ED}"/usr/bin/start-pulseaudio-x11
if use system-wide; then
newconfd "${FILESDIR}/pulseaudio.conf.d" pulseaudio
use_define() {
local define=${2:-$(echo $1 | tr '[:lower:]' '[:upper:]')}
use "$1" && echo "-D$define" || echo "-U$define"
}
unifdef $(use_define avahi) \
$(use_define alsa) \
$(use_define bluetooth) \
$(use_define udev) \
"${FILESDIR}/pulseaudio.init.d-5" \
> "${T}/pulseaudio"
doinitd "${T}/pulseaudio"
fi
use avahi && sed -i -e '/module-zeroconf-publish/s:^#::' "${ED}/etc/pulse/default.pa"
dodoc README todo
if use doc; then
pushd doxygen/html
dohtml *
popd
fi
# Create the state directory
use prefix || diropts -o pulse -g pulse -m0755
keepdir /var/run/pulse
find "${D}" -name '*.la' -delete
}
pkg_postinst() {
if use system-wide; then
elog "PulseAudio in Gentoo can use a system-wide pulseaudio daemon."
elog "This support is enabled by starting the pulseaudio init.d ."
elog "To be able to access that you need to be in the group pulse-access."
elog "If you choose to use this feature, please make sure that you"
elog "really want to run PulseAudio this way:"
elog " http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode"
elog "For more information about system-wide support, please refer to:"
elog " http://pulseaudio.org/wiki/SystemWideInstance"
if use gnome ; then
elog
elog "By enabling gnome USE flag, you enabled gconf support. Please note"
elog "that you might need to remove the gnome USE flag or disable the"
elog "gconf module on /etc/pulse/system.pa to be able to use PulseAudio"
elog "with a system-wide instance."
fi
fi
if use bluetooth; then
elog
elog "The Bluetooth proximity module is not enabled in the default"
elog "configuration file. If you do enable it, you'll have to have"
elog "your Bluetooth controller enabled and inserted at bootup or"
elog "PulseAudio will refuse to start."
fi
if use alsa; then
local pkg="media-plugins/alsa-plugins"
if has_version ${pkg} && ! has_version "${pkg}[pulseaudio]"; then
elog
elog "You have alsa support enabled so you probably want to install"
elog "${pkg} with pulseaudio support to have"
elog "alsa using applications route their sound through pulseaudio"
fi
fi
eselect esd update --if-unset
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-2.1-r1.ebuild,v 1.14 2013/04/10 20:43:51 vincent Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-2.1-r1.ebuild,v 1.15 2013/05/01 03:23:59 ford_prefect Exp $
EAPI=5
@ -58,7 +58,7 @@ RDEPEND=">=media-libs/libsndfile-1.0.20
webrtc-aec? ( media-libs/webrtc-audio-processing )
xen? ( app-emulation/xen )
systemd? ( >=sys-apps/systemd-39 )
dev-libs/json-c
<dev-libs/json-c-0.11
>=sys-devel/libtool-2.2.4" # it's a valid RDEPEND, libltdl.so is used
DEPEND="${RDEPEND}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-3.0.ebuild,v 1.5 2013/04/10 20:43:51 vincent Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-3.0.ebuild,v 1.6 2013/05/01 03:23:59 ford_prefect Exp $
EAPI="5"
@ -58,7 +58,7 @@ RDEPEND=">=media-libs/libsndfile-1.0.20
webrtc-aec? ( media-libs/webrtc-audio-processing )
xen? ( app-emulation/xen )
systemd? ( >=sys-apps/systemd-39 )
dev-libs/json-c
<dev-libs/json-c-0.11
>=sys-devel/libtool-2.2.4" # it's a valid RDEPEND, libltdl.so is used
DEPEND="${RDEPEND}

@ -0,0 +1,20 @@
--- makemkv-oss-1.8.1/makefile.linux.orig
+++ makemkv-oss-1.8.1/makefile.linux
@@ -8,7 +8,7 @@
MOC=moc
endif
-CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
+CXXOPTS=-D_GNU_SOURCE -D_linux_
BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
BUILDINFO_BUILD_DATE=$(shell date)
@@ -38,7 +38,7 @@
install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
out/%: out/%.full
- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
+ objcopy --discard-all $< $@
out/libdriveio.so.0.full:
mkdir -p out

@ -1 +1 @@
Tue, 30 Apr 2013 12:06:55 +0000
Wed, 01 May 2013 09:06:57 +0000

@ -1 +1 @@
Tue, 30 Apr 2013 12:06:55 +0000
Wed, 01 May 2013 09:06:58 +0000

@ -1,6 +1,7 @@
DEFINED_PHASES=install
DEFINED_PHASES=compile install
DEPEND=selinux? ( sec-policy/selinux-tmpreaper )
DESCRIPTION=Files which haven't been accessed in a given period of time are removed from specified directories
EAPI=5
HOMEPAGE=https://fedorahosted.org/tmpwatch/
IUSE=selinux
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
@ -8,4 +9,5 @@ LICENSE=GPL-2
RDEPEND=selinux? ( sec-policy/selinux-tmpreaper )
SLOT=0
SRC_URI=https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-2.11.tar.bz2
_md5_=8ff890448671153176ebbe6f30e9c4a5
_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
_md5_=c1d62c6792f067da8caa215af299381b

@ -1,14 +1,14 @@
DEFINED_PHASES=compile install postinst postrm preinst pretend setup
DEPEND=kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources )
DESCRIPTION=Linux driver for setting the backlight brightness on laptops using NVIDIA GPU
EAPI=4
EAPI=5
HOMEPAGE=https://github.com/guillaumezin/nvidiabl
IUSE=kernel_linux
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=kernel_linux? ( virtual/modutils )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/guillaumezin/nvidiabl/archive/v0.81.tar.gz
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e linux-info dd8fdcccc30f117673b4cba4ed4f74a7 linux-mod c9d4931960ba253061ad823a8508bff5 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=e3c0cec06613d48b78e707145b207bab
_md5_=fcf9e4af111aa9645fc0278826dfb69a

@ -0,0 +1,11 @@
DEFINED_PHASES=compile configure install prepare pretend test unpack
DEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdeclarative:4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-vcs/git
DESCRIPTION=Notifier about new mail in a GMail inbox for LeechCraft
EAPI=5
HOMEPAGE=http://leechcraft.org/
IUSE=debug notify quark
LICENSE=Boost-1.0
RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdeclarative:4 quark? ( ~virtual/leechcraft-quark-sideprovider-9999 ) notify? ( ~virtual/leechcraft-notifier-9999 )
SLOT=0
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de git-2 e92e09651292b1bef5656592364550f7 leechcraft 1615e53313721651c56cc8e4250e76c0 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=3b713ee97199e2626c9a0aa4c78f3129

@ -10,4 +10,4 @@ RDEPEND=app-text/gtkspell:2 dev-dotnet/gconf-sharp:2 dev-dotnet/gtk-sharp:2 dev-
SLOT=0
SRC_URI=mirror://gnome/sources/tomboy/1.12/tomboy-1.12.2.tar.xz
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac mono 203a4295c06155d318bdff9c6b2d5e1c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=224d6e15f4b93b68552ffe6c5d738838
_md5_=55e8d35ae5618f46aca71c3a932bb5b7

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

Loading…
Cancel
Save