Sync with portage [Sun Jun 9 00:12:37 MSK 2013].

mhiretskiy
root 11 years ago
parent 40a6b9f178
commit f8b91bcf6a

@ -1 +1,2 @@
DIST freetts-1.2.1-src.zip 14100414 SHA256 e21421f3b6bd4364f4310e273128f20b63a6b885e8f17d9a441df20d4c455280 SHA512 927d881263f561df8e8ee919ea6019ed44d6ecad7d434c618e333063e992f938d50161a281094b27a4dd8312ac3eedc34040ede947df91e94bbca06c25ba45d3 WHIRLPOOL dbb1d27491f48041fd22d9be472cafe4cd94f514d0a39235d72e613aaaed887245cb377575768420c8546706c33e06765d7894c1e3599560bf4570e7be6a5eb0
DIST freetts-1.2.2-src.zip 14111416 SHA256 270bbf8c3ab1571585f0a78818ba73b601ef515eb1e6087293c41177219ed156 SHA512 a2cce0b1fd2267cc8dbd3e2ad3ec1f99526de3988443c0937405cc7b2eab9ef517001ef0b4b387e8721d3c33610cd642c6b7cf83217996a83481830de9713de7 WHIRLPOOL e7bfd3e72e1fc4f6d36d2c743b7c61856d1471ddfa59158b799552800cfbb307cf14012c53280fa5052df35c0aa0cb680ed20d99ec8111efb8785c0a00492021

