Sync with portage [Wed Aug 12 22:32:23 MSK 2015].

mhiretskiy
root 9 years ago
parent 4720a3d6c9
commit b7a5621dec

@ -1 +1,2 @@
DIST xca-1.1.0.tar.gz 854925 SHA256 997b62b523f6581f0d96a5f5ba2fa31dcdd2b3cf1ffe924f5c69a931b0dd44df SHA512 c22a594c61f63c71e8bc7c38ccdfabe05903a33bf5116630ca4c5072b725e551a128b10f624d01a464695d739fb9d77a510b3ced99fedc5d5378cb5fd563d954 WHIRLPOOL 1b58ec3dce44e0eb101265f7b1e68695ea2121c795f7d5f6a5349c812469c50f618ce34a5985991432b49a910b2c34fd3eb8e88ac735078a6e063801f1731be0
DIST xca-1.3.0.tar.gz 883772 SHA256 ef5b6e4ed93abb02eb53925edd222bfeb5c26a3b0698af90a416d8e92869414c SHA512 af537154a26fbb8749034b8aa79d0379e5e2567ea2b4c82c8a2f77b0fec7017d01aa0974d013f0d84eb52f2dc18994b29890d9ab63939c91aa9e316f6ef93685 WHIRLPOOL 19ce637f6794b00f7fbc363263768a8b651a21d9dd564ec7ba05fc9c729240ae8edc9d323b899b3641f9bf757b325a77c11a84848606dfe5dec839678a2c0314

