Sync with portage [Fri Jan 18 22:55:32 MSK 2013].

mhiretskiy
root 11 years ago
parent f6a6e55531
commit d0c3ecaf17

@ -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/app-admin/sagan/sagan-0.2.2_p2-r2.ebuild,v 1.1 2012/12/25 20:01:33 qnikst Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/sagan/sagan-0.2.2_p2-r2.ebuild,v 1.3 2013/01/18 10:03:52 ago Exp $
EAPI=4
@ -13,7 +13,7 @@ SRC_URI="http://sagan.softwink.com/download/${PN}-${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="smtp mysql postgres prelude snort +lognorm +libdnet +pcap"
DEPEND="virtual/pkgconfig

@ -1,3 +1 @@
DIST cdw-0.6.0.tar.gz 673530 SHA256 6bede3de3dda9e9c771802bf88d6ea30a4043ae5306d0a187569030628ff4daa SHA512 526b8d59cce5ac2bd6d15d00c4c201f8c461f00dd2e758a2815874a0ac6170f44f90db07554d57938f90d40154bd3a993554a78591e222ce5fb0d3568adadb47 WHIRLPOOL fe24637f5c9c66e07bc2abec4ccea91de92cd92d894db4dbcb69eb7d8953f897cee2a2d92c47a970faf2e3efad4183544c918ff89ffaf8407b599b37437da186
DIST cdw-0.7.0.tar.gz 728827 SHA256 77e6f97875bdee14c5394d2976073bfc33829b81e71bcc8e7af7f0946a063695 SHA512 e05944a38705778adae64e6575816ca3a73bc1a5e35b4a60c574384711e47d649ae641af5b90243c7bb716268f428d372c765a0e240ae25b4a31eda55e35949e WHIRLPOOL c917ec92feef8abbabc5e4c56f7af9b1bed14e2f74dba58c23edc12e08a0d8add5cb2e6f166ebcf072c5943ded1b976ee8fbff5a61a6c482236f9db92820f3de
DIST cdw-0.7.1.tar.gz 771099 SHA256 6364c2b836bfe4bf3a672eee1eda2a32061e31d94f73abb02cd5f3e1b69a744e SHA512 8577281841ec3638157473004c835b17167e751594cf19a8960ab37bcad58179abbaa49da9ce37f841adbb79e0e75488d780dbfe348241b1f83a084a88dde205 WHIRLPOOL 58fdfd4e7375b3022a34e2ab6afc14625d3e7e24538069b0c6fd90ed645ba79d8d167d96c42204a1732095ebe8ea4b16d8e4321355cddd2d7a1fb8766ed3f806

@ -1,32 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.6.0.ebuild,v 1.6 2011/01/13 22:38:22 ranger Exp $
EAPI=2
inherit autotools flag-o-matic eutils
DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools"
HOMEPAGE="http://cdw.sourceforge.net"
SRC_URI="mirror://sourceforge/cdw/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
DEPEND="virtual/cdrtools
app-cdr/dvd+rw-tools
dev-libs/libcdio[-minimal]
sys-libs/ncurses[unicode]"
src_prepare() {
epatch "${FILESDIR}"/${P}-asneeded.patch
rm -f missing
eautoreconf
strip-flags
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README THANKS cdw.conf
}

@ -1,33 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.7.0.ebuild,v 1.5 2012/03/09 11:03:59 phajdan.jr Exp $
EAPI=2
inherit autotools flag-o-matic eutils
DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools"
HOMEPAGE="http://cdw.sourceforge.net"
SRC_URI="mirror://sourceforge/cdw/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="virtual/cdrtools
app-cdr/dvd+rw-tools
dev-libs/libburn
dev-libs/libcdio[-minimal]
sys-libs/ncurses[unicode]"
src_prepare() {
epatch "${FILESDIR}"/${P}-asneeded.patch
rm -f missing
eautoreconf
strip-flags
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README THANKS cdw.conf
}

@ -1,34 +0,0 @@
diff -ru cdw-0.6.0.orig/src/Makefile.am cdw-0.6.0/src/Makefile.am
--- cdw-0.6.0.orig/src/Makefile.am 2010-10-20 14:24:16.000000000 -0400
+++ cdw-0.6.0/src/Makefile.am 2010-11-05 03:49:25.609187912 -0400
@@ -10,10 +10,6 @@
include $(top_srcdir)/Makefile.cdw.am
-# define common linker flags
-AM_LDFLAGS = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660
-
-
# list source files
cdw_source_files = cddb.c main.c
@@ -56,7 +52,8 @@
$(top_builddir)/src/optical_file_systems/libcdwopticalfilesystems.a \
$(top_builddir)/src/configuration/libcdwconfiguration.a \
$(top_builddir)/src/user_interface/libcdwuserinterface.a \
- $(top_builddir)/gnulib/lib/libgnulib.a
+ $(top_builddir)/gnulib/lib/libgnulib.a \
+ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm
cdw_SOURCES = $(cdw_source_files)
@@ -77,7 +74,8 @@
$(top_builddir)/src/optical_file_systems/libcdwopticalfilesystems_check.a \
$(top_builddir)/src/configuration/libcdwconfiguration_check.a \
$(top_builddir)/src/user_interface/libcdwuserinterface_check.a \
- $(top_builddir)/gnulib/lib/libgnulib.a
+ $(top_builddir)/gnulib/lib/libgnulib.a \
+ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm
cdw_tests_SOURCES = $(cdw_source_files)

@ -1,34 +0,0 @@
--- src/Makefile.am.orig 2012-01-19 03:18:12.240607766 -0500
+++ src/Makefile.am 2012-01-19 03:19:24.833598014 -0500
@@ -9,11 +9,6 @@
# use $(top_srcdir); $(top_builddir) would fail during "make distcheck"
include $(top_srcdir)/Makefile.cdw.am
-
-# define common linker flags
-AM_LDFLAGS = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm -lburn
-
-
# list source files
cdw_source_files = cddb.c main.c
@@ -58,7 +53,8 @@
$(top_builddir)/src/user_interface/libcdwuserinterface.a \
$(top_builddir)/gnulib/lib/libgnulib.a \
$(top_builddir)/src/external_tools/libcdwexternaltools.a \
- $(top_builddir)/src/tasks/libcdwtasks.a
+ $(top_builddir)/src/tasks/libcdwtasks.a \
+ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm -lburn
cdw_SOURCES = $(cdw_source_files)
@@ -81,7 +77,8 @@
$(top_builddir)/src/user_interface/libcdwuserinterface_check.a \
$(top_builddir)/gnulib/lib/libgnulib.a \
$(top_builddir)/src/external_tools/libcdwexternaltools_check.a \
- $(top_builddir)/src/tasks/libcdwtasks_check.a
+ $(top_builddir)/src/tasks/libcdwtasks_check.a \
+ -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm -lburn
cdw_tests_SOURCES = $(cdw_source_files)

@ -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/app-i18n/pology/pology-0.11.ebuild,v 1.3 2012/11/16 19:49:02 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-i18n/pology/pology-0.11.ebuild,v 1.4 2013/01/18 10:21:27 scarabeus Exp $
EAPI=4
@ -13,7 +13,7 @@ inherit python cmake-utils bash-completion-r1 ${VCS_ECLASS}
unset VCS_ECLASS
DESCRIPTION="A framework for custom processing of PO files."
HOMEPAGE="http://pology.nedohodnik.nete"
HOMEPAGE="http://pology.nedohodnik.net"
[[ ${PV} == 9999 ]] || SRC_URI="http://pology.nedohodnik.net//release/${P}.tar.bz2"
LICENSE="GPL-3"

@ -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/app-i18n/pology/pology-9999.ebuild,v 1.2 2012/08/03 13:10:09 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-i18n/pology/pology-9999.ebuild,v 1.3 2013/01/18 10:21:27 scarabeus Exp $
EAPI=4
@ -13,7 +13,7 @@ inherit python cmake-utils bash-completion-r1 ${VCS_ECLASS}
unset VCS_ECLASS
DESCRIPTION="A framework for custom processing of PO files."
HOMEPAGE="http://pology.nedohodnik.nete"
HOMEPAGE="http://pology.nedohodnik.net"
[[ ${PV} == 9999 ]] || SRC_URI="http://pology.nedohodnik.net//release/${P}.tar.bz2"
LICENSE="GPL-3"

@ -2,3 +2,4 @@ DIST portpeek-2.0.24.tar.gz 11373 SHA256 77b787e2c59743f40ad407c5a3026b3858f2c84
DIST portpeek-2.0.25.tar.gz 11367 SHA256 38de327bdefdd853166ec0ecdae03ccd508fb27c9762b99cea9926ce38801f5b SHA512 ea4b996787f4f956e3146f6618189f389f78f7a3778297ba1a2118b048c5f2e950221fbe4f9c52249a043f1fc65b4c45a01b799bb52b61e337527702f2149d9d WHIRLPOOL b57636fb820d6e5f0cb1611ca0e417c8d6b04a2c0fc50f9b32da78b940984c687c3ea1dc9a00660ce395108daca372fc3b9d90d9158cab51c502aa6677fd282d
DIST portpeek-2.1.1.tar.gz 11744 SHA256 523ebfc87624fb36a100b502557d1e6b7388c6aff61c141211c8ca277170c402 SHA512 23c7cc9ba9c0c6e0a73fbeb3fb5d1ca4240e245efef00677f92e2ae55b81eeb1f68848e954470fe14f1ca28052a7da298c94d66296bfce14852f74449e2111ab WHIRLPOOL 9fdb620a42602107054dbc4fee7e8d869da97c9c7bb835eec9a76042019480803afe900c2d949bc75ee3f144afa20c3fac6148d78e21f96c9bcc2714666e9084
DIST portpeek-2.1.4.tar.gz 11583 SHA256 3e6db54cf670c4d00b10fc69e99554cfa65784817e41792dd987578b4209a5b2 SHA512 fcc2f3d7cdfa971dfd0b2488ac175a4a58f0ca2fd8b3a1a68f2419c3c7c33346e18b25cabe3a07d9dda32d5c48bafc0a22781614fb1cb951570d44a52c32b5de WHIRLPOOL 91945f03b2062083ccd9f79ca865026c3cba032c74f031cbffcac171b5bc2c7d3b98ed4e196617ab3982ae458b89bdd689a70ef89cb4bfee08e0a1ea39f6771a
DIST portpeek-2.1.6.tar.gz 11679 SHA256 aa0338ea8536dcdaba1f6c7ee960a59e03b6ccdb300968c567832f6bc04fc766 SHA512 c845daa9683aa6e2eb137d24899cb86730133a59e0019034fc9d8f2a28165f458208979bf4984699481878bc85a82489250d8b5fa66c39978fb72b3ab1797efc WHIRLPOOL 5ba2796d32aa50395178f26182f8bf6603074d8add906d3616221299e16242bdfc585c890fd09abe940f2421d49efa8050c977e7f5849bfab0b66d77a92a8d70

@ -0,0 +1,26 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/portpeek-2.1.6.ebuild,v 1.1 2013/01/18 14:08:39 mpagano Exp $
EAPI="4"
PYTHON_DEPEND="*:2.7"
inherit python
DESCRIPTION="A helper program for maintaining the package.keyword and package.unmask files"
HOMEPAGE="http://www.mpagano.com/blog/?page_id=3"
SRC_URI="http://www.mpagano.com/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=""
RDEPEND=">=app-portage/gentoolkit-0.3.0.7
>=sys-apps/portage-2.1.11.31"
src_install() {
dobin ${PN} || die "dobin failed"
doman *.[0-9]
}

@ -1,2 +1,2 @@
DIST docbook-xsl-ns-1.76.1.tar.bz2 3674367 SHA256 c40e756721f4a7a81d14442babceadca8122e623815b083ae0e8c97aea792d54 SHA512 6478f548a8b4b33abae428c59783cad211753d6aa4ac72e46e811de5bc7628d866c38397f0eaadbc0430e6d2bae1feaa9840c50caa4514d81107ebd816053762 WHIRLPOOL e32a5935241957de0a1b2d87b45428c925b4cdcd84f2ea291acf84050dd4fad7723431338a5fb9c89d2c8e5d569ac195e1ca8a861be41d2e2c627ac2be87492f
DIST docbook-xsl-ns-1.77.1.tar.bz2 4329834 SHA256 399ee0bcba707bd177882d5430e458d916e719ca2bd69ac77b13ae95e1f89977 SHA512 f2046a105d6c39714cf96eedb67c9819c61712bdbd1f13c9875fc7ff3d421dd9cd5804d1f60272eee6466d0885faba9135fe71349811ff605f5ea5d2e732c848 WHIRLPOOL d7c0bc513a61390f98e45a0b15673850492455fe344b51258ea22f98b024a3ad110932ce764ea34a099a9beb6e77ddd950c972d4bc1b628ad5e4a0cdbd0bf08f
DIST docbook-xsl-ns-1.78.0.tar.bz2 4992293 SHA256 255f67ff33c879e461d7a7550be80477d1bd0b0c3406fa50e9b4037eeb8c598e SHA512 f3b9b52a4ba5670c17086cdf64674080ef82a9226f085887c23c53d2d102611d690895c71d14186cd84a25c7735b05d6c55207f4b2b9084d65889aaac7993cf3 WHIRLPOOL d0f875baddea8317eaf6b5a4d1d0e9b3e4a380fada6414a310a88c3a9ea8fc2f502c249a1862e100138030409f1fa0052514b905ba56fa084c3798d78d0a0396

@ -1,61 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.76.1.ebuild,v 1.7 2012/02/02 16:15:44 ssuominen Exp $
DESCRIPTION="XSL Stylesheets for Docbook"
HOMEPAGE="http://wiki.docbook.org/topic/DocBookXslStylesheets"
SRC_URI="mirror://sourceforge/docbook/docbook-xsl-ns-${PV}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""
RDEPEND=">=app-text/build-docbook-catalog-1.4"
S=${WORKDIR}/docbook-xsl-ns-${PV}
# Makefile is broken in this release
RESTRICT=test
# The makefile runs tests, not builds.
src_compile() { :; }
src_test() {
emake check || die "test failed"
}
src_install() {
# Create the installation directory
insinto /usr/share/sgml/docbook/xsl-ns-stylesheets
local i
for sheet in $(find . -maxdepth 1 -mindepth 1 -type d); do
i=$(basename $sheet)
cd "${S}"/${i}
for doc in ChangeLog README; do
if [ -e "$doc" ]; then
mv ${doc} ${doc}.${i}
dodoc ${doc}.${i}
rm ${doc}.${i}
fi
done
doins -r "${S}"/${i}
done
# Install misc. docs
# The changelog is now zipped, and copied as the RELEASE-NOTES, so we
# don't need to install it
cd "${S}"
dodoc AUTHORS BUGS NEWS README RELEASE-NOTES.txt TODO
doins VERSION
}
pkg_postinst() {
build-docbook-catalog
}
pkg_postrm() {
build-docbook-catalog
}

@ -0,0 +1,81 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild,v 1.1 2013/01/18 12:42:06 flameeyes Exp $
EAPI=5
DOCBOOKDIR="/usr/share/sgml/${PN/-//}"
MY_PN="${PN%-stylesheets}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="XSL Stylesheets for Docbook"
HOMEPAGE="http://wiki.docbook.org/topic/DocBookXslStylesheets"
SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="ruby"
RDEPEND=">=app-text/build-docbook-catalog-1.4
ruby? ( dev-lang/ruby )"
DEPEND=""
S="${WORKDIR}/${MY_P}"
# Makefile is broken since 1.76.0
RESTRICT=test
# The makefile runs tests, not builds.
src_compile() { :; }
src_test() {
emake check
}
src_install() {
# The changelog is now zipped, and copied as the RELEASE-NOTES, so we
# don't need to install it
dodoc AUTHORS BUGS NEWS README RELEASE-NOTES.txt TODO
insinto ${DOCBOOKDIR}
doins VERSION VERSION.xsl
local i
for i in $(find . -maxdepth 1 -mindepth 1 -type d -exec basename {} \;); do
[[ "$i" == "epub" ]] && ! use ruby && continue
cd "${S}"/${i}
for doc in ChangeLog README; do
if [ -e "$doc" ]; then
mv ${doc} ${doc}.${i}
dodoc ${doc}.${i}
rm ${doc}.${i}
fi
done
doins -r "${S}"/${i}
done
if use ruby; then
local cmd="dbtoepub${MY_PN#docbook-xsl}"
# we can't use a symlink or it'll look for the library in the
# wrong path.
dodir /usr/bin
cat - > "${D}"/usr/bin/${cmd} <<EOF
#!/usr/bin/env ruby
load "${DOCBOOKDIR}/epub/bin/dbtoepub"
EOF
fperms 0755 /usr/bin/${cmd}
fi
}
pkg_postinst() {
build-docbook-catalog
}
pkg_postrm() {
build-docbook-catalog
}