@ -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/app-accessibility/freetts/freetts-1.2.2.ebuild,v 1.1 2013/06/08 13:31:55 tomwij Exp $
EAPI="5"
JAVA_PKG_IUSE="doc examples source"
inherit eutils java-pkg-2 java-ant-2
DESCRIPTION="A speech synthesis system written entirely in Java"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
HOMEPAGE="http://freetts.sourceforge.net/"
RDEPEND=">=virtual/jre-1.4
mbrola? ( >=app-accessibility/mbrola-3.0.1h-r6 ) "
DEPEND=">=virtual/jdk-1.4
${RDEPEND}
jsapi? ( app-arch/sharutils )
app-arch/unzip"
LICENSE="jsapi? ( sun-bcla-jsapi ) freetts"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="jsapi mbrola"
# Tests aren't present.
RESTRICT="test"
java_prepare() {
# Prepare source directory.
mkdir src || die "Failed to create source directory."
mv com de src/ || die "Failed to move files to source directory."
# Prepare library directory.
cd lib || die "Lib directory not present."
chmod 0755 jsapi.sh || die "jsapi.sh not present or can't change permissions."
epatch "${FILESDIR}"/jsapi-gentoo.diff
use mbrola && echo "mbrola.base=/usr/share/mbrola/" >> "${S}"/speech.properties
}
src_compile() {
if use jsapi; then
pushd lib
./jsapi.sh || die "jsapi.sh failed"
popd
fi
eant jars
}
# Tests aren't present.
# http://freetts.sourceforge.net/docs/index.php#how_test
#src_test() {
# ANT_TASKS="ant-junit" eant junit
#}
src_install() {
java-pkg_dojar lib/*.jar mbrola/*.jar
use mbrola && local jflags="--java_args -Dmbrola.base=/usr/share/mbrola"
java-pkg_dolauncher ${PN} --main com.sun.speech.freetts.FreeTTS ${jflags}
insinto /usr/share/${PN}
doins speech.properties
doins -r tools
dodoc ANNOUNCE.txt README.txt RELEASE_NOTES
if use doc ; then
insinto /usr/share/doc/${PF}/html
doins -r docs/*
java-pkg_dojavadoc javadoc
fi
if use examples ; then
java-pkg_doexamples demo
fi
if use source ; then
java-pkg-dosrc src/*
fi
}

@ -0,0 +1,15 @@
diff -Naur puppet-3.1.1-r2.orig/lib/puppet/provider/service/openrc.rb puppet-3.1.1-r2/lib/puppet/provider/service/openrc.rb
--- all/puppet-3.1.1.orig/lib/puppet/provider/service/openrc.rb 2013-06-05 03:32:53.646824966 -0400
+++ all/puppet-3.1.1/lib/puppet/provider/service/openrc.rb 2013-06-05 03:37:25.333824967 -0400
@@ -10,8 +10,10 @@
defaultfor :operatingsystem => :gentoo
defaultfor :operatingsystem => :funtoo
+ has_command(:rcstatus, '/bin/rc-status') do
+ environment :RC_SVCNAME => nil
+ end
commands :rcservice => '/sbin/rc-service'
- commands :rcstatus => '/bin/rc-status'
commands :rcupdate => '/sbin/rc-update'
self::STATUSLINE = /^\s+(.*?)\s*\[\s*(.*)\s*\]$/

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-3.1.1-r1.ebuild,v 1.1 2013/03/22 13:24:34 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-3.1.1-r2.ebuild,v 1.1 2013/06/07 21:07:41 prometheanfire Exp $
EAPI="4"
@ -44,6 +44,8 @@ RDEPEND="${RDEPEND}
SITEFILE="50${PN}-mode-gentoo.el"
RUBY_PATCHES=( "${FILESDIR}/puppet-openrc-status-fix.patch" )
pkg_setup() {
enewgroup puppet
enewuser puppet -1 -1 /var/lib/puppet puppet

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-7.2.7.ebuild,v 1.1 2013/04/18 13:25:14 ultrabug Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-7.2.7.ebuild,v 1.2 2013/06/08 14:35:42 jer Exp $
EAPI=4
AUTOTOOLS_AUTORECONF=yes
@ -12,7 +12,7 @@ HOMEPAGE="http://www.rsyslog.com/"
SRC_URI="http://www.rsyslog.com/files/download/${PN}/${P}.tar.gz"
LICENSE="GPL-3 LGPL-3 Apache-2.0"
KEYWORDS="~amd64 ~arm ~hppa ~x86"
KEYWORDS="~amd64 ~arm hppa ~x86"
SLOT="0"
IUSE="dbi debug doc extras kerberos mysql oracle postgres relp snmp ssl static-libs zeromq zlib"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20130119.ebuild,v 1.1 2013/03/23 08:57:13 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20130119.ebuild,v 1.2 2013/06/08 17:04:13 ottxor Exp $
EAPI="3"
@ -66,7 +66,7 @@ src_compile() {
}
src_install() {
cp -pPR * "${D}"/ || die
cp -pPR . "${D}"/ || die
mv "${ED}"/usr/share/doc/{ca-certificates,${PF}} || die
prepalldocs

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.2.ebuild,v 1.4 2013/06/06 15:41:35 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.2.ebuild,v 1.5 2013/06/08 10:14:18 ago Exp $
EAPI=5
@ -11,7 +11,7 @@ if [[ $PV = *9999* ]]; then
KEYWORDS=""
else
SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2"
KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${P/-server/}"
fi

@ -0,0 +1,15 @@
# See revision 53 in upstream svn
# https://bugs.gentoo.org/show_bug.cgi?id=471496
--- a/impressive.py
+++ b/impressive.py
@@ -182,8 +182,8 @@
from OpenGL.GL import *
import pygame
from pygame.locals import *
- import Image, ImageDraw, ImageFont, ImageFilter
- import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, PpmImagePlugin
+ from PIL import Image, ImageDraw, ImageFont, ImageFilter
+ from PIL import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, PpmImagePlugin
except (ValueError, ImportError), err:
print >>sys.stderr, "Oops! Cannot load necessary modules:", err
print >>sys.stderr, """To use Impressive, you need to install the following Python modules:

@ -0,0 +1,51 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild,v 1.2 2013/06/08 15:39:32 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit eutils python-single-r1
MY_PN="Impressive"
DESCRIPTION="Stylish way of giving presentations with Python"
HOMEPAGE="http://impressive.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${PYTHON_DEPS}
app-text/pdftk
virtual/python-imaging[${PYTHON_USEDEP}]
dev-python/pygame[${PYTHON_USEDEP}]
dev-python/pyopengl[${PYTHON_USEDEP}]
x11-misc/xdg-utils
x11-apps/xrandr
|| ( app-text/xpdf app-text/ghostscript-gpl )
|| ( media-fonts/dejavu media-fonts/ttf-bitstream-vera media-fonts/corefonts )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
S=${WORKDIR}/${MY_PN}-${PV}
src_prepare() {
epatch "${FILESDIR}/${PN}-pillow.patch"
}
src_install() {
python_fix_shebang impressive.py
dobin impressive.py
# compatibility symlinks
dosym impressive.py /usr/bin/impressive || die
dosym impressive.py /usr/bin/keyjnote || die
# docs
doman impressive.1 || die
dohtml impressive.html || die
dodoc changelog.txt demo.pdf || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.27.ebuild,v 1.7 2013/06/05 10:59:15 zmedico Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.27.ebuild,v 1.8 2013/06/08 15:34:44 floppym Exp $
EAPI=5
@ -53,7 +53,7 @@ COMMON_DEPEND="
>=dev-python/cssselect-0.7.1
>=dev-python/cssutils-0.9.9
>=dev-python/dbus-python-0.82.2
virtual/python-imaging
dev-python/imaging
>=dev-python/lxml-2.2.1
>=dev-python/mechanize-0.1.11
>=dev-python/python-dateutil-1.4.1

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.33.ebuild,v 1.2 2013/06/05 10:59:15 zmedico Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.33.ebuild,v 1.3 2013/06/08 15:34:44 floppym Exp $
EAPI=5
@ -53,7 +53,7 @@ COMMON_DEPEND="
>=dev-python/cssselect-0.7.1
>=dev-python/cssutils-0.9.9
>=dev-python/dbus-python-0.82.2
virtual/python-imaging
dev-python/imaging
>=dev-python/lxml-2.2.1
>=dev-python/mechanize-0.1.11
>=dev-python/python-dateutil-1.4.1

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.34.ebuild,v 1.1 2013/06/07 08:00:21 zmedico Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.34-r1.ebuild,v 1.1 2013/06/08 15:34:44 floppym Exp $
EAPI=5
@ -109,7 +109,8 @@ src_prepare() {
# disable_plugins: walking sec-hole, wait for upstream to use GHNS interface
epatch \
"${FILESDIR}/${PN}-no_updates_dialog.patch" \
"${FILESDIR}/${PN}-disable_plugins.patch"
"${FILESDIR}/${PN}-disable_plugins.patch" \
"${FILESDIR}/${PN}-pillow.patch"
# Remove non-free fonts (bug #470212).
rm -r resources/fonts/prs500 || die

@ -0,0 +1,11 @@
--- a/calibre/src/calibre/ebooks/textile/functions.py
+++ b/calibre/src/calibre/ebooks/textile/functions.py
@@ -86,7 +86,7 @@
"""
try:
- import ImageFile
+ from PIL import ImageFile
import urllib2
except ImportError:
return None

@ -1,8 +1,11 @@
DIST ghostscript-9.04.tar.bz2 29869900 SHA256 f82c20b44ad3c204e2b78afbcd03a32dd523d26f5e18bf4508f3dfcbbfd30bc4 SHA512 f4fd2b5d82a1f9aa918f21a85571f3684778be5b6fe868ae19165717b212aac99b515bb94e3589c3a01b7f836829a283da2162583d4d2dc3c7c267b1926a17ed WHIRLPOOL fdbff23bcbcab63877e9b6e3056af8c47d121103b41dc4774392b90ce7775737d31dfb80dd4e5a26a5caeeab7dbbfd2fb096cc928e8ecfa5feab81ff715dd9fc
DIST ghostscript-9.05.tar.bz2 28279634 SHA256 0f41212af3a5a552ab2302cd90606dc8245be34490a699726dc95ed3cd89ceac SHA512 4a83c42a73fdb5139f02d1b9c8364d0b0f24e8d2952a622f94a8398d71ced8839ee868562d0bf3be048e34cae5ab0adc5eb43d2fb50f5154fe186e8329257913 WHIRLPOOL b5eb32c3551a82bd740674288471c0f050e612ecb709e38339e5eb6d7691f11af760dbc37f6002cf99e969b9ecc2fa296e7a35d97f3e647f86e4e194a91e29e8
DIST ghostscript-9.06.tar.bz2 29246039 SHA256 05acd1b576899572ef8ecbc25637cf73cbd0be267e651732db3012db33088e04 SHA512 99f7a56316bf96d55c0cd7b07c0791ad4e6ee0d3a8f3bfa04ea28890ea9ed822ebcd7084cc8118cc38dc5def27c91c24eebc08a20a630463a9bf9d0193d0923b WHIRLPOOL a44e19c15440b3fa43233f05b3236ea6834a9f6ac2e7be5174685e6a377ad4a4e7a7cc58fa3df7072ed893d0d76e4bb83b0e890a2d8c45f496c753cb958c7b32
DIST ghostscript-9.07.tar.bz2 27776111 SHA256 1e3ee857743bad34280a1186bd92bb486cd847ccd1a838919f82bc96f6687410 SHA512 7e075b82afd8057adb5b788d64e7bf6e1c769dd64acd74b8be13621504521ba088b3115984b0610967c1da6a54f6d824f7fef36b79264a949408912fc9a558d4 WHIRLPOOL e3331956a4a7d913031d88bb2d110e69c2ac1a77dfebff741bc18e51728e6786d79007c96ddce65e23e101aafeb1534e68922de6019c74d978294d62f70d4f62
DIST ghostscript-gpl-9.04-patchset-3.tar.bz2 7760 SHA256 b3c20adc111b8ddf3bc7d60a01fa1b31eadb9d6d9eb8ac474d9aa1604bd51b6f SHA512 d8565b04cfd90a064d32aaa241d4ab4e477a04458aec1a27f273ae61ed7dd064758d7c77f3926b9baf759855953e4e178ca4d83a25e652a9263b62f5ffb137ae WHIRLPOOL 659ccace6e08bc12b0006281b08b5b63bedbee6ded9efd6055c8c6d56d01ee39f10d1974de1dcc31b4bedbedab4e79cf4a088b05a56de7bed467caf3b0ee1ad7
DIST ghostscript-gpl-9.05-patchset-1.tar.bz2 4480 SHA256 30e31b11e72a115ee2cd3d01f6a638bc808427bc9579e8c9e1f84b073a19fa9f SHA512 f9613c07c7a67f8dab5b3e67530c9b2686cf5903ed541e659ecb1e0245b2bc85a18eb4a0a6c21e51c0575eaceabd68983c5a605924a53d9e3236c05534d88daf WHIRLPOOL 5fe85b045d0318308d217ed461362a029475bd0c529490aca5b21160bcd8c4cd7eba2807c42114dd42c25e2a01e58b708563547eb8d314e3c4f70b086689ad85
DIST ghostscript-gpl-9.05-patchset-2.tar.bz2 5525 SHA256 1deadf8ed034353ffc14230b66cd438774bd6def03e6f93943f5200bbd01695b SHA512 c14ee057c7c1769e4bc4b3c52d910172dd45524318d6278f8f62f3f4535160412010ad8d426f96ee6fdf24a662859e3079205b9250496d6d69943f3972065d0c WHIRLPOOL 2de3c1bb38aff30c572a2f8ffffb31029215fcd30e075256cae7fb71044a1a635c20df77ef043f20f5ddf91668b820ddbb8052ea43dc326f2af3ecacffbb9568
DIST ghostscript-gpl-9.06-patchset-1.tar.bz2 4887 SHA256 ddf952730a6eec7885150faa8cb221d4a8d4a07b9ecb38043a7eb97f61f9c263 SHA512 d49f9b7454c7d4513620736dcd7163c347bc25210ab2b63edaa021d91ea3fa91d0c14fef4bb15e88c516562b0bb67ac0b81826c826daf946ac872d093a5e8ce4 WHIRLPOOL fc223217a662c1d7741e883c120afe0509bf767e3fd9afacc0ae5bca7869cda7b3c2c6f12a56b6a1c408487516fa3a8ffb3554d22f7962f934253cad7dbfd732
DIST ghostscript-gpl-9.07-patchset-1.tar.bz2 133934 SHA256 7b8904025d5c9ab75537802ff9ad6049eb83fdfd477b0cf0e639b1ae6b7fadff SHA512 d9aa4df9e59411729d07ccd3c01a288004c12a2c0eaecbc0ccea33cb9c1be1449997d19ad01efe826ad25590e1a972ec964ff1416bc9552445c17f8c215776b4 WHIRLPOOL e6fafaae8f7c12b685f60cea48e1179d83a36e14d28b0900bfabe73e5cf605dba86fd7672ba22c98a1c7cf8d24a3622355090693248b1c37dfbb8f651db96396
DIST gsdjvu-1.5.tar.gz 207583 SHA256 d4f01d605ff086835005e79d5fcead2def8aafafc106e170dc5f2dc618593ab4 SHA512 8b59e38f754b325717b0b299e64479688f31fafb7a40f7d9cc32243c45fcf1de88e6f9367c4f77c17395cebbfbe7865eb21fc9c328b4f9f97e0f398c7cc0aafe WHIRLPOOL 08267e1ada37ef8ea7cc7d6a4f264515b964d8e87bad4320d9c2b5e8117bc89dcb5f4885656d5904c0ced4d91393b875a7e9618b2f6bfd71788aba46d823bcf8
DIST gsdjvu-1.6.tar.gz 207122 SHA256 6236b14b79345eda87cce9ba22387e166e7614cca2ca86b1c6f0d611c26005df SHA512 57f3866f1f863fa31f066b45ee679cfbdf2c6a9bec922f24fa9f50dd3ea52f192b4c9889b0c9657e96ca9e3528d3fea7dcc53b4d1ea87dd49d138ce9c9684884 WHIRLPOOL 66e5222412d9da2d616ba0a3f73548d031b3e6726eff7bc60bea703b02ce4d22e100adad1faf3fabaac379b4ef8324324eabb8b5320f74ebafe929b577dd6c8d

@ -0,0 +1,231 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.07.ebuild,v 1.1 2013/06/08 10:24:12 tgurr Exp $
EAPI=5
inherit autotools eutils multilib versionator flag-o-matic
DESCRIPTION="Ghostscript is an interpreter for the PostScript language and for PDF"
HOMEPAGE="http://ghostscript.com/"
MY_P=${P/-gpl}
GSDJVU_PV=1.6
PVM=$(get_version_component_range 1-2)
SRC_URI="
mirror://sourceforge/ghostscript/${MY_P}.tar.bz2
mirror://gentoo/${P}-patchset-1.tar.bz2
!bindist? ( djvu? ( mirror://sourceforge/djvu/gsdjvu-${GSDJVU_PV}.tar.gz ) )"
LICENSE="AGPL-3 CPL-1.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="bindist cups dbus djvu gtk idn jpeg2k linguas_de static-libs X"
COMMON_DEPEND="
app-text/libpaper
media-libs/fontconfig
>=media-libs/freetype-2.4.2:2=
media-libs/jbig2dec
>=media-libs/lcms-2.4-r1:2
media-libs/libpng:0=
media-libs/tiff:0=
>=sys-libs/zlib-1.2.3:=
virtual/jpeg
!bindist? ( djvu? ( app-text/djvu ) )
cups? ( >=net-print/cups-1.3.8 )
dbus? ( sys-apps/dbus )
gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) )
idn? ( net-dns/libidn )
jpeg2k? ( >=media-libs/openjpeg-1.5.0 )
X? ( x11-libs/libXt x11-libs/libXext )"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig"
RDEPEND="${COMMON_DEPEND}
>=app-text/poppler-data-0.4.5-r1
>=media-fonts/urw-fonts-2.4.9
linguas_ja? ( media-fonts/kochi-substitute )
linguas_ko? ( media-fonts/baekmuk-fonts )
linguas_zh_CN? ( media-fonts/arphicfonts )
linguas_zh_TW? ( media-fonts/arphicfonts )
!!media-fonts/gnu-gs-fonts-std
!!media-fonts/gnu-gs-fonts-other
"
S="${WORKDIR}/${MY_P}"
LANGS="ja ko zh_CN zh_TW"
for X in ${LANGS} ; do
IUSE="${IUSE} linguas_${X}"
done
pkg_setup() {
if use bindist && use djvu; then
ewarn "You have bindist in your USE, djvu support will NOT be compiled!"
ewarn "See http://djvu.sourceforge.net/gsdjvu/COPYING for details on licensing issues."
fi
}
src_prepare() {
# remove internal copies of various libraries
rm -rf "${S}"/expat
rm -rf "${S}"/freetype
rm -rf "${S}"/jbig2dec
rm -rf "${S}"/jpeg
rm -rf "${S}"/lcms{,2}
rm -rf "${S}"/libpng
rm -rf "${S}"/openjpeg
rm -rf "${S}"/tiff
rm -rf "${S}"/zlib
# remove internal urw-fonts
rm -rf "${S}"/Resource/Font
# remove internal CMaps (CMaps from poppler-data are used instead)
rm -rf "${S}"/Resource/CMap
# apply various patches, many borrowed from Fedora
# http://pkgs.fedoraproject.org/gitweb/?p=ghostscript.git
EPATCH_SUFFIX="patch" EPATCH_FORCE="yes"
EPATCH_SOURCE="${WORKDIR}/patches/"
epatch
if ! use bindist && use djvu ; then
unpack gsdjvu-${GSDJVU_PV}.tar.gz
cp gsdjvu-${GSDJVU_PV}/gsdjvu "${S}"
cp gsdjvu-${GSDJVU_PV}/gdevdjvu.c "${S}/base"
epatch "${WORKDIR}/patches-gsdjvu/gsdjvu-1.3-${PN}-8.64.patch"
cp gsdjvu-${GSDJVU_PV}/ps2utf8.ps "${S}/lib"
cp "${S}/base/contrib.mak" "${S}/base/contrib.mak.gsdjvu"
grep -q djvusep "${S}/base/contrib.mak" || \
cat gsdjvu-${GSDJVU_PV}/gsdjvu.mak >> "${S}/base/contrib.mak"
# install ps2utf8.ps, bug #197818
sed -i -e '/$(EXTRA_INIT_FILES)/ a\ps2utf8.ps \\' "${S}/base/unixinst.mak" \
|| die "sed failed"
fi
if ! use gtk ; then
sed -i "s:\$(GSSOX)::" base/*.mak || die "gsx sed failed"
sed -i "s:.*\$(GSSOX_XENAME)$::" base/*.mak || die "gsxso sed failed"
fi
# search path fix
sed -i -e "s:\$\(gsdatadir\)/lib:/usr/share/ghostscript/${PVM}/$(get_libdir):" \
-e "s:exdir=.*:exdir=/usr/share/doc/${PF}/examples:" \
-e "s:docdir=.*:docdir=/usr/share/doc/${PF}/html:" \
-e "s:GS_DOCDIR=.*:GS_DOCDIR=/usr/share/doc/${PF}/html:" \
-e 's:-L$(BINDIR):$(LDFLAGS) &:g' \
base/Makefile.in base/*.mak || die "sed failed"
# bug 467100
sed -i -e '/AM_PROG_CC_STDC/d' ijs/configure.ac || die "sed failed"
cd "${S}"
eautoreconf
cd "${S}/ijs"
eautoreconf
}
src_configure() {
local FONTPATH
for path in \
/usr/share/fonts/urw-fonts \
/usr/share/fonts/Type1 \
/usr/share/fonts \
/usr/share/poppler/cMap/Adobe-CNS1 \
/usr/share/poppler/cMap/Adobe-GB1 \
/usr/share/poppler/cMap/Adobe-Japan1 \
/usr/share/poppler/cMap/Adobe-Japan2 \
/usr/share/poppler/cMap/Adobe-Korea1
do
FONTPATH="$FONTPATH${FONTPATH:+:}$path"
done
econf \
--enable-dynamic \
--enable-freetype \
--enable-fontconfig \
--disable-compile-inits \
--with-drivers=ALL \
--with-fontpath="$FONTPATH" \
--with-ijs \
--with-jbig2dec \
--with-libpaper \
--with-system-libtiff \
--without-lcms \
--without-luratech \
$(use_enable cups) \
$(use_enable dbus) \
$(use_enable gtk) \
$(use_enable jpeg2k openjpeg ) \
$(use_with cups install-cups) \
$(use_with cups pdftoraster) \
$(use_with idn libidn) \
$(use_with X x)
if ! use bindist && use djvu ; then
sed -i -e 's!$(DD)bbox.dev!& $(DD)djvumask.dev $(DD)djvusep.dev!g' Makefile \
|| die "sed failed"
fi
cd "${S}/ijs"
econf \
--enable-shared \
$(use_enable static-libs static)
}
src_compile() {
# workaround: -j1 -> see bug #234378
emake -j1 so all
cd "${S}/ijs"
emake
}
src_install() {
# workaround: -j1 -> see bug #356303
emake -j1 DESTDIR="${D}" install-so install
# workaround: some printer drivers still require pstoraster, bug #383831
use cups && dosym /usr/libexec/cups/filter/gstoraster /usr/libexec/cups/filter/pstoraster
# workaround: do the same for pstopxl as of gs 9.05
use cups && dosym /usr/libexec/cups/filter/gstopxl /usr/libexec/cups/filter/pstopxl
if ! use bindist && use djvu ; then
dobin gsdjvu
fi
# remove gsc in favor of gambit, bug #253064
rm -rf "${D}/usr/bin/gsc"
# pdfopt binary has been removed, also remove the man pages
rm -rf "${D}"/usr/share/man/{de/,}man1/pdfopt.1.bz2
rm -rf "${D}/usr/share/doc/${PF}/html/"{README,PUBLIC}
dodoc doc/GS9_Color_Management.pdf
cd "${S}/ijs"
emake DESTDIR="${D}" install
# rename the original cidfmap to cidfmap.GS
mv "${D}/usr/share/ghostscript/${PVM}/Resource/Init/cidfmap"{,.GS} || die
# install our own cidfmap to handle CJK fonts
insinto "/usr/share/ghostscript/${PVM}/Resource/Init"
doins "${WORKDIR}/fontmaps/CIDFnmap"
doins "${WORKDIR}/fontmaps/cidfmap"
for X in ${LANGS} ; do
if use linguas_${X} ; then
doins "${WORKDIR}/fontmaps/cidfmap.${X}"
fi
done
# install the CMaps from poppler-data properly, bug 409361
dosym /usr/share/poppler/cMaps /usr/share/ghostscript/${PVM}/Resource/CMap
use static-libs || find "${D}" -name '*.la' -delete
use linguas_de || rm -r "${D}"/usr/share/man/de
}

@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-15.ebuild,v 1.3 2013/06/07 00:14:24 xmw Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-15.ebuild,v 1.4 2013/06/08 14:23:15 xmw Exp $
EAPI=4
EAPI=5
inherit eutils toolchain-funcs vcs-snapshot
@ -13,40 +13,54 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="media-libs/freetype
media-libs/jbig2dec
media-libs/openjpeg:0
virtual/jpeg
x11-libs/libX11
x11-misc/xsel"
IUSE="+ocamlopt static"
LIB_DEPEND=">=app-text/mupdf-1.2:=[static-libs]
<=app-text/mupdf-9999[static-libs]
media-libs/openjpeg:0[static-libs]
media-libs/freetype:2[static-libs]
media-libs/jbig2dec[static-libs]
sys-libs/zlib[static-libs]
virtual/jpeg:0[static-libs]
x11-libs/libX11[static-libs]"
RDEPEND="x11-misc/xsel
!static? ( ${LIB_DEPEND//\[static-libs]} )"
DEPEND="${RDEPEND}
>=app-text/mupdf-1.2
dev-lang/ocaml[ocamlopt]
dev-ml/lablgl[glut]"
static? ( ${LIB_DEPEND} )
dev-lang/ocaml[ocamlopt?]
dev-ml/lablgl[glut,ocamlopt?]"
RESTRICT="!ocamlopt? ( strip )"
src_prepare() {
epatch "${FILESDIR}"/${PN}-11-WM_CLASS.patch
}
src_compile() {
ocaml str.cma keystoml.ml KEYS > help.ml || die
printf 'let version ="%s";;\n' ${PV} >> help.ml || die
local myccopt="$(freetype-config --cflags) -O -include ft2build.h -D_GNU_SOURCE"
local mycclib="-lfitz -lz -ljpeg -lopenjpeg -ljbig2dec -lfreetype -lX11 -lpthread"
ocamlopt.opt -c -o link.o -ccopt "${myccopt}" link.c || die
ocamlopt.opt -c -o help.cmx help.ml || die
ocamlopt.opt -c -o utils.cmx utils.ml || die
ocamlopt.opt -c -o wsi.cmi wsi.mli || die
ocamlopt.opt -c -o wsi.cmx wsi.ml || die
ocamlopt.opt -c -o parser.cmx parser.ml || die
ocamlopt.opt -c -o main.cmx -I +lablGL main.ml || die
ocamlopt.opt -o llpp -I +lablGL \
str.cmxa unix.cmxa lablgl.cmxa link.o \
-cclib "${mycclib}" help.cmx utils.cmx parser.cmx wsi.cmx main.cmx \
|| die
local ocaml=$(usex ocamlopt ocamlopt.opt ocamlc.opt)
local cmo=$(usex ocamlopt cmx cmo)
local cma=$(usex ocamlopt cmxa cma)
local ccopt="$(freetype-config --cflags ) -O -include ft2build.h -D_GNU_SOURCE"
if use static ; then
local cclib="-Wl,-Bstatic $($(tc-getPKG_CONFIG) --libs --static mupdf x11 | sed 's: -l\(m\|pthread\) : :g') -Wl,-Bdynamic -lm -lpthread"
else
local cclib="$($(tc-getPKG_CONFIG) --libs mupdf x11 freetype2 libopenjpeg1) -ljbig2dec -ljpeg"
fi
verbose() { echo "$@" >&2 ; "$@" || die ; }
verbose ocaml str.cma keystoml.ml KEYS > help.ml
verbose printf 'let version ="%s";;\n' ${PV} >> help.ml
verbose ${ocaml} -c -o link.o -ccopt "${ccopt}" link.c
verbose ${ocaml} -c -o help.${cmo} help.ml
verbose ${ocaml} -c -o utils.${cmo} utils.ml
verbose ${ocaml} -c -o wsi.cmi wsi.mli
verbose ${ocaml} -c -o wsi.${cmo} wsi.ml
verbose ${ocaml} -c -o parser.${cmo} parser.ml
verbose ${ocaml} -c -o main.${cmo} -I +lablGL main.ml
verbose ${ocaml} $(usex ocamlopt "" -custom) -o llpp -I +lablGL\
str.${cma} unix.${cma} lablgl.${cma} link.o \
-cclib "${cclib}" \
help.${cmo} utils.${cmo} parser.${cmo} wsi.${cmo} main.${cmo}
}
src_install() {

@ -1,55 +1,66 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-9999.ebuild,v 1.18 2013/06/06 23:08:04 xmw Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-9999.ebuild,v 1.19 2013/06/08 14:23:15 xmw Exp $
EAPI=4
EGIT_REPO_URI="git://repo.or.cz/llpp.git"
EAPI=5
inherit eutils git-2 toolchain-funcs
DESCRIPTION="a graphical PDF viewer which aims to superficially resemble less(1)"
HOMEPAGE="http://repo.or.cz/w/llpp.git"
SRC_URI=""
EGIT_REPO_URI="git://repo.or.cz/llpp.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="media-libs/freetype
media-libs/jbig2dec
media-libs/openjpeg:2
virtual/jpeg
x11-libs/libX11
x11-misc/xsel"
IUSE="+ocamlopt static"
LIB_DEPEND=">=app-text/mupdf-9999:=[static-libs]
media-libs/openjpeg:0[static-libs]
media-libs/freetype:2[static-libs]
media-libs/jbig2dec[static-libs]
sys-libs/zlib[static-libs]
virtual/jpeg:0[static-libs]
x11-libs/libX11[static-libs]"
RDEPEND="x11-misc/xsel
!static? ( ${LIB_DEPEND//\[static-libs]} )"
DEPEND="${RDEPEND}
=app-text/mupdf-9999
dev-lang/ocaml[ocamlopt]
dev-ml/lablgl[glut]"
static? ( ${LIB_DEPEND} )
dev-lang/ocaml[ocamlopt?]
dev-ml/lablgl[glut,ocamlopt?]"
RESTRICT="!ocamlopt? ( strip )"
src_prepare() {
epatch "${FILESDIR}"/${PN}-11-WM_CLASS.patch \
"${FILESDIR}"/${P}-mupdf-trailer.patch
"${FILESDIR}"/${P}-mupdf_trailer.patch
}
src_compile() {
ocaml str.cma keystoml.ml KEYS > help.ml || die
printf 'let version ="%s";;\n' $(git describe --tags --dirty) >> help.ml || die
local myccopt="$(freetype-config --cflags) -O -include ft2build.h -D_GNU_SOURCE"
local mycclib="-lfitz -lz -ljpeg -lopenjp2 -ljbig2dec -lfreetype -lX11 -lpthread"
ocamlopt.opt -c -o link.o -ccopt "${myccopt}" link.c || die
ocamlopt.opt -c -o help.cmx help.ml || die
ocamlopt.opt -c -o utils.cmx utils.ml || die
ocamlopt.opt -c -o wsi.cmi wsi.mli || die
ocamlopt.opt -c -o wsi.cmx wsi.ml || die
ocamlopt.opt -c -o parser.cmx parser.ml || die
ocamlopt.opt -c -o main.cmx -I +lablGL main.ml || die
ocamlopt.opt -o llpp -I +lablGL \
str.cmxa unix.cmxa lablgl.cmxa link.o \
-cclib "${mycclib}" help.cmx utils.cmx parser.cmx wsi.cmx main.cmx \
|| die
local ocaml=$(usex ocamlopt ocamlopt.opt ocamlc.opt)
local cmo=$(usex ocamlopt cmx cmo)
local cma=$(usex ocamlopt cmxa cma)
local ccopt="$(freetype-config --cflags ) -O -include ft2build.h -D_GNU_SOURCE"
if use static ; then
local cclib="-Wl,-Bstatic $($(tc-getPKG_CONFIG) --libs --static mupdf x11 | sed 's: -l\(m\|pthread\) : :g') -Wl,-Bdynamic -lm -lpthread"
else
local cclib="$($(tc-getPKG_CONFIG) --libs mupdf x11 freetype2 libopenjpeg1) -ljbig2dec -ljpeg"
fi
verbose() { echo "$@" >&2 ; "$@" || die ; }
verbose ocaml str.cma keystoml.ml KEYS > help.ml
verbose printf 'let version ="%s";;\n' ${PV} >> help.ml
verbose ${ocaml} -c -o link.o -ccopt "${ccopt}" link.c
verbose ${ocaml} -c -o help.${cmo} help.ml
verbose ${ocaml} -c -o utils.${cmo} utils.ml
verbose ${ocaml} -c -o wsi.cmi wsi.mli
verbose ${ocaml} -c -o wsi.${cmo} wsi.ml
verbose ${ocaml} -c -o parser.${cmo} parser.ml
verbose ${ocaml} -c -o main.${cmo} -I +lablGL main.ml
verbose ${ocaml} $(usex ocamlopt "" -custom) -o llpp -I +lablGL\
str.${cma} unix.${cma} lablgl.${cma} link.o \
-cclib "${cclib}" \
help.${cmo} utils.${cmo} parser.${cmo} wsi.${cmo} main.${cmo}
}
src_install() {

@ -1,20 +0,0 @@
--- mupdf-1.0-source/Makerules
+++ mupdf-1.0-source/Makerules
@@ -6,7 +6,7 @@
CFLAGS += -Wall
ifeq "$(build)" "debug"
-CFLAGS += -pipe -g -DDEBUG
+CFLAGS += -DDEBUG
else ifeq "$(build)" "profile"
CFLAGS += -pipe -O2 -DNDEBUG -pg
LDFLAGS += -pg
@@ -22,7 +22,7 @@
ifeq "$(OS)" "Linux"
SYS_FREETYPE_INC := `pkg-config --cflags freetype2`
-X11_LIBS := -lX11 -lXext
+X11_LIBS := $(shell pkg-config --libs x11 xext)
endif
ifeq "$(OS)" "FreeBSD"

@ -0,0 +1,12 @@
http://bugs.ghostscript.com/show_bug.cgi?id=694301
--- mupdf-1.2-source/debian/mupdf.pc
+++ mupdf-1.2-source/debian/mupdf.pc
@@ -7,6 +7,6 @@
Description: Library for rendering PDF documents
Requires.private: freetype2
Version: 0.5.0
-Libs: -L${libdir} -lmupdf
+Libs: -L${libdir} -lfitz
Libs.private: -lopenjpeg -ljbig2dec -ljpeg -lz -lm
Cflags: -I${includedir}

@ -1,3 +1,5 @@
http://bugs.ghostscript.com/show_bug.cgi?id=693518
--- mupdf-9999/Makerules
+++ mupdf-9999/Makerules
@@ -52,8 +52,8 @@
@ -13,10 +15,12 @@
SYS_ZLIB_LIBS = -lz
--- mupdf-9999/debian/mupdf.pc
+++ mupdf-9999/debian/mupdf.pc
@@ -8,5 +8,5 @@
@@ -7,6 +7,6 @@
Description: Library for rendering PDF documents
Requires.private: freetype2
Version: 0.5.0
Libs: -L${libdir} -lmupdf
-Libs: -L${libdir} -lmupdf
+Libs: -L${libdir} -lfitz
-Libs.private: -lopenjpeg -ljbig2dec -ljpeg -lz -lm
+Libs.private: -lopenjp2 -ljbig2dec -ljpeg -lz -lm
Cflags: -I${includedir}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.0.ebuild,v 1.9 2013/06/07 00:11:06 xmw Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.0.ebuild,v 1.10 2013/06/07 22:52:15 xmw Exp $
EAPI=4
@ -27,7 +27,9 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P}-source
src_prepare() {
epatch "${FILESDIR}"/${P}-buildsystem.patch
epatch \
"${FILESDIR}"/${PN}-1.1_rc1-buildsystem.patch \
"${FILESDIR}"/${P}-desktop-integration.patch
if ! use vanilla ; then
epatch "${FILESDIR}"/${P}-zoom.patch

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.1.ebuild,v 1.7 2013/06/07 00:11:06 xmw Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.1.ebuild,v 1.8 2013/06/07 22:52:15 xmw Exp $
EAPI=4
@ -27,7 +27,9 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P/_rc/-rc}-source
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.1_rc1-buildsystem.patch
epatch \
"${FILESDIR}"/${PN}-1.1_rc1-buildsystem.patch \
"${FILESDIR}"/${P}-desktop-integration.patch
if ! use vanilla ; then
epatch "${FILESDIR}"/${PN}-1.1_rc1-zoom-2.patch

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.1_p20121127.ebuild,v 1.6 2013/06/07 00:11:06 xmw Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.1_p20121127.ebuild,v 1.7 2013/06/07 22:52:15 xmw Exp $
EAPI=4
@ -25,8 +25,9 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
epatch "${FILESDIR}"/${P}-buildsystem.patch
epatch "${FILESDIR}"/${P}-desktop-integration.patch
epatch \
"${FILESDIR}"/${P}-buildsystem.patch \
"${FILESDIR}"/${P}-desktop-integration.patch
if ! use vanilla ; then
epatch "${FILESDIR}"/${PN}-1.1_rc1-zoom-2.patch

@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.2.ebuild,v 1.3 2013/06/07 00:11:06 xmw Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.2.ebuild,v 1.6 2013/06/08 13:07:55 xmw Exp $
EAPI=4
EAPI=5
inherit eutils flag-o-matic multilib toolchain-funcs
@ -11,55 +11,102 @@ HOMEPAGE="http://mupdf.com/"
SRC_URI="http://${PN}.googlecode.com/files/${P}-source.zip"
LICENSE="AGPL-3"
SLOT="0"
SLOT="0/1.2"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="X vanilla"
RDEPEND="media-libs/freetype:2
media-libs/jbig2dec
>=media-libs/openjpeg-1.5:0
virtual/jpeg
X? ( x11-libs/libX11
x11-libs/libXext )"
IUSE="X vanilla static static-libs"
LIB_DEPEND="media-libs/freetype:2[static-libs?]
media-libs/jbig2dec[static-libs?]
>=media-libs/openjpeg-1.5:0[static-libs?]
virtual/jpeg[static-libs?]
X? ( x11-libs/libX11[static-libs?]
x11-libs/libXext[static-libs?] )"
RDEPEND="${LIB_DEPEND}"
DEPEND="${RDEPEND}
virtual/pkgconfig"
virtual/pkgconfig
static-libs? ( ${LIB_DEPEND} )
static? ( ${LIB_DEPEND//?}
app-arch/bzip2[static-libs]
x11-libs/libXau[static-libs]
x11-libs/libXdmcp[static-libs]
x11-libs/libxcb[static-libs] )"
S=${WORKDIR}/${P}-source
src_prepare() {
rm -rf thirdparty || die
epatch "${FILESDIR}"/${PN}-1.1_p20121127-buildsystem.patch
epatch "${FILESDIR}"/${PN}-1.1_p20121127-desktop-integration.patch
epatch "${FILESDIR}"/${PN}-1.2-mubusy_rename_fix.patch
epatch \
"${FILESDIR}"/${PN}-1.1_p20121127-buildsystem.patch \
"${FILESDIR}"/${PN}-1.1_p20121127-desktop-integration.patch \
"${FILESDIR}"/${PN}-1.2-mubusy_rename_fix.patch \
"${FILESDIR}"/${PN}-1.2-pkg-config.patch
use vanilla || epatch \
"${FILESDIR}"/${PN}-1.1_rc1-zoom-2.patch
sed -e "\$aOS = Linux" \
-e "\$aCC = $(tc-getCC)" \
-e "\$aLD = $(tc-getCC)" \
-e "\$aAR = $(tc-getAR)" \
-e "\$averbose = true" \
-e "\$abuild = debug" \
-e "\$aprefix = ${ED}usr" \
-e "\$alibdir = ${ED}usr/$(get_libdir)" \
-i Makerules || die
if ! use X ; then
sed -e "\$aNOX11 = yes" \
-i Makerules || die
fi
if ! use vanilla ; then
epatch "${FILESDIR}"/${PN}-1.1_rc1-zoom-2.patch
if use static-libs || use static ; then
cp -a "${S}" "${S}"-static || die
sed -e 's:\(pkg-config --libs\):\1 --static:' \
-e '/^X11_LIBS :=/s:\(.*\):\1 -lbz2 -ldl -lpthread:' \
-i "${S}"-static/Makerules || die
sed -e '/^LIBS +=/s:\(-lfreetype\):\1 -lbz2:' \
-i "${S}"-static/Makefile || die
fi
my_soname=libfitz.so.1.2
sed -e "\$a\$(FITZ_LIB):" \
-e "\$a\\\t\$(QUIET_LINK) \$(CC) \$(LDFLAGS) --shared -Wl,-soname -Wl,${my_soname} -o \$@ \$^" \
-e "/^FITZ_LIB :=/s:=.*:= build/debug/${my_soname}:" \
-i Makefile || die
}
src_compile() {
use X || my_nox11="NOX11=yes MUPDF= "
emake CC="$(tc-getCC)" AR="$(tc-getAR)" OS=Linux \
build=debug verbose=true ${my_nox11}
emake XCFLAGS="-fpic"
use static-libs && \
emake -C "${S}"-static build/debug/libfitz.a
use static && \
emake -C "${S}"-static XLIBS="-static"
}
src_install() {
emake prefix="${ED}usr" libdir="${ED}usr/$(get_libdir)" \
build=debug verbose=true ${my_nox11} install
if use X ; then
domenu debian/mupdf.desktop
doicon debian/mupdf.xpm
else
rm apps/man/mupdf.1
fi
emake install
dosym ${my_soname} /usr/$(get_libdir)/libfitz.so
use static-libs && \
dolib.a "${S}"-static/build/debug/libfitz.a
if use static ; then
dobin "${S}"-static/build/debug/mu{tool,draw}
use X && dobin "${S}"-static/build/debug/mupdf
fi
insinto /usr/include
doins pdf/mupdf{,-internal}.h
doins fitz/fitz{,-internal}.h
doins xps/muxps{,-internal}.h
doins pdf/mupdf-internal.h fitz/fitz-internal.h xps/muxps-internal.h
insinto /usr/$(get_libdir)/pkgconfig
doins debian/mupdf.pc
if use X ; then
domenu debian/mupdf.desktop
doicon debian/mupdf.xpm
fi
dodoc CHANGES README doc/{example.c,overview.txt}
}

@ -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/app-text/mupdf/mupdf-9999.ebuild,v 1.28 2013/06/06 22:58:47 xmw Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.30 2013/06/08 11:31:51 xmw Exp $
EAPI=5
inherit eutils git-2 multilib toolchain-funcs
inherit eutils git-2 flag-o-matic multilib toolchain-funcs
DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C"
HOMEPAGE="http://mupdf.com/"
@ -12,52 +12,103 @@ EGIT_REPO_URI="git://git.ghostscript.com/mupdf.git"
#EGIT_HAS_SUBMODULES=1
LICENSE="AGPL-3"
SLOT="0"
SLOT="0/1.2"
KEYWORDS=""
IUSE="X vanilla"
RDEPEND="media-libs/freetype:2
media-libs/jbig2dec
media-libs/openjpeg:2
virtual/jpeg
X? ( x11-libs/libX11
x11-libs/libXext )"
IUSE="X vanilla static static-libs"
LIB_DEPEND="dev-libs/openssl[static-libs?]
media-libs/freetype:2[static-libs?]
media-libs/jbig2dec[static-libs?]
>=media-libs/openjpeg-1.5:0[static-libs?]
virtual/jpeg[static-libs?]
X? ( x11-libs/libX11[static-libs?]
x11-libs/libXext[static-libs?] )"
RDEPEND="${LIB_DEPEND}"
DEPEND="${RDEPEND}
virtual/pkgconfig"
virtual/pkgconfig
static-libs? ( ${LIB_DEPEND} )
static? ( ${LIB_DEPEND//?}
app-arch/bzip2[static-libs]
x11-libs/libXau[static-libs]
x11-libs/libXdmcp[static-libs]
x11-libs/libxcb[static-libs] )"
src_prepare() {
rm -rf thirdparty || die
epatch "${FILESDIR}"/${PN}-9999-buildsystem.patch \
"${FILESDIR}"/${PN}-9999-openjpeg2.patch
epatch \
"${FILESDIR}"/${P}-buildsystem.patch \
"${FILESDIR}"/${P}-openjpeg2.patch
use vanilla || epatch \
"${FILESDIR}"/${PN}-1.1_rc1-zoom-2.patch
#http://bugs.ghostscript.com/show_bug.cgi?id=693467
sed -e '/^Actions=/s:=.*:=View;:' \
-i debian/${PN}.desktop || die
sed -e "\$aOS = Linux" \
-e "\$aCC = $(tc-getCC)" \
-e "\$aLD = $(tc-getCC)" \
-e "\$aAR = $(tc-getAR)" \
-e "\$averbose = true" \
-e "\$abuild = debug" \
-e "\$aprefix = ${ED}usr" \
-e "\$alibdir = ${ED}usr/$(get_libdir)" \
-i Makerules || die
if ! use X ; then
sed -e "\$aNOX11 = yes" \
-i Makerules || die
fi
if ! use vanilla ; then
epatch "${FILESDIR}"/${PN}-1.1_rc1-zoom-2.patch
if use static-libs || use static ; then
cp -a "${S}" "${S}"-static || die
#add missing Libs.private for xcb and freetype
sed -e 's:\(pkg-config --libs\):\1 --static:' \
-e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \
-e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \
-i "${S}"-static/Makerules || die
fi
my_soname=libfitz.so.1.2
sed -e "\$a\$(FITZ_LIB):" \
-e "\$a\\\t\$(QUIET_LINK) \$(CC) \$(LDFLAGS) --shared -Wl,-soname -Wl,${my_soname} -o \$@ \$^" \
-e "/^FITZ_LIB :=/s:=.*:= build/debug/${my_soname}:" \
-i Makefile || die
}
src_compile() {
use X || my_nox11="NOX11=yes MUPDF= "
emake CC="$(tc-getCC)" OS=Linux \
build=debug verbose=true ${my_nox11}
emake XCFLAGS="-fpic"
use static-libs && \
emake -C "${S}"-static build/debug/libfitz.a
use static && \
emake -C "${S}"-static XLIBS="-static"
}
src_install() {
emake prefix="${ED}usr" libdir="${ED}usr/$(get_libdir)" \
build=debug verbose=true ${my_nox11} install
if use X ; then
domenu debian/mupdf.desktop
doicon debian/mupdf.xpm
else
rm apps/man/mupdf.1
fi
emake install
dosym ${my_soname} /usr/$(get_libdir)/libfitz.so
use static-libs && \
dolib.a "${S}"-static/build/debug/libfitz.a
if use static ; then
dobin "${S}"-static/build/debug/mu{tool,draw}
use X && dobin "${S}"-static/build/debug/mupdf
fi
insinto /usr/include
doins pdf/mupdf{,-internal}.h
doins fitz/fitz{,-internal}.h
doins xps/muxps{,-internal}.h
doins pdf/mupdf-internal.h fitz/fitz-internal.h xps/muxps-internal.h
insinto /usr/$(get_libdir)/pkgconfig
doins debian/mupdf.pc
if use X ; then
domenu debian/mupdf.desktop
doicon debian/mupdf.xpm
fi
dodoc README doc/{example.c,overview.txt}
}

@ -0,0 +1,13 @@
Change PIL imports for Pillow compat
https://bugs.gentoo.org/show_bug.cgi?id=471502
--- a/pylize.in
+++ b/pylize.in
@@ -113,7 +113,7 @@
def mkLogoLink(meta):
if meta.has_key('logo'):
try:
- import Image
+ from PIL import Image
if os.path.exists(meta['logo']):
i = Image.open(meta['logo'])
else:

@ -0,0 +1,47 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pylize/pylize-1.3b-r1.ebuild,v 1.2 2013/06/08 16:54:18 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
DESCRIPTION="Python HTML Slideshow Generator using HTML and CSS"
HOMEPAGE="http://www.chrisarndt.de/en/software/pylize/"
SRC_URI="http://www.chrisarndt.de/en/software/pylize/download/${P}.tar.bz2"
IUSE="doc"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
DEPEND="dev-python/empy[${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-pillow.patch" )
python_configure() {
set -- "${PYTHON}" configure.py
echo "$@"
"$@" || die
}
python_compile_all() {
if use doc; then
emake -C doc PYTHON="${PYTHON}" PYLIZE="../pylize" || die
fi
}
python_install() {
distutils-r1_python_install
python_optimize "${ED%/}/usr/share/pylize"
}
python_install_all() {
local DOCS=( Changelog README README.empy TODO )
use doc && local HTML_DOCS=( doc/. )
distutils-r1_python_install_all
}

@ -1,2 +0,0 @@
DIST desktopcouch-0.6.4.tar.gz 105609 SHA256 e37c89cb9c3c905138b56b0ae62f287e79a527e8d2c6fe64a7fbb94eebd91085 SHA512 64ead837477659768fb25b9deaeb53a8211e3bc5736b76c91e587dce3412511f8021a94ee8d3dd89e3b4b1b25b177c72b08f53ec789a95edc9161ef095835c49 WHIRLPOOL 8c46996172c3c5dd655bbd76b5f461532a6ac2132308c49b15374e71d9ab5dd99a211fe882962f5675891a8aea0a3f78a1c3fbf645cfbb0ab9ce606bf4a6d395
DIST desktopcouch-0.6.9b.tar.gz 113235 SHA256 5f9b8f324cd07dabe8ccb021556774a378dec83895e0450fa9d729716adc5b86 SHA512 23ac7399ccd72efee8fc943fa13d965d6eb5921a8f772250e2a4a68682f8ee0290d3a21f81779e1ea7fa7061b476e3180e99ce3121ff0b5cc73a2b9e831bf912 WHIRLPOOL b03e98e1ec5836c2f56503174380eb875c21edef5aad4106b3037e84d235a52fd07964afe6a9ad9d0ff589ab12d0ae96518a4fdb9177496421508c8f14539051

@ -1,55 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/desktopcouch/desktopcouch-0.6.4.ebuild,v 1.3 2011/01/08 16:35:16 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
inherit distutils eutils multilib
DESCRIPTION="Desktop-oriented interface to CouchDB"
HOMEPAGE="https://launchpad.net/desktopcouch"
SRC_URI="http://launchpad.net/desktopcouch/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
DEPEND=">=dev-python/python-distutils-extra-2.12"
RDEPEND=">=dev-db/couchdb-0.10.0
>=dev-python/gnome-keyring-python-2.22.3-r1
<dev-python/couchdb-python-0.7
>=dev-python/oauth-1.0.1
>=dev-python/simplejson-2.0.9-r1
>=dev-python/twisted-8.2.0-r2
>=net-dns/avahi-0.6.24-r2[python]"
RESTRICT="test"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
epatch "${FILESDIR}/${P}-setup_hardlinks.patch"
}
src_install() {
python_convert_shebangs -r 2 "bin/"
distutils_src_install
exeinto "/usr/$(get_libdir)/${PN}"
doexe "bin/desktopcouch-stop"
doexe "bin/desktopcouch-service"
doexe "bin/desktopcouch-get-port"
if use doc; then
insinto "/usr/share/doc/${PF}/api"
doins "desktopcouch/records/doc/records.txt"
doins "desktopcouch/records/doc/field_registry.txt"
doins "desktopcouch/contacts/schema.txt"
doman "docs/man/desktopcouch-pair.1"
fi
}

@ -1,60 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/desktopcouch/desktopcouch-0.6.9_beta.ebuild,v 1.2 2011/01/08 16:35:16 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
MY_PV=${PV/_beta/b}
MY_P=${PN}-${MY_PV}
inherit distutils eutils multilib
DESCRIPTION="Desktop-oriented interface to CouchDB"
HOMEPAGE="https://launchpad.net/desktopcouch"
SRC_URI="http://launchpad.net/desktopcouch/trunk/${MY_PV}/+download/${MY_P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
DEPEND=">=dev-python/python-distutils-extra-2.12"
RDEPEND=">=dev-db/couchdb-0.10.0
>=dev-python/gnome-keyring-python-2.22.3-r1
<dev-python/couchdb-python-0.7
>=dev-python/oauth-1.0.1
>=dev-python/simplejson-2.0.9-r1
>=dev-python/twisted-8.2.0-r2
>=net-dns/avahi-0.6.24-r2[python]"
RESTRICT="test"
S="${WORKDIR}/${MY_P}"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
epatch "${FILESDIR}/${MY_P}-setup_hardlinks.patch"
epatch "${FILESDIR}/${MY_P}-drop_ubuntuone_support.patch"
}
src_install() {
python_convert_shebangs -r 2 "bin/"
distutils_src_install
exeinto "/usr/$(get_libdir)/${PN}"
doexe "bin/desktopcouch-stop"
doexe "bin/desktopcouch-service"
doexe "bin/desktopcouch-get-port"
if use doc; then
insinto "/usr/share/doc/${PF}/api"
doins "desktopcouch/records/doc/records.txt"
doins "desktopcouch/records/doc/field_registry.txt"
doins "desktopcouch/contacts/schema.txt"
doman "docs/man/desktopcouch-pair.1"
fi
}

@ -1,24 +0,0 @@
--- setup.py.orig 2010-04-23 05:19:54.000000000 +0000
+++ setup.py 2010-04-23 05:32:47.000000000 +0000
@@ -31,19 +31,10 @@
test_suite="runtests.get_test_suite",
packages=find_packages(),
scripts=['bin/desktopcouch-pair'],
- data_files = [('/usr/lib/desktopcouch/', ['bin/desktopcouch-service',
- 'bin/desktopcouch-get-port',
- 'bin/desktopcouch-stop']),
- # Be sure all additions are reflected in MANIFEST.in !
- ('/usr/share/doc/python-desktopcouch-records/api/',
- ['desktopcouch/records/doc/records.txt',
- 'desktopcouch/records/doc/field_registry.txt',
- 'desktopcouch/contacts/schema.txt']),
- ('/etc/xdg/desktop-couch/',
+ data_files = [('/etc/xdg/desktop-couch/',
['config/desktop-couch/compulsory-auth.ini']),
('/usr/share/desktopcouch/', ['data/couchdb.tmpl']),
- ('/usr/share/dbus-1/services/', ['org.desktopcouch.CouchDB.service']),
- ('share/man/man1/', ['docs/man/desktopcouch-pair.1'])],
+ ('/usr/share/dbus-1/services/', ['org.desktopcouch.CouchDB.service'])],
cmdclass = { "build" : build_extra.build_extra,
"build_i18n" : build_i18n.build_i18n }
)

@ -1,12 +0,0 @@
#We dont have ubuntu_sso package in the tree. Maybe this patch
#can be dropped later on.
#Jesus Rivero <neurogeek>
#Dec. 15, 2010
--- desktopcouch/replication_services/__init__.py.orig 2010-12-15 09:31:29.000000000 -0500
+++ desktopcouch/replication_services/__init__.py 2010-12-15 09:30:53.000000000 -0500
@@ -1,4 +1,4 @@
"""Modules imported here are available as services."""
-import ubuntuone
+#import ubuntuone
import example

@ -1,32 +0,0 @@
--- setup.py.orig 2010-12-15 08:55:27.000000000 -0500
+++ setup.py 2010-12-15 09:05:32.000000000 -0500
@@ -31,19 +31,21 @@
test_suite="runtests.get_test_suite",
packages=find_packages(),
scripts=['bin/desktopcouch-pair'],
- data_files = [('/usr/lib/desktopcouch/', ['bin/desktopcouch-service',
- 'bin/desktopcouch-get-port',
- 'bin/desktopcouch-stop']),
+ data_files = [
+# data_files = [('/usr/lib/desktopcouch/', ['bin/desktopcouch-service',
+# 'bin/desktopcouch-get-port',
+# 'bin/desktopcouch-stop']),
# Be sure all additions are reflected in MANIFEST.in !
- ('/usr/share/doc/python-desktopcouch-records/api/',
- ['desktopcouch/records/doc/records.txt',
- 'desktopcouch/records/doc/field_registry.txt',
- 'desktopcouch/contacts/schema.txt']),
+# ('/usr/share/doc/python-desktopcouch-records/api/',
+# ['desktopcouch/records/doc/records.txt',
+# 'desktopcouch/records/doc/field_registry.txt',
+# 'desktopcouch/contacts/schema.txt']),
('/etc/xdg/desktop-couch/',
['config/desktop-couch/compulsory-auth.ini']),
('/usr/share/desktopcouch/', ['data/couchdb.tmpl']),
('/usr/share/dbus-1/services/', ['org.desktopcouch.CouchDB.service']),
- ('share/man/man1/', ['docs/man/desktopcouch-pair.1'])],
+# ('share/man/man1/', ['docs/man/desktopcouch-pair.1'])],
+ ],
cmdclass = { "build" : build_extra.build_extra,
"build_i18n" : build_i18n.build_i18n }
)

@ -1 +1,2 @@
DIST psqlodbc-09.01.0200.tar.gz 749712 SHA256 89c230f5068dcd17d5c6dab37d13ed03525040da534cc7f49564dceba00a9c2c SHA512 6b1ce9efead84c1f5805561c150d5d6d4fba719472e43332987159918762098e1c41822fe804b4c9732e5fcb19beebd9b5f72ef756c021b764d6582f17bf4565 WHIRLPOOL e200c2014c58055a6ee69decea6f9ff92ad1166d2224c714a1634302ea621308e362760527617d2011db8ccaffcf7f35217431f705a9145f65777ee7a788e9e7
DIST psqlodbc-09.02.0100.tar.gz 738231 SHA256 6701525030a8c927059f972ebd65e83a41f7f177228cd8e894654893d86cb93c SHA512 5d2eae82596b3a120b00c140441c47af065a201236fef9aa086372f2207bab2f2bffee7d0db177a64c370118eaa4348509dcb3e99a40f564d26d4e938c57cc68 WHIRLPOOL e300672c7608e28af52befbb62a16c8584a709b75fc12edeadf37b2d26a8cdd64a390af026ec752408818d053d51202c829b6ad62d82a543dbce21ce6624d3c0

@ -0,0 +1,42 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/psqlodbc/psqlodbc-09.02.0100.ebuild,v 1.1 2013/06/08 15:53:50 titanofold Exp $
EAPI="4"
inherit multilib versionator
MY_MAJOR=$(get_major_version)
MY_MINOR=$(get_version_component_range 2)
PGSLOT="${MY_MAJOR#0}.${MY_MINOR#0}"
DESCRIPTION="Official ODBC driver for PostgreSQL"
HOMEPAGE="http://www.postgresql.org/"
SRC_URI="mirror://postgresql/odbc/versions/src/${P}.tar.gz"
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="~x86 ~amd64"
IUSE="doc iodbc ssl threads unicode"
DEPEND="dev-db/postgresql-base:${PGSLOT}
!iodbc? ( dev-db/unixODBC )
iodbc? ( dev-db/libiodbc )
ssl? ( dev-libs/openssl )
"
RDEPEND="${DEPEND}"
src_configure() {
econf --with-libpq="${EROOT%/}/usr/$(get_libdir)/postgresql-${PGSLOT}/bin/pg_config" \
$(use_with iodbc) \
$(use_with !iodbc unixodbc) \
$(use_enable ssl openssl) \
$(use_enable threads pthreads) \
$(use_enable unicode)
}
src_install() {
emake DESTDIR="${D}" install
dodoc readme.txt
use doc && dohtml docs/*
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libee/libee-0.4.1.ebuild,v 1.5 2012/07/23 20:49:50 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libee/libee-0.4.1.ebuild,v 1.6 2013/06/08 14:15:42 jer Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="http://www.libee.org/files/download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~arm ~hppa x86 ~amd64-linux"
KEYWORDS="amd64 ~arm hppa x86 ~amd64-linux"
IUSE="debug static-libs"
DEPEND="dev-libs/libxml2

@ -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-libs/libestr/libestr-0.1.5.ebuild,v 1.2 2013/06/04 16:37:56 nimiux Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libestr/libestr-0.1.5.ebuild,v 1.3 2013/06/08 14:13:01 jer Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~arm ~hppa ~x86"
KEYWORDS="amd64 ~arm hppa ~x86"
IUSE="debug static-libs"
DEPEND=""

@ -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-libs/liblognorm/liblognorm-0.3.6.ebuild,v 1.1 2013/04/07 19:14:32 maksbotan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblognorm/liblognorm-0.3.6.ebuild,v 1.2 2013/06/08 14:16:38 jer Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux"
KEYWORDS="~amd64 ~arm hppa ~x86 ~amd64-linux"
IUSE="debug static-libs"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/librelp-1.0.1.ebuild,v 1.1 2012/11/23 10:31:48 ultrabug Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/librelp/librelp-1.0.1.ebuild,v 1.2 2013/06/08 14:24:06 jer Exp $
EAPI="2"
@ -9,7 +9,7 @@ HOMEPAGE="http://www.librelp.com/"
SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz"
LICENSE="GPL-3 doc? ( FDL-1.3 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~sparc ~x86"
KEYWORDS="~amd64 ~arm hppa ~sparc ~x86"
IUSE="debug doc"
DEPEND=""

@ -1 +1,2 @@
DIST audioread-0.6.tar.gz 12278 SHA256 a26cce372ceb2f4136c162eb3ce6bbb56e983c7a3473f41b97e28a39ec023d09 SHA512 f1204801fbbfa0483da34b8158f21bef283df130167b0b7816c09d82d75864e29ad39d546db4df846d5640945e005e0ef7e6c571887d0b5aff03a5bd600328a1 WHIRLPOOL 0c3f2ab9e0ec649df6d714b319f3fa23a771dd598a72c9fcecdc33a80777802ab369be454bd0b58d3d8ea2da5b32ec022e6c409329680596a908ffc8e23a3dce
DIST audioread-1.0.1.tar.gz 13004 SHA256 19d1a8c55b00875235a198cb9119c2163394000ebbb0f05a074a356f71a96b04 SHA512 18e9e696785fe2f1b1d6ad7fe64e2878bf490d72aef7500998bb48b0733b382cf0b171d26c5b1465947de1d5f6ded25e2b57947402c31a440e8f346722fdc533 WHIRLPOOL 9489c01f54135677a01d2511d80150bd5f134b8b08ee20b55f78f708a788e604c282f43ea5ffbc669f2a00b3c2ae14f9062fe6752b21e14d1c50f4d36c3e2c6b

@ -0,0 +1,33 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/audioread/audioread-1.0.1.ebuild,v 1.1 2013/06/08 14:45:36 sochotnicky Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit distutils-r1
DESCRIPTION="Module for decoding audio files using whichever backend is available"
HOMEPAGE="http://pypi.python.org/pypi/audioread"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="|| ( dev-python/gst-python[${PYTHON_USEDEP}] dev-python/pymad media-video/ffmpeg )"
PATCHES=(
"${FILESDIR}/0001-Use-the-print-function-instead-of-the-print-keyword.patch"
)
pkg_postinst() {
elog "You might need to enable additional USE flags in backends to"
elog "decode some types of audio files. Priority of backends:"
elog " * gstreamer"
elog " * mad"
elog " * ffmpeg"
}

@ -0,0 +1,30 @@
From 3f86133d37d5cc5c8712730de67c23b0d33ce082 Mon Sep 17 00:00:00 2001
From: Simon Chopin <chopin.simon@gmail.com>
Date: Tue, 14 May 2013 12:46:50 +0200
Subject: [PATCH] Use the print() function instead of the print keyword
Python3 doesn't have the `print foo` statement.
---
audioread/gstdec.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/audioread/gstdec.py b/audioread/gstdec.py
index 78285db..fa8078f 100644
--- a/audioread/gstdec.py
+++ b/audioread/gstdec.py
@@ -366,8 +366,8 @@ if __name__ == '__main__':
for path in sys.argv[1:]:
path = os.path.abspath(os.path.expanduser(path))
with GstAudioFile(path) as f:
- print f.channels
- print f.samplerate
- print f.duration
+ print(f.channels)
+ print(f.samplerate)
+ print(f.duration)
for s in f:
- print len(s), ord(s[0])
+ print(len(s), ord(s[0]))
--
1.8.1.5

@ -1 +1,2 @@
DIST bluelet-0.1.tar.gz 9328 SHA256 7fe0d3034d648f19a60304d710b68a7b9ed710f0b3c6c5f7fa0c8fe3d935912b SHA512 245a6193a6d1e664d11f8cb23e924c31e5bda818f75ebef7c1057b1052224c3de9dfb0961de1ca73a03957dffde4ab2b0d51a34772ee19476c01bcc72175fe8a WHIRLPOOL 39936d573abb4e8bb0acc58dcf036c492ddf4d7105c5bcad82f9e91313031844d3c1fedf2e1282db5a719d1966daa78a9dd6332f8a91d1918dfdf5aa13f5a27e
DIST bluelet-0.2.0.tar.gz 14182 SHA256 4af029c8247be0b4852c8e92a745178882fa7fe5d4e669e1788184581fad3f01 SHA512 58bd8df4b61f23a53f9310b68e5754155c00d598c9bcb7724e90ef6722ee5d6017751c2e056eaaa64cca71b89c391d248c14477457f30ebf2b28841a3fdc98fa WHIRLPOOL b29994733f5d6735adc9e97a83bfa86d9ca56c39ef090003923dd7ed1bedc3528ca9dea80d86fd1e429dfec09f01b6f0bee2006377c7af03ce103ed68c374f7a

@ -0,0 +1,29 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/bluelet/bluelet-0.2.0.ebuild,v 1.1 2013/06/08 16:38:36 sochotnicky Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
inherit distutils-r1
DESCRIPTION="Module for pure Python asynchronous I/O using coroutines"
HOMEPAGE="http://pypi.python.org/pypi/bluelet"
SRC_URI="https://github.com/sampsyo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
DEPEND=""
RDEPEND="${DEPEND}"
python_install_all() {
if use examples; then
docompress -x usr/share/doc/${P}/demo
dodoc -r demo/
fi
}

@ -0,0 +1,45 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4-r1.ebuild,v 1.2 2013/06/08 18:56:09 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
MY_PN="Cheetah"
MY_P="${MY_PN}-${PV/_}"
DESCRIPTION="Python-powered template engine and code generator."
HOMEPAGE="http://www.cheetahtemplate.org/ http://rtyler.github.com/cheetah/ http://pypi.python.org/pypi/Cheetah"
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
IUSE=""
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
S="${WORKDIR}/${MY_P}"
DOCS=( CHANGES README.markdown TODO )
# Race in the test suite
DISTUTILS_IN_SOURCE_BUILD=1
python_prepare_all() {
# Disable broken tests.
sed \
-e "/Unicode/d" \
-e "s/if not sys.platform.startswith('java'):/if False:/" \
-e "/results =/a\\ sys.exit(not results.wasSuccessful())" \
-i cheetah/Tests/Test.py || die "sed failed"
distutils-r1_python_prepare_all
}
python_test() {
"${PYTHON}" cheetah/Tests/Test.py || die "Testing failed with ${EPYTHON}"
}

@ -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/dulwich/dulwich-0.8.7-r1.ebuild,v 1.1 2013/06/04 06:46:39 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.7-r1.ebuild,v 1.2 2013/06/08 13:20:59 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-ma
IUSE="doc test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )"
test? ( virtual/python-unittest2[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND=""
python_prepare_all() {
@ -37,7 +38,7 @@ python_test() {
ln -fs "${BUILD_DIR}/lib/${PN}/${module}.so" "dulwich/${module}.so" \
|| die "Symlinking dulwich/${module}.so failed with $(python_get_implementation_and_version)"
done
nosetests || die
nosetests || die || "Tests failed under ${EPYTHON}"
}
python_install_all() {

@ -1,45 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.7.ebuild,v 1.4 2013/03/26 15:54:33 ago Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
DESCRIPTION="Dulwich is a pure-Python implementation of the Git file formats and protocols."
HOMEPAGE="http://samba.org/~jelmer/dulwich/ http://pypi.python.org/pypi/dulwich"
SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools
test? ( virtual/python-unittest2 )"
RDEPEND=""
src_prepare() {
distutils_src_prepare
sed -e "s/test_fetch_from_dulwich(/_&/" -i dulwich/tests/compat/server_utils.py
}
distutils_src_test_pre_hook() {
local module
for module in _diff_tree _objects _pack; do
ln -fs "../$(ls -d build-${PYTHON_ABI}/lib.*)/dulwich/${module}.so" "dulwich/${module}.so" || die "Symlinking dulwich/${module}.so failed with $(python_get_implementation_and_version)"
done
}
src_install() {
distutils_src_install
delete_tests() {
rm -fr "${ED}$(python_get_sitedir)/dulwich/tests"
}
python_execute_function -q delete_tests
}

@ -0,0 +1,47 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild,v 1.1 2013/06/08 13:20:59 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit distutils-r1
DESCRIPTION="Dulwich is a pure-Python implementation of the Git file formats and protocols."
HOMEPAGE="http://samba.org/~jelmer/dulwich/ http://pypi.python.org/pypi/dulwich"
SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( virtual/python-unittest2[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND=""
python_prepare_all() {
sed -e "s/test_fetch_from_dulwich(/_&/" -i dulwich/tests/compat/server_utils.py
use test && DISTUTILS_IN_SOURCE_BUILD=1
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && emake -C docs html
}
python_test() {
pushd "${BUILD_DIR}"/../ &> /dev/null
local module
for module in _diff_tree _objects _pack; do
ln -fs "${BUILD_DIR}/lib/${PN}/${module}.so" "dulwich/${module}.so" \
|| die "Symlinking dulwich/${module}.so failed with $(python_get_implementation_and_version)"
done
nosetests || die || "Tests failed under ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}

@ -1,45 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.0.ebuild,v 1.1 2013/06/03 05:55:58 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
DESCRIPTION="Dulwich is a pure-Python implementation of the Git file formats and protocols."
HOMEPAGE="http://samba.org/~jelmer/dulwich/ http://pypi.python.org/pypi/dulwich"
SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools
test? ( virtual/python-unittest2 )"
RDEPEND=""
src_prepare() {
distutils_src_prepare
sed -e "s/test_fetch_from_dulwich(/_&/" -i dulwich/tests/compat/server_utils.py
}
distutils_src_test_pre_hook() {
local module
for module in _diff_tree _objects _pack; do
ln -fs "../$(ls -d build-${PYTHON_ABI}/lib.*)/dulwich/${module}.so" "dulwich/${module}.so" || die "Symlinking dulwich/${module}.so failed with $(python_get_implementation_and_version)"
done
}
src_install() {
distutils_src_install
delete_tests() {
rm -fr "${ED}$(python_get_sitedir)/dulwich/tests"
}
python_execute_function -q delete_tests
}

@ -0,0 +1,45 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/empy/empy-3.3-r1.ebuild,v 1.2 2013/06/08 16:35:07 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
inherit distutils-r1
DESCRIPTION="A powerful and robust templating system for Python"
HOMEPAGE="http://www.alcyone.com/software/empy/"
SRC_URI="http://www.alcyone.com/software/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
IUSE="doc"
DEPEND=""
RDEPEND=""
python_prepare_all() {
sed -e "s:/usr/local/bin/python:/usr/bin/python:g" -i em.py || die "sed failed"
distutils-r1_python_prepare_all
}
python_test() {
"${PYTHON}" em.py sample.em | diff sample.bench -
if [[ ${PIPESTATUS[0]} -ne 0 || ${PIPESTATUS[1]} -ne 0 ]]; then
die "Testing failed with ${EPYTHON}"
fi
}
python_install_all() {
distutils-r1_python_install_all
if use doc; then
dodir /usr/share/doc/"${PF}"/examples
insinto /usr/share/doc/"${PF}"/examples
doins sample.em sample.bench
#3.3 has the html in this funny place. Fix in later version:
dohtml doc/home/max/projects/empy/doc/em/*
dohtml doc/home/max/projects/empy/doc/em.html
dohtml doc/index.html
fi
}

@ -0,0 +1,48 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.6.1-r1.ebuild,v 1.1 2013/06/08 14:47:17 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
inherit distutils-r1
MY_PN="Fabric"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A simple pythonic tool for remote execution and deployment."
HOMEPAGE="http://fabfile.org http://pypi.python.org/pypi/Fabric"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
RDEPEND=">=dev-python/paramiko-1.10.0[${PYTHON_USEDEP}]
python_targets_python2_5? ( dev-python/multiprocessing[python_targets_python2_5] )
python_targets_python2_6? ( dev-python/multiprocessing[python_targets_python2_6] )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( <dev-python/fudge-1.0 )"
S="${WORKDIR}/${MY_P}"
python_compile_all() {
use doc && emake -C docs html
}
src_test() {
local DISTUTILS_NO_PARALLEL_BUILD=1
distutils-r1_src_test
}
python_test() {
nosetests tests || die "Tests failed under ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
}

@ -1,51 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.6.1.ebuild,v 1.1 2013/06/03 06:06:11 patrick Exp $
EAPI="4"
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython *-pypy-*"
DISTUTILS_SRC_TEST="nosetests"
# Requires multiprocessing package from py2.6+
PYTHON_TESTS_RESTRICTED_ABIS="2.5"
inherit distutils
MY_PN="Fabric"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Fabric is a simple, Pythonic tool for remote execution and deployment."
HOMEPAGE="http://fabfile.org http://pypi.python.org/pypi/Fabric"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND=">=dev-python/paramiko-1.10.0"
DEPEND="${RDEPEND}
dev-python/setuptools
doc? ( dev-python/sphinx )
test? ( <dev-python/fudge-1.0 )"
S="${WORKDIR}/${MY_P}"
PYTHON_MODULES="fabfile fabric"
src_compile() {
distutils_src_compile
if use doc; then
emake -C docs html
fi
}
src_install() {
distutils_src_install
if use doc; then
dohtml -r docs/_build/html/
fi
}

@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/falcon/falcon-0.1.6.ebuild,v 1.1 2013/05/18 19:55:42 rafaelmartins Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/falcon/falcon-0.1.6.ebuild,v 1.2 2013/06/08 15:10:17 idella4 Exp $
EAPI=5
# Python 2.6 is supported, but depends on ordereddict, that isn't packaged for
# Gentoo, and I don't think it is worth to maintain it. If someone needs it,
# please let me know. PyPy also works, but needs testing.
PYTHON_COMPAT=( python{2_7,3_3} )
# Python 2.6 is supported, but depends on ordereddict, which has been in
# improvise for months and is a minimal package. If needed
# please let me know. PyPy also works
PYTHON_COMPAT=( python{2_7,3_3} pypy2_0 )
inherit distutils-r1
@ -22,12 +22,12 @@ IUSE="+cython test"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
cython? (
dev-python/cython[${PYTHON_USEDEP}] )"
dev-python/cython[$(python_gen_usedep python{2_7,3_3})] )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/cython[${PYTHON_USEDEP}]
dev-python/cython[$(python_gen_usedep python{2_7,3_3})]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/testtools[${PYTHON_USEDEP}] )"

@ -1,2 +1,3 @@
DIST feedgenerator-1.2.1.tar.gz 5555 SHA256 e099309847086ac6092ac498cf0bcc0abf9cdaa037fc3a6d245a03429cbb78e7 SHA512 990bfaa709ce6e78ba338ad0689f263a582a81dc981b3bc4c0334804d5330bac1e0fde2b31d81aca03dbf1b8487ab4a07cb96cca36ca31046c3c5e8d7d282e76 WHIRLPOOL ccf261e72ea725036cf87eee887f4ae489c107b62c4b7854fc1607c92bac67c94122c479611b010e41fc0d3860e98afcc5c70dec83a85e625cdc4fbb5bacbbe1
DIST feedgenerator-1.5.tar.gz 909738 SHA256 7bc7dae02d5ca37f305311ca1696f2945625b08db70056b35f18727894bc5a3e SHA512 53a4f572135b238d040b245de8d5cb0095277f4c199a5b22cf40d22641f5c3eed7a8bc3a00072bbd71b3914e66a0c6eb842700ed67a737d2e4aeb2b43439c7c5 WHIRLPOOL 8430c331c203a8a89bde4c6c0792428e80faaf0ae2cb1114e7ba67e05a055853eda65efa99ebde8f34c53f6c1308b428b3506723dec5bdb2949420bd22f20368
DIST feedgenerator-1.6.tar.gz 21517 SHA256 ec66b671a946381e02ee97b5f4746959c4bda960be4994ce39be5a7f5eb445fe SHA512 6b96094209ae206be75909f2ad9a9420a06e1fa47b8a5e28db4da16c5b157014f9f8d1677edc8a7347384fe0f0a91aa4f664257adfa994a46b6dc49d9349472b WHIRLPOOL f334860efbce23b2ab9c3217f035d5f1263cc59ac7434b6be68f62b683d3b765f88f0c1566a1ef34634e167b3746720b6718577e54c47afcadd0676e115e74d5

@ -0,0 +1,31 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/feedgenerator/feedgenerator-1.6.ebuild,v 1.1 2013/06/08 15:15:51 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} )
inherit distutils-r1
DESCRIPTION="Standalone version of django.utils.feedgenerator"
HOMEPAGE="http://pypi.python.org/pypi/feedgenerator"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/six[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}] )"
RDEPEND=""
src_prepare() {
distutils-r1_src_prepare
# Allow pypy to read MANIFEST.in
ln -s tests_feedgenerator tests || die
}
python_test() {
"${PYTHON}" setup.py test
}

@ -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/fixtures/fixtures-0.3.12.ebuild,v 1.1 2013/01/21 08:30:51 prometheanfire Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-0.3.12.ebuild,v 1.2 2013/06/08 15:52:42 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_2 )
PYTHON_COMPAT=( python2_7 python{3_2,3_3} )
inherit distutils-r1
@ -14,7 +14,18 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
# nose not listed but provides coverage output of tests
# run of test files by python lacks any output except on fail
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND=">=dev-python/testtools-0.9.22"
DISTUTILS_IN_SOURCE_BUILD=1
python_test() {
pushd "${BUILD_DIR}"/ > /dev/null
ln -sf ../README .
nosetests lib/${PN}/tests/{test_callmany.py,test_fixture.py,test_testcase.py} \
|| die "Tests failed under ${EPYTHON}"
}

@ -0,0 +1,19 @@
Avoid un-needed objects.inv files drom d'loading for docs build
diff -ur Flask-0.9.orig/docs/conf.py Flask-0.9/docs/conf.py
--- docs/conf.py 2012-07-01 19:10:19.000000000 +0800
+++ docs/conf.py 2013-06-09 00:21:57.757485401 +0800
@@ -243,14 +243,6 @@
# The depth of the table of contents in toc.ncx.
#epub_tocdepth = 3
-intersphinx_mapping = {
- 'http://docs.python.org/dev': None,
- 'http://werkzeug.pocoo.org/docs/': None,
- 'http://www.sqlalchemy.org/docs/': None,
- 'http://wtforms.simplecodes.com/docs/0.5/': None,
- 'http://discorporate.us/projects/Blinker/docs/1.1/': None
-}
-
pygments_style = 'flask_theme_support.FlaskyStyle'
# fall back if theme is not there

@ -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/flask/flask-0.9-r2.ebuild,v 1.1 2013/05/23 00:32:56 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.9-r2.ebuild,v 1.2 2013/06/08 16:48:26 idella4 Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
@ -16,25 +16,31 @@ HOMEPAGE="http://pypi.python.org/pypi/Flask"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples test"
IUSE="doc examples"
RDEPEND="dev-python/blinker[${PYTHON_USEDEP}]
>=dev-python/jinja-2.4[$(python_gen_usedep python2_5)]
>=dev-python/jinja-2.4[$(python_gen_usedep python{2_6,2_7} 'pypy*')]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/werkzeug-0.6.1[${PYTHON_USEDEP}]"
>=dev-python/werkzeug-0.6.1[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
PATCHES=( "${FILESDIR}"/docbuild.patch )
python_compile_all() {
use doc && emake -C docs html
}
python_test() {
"${PYTHON}" run-tests.py || die "Testing failed with ${EPYTHON}"
}
python_install_all() {
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
use examples && local EXAMPLES=( examples/. )
use doc && local HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
}

@ -0,0 +1,53 @@
Fix PIL imports for Pillow compat
https://bugs.gentoo.org/show_bug.cgi?id=471506
--- HTMLgen/ImageH.py 1999-04-20 22:40:28.000000000 -0400
+++ HTMLgen/ImageH.py 2013-06-08 14:00:49.261734532 -0400
@@ -576,7 +576,7 @@
"Display image (for debug purposes only)"
try:
- import ImageTk
+ from PIL import ImageTk
ImageTk._show(self, title)
# note: caller must enter mainloop
except:
--- HTMLgen/ImagePaletteH.py 2013-06-08 13:56:03.476318926 -0400
+++ HTMLgen/ImagePaletteH.py 2013-06-08 14:01:26.564871622 -0400
@@ -87,7 +87,7 @@
if not lut:
try:
- import GimpPaletteFile
+ from PIL import GimpPaletteFile
fp.seek(0)
p = GimpPaletteFile.GimpPaletteFile(fp)
lut = p.getpalette()
@@ -96,7 +96,7 @@
if not lut:
try:
- import GimpGradientFile
+ from PIL import GimpGradientFile
fp.seek(0)
p = GimpGradientFile.GimpGradientFile(fp)
lut = p.getpalette()
@@ -105,7 +105,7 @@
if not lut:
try:
- import PaletteFile
+ from PIL import PaletteFile
fp.seek(0)
p = PaletteFile.PaletteFile(fp)
lut = p.getpalette()
--- HTMLgen/imgsize.py 1998-05-25 13:56:37.000000000 -0400
+++ HTMLgen/imgsize.py 2013-06-08 14:01:48.731358969 -0400
@@ -15,7 +15,7 @@
try: #Following switcheroo ensures that if PIL is installed it's used instead
# of the HTMLgen-bundled copies.
- import Image
+ from PIL import Image
except ImportError:
import ImageH
Image = ImageH

@ -0,0 +1,60 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/htmlgen/htmlgen-2.2.2-r1.ebuild,v 1.2 2013/06/08 18:11:37 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
inherit eutils python-r1
MY_P="HTMLgen"
DESCRIPTION="HTMLgen - Python modules for the generation of HTML documents"
HOMEPAGE="http://starship.python.net/crew/friedrich/HTMLgen/html/main.html"
SRC_URI="http://starship.python.net/crew/friedrich/${MY_P}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
IUSE="doc"
DEPEND="${PYTHON_DEPS}
virtual/python-imaging[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
S="${WORKDIR}/${MY_P}"
src_prepare() {
epatch "${FILESDIR}/${P}-python-2.5.patch"
epatch "${FILESDIR}/${PN}-pillow.patch"
}
src_compile() {
return 0
}
src_install() {
# doing this manually because their build scripts suck
local files="HTMLgen.py HTMLcolors.py HTMLutil.py HTMLcalendar.py
barchart.py colorcube.py imgsize.py NavLinks.py Formtools.py
ImageH.py ImageFileH.py ImagePaletteH.py GifImagePluginH.py
JpegImagePluginH.py PngImagePluginH.py"
mkdir htmlgen || die
touch htmlgen/__init__.py || die
ln ${files} htmlgen/ || die
python_parallel_foreach_impl python_domodule htmlgen
if use doc; then
# fix the image locations in the docs
sed -i -e "s;../image/;image/;g" html/* || die "sed failed"
dohtml html/*
dohtml -r image
fi
dodoc README
}
pkg_postinst() {
ewarn "htmlgen now resides in its own subdirectory"
ewarn "so you need to do \"from htmlgen import HTMLgen\" instead of \"import HTMLgen\""
}

@ -0,0 +1 @@
DIST multiprocessing-2.6.2.1.tar.gz 108003 SHA256 ef3b81ad85d7de252e5491b1daac028e17f9741cbe3625032e6eaa4ad4c79900 SHA512 c9d00c2cc1785f79562c397cb6f5b94ba19d06addb3e95600daa01719b383c880f6e727d80d6a0bde1677ccf40d75cc72f622f567af2ca995297cfc617174e52 WHIRLPOOL 92f585039bd936216dec6adafb0af5c656a1d0fad3a3540eb6d9b54480a680240c99cc70e4911e17aa0319f765a49bccef0d5ceba4e3ff6495cae3676c20c362

@ -1,9 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<maintainer>
<email>neurogeek@gentoo.org</email>
<name>Jesus Rivero</name>
</maintainer>
<herd>python</herd>
</pkgmetadata>

@ -0,0 +1,31 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/multiprocessing/multiprocessing-2.6.2.1.ebuild,v 1.1 2013/06/08 14:28:05 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6} )
inherit distutils-r1
DESCRIPTION="A reusable application for the Django web framework"
HOMEPAGE="http://pypi.python.org/pypi/ordereddict/1.1"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
LICENSE="BSD"
SLOT="0"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
python_compile_all() {
use doc && sphinx-build -b html Doc/ glossary
}
python_install_all() {
use doc && HTML_DOCS=( glossary/. )
distutils-r1_python_install_all
}

@ -0,0 +1,27 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/munkres/munkres-1.0.5.4-r2.ebuild,v 1.2 2013/06/08 15:08:53 sochotnicky Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
DESCRIPTION="Module implementing munkres algorithm for the Assignment Problem"
HOMEPAGE="http://pypi.python.org/pypi/munkres/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test doc"
python_test() {
"${PYTHON}" "${PN}.py" || die
}
src_install() {
distutils-r1_src_install
use doc && dohtml -r html/
}

@ -1 +1,2 @@
DIST pyacoustid-0.7.tar.gz 10173 SHA256 ad1d15773a776d7880350062131f055e260f4c39135cfcc1cfbfdbcbfc08f2ef SHA512 83001f3a11e49f9b9f8f8255e248012a173d63cfb5139f5534eb63f6a050920d603c5e00df4fdaba79bf087afa496afbb1311877762aab7ad422a6d44b5bf54d WHIRLPOOL f5beef634dd128549c97f22e7ca04c457b19279c9dc13d0728909fc1e2e8cc8980ddb6309ff4a92bbaea70911f69b6cadeb0f22be20f0d1921c97ac9e87a2499
DIST pyacoustid-1.0.0.tar.gz 10476 SHA256 31900428e7b344dca0c2da594b387e88620c319298e3a6400a968078194407d4 SHA512 4eabf32e7d958bf7330e852184f5ddf3105007179ca2c45b75c1a5b0f0898649e703aa333cffccac85eb7b18b54255f2e5d588897adfb9f0ef2596e9c0b2fe5a WHIRLPOOL 084bc175021db2b344484fa5f03bf8b63b78ba21f92e050da93d36dcded494ff62f6344f59f8f0027b8b42a4bb6a1d21d22408a4f5679023c10eb37907ab1b79

@ -0,0 +1,22 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/pyacoustid-1.0.0.ebuild,v 1.1 2013/06/08 14:54:22 sochotnicky Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
DESCRIPTION="Python module for Chromaprint acoustic fingerprinting and the Acoustid API"
HOMEPAGE="http://pypi.python.org/pypi/pyacoustid"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="media-libs/chromaprint
dev-python/audioread[${PYTHON_USEDEP}]"

@ -1 +1,2 @@
DIST pyechonest-7.1.0.tar.gz 35272 SHA256 113242565015ad5364a9af36d9adb5b8850805e06faab11d8244eca395de0160 SHA512 1819847363b6b3b1b35a376023b26069ab2d3fb4cae835f10d84a5c8a3ef32a38b615658101ae3341968413ed490a0ebb6ad27d1c88429e4f2c8bfd32cdc6a21 WHIRLPOOL 9fe986df0d23c4578e43141db548398cf5736a5b3287fbe4c9580e0cda1877f1023332b8f7c5c6b570afd0779aa445627c043b28fd3b151c817396d2b76d5a3c
DIST pyechonest-7.2.1.tar.gz 66314 SHA256 5f2279386daf6f9080a633a0ab508fc92c281d2279e29ff4d16a75fea4111b66 SHA512 f77f12355d9243f61ebf8612c94d99222b7ab010d7ef0ff911ceab5581084ac75c450bd538860c213233ac45483ba173f2d21fa0bba8d01480d02f339560b8d0 WHIRLPOOL b633143a23f8d2daa2371a5b2767a72a267cf96f79a73f98279026aa4bf45f84aa55249473efea9eeacbc34b20497607446300c73af448646a61439794d82f34

@ -0,0 +1,37 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyechonest/pyechonest-7.2.1.ebuild,v 1.3 2013/06/08 16:41:45 sochotnicky Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
DESCRIPTION="Python interface to The Echo Nest APIs"
HOMEPAGE="http://echonest.github.com/pyechonest/"
SRC_URI="https://github.com/echonest/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
python_compile_all() {
if use doc; then
einfo "Generation of documentation by" ${PYTHON}
PYTHONPATH=".." emake -C doc html || die "Generation of documentation failed"
fi
}
python_install_all() {
use doc && dohtml -r doc/build/html/
if use examples; then
docompress -x usr/share/doc/${P}/examples/
insinto usr/share/doc/${P}/examples
doins -r examples/*
fi
}

@ -0,0 +1,18 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/pylast-0.5.11-r1.ebuild,v 1.1 2013/06/08 15:45:46 sochotnicky Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
inherit distutils-r1
DESCRIPTION="Python interface to last.fm and other api-compatible websites"
HOMEPAGE="http://code.google.com/p/pylast/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

@ -1,2 +1,3 @@
DIST python-musicbrainz-ngs-0.2.tar.gz 14397 SHA256 53b1517a6a2f996a2db8bb5a51b80e05a04688daa28d7098b23e1ed59454a93a SHA512 2a76274b1a3cd0310f493398f636576388e53ea90b1da1c4f554aec8c700d41608ad9582955cb74e122b18a9d4b740b9d6d042979c1a4f9fe59c0801eb498ef5 WHIRLPOOL c01c71e51c7c82e05d604ccdd7a4e69a2d3e37b05c1a5854269e51b3a1dda2a7453685d83d3eab86c6e46259f088788c2e1953d09747ff127ff1c96d5b661060
DIST python-musicbrainz-ngs-0.3.tar.gz 49228 SHA256 3ecdcbfa7f51edba70d7ce12e3ca3ee505acfe4b91ebaa00875c154dc081d252 SHA512 b245079f40927d07a0f01e939092e88beb873e0d5b9ea1fc14189a3260c414725f22af001bf575b2ea5d8c6e599725578a436a772d992ffc88dafa7ec90e483f WHIRLPOOL 25aae916eca4b3ab92ff9888e096283b00acd3d2ebd393a370ec011c3399ff3c69f182d5807957c825e7ec9063c5afb4b8d56f01a14ed11cd2558611435b0d11
DIST python-musicbrainz-ngs-0.4.tar.gz 54296 SHA256 9251f370b3c1f85018a1bb90989dfd4f63e2a5457a56380543d93abec9675edb SHA512 a40df9512a6b81932560595699dc460b57d3b755c642d489d6e21b3a680385b245a458ac23fed0a922090079d25bf4f562258e81a855d71398531353577a3f19 WHIRLPOOL 47880ec80bbd96c8c4470dad0b786a98aa8ecbb7b3a3761b1eb13db4ce1437415bef89b4bb5f50dc35a9982efcdd0f876baa2fe488cdc3038ada6b1197aab905

@ -0,0 +1,20 @@
diff --git a/setup.py b/setup.py
index 57479d7..4f82328 100644
--- a/setup.py
+++ b/setup.py
@@ -52,15 +52,6 @@ setup(
author_email="alastair@porter.net.nz",
url="https://github.com/alastair/python-musicbrainz-ngs",
packages=['musicbrainzngs'],
- package_data={'musicbrainzngs': ['CHANGES',
- '../docs/*',
- '../examples/*',
- '../test/data/*.xml',
- '../test/data/artist/*',
- '../test/data/label/*',
- '../test/data/release/*',
- '../test/data/release-group/*',
- '../test/data/work/*']},
cmdclass={'test': test },
license='BSD 2-clause',
classifiers=[

@ -0,0 +1,33 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.4.ebuild,v 1.2 2013/06/08 13:39:36 sochotnicky Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} )
inherit distutils-r1 vcs-snapshot
DESCRIPTION="This library implements webservice bindings for the Musicbrainz NGS site"
HOMEPAGE="https://github.com/alastair/python-musicbrainz-ngs"
SRC_URI="https://github.com/alastair/${PN}/tarball/v${PV} -> ${P}.tar.gz"
LICENSE="BSD-2 ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples test"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS=(README.md CHANGES)
use examples && DOCS+=( examples )
PATCHES=(
"${FILESDIR}/${P}-fix-package_data-placement.patch"
)
python_test() {
"${PYTHON}" setup.py test || die
}

@ -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/reportlab/reportlab-2.5-r1.ebuild,v 1.4 2013/05/08 02:37:16 yac Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.5-r1.ebuild,v 1.5 2013/06/08 14:34:44 floppym Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-fbsd ~x86-linux"
IUSE="doc examples test"
DEPEND="dev-python/imaging
DEPEND="virtual/python-imaging
media-fonts/ttf-bitstream-vera
media-libs/libart_lgpl
sys-libs/zlib"

@ -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/reportlab/reportlab-2.5.ebuild,v 1.11 2013/05/08 02:37:16 yac Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.5.ebuild,v 1.12 2013/06/08 14:34:44 floppym Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc examples test"
DEPEND="dev-python/imaging
DEPEND="virtual/python-imaging
media-fonts/ttf-bitstream-vera
media-libs/libart_lgpl
sys-libs/zlib"

@ -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/reportlab/reportlab-2.6.ebuild,v 1.3 2013/04/29 10:27:49 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.4 2013/06/08 14:34:44 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-fbsd ~x86-linux"
IUSE="doc examples"
RDEPEND="dev-python/imaging
RDEPEND="virtual/python-imaging
media-fonts/ttf-bitstream-vera
media-libs/libart_lgpl
sys-libs/zlib"

@ -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-util/bbe/bbe-0.2.2.ebuild,v 1.1 2013/06/07 15:57:09 billie Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/bbe/bbe-0.2.2.ebuild,v 1.5 2013/06/08 09:46:50 pinkbyte Exp $
EAPI=5
@ -8,11 +8,11 @@ inherit autotools
DESCRIPTION="Sed-like editor for binary files."
HOMEPAGE="http://sourceforge.net/projects/bbe-/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
SRC_URI="mirror://sourceforge/${PN}-/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE=""
src_prepare() {
@ -21,5 +21,5 @@ src_prepare() {
}
src_configure() {
econf --htmldir=/usr/share/doc/${PF}/html
econf --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
}

@ -1 +1,2 @@
DIST kdevelop-php-docs-1.4.1.tar.bz2 32024 SHA256 24600e66ccd1298640106d02b02b71ddd27e14b6c013f78a6d2b2404c63d66c9 SHA512 ed6a2a4822f0109271bebb3eb7abb473273c7f25e41612510cca5a7776fb774c578a097a0edd40400442bf011305c55b62536f058cdbfd49a8665416bfe00101 WHIRLPOOL d81e38d97fba9d0a8161c013889eb658d118fc89a47e58273d336829bc47d5fee4a74349cc706f27591d2dd39ce7ccf147815e93a3547a6573b0a10311ad5871
DIST kdevelop-php-docs-1.5.1.tar.bz2 34694 SHA256 09ecb47f44db0f47dd43c7bec1c06a8d303b870677b44e15b4da124f6a72dd16 SHA512 07d79203dfbb00508bae74a24314bd05ab1a1c449d55aa1606268f3773b0fe0f50f10ef20a145054bedf57327ba74622ac43c0bb6be4f8f420a0ddba642099ac WHIRLPOOL 71d59d7d87bca8f0ea1a0d0590527ee53eae60fec3bd0921118f59ab2dafb3115f60a1e1f52ad8b6f474bed5cd4a75553861d68b15f2d26187bae4155ada03ac

@ -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/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.5.1.ebuild,v 1.1 2013/06/08 02:32:38 reavertm Exp $
EAPI=5
KDE_LINGUAS="ca ca@valencia da de en_GB es et fi fr gl hu it nb nds nl pl pt
pt_BR ru sk sv uk zh_CN zh_TW"
KMNAME="kdevelop"
EGIT_REPONAME="kdev-php-docs"
inherit kde4-base
DESCRIPTION="PHP documentation plugin for KDevelop 4"
LICENSE="GPL-2 LGPL-2"
IUSE="debug"
if [[ $PV == *9999* ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
fi
RDEPEND="
!=dev-util/kdevelop-plugins-1.0.0
"

@ -1 +1,2 @@
DIST kdevelop-php-1.4.1.tar.bz2 672834 SHA256 40e52e7f52b11ed6196dadf5b181985e4a7dbc4027632632cfded326453b4bfe SHA512 dabfdf8960db1a50c79585dc20c10561de37b62e503a238b75d6fa81833ea382d5063e14de11941e8c40845c76635857a55f4ef08e22551862c2e80a9f5e7fe9 WHIRLPOOL a54bab5bdce2ec1545164badec35e9a5ff52d10c6d79870785b61ceb35f9c536d006576148a55f68b65a944faaa20877953c99556e065b50e6529df278124a4a
DIST kdevelop-php-1.5.1.tar.bz2 678171 SHA256 27a2ddab1ae8ff8f35b6f18a8591f5dd138f6f469c9ebe3035177f0268c8e4bb SHA512 40ccb78a4557b1f4f62df76cdb6dd1b07e0c0e09c92c2eda6b07a1ade180d7227e04b331d50f857aa8718625b47d69dc74d3754bf7165b7f863480bc310fe341 WHIRLPOOL 2a57a486797d5fda736e605747ffe22aff94e01f336c8308d0a1579aa806a6f111d850445756b708e8096248ea59cedd802da86fe899d2e02e8dfee220125783

@ -0,0 +1,33 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/kdevelop-php-1.5.1.ebuild,v 1.1 2013/06/08 02:34:40 reavertm Exp $
EAPI=5
KDE_LINGUAS="ca ca@valencia da de el en_GB es et fi fr gl it nb nds nl pl pt
pt_BR sv th uk zh_CN zh_TW"
VIRTUALX_REQUIRED=test
KDEBASE="kdevelop"
KMNAME="kdev-php"
EGIT_REPONAME="${KMNAME}"
inherit kde4-base
DESCRIPTION="PHP plugin for KDevelop 4"
LICENSE="GPL-2 LGPL-2"
IUSE="debug doc"
if [[ $PV != *9999* ]]; then
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
DEPEND="
>=dev-util/kdevelop-pg-qt-1.0.0
"
RDEPEND="
dev-util/kdevelop
doc? ( >=dev-util/kdevelop-php-docs-${PV}:${SLOT} )
"
PATCHES=( "${FILESDIR}/${PN}"-1.2.0-parmake.patch )

@ -1 +1,2 @@
DIST kdevelop-4.4.1.tar.bz2 6228685 SHA256 7efac56e0390910247e8d3c4a80ce215a1dc4c75b0a1ecc5b594d8de35acde0c SHA512 790bf87b36402ebd0778a019f49d7161324e888d02e07e0d73c22755eea862f5699fc4190e3cdfd9c4055f3e5994bb2800fe3223caf144c801e4ac2105d41d0b WHIRLPOOL d41d68a50abbaf7406d8a359afbdefc43e4e01d41aa16eb9dc0092bb180296a71ef55f97dc5208f90ebd3cdef833f0f973238a14a37b668104d14445ec9c08d9
DIST kdevelop-4.5.1.tar.bz2 5342081 SHA256 36b559b0c0aff13370e27dda57383605e719b55e4b95abd932e513183fcb46ee SHA512 99d3ab71058c745ee65f6ecc9c1afa7ba1bbb052d78198cd7ebdfb062c27b0fbcd56a7880fe19093de535a8b5b121493e8ae00e736f1f3f7836f155834aedb47 WHIRLPOOL 395b58f0f625d4dfb19c54a6979298cbfa5542d58bd5f95fa09b32e1ba994f0d2b7ad98d7b8a2f2b1a3ccbf9d29c691771c0ea4eef345243f0130a2e966b4c17

@ -0,0 +1,49 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop/kdevelop-4.5.1.ebuild,v 1.1 2013/06/08 02:33:50 reavertm Exp $
EAPI=5
KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it nb nds nl pl pt
pt_BR ru sl sv th uk zh_CN zh_TW"
VIRTUALX_REQUIRED=test
inherit kde4-base
DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages."
LICENSE="GPL-2 LGPL-2"
IUSE="+cmake +cxx debug okteta qthelp"
if [[ $PV == *9999* ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~ppc ~x86"
fi
DEPEND="
$(add_kdebase_dep ksysguard)
$(add_kdebase_dep libkworkspace)
okteta? ( $(add_kdebase_dep okteta) )
qthelp? ( dev-qt/qthelp:4 )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kapptemplate)
dev-qt/qtdeclarative:4[webkit]
cxx? ( >=sys-devel/gdb-7.0[python] )
"
RESTRICT="test"
# see bug 366471
src_configure() {
mycmakeargs=(
$(cmake-utils_use_build cmake)
$(cmake-utils_use_build cmake cmakebuilder)
$(cmake-utils_use_build cxx cpp)
$(cmake-utils_use_with okteta LibKasten)
$(cmake-utils_use_with okteta LibOkteta)
$(cmake-utils_use_with okteta LibOktetaKasten)
$(cmake-utils_use_build qthelp)
)
kde4-base_src_configure
}

@ -1 +1,2 @@
DIST kdevplatform-1.4.1.tar.bz2 2029442 SHA256 d48dba12cc61e006d1ed63c664a1cfa0d6c86a241b633565cda034cd42a78033 SHA512 4858c8d1a76138abde6f060301979822de57c1c94888536ed536e4e5ce1a5aeb1cb1c8c5a651151df9eb2f632c48080be1170b00ca47d391f71df5aa22c57ee5 WHIRLPOOL 81b9aa0d01075de4b3a11d374a0f7308424cd21bcc9448ee778f989400489e119c743da741d9c74f43430466ccfd6ca6e21ca507df6ad3460076d7bb218f45f3
DIST kdevplatform-1.5.1.tar.bz2 2272743 SHA256 37bc8985ca855673dce085722ae3cfd3703b9155eb5d0b31e60b975c976a410f SHA512 383fac594123eae861df6944397b695d51461dbf4e6057ed264dc5554548ed283f7aa510b0f6a1b4dbe49da52680d40628ae92f2e131f1d8897667cefd988a98 WHIRLPOOL 25068d23501a2c006267009da623e8daf0879acfe361299b62f91ac5ad0ffd59116fe80490ff54a75cab55de3729c4d5215ddf13ea295168864ec6074d3263da

@ -0,0 +1,51 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.5.1.ebuild,v 1.1 2013/06/08 02:27:18 reavertm Exp $
EAPI=5
KMNAME="kdevelop"
KDE_MINIMAL="4.7"
KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it nb nds nl pl pt
pt_BR sl sv th uk zh_CN zh_TW"
VIRTUALDBUS_TEST="true"
VIRTUALX_REQUIRED="test"
EGIT_REPONAME="${PN}"
inherit kde4-base
DESCRIPTION="KDE development support libraries and apps"
LICENSE="GPL-2 LGPL-2"
IUSE="cvs debug reviewboard subversion"
if [[ $PV == *9999 ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~ppc ~x86"
fi
DEPEND="
dev-libs/boost:=
dev-libs/grantlee
reviewboard? ( dev-libs/qjson )
subversion? (
dev-libs/apr
dev-libs/apr-util
dev-vcs/subversion
)
"
RDEPEND="${DEPEND}
!<dev-util/kdevelop-${KDEVELOP_VERSION}:4
$(add_kdebase_dep konsole)
cvs? ( dev-vcs/cvs )
"
src_configure() {
mycmakeargs=(
$(cmake-utils_use_build cvs)
$(cmake-utils_use_build reviewboard)
$(cmake-utils_use_build subversion)
)
kde4-base_src_configure
}

@ -1,3 +1,2 @@
DIST quilt-0.48.tar.gz 421146 SHA256 73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc SHA512 1c6c3f1497e07252effda381fa6adc2074161731ca3d9e6e9542485a77056f9db59abaf47c87d924bdf034cf7ca9e091368d222a6d41e29507a23fd17dccf44c WHIRLPOOL cb587508a3c6fc7a73cda3c0ecc83b4956fb51a807478f764476a38dadf9e91de1274f6f1cd76d4c7bb1cf0ff25191f33d6d36608ae69fc04435db6c737dc4d5
DIST quilt-0.50.tar.gz 452769 SHA256 fa4579628a98cf94472b36869e74f5cd0cb057d6fd13c1872a53f01c45aba8c3 SHA512 c6258872bc591b35e93ba09cc17b4954696faf391aff71b7789cc8cc58c4c54e51b605896937bd1aa54545eed6bf1e9b70352ad9b643f869154e6953c0340365 WHIRLPOOL d4823f9c1507fc3b29f605df855c53343bc0e0b300617b8203d9422d3fede2e1930ba9390329b3ee484fbeb7dde5535f9938c84ceee63477eb8fc0c705556822
DIST quilt-0.60.tar.gz 442369 SHA256 3d72a292e432beb9a73f9d0acfe3a77c9b4d7e42209919bb244e9958c7cfe64b SHA512 b257a8393145e8435cff5525843a79585903ea188f3f46af9dc4279b27ff92a51809ac197cb96dae03a81985af00d4302ded77bc142d10e75fd2add9926bf28f WHIRLPOOL e5c5c7dbc5586102df0ff59068a5ffc7182079729eb9f4dc50e97c04763b22dd8fa896b43f2e233735ea6ded81628b4549c98fbb7ba8d6200974d4bc9f48bee2

@ -2,6 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>dev-tools</herd>
<herd>suse</herd>
<maintainer>
<email>mpagano@gentoo.org</email>
</maintainer>

@ -1,59 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.48.ebuild,v 1.7 2011/01/04 01:29:30 xmw Exp $
inherit bash-completion eutils
DESCRIPTION="quilt patch manager"
HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
SRC_URI="http://savannah.nongnu.org/download/quilt/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ppc ppc64 sparc x86"
IUSE="emacs graphviz"
RDEPEND="sys-apps/ed
dev-util/diffstat
graphviz? ( media-gfx/graphviz )
|| ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp )"
PDEPEND="emacs? ( app-emacs/quilt-el )"
pkg_setup() {
use graphviz && return 0
echo
elog "If you intend to use the folding functionality (graphical illustration of the"
elog "patch stack) then you'll need to remerge this package with USE=graphviz."
echo
epause 5
}
src_unpack() {
unpack ${A}
cd "${S}"
# Add support for USE=graphviz
use graphviz || epatch "${FILESDIR}/${P}-no-graphviz.patch"
# Some tests are somewhat broken while being run from within portage, work
# fine if you run them manually
rm "${S}"/test/delete.test "${S}"/test/mail.test
}
src_install() {
emake BUILD_ROOT="${D}" install || die "make install failed"
rm -rf "${D}"/usr/share/doc/${P}
dodoc AUTHORS TODO quilt.changes doc/README doc/README.MAIL \
doc/quilt.pdf
rm -rf "${D}"/etc/bash_completion.d
dobashcompletion bash_completion
# Remove the compat symlinks
rm -rf "${D}"/usr/share/quilt/compat
# Remove Emacs mode; newer version is in app-emacs/quilt-el, bug 247500
rm -rf "${D}"/usr/share/emacs
}

@ -0,0 +1,60 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-9999.ebuild,v 1.1 2013/06/08 09:30:16 scarabeus Exp $
EAPI=5
EGIT_REPO_URI="git://git.sv.gnu.org/quilt.git"
[[ ${PV} == 9999 ]] && inherit git-2
inherit bash-completion-r1 eutils
DESCRIPTION="quilt patch manager"
HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
[[ ${PV} == 9999 ]] || SRC_URI="http://savannah.nongnu.org/download/quilt/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
IUSE="graphviz"
RDEPEND="
dev-util/diffstat
mail-mta/sendmail
sys-apps/ed
>=sys-apps/coreutils-8.5
graphviz? ( media-gfx/graphviz )
"
src_prepare() {
# Add support for USE=graphviz
use graphviz || epatch "${FILESDIR}/${PN}-0.60-no-graphviz.patch"
# remove failing test, because it fails on root-build
rm -rf test/delete.test
}
src_install() {
emake BUILD_ROOT="${ED}" install
rm -rf "${ED}"/usr/share/doc/${P}
dodoc AUTHORS TODO quilt.changes doc/README doc/README.MAIL \
doc/quilt.pdf
rm -rf "${ED}"/etc/bash_completion.d
newbashcomp bash_completion ${PN}
# Remove the compat symlinks
rm -rf "${ED}"/usr/share/quilt/compat
# Remove Emacs mode; newer version is in app-emacs/quilt-el, bug 247500
rm -rf "${ED}"/usr/share/emacs
}
pkg_postinst() {
if ! has_version app-emacs/quilt-el ; then
elog "If you plan to use quilt with emacs consider installing \"app-emacs/quilt-el\""
fi
}

@ -1,3 +1,4 @@
DIST unifdef-2.6.tar.gz 46520 SHA256 e4cbc673d32ebe10e00bc00b985c974e327e65d4b32a564d21358e458079e419 SHA512 cc1720806ae3cecb85aafe462efec4e874d6a981f17f275dcf3435acc965c57a1b835506073bf112fe97395ddf07ab6e92fac0ba5cffccc9966567cfcee762e7 WHIRLPOOL a0863defebb26628cb60260315f1481fc623d0435c89dc5ceada8050842bc31a91a842bd23f4b1e0c7c2c8fc9118df02cc5f493f76058256bf17672d26d70f9a
DIST unifdef-2.7.tar.gz 58847 SHA256 3037b91b8a6a17bbaa2a121dadd6fda8e7cca915461df952120deebf7c1e2a63 SHA512 01e367ea17ee3f1de33965cc24f118e366853312c9cdaf9f8722354a58191d5e639edfdfd75ec0371c370cff32990526073a772fbb6ac9757f6b1bc627cc2204 WHIRLPOOL d00907e67cdb99bb6dfd50aa1d92db8bae1be2c999e279d44b8fc12f19a6d081aa1fc115f1d991be773ffb7a09a8534f7443690d5d0fd6af2622918b2111e9b9
DIST unifdef-2.8.tar.gz 65076 SHA256 be5d2f7c834b510f658bdca80e30e74acc679ca084d814e2f2c29d4aca953456 SHA512 4ab5a6903f5e98cc8e5e0fd781de6373865e4830fac9a88ce9b89629e0213d9923dfab461cfafb87306736fc37ba9eab759deab1a0ac3c321130e438af6b9b4d WHIRLPOOL 33285ac1b82471aed182401902bb299387298c911d527b5e004ed857156a9190d8c09cf1de24bcfa205383d5d07d7fa5fc42848f3426266777b64ef841f4ee87
DIST unifdef-2.9.tar.gz 71356 SHA256 406e73cc3faec284feefec0b4817ab5675ae299b7ad0ee91617042b57600fe47 SHA512 55972f2e46cd2b184473bebe86cb31744dbc493558b16c0cd020beeacd30441333d5d42e3cf9f0bd91802fbdd0ce56f2f6d0edeeee2a8c49d8af7d0900b247eb WHIRLPOOL 4fe2c98da0be6bb054e050bb322797b984b0a066221a928940ec8df5be1e70e8bbf317e69904b7c1a65c30f6833c836306b9e4820aec5f8c826493b1b2f3650d

@ -0,0 +1,21 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-2.9.ebuild,v 1.1 2013/06/08 03:41:40 radhermit Exp $
EAPI=4
inherit toolchain-funcs
DESCRIPTION="remove #ifdef'ed lines from a file while otherwise leaving the file alone"
HOMEPAGE="http://dotat.at/prog/unifdef/"
SRC_URI="http://dotat.at/prog/unifdef/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
DOCS=( README )
src_prepare() {
sed -i '/^prefix/s:=.*:=/usr:' Makefile || die
tc-export CC
}

@ -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/eclass/autotools-utils.eclass,v 1.68 2013/05/05 20:22:25 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.69 2013/06/07 20:59:13 floppym Exp $
# @ECLASS: autotools-utils.eclass
# @MAINTAINER:
@ -136,22 +136,6 @@ EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_test
# @DESCRIPTION:
# Specify location of autotools' configure script. By default it uses ${S}.
# @ECLASS-VARIABLE: myeconfargs
# @DEFAULT_UNSET
# @DESCRIPTION:
# Optional econf arguments as Bash array. Should be defined before calling src_configure.
# @CODE
# src_configure() {
# local myeconfargs=(
# --disable-readline
# --with-confdir="/etc/nasty foo confdir/"
# $(use_enable debug cnddebug)
# $(use_enable threads multithreading)
# )
# autotools-utils_src_configure
# }
# @CODE
# @ECLASS-VARIABLE: DOCS
# @DEFAULT_UNSET
# @DESCRIPTION:
@ -427,6 +411,22 @@ autotools-utils_src_prepare() {
#
# IUSE="static-libs" passes --enable-shared and either --disable-static/--enable-static
# to econf respectively.
# @VARIABLE: myeconfargs
# @DEFAULT_UNSET
# @DESCRIPTION:
# Optional econf arguments as Bash array. Should be defined before calling src_configure.
# @CODE
# src_configure() {
# local myeconfargs=(
# --disable-readline
# --with-confdir="/etc/nasty foo confdir/"
# $(use_enable debug cnddebug)
# $(use_enable threads multithreading)
# )
# autotools-utils_src_configure
# }
# @CODE
autotools-utils_src_configure() {
debug-print-function ${FUNCNAME} "$@"

@ -1,3 +1,2 @@
DIST kdepim-4.10.2.tar.xz 14109052 SHA256 93f2994e947bfe178dc0bc1d6d43eb8515d513bab022c74ed7435035dc030393 SHA512 0fdee0656a43553af61b545f0aaa6bd57ea472c466f6dd05e44919bd59d3c3003b4f4ff068732d107fd202ceaf5a48a1fa85141e83b6aac3a1910ec1910f6bd4 WHIRLPOOL c763592df4d7ca6bb45b4e4204d2160ce2264493749656eac933268b59c03454eea847e7c910f925b9e76cbd6d85af708819772fa28d8215288e841500e8da1d
DIST kdepim-4.10.3.tar.xz 14419668 SHA256 72ba489c70d1493b16a27ac248776e3e2e128a0934ee54da9cfdbd7622b6dfd7 SHA512 3ba975f33daf998489a5afa9147b1f23119ebd9edef0272736743ebd0ec25bd0c9a2a41b577923ed848167a39b1804cc26e8250b19eca3e86365972ae17305cb WHIRLPOOL 23c9466a63c1c03fe64c2d27a8b2301e3698e9bad68063e751dd828ec4c7b9b283e9b61bf3b2504192e432fd779d745522d771b9e804f718247616296d28f04d
DIST kdepim-4.10.4.tar.xz 14574200 SHA256 ff73baaaefe64ee3f1d5adfc15c435aae4ad650bdfe03c07681b2f8b48b9356d SHA512 f25af6c455e6c0131cc0d9663b68e7bea49b501c98433a1491b87b5160606aa9f981b666cb40c67f8a57ee743133db503254bc08eae82ddf453b268f12326d16 WHIRLPOOL 2b3aab0deeb58fd70c14d2242953056f01374bc4cdb35ac90b5c9d057238e6c171baa488e2236524f3792ccb6126cae852a2f837b855d4f3f921a0b7ea20a392

@ -1,27 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.10.2.ebuild,v 1.6 2013/05/31 15:16:37 kensington Exp $
EAPI=5
KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="Akonadi developer console"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
$(add_kdebase_dep kdepim-common-libs)
$(add_kdebase_dep nepomuk-core)
$(add_kdebase_dep nepomuk-widgets)
app-office/akonadi-server
"
RDEPEND="${DEPEND}"
KMEXTRACTONLY="
akonadi_next/
calendarsupport/
messageviewer/
"

@ -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/kde-base/akonadiconsole/akonadiconsole-4.10.3.ebuild,v 1.5 2013/06/06 15:37:41 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.10.3.ebuild,v 1.6 2013/06/08 10:08:30 ago Exp $
EAPI=5
@ -8,7 +8,7 @@ KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="Akonadi developer console"
KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,4 +1,3 @@
DIST kdepim-4.10.2.tar.xz 14109052 SHA256 93f2994e947bfe178dc0bc1d6d43eb8515d513bab022c74ed7435035dc030393 SHA512 0fdee0656a43553af61b545f0aaa6bd57ea472c466f6dd05e44919bd59d3c3003b4f4ff068732d107fd202ceaf5a48a1fa85141e83b6aac3a1910ec1910f6bd4 WHIRLPOOL c763592df4d7ca6bb45b4e4204d2160ce2264493749656eac933268b59c03454eea847e7c910f925b9e76cbd6d85af708819772fa28d8215288e841500e8da1d
DIST kdepim-4.10.3.tar.xz 14419668 SHA256 72ba489c70d1493b16a27ac248776e3e2e128a0934ee54da9cfdbd7622b6dfd7 SHA512 3ba975f33daf998489a5afa9147b1f23119ebd9edef0272736743ebd0ec25bd0c9a2a41b577923ed848167a39b1804cc26e8250b19eca3e86365972ae17305cb WHIRLPOOL 23c9466a63c1c03fe64c2d27a8b2301e3698e9bad68063e751dd828ec4c7b9b283e9b61bf3b2504192e432fd779d745522d771b9e804f718247616296d28f04d
DIST kdepim-4.10.4.tar.xz 14574200 SHA256 ff73baaaefe64ee3f1d5adfc15c435aae4ad650bdfe03c07681b2f8b48b9356d SHA512 f25af6c455e6c0131cc0d9663b68e7bea49b501c98433a1491b87b5160606aa9f981b666cb40c67f8a57ee743133db503254bc08eae82ddf453b268f12326d16 WHIRLPOOL 2b3aab0deeb58fd70c14d2242953056f01374bc4cdb35ac90b5c9d057238e6c171baa488e2236524f3792ccb6126cae852a2f837b855d4f3f921a0b7ea20a392
DIST kdepim-4.4.11.1.tar.bz2 8964708 SHA256 a2fa237a3d880cc55a6c94450b93a7918bb0d5e3943eb7a759c8789de1ed41bf SHA512 7450ba9985c5583847d1fc3d214940cef130150a3591c3cbb73bc15624ee0298805d5dc25f3cd3a135091c1d0491b865961d52aa8feef623219eed9364dd86bf WHIRLPOOL 349a72c5c6859c7cafb1aefdf80b80482102c8b1d6e0123c6c410d262c3908b9572daa1950e2fb41e6bc727430fc91bb57b7276e345553ed15d792fa63aba5ec

@ -1,21 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/akregator-4.10.2.ebuild,v 1.5 2013/05/05 10:13:55 ago Exp $
EAPI=5
KDE_HANDBOOK="optional"
KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="KDE news feed aggregator."
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep kdepim-common-libs)
"
RDEPEND="${DEPEND}"
KMLOADLIBS="kdepim-common-libs"

@ -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/kde-base/akregator/akregator-4.10.3.ebuild,v 1.5 2013/06/06 15:37:36 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/akregator-4.10.3.ebuild,v 1.6 2013/06/08 10:08:24 ago Exp $
EAPI=5
@ -9,7 +9,7 @@ KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="KDE news feed aggregator."
KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,3 +1,2 @@
DIST kdetoys-4.10.2.tar.xz 379156 SHA256 529ea970a0caaa264ecc5f436e2d52f8015692d3f5aec9c314a1b9b237828489 SHA512 ca89e59072a48f1d9941152757e6ed9a9768c515cc60ad1efa67ba011491c4c518c81d1104bd2c2f0ed092e764ebb96d863bc98f9ae50c83c7eaaf379a7457a7 WHIRLPOOL 44cdfa485b8129cf23437aafb1ad5b92ab429c22b588e4f85fa8f62775405b4686dc4ea456ef89e378f252cd1f9327dcbea094b32df6ad0595d06b0e4045c1ca
DIST kdetoys-4.10.3.tar.xz 380264 SHA256 00b33bb1fa1df7dcd088ee0e3aa1af5c310e154cbf9825329a52b89828f5575b SHA512 9f5d9422812bbab5c93388e1d75b638aaf61dce3636d0effdb81ca298cb69a07487062a871ef6a02f6e275463f61f1246c623790798dbddb3066ecba0eaca2ad WHIRLPOOL 6f945527bab360da3df161421e903b6790aa9f6d7414ed7a27a198c34b3f87870306f53de95e96ccbd24af025ef3ea27015d7a6453ec5375704a39cb1e684980
DIST kdetoys-4.10.4.tar.xz 370192 SHA256 0ec0ee9755df73e20f5cf2e0ed79d5ab11ac3f00bc0b09ac153e257ca6f933bb SHA512 d62742909858466b8c85dc054ea5acf6195fd012108b6fd91db33343b4e84cbdfffd3ce610447e5aded72fb7cb8e0af162804ef79fffba02218b3a8c863cba1a WHIRLPOOL baf33f43a6e6e6c93a27e4317fe2a6dc68981da0505e04b559190fd21860d49da3b4886fd11a67ec526d1dedc712684516edcfd09f7fecc2cf3b96ad61a64b25

@ -1,22 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/amor/amor-4.10.2.ebuild,v 1.5 2013/05/05 10:14:19 ago Exp $
EAPI=5
if [[ ${PV} == *9999 ]]; then
eclass="kde4-base"
else
eclass="kde4-meta"
KMNAME="kdetoys"
fi
KDE_HANDBOOK="optional"
inherit ${eclass}
DESCRIPTION="KDE: Amusing Misuse Of Resources - desktop-dwelling creature"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="x11-libs/libX11
x11-libs/libXext"
RDEPEND="${DEPEND}"

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

Loading…
Cancel
Save