@ -0,0 +1,43 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
inherit eutils toolchain-funcs
DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests and revokation lists"
HOMEPAGE="http://xca.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="bindist"
RDEPEND=">=dev-libs/openssl-0.9.8:*[bindist=]
dev-qt/qtgui:4"
DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.0.0-desktop.patch
}
src_configure() {
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
STRIP=true
}
src_compile() {
# enforce all to avoid the automatic silent rules
emake all
}
src_install() {
# non standard destdir
emake install destdir="${ED}"
insinto /etc/xca
doins misc/*.txt
}

@ -1,10 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# There's already a "hexedit" package in the tree, so name this one differently
EAPI="4"
EAPI="5"
inherit toolchain-funcs
MY_P=${P/curses-}
DESCRIPTION="full screen curses hex editor (with insert/delete support)"
@ -16,11 +18,14 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="sys-libs/ncurses"
RDEPEND="sys-libs/ncurses:="
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
src_configure() {
# Package has an old configure script.
CONFIG_SHELL="/bin/bash"
tc-export CC
econf --program-prefix=curses-
}

@ -1 +1,2 @@
DIST man-PL28-06-2007.tar.gz 3436680 SHA256 9cd783f5b6e42fd53b7cc929225824f3b8e9e8cb1615e481ac02a43ac29a510b SHA512 cc5de191b5dc7963018db8c2e7094b8e4e6db0dc0afefaa3a36e73a0bc70a3889d68ce78c4a900862dc5590a00bf57a3897050ed25c45d2f6f33765858cc4c8b WHIRLPOOL e490e6c12c31a55959473299364cff5009b2d97f9f98c2aea2252588e2f6b0e5fb7a6ddf0756ef46bda03369c4ada77646407c5d96642e77be141f468065bc3a
DIST manpages-pl-0.6.tar.bz2 3513993 SHA256 0b7debc15608775d4517d91581e19659683b7a204fec1444c7db2ab761ad0e0e SHA512 ff1841ae4e1d01af46f6f3e28ad1543d3f46ce9580665a9b4a538e96e87f77ec5b36ad26c7dc38ac816dd3c864643d47e0f809c8382e56d0c1418209849eeffa WHIRLPOOL ae526e82093519c97b96f796465112f69006d0990b45f29064696603bf87bb441be70525c0333f7452927919aac3418101b2c07c92eeb4dbe51db0ca33186181

@ -0,0 +1,20 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="A collection of Polish translations of Linux manual pages"
HOMEPAGE="http://sourceforge.net/projects/manpages-pl/"
SRC_URI="mirror://sourceforge/manpages-pl/manpages-pl-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
DOCS=( AUTHORS README )
S="${WORKDIR}/manpages-pl-${PV}"
RDEPEND="virtual/man"

@ -1,43 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
inherit autotools
DESCRIPTION="A collection of Polish translations of Linux manual pages"
HOMEPAGE="http://www.batnet.pl/ptm/"
SRC_URI="http://www.batnet.pl/ptm/man-PL${PV:6:2}-${PV:4:2}-${PV:0:4}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
RDEPEND=""
DEPEND=""
DOCS=(AUTHORS ChangeLog FAQ NEWS README TODO)
S="${WORKDIR}/pl_PL"
src_prepare() {
# missing manpages
sed -i -e '/\tpasswd.1/ d' man1/Makefile.am || die
# manpages provided by other packages
mans="gendiff.1 groups.1 apropos.1 man.1 su.1 newgrp.1 whatis.1 gpasswd.1 chsh.1 \
chfn.1 limits.5 login.1 expiry.1 porttime.5 lastlog.8 faillog.8 logoutd.8 \
rpm.8 rpmdeps.8 rpmbuild.8 rpmcache.8 rpmgraph.8 rpm2cpio.8 evim.1 vim.1 \
vimdiff.1 vimtutor.1 ex.1 rview.1 rvim.1 view.1 suauth.5 mc.1"
# bug #375623:
mans="${mans} manpath.5 catman.8 mandb.8 zsoelim.1 manpath.1"
# bug #403379:
mans="${mans} shadow.3"
for page in ${mans} ; do
sed -i -e "/\\t${page}/d; \$s,\\\,,;" man${page: -1}/Makefile.am || die
done
eautoreconf
}

@ -2,6 +2,9 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
<email>yoshi3@autograf.pl</email>
<name> Marcin Kowalski</name>
<description>Maintainer. Assign bugs on him</description>
</maintainer>
<herd>proxy-maintainers</herd>
</pkgmetadata>

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
EAPI="5"
inherit versionator eutils flag-o-matic toolchain-funcs
@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="amd64 arm ~hppa ppc ppc64 x86"
IUSE="ncurses"
DEPEND="ncurses? ( >=sys-libs/ncurses-5.2 )"
DEPEND="ncurses? ( >=sys-libs/ncurses-5.2:= )"
RDEPEND="${DEPEND}
net-dialup/lrzsz"
@ -46,7 +46,7 @@ src_compile() {
local libs
ck_use ncurses -DCK_NCURSES -lncurses
append-cppflags -DHAVE_PTMX -D_XOPEN_SOURCE -D_BSD_SOURCE #202840
append-cppflags -DHAVE_PTMX -D_XOPEN_SOURCE -D_BSD_SOURCE -D_DEFAULT_SOURCE #202840
append-cppflags -DHAVE_CRYPT_H
emake \
CC="$(tc-getCC)" \

@ -4,3 +4,4 @@ DIST calibre-1.48.0.tar.xz 35126680 SHA256 e704090f6611c5e374252c3f1b58e077ccd31
DIST calibre-2.27.0.tar.xz 36776876 SHA256 6567d58a9878f4ad30756c5ce984fe555393fd94167cb23e279c2a83450e2d8e SHA512 0a87549e40f6a3da5489e29fd6969a16ca1e2d8e52ee4d1520ec146b973c3bf4aac73b182b6bb8a0d520137ebe71804543d65ca313ae1560064258c7fa9ff5fa WHIRLPOOL 11f5157c6e1121b68f50f0a923956e6130233aa04790a61ead3dd36ef601cceb15f6d58e5434e0d94cddbbcdc0f9ea84bfb0fa3839752795d8b6271d39679c90
DIST calibre-2.31.0.tar.xz 37521892 SHA256 7f7e181d3247e41a1122d572a1980fc4ab1926a393aaafe3e26f5345c4602490 SHA512 099450acb2df68800b810ce19d6c8f650b3484d37ebbf30d74f5b26b3724db326d4c4c0d6cc960bd685adfe24e08bc380449b3ee0957275aad76e95fdf60a910 WHIRLPOOL 0673f3caf8c7fd2252d40d2c2a9b5cf886c03afe9a725317031570aaf7f0a8177cb698a34882ba0344de40cdd30826a93f8504d1ef82da88329fee83708b2033
DIST calibre-2.33.0.tar.xz 37269672 SHA256 0917248454d120f0a3c6c1aec90ad88818ccc1b7747935acce263a272b8b3548 SHA512 1bc63baecd1c1cd3c239b89c102696d39bd7975860bfc3d9fd6cd4bfdbe1e3b81ed6ec40ff3999568d9b0be3fa46efe0490d1c86edf52d67a84fdc7a890e9525 WHIRLPOOL f59ce44f513730675d59fdf42bce4d7c142c39fcd3e148215686604bbf5c9ac18af1dde7f923c25b68edaec6fa3cccce1f4d5066ea7e1c0361491e94e1d6cd93
DIST calibre-2.34.0.tar.xz 38329660 SHA256 714687deadef951238dc9e7e8f5d67fbb3293522e694aeee3537cbf3a5887012 SHA512 62fbaea1f36a650600cb137acf31c112b374f29dbfc2304365a55971341882eab99f219b3533f4d159957a06d03232cc670868127008ffefd0d40257f636c027 WHIRLPOOL 6bcb92c6616efa3732f5c41b37f9348caba4ae1acef1e0d80cc3b1ceb00f79b68f6fb2fa8dde254020cc28070e3e03828afccd1eead6a785b5717974f5790821

@ -0,0 +1,228 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils fdo-mime bash-completion-r1 multilib toolchain-funcs
DESCRIPTION="Ebook management application"
HOMEPAGE="http://calibre-ebook.com/"
SRC_URI="http://download.calibre-ebook.com/${PV}/${P}.tar.xz"
LICENSE="
GPL-3+
GPL-3
GPL-2+
GPL-2
GPL-1+
LGPL-3+
LGPL-2.1+
LGPL-2.1
BSD
MIT
Old-MIT
Apache-2.0
public-domain
|| ( Artistic GPL-1+ )
CC-BY-3.0
OFL-1.1
PSF-2
unRAR
"
KEYWORDS="~amd64 ~arm ~x86"
SLOT="0"
IUSE="+udisks"
COMMON_DEPEND="
>=app-text/podofo-0.8.2:=
>=app-text/poppler-0.26.5[qt5]
>=dev-lang/python-2.7.9:2.7[sqlite,ssl]
>=dev-libs/chmlib-0.40:=
dev-libs/glib:2
>=dev-libs/icu-4.4:=
>=dev-python/apsw-3.7.17[python_targets_python2_7(-)]
>=dev-python/beautifulsoup-3.0.5:python-2[python_targets_python2_7(-)]
>=dev-python/dnspython-1.6.0[python_targets_python2_7(-)]
>=dev-python/cssselect-0.7.1[python_targets_python2_7(-)]
>=dev-python/cssutils-0.9.9[python_targets_python2_7(-)]
>=dev-python/dbus-python-1.2.0[python_targets_python2_7(-)]
>=dev-python/lxml-3.2.1[python_targets_python2_7(-)]
>=dev-python/mechanize-0.1.11[python_targets_python2_7(-)]
dev-python/netifaces[python_targets_python2_7(-)]
dev-python/psutil[python_targets_python2_7(-)]
>=dev-python/pygments-2.0.1[python_targets_python2_7(-)]
>=dev-python/python-dateutil-1.4.1[python_targets_python2_7(-)]
>=dev-python/PyQt5-5.3.1[gui,svg,webkit,widgets,network,printsupport,python_targets_python2_7(-)]
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
media-fonts/liberation-fonts
>=media-gfx/imagemagick-6.5.9[jpeg,png]
media-libs/fontconfig
>=media-libs/freetype-2:=
>=media-libs/libmtp-1.1.5:=
>=media-libs/libwmf-0.2.8
sys-libs/zlib
virtual/libusb:1=
virtual/python-imaging[python_targets_python2_7(-)]
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender
>=x11-misc/xdg-utils-1.0.2-r2
udisks? ( virtual/libudev )"
RDEPEND="${COMMON_DEPEND}
udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )"
DEPEND="${COMMON_DEPEND}
>=dev-python/setuptools-0.6_rc5
>=virtual/podofo-build-0.8.2"
src_prepare() {
# Fix outdated version constant.
#sed -e "s#\\(^numeric_version =\\).*#\\1 (${PV//./, })#" \
# -i src/calibre/constants.py || \
# die "sed failed to patch constants.py"
# Avoid sandbox violation in /usr/share/gnome/apps when linux.py
# calls xdg-* (bug #258938).
sed -e "s|'xdg-desktop-menu', 'install'|\\0, '--mode', 'user'|" \
-e "s|check_call(\\['xdg-desktop-menu', 'forceupdate'\\])|#\\0|" \
-e "s|\\(CurrentDir(tdir)\\), \\\\\$|\\1:|" \
-e "s|PreserveMIMEDefaults():||" \
-e "s|xdg-icon-resource install|\\0 --mode user|" \
-e "s|cc(\\['xdg-desktop-menu', 'forceupdate'\\])|#\\0|" \
-e "s|'xdg-mime', 'install'|\\0, '--mode', 'user'|" \
-i src/calibre/linux.py || die "sed failed to patch linux.py"
# Disable unnecessary privilege dropping for bug #287067.
sed -e "s:if os.geteuid() == 0:if False and os.geteuid() == 0:" \
-i setup/install.py || die "sed failed to patch install.py"
sed -e "/^ self\\.check_call(qmc + \\[.*\\.pro'\\])$/a\
\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ self.check_call(['sed', \
'-e', 's|^CFLAGS .*|\\\\\\\\0 ${CFLAGS}|', \
'-e', 's|^CXXFLAGS .*|\\\\\\\\0 ${CXXFLAGS}|', \
'-e', 's|^LFLAGS .*|\\\\\\\\0 ${LDFLAGS}|', \
'-i', 'Makefile'])" \
-i setup/extensions.py || die "sed failed to patch extensions.py"
# use system beautifulsoup, instead of bundled
rm -f "${S}"/src/calibre/ebooks/BeautifulSoup.py \
|| die "could not remove bundled beautifulsoup"
find "${S}" -type f -name \*.py -exec \
sed -e 's/calibre.ebooks.BeautifulSoup/BeautifulSoup/' -i {} + \
|| die "could not sed bundled beautifulsoup out of the source tree"
# avoid failure of xdg tools to recognize vendor prefix
sed -e "s|xdg-icon-resource install|xdg-icon-resource install --novendor|" \
-e "s|'xdg-mime', 'install'|'xdg-mime', 'install', '--novendor'|" \
-e "s|'xdg-desktop-menu', 'install'|'xdg-desktop-menu', 'install', '--novendor'|" \
-i "${S}"/src/calibre/linux.py || die 'sed failed'
# no_updates: do not annoy user with "new version is availible all the time
# disable_plugins: walking sec-hole, wait for upstream to use GHNS interface
epatch \
"${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \
"${FILESDIR}/${PN}-disable_plugins.patch"
}
src_install() {
# Bypass kbuildsycoca and update-mime-database in order to
# avoid sandbox violations if xdg-mime tries to call them.
cat - > "${T}/kbuildsycoca" <<-EOF
#!${BASH}
echo $0 : $@
exit 0
EOF
cp "${T}"/{kbuildsycoca,update-mime-database}
chmod +x "${T}"/{kbuildsycoca,update-mime-database}
export QMAKE="${EPREFIX}/usr/$(get_libdir)/qt5/bin/qmake"
# Unset DISPLAY in order to prevent xdg-mime from triggering a sandbox
# violation with kbuildsycoca as in bug #287067, comment #13.
export -n DISPLAY
# Bug #352625 - Some LANGUAGE values can trigger the following ValueError:
# File "/usr/lib/python2.6/locale.py", line 486, in getdefaultlocale
# return _parse_localename(localename)
# File "/usr/lib/python2.6/locale.py", line 418, in _parse_localename
# raise ValueError, 'unknown locale: %s' % localename
#ValueError: unknown locale: 46
export -n LANGUAGE
# Bug #295672 - Avoid sandbox violation in ~/.config by forcing
# variables to point to our fake temporary $HOME.
export HOME="${T}/fake_homedir"
export XDG_CONFIG_HOME="${HOME}/.config"
export XDG_DATA_HOME="${HOME}/.local/share"
export CALIBRE_CONFIG_DIRECTORY="${XDG_CONFIG_HOME}/calibre"
mkdir -p "${XDG_DATA_HOME}" "${CALIBRE_CONFIG_DIRECTORY}"
tc-export CC CXX
# Bug #334243 - respect LDFLAGS when building extensions
export OVERRIDE_CFLAGS="$CFLAGS" OVERRIDE_LDFLAGS="$LDFLAGS"
local libdir=$(get_libdir)
[[ -n $libdir ]] || die "get_libdir returned an empty string"
# Bug #472690 - Avoid sandbox violation for /dev/dri/card0.
local x
for x in /dev/dri/card[0-9] ; do
[[ -e ${x} ]] && addpredict ${x}
done
dodir "/usr/$(get_libdir)/python2.7/site-packages" # for init_calibre.py
PATH=${T}:${PATH} PYTHONPATH=${S}/src${PYTHONPATH:+:}${PYTHONPATH} \
"${EPREFIX}"/usr/bin/python2.7 setup.py install \
--root="${D}" \
--prefix="${EPREFIX}/usr" \
--libdir="${EPREFIX}/usr/${libdir}" \
--staging-root="${ED}usr" \
--staging-libdir="${ED}usr/${libdir}" || die
grep -rlZ "${ED}" "${ED}" | xargs -0 sed -e "s:${D}:/:g" -i ||
die "failed to fix harcoded \$D in paths"
# The menu entries end up here due to '--mode user' being added to
# xdg-* options in src_prepare.
dodir /usr/share/mime/packages
chmod -fR a+rX,u+w,g-w,o-w "${HOME}"/.local
mv "${HOME}"/.local/share/mime/packages/* "${ED}"usr/share/mime/packages/ ||
die "failed to register mime types"
dodir /usr/share/icons
mv "${HOME}"/.local/share/icons/* "${ED}"usr/share/icons/ ||
die "failed to install icon files"
domenu "${HOME}"/.local/share/applications/*.desktop ||
die "failed to install .desktop menu files"
find "${ED}"usr/share -type d -empty -delete
cd "${ED}"/usr/share/calibre/fonts/liberation || die
local x
for x in * ; do
[[ -f ${EROOT}usr/share/fonts/liberation-fonts/${x} ]] || continue
ln -sf "../../../fonts/liberation-fonts/${x}" "${x}" || die
done
einfo "Converting python shebangs"
while read -r -d $'\0' ; do
local shebang=$(head -n1 "$REPLY")
if [[ ${shebang} == "#!"*python* ]] ; then
sed -i -e "1s:.*:#!${EPREFIX}/usr/bin/python2.7:" "$REPLY" || \
die "sed failed"
fi
done < <(find "${ED}" -type f -print0)
einfo "Compiling python modules"
"${EPREFIX}"/usr/bin/python2.7 -m compileall -q -f \
-d "${EPREFIX}"/usr/lib/calibre "${ED}"usr/lib/calibre || die
newinitd "${FILESDIR}"/calibre-server.init calibre-server
newconfd "${FILESDIR}"/calibre-server.conf calibre-server
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}

@ -1 +1,3 @@
DIST kbibtex-0.5.1.tar.xz 250224 SHA256 8e3717721ecf29a864142df302f8c6a029704c10832b3926fd42b19d315b6284 SHA512 e1e36f750a26196f8c0f07b51084afa69080fb57b747a98b0bc4ec16d733603b64dd0cc23b44a470467b0e7f705d7aef4c36c2171ceadaa3afd109fdfab56e55 WHIRLPOOL c0358164611fdf4526148205a9bc69dcc213ff7f6d68a92fa301c3bf934cf89b198f23aa568b956938e04eaaf54e1838cab89e977151043b205b9127da4d5be7
DIST kbibtex-0.5.2.tar.xz 250092 SHA256 c1577e18e3bbf745cccdace537e84d3e1dc957330affac8b441e6f9cfc120d38 SHA512 1973ba4fe366605db17c01ee8df5c0a79231351fad20e3243cd4040d7499f4f7af43abf60df8f654c91bdf2e2051299f16f40aa90761f5cae8c1e6d97ea90827 WHIRLPOOL e951e5c4eb2f1d7986dfdc7c973f77b75b818d6c8a8fc8590ecedc306263b4b53a18be0203384dda3b18c262d5e43bb3da6f698fa1091b0e80f62d79aa9fff5d
DIST kbibtex-0.6.tar.xz 2430176 SHA256 fc67a376f05105f14a0bee595bfd073a1ef2c7f9fc6be35dc620bb34f3bd9656 SHA512 a6943271df529c15be8a3112ccbe2c64ccff4cc942c846f00447f7a40bb3e6a6408af12fafe201143a8cf0288ec5ea13da1abab5d870fea6d0516bf5c4543b60 WHIRLPOOL e679f3907fb3041e0680aee1f3f7e0a299fce648c5c1b81663de49ce9d77351dfde8165048cd92c2a5ba7139f8d67d5a9a4eb5f37c393e19006fba4bd5dcd98e

@ -0,0 +1,26 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde4-base versionator
DESCRIPTION="BibTeX editor for KDE to edit bibliographies used with LaTeX"
HOMEPAGE="http://home.gna.org/kbibtex/"
SRC_URI="http://download.gna.org/${PN}/$(get_version_component_range 1-2)/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="
app-text/poppler[qt4]
dev-libs/libxml2
dev-libs/libxslt
virtual/tex-base
"
RDEPEND="${DEPEND}
dev-tex/bibtex2html
"

@ -0,0 +1,28 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde4-base versionator
DESCRIPTION="BibTeX editor for KDE to edit bibliographies used with LaTeX"
HOMEPAGE="http://home.gna.org/kbibtex/"
SRC_URI="http://download.gna.org/${PN}/$(get_version_component_range 1-2)/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="
app-text/poppler[qt4]
dev-libs/libxml2
dev-libs/libxslt
dev-libs/qoauth
virtual/tex-base
x11-libs/libqxt
"
RDEPEND="${DEPEND}
dev-tex/bibtex2html
"

@ -0,0 +1,33 @@
do not redefine the basename that the C library provides
--- a/src/filehandling_functions.c
+++ b/src/filehandling_functions.c
@@ -31,7 +31,6 @@ typedef struct
}
Suffixes;
-char * basename(char *filename);
/******************************************************************************
@@ -713,20 +712,6 @@ opendirfile(int number)
return NULL;
}
-char *
-basename(char *filename)
-{
- int len = strlen(filename);
- char *a = filename + len;
- while (a > filename)
- {
- a--;
- if (*a == '/')
- return a + 1;
- }
- return filename; /* when it was a basename */
-}
-
/*
* Note: openinfo is a function for reading info files, and putting
* uncompressed content into a temporary filename. For a flexibility, there

@ -0,0 +1,14 @@
curses_wchar is set to true/false, so trying to assign it to the compiler
flags variable makes no sense. it's already been set up the right value
at this point, so delete the assignment.
--- a/macros/curses.m4
+++ b/macros/curses.m4
@@ -130,7 +130,6 @@ AC_DEFUN([AC_CHECK_CURSES],[
else
AC_DEFINE(CURSES_WCHAR)
CURSES_WCHAR=true
- CURSES_FLAGS=$curses_wchar
AC_SUBST(CURSES_FLAGS)
fi

@ -14,9 +14,8 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="nls readline"
RDEPEND="
sys-libs/ncurses
sys-libs/readline
RDEPEND="sys-libs/ncurses:=
sys-libs/readline:0=
nls? ( virtual/libintl )
"
@ -36,11 +35,13 @@ src_prepare() {
"${FILESDIR}"/${PN}-0.6.10-info-suffix.patch \
"${FILESDIR}"/${PN}-0.6.10-dir-file.patch \
"${FILESDIR}"/${PN}-0.6.10-tinfo.patch \
"${FILESDIR}"/${PN}-0.6.10-gettext-0.19.patch
"${FILESDIR}"/${PN}-0.6.10-gettext-0.19.patch \
"${FILESDIR}"/${PN}-0.6.10-ncurses-check.patch \
"${FILESDIR}"/${PN}-0.6.10-libc-basename.patch
eautoreconf
append-cflags -D_BSD_SOURCE # sbrk()
append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk()
}
src_configure() {

@ -0,0 +1,98 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
JAVA_PKG_IUSE="doc examples source test"
inherit java-pkg-2 java-ant-2 versionator
# rhino -> Rhino
MY_PN="${PN^}"
# 1.7.7 -> 1_7_7
MY_PV="$(replace_all_version_separators _ ${PV})"
# rhino1.7.7
MY_P="${PN}${PV}"
# Rhino1_7_7_RELEASE
MY_RELEASE="${MY_PN}${MY_PV}_RELEASE"
DESCRIPTION="An open-source implementation of JavaScript written in Java"
SRC_URI="https://github.com/mozilla/${PN}/archive/${MY_RELEASE}.zip"
HOMEPAGE="http://www.mozilla.org/rhino/"
LICENSE="MPL-1.1 GPL-2"
SLOT="1.6"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
# ../rhino-Rhino1_7_7_RELEASE
S="${WORKDIR}/${PN}-${MY_RELEASE}"
CDEPEND=""
RDEPEND=">=virtual/jre-1.6
${CDEPEND}"
DEPEND=">=virtual/jdk-1.6
test? (
dev-java/emma:0
dev-java/junit:4
dev-java/ant-junit:0
dev-java/hamcrest-core:1.3
)
${CDEPEND}"
JAVA_ANT_REWRITE_CLASSPATH="yes"
PATCHES=(
"${FILESDIR}"/${P}-testsrc-build.xml.patch
)
EANT_TEST_TARGET="junit"
# StackOverFlow errors arise on some tests.
# Further, the test suite takes way too much time (> 5 min).
# Maybe reduce the numbers of tests?
RESTRICT="test"
java_prepare() {
find . \
-type f \
-name \*.jar \
-print \
-exec rm -v {} \; || die "Couldn't delete bundled jar files."
epatch ${PATCHES[@]}
if use test; then
mkdir lib || die
java-pkg_jar-from --build-only emma emma.jar lib/emma.jar
java-pkg_jar-from --build-only emma emma_ant.jar lib/emma_ant.jar
java-pkg_jar-from --build-only hamcrest-core-1.3 hamcrest-core.jar lib/hamcrest.jar
java-pkg_jar-from --build-only junit-4 junit.jar lib/junit.jar
fi
}
src_compile() {
java-pkg-2_src_compile
if use source; then
EANT_BUILD_TARGET="source-zip" \
java-pkg-2_src_compile
fi
}
src_test() {
java-pkg-2_src_test
}
src_install() {
java-pkg_dojar build/${MY_P}/js.jar
java-pkg_dolauncher jsscript-${SLOT} \
--main org.mozilla.javascript.tools.shell.Main
use doc && java-pkg_dojavadoc "build/${MY_P}/javadoc"
use examples && java-pkg_doexamples examples
use source && java-pkg_dosrc {src,toolsrc,xmlimplsrc}/org
}

@ -1,5 +1,2 @@
DIST mono-2.10.9.tar.bz2 34038017 SHA256 541038cd4edd4a1c485638d49697d45015ef7483bcb21bb6165e4d7eb770c9a5 SHA512 426881873e7f9aaf01e1306bed7b3ac220082ca40dce91fa4f4f331944e8d91453b3cdcc4918882ab039ed694ae8819eeb787edf6a2ad42cc661614076725c01 WHIRLPOOL 93f54fbbf032fb60467fd4317630588d349c3dfb50158bad478bd3e2650fd3e8f12d45be372873b57626d4ac48f798646c3650590bbf731dc2f005ee618b8548
DIST mono-3.0.7.tar.bz2 81538605 SHA256 89357e58a1b5cb6ff3116d4ce8227dee61b1c0cb494fa2844da5b1fc55fb890b SHA512 b1cb57a38c22d9186fcc1cfbd344e05e24edc5d56391238311ac6b2841a4f971a32f46c3e064760045e8352140a7c4fe785a6108d945371af9de3730e186fbdd WHIRLPOOL 19f451194361d0f0fa3c403310c63cd2f444a2132693fc4b127311a57d0a1df18f917d4c373b8f8f9fbf217d5c6d85f3092ac75d6aede285ed80d3bb2b07f758
DIST mono-3.12.1.tar.bz2 73487974 SHA256 5d8cf153af2948c06bc9fbf5088f6834868e4db8e5f41c7cff76da173732b60d SHA512 7ff87d95c347186347dc7a9ffb767112717de2b808f8f1b612c56c9eb70fdcc0c8f586989be44444509a2768e71854d8195567196c992cc2c5b184ecbe5ac190 WHIRLPOOL fe3a6cdb8bf4602ad1d1e43099b2a552005c315a232a7d2bddf0081a68e882228712af5301f18d3a890f454041c4a34d6f0926aaba34401ecfa702eecd9415c8
DIST mono-3.2.3.tar.bz2 81810387 SHA256 b8c2f97d6a5232dbf5a8180e5c38d4722b81af748893649d7d9e82c5cf8ef41a SHA512 a40a03d09ce07d7f8c25ef872835f6f29458e02aa386e4097b2cffd918d3bece1205bb42beb51a1384eba884e4c6f9b6505421babf337ec64f670c7f90c6262d WHIRLPOOL 9781dd387ce57a54ae84c91b6bfc346c4607daa3738746db0f41515dfc6c0b271b6e7d2ec828f75dc6953d15fd965cd3ef1d88fe5925c6dc8019cc9d188d6982
DIST mono-3.2.8.tar.bz2 77515552 SHA256 fdb48cad26149288dcb99a3d9b4ec89735706000242c50bdc21ce657af201a40 SHA512 822e9064b7f5897f960e3fbe9de5db31ac1825ecb6edb2b5b49d92fc658fe3ac2580458ecb26b6da7b6135e86a39d7376b8c0eb52d8c3298292a4dae7983f329 WHIRLPOOL 21e22fe0204ae9263f10fa5379d7c884519bb5cddf6f780f5ba6615db25954b1ea8ef1746ee8db738f7d461e93626656525da5cc6221061e8a53bdd0d0c5f62c
DIST mono-4.0.3.20.tar.bz2 95987018 SHA256 976c0be3ab9b66361f48e8133c60b1b2942b88c44a7a11a19cd98f5ff64313fc SHA512 bbf65abb4d91aa65fd467a59dcc7c290f779ab9f8df9d82b56957893556ad8d13dc3cc85f3128145e0dd15aaa8b0ea872c4b66af4fd211243d368514f10a07cd WHIRLPOOL 9e7730c234dbf34a81637789a3ffee4ce37a1eaef6748f28a79875411d3c1d97cfbdce6146abfa7dde245e821fe52b2766bb7240637a8b8272788dffc5fd21ae

@ -0,0 +1,20 @@
Index: mcs/tools/xbuild/targets/Microsoft.Portable.VisualBasic_4.0.targets
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ mcs/tools/xbuild/targets/Microsoft.Portable.VisualBasic_4.0.targets 2015-05-15 15:55:12.074775985 +0100
@@ -0,0 +1,5 @@
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\Microsoft.Portable.Core.props" />
+ <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
+ <Import Project="..\Microsoft.Portable.Core.targets" />
+</Project>
Index: mcs/tools/xbuild/targets/Microsoft.Portable.VisualBasic_4.5.targets
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ mcs/tools/xbuild/targets/Microsoft.Portable.VisualBasic_4.5.targets 2015-05-15 15:55:19.194775876 +0100
@@ -0,0 +1,5 @@
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\Microsoft.Portable.Core.props" />
+ <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
+ <Import Project="..\Microsoft.Portable.Core.targets" />
+</Project>

@ -0,0 +1,12 @@
diff -Naur mono-3.2.1.orig/mcs/tools/mdoc/Resources/monodoc-ecma.xsd mono-3.2.1/mcs/tools/mdoc/Resources/monodoc-ecma.xsd
--- mono-3.2.1.orig/mcs/tools/mdoc/Resources/monodoc-ecma.xsd 2013-08-26 09:33:59.410610438 +0200
+++ mono-3.2.1/mcs/tools/mdoc/Resources/monodoc-ecma.xsd 2013-08-26 09:34:54.057804438 +0200
@@ -351,7 +351,7 @@
<xs:element name="format">
<xs:complexType>
<xs:sequence>
- <xs:any minOccurs="0" processContents="lax" />
+ <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax" />
</xs:sequence>
<xs:attribute ref="type" />
</xs:complexType>

@ -0,0 +1,22 @@
diff -up mono/metadata/decimal-ms.c.than
mono/metadata/decimal-ms.c
--- mono/metadata/decimal-ms.c.than 2015-07-06 08:21:27.524461795
-0400
+++ mono/metadata/decimal-ms.c 2015-07-06 08:30:26.954461795
-0400
@@ -55,8 +55,13 @@ static const uint32_t ten_to_ten_div_4 =
#define DECIMAL_LO32(dec) ((dec).v.v.Lo32)
#define DECIMAL_MID32(dec) ((dec).v.v.Mid32)
#define DECIMAL_HI32(dec) ((dec).Hi32)
-#define DECIMAL_LO64_GET(dec) ((dec).v.Lo64)
-#define DECIMAL_LO64_SET(dec,value) {(dec).v.Lo64 = value; }
+#if G_BYTE_ORDER != G_LITTLE_ENDIAN
+# define DECIMAL_LO64_GET(dec) (((uint64_t)((dec).v.v.Mid32) << 32) | (dec).v.v.Lo32)
+# define DECIMAL_LO64_SET(dec,value) {(dec).v.v.Lo32 = (value); (dec).v.v.Mid32 = ((value) >> 32); }
+#else
+# define DECIMAL_LO64_GET(dec) ((dec).v.Lo64)
+# define DECIMAL_LO64_SET(dec,value) {(dec).v.Lo64 = value; }
+#endif
#define DECIMAL_SETZERO(dec) {DECIMAL_LO32(dec) = 0; DECIMAL_MID32(dec) = 0; DECIMAL_HI32(dec) = 0; DECIMAL_SIGNSCALE(dec) = 0;}
#define COPYDEC(dest, src) {DECIMAL_SIGNSCALE(dest) = DECIMAL_SIGNSCALE(src); DECIMAL_HI32(dest) = DECIMAL_HI32(src); \

@ -0,0 +1,15 @@
===================================================================
RCS file: mono/dis/RCS/Makefile.am,v
retrieving revision 1.1
diff -up -r1.1 mono/dis/Makefile.am
--- mono/dis/Makefile.am 2015/05/08 15:00:22 1.1
+++ mono/dis/Makefile.am 2015/07/14 11:20:29
@@ -7,7 +7,7 @@ endif
if SUPPORT_SGEN
metadata_lib=$(top_builddir)/mono/metadata/libmonoruntimesgen-static.la
else
-metadata_lib=$(top_builddir)/mono/metadata/libmonoruntime-static.a
+metadata_lib=$(top_builddir)/mono/metadata/libmonoruntime-static.la
gc_lib=$(LIBGC_STATIC_LIBS)
endif

@ -0,0 +1,79 @@
From f967c79926900343f399c75624deedaba460e544 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= <alexrp@xamarin.com>
Date: Mon, 3 Aug 2015 17:32:07 +0200
Subject: [PATCH 1/2] [ppc] Instruction length of atomic_add_i4 is 28.
---
mono/mini/cpu-ppc.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mono/mini/cpu-ppc.md b/mono/mini/cpu-ppc.md
index ba2ec60..e6baf91 100644
--- a/mono/mini/cpu-ppc.md
+++ b/mono/mini/cpu-ppc.md
@@ -314,5 +314,5 @@ vcall2_membase: src1:b len:16 clob:c
jump_table: dest:i len:8
-atomic_add_i4: src1:b src2:i dest:i len:20
+atomic_add_i4: src1:b src2:i dest:i len:28
atomic_cas_i4: src1:b src2:i src3:i dest:i len:38
From 8f379f0c8f98493180b508b9e68b9aa76c0c5bdf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= <alexrp@xamarin.com>
Date: Mon, 3 Aug 2015 17:32:31 +0200
Subject: [PATCH 2/2] [ppc] Fix atomic_add_i4 support for 32-bit PPC.
---
mono/mini/mini-ppc.c | 31 ++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 deletions(-)
diff --git a/mono/mini/mini-ppc.c b/mono/mini/mini-ppc.c
index 758a63f..06528bd 100644
--- a/mono/mini/mini-ppc.c
+++ b/mono/mini/mini-ppc.c
@@ -4420,6 +4420,22 @@ mono_arch_output_basic_block (MonoCompile *cfg, MonoBasicBlock *bb)
else
ppc_mr (code, ins->dreg, ins->sreg1);
break;
+#else
+ case OP_ICONV_TO_R4:
+ case OP_ICONV_TO_R8: {
+ if (cpu_hw_caps & PPC_ISA_64) {
+ ppc_srawi(code, ppc_r0, ins->sreg1, 31);
+ ppc_stw (code, ppc_r0, -8, ppc_r1);
+ ppc_stw (code, ins->sreg1, -4, ppc_r1);
+ ppc_lfd (code, ins->dreg, -8, ppc_r1);
+ ppc_fcfid (code, ins->dreg, ins->dreg);
+ if (ins->opcode == OP_ICONV_TO_R4)
+ ppc_frsp (code, ins->dreg, ins->dreg);
+ }
+ break;
+ }
+#endif
+
case OP_ATOMIC_ADD_I4:
CASE_PPC64 (OP_ATOMIC_ADD_I8) {
int location = ins->inst_basereg;
@@ -4453,21 +4469,6 @@ mono_arch_output_basic_block (MonoCompile *cfg, MonoBasicBlock *bb)
ppc_mr (code, ins->dreg, ppc_r0);
break;
}
-#else
- case OP_ICONV_TO_R4:
- case OP_ICONV_TO_R8: {
- if (cpu_hw_caps & PPC_ISA_64) {
- ppc_srawi(code, ppc_r0, ins->sreg1, 31);
- ppc_stw (code, ppc_r0, -8, ppc_r1);
- ppc_stw (code, ins->sreg1, -4, ppc_r1);
- ppc_lfd (code, ins->dreg, -8, ppc_r1);
- ppc_fcfid (code, ins->dreg, ins->dreg);
- if (ins->opcode == OP_ICONV_TO_R4)
- ppc_frsp (code, ins->dreg, ins->dreg);
- }
- break;
- }
-#endif
case OP_ATOMIC_CAS_I4:
CASE_PPC64 (OP_ATOMIC_CAS_I8) {
int location = ins->sreg1;

@ -0,0 +1,22 @@
--- a/mcs/class/System.Web.Routing/System.Web.Routing/RouteBase.cs 2015-05-08 18:00:15.000000000 +0300
+++ b/mcs/class/System.Web.Routing/System.Web.Routing/RouteBase.cs 2015-07-20 14:13:09.215784924 +0300
@@ -41,5 +41,19 @@
{
public abstract RouteData GetRouteData (HttpContextBase httpContext);
public abstract VirtualPathData GetVirtualPath (RequestContext requestContext, RouteValueDictionary values);
+
+ // Default needs to be true to avoid breaking change
+ private bool _routeExistingFiles = true;
+ public bool RouteExistingFiles
+ {
+ get
+ {
+ return _routeExistingFiles;
+ }
+ set
+ {
+ _routeExistingFiles = value;
+ }
+ }
}
}

@ -1,265 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
inherit linux-info mono eutils flag-o-matic multilib go-mono pax-utils
DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
HOMEPAGE="http://www.mono-project.com/Main_Page"
LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL"
SLOT="0"
KEYWORDS="amd64 ppc ~ppc64 x86"
IUSE="minimal pax_kernel xen"
#Bash requirement is for += operator
COMMONDEPEND="!dev-util/monodoc
!minimal? ( =dev-dotnet/libgdiplus-${GO_MONO_REL_PV}* )
ia64? ( sys-libs/libunwind )"
RDEPEND="${COMMONDEPEND}
|| ( www-client/links www-client/lynx )"
DEPEND="${COMMONDEPEND}
sys-devel/bc
virtual/yacc
>=app-shells/bash-3.2
pax_kernel? ( sys-apps/elfix )"
MAKEOPTS="${MAKEOPTS} -j1"
RESTRICT="test"
pkg_setup() {
if use kernel_linux
then
get_version
if linux_config_exists
then
if linux_chkconfig_present SYSVIPC
then
einfo "CONFIG_SYSVIPC is set, looking good."
else
eerror "If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling."
eerror "See http://bugs.gentoo.org/261869 for more info."
eerror "Please set CONFIG_SYSVIPC in your kernel .config if build fails."
fi
else
ewarn "Was unable to determine your kernel .config"
ewarn "Please note that if CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling."
ewarn "See http://bugs.gentoo.org/261869 for more info."
fi
fi
PATCHES=( "${FILESDIR}/${PN}-2.10.2-threads-access.patch"
"${FILESDIR}/${PN}-2.10.9-CVE-2012-3382.patch"
"${FILESDIR}/${PN}-2.10.9-CVE-2012-3543.patch"
"${FILESDIR}/${PN}-2.10.9-CVE-2012-3543_2.patch" )
}
src_prepare() {
go-mono_src_prepare
# we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so it doesn't
# get killed in the build process when MPROTECT is enabled. #286280
# RANDMMAP kills the build process to #347365
if use pax_kernel ; then
ewarn "We are disabling MPROTECT on the mono binary."
sed '/exec "/ i\paxctl-ng -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in"
fi
}
src_configure() {
# mono's build system is finiky, strip the flags
strip-flags
# Remove this at your own peril. Mono will barf in unexpected ways.
append-flags -fno-strict-aliasing
# NOTE: We need the static libs for now so mono-debugger works.
# See http://bugs.gentoo.org/show_bug.cgi?id=256264 for details
#
# --without-moonlight since www-plugins/moonlight is not the only one
# using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3
#
# --with-profile4 needs to be always enabled since it's used by default
# and, otherwise, problems like bug #340641 appear.
#
# sgen fails on ppc, bug #359515
local myconf=""
use ppc && myconf="${myconf} --with-sgen=no"
go-mono_src_configure \
--enable-static \
--disable-quiet-build \
--without-moonlight \
--with-libgdiplus=$(use minimal && printf "no" || printf "installed" ) \
$(use_with xen xen_opt) \
--without-ikvm-native \
--with-jit \
--disable-dtrace \
--with-profile4 \
${myconf}
}
src_test() {
echo ">>> Test phase [check]: ${CATEGORY}/${PF}"
export MONO_REGISTRY_PATH="${T}/registry"
export XDG_DATA_HOME="${T}/data"
export MONO_SHARED_DIR="${T}/shared"
export XDG_CONFIG_HOME="${T}/config"
export HOME="${T}/home"
emake -j1 check
}
src_install() {
go-mono_src_install
# Remove files not respecting LDFLAGS and that we are not supposed to provide, see Fedora
# mono.spec and http://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg24870.html
# for reference.
rm -f "${ED}"/usr/$(get_libdir)/mono/2.0/mscorlib.dll.so
rm -f "${ED}"/usr/$(get_libdir)/mono/2.0/mcs.exe.so
}
#THINK!!!! Before touching postrm and postinst
#Reference phase order:
#pkg_preinst
#pkg_prerm
#pkg_postrm
#pkg_postinst
pkg_preinst() {
local symlink
local NUNIT_DIR="/usr/$(get_libdir)/mono/nunit"
local pv_atom
if [[ "$(readlink "${ROOT}"/${NUNIT_DIR})" == *"mono-nunit"* ]]
then
for pv_atom in 2.2{,-r1,-r2,-r3,-r4} '2.4_pre*' '2.4_rc*' 2.4
do
if has_version "=dev-lang/mono-${pv_atom}"
then
einfo "If you just received a file collision warning message,"
einfo "be advised that this is a known problem, which will now be fixed:"
ebegin "Found broken symlinks created by $(best_version dev-lang/mono), fixing"
for symlink in \
"${ROOT}/${NUNIT_DIR}" \
"${ROOT}/usr/$(get_libdir)/pkgconfig/nunit.pc" \
"${ROOT}/usr/bin/nunit-console" \
"${ROOT}/usr/bin/nunit-console2"
do
if [[ -L "${symlink}" ]]
then
rm -f "${symlink}" &> /dev/null
fi
done
eend 0
break
fi
done
fi
}
#pkg_postinst() {
# elog "PLEASE TAKE NOTE!"
# elog ""
# elog "Some of the namespaces supported by Mono require extra packages to be installed."
# elog "Below is a list of namespaces and the corresponding package you must install:"
# elog ""
# elog ">=x11-libs/cairo-1.6.4"
# elog " Mono.Cairo"
# elog "Also read:"
# elog "http://www.mono-project.com/Mono.Cairo"
# elog ""
# elog ">=dev-db/firebird-2.0.4.13130.1"
# elog " FirebirdSql.Data.Firebird"
# elog "Also read:"
# elog "http://www.mono-project.com/Firebird_Interbase"
# elog ""
# elog "dev-db/sqlite:3"
# elog " Mono.Data.Sqlite"
# elog "Also read:"
# elog "http://www.mono-project.com/SQLite"
# elog ""
# elog ">=dev-db/oracle-instantclient-basic-10.2"
# elog " System.Data.OracleClient"
# elog "Also read:"
# elog "http://www.mono-project.com/Oracle"
# elog ""
# elog "Mono also has support for packages that are not included in portage:"
# elog ""
# elog "No ebuild available:"
# elog " IBM.Data.DB2"
# elog "Also read: http://www.mono-project.com/IBM_DB2"
# elog ""
# elog "No ebuild needed:"
# elog " Mono.Data.SybaseClient"
# elog "Also read: http://www.mono-project.com/Sybase"
#}
# NOTICE: THE COPYRIGHT FILES IN THE TARBALL ARE UNCLEAR!
# WHENEVER YOU THINK SOMETHING IS GPL-2+, IT'S ONLY GPL-2
# UNLESS MIGUEL DE ICAZA HIMSELF SAYS OTHERWISE.
# mono
# The code we use is LGPL, but contributions must be made under the MIT/X11
# license, so Novell can serve its paying customers. Exception is mono/man.
# LICENSE="LGPL-2.1"
# mono/man
# LICENSE="MIT"
# mcs/mcs
# mcs/gmcs
# LICENSE="GPL-2 MIT"
# tests
# LICENSE="MIT"
# mcs/class
# Except the listed exceptions:
# LICENSE="MIT"
# mcs/class/ByteFX.Data
# mcs/class/Npgsql
# LICENSE="LGPL-2.1"
# mcs/class/FirebirdSql.Data.Firebird
# LICENSE="IDPL"
# mcs/class/ICSharpCode.SharpZipLib
# LICENSE="GPL-2-with-linking-exception"
# mcs/class/MicrosoftAjaxLibrary
# LICENSE="Ms-Pl"
# mcs/class/Microsoft.JScript/Microsoft.JScript/TokenStream.cs
# mcs/class/Microsoft.JScript/Microsoft.JScript/Token.cs
# mcs/class/Microsoft.JScript/Microsoft.JScript/Parser.cs
# mcs/class/Microsoft.JScript/Microsoft.JScript/Decompiler.cs
# LICENSE="|| ( NPL-1.1 GPL-2 )"
# mcs/jay
# LICENSE="BSD-4"
# mcs/tools
# Except the listed exceptions:
# LICENSE="MIT"
# mcs/tools/mdoc/Mono.Documentation/monodocs2html.cs
# LICENSE="GPL-2"
# mcs/tools/sqlsharp/SqlSharpCli.cs
# LICENSE="GPL-2"
# mcs/tools/csharp/repl.cs
# LICENSE="|| ( MIT GPL-2 )"
# mcs/tools/mono-win32-setup.nsi
# LICENSE="GPL-2"
# samples
# LICENSE="MIT"

@ -1,100 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
inherit linux-info mono-env flag-o-matic pax-utils autotools-utils
DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
HOMEPAGE="http://www.mono-project.com/Main_Page"
SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2"
LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
IUSE="minimal pax_kernel xen doc"
COMMONDEPEND="
!dev-util/monodoc
!minimal? ( >=dev-dotnet/libgdiplus-2.10 )
ia64? ( sys-libs/libunwind )
"
RDEPEND="${COMMONDEPEND}
|| ( www-client/links www-client/lynx )
"
DEPEND="${COMMONDEPEND}
sys-devel/bc
virtual/yacc
pax_kernel? ( sys-apps/paxctl )
"
pkg_pretend() {
# If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling.
# See http://bugs.gentoo.org/261869 for more info."
CONFIG_CHECK="~SYSVIPC"
use kernel_linux && check_extra_config
}
pkg_setup() {
linux-info_pkg_setup
mono-env_pkg_setup
}
src_prepare() {
# we need to sed in the paxctl -mr in the runtime/mono-wrapper.in so it don't
# get killed in the build proces when MPROTEC is enable. #286280
# RANDMMAP kill the build proces to #347365
if use pax_kernel ; then
ewarn "We are disabling MPROTECT on the mono binary."
sed '/exec/ i\paxctl -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in
fi
# mono build system can fail otherwise
strip-flags
# Remove this at your own peril. Mono will barf in unexpected ways.
append-flags -fno-strict-aliasing
autotools-utils_src_prepare
}
src_configure() {
# NOTE: We need the static libs for now so mono-debugger works.
# See http://bugs.gentoo.org/show_bug.cgi?id=256264 for details
#
# --without-moonlight since www-plugins/moonlight is not the only one
# using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3
#
# --with-profile4 needs to be always enabled since it's used by default
# and, otherwise, problems like bug #340641 appear.
#
# sgen fails on ppc, bug #359515
local myeconfargs=(
--enable-system-aot=yes
--enable-static
--disable-quiet-build
--without-moonlight
--with-libgdiplus=$(use minimal && printf "no" || printf "installed" )
$(use_with xen xen_opt)
--without-ikvm-native
--with-jit
--disable-dtrace
--with-profile4
--with-sgen=$(use ppc && printf "no" || printf "yes" )
$(use_with doc mcs-docs)
)
autotools-utils_src_configure
}
src_install() {
autotools-utils_src_install
# Remove files not respecting LDFLAGS and that we are not supposed to provide, see Fedora
# mono.spec and http://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg24870.html
# for reference.
rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mscorlib.dll.so
rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mcs.exe.so
}

@ -35,7 +35,7 @@ DEPEND="${COMMONDEPEND}
pkg_pretend() {
# If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling.
# See http://bugs.gentoo.org/261869 for more info."
CONFIG_CHECK="~SYSVIPC"
CONFIG_CHECK="SYSVIPC"
use kernel_linux && check_extra_config
}

@ -1,123 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils
DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
HOMEPAGE="http://www.mono-project.com/Main_Page"
SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2"
LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
IUSE="nls minimal pax_kernel xen doc debug"
COMMONDEPEND="
!dev-util/monodoc
!minimal? ( >=dev-dotnet/libgdiplus-2.10 )
ia64? ( sys-libs/libunwind )
nls? ( sys-devel/gettext )
"
RDEPEND="${COMMONDEPEND}
|| ( www-client/links www-client/lynx )
"
DEPEND="${COMMONDEPEND}
sys-devel/bc
virtual/yacc
pax_kernel? ( sys-apps/elfix )
"
pkg_pretend() {
# If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling.
# See http://bugs.gentoo.org/261869 for more info."
CONFIG_CHECK="~SYSVIPC"
use kernel_linux && check_extra_config
}
pkg_setup() {
linux-info_pkg_setup
mono-env_pkg_setup
}
src_prepare() {
# we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so it don't
# get killed in the build proces when MPROTEC is enable. #286280
# RANDMMAP kill the build proces to #347365
if use pax_kernel ; then
ewarn "We are disabling MPROTECT on the mono binary."
# issue 9 : https://github.com/Heather/gentoo-dotnet/issues/9
sed '/exec "/ i\paxctl-ng -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in || die "Failed to sed mono-wrapper.in"
fi
# mono build system can fail otherwise
strip-flags
# Remove this at your own peril. Mono will barf in unexpected ways.
append-flags -fno-strict-aliasing
# Bug #504108, dlls/test-883.il unexisting; TODO: Figure out how to make it.
epatch "${FILESDIR}"/${P}-disable-missing-test.patch
rm mcs/tests/test-883{,-lib}.cs|| die
autotools-utils_src_prepare
}
src_configure() {
# NOTE: We need the static libs for now so mono-debugger works.
# See http://bugs.gentoo.org/show_bug.cgi?id=256264 for details
#
# --without-moonlight since www-plugins/moonlight is not the only one
# using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3
#
# --with-profile4 needs to be always enabled since it's used by default
# and, otherwise, problems like bug #340641 appear.
#
# sgen fails on ppc, bug #359515
local myeconfargs=(
--enable-system-aot=yes
--enable-static
--disable-quiet-build
--without-moonlight
--with-libgdiplus=$(usex minimal no installed)
$(use_with xen xen_opt)
--without-ikvm-native
--with-jit
--disable-dtrace
--with-profile4
--with-sgen=$(usex ppc no yes)
$(use_with doc mcs-docs)
$(use_enable debug)
$(use_enable nls)
)
autotools-utils_src_configure
}
src_compile() {
nonfatal autotools-utils_src_compile || {
eqawarn "maintainer of this ebuild has no idea why it fails. If you happen to know how to fix it - please let me know"
autotools-utils_src_compile
}
}
src_test() {
cd mcs/tests || die
emake check
}
src_install() {
autotools-utils_src_install
# Remove files not respecting LDFLAGS and that we are not supposed to provide, see Fedora
# mono.spec and http://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg24870.html
# for reference.
rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mscorlib.dll.so || die
rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mcs.exe.so || die
}

@ -1,11 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
EAPI=5
AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
AUTOTOOLS_AUTORECONF=1
inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils
inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils versionator
DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
HOMEPAGE="http://www.mono-project.com/Main_Page"
@ -16,12 +17,11 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
IUSE="nls minimal pax_kernel xen doc debug"
IUSE="nls minimal pax_kernel xen doc"
COMMONDEPEND="
!dev-util/monodoc
!minimal? ( >=dev-dotnet/libgdiplus-2.10 )
ia64? ( sys-libs/libunwind )
ia64? ( sys-libs/libunwind )
nls? ( sys-devel/gettext )
"
RDEPEND="${COMMONDEPEND}
@ -33,10 +33,13 @@ DEPEND="${COMMONDEPEND}
pax_kernel? ( sys-apps/elfix )
"
MAKEOPTS="${MAKEOPTS} -j1" #nowarn
S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
pkg_pretend() {
# If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling.
# See http://bugs.gentoo.org/261869 for more info."
CONFIG_CHECK="~SYSVIPC"
CONFIG_CHECK="SYSVIPC"
use kernel_linux && check_extra_config
}
@ -59,37 +62,34 @@ src_prepare() {
# mono build system can fail otherwise
strip-flags
# Remove this at your own peril. Mono will barf in unexpected ways.
append-flags -fno-strict-aliasing
# Fix VB targets
# http://osdir.com/ml/general/2015-05/msg20808.html
epatch "${FILESDIR}/add_missing_vb_portable_targets.patch"
# Fix build on big-endian machines
# https://bugzilla.xamarin.com/show_bug.cgi?id=31779
epatch "${FILESDIR}/${PN}-4.0.2.5-fix-decimal-ms-on-big-endian.patch"
# Fix build when sgen disabled
# https://bugzilla.xamarin.com/show_bug.cgi?id=32015
epatch "${FILESDIR}/${PN}-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch"
# Fix atomic_add_i4 support for 32-bit ppc
# https://github.com/mono/mono/compare/f967c79926900343f399c75624deedaba460e544^...8f379f0c8f98493180b508b9e68b9aa76c0c5bdf
epatch "${FILESDIR}/${PN}-4.0.2.5-fix-ppc-atomic-add-i4.patch"
autotools-utils_src_prepare
epatch "${FILESDIR}/systemweb3.patch"
}
src_configure() {
# NOTE: We need the static libs for now so mono-debugger works.
# See http://bugs.gentoo.org/show_bug.cgi?id=256264 for details
#
# --without-moonlight since www-plugins/moonlight is not the only one
# using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3
#
# --with-profile4 needs to be always enabled since it's used by default
# and, otherwise, problems like bug #340641 appear.
#
# sgen fails on ppc, bug #359515
local myeconfargs=(
--enable-system-aot=yes
--enable-static
--disable-quiet-build
--without-moonlight
--with-libgdiplus=$(usex minimal no installed)
--disable-silent-rules
$(use_with xen xen_opt)
--without-ikvm-native
--with-jit
--disable-dtrace
--with-profile4
--with-sgen=$(usex ppc no yes)
$(use_with doc mcs-docs)
$(use_enable debug)
$(use_enable nls)
)
@ -97,23 +97,10 @@ src_configure() {
}
src_compile() {
nonfatal autotools-utils_src_compile || {
eqawarn "maintainer of this ebuild has no idea why it fails. If you happen to know how to fix it - please let me know"
autotools-utils_src_compile
}
autotools-utils_src_compile
}
src_test() {
cd mcs/tests || die
emake check
}
src_install() {
autotools-utils_src_install
# Remove files not respecting LDFLAGS and that we are not supposed to provide, see Fedora
# mono.spec and http://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg24870.html
# for reference.
rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mscorlib.dll.so || die
rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mcs.exe.so || die
}

@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/bitprophet/alabaster"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
SLOT="0"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

@ -14,7 +14,7 @@ SRC_URI="https://github.com/bbangert/${PN}/archive/v1.7.0dev.tar.gz -> ${P}.tar.
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="test"
# webtest-based tests are skipped when webtest is not installed

@ -1,3 +1,4 @@
DIST pygal-1.5.1.tar.gz 735659 SHA256 680e422f5c5dfd52520a1fa7cc89f9de50a04463a4fa5910b14aebcaa8507191 SHA512 f8cd3727e82ecafebe41983f5b013f7dd32bca35dd2db2f2d46fdfdb06e6461993ce0699d747a7f50fd724b02ab8014c68f5b107a178d2562f3ce8c0f3b5d009 WHIRLPOOL b520e8ec3a688d49a4244d3e7298070b850122c016fc78cf659ed8a96ac7ba8c9fb65782f6b50354820f873a70531a250023a3e4acc586feb1b50b002bc92acd
DIST pygal-1.7.0.tar.gz 737013 SHA256 e0cf38aec260b0eceb4b7a30f8dcb988ed129915b9561856dd8cb131ae34bcf4 SHA512 b32ec050e0d62224b81bc19d7421a405fca0827ba5bf86f748c3166783527638c29f6c0d010170a682d4ee8f602fc2822738c818638ee39cc5a9a5c4708f61b9 WHIRLPOOL 3278d41dd3107dfad7c2065e5c115c89e005e3887fc3e4bc949796fdee4039912b14439e7af035a3a68151589cc1ac1b7f2e4ec66ef1611edf78e8b0c9c9423d
DIST pygal-2.0.0.tar.gz 66678 SHA256 54846f1a74f24b54ad4554f1b0d4e05f0ea51e5f66e680bff486e4664572e5f4 SHA512 95beb43687d80043109567021d4b912b5385b934e7348321c9b0a1b048764df7f89a83d3c58653672ae2b8e69c0a2cacdd62a9c43c244443bb99e401ad019e1a WHIRLPOOL dd679983ed862d8dd71b84863d403f3aa01a5ba78f0c95d005e546c982291eb12f932705d70a1a3a0beeb34487bdf75df38354160239fba9e852aa744e3886e8
DIST pygal-2.0.1.tar.gz 66763 SHA256 9af34cdecdb519a5d1d712677fc5123e956a2d0e57814592901da955e00527ae SHA512 a8d34f108cd9116594ed63cb64bf047510e546aac7e42f63e05dfac0c9e7768900f76f70f2555cf9c46bd0fbdcf6e27cc40ab1aaf8a62093d344a096929a5326 WHIRLPOOL a413d29a387acb96e6e642d11a37bda429d9da8ec5a43679b3561d5303a4f1d9a0ca9e6ee22e1da1d4fcd400c47d4b515a2ee503b545bc93d596bab3d7884fbf

@ -0,0 +1,19 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="A python SVG charts generator"
HOMEPAGE="http://pygal.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]
media-gfx/cairosvg[${PYTHON_USEDEP}]"

@ -0,0 +1,44 @@
From b3acbed1942f63dbbeacfe2d4736be97ae2c8ab9 Mon Sep 17 00:00:00 2001
From: Tom Rothamel <tom@rothamel.us>
Date: Tue, 11 Aug 2015 20:58:46 -0400
Subject: [PATCH] Fix integer division with cython 0.23.
Fixes #13.
---
src/pygame_sdl2/rwobject.pyx | 2 +-
src/pygame_sdl2/transform.pyx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pygame_sdl2/rwobject.pyx b/src/pygame_sdl2/rwobject.pyx
index 4445fb7..11ae7eb 100644
--- a/src/pygame_sdl2/rwobject.pyx
+++ b/src/pygame_sdl2/rwobject.pyx
@@ -146,7 +146,7 @@ cdef size_t subfile_read(SDL_RWops *context, void *ptr, size_t size, size_t maxn
cdef size_t rv;
if size * maxnum > left:
- maxnum = left / size
+ maxnum = left // size
if maxnum == 0:
return 0
diff --git a/src/pygame_sdl2/transform.pyx b/src/pygame_sdl2/transform.pyx
index 933bfce..1afe87e 100644
--- a/src/pygame_sdl2/transform.pyx
+++ b/src/pygame_sdl2/transform.pyx
@@ -115,13 +115,13 @@ cdef uint32_t get_at(SDL_Surface *surf, int x, int y) nogil:
y = surf.h - 1
cdef uint32_t *p = <uint32_t*>surf.pixels
- p += y * (surf.pitch / sizeof(uint32_t))
+ p += y * (surf.pitch // sizeof(uint32_t))
p += x
return p[0]
cdef void set_at(SDL_Surface *surf, int x, int y, uint32_t color) nogil:
cdef uint32_t *p = <uint32_t*>surf.pixels
- p += y * (surf.pitch / sizeof(uint32_t))
+ p += y * (surf.pitch // sizeof(uint32_t))
p += x
p[0] = color

@ -27,3 +27,5 @@ RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
DEPEND="${RDEPEND}"
S=${WORKDIR}/pygame-sdl2-for-renpy-${PV}
PATCHES=( "${FILESDIR}"/${P}-cython-0.23.patch )

@ -1 +1,2 @@
DIST Pylons-1.0.1.tar.gz 2299257 SHA256 7c22579516d92e6fcab3f9555b33fe7a259cc2e16d2fe414816c0138c91e8c0d SHA512 1b34541c912c914636fc7b0d358439a6705e5161a306a4bfa6a08cbc1ee4741cb3882afc9cae9a22d208f89f9648a4b7559304842339c8d6d75472f058a91ceb WHIRLPOOL 58019b223a0fc52f5cf7582a03ae7f5b25c29b88d3faff42c03ed5602f3fb2bc4bc9a4cce48d761109c2c7a4edc0b05ffcb100bf1bab70cf572f93c6da38d2c8
DIST Pylons-1.0.2.tar.gz 187012 SHA256 918fd04b8bdb9515ebb8ccbb981df43276aeaf865a0d4cec81b392b3ac96874f SHA512 a57b6cd25486824dc3143b1202dc7c11ed5bbb5f5beba4359a1a491bb1611057976d36b0792037aabda3bc5ef87e12f3dc17a431609961c81a28632268570bb1 WHIRLPOOL 97e925456e443a5fe0512663460dc639d723d0c9ce922a5707bd3a41e01bc570e0f6411d0865e6f96138f43925fb9d68a609ba998d1760d5c72dce12106b76a9

@ -0,0 +1,54 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
MY_PN="Pylons"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Pylons Web Framework"
HOMEPAGE="http://pylonshq.com/ http://pypi.python.org/pypi/Pylons"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="genshi jinja test"
RDEPEND=">=dev-python/beaker-1.5.4[${PYTHON_USEDEP}]
>=dev-python/decorator-3.3.2[${PYTHON_USEDEP}]
>=dev-python/formencode-1.2.4[${PYTHON_USEDEP}]
>=dev-python/mako-0.5.0[${PYTHON_USEDEP}]
>=dev-python/nose-1.1.2[${PYTHON_USEDEP}]
>=dev-python/paste-1.7.5.1[${PYTHON_USEDEP}]
>=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
>=dev-python/pastescript-1.7.4.2[${PYTHON_USEDEP}]
>=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]
>=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
>=dev-python/simplejson-2.2.1[${PYTHON_USEDEP}]
>=dev-python/tempita-0.5.1[${PYTHON_USEDEP}]
>=dev-python/weberror-0.10.3[${PYTHON_USEDEP}]
dev-python/webhelpers[${PYTHON_USEDEP}]
>=dev-python/webob-1.1.1[${PYTHON_USEDEP}]
>=dev-python/webtest-1.3.1[${PYTHON_USEDEP}]
>=dev-python/markupsafe-0.15[${PYTHON_USEDEP}]
genshi? ( >=dev-python/genshi-0.6[${PYTHON_USEDEP}] )
jinja? ( >=dev-python/jinja-2[${PYTHON_USEDEP}] )"
# Dependency on >=dev-python/coverage-2.85 and dev-python/genshi is not with Jython.
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
>=dev-python/coverage-2.85[${PYTHON_USEDEP}]
)"
REQUIRED_USE="test? ( genshi jinja )"
S="${WORKDIR}/${MY_P}"
python_test() {
nosetests || die "Tests fail with ${EPYTHON}"
}

@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
IUSE=""
RDEPEND=""

@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
IUSE="doc latex test"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]

@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE="doc test"
# nose<1.3.0 appears a leftover never updated in requires.txt. tests pass fine with latest

@ -1 +1,2 @@
DIST attica-5.12.0.tar.xz 60464 SHA256 873d406c50a5abfed196a087281bdc7a6683e713ef255306fedce97f720e6114 SHA512 13f6a9b13c4c8f6657a90425ce908b8acb1bf30602a3a34fac617dc511e14d79815689bc0ee61d8b00792d2e833279018fd808581e9e110fe8a400501a852e12 WHIRLPOOL 65af2d162d7cd1bb405eb453712918c5ce446005a4073fb6d217aef237bd88995f5ba3c3142065e745552cad24eb81e2860b0e7b0760384660a50f52bec62586
DIST attica-5.13.0.tar.xz 60440 SHA256 106532a667a63d8b9aa39d8f857d5156f4e939d4f927c0809cf478b41472b83b SHA512 40028a82dce4420d10210a213673943e780eb5da870eb7801cca6b3d3d177d68180c846d570bec7ce2817db9d1286107d1a1632503e55c15e920a2c4eec3d3de WHIRLPOOL 9cf7092fa771442833c07cfb6b79d66e4d4cd86f2a679d141696902b9605508266b291c0c0c0e60932a21bb4a34d587c790cc12c31ee83699e7adf5135f120e4

@ -0,0 +1,17 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde5
DESCRIPTION="Framework providing access to Open Collaboration Services"
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-qt/qtnetwork:5
"
DEPEND="${RDEPEND}"

@ -0,0 +1 @@
DIST baloo-5.13.0.tar.xz 146188 SHA256 78d59a31b74da08089589f2df89f06b541447da3546edcccd2477add499e2f95 SHA512 58e192d65f48f53c3d24561f3ffb7d41d947b1c6268bc43ca2490fee0025ea4d55072891bb508c86449f6d2a3789b45577473e5798b60199200912a780107753 WHIRLPOOL 2e3f470dd0ee127dd0a429a2079a193f0e48f23380d71ad47f10e8eab35185713bee4fdc9680c6e07c660269d6a56d2862fd1c57d384252e0937981d09b58897

@ -0,0 +1,36 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_PUNT_BOGUS_DEPS="true"
inherit kde5
DESCRIPTION="Framework for searching and managing metadata"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
$(add_frameworks_dep kauth)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kfilemetadata)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kidletime)
$(add_frameworks_dep kio)
$(add_frameworks_dep solid)
dev-db/lmdb
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
sys-apps/attr
"
RDEPEND="${DEPEND}
!kde-base/baloo:4[-minimal(-)]
!kde-base/baloo:5
!kde-plasma/baloo
"

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

@ -1 +1,2 @@
DIST bluez-qt-5.12.0.tar.xz 73068 SHA256 803ef4900d2ae8b524e516fb5fa0877af6e6c2ae649be9b81745657ef5664fab SHA512 5da66376da677043c9b8d3dfcfb5999dc91e6f3a20258601c469665c84315dc43a59006b9168697963a6b06a3a33c24f1eabc28b81bea1adf8c3e0b93aa0366b WHIRLPOOL 7d6dbca54d3aebb3aff5e4cce7359d7aaebd83b40a7998b24a506bda4276d09499db5eea5b178743310b29025534f20f3f6a1ab13fe9264c9076fc3ac4f0da60
DIST bluez-qt-5.13.0.tar.xz 73136 SHA256 8891e31c5329d0616a2fdded390f215673bfff3fb32d3745b47d2278a7a39e31 SHA512 9699df105e740e218aa065ecb2801d0964753edd82d5c9865aff5e869b6e16dac9995a35e98accd40c339e42a946161bdc1ec5248ee8b2a82367b3bd13c2d196 WHIRLPOOL 226037f96db2ec6d8917ccdf5dfcdf348fd07085addbadf406ba1e6b03079c5f355698db153ac1d76455b11ad534110703de15568e1696161f591395e465063d

@ -0,0 +1,29 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde5 udev
DESCRIPTION="Qt wrapper for Bluez 5 DBus API"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtnetwork:5
"
RDEPEND="${DEPEND}
!kde-plasma/bluez-qt
"
src_configure() {
local mycmakeargs=(
-DUDEV_RULES_INSTALL_DIR="$(get_udevdir)/rules.d"
)
kde5_src_configure
}

@ -1 +1,2 @@
DIST extra-cmake-modules-5.12.0.tar.xz 132216 SHA256 5100405ce5a86796e3197c2f62fae9cbdefe5a1d617341f29fa88e44ac3ec792 SHA512 00c1e6e47dff9e92974106d4570fb74f3edbe1718c6603047e6fdef6c3c491b1350c71eff8585702f759a56308b5cdf9d26b0af898515a90b23a89483ab4f082 WHIRLPOOL 0f1b558a89ba1ccf71d24c9147f27eefd98865f0de77846aad4d3c46c3a638fb5f63d6ae65096ca1f42b15020458fa6631f3e928bc77c8f2dc1c4b27fe5270db
DIST extra-cmake-modules-5.13.0.tar.xz 132216 SHA256 ba52848a75347fb70c55f1bcd28c3594c067075c17a46b1f8c2951ebe0d3d5c2 SHA512 42e81f944308364dffa981890ee82902acb9a9fabcbbbdfad3c0b8fc017b590f726d06299a236befa27eb0315ba04fc12ca125ca2fc659dab352635abeaa9fe0 WHIRLPOOL 56bebd32d3f9558c6451c5aaaf29cae9e1df3d77bdc3edd66817b84bb3cd407038febf5289bc84dbb400d4e592734e294efb5eddd1779d46daddfea6e1998a33

@ -0,0 +1,45 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
KDE_AUTODEPS="false"
KDE_DEBUG="false"
inherit kde5 python-any-r1
DESCRIPTION="Extra modules and scripts for CMake"
HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
LICENSE="BSD"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="doc"
DEPEND="
>=dev-util/cmake-2.8.12
doc? (
${PYTHON_DEPS}
$(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
)
"
RDEPEND="
dev-qt/qtcore:5
"
python_check_deps() {
has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
}
pkg_setup() {
use doc && python-any-r1_pkg_setup
}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_build doc HTML_DOCS)
$(cmake-utils_use_build doc MAN_DOCS)
)
cmake-utils_src_configure
}

@ -1 +1,2 @@
DIST frameworkintegration-5.12.0.tar.xz 1780292 SHA256 b294c62682cd2f35a9a23701c9add8318f12492b8daa11d271019929987e215e SHA512 d6a7edef38d519e575155dda5ca36946f4a0bb429c1a821c24332e75a60da32eff880dd073960b357e197dc5600b6852e697b2436d80ee461f9fbf0ca283be91 WHIRLPOOL 64c226fff14d75d565f440f828010900a790a785eaefba82e67202691fd69ba39c178741529b9e832cb05dd018b630b8f71b87d8e465cbee620551bf1a1de937
DIST frameworkintegration-5.13.0.tar.xz 1780404 SHA256 4b2232d18e918c5af18fcd7f7ac14d6c39a3999b62d24d1cab2bc43d0c8bff0e SHA512 a9604688d5a3a015fc543131f20f92b0aa2489364b3f1095b646f5653ebf4ea72b795504798eeeefe0364afcc5ae5ba0ae012c6c5be3953babcabea081414733 WHIRLPOOL aace80db3eb84eeec1b1a2ea0a35d1d14cbfdbbd43236a81006c695892ce8d4f908f475adefeb4833edc07a9ec1435beebf70458b07f42c7801b12ad6b2cb3e3

@ -0,0 +1,48 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Framework for integrating Qt applications with KDE workspaces"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE="X"
RDEPEND="
$(add_plasma_dep oxygen-fonts)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
$(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
X? (
dev-qt/qtx11extras:5
x11-libs/libxcb
x11-libs/libXcursor
)
"
DEPEND="${RDEPEND}"
# requires running kde environment
RESTRICT="test"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package X XCB)
)
kde5_src_configure
}

@ -1 +1,2 @@
DIST kactivities-5.12.0.tar.xz 166416 SHA256 5848d2f1f2647b48d658ca23fd017380cff9b65e589d82bc9ed39efeca7265e7 SHA512 344d1c8acf480b7fd4a203facf47316235790299ac9100e0a54e80ada42df7c22c9c2cd315643f7e6dca70e82737c5a2ad8c92e80a01d9fbe5f733bc52dd3ff4 WHIRLPOOL 4631623618f3518cedc06e6771a7fdd5644c533b2097f279e8a1c341ed7dbcd694583e07523b6e023393d5b580341f2cf8777bad834b57edc6b5193309d2f62d
DIST kactivities-5.13.0.tar.xz 166420 SHA256 570a3ea95b47e132a6ed965cc0d31eb932dcd9e8d9bdd1920343731e691c2e4c SHA512 03dee98f28cf172bd92cffa16eef529519d61edafd09918084a49326878f2a80b2304bf486543b776f5067b9471e263439a29ae939f9323ff94cfb0859603a5b WHIRLPOOL 38927bd2427ec6101fe9ad4b6e166fdfd099eccc1822cc4d3889ab4e2e0f43a22e45b74b6a7ff805b601ff3151fb7ff6030c907be1c3d8addf70e06d7b9708a5

@ -0,0 +1,36 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde5
DESCRIPTION="Framework for working with KDE activities"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdeclarative)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtsql:5
dev-qt/qtwidgets:5
!kde-base/kactivities:4[-minimal(-)]
"
DEPEND="${RDEPEND}
|| ( >=dev-libs/boost-1.54 <dev-libs/boost-1.53 )
"

@ -1 +1,2 @@
DIST kapidox-5.12.0.tar.xz 130088 SHA256 2c3a103a2e74311ca4a3180e63bc1d30a73cd3bc54edf165a773182ad2f5955d SHA512 756d5e2fdb58eb8d1a81c12cb5d339104b50c5a0bb3c34b8ede21f7c9c83b8c83709337de61b9b78ad2ee6d25bbfc4a5b8e3115c0e406afa5c4d7b47895ed620 WHIRLPOOL 99975457e96a49f5004fc0d748e363e5cf816e06e06598a174d2bad1c63046ba4ddfb0aff0cfb2b7ef18fa80e862b02abd480bd90ed78177d703d1d4e6b14c2c
DIST kapidox-5.13.0.tar.xz 132672 SHA256 f20f43d64414ff78200d265c82e69748f8c123e08bfb98cd063dfa132916e73d SHA512 1c07491d4e5d11eb716d7a0f6f34218d34ef3ed31c6d305b19dac8206085362a8e2c49aff07479f83a66028eb1815eef1ec0a70c032006d95fff83b62049c389 WHIRLPOOL 1cde911297313579a1e88f8871a510615b56bda211b386ec6d180a4a7974d95fa5fb2b197a65c740cd833fc7af0c918cb791d4a4e08f6790dd1f305b206b1de2

@ -0,0 +1,26 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_DEBUG="false"
KDE_DOXYGEN="false"
KDE_TEST="false"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit kde5 distutils-r1
DESCRIPTION="Framework for building KDE API documentation in a standard format and style"
LICENSE="BSD-2"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""
RDEPEND="
app-doc/doxygen
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
media-gfx/graphviz[python]
"
# graphviz is currently python-single-r1 so we can't enforce a USE dep yet
# and things will break if you try to generate a dependency diagram with a
# different python version

@ -1 +1,2 @@
DIST karchive-5.12.0.tar.xz 108696 SHA256 88fa48f5af0574c65d6fc99d8ec6a128ce2453836b1165dc902cdec0a7be0636 SHA512 37dbf2b62a4ae3f42d5e7cd0b2b6d876c66786f3d467ca68139c354ab88a0c5a83be72609ff3e2b3978a05b14d08ed913bd2ce67fd8f9633bfd054093cdbb0eb WHIRLPOOL 061dc2288998da90608a8c7926837e63fa1d12ddf6690b56c26cf0ff2d05864b53ad82674c2c7294fd3beedcf0ba62b53602a98565cfd726b38531f96933783f
DIST karchive-5.13.0.tar.xz 108116 SHA256 5f06e723282f30eb8b0064016f6c05355875012139008d6d7663f9180904e961 SHA512 6ce5f740b11c99c287e4af7e2bae28d18a5e208ad7bfa03c7f8f5bf854e2b84a2833769d97965a22c80c49388670ef0f2c48dac3b46f0ad5a1f569ddaab1d701 WHIRLPOOL bb595dc4838f1eb94a320894ff9e85a2bdb332f35ffcc7d69d03770e966ae6a8eaeafd56e8e5d2f1ad089cc23219369d2b338bd5f77a71d3486fc41d329e3030

@ -0,0 +1,28 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde5
DESCRIPTION="Framework for easy reading, creation, and manipulation of various archive formats"
LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="~amd64 ~x86"
IUSE="+bzip2 +lzma"
RDEPEND="
bzip2? ( app-arch/bzip2 )
lzma? ( app-arch/xz-utils )
sys-libs/zlib
"
DEPEND="${RDEPEND}"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package bzip2 BZip2)
$(cmake-utils_use_find_package lzma LibLZMA)
)
kde5_src_configure
}

@ -1 +1,2 @@
DIST kauth-5.12.0.tar.xz 82020 SHA256 5ed420bb2be94239953698a1704b8e8c83a231d9c3baf6fd491770f24d70c3cf SHA512 8bde35c0855e0a1b90650597e4d3aedaf949977f981d9e263288dc548d236adeed7d7cf2ab541eb4bb55ab62767b61bbc4f39b737f9cc23f0476ce51fe7d015a WHIRLPOOL 0c891c757539c589d245f0cc9cd720f1a078b6cb86f4fa0656d47362726571e93d6592fbc028f9347eae80b456d28e112e3f0815ad6ab056cec705662c815ea1
DIST kauth-5.13.0.tar.xz 82096 SHA256 73d67cbabaa89fe877ed60f5b95a46152bcca96fa8331403e137c7eb5bea33c8 SHA512 b4b122472c0afa6cb1ee6e4be273b2c874bf6fb2e2472d3aee645b71138b8d92306b614aea458f9de4bebf3fe08b696bc95eede59337e0b79414d8966c2981af WHIRLPOOL 6b7ba0846246bc59e4e5702dafcd70569268369b6aa81a4b9169a6f46b855e1163683e99a3671ae38cd9de495493f951dff669f09995712145a7e160d1411e08

@ -0,0 +1,33 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Framework to let applications perform actions as a privileged user"
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~x86"
IUSE="nls +policykit"
RDEPEND="
$(add_frameworks_dep kcoreaddons)
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
policykit? ( sys-auth/polkit-qt[qt5] )
"
DEPEND="${RDEPEND}
nls? ( dev-qt/linguist-tools:5 )
"
PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package policykit PolkitQt5-1)
)
kde5_src_configure
}

@ -1 +1,2 @@
DIST kbookmarks-5.12.0.tar.xz 114772 SHA256 b0bc40bf85e09e647552906d0c2f156462b7585cf2717b89138f27784ef4aa1f SHA512 9560c7ef240330fc7fa90913c3435ab74882b929c576f8a5cb060a1976f7fa030bb7217fa5f05b5916ce17d40505cf25a3839db69430eb2d6f78d253983af36c WHIRLPOOL e614b4663b6589d43bba8f348324f9ddde230d1a795f820ea5ac4d1d41e5e1e29157866a3248c95b89713497ee56cbfaa64ba42bf59a51fcc9fe420a5622c787
DIST kbookmarks-5.13.0.tar.xz 114988 SHA256 8f9acfdc3350cab97c58381067e25bb0df37a3da148612195667d3082fdcba3e SHA512 99ac99b96cdbddde2d20a23560a04119a94c1e8be7adaf3ff2a15a785286febb353974426f64c09a69da3831bdc6a0ac3e7da2006a750d311170333bc99fafa3 WHIRLPOOL 210c8da2def3f4de3d23ab65599d1495051fa18f180ecf0e2f2e99abcfacf20ca290ac452c34a7afdfc9c7897525c71911cb17fda06bee554961bb0f778cffae

@ -0,0 +1,30 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Framework for managing bookmarks stored in XBEL format"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
RDEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
"
DEPEND="${RDEPEND}
$(add_frameworks_dep kconfigwidgets)
nls? ( dev-qt/linguist-tools:5 )
"

@ -1 +1,2 @@
DIST kcmutils-5.12.0.tar.xz 234880 SHA256 ed67e777540b430af0ca1fdd06f33321afa74c7bb26fd6614469c1effef2d9ae SHA512 f21f4b7728ec7fc3353c80f50002a3c20704cf83beff85de4d25f82fd17a1f49fc3656aaea9f5a5c1ab779ad313a878b20309f7eb6f1caabffc42ee33f17b226 WHIRLPOOL 5675ec3765e6c43b02b7db12001e0178b011996ada230b63ad670005eef68e25e73274df55ec080704a38d134d48d79cdbf08857362f5404bc324fb89845d17b
DIST kcmutils-5.13.0.tar.xz 234840 SHA256 8ba03c5dc0baedb70ce28a4653ae69dda86a35ab24e29cbf787438390a184c8e SHA512 a023db5b4c7300cc5636c8bb6ebff63952da1be80599ffee2707898578de8ba2b17f47e9651c9d1e90241c7c7dde54f458d8854b454ce8c2c2273f9e640eaaa8 WHIRLPOOL 8647768ec00de1e9be1e36568c3441806cc2e59737873e21233746f6148c0311992a03e1ad24c5a1c296bd481c12fb0ce034bd506df365d663583998a26d0b12

@ -0,0 +1,32 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
FRAMEWORK_TEST="false"
inherit kde5
DESCRIPTION="Framework to work with KDE System Settings modules"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
$(add_frameworks_dep kauth)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdeclarative)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
"
DEPEND="${RDEPEND}"

@ -1 +1,2 @@
DIST kcodecs-5.12.0.tar.xz 216036 SHA256 fed6361d8d43880c0bf9ef2a67d75664971870c08885542f835f8de26e0c9ff7 SHA512 40e23abcb4909b976d0e636d2511146b77147e1d6a59cccf77c521ec7c9b577b2a0da08280f6f10cbdd2ce707064067962c55440ffa3e2ca53f0c9b635a5896b WHIRLPOOL c6d70ad3d4fb9ca99272958cc73c3f155b8951f614413e32c4f8489d1d13615a07d5ce4bbfcb31b23a68e9e6314a378d3e93ee33e7660bb632a65c5f08098934
DIST kcodecs-5.13.0.tar.xz 216108 SHA256 f5f7ddb4c2e9ab90ed1075816509e3d0bc851586d0df3d02c827563c6757322c SHA512 98520745d69436c4a4a601cd2226df3f6c44465341f67e6a0d049b0b397a9f183f9fb3e83c5eb14ff99e8212fbc3ddf17d94c72a8e571b9a81b578d7d9c52d14 WHIRLPOOL f35278775895ecb79c3e02dc896a694bf58df79f12f0f0ec3fc88a9029a0edee5c5f0c71bdc5faaeaacbf672c3e1a542caf1a25ce4ab3a2b3be1591c6ad928b6

@ -0,0 +1,14 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde5
DESCRIPTION="Framework for manipulating strings using various encodings"
LICENSE="GPL-2+ LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
DEPEND="nls? ( dev-qt/linguist-tools:5 )"

@ -1 +1,2 @@
DIST kcompletion-5.12.0.tar.xz 115764 SHA256 406a42359ceebd5f99941a961eefe76f320ae1447742b0e579f6509013db8f3c SHA512 dae6fd27eb0f789bbd4a1615d8e346f2187e63be14d64ee54b7661614af51e227fa45431aa8b92a52481bb4648d4dc167c0ac601b0765ad93083d73aab8e4fad WHIRLPOOL 5d64b6f66c00baaae09c06603b7b9704eaf1da77278cfdc591f3730495b53bccde67d9e3213904103f67a4e452ea2ad7536f76a8b217446e1a386d848692a061
DIST kcompletion-5.13.0.tar.xz 115816 SHA256 6489e289933ebc8e0c8b3fc9d095e380b877ed390b5c3ca28753707d225f8748 SHA512 aef67453ff9bae8ea8a30ccc3b5e25a74b0985c86f690a1fb88722998ea9c8850a499dbd584d92f1a28a919413d4133ef2bfe8f2c83cd575d692506036623261 WHIRLPOOL 9f4c3839a6ead899aab1b7f51174dbf2022fe0080044c1c32922c62a4e3114554b9002fdc03d2fd004270eda9cfa08ce1eab604d2efddebb716c070a9d15c1c1

@ -0,0 +1,22 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kwidgetsaddons)
dev-qt/qtgui:5
dev-qt/qtwidgets:5
"
DEPEND="${RDEPEND}
nls? ( dev-qt/linguist-tools:5 )
"

@ -1 +1,2 @@
DIST kconfig-5.12.0.tar.xz 220612 SHA256 4c15c64125a2f22bce1a2b3e14613a24e6585e973f35d5d8d92f723d0370adb7 SHA512 661fb3027a332c530ae3b69217d6ca6b56e75c9b3114063df3a078a80427fa6037a1bfcc91833f011efff5f706a8f8555efd6d2e2e5ea1365ffeecea9012f04f WHIRLPOOL ac1860c9ca21398087976edbffba5c3b1e447a3c0c5538f244e14a496ba4256b44c32603ac87be1aa6c74e062f3b2bae53111f4fbb9618a120a3ee2620dcc00a
DIST kconfig-5.13.0.tar.xz 220580 SHA256 f79cb8465336a13a0012ae52d47bd4cd8754af14dd95935644a650c6f0ae1e62 SHA512 57fa69c5cf10c723fb22e97003cd0cf88cb696aeccef923d7160f4ec37822b312529d763c90714a8108e6469c6234723ae412a079fca16131a5afe528877fbe4 WHIRLPOOL 89643112a6a4357cd59ad258b7babd4922057b5fc8121955ba7fc37cc26a5d4f794fa5d543f8fc83f10f6a42f56bda5bd2a3236bbf824a70bea86f605fafbf69

@ -0,0 +1,24 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Framework for reading and writing configuration"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
RDEPEND="
dev-qt/qtgui:5
dev-qt/qtxml:5
"
DEPEND="${RDEPEND}
nls? ( dev-qt/linguist-tools:5 )
test? ( dev-qt/qtconcurrent:5 )
"
DOCS=( DESIGN docs/DESIGN.kconfig docs/options.md )

@ -1 +1,2 @@
DIST kconfigwidgets-5.12.0.tar.xz 359080 SHA256 4f1256c04f1835f5ac08e2b13f4b4c57eeafe8fbf43548d71df55d97a93293f7 SHA512 9ae680f46f13f911822c2acf5c0ea44a5c424da995cc3d981d4824868ea24bc66cd249ade78b6ee304ccd7305c521c8b4e5ff47fdf4ed9bfd86c1c4b3247100f WHIRLPOOL 9d11e8d90a0a3cc77fa134c92e22bedd291cb90539ff22cf1adc26ab9bd84709252ca2ca44a24185a4caecafcbff2c08d3af077eebffa39d4fb9a8ecfebd59b3
DIST kconfigwidgets-5.13.0.tar.xz 359072 SHA256 fe9f245df8692ede7feb6f080b1450f3a26281e6318bab1c4cb969321811b6d4 SHA512 7717df77ddef85e81e6640556bb04940c7ee2bced97c7b07887bb6b96160733fb766e4cf72647b479c77104f254b9785eb91125391344a10484e9cf04c2f150d WHIRLPOOL c07d8974d6c7d26f4ecb8b506421910905c567a847c963571822496339a05a9dcd90c9a4a9825f0505203386ee84cdfc040ddcc0003dbdc9fa78c5607f4489b1

@ -0,0 +1,30 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Framework providing an assortment of configuration-related widgets"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
$(add_frameworks_dep kauth)
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kguiaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kwidgetsaddons)
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
!<kde-frameworks/kdelibs4support-5.3.0:5
"
DEPEND="${RDEPEND}
$(add_frameworks_dep kdoctools)
"

@ -1 +1,2 @@
DIST kcoreaddons-5.12.0.tar.xz 302312 SHA256 87426e981bf84ae6899d07c78f45be50f44d0dbbdf45de9ac99a8b6b4c1a21f0 SHA512 c01e8c2fea6a9763c385f4762cb630085f4ac451654fa661f0cf1c035df67a133b70340342cde4546a25d5f3d096d99e3f9d9392524b35140c8b0a80b9fc1389 WHIRLPOOL 75ab4138fe7adc33dc4a0bd12cf6b6f54b28f87c9c0076e7e292d9ba3cfac53db79421e952402a34a3204b01616d8122a9ad769a978b5b341e8b763d20efdaf4
DIST kcoreaddons-5.13.0.tar.xz 302516 SHA256 bd42571c44ab2b6cc4514bcc16e8f689945ffab13b04e394fa192e9058a58961 SHA512 63fa0591d7b1b5cb054ee3bfadd35866cc2687f5819012db70d903eae6ac257bec73fa3b29dbc5ce9335937eab58def00ab149ce664d7902847a706db06b7caf WHIRLPOOL ae2a8ea37d83846de238bc37a449d1d3e5fc33f019d657d37977d30915f9cc80a7faafee82dd822afcf9fe8629e04cefa0190127dfedc8343703cf8e56b509f7

@ -0,0 +1,41 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit fdo-mime kde5
DESCRIPTION="Framework for solving common problems such as caching, randomisation, and more"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE="fam nls"
RDEPEND="
dev-qt/qtcore:5[icu]
fam? ( virtual/fam )
!<kde-frameworks/kservice-5.2.0:5
"
DEPEND="${RDEPEND}
x11-misc/shared-mime-info
nls? ( dev-qt/linguist-tools:5 )
"
src_configure() {
local mycmakeargs=(
-D_KDE4_DEFAULT_HOME_POSTFIX=4
$(cmake-utils_use_find_package fam FAM)
)
kde5_src_configure
}
pkg_postinst() {
kde5_pkg_postinst
fdo-mime_mime_database_update
}
pkg_postrm() {
kde5_pkg_postinst
fdo-mime_mime_database_update
}

@ -1 +1,2 @@
DIST kcrash-5.12.0.tar.xz 19596 SHA256 ef16a2c37ac2582df8961ee546610199c099a7e7d769e5236c79facc814ba602 SHA512 e0d17167a1afbea346cf08a5fd496ac270e3203f4147d287cba0dee173977934789bf9577983762c877466e70eb4e9fe1feb5d1fd712596f6a9eb3400e2e594b WHIRLPOOL 85255f3c1048bb21670ba8d1ec8f5452e74b23da7e6d82c5d0bfb103b7d889af6c5f0423fdf2d9e84612c44c27d94acd2a74a8d777ca9f1021ae31b32ddd33ac
DIST kcrash-5.13.0.tar.xz 19608 SHA256 16152d3757618aa8bba4a5b52f93a1f6ce0e0cbbac12e958b3e4f0e0aa348b1d SHA512 0325d3d51ec537ceca51e3fee1508ba8cbf59be0eb7fddc355eaa6a6831f8752d068c6e81b8f454b26c5d20ced8a431d27c18bae5813f25063765b0ce6dc37fb WHIRLPOOL 3e6502b44ba6b557d27e04433725314161b9560a4291d6d71c3daaddb0e9f1397b2e5e5ced01eb6d8753112d49f9d88ab9648dc2dee4e3ff67798d67cac7d3a4

@ -0,0 +1,39 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Framework for intercepting and handling application crashes"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE="nls X"
# requires running kde environment
RESTRICT="test"
RDEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kwindowsystem)
dev-qt/qtgui:5
X? (
dev-qt/qtx11extras:5
x11-libs/libX11
)
"
DEPEND="${RDEPEND}
nls? ( dev-qt/linguist-tools:5 )
test? ( dev-qt/qtwidgets:5 )
X? ( x11-proto/xproto )
"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package X X11)
)
kde5_src_configure
}

@ -1 +1,2 @@
DIST kdbusaddons-5.12.0.tar.xz 33192 SHA256 6d40ddd2efeba7a0f43ebab0e5249063c127fd1f8e22f775a5c7447d9db2cad9 SHA512 5b9186cdfa1af0b104238340696511ab1b7bf96020070127fe9e1b788e19d595ea4918077dddeebbcaf3342eb289e9d17a5c90d866dc3f54cb0f58d16c92cb94 WHIRLPOOL 30a0a7f6f4cdc4b37dfcb174091f42ab3dbb4e111cf095ba11044b7d74fb051d3695761345ee76e608481e63d61c6c4cb144fa2d9e653093582d4aabae278cf0
DIST kdbusaddons-5.13.0.tar.xz 33280 SHA256 02f9968e3bae65a7de36f3a6a908feff69d95bec0ab7b2ab2b7602860b4521f0 SHA512 dcfe1c03c25b9b0a0ae19fed35a93fdc141d8722bd98bd8810b9618908c3a7371d3ec88b3e9500aeca0b390e531b9da7cc1aa41c43f7c0ec33e9b8c5cbfa6ab0 WHIRLPOOL 5e4ef2d7c9180c35522f789ad8a6e6ef107e77b43e64e469af6a0efc9eece18656685c2eec5bf16b89d0330cb286c4d3ac6d2cbeee6b1c019b34c93e8f1ffbb5

@ -0,0 +1,29 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIRTUALDBUS_TEST="true"
inherit kde5
DESCRIPTION="Framework for registering services and applications according to freedesktop standards"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE="nls X"
RDEPEND="
dev-qt/qtdbus:5
X? ( dev-qt/qtx11extras:5 )
"
DEPEND="${RDEPEND}
nls? ( dev-qt/linguist-tools:5 )
"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package X Qt5X11Extras)
)
kde5_src_configure
}

@ -1 +1,2 @@
DIST kdeclarative-5.12.0.tar.xz 163848 SHA256 f521aacf66367c9f76e94c473b158cf78f104f01e006a4c91515c45eb232cc4c SHA512 4c27c9adfe3edaef7fc52a34c3c5d59ad1efda899dc85855b4db30af2cb9cf585d4c1dbb6fd0436762507f61fb3d901f4052b64b386510340cbe213cc581fe88 WHIRLPOOL 5bd29e2e710ba82d5b358fe685acf442caf481e66bf35a3ddc6bdd1964c82275447ff337beb3b35543939d3f43243b80ece52acb411c853b077e430ccce46234
DIST kdeclarative-5.13.0.tar.xz 164172 SHA256 24c082c504cefcf54b39579e73fae697c4d350847df0ddeb55e1e12b80a6c5b0 SHA512 943088054c071bbfbb1b3c25fadd31cdc157bed6e06f2d5edc0beb317b51848b4ba8e3c456b14af825d75c241ff1d2aec2bd9c235c2c7a53f5d4f5ea8348f71b WHIRLPOOL 5bd32f403a8b119e28c582b1cad91fe1198a0268ed77170e0d9f745a7aace21eab3dc395036b10ae75e596b6acdce7b99023ca20f1c869beb80fc99343c6f4e8

@ -0,0 +1,32 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_TEST="false"
inherit kde5
DESCRIPTION="Framework providing integration of QML and KDE work spaces"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
$(add_frameworks_dep kpackage)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
media-libs/libepoxy
"
RDEPEND="${DEPEND}"

@ -1 +1,2 @@
DIST kded-5.12.0.tar.xz 35216 SHA256 ddcfecfd23d88e7edbe27a7b0d2474cfab2b82a096a2e32b9b81fc39037be6a0 SHA512 a64fd7798713a8ae417e932f915af345789ddd1fa8ea8ddb56b04f080a56144c02ba8d70ba36cf60a86d1c5a98c7f65ca3a5f7577e6cab282f89a1768fddefb6 WHIRLPOOL 47c22369397fa04a302b2cad079aad9c0df06638d14c4d66cf350c9612aa3528dd520f522b066946dfaf21c0120c761201c89483f9807b8e5c1c92cfe3af9411
DIST kded-5.13.0.tar.xz 36712 SHA256 291e1ab2f4dff391724e00f256ce5feaef2cb212690259bbfff274c19ae8d779 SHA512 527942b5aa83df9c2a6c1dc4b9e7cb1693b3ec0a61ed1ed943caa768e69aed17daf8044edd93980765ac491a5f5af6ce02175673551ae8b388f150d3b2d2546c WHIRLPOOL 598aeda0dc97119990a6c3b6d05e9134f187a79484144eea6fc35ebfdce89afc3d75c33b8a6ca589dcdaacf7d7d79568acf327b14eb7d31e55a43ee4c65a0a91

@ -0,0 +1,28 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_TEST="false"
inherit kde5
DESCRIPTION="Central daemon of KDE workspaces"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kinit)
$(add_frameworks_dep kservice)
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
"
DEPEND="${RDEPEND}
$(add_frameworks_dep kdoctools)
"

@ -1 +1,2 @@
DIST kdelibs4support-5.12.0.tar.xz 3200940 SHA256 8ee826be8c4b0cc77a81b7a5eff22a720a6795bf05075519629af487f90b7a41 SHA512 23c5e7f4c5b66bcd061ac25bdc919470193ef5e2b0c267bda02f6231b4e0dfe4d8a7ce23c63323de6c888386fcb70910102a81121df82872a9c96a94d8228e8e WHIRLPOOL 8b75880f77ffac05fddd489f4d3948d1e71fb8dd95a7d7a49a68dd812e3ccf93b1eda05af31a278d92a3ebedcbd089df96aaef17a2c6e8d8a622f8ff28fdb639
DIST kdelibs4support-5.13.0.tar.xz 3202164 SHA256 430f18cf3c72211913602feafd1e723b60e6653d187041f436dfa722b88a96c2 SHA512 6623b5cdb8897d75d1e6c872f895efc5d1fbfaeca3c33c954deeb6f247a65d088c84f9f6338d60e3a19543c49998ba0a85dda2509bc854e5b1b7adfdd4748139 WHIRLPOOL 7415681cc3710bb82bd58aa2d4ac6f49f53d4e4d43d41d4f5284d0e61ae13abf502dd214f7c5ff7bafc2f7332ca525c1da3a7abb2800abf1ffb2d95001025ca3

@ -0,0 +1,80 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Framework easing the development transition from KDE 4 to KF 5"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE="X"
COMMON_DEPEND="
$(add_frameworks_dep kauth)
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdesignerplugin)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep kguiaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kparts)
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kunitconversion)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
app-text/docbook-xml-dtd:4.2
dev-libs/openssl:0
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5[ssl]
dev-qt/qtprintsupport:5
dev-qt/qtsvg:5
dev-qt/qttest:5
dev-qt/qtwidgets:5
virtual/libintl
X? (
dev-qt/qtx11extras:5
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
)
"
RDEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kdoctools)
$(add_frameworks_dep kemoticons)
$(add_frameworks_dep kinit)
$(add_frameworks_dep kitemmodels)
dev-qt/qtxml:5
"
DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kdoctools)
dev-lang/perl
dev-perl/URI
dev-qt/designer:5
test? ( dev-qt/qtconcurrent:5 )
X? ( x11-proto/xproto )
"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package X X11)
)
kde5_src_configure
}

@ -1 +1,2 @@
DIST kdesignerplugin-5.12.0.tar.xz 86748 SHA256 af0d7e80fa2c0c815d9a67c3be0999c44f6f43f9fdccdd902fbed6a5b0bbc516 SHA512 dc2bf9530a8c6d0bca1295ce32edea4c3966e949bc52f499da1b15e0cbb0741a1f7d86aa7ca5f02fe357ad86e2f97ecd0bdcf8f9c041fdeb69c4efa573547770 WHIRLPOOL 90b5bbc51122a3b6495c23825ddabf740313a81a09d89a316d38c1d41f0b620ff782488a0b17465e784f5237e9e9e3241e09a8c8b8c48c7b11be3c272e3a8200
DIST kdesignerplugin-5.13.0.tar.xz 86772 SHA256 7e3c683e46852ddbfc0a20334f3a41d733fe220dddad8b01de7e92d150552b46 SHA512 1c288752123f410fe373481fa7668696d09d1af257b4d6601429ecd6c1b9fa6679d9f387aa06f35e416eaf0c98d50c0c3307676524f8b2a034f90e4f3a0a6b67 WHIRLPOOL 36411f7a3b964d40eae182d5c8f70bf15c73f8893bcf42f0e7c3e5f6e0869a08cf5f6b4620ff0e06b99047fdff0a69ecc50eaf3015643a52e19db76f473c079c

@ -0,0 +1,54 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_TEST="false"
inherit kde5
DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in QtDesigner"
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~x86"
IUSE="designer nls webkit"
RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
designer? (
dev-qt/designer:5
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep kplotting)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep sonnet)
)
webkit? (
dev-qt/designer:5
dev-qt/qtgui:5
$(add_frameworks_dep kdewebkit)
)
"
DEPEND="${RDEPEND}
$(add_frameworks_dep kdoctools)
nls? ( dev-qt/linguist-tools:5 )
"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package designer KF5IconThemes)
$(cmake-utils_use_find_package designer KF5ItemViews)
$(cmake-utils_use_find_package designer KF5KIO)
$(cmake-utils_use_find_package designer KF5Plotting)
$(cmake-utils_use_find_package designer KF5TextWidgets)
$(cmake-utils_use_find_package designer KF5WidgetsAddons)
$(cmake-utils_use_find_package webkit KF5WebKit)
)
kde5_src_configure
}

@ -1 +1,2 @@
DIST kdesu-5.12.0.tar.xz 43648 SHA256 2e8477730e6bf55935de7afaa6cf23918218c162431dc5b69167597e644946cf SHA512 4a01516582b774c4cc3478af297db4d15b14e9391fa3cd62cfa9f13267a86acb8939a423120f82c9e1480287ae4d41020ce3c5c1bb133e88d51350a2067c31c1 WHIRLPOOL 1294793192a365d9f465284b9678e93a5ba3792ce73116c9de9ca650733f491f5a34081fa076031429a00ca77dd81d9e72a61aefc7cd2249c2899f8c1892a8ae
DIST kdesu-5.13.0.tar.xz 43672 SHA256 0f14b9d5926fdbd63f780b006746108f914de933b1c22eac1c1df2fc5aa32310 SHA512 240a613baab52e20172c8169d62e924eb570876c278f99a3475ac5160dd35c123a9843c327d5dec84e82378467d150ef7318abfc2b635216f6017e4f7f641290 WHIRLPOOL 601d9822a2b3c309b30dc19b68adb301e7d5937c353505425311908713f4b9da1d66eee2806e1f72113303ea862f7a4f1ea667f71114d0d65196ad7ca6caf938

@ -0,0 +1,33 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_TEST="false"
inherit kde5
DESCRIPTION="Framework to handle super user actions"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="X"
RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kpty)
$(add_frameworks_dep kservice)
X? ( x11-libs/libX11 )
"
DEPEND="${RDEPEND}
X? ( x11-proto/xproto )
"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package X X11)
)
kde5_src_configure
}

@ -1 +1,2 @@
DIST kdewebkit-5.12.0.tar.xz 29356 SHA256 5bf62a2cef1dd8d43f8ec6def889e2f24f9283c88a64c847c82aadfde45e2027 SHA512 e1da76449e204131d3340b033081e55ce6b48eda21c1fd92af17071138733320590c8fbf1f77391424c77b3fdf653b951f8d1b0d40f8ac9e6af8a9af1a463457 WHIRLPOOL 3208b1a0d180bb9707220a31bf416c4d09baab8c3c3a58ac6f0dcdc01cc30b1f8e0fafc718bfefb776d2f19a783abf7e8439281962e43baf5a66a903e8768568
DIST kdewebkit-5.13.0.tar.xz 29332 SHA256 5d6aad1c6a70272c2fa5640233a2b2f4b9e62adc31dad461c4e3e8e2e3021dd9 SHA512 5f0dc75e2a914461a62951724fa85b706716adfe14d9a66e33cc45c07b65deb6b60a61bc02e6f6fd549420d0ed42f87c58e1c5a0214c70db80e206d498d0f279 WHIRLPOOL 3f6ac9676f419587f29f6d16d7a234a4060d64ad8f745fc7aec173a362acd4aa2c5f15de9b803a9dec49b52d0bfb6bef2174552f3939ae1c4223c2f47636cc74

@ -0,0 +1,30 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_TEST="false"
inherit kde5
DESCRIPTION="Framework providing KDE integration of QtWebKit"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kio)
$(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep kparts)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwallet)
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
"
DEPEND="${RDEPEND}
dev-qt/qtnetwork:5
"

@ -1 +1,2 @@
DIST kdnssd-5.12.0.tar.xz 56436 SHA256 2df72d83cd3c7d04d826cf965ec2ab7e0af02a76cbf3d40c8d6aa9ea0cad16ed SHA512 cabe17ada9a6379c6b181c3d56fbcfed23b62a61fdb325decc7a9def78058df068766598f3122ae72f1fdc1adf1cfc2dbb7e705075fae79b67486b02072d7053 WHIRLPOOL 50a6b53d251e178e5e1f2d002b2b4ff3a6d79ecfd8815726750a29a3a6e398b80708ecd2b276b1fadc47211e26ebeef936ea7dc499af32bc0a098392d966e0e0
DIST kdnssd-5.13.0.tar.xz 56468 SHA256 d9b8cc9f4cb89350352d18e95c928b8263dffbc705c98006cdc1138c39454ac9 SHA512 a0f9e20439694433efc8c2d785bd820001befe80da420792be26bb90eccfdbb8cba81c90e672412e9cfbefa8f0c2caa749b5312c854d6ed991460ab66f98125c WHIRLPOOL 9c0d1c02b05ed8454faaf98ea9955acb6312203208da422c74829f92933991afaafc8cfb6138533c5b21b4f1068ccf324ec1e28951ca0f3afe62149f58ca3fcc

@ -0,0 +1,32 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde5
DESCRIPTION="Framework for network service discovery using Zeroconf"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE="nls zeroconf"
RDEPEND="
dev-qt/qtnetwork:5
zeroconf? (
dev-qt/qtdbus:5
net-dns/avahi[mdnsresponder-compat]
)
"
DEPEND="${RDEPEND}
nls? ( dev-qt/linguist-tools:5 )
"
src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_DNSSD=ON
$(cmake-utils_use_find_package zeroconf Avahi)
)
kde5_src_configure
}

@ -1 +1,2 @@
DIST kdoctools-5.12.0.tar.xz 406496 SHA256 c41a2dee405970d1765dbabd737cef85ee329689db4cb41ebb93739fb4a6c345 SHA512 588c05212414220399e3ae8314ae0a1535940e4cc990c43dde921372d385b8f972e5568a59e161cb0d4a941d5665f41321c1c4f28dcef5e31b7696d90cebda05 WHIRLPOOL d295de926fe05a27b1d2117dcad69175a147a5a472db1f2393c7f057effa3b22738a3b9e76f4ce1f558d7b2eb5512fef4b4a4f45cba0b6a57e493b7a04428a6c
DIST kdoctools-5.13.0.tar.xz 407908 SHA256 2e9b5bbe20e0542d87d4ac24e2f27cc905a109a08a4f12f825102df372cd0418 SHA512 441ea6d042b241a00510b3ec4e2c5f74d8b22406e08a8bdfdbca88685ce85e40fc43a8bda6cfeeaa93c1b9308525756ef6fe3d1ecca4cb8b81e2fb08b3340046 WHIRLPOOL 2a728b2e5287e95040f38ac92384d477b1bda61c1cf24f0afc300c5ba06ce17a78dad656b9ca34755c35dddbbf68e8b4eafac2e748a8190a1c99c7cf21b23551

@ -0,0 +1,24 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde5
DESCRIPTION="Framework providing tools to generate documentation in various formats from DocBook files"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
$(add_frameworks_dep karchive)
app-text/docbook-xml-dtd:4.5
app-text/docbook-xsl-stylesheets
dev-libs/libxml2:2
dev-libs/libxslt
"
DEPEND="${RDEPEND}
dev-lang/perl
dev-perl/URI
"

@ -1 +1,2 @@
DIST kemoticons-5.12.0.tar.xz 75352 SHA256 fbbd6591bb3e7000c3524ff7a2cf763594204fde240c4c2da73b95ddc5409587 SHA512 3be61022fbeeda497187f465b4bddc3d8d2f5b3d216a013f06237066f03b713bd8b4864707f27596c90747cc40e3db9f6e9cd13b7cb26efb2a9dfb5ad47738e9 WHIRLPOOL 5285b1c9a116d2e8f8ad6ac353e2ac97e6ad97c08fddca69ae74d3655f2c01f24825f5a6aaf9aea1127dc65a9a038bf01d55d5e5cbca00dd27d5982d59592f8c
DIST kemoticons-5.13.0.tar.xz 94388 SHA256 52c5c06df5b578ddc47bc25d33f61a849f90e1320f32f00e8917a7dbe833b133 SHA512 5b64fb56539ba3717e25014ba43275e17c2143eebd9de04e0f6a6e0b7278e0015c82754c9649f699a3ba1283564923983f4cb2e261e4190ae4c4fa15c3f14fd5 WHIRLPOOL b7def0f239b3d95579a52e53faf0f0aa247e3a9e347cc124006c8e61cdf8c1ae115c556e678b3218910bb8010233880f8330f10111e363ec6cf791cd1ec66dac

@ -0,0 +1,26 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Framework for converting text emoticons to graphical representations"
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kservice)
dev-qt/qtgui:5
dev-qt/qtxml:5
"
DEPEND="${RDEPEND}"
# requires running kde environment
RESTRICT="test"

@ -0,0 +1 @@
DIST kfilemetadata-5.13.0.tar.xz 121504 SHA256 dda9b99bdadda6f410554a98105c0301db495341ba8854d69240001d140cf530 SHA512 70cd5d77d608842da77640cc53f2d73f99c8c39971bfbf62c6d7a51cb6710c464971fb5b9e30950c5310cab4d00d495ab95a8eea2c62ac1a5bab0986995f7c90 WHIRLPOOL 12baed4385dc7c76eb90a368dd415d118a8d200588e3631075cefc6a9e5fe216f4a2268a142de33787a0cf92a2f6a6dc7e57f817e5b356909e3582d170c51867

@ -0,0 +1,42 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde5
DESCRIPTION="Library for extracting file metadata"
KEYWORDS="~amd64 ~x86"
IUSE="epub exif ffmpeg libav pdf taglib"
# TODO: mobi? ( $(add_plasma_dep kdegraphics-mobipocket) ) NOTE: not integrated upstream
DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep ki18n)
dev-qt/qtxml:5
epub? ( app-text/ebook-tools )
exif? ( media-gfx/exiv2:= )
ffmpeg? (
libav? ( media-video/libav:= )
!libav? ( media-video/ffmpeg:0= )
)
pdf? ( app-text/poppler[qt5] )
taglib? ( media-libs/taglib )
"
RDEPEND="${DEPEND}
!kde-base/kfilemetadata:5
!kde-plasma/kfilemetadata
"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package epub EPub)
$(cmake-utils_use_find_package exif Exiv2)
$(cmake-utils_use_find_package ffmpeg FFmpeg)
$(cmake-utils_use_find_package pdf PopplerQt5)
$(cmake-utils_use_find_package taglib Taglib)
)
kde5_src_configure
}

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
<use>
<flag name="epub">Adds support for reading EPUB ebook metadata</flag>
</use>
</pkgmetadata>

@ -1 +1,2 @@
DIST kglobalaccel-5.12.0.tar.xz 81436 SHA256 28d725dc0f6d322a63f413f5c16b17c2bc85a4d9038d827233de5352c39013dd SHA512 6569b36fd502032fd536b6e95c1f832d64edd639a814e1344dbc55542e44e6a78f0365b87c324a44285270a511aacda79bf0ada776d5f0401514c2a05fcde74d WHIRLPOOL 995f2876707a36f535fbeffa54ad6806523dcc6bbdb6406a0242e3d589c5da7ff2404149a0a3878f9568765bff53bf04c2d0b0f82d3976fde97051ca81eb6599
DIST kglobalaccel-5.13.0.tar.xz 81500 SHA256 d4fa1be5db09a3210fc86b272f5eca5aee311e1c64ffbae77a69dc919667aeb9 SHA512 455b3202e176eba5ae940548de58fabc89455d8e594db6d8a0b4b5f657f85875747ac484f7c1bbdcd55b1457384f5450ce57ce8daf964168d3dc574e7f708183 WHIRLPOOL 14f8f636f607a27f913b5d971ad51f6e7e66c015c81c30ea91fac5055d14e9b431783c3eccafe7ce3e8a7ae0ab50061473ee043e0fb79e90244718cef887112b

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

Loading…
Cancel
Save