@ -1,3 +1,2 @@
DIST docbook-xsl-1.76.1.tar.bz2 3682531 SHA256 d6bdfd76f672c810299c71443e5127431ffb87d2c79d818aee72c86eaccd312c SHA512 4e63a0fdc29de8f22400966cc0cb59a1c3263c1da39ddb5b3840a7902208a1118ed473d03738587534166d588e6c79ec7ae0e423330f84c4f9f810f0c2ede9c2 WHIRLPOOL b58a117055d0fdbea0d452d15b1cb990c6f20fe8734abe397ea2ea731cfe7fa706447e9f0e33f176335ed6e6193b9212aac9002a1042904e3a76a46f7270a645
DIST docbook-xsl-1.77.0.tar.bz2 4255710 SHA256 184e23813139cee4531dd475d983097c9dbce0e0a8790596f53a66c8e039eb56 SHA512 3a94e93dd2a9b8fee762f4ec77952de3f772b054031845cd6ef3443e0d60f9b628e73abef0072d47a68a7d2a8a8e5ab2dcda77f444aad5eefa7707eec8c8d609 WHIRLPOOL 0b68fc88319e6bc1aaaa96f31313891f77a74a5d96b76441380659eab4046c6caf5b2938f000757f7526b31972fb0c6957a5d14eabce68d678dc1d886f6ab431
DIST docbook-xsl-1.77.1.tar.bz2 4319727 SHA256 24c6c4413f71f9a2c000fa21be76c58f53db1baa42f17b02845e1c2c0aeb7cd5 SHA512 39c1eb10ce439ad2c99d9aedf13d26b9ff6bbab871d4491c88253c9f88caaaafdb9316dde201627c84b639c4b6c2a110fa0eddc687ff4e199c0407331954c839 WHIRLPOOL 83637d2c2308a416089352ece61dfef3e80bf09cb9df717b25efb757807281bd3127e071e8788d92844288b945349f6408b46f6ad2d13be0b38b27bbfda6bfbc
DIST docbook-xsl-1.78.0.tar.bz2 5011106 SHA256 e43220bfe35cad7eb289291264da472819c4b781173a9a58f72d6e404a1f5923 SHA512 9611e354a8c8e86fa203a0b58356a6229e82f98197a94f9a668c10e10ef3ebb87f468fa03a04292068d1cca5ad31043d78e19981933ee3820910d70ca9e044e2 WHIRLPOOL a2ffba19a2da8c6fc1be9fbdc8ef5b5fc5f13ed8524ffc07bda56b7f986268f45b5c4df2261f6a04c7e12b97aadc2e2a6718268ffe3102aa58589f2db6e6f90c

@ -1,61 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.76.1.ebuild,v 1.8 2012/04/26 17:21:45 aballier Exp $
DESCRIPTION="XSL Stylesheets for Docbook"
HOMEPAGE="http://wiki.docbook.org/topic/DocBookXslStylesheets"
SRC_URI="mirror://sourceforge/docbook/docbook-xsl-${PV}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=app-text/build-docbook-catalog-1.1"
S=${WORKDIR}/docbook-xsl-${PV}
# Makefile is broken in this release
RESTRICT=test
# The makefile runs tests, not builds.
src_compile() { :; }
src_test() {
emake check || die "test failed"
}
src_install() {
# Create the installation directory
insinto /usr/share/sgml/docbook/xsl-stylesheets
local i
for sheet in $(find . -maxdepth 1 -mindepth 1 -type d); do
i=$(basename $sheet)
cd "${S}"/${i}
for doc in ChangeLog README; do
if [ -e "$doc" ]; then
mv ${doc} ${doc}.${i}
dodoc ${doc}.${i}
rm ${doc}.${i}
fi
done
doins -r "${S}"/${i}
done
# Install misc. docs
# The changelog is now zipped, and copied as the RELEASE-NOTES, so we
# don't need to install it
cd "${S}"
dodoc AUTHORS BUGS NEWS README RELEASE-NOTES.txt TODO
doins VERSION
}
pkg_postinst() {
build-docbook-catalog
}
pkg_postrm() {
build-docbook-catalog
}

@ -1,8 +1,8 @@
# 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-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.77.0.ebuild,v 1.1 2012/05/23 04:21:28 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0.ebuild,v 1.1 2013/01/18 12:45:23 flameeyes Exp $
EAPI=4
EAPI=5
DOCBOOKDIR="/usr/share/sgml/${PN/-//}"
MY_PN="${PN%-stylesheets}"
@ -18,7 +18,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar
IUSE="ruby"
RDEPEND=">=app-text/build-docbook-catalog-1.1
ruby? ( || ( dev-lang/ruby dev-lang/ruby-enterprise ) )"
ruby? ( dev-lang/ruby )"
DEPEND=""
S="${WORKDIR}/${MY_P}"
@ -29,7 +30,7 @@ RESTRICT=test
src_compile() { :; }
src_test() {
emake check || die "test failed"
emake check
}
src_install() {
@ -38,7 +39,7 @@ src_install() {
dodoc AUTHORS BUGS NEWS README RELEASE-NOTES.txt TODO
insinto ${DOCBOOKDIR}
doins VERSION
doins VERSION VERSION.xsl
local i
for i in $(find . -maxdepth 1 -mindepth 1 -type d -exec basename {} \;); do

@ -1,8 +1,6 @@
DIST 20111027-10gen-mms-agent.zip 25241 SHA256 e5625ce9029a376674d24b242527459403ac782d18c78d91beab93fa8f6783f1 SHA512 4064134ec33af7e9bc95a68082b08eb6ea203d94be807a49db86630383db3f5c73f45caee9c08de86afc48ee62e5f96de95bf44837fb395d048d3cde7bb55d15 WHIRLPOOL 44d58f24afa121eda7adc90bfc7740efa3492028928fb9d43111d02fedbd0431bcbced9cafc5430c07bdf6707f3f8f5ebc466f8f8d9bdd26e30e88a056ac2cc6
DIST 20120514-10gen-mms-agent.zip 30130 SHA256 a305434e79ba97f1bac6a8942ee5fccb8fde11dedc9ae4bd8eb5f6ad2beaef88 SHA512 8faab37d31fa681d6abe0f969996426041fe7dfd3a5991f46b3a48fe2b000fe073eec17ea7fdc8aab6d55df9b9f2486c10c80675ec1090a59c1b9c5e94b605e3 WHIRLPOOL 53cb78049aab3f6f1866840aaf2eba84d772d75a13183767db62efefedf86d37b944944fee7a7cc897b753c1211df89c20614b2aba3beb07b4705dedf159628f
DIST 20120830-10gen-mms-agent.zip 30259 SHA256 9232813052f05376670724ae3da7ccff2a0515e8342d07c520cf6b9ae3e781d6 SHA512 84a7c07ffb18a34c5fc21e73b99f0b42a7b28a8aa33d56156c93a34c5cc9fba545788903117f3bfbe35d7b3a0f50e01c4ff8c9053cbf23317c84d739440878c8 WHIRLPOOL 61e89b7608f90b1994471f856aeae34e8cc1ec6d8168e804f5b3c2207702ac2334dc9ee18cf4e31facb212380a4956b008a3b296424d13e15178c65e868073ce
DIST 20121128-10gen-mms-agent.zip 31408 SHA256 be5314dcf2dbfe22b6acd6901fa7d436c336884738cf59f8a4aacf2ccf331052 SHA512 7077c8212089b335710319ba83255c676cbafa415b5adbfdd323f46c66129efd8b561fcdc2cbf892a9d43cb22b1ae7685bb2c427b3b0c001ffe910874fa9d817 WHIRLPOOL 90cc005441acff46a83a899c7e33852799b45a31d790c25642636fdd8ddda50e1e8e58835d4cb1eca89244a9f2622cff10a1d0e20d1f4d5c3509b0de6baf276b
DIST mongodb-src-r1.8.5.tar.gz 1729485 SHA256 3e4ef7a9b326c6516c66e3ad0dc093711a3a8b62019d22131a4786119644cf7a SHA512 503d825625f320686d3428afe9d1f31b458c332d04e0e334c75d460152431aa00f9d199ba76c7766c1f7e8932198a9e6492a5893c49ec428251a22968e598e62 WHIRLPOOL f1fa164c728cafc051ced303e4b5d4fc820a2ca4cc7f075c4260523816aed9ce0c3f57779acc33a5206010549f2de4e149e6d9caa0e3094aca27f983ad4352ec
DIST mongodb-src-r2.0.7.tar.gz 2982999 SHA256 b204d94bc912692bdc154402fbfc2e5c4bd60b09dcbe244f3b2b7657f0a82736 SHA512 4c92d99433388f6829e990f3a065b7d897c0ef83a8b41e99613b1b7fbccd8d1797a048c4340d6dafed956dcb06785ac9784a4b68990020c5052b11368ec98806 WHIRLPOOL 159952c811eae62cdb6b4ad577351a8f6537b8fae1b2d2ad5e4dbdf07e14944aebff765ee896f48ce53cbd7d53b6bb0fc2da470226488f2957b5c6e6df07f3e4
DIST mongodb-src-r2.0.8.tar.gz 2983263 SHA256 882f0880609c9658793702af4da5183f49d85331600ae4d8997018367f4ae827 SHA512 f79ecc75bcf574886681b27198263cc9128ab6d865b71ae3a32ea366e9125f3c636fa45a7e94d8ee7acc04adb8da655f940da03e8a285d11d6b62b0c1cad23f5 WHIRLPOOL 21525830a69a8c734bdc39d979cd3abd3e7092ffa5b1e98392ca5e013e0bd7dd2e298792ba876e5c6098204fc73f35d5cf6186cb58e12f933de46fa903938c65
DIST mongodb-src-r2.2.0.tar.gz 10150762 SHA256 084626e476ac747dfae143889c24a10f739cd54480af9bf253f50999f065608b SHA512 b040efe01457703d14d63f69b3fff79a09d6068a89b17d52ad7eb430f81d3f60fdba711cee628d55456a772d7e36fde7c683d4d71fa7d95225e436e28ccac163 WHIRLPOOL 43d12039aff75bdb12c41721ccf259b379245a655aba72472f2a973dad921d9a384f79356d6bfa9795b609f2011324b1e7100ff94b8b92f2834c40a3a9bbe653

@ -1,7 +1,7 @@
#!/sbin/runscript
# 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-db/mongodb/files/mms-agent.initd,v 1.2 2011/10/27 12:55:50 ultrabug Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/files/mms-agent.initd,v 1.3 2013/01/18 11:19:27 ultrabug Exp $
ROOTDIR=/opt/mms-agent
PIDFILE=/var/run/mm-agent.pid
@ -16,6 +16,8 @@ depend() {
start() {
ebegin "Starting ${SVCNAME}"
checkpath -d -m 0755 -o root:root /var/run/
# Setup API/SECRETY KEYS
sed -i -e "s/^mms_key.*/mms_key = '${API_KEY}'/g" \
-e "s/^secret_key.*/secret_key = '${SECRET_KEY}'/g" ${ROOTDIR}/settings.py &>/dev/null

@ -1,15 +1,14 @@
#!/sbin/runscript
# 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-db/mongodb/files/mongodb.initd,v 1.4 2011/08/26 12:38:49 ultrabug Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/files/mongodb.initd,v 1.5 2013/01/18 11:19:27 ultrabug Exp $
depend() {
need net
}
start() {
mkdir -p ${MONGODB_RUN:-/var/run/mongodb}
chown ${MONGODB_USER:-mongodb}: ${MONGODB_RUN:-/var/run/mongodb}
checkpath -d -m 0750 -o "${MONGODB_USER}":mongodb "${MONGODB_RUN}"
# Listen to MONGODB_IP if configured
[ -z "${MONGODB_IP}" ] || MONGODB_OPTIONS="--bind_ip ${MONGODB_IP} ${MONGODB_OPTIONS}"

@ -1,7 +1,7 @@
#!/sbin/runscript
# 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-db/mongodb/files/mongos.initd,v 1.2 2011/08/26 12:38:49 ultrabug Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/files/mongos.initd,v 1.3 2013/01/18 11:19:27 ultrabug Exp $
depend() {
need net
@ -18,8 +18,7 @@ checkconfig() {
start() {
checkconfig || return 1
mkdir -p ${MONGOS_RUN:-/var/run/mongodb}
chown ${MONGOS_USER:-mongodb}: ${MONGOS_RUN:-/var/run/mongodb}
checkpath -d -m 0750 -o "${MONGOS_USER}":mongodb "${MONGOS_RUN}"
# Listen to MONGOS_IP if configured
[ -z "${MONGOS_IP}" ] || MONGOS_OPTIONS="--bind_ip ${MONGOS_IP} ${MONGOS_OPTIONS}"

@ -1,18 +1,18 @@
# 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-db/mongodb/mongodb-1.8.5.ebuild,v 1.1 2012/08/20 08:46:47 ultrabug Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.2.2-r1.ebuild,v 1.1 2013/01/18 11:19:27 ultrabug Exp $
EAPI=4
SCONS_MIN_VERSION="1.2.0"
inherit eutils multilib pax-utils scons-utils user versionator
inherit eutils flag-o-matic multilib pax-utils scons-utils user versionator
MY_P=${PN}-src-r${PV/_rc/-rc}
DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
HOMEPAGE="http://www.mongodb.org"
SRC_URI="http://downloads.mongodb.org/src/${MY_P}.tar.gz
mms-agent? ( http://dev.gentoo.org/~ultrabug/20111027-10gen-mms-agent.zip )"
mms-agent? ( http://dev.gentoo.org/~ultrabug/20121128-10gen-mms-agent.zip )"
LICENSE="AGPL-3 Apache-2.0"
SLOT="0"
@ -20,11 +20,13 @@ KEYWORDS="~amd64 ~x86"
IUSE="mms-agent static-libs v8"
PDEPEND="mms-agent? ( dev-python/pymongo )"
RDEPEND="!v8? ( =dev-lang/spidermonkey-1.8.2* )
RDEPEND="
v8? ( dev-lang/v8 )
dev-libs/boost
>=dev-libs/boost-1.50[threads(+)]
dev-libs/libpcre[cxx]
net-libs/libpcap"
dev-util/google-perftools
net-libs/libpcap
app-arch/snappy"
DEPEND="${RDEPEND}
sys-libs/readline
sys-libs/ncurses"
@ -35,7 +37,12 @@ pkg_setup() {
enewgroup mongodb
enewuser mongodb -1 -1 /var/lib/${PN} mongodb
scons_opts=" --cxx=$(tc-getCXX) --sharedclient"
scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX)"
scons_opts+=" --use-system-tcmalloc"
scons_opts+=" --use-system-pcre"
scons_opts+=" --use-system-snappy"
scons_opts+=" --use-system-boost"
if use v8; then
scons_opts+=" --usev8"
else
@ -44,9 +51,17 @@ pkg_setup() {
}
src_prepare() {
epatch "${FILESDIR}/${PN}-1.8-fix-scons.patch"
epatch "${FILESDIR}/${PN}-linux3.patch"
epatch "${FILESDIR}/${PN}-1.8.5-fix-smokepy.patch"
epatch "${FILESDIR}/${PN}-2.2-r1-fix-scons.patch"
epatch "${FILESDIR}/${PN}-2.2-r1-fix-boost.patch"
epatch "${FILESDIR}/${PN}-2.2-r2-boost-1.50.patch"
# FIXME: apply only this fix [1] on x86 boxes as it breaks /usr/lib symlink
# on amd64 machines [2].
# [1] https://jira.mongodb.org/browse/SERVER-5575
# [2] https://bugs.gentoo.org/show_bug.cgi?id=434664
if use !prefix && [[ "$(get_libdir)" == "lib" ]]; then
epatch "${FILESDIR}/${PN}-2.2-fix-x86client.patch"
fi
}
src_compile() {
@ -54,13 +69,13 @@ src_compile() {
}
src_install() {
escons ${scons_opts} --full --nostrip install --prefix="${D}"/usr
escons ${scons_opts} --full --nostrip install --prefix="${ED}"/usr
use static-libs || rm "${D}/usr/$(get_libdir)/libmongoclient.a"
use static-libs || rm "${ED}/usr/$(get_libdir)/libmongoclient.a"
use v8 && pax-mark m "${D}"/usr/bin/{mongo,mongod}
use v8 && pax-mark m "${ED}"/usr/bin/{mongo,mongod}
for x in /var/{lib,log,run}/${PN}; do
for x in /var/{lib,log}/${PN}; do
keepdir "${x}"
fowners mongodb:mongodb "${x}"
done
@ -73,6 +88,9 @@ src_install() {
newinitd "${FILESDIR}/${PN/db/s}.initd" ${PN/db/s}
newconfd "${FILESDIR}/${PN/db/s}.confd" ${PN/db/s}
insinto /etc/logrotate.d/
newins "${FILESDIR}/${PN}.logrotate" ${PN}
if use mms-agent; then
local MY_PN="mms-agent"
local MY_D="/opt/${MY_PN}"

@ -1,2 +1,3 @@
DIST libvformat_1.13-10.debian.tar.gz 25884 SHA256 b6bce7be6ff945b99f98061542908a10d1b5fc8c83d1b8a584bb5163da4b9058 SHA512 fd3635a697cf52215a024118dd5e7776829ec2e537a6795121361046588be23f00225fafc50e14e25e94e94659bb16d7830193b159925c63ff2e0644394b3626 WHIRLPOOL a3c77e6970a48e0f190ae05dc85da1038708ae291a5fd236f91878ff6e4bde607809efbb333ff0bd0905badaf2f2f36b547665e29ded123e93ee849d34196c43
DIST libvformat_1.13-4.diff.gz 361732 SHA256 1593343cfc3f1ab746a1a245caf1562dfceac77c92c9cdbb107ee1eced4c0552 SHA512 96110754385d3b07e196c1f225c7bdfd1487390a5f462457a4835c27306db680b44c964db7d780a8e394e3b3e144727f8485812ba74b69afabfa0f40ed736ded WHIRLPOOL 3ad0d183f89a4c2b33f90007cdd0612d9937373d4614f6d035bf25aa7abc38cfe089948d8db3098b614020a825ab23748005112260b06f0e3af4c612cc0abb7f
DIST libvformat_1.13.orig.tar.gz 254463 SHA256 7251fda5f90e56ea5d132399010c0b40e7dc55085efaf17ba724037e71f7d966 SHA512 80b47897dd4f5dfa05e78a40de821406a007e330fc82584a0d26e2d1580a5ce52b6af90ecd4c0f7f36eaf00d6a78d9ba3b84ec2b7c7d814ba890a629d7a2c7ba WHIRLPOOL 321da3e974b6ef5dad621531e5674d783b7c84a8e143bc3565fa5157105854e41cb2d3091e080834f793a690c126b26e76e3f5a7255b9602b1d9d8217ca514fb

@ -0,0 +1,13 @@
--- a/src/vf_reader.c
+++ b/src/vf_reader.c
@@ -87,8 +87,9 @@
#include <stdio.h>
#include <sys/stat.h>
+#include "config.h"
-#if defined(HAS_UNISTD_H)
+#if defined(HAVE_UNISTD_H)
#include <unistd.h>
#endif

@ -0,0 +1,22 @@
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
# Checks for library functions.
AC_FUNC_MKTIME
AC_FUNC_STAT
-AC_CHECK_FUNCS([atexit memset strstr])
+AC_CHECK_FUNCS([atexit memset strstr strlen strcpy strcmp strcat memcpy])
AC_OUTPUT([Makefile src/Makefile vformat/Makefile test/Makefile doc/Makefile])
#AC_CONFIG_FILES([])
--- a/src/vf_config.h
+++ b/src/vf_config.h
@@ -31,6 +31,8 @@
*
*******************************************************************************/
+#include <config.h>
+
#ifndef _VF_CONFIG_H_
#define _VF_CONFIG_H_

@ -0,0 +1,39 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13-r2.ebuild,v 1.2 2013/01/18 16:51:01 jer Exp $
EAPI=5
inherit eutils autotools
DESCRIPTION="Library to read and write vcard files"
HOMEPAGE="http://sourceforge.net/projects/vformat/"
SRC_URI="
mirror://debian/pool/main/libv/${PN}/${PN}_${PV}.orig.tar.gz
mirror://debian/pool/main/libv/${PN}/${PN}_${PV}-10.debian.tar.gz
"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="static-libs"
S="${WORKDIR}/${P}.orig"
src_prepare() {
epatch \
"${WORKDIR}"/debian/patches/*.patch \
"${FILESDIR}"/${PN}-nodoc.patch \
"${FILESDIR}"/${P}-has_unistd.patch \
"${FILESDIR}"/${P}-str.patch
eautoreconf
}
src_configure() {
econf $(use_enable static-libs static)
}
src_install() {
default
use static-libs || prune_libtool_files
}

@ -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/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild,v 1.2 2013/01/17 22:42:33 chutzpah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild,v 1.3 2013/01/18 11:12:01 mgorny Exp $
EAPI=5
@ -27,8 +27,6 @@ RDEPEND=""
S="${WORKDIR}/${MY_P}"
REQUIRED_USE="doc? ( !python_targets_python3_3 )"
python_compile_all() {
if use doc; then
emake -C doc html

@ -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/chardet/chardet-2.0.1-r1.ebuild,v 1.2 2013/01/18 06:03:09 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/chardet/chardet-2.0.1-r1.ebuild,v 1.4 2013/01/18 16:30:27 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_{5,6,7},3_{1,2,3}} pypy{1_9,2_0} )
@ -16,29 +16,28 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""
src_unpack() {
default
mkdir "${S}" || die
}
S=${WORKDIR}
HTML_DOCS=( docs/ )
push_sourcedir() {
select_source() {
if [[ ${EPYTHON} == python3* ]]; then
pushd "${WORKDIR}/python3-${P}" || die
cd "${WORKDIR}/python3-${P}" || die
else
pushd "${WORKDIR}/python2-${P}" || die
cd "${WORKDIR}/python2-${P}" || die
fi
"$@"
popd
}
python_compile() {
push_sourcedir distutils-r1_python_compile
select_source
distutils-r1_python_compile
}
python_install() {
push_sourcedir distutils-r1_python_install
select_source
distutils-r1_python_install
}
python_install_all() {
push_sourcedir dohtml -r docs/
select_source
distutils-r1_python_install_all
}

@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils-glep/docutils-glep-0.4-r1.ebuild,v 1.2 2013/01/13 17:31:12 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils-glep/docutils-glep-0.4-r1.ebuild,v 1.3 2013/01/18 11:11:48 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy1_9 )
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy1_9 )
inherit eutils python-r1

@ -1,9 +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/docutils/docutils-0.10.ebuild,v 1.3 2013/01/13 17:34:01 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.10.ebuild,v 1.4 2013/01/18 11:11:47 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy1_9 )
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy1_9 )
inherit distutils-r1

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-mathematics</herd>
<maintainer>
<email>grozin@gentoo.org</email>
<name>Andrey Grozin</name>
</maintainer>
<longdescription lang="en">
<herd>sci-mathematics</herd>
<maintainer>
<email>grozin@gentoo.org</email>
<name>Andrey Grozin</name>
</maintainer>
<longdescription lang="en">
A Python library for arbitrary-precision floating-point arithmetic
</longdescription>
<use>
<flag name="matplotlib">Add support for <pkg>dev-python/matplotlib</pkg></flag>
</use>
<use>
<flag name="matplotlib">Add support for <pkg>dev-python/matplotlib</pkg></flag>
</use>
</pkgmetadata>

@ -1,14 +1,12 @@
# 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-python/mpmath/mpmath-0.17.ebuild,v 1.7 2012/06/26 07:01:58 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.17.ebuild,v 1.8 2013/01/18 13:34:57 jlec Exp $
EAPI=4
EAPI=5
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-pypy-*"
DISTUTILS_SRC_TEST="py.test"
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} )
inherit distutils eutils
inherit distutils-r1 eutils # virtualx
MY_PN=${PN}-all
MY_P=${MY_PN}-${PV}
@ -20,61 +18,66 @@ SRC_URI="http://mpmath.googlecode.com/files/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-linux ~ppc-macos"
IUSE="doc examples gmp matplotlib"
IUSE="doc examples gmp matplotlib test"
RDEPEND="
gmp? ( dev-python/gmpy )
matplotlib? ( dev-python/matplotlib )"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )"
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${MY_P}"
DOCS="CHANGES"
src_prepare() {
distutils_src_prepare
epatch \
"${FILESDIR}/${PN}.patch" \
python_prepare_all() {
local PATCHES=(
"${FILESDIR}/${PN}.patch"
"${FILESDIR}/${P}-python-3.2.patch"
)
# this fails with the current version of dev-python/py
rm -f ${PN}/conftest.py
rm -f ${PN}/conftest.py || die
# this test requires X
rm -f ${PN}/tests/test_visualization.py
}
rm -f ${PN}/tests/test_visualization.py || die
src_compile() {
distutils_src_compile
distutils-r1_python_prepare_all
}
python_compile_all() {
if use doc; then
einfo "Generation of documentation"
pushd doc > /dev/null
PYTHONPATH="${S}/build-$(PYTHON -f --ABI)/lib" "$(PYTHON -f)" build.py || die "Generation of documentation failed"
popd > /dev/null
cd doc || die
"${PYTHON}" build.py || die "Generation of documentation failed"
fi
}
src_install() {
distutils_src_install
#src_test() {
# local DISTUTILS_NO_PARALLEL_BUILD=true
# VIRTUALX_COMMAND="distutils-r1_src_test"
# virtualmake
#}
use doc && dohtml -r doc/build/*
python_test() {
py.test -v || die
}
python_install_all() {
use doc && local HTML_DOCS=( doc/build/. )
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins demo/* || die "Installation of examples failed"
doins demo/*
fi
distutils-r1_python_install_all
}
rm_unneeded() {
local path="${ED}$(python_get_sitedir)/${PN}/libmp/"
if [[ "${PYTHON_ABI}" == 2.* ]]; then
rm -f "${path}exec_py3.py"
elif [[ "${PYTHON_ABI}" == 3.* ]]; then
rm -f "${path}exec_py2.py"
fi
}
python_execute_function rm_unneeded
python_install() {
distutils-r1_python_install
local path="${ED}$(python_get_sitedir)/${PN}/libmp/"
if [[ "${EPYTHON}" != python2* ]]; then
rm -f "${path}exec_py2.py" || ide
elif [[ "${EPYTHON}" != python3 ]]; then
rm -f "${path}exec_py3.py" || die
fi
}

@ -1,9 +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/pygments/pygments-1.5-r1.ebuild,v 1.4 2013/01/13 00:06:31 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygments/pygments-1.5-r1.ebuild,v 1.5 2013/01/18 11:11:01 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
inherit distutils-r1
@ -29,8 +29,6 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
DOCS=( CHANGES )
python_test() {
cp -r -l tests "${BUILD_DIR}"/ || die

@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.2 2013/01/15 21:50:22 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r5.ebuild,v 1.3 2013/01/18 11:12:00 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy1_9 )
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy1_9 )
inherit distutils-r1 versionator
@ -62,7 +62,8 @@ python_compile_all() {
}
python_test() {
nosetests -w "${BUILD_DIR}"/lib/tests || ewarn "Tests fail with ${EPYTHON}"
nosetests -w "${BUILD_DIR}"/lib/tests \
|| die "Tests fail with ${EPYTHON}"
}
python_install_all() {

@ -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/rack/rack-1.1.5.ebuild,v 1.2 2013/01/16 01:02:04 zerochaos Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.1.5.ebuild,v 1.4 2013/01/18 09:53:54 ago Exp $
EAPI=4
USE_RUBY="ruby18 ree18 jruby"
@ -17,7 +17,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
# The gem has automagic dependencies over mongrel, ruby-openid,

@ -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/rack/rack-1.2.7.ebuild,v 1.1 2013/01/15 18:44:58 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.2.7.ebuild,v 1.3 2013/01/18 09:53:54 ago Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19 jruby"
@ -18,7 +18,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "virtual/ruby-ssl"

@ -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/rack/rack-1.3.9.ebuild,v 1.1 2013/01/15 18:44:58 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.3.9.ebuild,v 1.3 2013/01/18 09:53:54 ago Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19 jruby"
@ -18,7 +18,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "virtual/ruby-ssl"

@ -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/rack/rack-1.4.4.ebuild,v 1.1 2013/01/15 18:44:58 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.4.4.ebuild,v 1.3 2013/01/18 09:53:54 ago Exp $
EAPI=5
USE_RUBY="ruby18 ree18 ruby19 jruby"
@ -16,7 +16,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
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"
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_PATCHES=( ${PN}-1.2.1-gentoo.patch ${PN}-1.4.3-tmpdir.patch )

@ -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/eclass/intel-sdp.eclass,v 1.5 2012/12/05 19:41:21 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v 1.6 2013/01/18 15:00:31 jlec Exp $
# @ECLASS: intel-sdp.eclass
# @MAINTAINER:
@ -390,8 +390,8 @@ intel-sdp_src_install() {
[[ -d "${ED}" ]] || dodir /
mv opt "${ED}"/ || die "moving files failed"
dodir "${INTEL_SDP_EDIR}"/licenses
keepdir "${INTEL_SDP_EDIR}"/licenses
dodir "${INTEL_SDP_DIR}"/licenses
keepdir "${INTEL_SDP_DIR}"/licenses
}
# @FUNCTION: intel-sdp_pkg_postinst

@ -1,2 +1 @@
DIST methane-1.4.8.tgz 1063099 SHA256 7e91d0b478b133a74565f0a7a01783cdda20bd555ca92feb4da66e51b51a9289 SHA512 6232e0529f395b8f15c2546e9ff69e9703f9cc860fa749e6b188e066aff6141e77efdfea35dfe69e321d8c831a51bc9998d1b951ecfc57b672783af123e84bbb WHIRLPOOL 9ed0c0730d9d8be3dbd8e5459cf99beeacf96e704f7d3e9cbedc5c939d9f6b5efa86fd0031cec2a2569a694b312a0628dc2ec142f8e2dc89fa00621eb319d1f5
DIST methane-1.5.1.tgz 1057881 SHA256 ac1de7009e638c784b4d413b56a4387be94a31bd5fe3050db7b51e39ccfdd248 SHA512 3506f288179a127f8508bd9d4225618d8dcd93794c559822ed2836bb46a318ce3c199f951f564064091b1125375118f2d64c50a27059dcd0e49c8379fa8c3155 WHIRLPOOL b8f52b981b0a6789b4d854548787810c994c87792b57f150af8ed0d8819dc057e38a04edf1ed5791ab24cba7a7eec66a40e5e71d5260dbabe1c110c8e2044cf4

@ -1,10 +0,0 @@
--- source/global.h.old 2011-04-21 08:36:56.986592821 +0200
+++ source/global.h 2011-04-21 08:37:51.575981236 +0200
@@ -17,6 +17,7 @@
#ifndef _global_h
#define _global_h 1
+#include <cstddef>
#ifndef _METH_RC
#ifndef METHANE_OLD_CPP_NEW

@ -1,11 +0,0 @@
--- source/linux/makefile.old 2010-10-01 06:52:19.000000000 +0200
+++ source/linux/makefile 2010-10-01 06:52:51.000000000 +0200
@@ -18,7 +18,7 @@
MainSource/misc.o MainSource/objlist.o MainSource/player.o MainSource/power.o MainSource/target.o \
MainSource/suck.o MainSource/weapon.o MainSource/sound.o MainData/snddata.o MainData/gfxdata.o MainData/gfxdata2.o \
MainData/gfxdata3.o MainData/mapdata.o MainLinux/font32.o MainLinux/doc.o MainLinux/main.o MainMikMod/audiodrv.o
- g++ ${CXXFLAGS} MainSource/gfxoff.o MainSource/baddie.o MainSource/bitdraw.o MainSource/bitgroup.o MainSource/bititem.o \
+ g++ $(LDFLAGS) ${CXXFLAGS} MainSource/gfxoff.o MainSource/baddie.o MainSource/bitdraw.o MainSource/bitgroup.o MainSource/bititem.o \
MainSource/boss.o MainSource/game.o MainSource/gasobj.o MainSource/global.o MainSource/goodie.o MainSource/maps.o \
MainSource/misc.o MainSource/objlist.o MainSource/player.o MainSource/power.o MainSource/target.o \
MainSource/suck.o MainSource/weapon.o MainSource/sound.o MainData/snddata.o MainData/gfxdata.o MainData/gfxdata2.o \

@ -1,51 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/methane/methane-1.4.8.ebuild,v 1.9 2012/05/04 04:22:28 jdhore Exp $
EAPI=2
inherit eutils games
DESCRIPTION="Port from an old amiga game"
HOMEPAGE="http://methane.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+mikmod"
RDEPEND="dev-games/clanlib:0.8[opengl]
mikmod? ( media-libs/libmikmod )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
if ! use mikmod ; then
sed -i \
-e '/^METHANE_SND/s/^/#/' \
source/linux/makefile \
|| die "sed failed"
fi
sed -i \
-e "s:/var/games:${GAMES_STATEDIR}:" \
source/linux/doc.cpp \
|| die "sed failed"
epatch "${FILESDIR}"/${P}-ldflags.patch \
"${FILESDIR}"/${P}-gcc46.patch
}
src_compile() {
emake -C source/linux || die "emake failed"
}
src_install() {
dogamesbin source/linux/methane || die "dogamesbin failed"
dodir "${GAMES_STATEDIR}"
touch "${D}/${GAMES_STATEDIR}"/methanescores
fperms g+w "${GAMES_STATEDIR}"/methanescores
newicon docs/puff.gif ${PN}.gif
make_desktop_entry ${PN} "Super Methane Brothers" /usr/share/pixmaps/${PN}.gif
dodoc authors history readme todo
dohtml docs/*
prepgamesdirs
}

@ -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/games-arcade/methane/methane-1.5.1.ebuild,v 1.4 2013/01/05 20:01:28 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/games-arcade/methane/methane-1.5.1.ebuild,v 1.5 2013/01/18 09:40:41 mr_bones_ Exp $
EAPI=4
inherit eutils games
@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="dev-games/clanlib:2.3[opengl,mikmod]"

@ -1 +1,2 @@
DIST advancemenu-2.5.0.tar.gz 2317328 RMD160 4f73b456ed14cc22e61ca914880c8b5274f120fc SHA1 cbce610eb233efe74615554eb1710b4389bc02d2 SHA256 2f0509974c4cfd9dcc30506581897a456bcb525a773fafe7df8150763d0f15ab
DIST advancemenu-2.5.0.tar.gz 2317328 SHA256 2f0509974c4cfd9dcc30506581897a456bcb525a773fafe7df8150763d0f15ab
DIST advancemenu-2.6.tar.gz 2384272 SHA256 e854c9d58d8e936f926493476e25a37089e3c39ab53863cfecaa4fb645dc4b31 SHA512 e9ea915cb987ea0d0cb6e98820f003e130d2f3ffe3a713ceed528ab777de3ef70cfbd811e30c295f728d5eb5e4ad7be01da6ff181bb8049b5ab391488bdc5488 WHIRLPOOL 8c6791385b8f61878eae19229964b1d9ee9f2169351d40b10604e35238e7a671c7d34befdcda70245abe79e504fe060a4979155dbcffb72636e0f54295436dc6

@ -0,0 +1,87 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/advancemenu-2.6.ebuild,v 1.1 2013/01/18 10:06:08 mr_bones_ Exp $
EAPI=5
inherit autotools eutils games
DESCRIPTION="Frontend for AdvanceMAME, MAME, MESS, RAINE and any other emulator"
HOMEPAGE="http://advancemame.sourceforge.net/menu-readme.html"
SRC_URI="mirror://sourceforge/advancemame/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="alsa debug fbcon ncurses oss sdl slang static svga truetype"
RDEPEND="dev-libs/expat
alsa? ( media-libs/alsa-lib )
ncurses? ( sys-libs/ncurses )
sdl? ( media-libs/libsdl )
slang? ( >=sys-libs/slang-1.4 )
svga? ( >=media-libs/svgalib-1.9 )
!sdl? ( !svga? ( !fbcon? ( media-libs/libsdl ) ) )
truetype? ( >=media-libs/freetype-2 )"
DEPEND="${RDEPEND}
x86? ( >=dev-lang/nasm-0.98 )
fbcon? ( virtual/os-headers )"
src_prepare() {
# pic patch - bug #142021
epatch \
"${FILESDIR}"/${P}-alsa-pkg-config.patch \
"${FILESDIR}"/${P}-pic.patch
sed -i -e 's/"-s"//' configure.ac || die
use x86 && ln -s $(type -P nasm) "${T}/${CHOST}-nasm"
use sdl && ln -s $(type -P sdl-config) "${T}/${CHOST}-sdl-config"
use !sdl && use !svga && use !fbcon && ln -s $(type -P sdl-config) "${T}/${CHOST}-sdl-config"
use truetype && ln -s $(type -P freetype-config) "${T}/${CHOST}-freetype-config"
eautoreconf
}
src_configure() {
export PATH="${PATH}:${T}"
egamesconf \
--enable-expat \
--enable-zlib \
$(use_enable alsa) \
$(use_enable debug) \
$(use_enable fbcon fb) \
$(use_enable ncurses) \
$(use_enable truetype freetype) \
$(use_enable oss) \
$(use_enable sdl) \
$(use_enable slang) \
$(use_enable static) \
$(use_enable svga svgalib) \
$(use !sdl && use !svga && use !fbcon && echo --enable-sdl) \
$(use_enable x86 asm)
}
src_compile() {
STRIPPROG=true emake
}
src_install() {
dogamesbin advmenu
dodoc HISTORY README RELEASE doc/*.txt
doman doc/{advmenu,advdev}.1
dohtml doc/*.html
prepgamesdirs
}
pkg_postinst() {
games_pkg_postinst
echo
elog "Execute:"
elog " advmenu -default"
elog "to generate a config file"
elog
elog "An example emulator config found in advmenu.rc:"
elog " emulator \"snes9x\" generic \"${GAMES_BINDIR}/snes9x\" \"%f\""
elog " emulator_roms \"snes9x\" \"/home/user/myroms\""
elog " emulator_roms_filter \"snes9x\" \"*.smc;*.sfc\""
elog
elog "For more information, see the advmenu man page."
}

@ -0,0 +1,21 @@
diff -ru advancemenu-2.6.orig/configure.ac advancemenu-2.6/configure.ac
--- advancemenu-2.6.orig/configure.ac 2013-01-03 14:18:35.000000000 -0500
+++ advancemenu-2.6/configure.ac 2013-01-18 04:56:12.072085027 -0500
@@ -512,7 +512,7 @@
[snd_pcm_open],
[ac_lib_alsa=yes],
[ac_lib_alsa=no],
- [-lm]
+ [`pkg-config alsa --libs`]
)
if test $ac_lib_alsa = yes; then
AC_MSG_CHECKING([for ALSA])
@@ -531,7 +531,7 @@
[snd_pcm_open],
[],
[AC_MSG_ERROR([the ALSA library is missing])],
- [-lm]
+ [`pkg-config alsa --libs`]
)
AC_MSG_CHECKING([for ALSA version])
AC_TRY_COMPILE([

@ -0,0 +1,13 @@
--- ./advance/blit/blit.c.orig 2004-12-19 01:01:46.039956536 -0500
+++ ./advance/blit/blit.c 2004-12-19 01:01:19.566981040 -0500
@@ -28,6 +28,10 @@
* do so, delete this exception statement from your version.
*/
+#if defined(USE_ASM_INLINE) && defined(__PIC__)
+# undef USE_ASM_INLINE
+#endif
+
#include "portable.h"
#include "blit.h"

@ -2,10 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>net-mail</herd>
<maintainer>
<email>sascha_lucas@web.de</email>
<name>Sascha Lucas</name>
</maintainer>
<use>
<flag name='chappa'>enhance alpine by applying Eduardo Chappa's
patches</flag>

@ -3,3 +3,4 @@ DIST opendkim-2.6.8.tar.gz 1141247 SHA256 1b2e9033842634a1dc891afa10a94ba58c0e76
DIST opendkim-2.7.0.tar.gz 1143836 SHA256 f5c2319ec23fa20a6bd4bb1b4abc005f6a7dbb77852c13091a3f2a042f82fee2 SHA512 17c53cfb7198162446c5db72d6bb234d41fcb6f167e12ee04609e36fd78916a2133f9f401800dd24e29ed811e4e123090296f24611b5fef6525711377642e320 WHIRLPOOL 52c8a0e20e2e2e3ba6364b0e14bd6122fcf3566c59029464fa5d9a1d5cf697dd89a1ce99b970987bf62c83768a64fe0be1caf02941f6153538368fd2428a9fd1
DIST opendkim-2.7.1.tar.gz 1153665 SHA256 782c030ce3b09d9ef536d2b98910d5a9289ba2128e8392e6ff568b2ade0282ed SHA512 76074ba23f4a4e142f6c41cc2474ac8e4281a770695a615b51ddcb0cb1b195ac295ce2be3f433e2213fc2c7b3355fa470e19d6a3421d4f0af4acb065eb498dd0 WHIRLPOOL 69a61297d1d79c2a296b99453f5b24c4c9b109b8fab9d114d627c788e1ea2b5e836b99d7c11312214794157f3a48dd8ea6cb79d8bdbc6156c3e019743df57e37
DIST opendkim-2.7.2.tar.gz 1156510 SHA256 cf72a26506ef48a2c6b231947226ab460cdb6e05b18176ee42a94b3b6d521b42 SHA512 be1cf2329f9a871df560bcdb60f9f2277ac5220ed9f94c112410994b1dc1f1ee7274bea76b8ce7c118695f73831fb3459007b728a151ece966a1021d6774e425 WHIRLPOOL 2e07e87bf274a3644bec6c42ccc7ca0575206fa67eba8009f52f24213a74c4985b2e78eb9e6b4b0938cb513c186b0c858f2d80330019a20eee18188d39f68677
DIST opendkim-2.7.4.tar.gz 1158496 SHA256 fa66f7ca52dd3fa94cd869e8fe9e8f849ab83d6a32a8d4ed3cf18b06b4584e76 SHA512 f897cea21832355cac5421a96a906f67aaff1bcc0ceb5e027c73845d7c0cd27ec12862a826534b01339571533cba061b86e1a1bad91c405488bada729e2846cb WHIRLPOOL afe329829211cedacc7d27b5a4d03469e1fe8935cabc0b51158a69862ef993d6438499a206628dafc31c7904b9b95d1eeb31edf6583249cf54396793af68bdbc

@ -0,0 +1,109 @@
From 23548465adccd682ba9ecba58025f852d2353bad Mon Sep 17 00:00:00 2001
From: Murray S. Kucherawy <msk@trusteddomain.org>
Date: Thu, 10 Jan 2013 00:49:11 -0800
Subject: [PATCH] Fix bug #SF3531477: Add (hopefully temporary) configuration option
"DisableCryptoInit" so that opendkim's initialization of the crypto library
doesn't conflict with the same work done by other libraries. Reported by
Quanah Gibson-Mount.
---
opendkim/opendkim-config.h | 1 +
opendkim/opendkim-crypto.c | 7 +++++--
opendkim/opendkim.c | 17 +++++++++++++----
opendkim/opendkim.conf.5.in | 6 ++++++
5 files changed, 29 insertions(+), 6 deletions(-)
diff --git a/opendkim/opendkim-config.h b/opendkim/opendkim-config.h
index dfc3606..0d40bb9 100644
--- a/opendkim/opendkim-config.h
+++ b/opendkim/opendkim-config.h
@@ -56,6 +56,7 @@ struct configdef dkimf_config[] =
{ "Diagnostics", CONFIG_TYPE_BOOLEAN, FALSE },
{ "DiagnosticDirectory", CONFIG_TYPE_STRING, FALSE },
{ "DisableADSP", CONFIG_TYPE_BOOLEAN, FALSE },
+ { "DisableCryptoInit", CONFIG_TYPE_BOOLEAN, FALSE },
#ifdef _FFR_DKIM_REPUTATION
{ "DKIMReputationFail", CONFIG_TYPE_INTEGER, FALSE },
{ "DKIMReputationPass", CONFIG_TYPE_INTEGER, FALSE },
diff --git a/opendkim/opendkim-crypto.c b/opendkim/opendkim-crypto.c
index 2ea9b44..fb42fd0 100644
--- a/opendkim/opendkim-crypto.c
+++ b/opendkim/opendkim-crypto.c
@@ -121,9 +121,12 @@ dkimf_crypto_init(void)
void
dkimf_crypto_free(void)
{
- (void) gnutls_global_deinit();
+ if (crypto_init_done)
+ {
+ (void) gnutls_global_deinit();
- (void) pthread_key_delete(logkey);
+ (void) pthread_key_delete(logkey);
+ }
return;
}
diff --git a/opendkim/opendkim.c b/opendkim/opendkim.c
index 9863d30..3fa0a60 100644
--- a/opendkim/opendkim.c
+++ b/opendkim/opendkim.c
@@ -209,6 +209,7 @@ struct lua_global
struct dkimf_config
{
+ _Bool conf_disablecryptoinit; /* initialize SSL libs? */
#ifdef USE_LDAP
_Bool conf_softstart; /* do LDAP soft starts */
#endif /* USE_LDAP */
@@ -6414,6 +6415,10 @@ dkimf_config_load(struct config *data, struct dkimf_config *conf,
&conf->conf_noadsp,
sizeof conf->conf_noadsp);
+ (void) config_get(data, "DisableCryptoInit",
+ &conf->conf_disablecryptoinit,
+ sizeof conf->conf_disablecryptoinit);
+
str = NULL;
(void) config_get(data, "ADSPAction", &str, sizeof str);
if (str != NULL)
@@ -17503,11 +17508,15 @@ main(int argc, char **argv)
}
/* initialize libcrypto mutexes */
- status = dkimf_crypto_init();
- if (status != 0)
+ if (!curconf->conf_disablecryptoinit)
{
- fprintf(stderr, "%s: error initializing crypto library: %s\n",
- progname, strerror(status));
+ status = dkimf_crypto_init();
+ if (status != 0)
+ {
+ fprintf(stderr,
+ "%s: error initializing crypto library: %s\n",
+ progname, strerror(status));
+ }
}
if ((curconf->conf_mode & DKIMF_MODE_VERIFIER) != 0 &&
diff --git a/opendkim/opendkim.conf.5.in b/opendkim/opendkim.conf.5.in
index a963e73..2c20549 100644
--- a/opendkim/opendkim.conf.5.in
+++ b/opendkim/opendkim.conf.5.in
@@ -236,6 +236,12 @@ If set, suppresses Author Domain Signing Practices (ADSP) checks, which
require multiple additional DNS queries.
.TP
+.I DisableCryptoInit (Boolean)
+If set, skips initialization of the SSL library initialization steps, which
+are normaly required in multi-threaded environments. This assumes some other
+library opendkim is using will do the required initialization and shutdown.
+
+.TP
.I DKIMReputationFail (integer)
If the reputation returned by the DNS reputation service exceeds this
value then the result "x-dkim-rep" is set to "fail".
--
1.7.4.1

@ -0,0 +1,558 @@
diff -Nru opendkim-2.7.4/configure.ac opendkim-2.7.4/configure.ac
--- opendkim-2.7.4/configure.ac 2013-01-18 06:47:47.000000000 +0000
+++ opendkim-2.7.4/configure.ac 2013-01-18 06:47:47.000000000 +0000
@@ -182,6 +182,9 @@
AC_CHECK_FUNCS([dup2 endpwent getcwd gethostname gethostbyname getaddrinfo gethostbyname2 gettimeofday isascii memchr memmove memset regcomp select socket strcasecmp strchr strdup strerror strncasecmp strrchr strstr strtol strtoul strtoull])
+bsdstrl_h_found="no"
+AC_CHECK_HEADERS([bsd/string.h], [bsdstrl_h_found="yes"])
+
strl_found="no"
libstrl_found="no"
strl_h_found="no"
@@ -218,11 +221,11 @@
saved_LIBS="$LIBS"
LIBS=""
AC_SEARCH_LIBS([strlcat],
- [strl],
+ [bsd strl],
[libstrl_found="yes"],
[strl_found="no"])
AC_SEARCH_LIBS([strlcpy],
- [strl],
+ [bsd strl],
[libstrl_found="yes"],
[strl_found="no"])
STRL_LIBS="$LIBS"
@@ -236,13 +239,18 @@
fi
# we need to include <strl.h> if:
# (a) strlcat and strlcpy weren't found, since we'll be rolling our own; OR
-# (b) an installed strl.h was found
-if test x"$strl_h_found" = x"yes" -o \( x"$strl_found" = x"no" -a x"$libstrl_found" = x"no" \)
+# (b) an installed strl.h was found and no installed bsd/string.h was found
+if test x"$strl_h_found" = x"yes" -o \( x"$strl_found" = x"no" -a x"$libstrl_found" = x"no" \) -a x"$bsdstrl_h_found" = x"no"
then
AC_DEFINE([USE_STRL_H], 1,
[Define to 1 if you need to include <strl.h> to get the `strlcat()' and `strlcpy()' functions.])
fi
+if test x"$bsdstrl_h_found" = x"yes"
+then
+ AC_DEFINE([USE_BSD_H], 1,
+ [Define to 1 if you need to include <bsd/string.h> to get the `strlcat()' and `strlcpy()' functions.])
+fi
#
# Checks for structure members
#
diff -Nru opendkim-2.7.4/libopendkim/dkim-cache.c opendkim-2.7.4/libopendkim/dkim-cache.c
--- opendkim-2.7.4/libopendkim/dkim-cache.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/dkim-cache.c 2013-01-18 06:47:47.000000000 +0000
@@ -27,6 +27,11 @@
#include "dkim-internal.h"
#include "dkim-cache.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/dkim-canon.c opendkim-2.7.4/libopendkim/dkim-canon.c
--- opendkim-2.7.4/libopendkim/dkim-canon.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/dkim-canon.c 2013-01-18 06:47:47.000000000 +0000
@@ -45,6 +45,11 @@
#include "dkim-util.h"
#include "util.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/dkim-keys.c opendkim-2.7.4/libopendkim/dkim-keys.c
--- opendkim-2.7.4/libopendkim/dkim-keys.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/dkim-keys.c 2013-01-18 06:47:47.000000000 +0000
@@ -29,6 +29,11 @@
#include "dkim-test.h"
#include "util.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/dkim-policy.c opendkim-2.7.4/libopendkim/dkim-policy.c
--- opendkim-2.7.4/libopendkim/dkim-policy.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/dkim-policy.c 2013-01-18 06:47:47.000000000 +0000
@@ -34,6 +34,11 @@
#include "dkim-test.h"
#include "util.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/dkim-test.c opendkim-2.7.4/libopendkim/dkim-test.c
--- opendkim-2.7.4/libopendkim/dkim-test.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/dkim-test.c 2013-01-18 06:47:47.000000000 +0000
@@ -36,6 +36,11 @@
#include "dkim-util.h"
#include "dkim-test.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/dkim.c opendkim-2.7.4/libopendkim/dkim.c
--- opendkim-2.7.4/libopendkim/dkim.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/dkim.c 2013-01-18 06:47:47.000000000 +0000
@@ -92,6 +92,11 @@
#include "util.h"
#include "base64.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/tests/t-test122.c opendkim-2.7.4/libopendkim/tests/t-test122.c
--- opendkim-2.7.4/libopendkim/tests/t-test122.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/tests/t-test122.c 2013-01-18 06:47:47.000000000 +0000
@@ -22,6 +22,11 @@
#include "../dkim.h"
#include "t-testdata.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/tests/t-test123.c opendkim-2.7.4/libopendkim/tests/t-test123.c
--- opendkim-2.7.4/libopendkim/tests/t-test123.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/tests/t-test123.c 2013-01-18 06:47:47.000000000 +0000
@@ -22,6 +22,11 @@
#include "../dkim.h"
#include "t-testdata.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/tests/t-test127.c opendkim-2.7.4/libopendkim/tests/t-test127.c
--- opendkim-2.7.4/libopendkim/tests/t-test127.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/tests/t-test127.c 2013-01-18 06:47:47.000000000 +0000
@@ -22,6 +22,11 @@
#include "../dkim.h"
#include "t-testdata.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/tests/t-test131.c opendkim-2.7.4/libopendkim/tests/t-test131.c
--- opendkim-2.7.4/libopendkim/tests/t-test131.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/tests/t-test131.c 2013-01-18 06:47:47.000000000 +0000
@@ -23,6 +23,11 @@
#include "../dkim.h"
#include "t-testdata.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/tests/t-test136.c opendkim-2.7.4/libopendkim/tests/t-test136.c
--- opendkim-2.7.4/libopendkim/tests/t-test136.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/tests/t-test136.c 2013-01-18 06:47:47.000000000 +0000
@@ -22,6 +22,11 @@
#include "../dkim.h"
#include "t-testdata.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/tests/t-test142.c opendkim-2.7.4/libopendkim/tests/t-test142.c
--- opendkim-2.7.4/libopendkim/tests/t-test142.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/tests/t-test142.c 2013-01-18 06:47:47.000000000 +0000
@@ -22,6 +22,11 @@
#include "../dkim.h"
#include "t-testdata.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/tests/t-test42.c opendkim-2.7.4/libopendkim/tests/t-test42.c
--- opendkim-2.7.4/libopendkim/tests/t-test42.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/tests/t-test42.c 2013-01-18 06:47:47.000000000 +0000
@@ -26,6 +26,11 @@
#include "../dkim.h"
#include "t-testdata.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/tests/t-test55.c opendkim-2.7.4/libopendkim/tests/t-test55.c
--- opendkim-2.7.4/libopendkim/tests/t-test55.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/tests/t-test55.c 2013-01-18 06:47:47.000000000 +0000
@@ -22,6 +22,11 @@
#include "../dkim.h"
#include "t-testdata.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/tests/t-test56.c opendkim-2.7.4/libopendkim/tests/t-test56.c
--- opendkim-2.7.4/libopendkim/tests/t-test56.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/tests/t-test56.c 2013-01-18 06:47:47.000000000 +0000
@@ -22,6 +22,11 @@
#include "../dkim.h"
#include "t-testdata.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/tests/t-test57.c opendkim-2.7.4/libopendkim/tests/t-test57.c
--- opendkim-2.7.4/libopendkim/tests/t-test57.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/tests/t-test57.c 2013-01-18 06:47:47.000000000 +0000
@@ -24,6 +24,11 @@
#include "../dkim.h"
#include "t-testdata.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/tests/t-test73.c opendkim-2.7.4/libopendkim/tests/t-test73.c
--- opendkim-2.7.4/libopendkim/tests/t-test73.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/tests/t-test73.c 2013-01-18 06:47:47.000000000 +0000
@@ -27,6 +27,11 @@
#include "../dkim.h"
#include "t-testdata.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/tests/t-test84.c opendkim-2.7.4/libopendkim/tests/t-test84.c
--- opendkim-2.7.4/libopendkim/tests/t-test84.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/tests/t-test84.c 2013-01-18 06:47:47.000000000 +0000
@@ -26,6 +26,11 @@
#include "../dkim.h"
#include "t-testdata.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/tests/t-test86.c opendkim-2.7.4/libopendkim/tests/t-test86.c
--- opendkim-2.7.4/libopendkim/tests/t-test86.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/tests/t-test86.c 2013-01-18 06:47:47.000000000 +0000
@@ -26,6 +26,11 @@
#include "../dkim.h"
#include "t-testdata.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/tests/t-test88.c opendkim-2.7.4/libopendkim/tests/t-test88.c
--- opendkim-2.7.4/libopendkim/tests/t-test88.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/tests/t-test88.c 2013-01-18 06:47:47.000000000 +0000
@@ -22,6 +22,11 @@
#include "../dkim.h"
#include "t-testdata.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/libopendkim/util.c opendkim-2.7.4/libopendkim/util.c
--- opendkim-2.7.4/libopendkim/util.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/libopendkim/util.c 2013-01-18 06:47:47.000000000 +0000
@@ -27,6 +27,11 @@
#include "dkim-internal.h"
#include "util.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/miltertest/miltertest.c opendkim-2.7.4/miltertest/miltertest.c
--- opendkim-2.7.4/miltertest/miltertest.c 2013-01-18 06:47:47.000000000 +0000
+++ opendkim-2.7.4/miltertest/miltertest.c 2013-01-18 06:47:47.000000000 +0000
@@ -38,6 +38,11 @@
/* libopendkim includes */
#include <dkim.h>
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/opendkim/config.c opendkim-2.7.4/opendkim/config.c
--- opendkim-2.7.4/opendkim/config.c 2013-01-07 01:07:30.000000000 +0000
+++ opendkim-2.7.4/opendkim/config.c 2013-01-18 06:47:47.000000000 +0000
@@ -23,6 +23,11 @@
/* libopendkim includes */
#include <dkim.h>
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/opendkim/flowrate.c opendkim-2.7.4/opendkim/flowrate.c
--- opendkim-2.7.4/opendkim/flowrate.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/opendkim/flowrate.c 2013-01-18 06:47:47.000000000 +0000
@@ -16,6 +16,11 @@
#include <string.h>
#include <stdlib.h>
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/opendkim/opendkim-ar.c opendkim-2.7.4/opendkim/opendkim-ar.c
--- opendkim-2.7.4/opendkim/opendkim-ar.c 2013-01-07 01:07:30.000000000 +0000
+++ opendkim-2.7.4/opendkim/opendkim-ar.c 2013-01-18 06:47:47.000000000 +0000
@@ -22,6 +22,11 @@
# include <sysexits.h>
#endif /* ARTEST */
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/opendkim/opendkim-db.c opendkim-2.7.4/opendkim/opendkim-db.c
--- opendkim-2.7.4/opendkim/opendkim-db.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/opendkim/opendkim-db.c 2013-01-18 06:47:47.000000000 +0000
@@ -37,6 +37,11 @@
/* libopendkim includes */
#include <dkim.h>
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/opendkim/opendkim-spam.c opendkim-2.7.4/opendkim/opendkim-spam.c
--- opendkim-2.7.4/opendkim/opendkim-spam.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/opendkim/opendkim-spam.c 2013-01-18 06:47:47.000000000 +0000
@@ -24,6 +24,11 @@
# include <odbx.h>
#endif /* USE_ODBX */
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/opendkim/opendkim-testkey.c opendkim-2.7.4/opendkim/opendkim-testkey.c
--- opendkim-2.7.4/opendkim/opendkim-testkey.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/opendkim/opendkim-testkey.c 2013-01-18 06:47:47.000000000 +0000
@@ -39,6 +39,11 @@
#include <dkim.h>
#include <dkim-test.h>
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/opendkim/opendkim.c opendkim-2.7.4/opendkim/opendkim.c
--- opendkim-2.7.4/opendkim/opendkim.c 2013-01-07 01:07:30.000000000 +0000
+++ opendkim-2.7.4/opendkim/opendkim.c 2013-01-18 06:47:47.000000000 +0000
@@ -98,6 +98,11 @@
# include "vbr.h"
#endif /* _FFR_VBR */
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/opendkim/reputation.c opendkim-2.7.4/opendkim/reputation.c
--- opendkim-2.7.4/opendkim/reputation.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/opendkim/reputation.c 2013-01-18 06:47:47.000000000 +0000
@@ -22,6 +22,11 @@
/* libopendkim includes */
#include <dkim.h>
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/opendkim/stats.c opendkim-2.7.4/opendkim/stats.c
--- opendkim-2.7.4/opendkim/stats.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/opendkim/stats.c 2013-01-18 06:47:47.000000000 +0000
@@ -41,6 +41,11 @@
/* libopendkim includes */
#include <dkim.h>
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/opendkim/test.c opendkim-2.7.4/opendkim/test.c
--- opendkim-2.7.4/opendkim/test.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/opendkim/test.c 2013-01-18 06:47:47.000000000 +0000
@@ -22,6 +22,11 @@
#include "build-config.h"
#include <dkim.h>
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/opendkim/util.c opendkim-2.7.4/opendkim/util.c
--- opendkim-2.7.4/opendkim/util.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/opendkim/util.c 2013-01-18 06:47:47.000000000 +0000
@@ -47,6 +47,11 @@
# endif /* SOLARIS <= 20600 */
#endif /* SOLARIS */
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>
diff -Nru opendkim-2.7.4/stats/opendkim-importstats.c opendkim-2.7.4/stats/opendkim-importstats.c
--- opendkim-2.7.4/stats/opendkim-importstats.c 2012-11-30 01:32:17.000000000 +0000
+++ opendkim-2.7.4/stats/opendkim-importstats.c 2013-01-18 06:47:47.000000000 +0000
@@ -23,6 +23,11 @@
/* OpenDKIM includes */
#include "stats.h"
+/* libbsd if found */
+#ifdef USE_BSD_H
+# include <bsd/string.h>
+#endif /* USE_BSD_H */
+
/* libstrl if needed */
#ifdef USE_STRL_H
# include <strl.h>

@ -0,0 +1,56 @@
#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/files/opendkim.init.r3,v 1.1 2013/01/18 13:44:00 eras Exp $
CONFFILE=/etc/opendkim/${SVCNAME}.conf
depend() {
use dns logger net
before mta
}
check_cfg() {
PIDFILE=$(sed -ne 's/^[[:space:]]*PidFile[[:space:]]\+//p' "${CONFFILE}")
local PIDDIR="${PIDFILE%/*}"
if [ ! -d "${PIDDIR}" ] ; then
checkpath -q -d -o milter:milter -m 0755 "${PIDDIR}" || return 1
fi
if [ ! -f "${CONFFILE}" ] ; then
eerror "Configuration file ${CONFFILE} is missing"
return 1
fi
if [ -z "${PIDFILE}" ] ; then
eerror "Configuration file needs PidFile setting - recommend adding 'PidFile /var/run/opendkim/${SVCNAME}.pid' to ${CONFFILE}"
return 1
fi
if egrep -q '^[[:space:]]*Background[[:space:]]+no' "${CONFFILE}" ; then
eerror "${SVCNAME} service cannot run with Background key set to yes!"
return 1
fi
}
start() {
check_cfg || return 1
# Remove stalled Unix socket if no other process is using it
local UNIX_SOCKET=$(sed -ne 's/^[[:space:]]*Socket[[:space:]]\+\(unix\|local\)://p' "${CONFFILE}")
if [ -S "${UNIX_SOCKET}" ] && ! fuser -s "${UNIX_SOCKET}"; then
rm "${UNIX_SOCKET}"
fi
ebegin "Starting OpenDKIM"
start-stop-daemon --start --pidfile "${PIDFILE}" \
--exec /usr/sbin/opendkim -- -x "${CONFFILE}"
eend $?
}
stop() {
check_cfg || return 1
ebegin "Stopping OpenDKIM"
start-stop-daemon --stop --pidfile "${PIDFILE}"
eend $?
}

@ -0,0 +1,191 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.7.4.ebuild,v 1.1 2013/01/18 13:44:00 eras Exp $
EAPI=4
inherit eutils db-use autotools user
# for betas
#MY_P=${P/_b/.B}
#S=${WORKDIR}/${PN}-2.0.0
#SRC_URI="mirror://sourceforge/opendkim/${MY_P}.tar.gz"
DESCRIPTION="A milter-based application to provide DKIM signing and verification"
HOMEPAGE="http://opendkim.org"
SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz"
LICENSE="Sendmail-Open-Source BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+berkdb gnutls ldap lua opendbx poll sasl +ssl static-libs unbound"
DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )
dev-libs/libbsd
ssl? ( >=dev-libs/openssl-0.9.8 )
berkdb? ( >=sys-libs/db-3.2 )
opendbx? ( >=dev-db/opendbx-1.4.0 )
lua? ( dev-lang/lua )
ldap? ( net-nds/openldap )
sasl? ( dev-libs/cyrus-sasl )
unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root )
!unbound? ( net-libs/ldns )
gnutls? ( >=net-libs/gnutls-2.11.7 )"
RDEPEND="${DEPEND}
sys-process/psmisc"
REQUIRED_USE="sasl? ( ldap )"
pkg_setup() {
enewgroup milter
# mail-milter/spamass-milter creates milter user with this home directory
# For consistency reasons, milter user must be created here with this home directory
# even though this package doesn't need a home directory for this user (#280571)
enewuser milter -1 -1 /var/lib/milter milter
}
src_prepare() {
sed -i -e 's:/var/db/dkim:/etc/opendkim:g' \
-e 's:/var/db/opendkim:/var/lib/opendkim:g' \
-e 's:/etc/mail:/etc/opendkim:g' \
-e 's:mailnull:milter:g' \
-e 's:^#[[:space:]]*PidFile.*:PidFile /var/run/opendkim/opendkim.pid:' \
opendkim/opendkim.conf.sample opendkim/opendkim.conf.simple.in \
stats/opendkim-reportstats || die
sed -i -e 's:dist_doc_DATA:dist_html_DATA:' libopendkim/docs/Makefile.am \
|| die
# don't go over the sock length and fail
sed -i -e '/^sock/s/t-sign-ss-macro-value-file.sock/t-s-s-m-v-f.sock/' \
opendkim/tests/t-sign-ss-macro-value-file.lua || die
epatch "${FILESDIR}/${P}-bsd.patch"
epatch "${FILESDIR}/${P}-DisableCryptoInit.patch"
eautoreconf
}
src_configure() {
local myconf
if use berkdb ; then
myconf=$(db_includedir)
myconf="--with-db-incdir=${myconf#-I}"
myconf+=" --enable-popauth"
myconf+=" --enable-query_cache"
myconf+=" --enable-stats"
fi
if use unbound; then
myconf+=" --with-unbound"
else
myconf+=" --with-ldns"
fi
if use ldap; then
myconf+=" $(use_with sasl)"
fi
econf \
$(use_with berkdb db) \
$(use_with opendbx odbx) \
$(use_with lua) \
$(use_enable lua rbl) \
$(use_with ldap openldap) \
$(use_enable poll) \
$(use_enable static-libs static) \
$(use_with gnutls) \
${myconf} \
--docdir=/usr/share/doc/${PF} \
--htmldir=/usr/share/doc/${PF}/html \
--enable-filter \
--enable-adsp_lists \
--enable-dkim_reputation \
--enable-identity_header \
--enable-rate_limit \
--enable-redirect \
--enable-resign \
--enable-replace_rules \
--enable-default_sender \
--enable-sender_macro \
--enable-vbr \
--disable-rpath \
--disable-live-testing
}
src_install() {
emake DESTDIR="${D}" install
dosbin stats/opendkim-reportstats
newinitd "${FILESDIR}/opendkim.init.r3" opendkim
dodir /etc/opendkim /var/lib/opendkim
fowners milter:milter /var/lib/opendkim
# default configuration
if [ ! -f "${ROOT}"/etc/opendkim/opendkim.conf ]; then
grep ^[^#] "${S}"/opendkim/opendkim.conf.simple \
> "${D}"/etc/opendkim/opendkim.conf
if use unbound; then
echo TrustedAnchorFile /etc/dnssec/root-anchors.txt >> "${D}"/etc/opendkim/opendkim.conf
fi
echo UserID milter >> "${D}"/etc/opendkim/opendkim.conf
if use berkdb; then
echo Statistics /var/lib/opendkim/stats.dat >> \
"${D}"/etc/opendkim/opendkim.conf
fi
fi
use static-libs || find "${D}" -name "*.la" -delete
}
pkg_postinst() {
elog "If you want to sign your mail messages and need some help"
elog "please run:"
elog " emerge --config ${CATEGORY}/${PN}"
elog "It will help you create your key and give you hints on how"
elog "to configure your DNS and MTA."
ewarn "Make sure your MTA has r/w access to the socket file."
ewarn "This can be done either by setting UMask to 002 and adding MTA's user"
ewarn "to milter group or you can simply set UMask to 000."
}
pkg_config() {
local selector keysize pubkey
read -p "Enter the selector name (default ${HOSTNAME}): " selector
[[ -n "${selector}" ]] || selector=${HOSTNAME}
if [[ -z "${selector}" ]]; then
eerror "Oddly enough, you don't have a HOSTNAME."
return 1
fi
if [[ -f "${ROOT}"etc/opendkim/${selector}.private ]]; then
ewarn "The private key for this selector already exists."
else
keysize=1024
# generate the private and public keys
opendkim-genkey -b ${keysize} -D "${ROOT}"etc/opendkim/ \
-s ${selector} -d '(your domain)' && \
chown milter:milter \
"${ROOT}"etc/opendkim/"${selector}".private || \
{ eerror "Failed to create private and public keys." ; return 1; }
chmod go-r "${ROOT}"etc/opendkim/"${selector}".private
fi
# opendkim selector configuration
echo
einfo "Make sure you have the following settings in your /etc/opendkim/opendkim.conf:"
einfo " Keyfile /etc/opendkim/${selector}.private"
einfo " Selector ${selector}"
# MTA configuration
echo
einfo "If you are using Postfix, add following lines to your main.cf:"
einfo " smtpd_milters = unix:/var/run/opendkim/opendkim.sock"
einfo " non_smtpd_milters = unix:/var/run/opendkim/opendkim.sock"
einfo " and read http://www.postfix.org/MILTER_README.html"
# DNS configuration
einfo "After you configured your MTA, publish your key by adding this TXT record to your domain:"
cat "${ROOT}"etc/opendkim/${selector}.txt
einfo "t=y signifies you only test the DKIM on your domain. See following page for the complete list of tags:"
einfo " http://www.dkim.org/specs/rfc4871-dkimbase.html#key-text"
einfo
einfo "Also look at the ADSP http://tools.ietf.org/html/rfc5617"
}

@ -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/mail-mta/postfix/postfix-2.9.5.ebuild,v 1.1 2012/12/13 07:05:49 eras Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.5.ebuild,v 1.3 2013/01/18 11:00:53 ago Exp $
EAPI=4
@ -20,7 +20,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz
LICENSE="IBM"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda"
DEPEND=">=dev-libs/libpcre-3.4

@ -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/xine-lib/xine-lib-1.2.2.ebuild,v 1.5 2012/12/24 07:49:17 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.2.ebuild,v 1.7 2013/01/18 09:54:17 ago Exp $
EAPI=4
@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
NLS_DEPEND="sys-devel/gettext"
NLS_RDEPEND="virtual/libintl"
else
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd"
SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
NLS_IUSE="nls"
NLS_DEPEND="nls? ( sys-devel/gettext )"

@ -1 +1 @@
DIST vdr-audiorecorder-0.1.0-pre14.tgz 101437 RMD160 ffac124c4e2d93ef94ba72485d938bf3bf2d6602 SHA1 20c4b766cbf7e169190e9297e3f1c25cb669d968 SHA256 18b0dfd023e5bda4785cab832478aae205ca02548b32de4458d628672d6fb8e9
DIST vdr-audiorecorder-0.1.0-pre14.tgz 101437 SHA256 18b0dfd023e5bda4785cab832478aae205ca02548b32de4458d628672d6fb8e9 SHA512 bd5a12426ec45f7242f1c912ef916c794be69504ed7e0971373fdbee9d664646b4e42e79919489d9aae7bc8b140fee50ea2601f3bdb4f4b260180474879e99f6 WHIRLPOOL dded93a4d7792c8ea522d65aa082a2230ff4c87a8f88f59f65b3733c950c70c8157f96492d048dadb106e2095124a86c8e1794a3e7a369a656ddcdd0d2338549

@ -0,0 +1,16 @@
https://bugs.gentoo.org/show_bug.cgi?id=443248
Index: audiorecorder-0.1.0-pre14/audiorecorder.c
===================================================================
--- audiorecorder-0.1.0-pre14.orig/audiorecorder.c
+++ audiorecorder-0.1.0-pre14/audiorecorder.c
@@ -176,7 +176,9 @@ bool cPluginAudiorecorder::Initialize(vo
bool cPluginAudiorecorder::Start(void)
{
/* initialize libavcodec */
+#if LIBAVCODEC_VERSION_MAJOR < 54
avcodec_init();
+#endif
avcodec_register_all();
probe_audio_codecs();

@ -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-plugins/vdr-audiorecorder/vdr-audiorecorder-0.1.0_pre14-r2.ebuild,v 1.1 2012/07/01 11:33:15 hd_brummy Exp $
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-audiorecorder/vdr-audiorecorder-0.1.0_pre14-r2.ebuild,v 1.2 2013/01/18 16:22:53 aballier Exp $
EAPI="4"
@ -39,6 +39,7 @@ src_prepare() {
epatch "${FILESDIR}/${P}_ffmpeg.diff"
epatch "${FILESDIR}/${P}_obsolete-i18n.diff"
epatch "${FILESDIR}/${P}-ffmpeg-1.patch"
}
src_install() {

@ -1,3 +1,3 @@
DIST amarok-2.5.0.tar.bz2 46607238 SHA256 1ed191db290fdede7c910c322cff2aba8ecfc1c4af891508d9ee410db3768849 SHA512 ac195f627ed0b1daba4b3a2896048d445caa85310b3373b373cabc76c36f424a60f2a3a439012363f3022c0ddb85a6770f2debd5b1a6e009e067bc5329d284c6 WHIRLPOOL e2256ae5dc941016afc9c3798b8f4ee4275dd23085b520067d6f24fa682ce465254d251c3494208a679441058771226668d5b500cb84851ccdd5b48584bb73bc
DIST amarok-2.6.0.tar.bz2 42331208 SHA256 a91280e588181cf9363d7146f339ef527220fe0c8057f26f010f592b01fdd2c0 SHA512 da67876dfc41dcc3e1f3087698d36dabb43a339cef1669ca0518de191e2d9dd2e3e72122ffe76ecfd763e83547e46c55bba8606c095d35c85058df77bf35fb4a WHIRLPOOL 70fadaff2565fc2e9d8cb628942ec8107c6f4fcea0bd3e898f4ba6a72231ebaca8cb1d924f1413ced7c82940790438c9dcbe2fba7760e356b100eb832d8a2edc
DIST amarok-2.6.90.tar.bz2 40939963 SHA256 620d315f59e29045f8108073297fdac338c3e516a92154a541d781835a7988cc SHA512 11857221a108628167f4ac435130cac04ba583dbe068f77b2f47a3904829db6ebb59800f6b943f638e0adbc901b8554c64abfe40915581ec375438bd2ab52331 WHIRLPOOL 18e8c70da5967a6878582b8756a8d847eb0051237dd67bcbc60bc4c78c15a4cebdd1c595aaf92bbe5f83d616b40378c17b2075e294315a168a91b42b16964b7f
DIST amarok-2.7.0.tar.bz2 42873142 SHA256 39649075f77e73dc7e0c1842b93de870b2f400cfd008907791ee81055a075d49 SHA512 8b2077765d6dc4d879dc7c7e7ae208704fa4c19de48deb6ebb13dcc9e555a71be7dca0086bd5258f42aaf03b479a29c0beefddf75244ab7f655008414ad3e62e WHIRLPOOL ee8dde5e72a86e62cabfe57146504028e940256680ea604890481e27e7c204f7f1448c1af04b8a2a164d8c09047b258d65063f314a4ae85bc9e17caeda0252f2

@ -1,11 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.6.90.ebuild,v 1.2 2013/01/14 04:27:48 jmbsvicetto Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.7.0.ebuild,v 1.2 2013/01/18 13:01:29 scarabeus Exp $
EAPI=4
KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB es et eu fi fr
ga gl hu it ja lt lv nb nl pl pt pt_BR ru sl sr sr@ijekavian
ga gl hu it ja lt lv nb nl pa pl pt pt_BR ru sl sr sr@ijekavian
sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
KDE_REQUIRED="never"
inherit flag-o-matic kde4-base
@ -13,7 +13,7 @@ inherit flag-o-matic kde4-base
DESCRIPTION="Advanced audio player based on KDE framework."
HOMEPAGE="http://amarok.kde.org/"
if [[ ${PV} != *9999* ]]; then
SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~ppc ~x86"
else
KEYWORDS=""
@ -71,13 +71,6 @@ RDEPEND="${COMMONDEPEND}
$(add_kdebase_dep phonon-kde)
"
# Reworked patch to apply cleanly on 2.6.90
# commit 68f90970f51015b9410b0786fa4d861089ccd413
# by Matěj Laitl <matej@laitl.cz>
PATCHES=(
"${FILESDIR}/${P}-fix-crash-lastfm.patch"
)
src_configure() {
# Append minimal-toc cflag for ppc64, see bug 280552 and 292707
use ppc64 && append-flags -mminimal-toc

@ -1,34 +0,0 @@
commit 68f90970f51015b9410b0786fa4d861089ccd413
Author: Matěj Laitl <matej@laitl.cz>
Date: Sat Dec 15 23:17:45 2012 +0100
ServiceBase::setModel(): prevent crash triggered by Last.fm rewrite
BUGFIXES:
* Prevent crash in ServiceBase::setModel triggered by Last.fm rewrite.
Lukáši, please test the patch so that we have no fear releasing 2.7
final.
BUG: 311723
FIXED-IN: 2.7
diff -urN a/amarok-2.6.90/src/services/ServiceBase.cpp b/amarok-2.6.90/src/services/ServiceBase.cpp
--- a/amarok-2.6.90/src/services/ServiceBase.cpp
+++ b/amarok-2.6.90/src/services/ServiceBase.cpp
@@ -173,10 +173,9 @@ ServiceBase::itemActivated ( const QModelIndex & index )
void
ServiceBase::setModel( QAbstractItemModel * model )
{
- //m_filterModel->setSourceModel( model );
- //m_contentView->setModel( m_filterModel );
- m_contentView->setModel( model );
- m_model = model;
+ if( m_contentView )
+ m_contentView->setModel( model );
+ m_model = model;
}
QAbstractItemModel *

@ -1,2 +1,2 @@
DIST kwave-0.8.7-1.tar.bz2 2867049 RMD160 a97f6e8c3e321e18706840a177a8190e077e04d9 SHA1 3a4a784aafa1ca9c61460cdd57bd11bdc98ec896 SHA256 3874af895ed80986505613df013e08704cce56ef773296907eab39e09498aec7
DIST kwave-0.8.8-1.tar.bz2 2915758 RMD160 0cee4616117ca120a8a6c74683e597f56743dd65 SHA1 26b1a2a4a3b15e639592a7a8e009363f5b5d54a9 SHA256 4e7a6ed9bfd08b41a310d9a74a0d1c567c2b1e3921e99b63c9df62dc85fe15d5
DIST kwave-0.8.8-1.tar.bz2 2915758 SHA256 4e7a6ed9bfd08b41a310d9a74a0d1c567c2b1e3921e99b63c9df62dc85fe15d5 SHA512 04b7baa1cc9942567444f177860aafe65d740778fc97712056e48fc3c08b50e33d5b31cb60337ca0990622af82823fc9253ad6d00c005efb58628a321f00febe WHIRLPOOL 2c12ba3111ec33e2bfac1567a3a2c9e65d01534221e0f427658ffd61bd216d7702cf79b94b3cb38ba8b96c0929647c16f5fd58dfba880db2a166342f399ab3c8
DIST kwave-0.8.9-1.tar.bz2 2936337 SHA256 dff2fd01ae8ce2af6b05c28769d7ac7f57b6b31c58044af19ba6d1ba79d9d117 SHA512 93639956a7d2c2ebd626a63fe2ce807805c213825041daf7b080df4ea4aafc808fac89a1f286326bcfdb7bfe23636afa67c5446cf04d83f79671db8f6cc370fc WHIRLPOOL 71d32d95ffdaf8ca0d6ed1a1cbb2d3c77d28c9016e03696dde868ef1ce64094ed472d49f3572e97c9e5c3ef8e6c1849ddedb5dc90d86d9969d9a80237db3629f

@ -1,20 +1,22 @@
# 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-sound/kwave/kwave-0.8.7.ebuild,v 1.2 2012/01/05 12:38:06 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.8.9.ebuild,v 1.1 2013/01/18 16:25:49 kensington Exp $
EAPI=4
EAPI=5
KDE_LINGUAS="cs de fr"
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="Kwave is a sound editor for KDE"
DESCRIPTION="A sound editor for KDE that can edit many types of audio files"
HOMEPAGE="http://kwave.sourceforge.net/"
SRC_URI="mirror://sourceforge/kwave/${P}-1.tar.bz2"
SRC_URI="mirror://sourceforge/${PN}/${P}-1.tar.bz2"
LICENSE="BSD FDL-1.2 GPL-2 LGPL-2"
LICENSE="BSD GPL-2 LGPL-2
handbook? ( FDL-1.2 )"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="alsa debug flac +handbook mad oss pulseaudio vorbis"
IUSE="alsa debug flac handbook mp3 oss phonon pulseaudio vorbis"
RDEPEND="
media-libs/audiofile
@ -22,10 +24,12 @@ RDEPEND="
media-libs/libsamplerate
alsa? ( media-libs/alsa-lib )
flac? ( media-libs/flac )
mad? (
mp3? (
media-libs/id3lib
media-libs/libmad
|| ( media-sound/lame media-sound/twolame media-sound/toolame )
)
phonon? ( media-libs/phonon )
pulseaudio? ( media-sound/pulseaudio )
vorbis? (
media-libs/libogg
@ -34,20 +38,20 @@ RDEPEND="
"
DEPEND="${RDEPEND}
$(add_kdebase_dep kdesdk-misc extras)
|| ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )
|| ( media-gfx/imagemagick[png,svg] media-gfx/graphicsmagick[imagemagick,png,svg] )
"
DOCS=( AUTHORS CHANGES README TODO )
DOCS=( AUTHORS CHANGES LICENSES README TODO )
src_configure() {
local mycmakeargs=(
-DWITH_SAMPLERATE=ON
-DWITH_PHONON=ON
$(cmake-utils_use_with alsa)
$(cmake-utils_use_with flac)
$(cmake-utils_use_with mad MP3)
$(cmake-utils_use_with mp3)
$(cmake-utils_use_with vorbis OGG)
$(cmake-utils_use_with oss)
$(cmake-utils_use_with phonon)
$(cmake-utils_use_with pulseaudio)
$(cmake-utils_use debug)
)

@ -1,3 +1,2 @@
DIST qmmp-0.6.0.tar.bz2 772882 SHA256 4e2c9cdfd630bb90b2c92cb3e2f95ac4239c7cf8f91c47ca4a5038dd519755fe SHA512 63897d7b93a071a1b51a18063f453044013bee91c68b186e52a48aa08c84180a8914dcaf1b20fdb8554430fd99511485d4529608f1ae61704c7c0a591356be98 WHIRLPOOL 24e8e834d64bec8aef259309829cce3f0a17193d72c25fb98e7afb9af5a831fa388e652e44bea43b49e966620d8a928231c9749f13c4f39cb0aad728a2d2ea29
DIST qmmp-0.6.5.tar.bz2 797215 SHA256 7a53af8228e0062eda5df5d34c00221587a1a3764e614b5d8b12541c2c75f080 SHA512 c58068d77a1d4d1a959ece872f077e865d7d56b155bcfe7bd53361dfc2dd49f7339e6019877842559e0032e6781a16b802101431631a0c09045cdd9d7f900e1c WHIRLPOOL 8cef20616a1578f497a89215726b7804f88f6530433200648ce90774faca334d35e2cbb4a9fc0c6e34c89ad01a132f2b7e703748d2a0ae735113706c171f7382
DIST qmmp-0.6.6.tar.bz2 798388 SHA256 dfa973cca80c020a85a11bb66701a3804f9fde326440abb179559c98bf3b5b99 SHA512 c87e4288ec5ef7f0ada07bbe3fd051e592cd1a7ca12f64821a17fa3fdefa42fa658f335d1e3cb25174bdcadb959361dc33ccdd34bf1b6b624201f563ca076d1e WHIRLPOOL ec90318ed771a5162d0a957734515eadb8de464cccb9a2face27b1f0472aad3b5885d77d64256f2b49779567acc33f419c0a6cae373749084c7a7904892198d1

@ -1,106 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/qmmp/qmmp-0.6.0.ebuild,v 1.3 2012/08/02 21:21:16 hwoarang Exp $
EAPI="2"
inherit cmake-utils
[ "$PV" == "9999" ] && inherit subversion
DESCRIPTION="Qt4-based audio player with winamp/xmms skins support"
HOMEPAGE="http://qmmp.ylsoftware.com/index_en.php"
if [ "$PV" != "9999" ]; then
SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2"
KEYWORDS="amd64 ~ppc x86"
else
SRC_URI=""
ESVN_REPO_URI="http://qmmp.googlecode.com/svn/trunk/qmmp/"
KEYWORDS=""
fi
LICENSE="GPL-2"
SLOT="0"
# KEYWORDS further up
IUSE="aac +alsa +dbus bs2b cdda cover crossfade enca ffmpeg flac jack game kde ladspa
libsamplerate lyrics +mad midi mms modplug mplayer mpris musepack notifier oss
projectm pulseaudio scrobbler sndfile stereo tray udev +vorbis wavpack"
RDEPEND="x11-libs/qt-qt3support:4
media-libs/taglib
alsa? ( media-libs/alsa-lib )
bs2b? ( media-libs/libbs2b )
cdda? ( dev-libs/libcdio )
dbus? ( sys-apps/dbus )
aac? ( media-libs/faad2 )
enca? ( app-i18n/enca )
flac? ( media-libs/flac )
game? ( media-libs/game-music-emu )
ladspa? ( media-libs/ladspa-cmt )
libsamplerate? ( media-libs/libsamplerate )
mad? ( media-libs/libmad )
midi? ( media-sound/wildmidi )
mms? ( media-libs/libmms )
mplayer? ( || ( media-video/mplayer
media-video/mplayer2 )
)
musepack? ( >=media-sound/musepack-tools-444 )
modplug? ( >=media-libs/libmodplug-0.8.4 )
vorbis? ( media-libs/libvorbis
media-libs/libogg )
jack? ( media-sound/jack-audio-connection-kit
media-libs/libsamplerate )
ffmpeg? ( virtual/ffmpeg )
projectm? ( media-libs/libprojectm
x11-libs/qt-opengl:4 )
pulseaudio? ( >=media-sound/pulseaudio-0.9.9 )
wavpack? ( media-sound/wavpack )
scrobbler? ( net-misc/curl )
sndfile? ( media-libs/libsndfile )
udev? ( sys-fs/udisks:0 )"
DEPEND="${RDEPEND}"
DOCS="AUTHORS ChangeLog README"
CMAKE_IN_SOURCE_BUILD="1"
src_configure() {
mycmakeargs=(
$(cmake-utils_use_use alsa)
$(cmake-utils_use_use aac)
$(cmake-utils_use_use bs2b)
$(cmake-utils_use_use cover)
$(cmake-utils_use_use cdda CDA)
$(cmake-utils_use_use crossfade)
$(cmake-utils_use_use dbus)
$(cmake-utils_use_use enca)
$(cmake-utils_use_use ffmpeg)
$(cmake-utils_use_use flac)
$(cmake-utils_use_use game GME)
-DUSE_HAL=OFF
$(cmake-utils_use_use jack)
$(cmake-utils_use_use kde KDENOTIFY)
$(cmake-utils_use_use ladspa)
$(cmake-utils_use_use lyrics)
$(cmake-utils_use_use mad)
$(cmake-utils_use_use midi MIDI_WILDMIDI)
$(cmake-utils_use_use mplayer)
$(cmake-utils_use_use mms)
$(cmake-utils_use_use modplug)
$(cmake-utils_use_use mpris)
$(cmake-utils_use_use musepack MPC)
$(cmake-utils_use_use notifier)
$(cmake-utils_use_use oss)
$(cmake-utils_use_use projectm)
$(cmake-utils_use_use pulseaudio PULSE)
$(cmake-utils_use_use scrobbler)
$(cmake-utils_use_use sndfile)
$(cmake-utils_use_use stereo)
$(cmake-utils_use_use tray STATICON)
$(cmake-utils_use_use udev UDISKS)
$(cmake-utils_use_use libsamplerate SRC)
$(cmake-utils_use_use vorbis)
$(cmake-utils_use_use wavpack)
)
cmake-utils_src_configure
}

@ -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-sound/qmmp/qmmp-0.6.5.ebuild,v 1.1 2012/12/08 16:34:15 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/qmmp/qmmp-0.6.5.ebuild,v 1.3 2013/01/18 10:30:46 ago Exp $
EAPI="5"
@ -11,7 +11,7 @@ DESCRIPTION="Qt4-based audio player with winamp/xmms skins support"
HOMEPAGE="http://qmmp.ylsoftware.com/index_en.php"
if [ "$PV" != "9999" ]; then
SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="amd64 ~ppc x86"
else
SRC_URI=""
ESVN_REPO_URI="http://qmmp.googlecode.com/svn/trunk/qmmp/"

@ -1,2 +1,2 @@
DIST 29024-soundkonverter-1.6.2.tar.gz 458148 SHA256 0201afe9efbb38484db063d8d3065e8d09581b19258275cc7d22c63b243e92b1 SHA512 acbbef1d44a8d647a2a07a08ba82e33ce03270917872c560c502f35d5227dd412e23a202eebb091457d328d5bcee14addfc0d5bace6f60f1c018e6c693755bed WHIRLPOOL 960369e607068e073831393f4931ca43a9978b74286a6ab38a8370d512682e8c238ad878cd741ddf398426f645d9bb56cfa8503cee158707c8e6a3b8cccaa55d
DIST 29024-soundkonverter-1.6.3.tar.gz 478923 SHA256 5caf6f3e39be83f074e1ec467704b15d91d594006ef2e1245a2ff0955b59515e SHA512 b1c1f66e86a07b375711ff396340dfbc778c2fd13d82e1068f92936b6b917fad296c4ed2555f45f20a3d6ebeacaa4737df10297e175a148cf3201a1d4ee4dbca WHIRLPOOL ba8bcda3fa02cc09b32e5db7b3cc9918bca936451e03a9e17fb38c53eef46a1475ddc6be63e3ae1b7ddbbc49ac00db1374cba7cc19450a70a8b94e839d5eac44
DIST 29024-soundkonverter-1.6.4.tar.gz 496384 SHA256 b466e006c785616216158cf01e2e3d32b3beacdcac138c811988f63a0cc18587 SHA512 c90dda835e75257125da665121f9a356c80c10d0e589f9d31ecc3681d2846baf697953c0a3c5c8f12d2ab5f296b9825045faf7d224066384023ccb50986959bf WHIRLPOOL ffae2390bded365573f248fcbc3a7267f700e042a5ff1512e060496754949f2fc3bab2968700534b881b367a8f99f3261e521002851af82d16fc784ba8381744

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

@ -1,9 +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/media-sound/soundkonverter/soundkonverter-1.6.2.ebuild,v 1.1 2012/06/27 08:20:38 kensington Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/soundkonverter/soundkonverter-1.6.4.ebuild,v 1.1 2013/01/18 15:59:59 kensington Exp $
EAPI=4
KDE_LINGUAS="cs de es et fr hu pt ru"
EAPI=5
KDE_LINGUAS="cs de es et fr hu pt pt_BR ru"
inherit kde4-base
DESCRIPTION="Frontend to various audio converters"

@ -1,2 +1,2 @@
DIST xine-ui-0.99.6.tar.xz 1797144 RMD160 b5d27f112d2ebb861d18be684c17c5fe0e7b7fbd SHA1 abbdb331898c14025ee6b132f63ab7d3c1b5b31e SHA256 4eb1e3eb6c2ebba70f2e215a15d8b99bb3e2b0449c94105dc16e963a99a59ef3
DIST xine-ui-0.99.7.tar.xz 1752328 RMD160 e2f2311f62a5c5c7b9912b4c8acc059c42406a7c SHA1 ca82e09cf8245d038813bc4dbd8384ba79cbf197 SHA256 9d8cdfd1c5c84251d6978765b059adf57099ff6c447f3e4b59066c8563f66bc4
DIST xine-ui-0.99.6.tar.xz 1797144 SHA256 4eb1e3eb6c2ebba70f2e215a15d8b99bb3e2b0449c94105dc16e963a99a59ef3 SHA512 7f9f71c0558b3860338e29d258dcaf1cbeedd4e999daccb6c2091c4f5a4b7937c9797efa28f57f9b2f3d59e84fb7163298794745b5fbb354f4cb08d00a18adad WHIRLPOOL 56e62c2ebfe7b9d1622b8ba0558e689183b564d5499917277ee4a75c4b8ffcd9f12aa394047af4a0e93be8d27d5282d489e800efa01da8749fc133d416e64b03
DIST xine-ui-0.99.7.tar.xz 1752328 SHA256 9d8cdfd1c5c84251d6978765b059adf57099ff6c447f3e4b59066c8563f66bc4 SHA512 6070d28cb3f5bb816b1f218d07c5e0001e71069dfc6b6c761b95960f095736923a6e83a97dfab88d93688c1029a7c1d30dc4a2327e2c8481b3b06cb7cc837c1f WHIRLPOOL 7b7b87b56029c11d3ea1036420dca09e730370294659cadc0e5937cd36383e84a941f89bd69535566ffc8cd639aa21ea439ba1e82b1f46fa6211ecf7cc4a09f1

@ -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-video/xine-ui/xine-ui-0.99.7.ebuild,v 1.1 2012/06/16 20:33:05 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.7.ebuild,v 1.3 2013/01/18 09:54:29 ago Exp $
EAPI=4
inherit fdo-mime gnome2-utils
@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd"
IUSE="aalib curl debug libcaca lirc nls readline vdr X xinerama"
RDEPEND="|| ( app-arch/tar app-arch/libarchive )

@ -1 +1 @@
Fri, 18 Jan 2013 09:36:51 +0000
Fri, 18 Jan 2013 17:36:52 +0000

@ -1 +1 @@
Fri, 18 Jan 2013 09:36:52 +0000
Fri, 18 Jan 2013 17:36:52 +0000

@ -4,10 +4,10 @@ DESCRIPTION=Sagan is a multi-threaded, real time system and event log monitoring
EAPI=4
HOMEPAGE=http://sagan.softwink.com/
IUSE=smtp mysql postgres prelude snort +lognorm +libdnet +pcap
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=dev-libs/libpcre app-admin/sagan-rules[lognorm?] smtp? ( net-libs/libesmtp ) pcap? ( net-libs/libpcap ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) prelude? ( dev-libs/libprelude ) lognorm? ( dev-libs/liblognorm ) libdnet? ( dev-libs/libdnet ) snort? ( >=net-analyzer/snortsam-2.50 )
SLOT=0
SRC_URI=http://sagan.softwink.com/download/sagan-0.2.2-r2.tar.gz
_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=523f86bf767c0d7a176fb880991b2d2e
_md5_=81a0025db38cb8328335d71ef3620225

@ -1,12 +0,0 @@
DEFINED_PHASES=install prepare
DEPEND=virtual/cdrtools app-cdr/dvd+rw-tools dev-libs/libcdio[-minimal] sys-libs/ncurses[unicode] || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=An ncurses based console frontend for cdrtools and dvd+rw-tools
EAPI=2
HOMEPAGE=http://cdw.sourceforge.net
KEYWORDS=amd64 ppc sparc x86
LICENSE=GPL-2
RDEPEND=virtual/cdrtools app-cdr/dvd+rw-tools dev-libs/libcdio[-minimal] sys-libs/ncurses[unicode]
SLOT=0
SRC_URI=mirror://sourceforge/cdw/cdw-0.6.0.tar.gz
_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=104b79af0ecd0cd6b2dd70cfeb8864e0

@ -1,12 +0,0 @@
DEFINED_PHASES=install prepare
DEPEND=virtual/cdrtools app-cdr/dvd+rw-tools dev-libs/libburn dev-libs/libcdio[-minimal] sys-libs/ncurses[unicode] || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=An ncurses based console frontend for cdrtools and dvd+rw-tools
EAPI=2
HOMEPAGE=http://cdw.sourceforge.net
KEYWORDS=amd64 ppc x86
LICENSE=GPL-2
RDEPEND=virtual/cdrtools app-cdr/dvd+rw-tools dev-libs/libburn dev-libs/libcdio[-minimal] sys-libs/ncurses[unicode]
SLOT=0
SRC_URI=mirror://sourceforge/cdw/cdw-0.7.0.tar.gz
_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=78ed2054f3be68a8b8819fc406b779f1

@ -2,11 +2,11 @@ DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=dev-libs/libxslt dev-libs/libxml2 dev-python/dbus-python sys-devel/gettext app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.5 dev-python/epydoc =dev-lang/python-2.7* >=dev-util/cmake-2.8.8 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
DESCRIPTION=A framework for custom processing of PO files.
EAPI=4
HOMEPAGE=http://pology.nedohodnik.nete
HOMEPAGE=http://pology.nedohodnik.net
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-libs/libxslt dev-libs/libxml2 dev-python/dbus-python sys-devel/gettext =dev-lang/python-2.7*
SLOT=0
SRC_URI=http://pology.nedohodnik.net//release/pology-0.11.tar.bz2
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 cmake-utils 3cb7a29aafd4b984d2bf12bc50abe5da eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=2f3c27464ef6526dc564b5825a28dde5
_md5_=f4a4e0848ed6b35279857ab5c007b850

@ -2,9 +2,9 @@ DEFINED_PHASES=compile configure install preinst prepare setup test unpack
DEPEND=dev-libs/libxslt dev-libs/libxml2 dev-python/dbus-python sys-devel/gettext app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.5 dev-python/epydoc =dev-lang/python-2.7* >=dev-util/cmake-2.8.8 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync
DESCRIPTION=A framework for custom processing of PO files.
EAPI=4
HOMEPAGE=http://pology.nedohodnik.nete
HOMEPAGE=http://pology.nedohodnik.net
LICENSE=GPL-3
RDEPEND=dev-libs/libxslt dev-libs/libxml2 dev-python/dbus-python sys-devel/gettext =dev-lang/python-2.7*
SLOT=0
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 cmake-utils 3cb7a29aafd4b984d2bf12bc50abe5da eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 subversion 877d251a42b69543c01f6a36b4707b3b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=fc63160bfd39a3adaacd326fc725f8ab
_md5_=ee2151e07b33c3cfc2b72e44aa86fd67

@ -0,0 +1,12 @@
DEFINED_PHASES=install setup
DEPEND=|| ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* )
DESCRIPTION=A helper program for maintaining the package.keyword and package.unmask files
EAPI=4
HOMEPAGE=http://www.mpagano.com/blog/?page_id=3
KEYWORDS=~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd
LICENSE=GPL-2
RDEPEND=>=app-portage/gentoolkit-0.3.0.7 >=sys-apps/portage-2.1.11.31 || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* )
SLOT=0
SRC_URI=http://www.mpagano.com/downloads/portpeek-2.1.6.tar.gz
_eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
_md5_=971db9ed345119b964c64115a3cfcc6e

@ -1,10 +0,0 @@
DEFINED_PHASES=compile install postinst postrm test
DESCRIPTION=XSL Stylesheets for Docbook
HOMEPAGE=http://wiki.docbook.org/topic/DocBookXslStylesheets
KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd
LICENSE=BSD
RDEPEND=>=app-text/build-docbook-catalog-1.4
RESTRICT=test
SLOT=0
SRC_URI=mirror://sourceforge/docbook/docbook-xsl-ns-1.76.1.tar.bz2
_md5_=1db76e7bf570b36d4d9a2f240f2860a2

@ -0,0 +1,12 @@
DEFINED_PHASES=compile install postinst postrm test
DESCRIPTION=XSL Stylesheets for Docbook
EAPI=5
HOMEPAGE=http://wiki.docbook.org/topic/DocBookXslStylesheets
IUSE=ruby
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
LICENSE=BSD
RDEPEND=>=app-text/build-docbook-catalog-1.4 ruby? ( dev-lang/ruby )
RESTRICT=test
SLOT=0
SRC_URI=mirror://sourceforge/docbook/docbook-xsl-ns-1.78.0.tar.bz2
_md5_=d48442ba58ce9673e290c607ff1c915d

@ -1,10 +0,0 @@
DEFINED_PHASES=compile install postinst postrm test
DESCRIPTION=XSL Stylesheets for Docbook
HOMEPAGE=http://wiki.docbook.org/topic/DocBookXslStylesheets
KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=BSD
RDEPEND=>=app-text/build-docbook-catalog-1.1
RESTRICT=test
SLOT=0
SRC_URI=mirror://sourceforge/docbook/docbook-xsl-1.76.1.tar.bz2
_md5_=afaf085555df791862bcf903058efe25

@ -1,12 +1,12 @@
DEFINED_PHASES=compile install postinst postrm test
DESCRIPTION=XSL Stylesheets for Docbook
EAPI=4
EAPI=5
HOMEPAGE=http://wiki.docbook.org/topic/DocBookXslStylesheets
IUSE=ruby
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=BSD
RDEPEND=>=app-text/build-docbook-catalog-1.1 ruby? ( || ( dev-lang/ruby dev-lang/ruby-enterprise ) )
RDEPEND=>=app-text/build-docbook-catalog-1.1 ruby? ( dev-lang/ruby )
RESTRICT=test
SLOT=0
SRC_URI=mirror://sourceforge/docbook/docbook-xsl-1.77.0.tar.bz2
_md5_=8e4ed4ffcdde501b36d5869ec3c71ec7
SRC_URI=mirror://sourceforge/docbook/docbook-xsl-1.78.0.tar.bz2
_md5_=0091a532e8bc883ccc9950cf2e816317

@ -1,14 +0,0 @@
DEFINED_PHASES=compile install postinst prepare setup test
DEPEND=!v8? ( =dev-lang/spidermonkey-1.8.2* ) v8? ( dev-lang/v8 ) dev-libs/boost dev-libs/libpcre[cxx] net-libs/libpcap sys-libs/readline sys-libs/ncurses >=dev-util/scons-1.2.0
DESCRIPTION=A high-performance, open source, schema-free document-oriented database
EAPI=4
HOMEPAGE=http://www.mongodb.org
IUSE=mms-agent static-libs v8
KEYWORDS=~amd64 ~x86
LICENSE=AGPL-3 Apache-2.0
PDEPEND=mms-agent? ( dev-python/pymongo )
RDEPEND=!v8? ( =dev-lang/spidermonkey-1.8.2* ) v8? ( dev-lang/v8 ) dev-libs/boost dev-libs/libpcre[cxx] net-libs/libpcap
SLOT=0
SRC_URI=http://downloads.mongodb.org/src/mongodb-src-r1.8.5.tar.gz mms-agent? ( http://dev.gentoo.org/~ultrabug/20111027-10gen-mms-agent.zip )
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=0daecd441626cc961db222876d89007f

@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst prepare setup test
DEPEND=v8? ( dev-lang/v8 ) >=dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[cxx] dev-util/google-perftools net-libs/libpcap app-arch/snappy sys-libs/readline sys-libs/ncurses >=dev-util/scons-1.2.0
DESCRIPTION=A high-performance, open source, schema-free document-oriented database
EAPI=4
HOMEPAGE=http://www.mongodb.org
IUSE=mms-agent static-libs v8
KEYWORDS=~amd64 ~x86
LICENSE=AGPL-3 Apache-2.0
PDEPEND=mms-agent? ( dev-python/pymongo )
RDEPEND=v8? ( dev-lang/v8 ) >=dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[cxx] dev-util/google-perftools net-libs/libpcap app-arch/snappy
SLOT=0
SRC_URI=http://downloads.mongodb.org/src/mongodb-src-r2.2.2.tar.gz mms-agent? ( http://dev.gentoo.org/~ultrabug/20121128-10gen-mms-agent.zip )
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=2d5665c09b58de343f3cb2e0cddc842d

@ -10,5 +10,5 @@ RDEPEND=eclipse? ( dev-util/eclipse-sdk ) ~dev-libs/intel-common-13.0.0.079[comp
RESTRICT=mirror
SLOT=0
SRC_URI=amd64? ( multilib? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013.tgz ) ) amd64? ( !multilib? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013_intel64.tgz ) ) x86? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013_ia32.tgz )
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp 14bbe58d47d3a6ccb8632d4921f83557 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp db6297fe969b89420949dc35383591e7 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=876954fe32b049ec3ecbfe8a282f3ef2

@ -10,5 +10,5 @@ RDEPEND=eclipse? ( dev-util/eclipse-sdk ) ~dev-libs/intel-common-13.0.1.117[comp
RESTRICT=mirror
SLOT=0
SRC_URI=amd64? ( multilib? ( http://registrationcenter-download.intel.com/irc_nas/2872/parallel_studio_xe_2013_update1.tgz ) ) amd64? ( !multilib? ( http://registrationcenter-download.intel.com/irc_nas/2872/parallel_studio_xe_2013_update1_intel64.tgz ) ) x86? ( http://registrationcenter-download.intel.com/irc_nas/2872/parallel_studio_xe_2013_update1_ia32.tgz )
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp 14bbe58d47d3a6ccb8632d4921f83557 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp db6297fe969b89420949dc35383591e7 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=7dccde5b71d9f7325340dbaecbd1342a

@ -10,5 +10,5 @@ RDEPEND=~dev-libs/intel-common-13.0.0.079[compiler] eclipse? ( dev-util/eclipse-
RESTRICT=mirror
SLOT=0
SRC_URI=amd64? ( multilib? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013.tgz ) ) amd64? ( !multilib? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013_intel64.tgz ) ) x86? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013_ia32.tgz )
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp 14bbe58d47d3a6ccb8632d4921f83557 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp db6297fe969b89420949dc35383591e7 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=3d2b9c130214979221536a1bca31857c

@ -10,5 +10,5 @@ RDEPEND=~dev-libs/intel-common-13.0.1.117[compiler] virtual/jre eclipse? ( dev-u
RESTRICT=mirror
SLOT=0
SRC_URI=amd64? ( multilib? ( http://registrationcenter-download.intel.com/irc_nas/2872/parallel_studio_xe_2013_update1.tgz ) ) amd64? ( !multilib? ( http://registrationcenter-download.intel.com/irc_nas/2872/parallel_studio_xe_2013_update1_intel64.tgz ) ) x86? ( http://registrationcenter-download.intel.com/irc_nas/2872/parallel_studio_xe_2013_update1_ia32.tgz )
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp 14bbe58d47d3a6ccb8632d4921f83557 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp db6297fe969b89420949dc35383591e7 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=c97a84c92cbfd08e057ad6b322ac5014

@ -10,5 +10,5 @@ RDEPEND=~dev-libs/intel-common-13.0.0.079[compiler]
RESTRICT=mirror
SLOT=0
SRC_URI=amd64? ( multilib? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013.tgz ) ) amd64? ( !multilib? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013_intel64.tgz ) ) x86? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013_ia32.tgz )
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp 14bbe58d47d3a6ccb8632d4921f83557 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp db6297fe969b89420949dc35383591e7 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=ee7e16c2e5e6e6839296de22c88e1bad

@ -10,5 +10,5 @@ RDEPEND=~dev-libs/intel-common-13.0.1.117[compiler]
RESTRICT=mirror
SLOT=0
SRC_URI=amd64? ( multilib? ( http://registrationcenter-download.intel.com/irc_nas/2872/parallel_studio_xe_2013_update1.tgz ) ) amd64? ( !multilib? ( http://registrationcenter-download.intel.com/irc_nas/2872/parallel_studio_xe_2013_update1_intel64.tgz ) ) x86? ( http://registrationcenter-download.intel.com/irc_nas/2872/parallel_studio_xe_2013_update1_ia32.tgz )
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp 14bbe58d47d3a6ccb8632d4921f83557 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp db6297fe969b89420949dc35383591e7 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=56a4d8d239e4d899ec3d2d9e861f0a94

@ -9,5 +9,5 @@ LICENSE=Intel-SDP
RESTRICT=mirror
SLOT=0
SRC_URI=amd64? ( multilib? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013.tgz ) ) amd64? ( !multilib? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013_intel64.tgz ) ) x86? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013_ia32.tgz )
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp 14bbe58d47d3a6ccb8632d4921f83557 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp db6297fe969b89420949dc35383591e7 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=aff5e876b68934e5ccecc3a434573104

@ -9,5 +9,5 @@ LICENSE=Intel-SDP
RESTRICT=mirror
SLOT=0
SRC_URI=amd64? ( multilib? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013.tgz ) ) amd64? ( !multilib? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013_intel64.tgz ) ) x86? ( http://registrationcenter-download.intel.com/irc_nas/2749/parallel_studio_xe_2013_ia32.tgz )
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp 14bbe58d47d3a6ccb8632d4921f83557 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp db6297fe969b89420949dc35383591e7 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=703859bc4192951c91e841f50ecd6942

@ -9,5 +9,5 @@ LICENSE=Intel-SDP
RESTRICT=mirror
SLOT=0
SRC_URI=amd64? ( multilib? ( http://registrationcenter-download.intel.com/irc_nas/2872/parallel_studio_xe_2013_update1.tgz ) ) amd64? ( !multilib? ( http://registrationcenter-download.intel.com/irc_nas/2872/parallel_studio_xe_2013_update1_intel64.tgz ) ) x86? ( http://registrationcenter-download.intel.com/irc_nas/2872/parallel_studio_xe_2013_update1_ia32.tgz )
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp 14bbe58d47d3a6ccb8632d4921f83557 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 intel-sdp db6297fe969b89420949dc35383591e7 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=8cf66faa0ed205b16f7c6b9b2005ad24

@ -0,0 +1,12 @@
DEFINED_PHASES=configure install prepare
DEPEND=|| ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=Library to read and write vcard files
EAPI=5
HOMEPAGE=http://sourceforge.net/projects/vformat/
IUSE=static-libs
KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86
LICENSE=LGPL-2.1
SLOT=0
SRC_URI=mirror://debian/pool/main/libv/libvformat/libvformat_1.13.orig.tar.gz mirror://debian/pool/main/libv/libvformat/libvformat_1.13-10.debian.tar.gz
_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=51b0b6365bd6d080095ff3cb81929743

@ -7,8 +7,7 @@ IUSE=doc test python_targets_python2_6 python_targets_python2_7 python_targets_p
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
LICENSE=MIT
RDEPEND=dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 )
REQUIRED_USE=doc? ( !python_targets_python3_3 )
SLOT=4
SRC_URI=mirror://pypi/b/beautifulsoup4/beautifulsoup4-4.1.3.tar.gz
_eclasses_=distutils-r1 4de2bc5d5fcf225878bcf75551a1bd90 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 b9091432451f035281bf6fc17720e820 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=f1d1048fc6df5803dec2afa2ab27d345
_md5_=54608e03e2c7a1f7da2b0cf4550e3bf2

@ -1,4 +1,4 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_9?,python_targets_pypy2_0?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 )
DESCRIPTION=Character encoding auto-detection in Python.
EAPI=5
@ -10,4 +10,4 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_
SLOT=0
SRC_URI=http://chardet.feedparser.org/download/python2-chardet-2.0.1.tgz http://chardet.feedparser.org/download/python3-chardet-2.0.1.tgz
_eclasses_=distutils-r1 4de2bc5d5fcf225878bcf75551a1bd90 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 b9091432451f035281bf6fc17720e820 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=bde0ccd0c0a1cb1d097202b443b9c9eb
_md5_=4dac134d1ca0f9b925520dee3479eb65

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/pygments[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_pypy1_9?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-)] dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_pypy1_9?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 )
DEPEND=dev-python/pygments[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_9?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)] dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_9?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 )
DESCRIPTION=Python Documentation Utilities
EAPI=5
HOMEPAGE=http://docutils.sourceforge.net/ http://pypi.python.org/pypi/docutils
IUSE=glep python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_9
IUSE=glep python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=BSD-2 GPL-3 public-domain
RDEPEND=dev-python/pygments[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_pypy1_9?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-)] glep? ( dev-python/docutils-glep[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_pypy1_9?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-)] ) dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_pypy1_9?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 )
RDEPEND=dev-python/pygments[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_9?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)] glep? ( dev-python/docutils-glep[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_9?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)] ) dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_9?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 )
SLOT=0
SRC_URI=mirror://sourceforge/docutils/docutils-0.10.tar.gz
_eclasses_=distutils-r1 4de2bc5d5fcf225878bcf75551a1bd90 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 b9091432451f035281bf6fc17720e820 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=abca2bb0e1776ebbb78fd6c6696c9ceb
_md5_=26f29f564ef68c86baa93a7c01ab561b

@ -2,11 +2,11 @@ DEFINED_PHASES=install prepare
DESCRIPTION=Gentoo GLEP support for docutils
EAPI=5
HOMEPAGE=http://www.gentoo.org/proj/en/glep/
IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_9
IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=public-domain
RDEPEND=>=dev-python/docutils-0.10[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_pypy1_9?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-)]
RDEPEND=>=dev-python/docutils-0.10[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_9?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)]
SLOT=0
SRC_URI=mirror://gentoo/glep-0.4-r1.tbz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 b9091432451f035281bf6fc17720e820 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=59af920f5e40194c5a9f6d9aaf6e66d3
_md5_=79de8227ca0af2bf335cb4307234644a

@ -1,13 +1,13 @@
DEFINED_PHASES=compile install postinst postrm prepare setup test
DEPEND=gmp? ( dev-python/gmpy ) matplotlib? ( dev-python/matplotlib ) doc? ( dev-python/sphinx ) dev-lang/python test? ( dev-python/pytest )
DEFINED_PHASES=compile configure install prepare test
DEPEND=gmp? ( dev-python/gmpy ) matplotlib? ( dev-python/matplotlib ) doc? ( dev-python/sphinx[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)] ) test? ( dev-python/pytest[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)] ) dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 )
DESCRIPTION=Python library for arbitrary-precision floating-point arithmetic
EAPI=4
EAPI=5
HOMEPAGE=http://code.google.com/p/mpmath/ http://pypi.python.org/pypi/mpmath/
IUSE=doc examples gmp matplotlib test
IUSE=doc examples gmp matplotlib test python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2
KEYWORDS=~amd64 ~x86 ~x86-linux ~ppc-macos
LICENSE=BSD
RDEPEND=gmp? ( dev-python/gmpy ) matplotlib? ( dev-python/matplotlib ) dev-lang/python
RDEPEND=gmp? ( dev-python/gmpy ) matplotlib? ( dev-python/matplotlib ) dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 )
SLOT=0
SRC_URI=http://mpmath.googlecode.com/files/mpmath-all-0.17.tar.gz
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=bbd284c6a4d7a94476a78f6a60ae0bef
_eclasses_=distutils-r1 4de2bc5d5fcf225878bcf75551a1bd90 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 b9091432451f035281bf6fc17720e820 python-utils-r1 069a968fde0ceb8a9cd5c6a89d77cbc2 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=8d97b08aa0cf9e9204a6b9377001aff7

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

Loading…
Cancel
Save