Sync with portage [Sun Dec 18 23:57:17 MSK 2016].

mhiretskiy
root 8 years ago
parent d6a233820b
commit 5172e45da3

@ -38,7 +38,7 @@ DEPEND="${PYTHON_DEPS}
sys-apps/dbus
sys-apps/dmidecode
sys-auth/polkit-qt[qt5]
>=sys-libs/kpmcore-2.2.0:5=
<sys-libs/kpmcore-3.0.0:5=
"
RDEPEND="${DEPEND}

@ -12,9 +12,11 @@ SRC_URI="https://arthurdejong.org/rl/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~mips ~ppc ~s390 ~sparc ~x86"
KEYWORDS="amd64 ia64 mips ppc s390 sparc x86"
IUSE="debug"
DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )
multilib_src_configure() {
local myeconfargs=()
use debug && myeconfargs+=(--enable-debug)
@ -27,5 +29,4 @@ src_compile() {
src_install() {
multilib-minimal_src_install
dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
}

@ -1,26 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DESCRIPTION="Randomize lines from text files or stdin"
HOMEPAGE="http://ch.tudelft.nl/~arthur/rl/"
SRC_URI="http://ch.tudelft.nl/~arthur/rl/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~mips ppc s390 sparc x86"
IUSE="debug"
src_compile() {
local myconf=""
use debug && myconf="${myconf} --enable-debug"
econf ${myconf}
emake || die "emake failed"
}
src_install() {
emake install DESTDIR="${D}" || die "install failed"
dodoc AUTHORS ChangeLog INSTALL NEWS README TODO || die
}

@ -0,0 +1,45 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit autotools multilib-minimal
DESCRIPTION="Shell history suggest box"
HOMEPAGE="https://github.com/dvorka/hstr http://www.mindforger.com"
SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
sys-libs/ncurses:0="
DEPEND="
${RDEPEND}
virtual/pkgconfig"
DOCS=( CONFIGURATION.md README.md )
src_prepare() {
default
sed \
-e 's:-O2::g' \
-i src/Makefile.am || die
eautoreconf
}
multilib_src_configure() {
ECONF_SOURCE="${S}" econf
}
src_compile() {
multilib-minimal_src_compile
}
src_install() {
multilib-minimal_src_install
}

@ -1 +1 @@
DIST libchart-1.3_p21050415.tar.gz 365928 SHA256 c39eb5060b37a21883d405064bc49d2b1971208f9634e96cdb2d329d2f07a20d SHA512 14579fb69dd6c2f08725391773268221158d2ba065dd47e116895a543dfb990de3d26757d6f3e17da5ed8a33c5a728efe0ccca079517c8381b37ea6cef083be5 WHIRLPOOL 239cb88c13683182fc9bf2d7a99d91b84a1d0e2c7324357d1838b353ac93327cb1e485ec4a3d5fd906202a5cc51449ded125e963b0d747bf5c769353a2848a2d
DIST libchart-1.3.tar.gz 106204 SHA256 ab3bdf1ccdb008a7ca9f7908d7ed8698163ab6679eaaf4bc37d5229471f38ac2 SHA512 5d2a0b014546487029f552f225fa83de856210a997e69bb5b129e99790f5acfdcfff904077126c42f82974d10f81e7e0342991221af5f108902b2792df24d586 WHIRLPOOL e4bb9b86939592a97bec0b00ebc26046a599a9b6d1ed266db9ad7b6b4a653cca21fdb7aa31078ba2d0957ddc0cc0c5741fd1d62a80b229b55f78dda81c2acca9

@ -0,0 +1,32 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DESCRIPTION="Easy-to-use chart creation library for PHP"
HOMEPAGE="http://naku.dohcrew.com/libchart https://github.com/naku/libchart"
SRC_URI="https://github.com/naku/${PN}/releases/download/release/${PV}/${P}.tar.gz"
LICENSE="GPL-3 BitstreamVera"
KEYWORDS="~amd64 ~x86"
SLOT=0
IUSE="examples"
DEPEND=""
RDEPEND="dev-lang/php:*[gd,truetype]"
S="${WORKDIR}/${PN}"
src_install() {
dodoc "${PN}"/{ChangeLog,README}
if use examples ; then
# PHP won't run a compressed example...
docompress -x "/usr/share/doc/${PF}/demo"
dodoc -r demo/
fi
insinto "/usr/share/php/${PN}"
doins -r "${PN}"/{classes,fonts,images}
}

@ -1,44 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="6"
inherit vcs-snapshot
DESCRIPTION="Libchart is a chart creation PHP library that is easy to use"
HOMEPAGE="http://naku.dohcrew.com/libchart"
SRC_URI="https://github.com/naku/libchart/archive/af1628453cc083ede980c78216da8f2f594da6fa.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3 BitstreamVera"
KEYWORDS="~x86 ~amd64"
SLOT=0
IUSE="examples"
DEPEND=""
RDEPEND="dev-lang/php:*[gd,truetype]"
DOCS=( ChangeLog README.md )
src_install() {
#remove extra license files
rm -r "${S}/${PN}/doc" || die
einstalldocs
if use examples ; then
# no point making users unzip all files individually
docompress -x "/usr/share/doc/${PF}/demo"
dodoc -r demo/
fi
insinto "/usr/share/php/${PN}"
doins -r ${PN}/*
}
pkg_postinst() {
elog
elog "This version removes the duplicated /usr/share/php/libchart/libchart"
elog "in favor of /usr/share/php/libchart. Please update any scripts in order"
elog "for the classes to be found."
elog
}

@ -1,3 +1,3 @@
DIST kdev-python-1.7.2.tar.xz 3668764 SHA256 949254984bd489cd5597d4c4986057c43b60febde329f6f9d1b42228aef9444d SHA512 d49a65786516d6709808126c3ec1ea90ccce8f3a7fbdfd39082e6327d3186089fe9d64380587023f0d4d9eea2304f76d8ff510b52cb29169918596652508bae4 WHIRLPOOL 7a01d9afa3151b3139fde5a0609d4eec2be330afe0e7bd241c22658007108ec78be9fbcaf37b8d55bde34b1b354d5043e2b6e79ed52b194ab40744c196ed5124
DIST kdev-python-1.7.3.tar.bz2 4361300 SHA256 45b6418d4a96914472e04edec485fd25d04151f544cd1a2c96a63e3cd294f6b2 SHA512 f1f8bc33c60514daff2ed591c660a8ec97ecfc6ce7a28ad586fda5f93559e9b7842b3407340373389b8ccaad8350e49334e176df4a0c3e014aae42cf7259f417 WHIRLPOOL a2151b9e78aa15307ed764d7ba3fe2d4b77e4c13db1492537a5e2dd7023f646d0c3b43dd2f95505259c11bdc23cd03945c40ebdf7c12ba4009c2b518d2d50404
DIST kdev-python-1.7.4.tar.xz 3671452 SHA256 b6b719c6bd7bdce84a69b41faa235d2c831bfb80a5b7ade6d659d74b51cc6020 SHA512 73f9808a0a2a8f3ee14fffa545f239dc9a6a440811a14ca7088b53d532dcca94b0178a16200c438bff4dc63c717fb66ff7b4c7b36a7278920eaca36c8d07a715 WHIRLPOOL 280c2dfeb7241c025118875adc63dc4226fdcf63522d2c2bc5acff7536b7171a1340926f54d96d18ae4d8995e90af8156e559c56dc2731f8ed2bebef3b348bad
DIST kdev-python-5.0.3.tar.xz 1063448 SHA256 f140709928ec65c6ab9f87b67249f80ba162619c0dd3bf434aaea044e39805ea SHA512 0867a3c314d2018976249619c1f7adbb92a2ab23eccb957cf45a708eecc670c02d3ebc928ce931fee2f6e756ee036ab4a9774c8ef067c88a88b30cc7f6633951 WHIRLPOOL 0d09cb5ce2ad50fc01587e6331122932a62979144aef93b65fb1c17730c0aa119fa370af4c64b4bda36bf104afa01c3cbc200b12c7387aba90c4c14fdde59707

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDEBASE="kdevelop"
KMNAME="kdev-python"
@ -12,7 +12,7 @@ MY_P="${KMNAME}-${PV}"
inherit kde4-base python-any-r1
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${MY_P}.tar.bz2"
SRC_URI="mirror://kde/stable/kdevelop/${KMNAME}/${PV}/${MY_P}.tar.xz"
KEYWORDS="~amd64 ~x86"
S=${WORKDIR}/${MY_P}
fi

@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Subversion GPL-2"
SLOT="0"
KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http java kde nls perl python ruby sasl test vim-syntax"
COMMON_DEPEND=">=dev-db/sqlite-3.7.12

@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="KDE library for mathematical features"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="eigen opengl"
DEPEND="

@ -12,7 +12,7 @@ inherit kde5
DESCRIPTION="KDE Archiving tool"
HOMEPAGE="https://www.kde.org/applications/utilities/ark
https://utils.kde.org/projects/ark"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="bzip2 lzma zlib"
RDEPEND="

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="Language learning application that helps improving pronunciation skills"
HOMEPAGE="https://edu.kde.org/applications/language/artikulate"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="+gstreamer qtmedia"
DEPEND="

@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE kioslaves from the kdemultimedia package"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug flac vorbis"
DEPEND="

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="Widget library for baloo"
LICENSE="LGPL-2+ LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="KDE version of the Simon Says game"
HOMEPAGE="https://www.kde.org/applications/education/blinken
https://edu.kde.org/blinken"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="KDE arcade bombing game"
HOMEPAGE="https://www.kde.org/applications/games/bomber/"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="Five-in-a-row Board Game"
HOMEPAGE="https://www.kde.org/applications/games/bovo/"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -12,7 +12,7 @@ inherit kde5 python-r1
DESCRIPTION="Interface for doing mathematics and scientific computing"
HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="analitza lua postscript python qalculate +R"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="CVS frontend by KDE"
HOMEPAGE="https://www.kde.org/applications/development/cervisia"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE=""
DEPEND="

@ -8,7 +8,7 @@ KDE_HANDBOOK="false"
inherit kde5
DESCRIPTION="Extra Dolphin plugins"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="bazaar dropbox git mercurial subversion"
# FIXME: required in root CMakeLists.txt, but:

@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="Plasma filemanager focusing on usability"
HOMEPAGE="https://dolphin.kde.org https://www.kde.org/applications/system/dolphin"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="semantic-desktop thumbnail"
DEPEND="

@ -11,7 +11,7 @@ DESCRIPTION="A simple video player"
HOMEPAGE="https://www.kde.org/applications/multimedia/dragonplayer"
LICENSE="GPL-2+ || ( GPL-2 GPL-3 ) handbook? ( FDL-1.2 )"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="FFmpeg based thumbnail generator for video files"
LICENSE="GPL-2+"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="libav"
RDEPEND="

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="Visualise disk usage with interactive map of concentric, segmented rings"
HOMEPAGE="https://utils.kde.org/projects/filelight"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="KDE Bomberman game"
HOMEPAGE="https://www.kde.org/applications/games/granatier/"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -15,7 +15,7 @@ HOMEPAGE="
"
LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="kipi raw semantic-desktop X"
# requires running environment

@ -9,7 +9,7 @@ inherit kde4-base
DESCRIPTION="Text to speech application"
HOMEPAGE="https://www.kde.org/applications/utilities/jovie/"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
DEPEND="

@ -9,7 +9,7 @@ inherit kde4-base
DESCRIPTION="Jukebox and music manager by KDE"
HOMEPAGE="https://www.kde.org/applications/multimedia/juk/"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
DEPEND="

@ -7,7 +7,7 @@ EAPI=6
inherit kde4-base
DESCRIPTION="Provides accessibility services like focus tracking"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug +speechd"
DEPEND="speechd? ( app-accessibility/speech-dispatcher )"

@ -12,7 +12,7 @@ DESCRIPTION="Administer web accounts for the sites and services across the Plasm
HOMEPAGE="https://community.kde.org/KTp"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE=""
COMMON_DEPEND="

@ -10,7 +10,7 @@ DESCRIPTION="KDE accounts providers"
HOMEPAGE="https://community.kde.org/KTp"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
COMMON_DEPEND="

@ -10,7 +10,7 @@ inherit python-single-r1 kde4-base
DESCRIPTION="The classical Mah Jongg for four players"
HOMEPAGE="https://www.kde.org/applications/games/kajongg/"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="MathML-based graph calculator by KDE"
HOMEPAGE="https://www.kde.org/applications/education/kalgebra
https://edu.kde.org/kalgebra"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="opengl readline"
DEPEND="

@ -12,7 +12,7 @@ inherit kde4-base flag-o-matic
DESCRIPTION="Periodic table of the elements"
HOMEPAGE="https://www.kde.org/applications/education/kalzium
https://edu.kde.org/kalzium"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug editor +plasma solver"
DEPEND="

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="Plasma integration for gphoto2 cameras"
LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="

@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Game based on anagrams of words"
HOMEPAGE="https://www.kde.org/applications/education/kanagram
https://edu.kde.org/kanagram"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="Pac-Man clone by KDE"
HOMEPAGE="https://www.kde.org/applications/games/kapman/"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="A shell script to create the necessary framework to develop KDE applications"
HOMEPAGE="https://www.kde.org/applications/development/kapptemplate"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="

@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Kate is an advanced text editor"
HOMEPAGE="https://www.kde.org/applications/utilities/kate http://kate-editor.org"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="+addons"
DEPEND="

@ -13,7 +13,7 @@ HOMEPAGE="
https://www.kde.org/applications/games/katomic/
https://games.kde.org/game.php?game=katomic
"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -9,7 +9,7 @@ KDE_SELINUX_MODULE="games"
inherit kde5
DESCRIPTION="KDE Blackbox Game"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="A single-player Tetris-like KDE game"
HOMEPAGE="https://www.kde.org/applications/games/kblocks/"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -13,7 +13,7 @@ HOMEPAGE="
https://www.kde.org/applications/games/kbounce/
https://games.kde.org/game.php?game=kbounce
"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -12,7 +12,7 @@ HOMEPAGE="
https://www.kde.org/applications/games/kbreakout/
https://games.kde.org/game.php?game=kbreakout
"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="Educational application to learn calculating with fractions"
HOMEPAGE="https://www.kde.org/applications/education/kbruch https://edu.kde.org/kbruch"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -10,7 +10,7 @@ inherit kde4-base
DESCRIPTION="KDE Frontend for Cachegrind"
HOMEPAGE="https://www.kde.org/applications/development/kcachegrind
http://kcachegrind.sourceforge.net"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
RDEPEND="

@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="KDE calculator"
HOMEPAGE="https://www.kde.org/applications/utilities/kcalc
https://utils.kde.org/projects/kcalc"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="

@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="KDE character selection utility"
HOMEPAGE="https://www.kde.org/applications/utilities/kcharselect
https://utils.kde.org/projects/kcharselect"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -10,7 +10,7 @@ DESCRIPTION="KDE color selector/editor"
HOMEPAGE="https://www.kde.org/applications/graphics/kcolorchooser/"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -8,7 +8,7 @@ KDE_HANDBOOK="forceoptional"
inherit kde5
DESCRIPTION="KDE Task Scheduler"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -7,7 +7,7 @@ EAPI=6
inherit kde5-meta-pkg
DESCRIPTION="Meta package for the KDE Applications collection"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="accessibility pim sdk"
RDEPEND="

@ -8,7 +8,7 @@ KDE_HANDBOOK="true"
inherit kde5
DESCRIPTION="KDE Development Scripts"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
# kdelibs4support - required for kdex.dtd

@ -7,5 +7,5 @@ EAPI=6
inherit kde4-base
DESCRIPTION="KDE Development Utilities"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"

@ -15,7 +15,7 @@ inherit kde5
DESCRIPTION="KDE internationalization package"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE=""
DEPEND="

@ -7,7 +7,7 @@ EAPI=6
inherit kde5-meta-pkg
DESCRIPTION="Merge this to pull in all KDE Plasma and Applications packages"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="

@ -17,7 +17,7 @@ inherit kde5
DESCRIPTION="KDE legacy internationalization package"
SLOT="4"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
DEPEND="
kde-base/kdelibs:4

@ -7,7 +7,7 @@ EAPI=6
inherit kde5-meta-pkg
DESCRIPTION="kdeaccessibility - merge this to pull in all kdeaccessiblity-derived packages"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="nls"
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}

@ -7,7 +7,7 @@ EAPI=6
inherit kde5-meta-pkg
DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="+cron nls"
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}

@ -7,7 +7,7 @@ EAPI=6
inherit kde5-meta-pkg
DESCRIPTION="Transitional package to pull in plasma-meta plus basic applications"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="

@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Application to enable/disable qCDebug"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -7,7 +7,7 @@ EAPI=6
inherit kde5-meta-pkg
DESCRIPTION="kdecore - merge this to pull in the most basic applications"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="+handbook minimal nls"
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}

@ -9,7 +9,7 @@ KDE_DEBUG="false"
inherit kde5
DESCRIPTION="Shared icons, artwork and data files for educational applications"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -8,7 +8,7 @@ inherit kde5-meta-pkg
DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived packages"
HOMEPAGE="https://edu.kde.org"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="nls +webkit"
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}

@ -8,7 +8,7 @@ inherit kde5-meta-pkg
DESCRIPTION="kdegames - merge this to pull in all kdegames-derived packages"
HOMEPAGE="https://games.kde.org/"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="nls opengl python"
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}

@ -8,7 +8,7 @@ inherit kde5-meta-pkg
DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived packages"
HOMEPAGE="https://www.kde.org/applications/graphics/"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="nls scanner"
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}

@ -7,7 +7,7 @@ EAPI=6
inherit kde4-base
DESCRIPTION="Library to support mobipocket ebooks"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
src_configure() {

@ -11,7 +11,7 @@ HOMEPAGE="
https://www.kde.org/applications/multimedia/
https://multimedia.kde.org/
"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="+ffmpeg nls"
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}

@ -7,7 +7,7 @@ EAPI=6
inherit kde5
DESCRIPTION="kcontrol filesharing config module for SMB"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -7,7 +7,7 @@ EAPI=6
inherit kde5-meta-pkg
DESCRIPTION="kdenetwork - merge this to pull in all kdenetwork-derived packages"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="nls ppp"
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}

@ -11,7 +11,7 @@ DESCRIPTION="Non-linear video editing suite by KDE"
HOMEPAGE="https://www.kdenlive.org/"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="freesound gles2 jogshuttle semantic-desktop v4l"
RDEPEND="

@ -9,7 +9,7 @@ KMNAME="kde-baseapps"
inherit kde4-meta
DESCRIPTION="KDE GUI for passwd"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
DEPEND="

@ -15,7 +15,7 @@ inherit kde5
DESCRIPTION="KDE PIM internationalization package"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -7,7 +7,7 @@ EAPI=6
inherit kde4-base
DESCRIPTION="kioslaves from kdesdk package"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug subversion"
KMNAME="kdesdk-kioslaves"

@ -8,7 +8,7 @@ inherit kde5-meta-pkg
DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages"
HOMEPAGE="https://www.kde.org/applications/development"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="cvs nls"
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}

@ -7,7 +7,7 @@ EAPI=6
inherit kde5
DESCRIPTION="Thumbnail generator for PO files"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -8,7 +8,7 @@ inherit kde5-meta-pkg
DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages"
HOMEPAGE="https://www.kde.org/applications/utilities https://utils.kde.org"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="cups floppy lirc nls"
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}

@ -7,7 +7,7 @@ EAPI=6
inherit kde5-meta-pkg
DESCRIPTION="KDE WebDev - merge this to pull in all kdewebdev-derived packages"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="nls"
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="KDE free disk space utility"
HOMEPAGE="https://utils.kde.org/projects/kdf"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE=""
DEPEND="

@ -8,5 +8,5 @@ KMNAME="kde-baseapps"
inherit kde4-meta
DESCRIPTION="Can be used to show nice dialog boxes from shell scripts"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"

@ -12,7 +12,7 @@ HOMEPAGE="
https://www.kde.org/applications/games/kdiamond/
https://games.kde.org/game.php?game=kdiamond
"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
inherit kde4-meta
DESCRIPTION="KDE's bookmarks editor"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
DEPEND="

@ -10,5 +10,5 @@ inherit kde4-meta
DESCRIPTION="Powerful tool to search and replace in multiple files"
HOMEPAGE="https://www.kde.org/applications/utilities/kfilereplace/"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"

@ -10,7 +10,7 @@ inherit kde4-meta
DESCRIPTION="KDE file finder utility"
HOMEPAGE="https://www.kde.org/applications/utilities/kfind/"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
DEPEND="

@ -13,7 +13,7 @@ HOMEPAGE="
https://utils.kde.org/projects/kfloppy/
"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -9,7 +9,7 @@ KMMODULE="konqueror/client"
inherit kde4-meta
DESCRIPTION="KDE tool for opening URLs from the command line"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
KMEXTRACTONLY="

@ -12,7 +12,7 @@ HOMEPAGE="
https://www.kde.org/applications/games/kfourinline/
https://games.kde.org/game.php?game=kfourinline
"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Geography learning tool"
HOMEPAGE="https://edu.kde.org/applications/miscellaneous/kgeography
https://edu.kde.org/applications/all/kgeography"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -9,7 +9,7 @@ inherit kde4-base
DESCRIPTION="Advanced download manager by KDE"
HOMEPAGE="https://www.kde.org/applications/internet/kget/"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug bittorrent gpg mms sqlite"
RDEPEND="

@ -13,7 +13,7 @@ HOMEPAGE="
https://www.kde.org/applications/games/kgoldrunner/
https://games.kde.org/game.php?game=kgoldrunner
"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
DEPEND="

@ -11,7 +11,7 @@ inherit kde4-base
DESCRIPTION="Frontend for GnuPG, a powerful encryption utility by KDE"
HOMEPAGE="https://www.kde.org/applications/utilities/kgpg
https://utils.kde.org/projects/kgpg"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
DEPEND="

@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Classical hangman game by KDE"
HOMEPAGE="https://www.kde.org/applications/education/khangman
https://edu.kde.org/khangman"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="The KDE Help Center"
HOMEPAGE+=" https://userbase.kde.org/KHelpCenter"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE=""
DEPEND="

@ -11,7 +11,7 @@ inherit python-single-r1 kde5
DESCRIPTION="KDE Interactive Geometry tool"
HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="geogebra scripting"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

@ -9,7 +9,7 @@ inherit kde4-base
DESCRIPTION="Go game by KDE"
HOMEPAGE="https://www.kde.org/applications/games/kigo/"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
DEPEND="$(add_kdeapps_dep libkdegames)"

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="Kill the bots or they kill you!"
HOMEPAGE="https://www.kde.org/applications/games/killbots/"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -11,5 +11,5 @@ inherit kde4-meta
DESCRIPTION="KDE web development - image map editor"
HOMEPAGE="https://www.kde.org/applications/development/kimagemapeditor/"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"

@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="exif mtp openexr phonon samba +sftp slp"
COMMON_DEPEND="

@ -12,7 +12,7 @@ HOMEPAGE="
https://www.kde.org/applications/games/kiriki/
https://games.kde.org/game.php?game=kiriki
"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="KDE Japanese dictionary and reference"
HOMEPAGE="https://www.kde.org/applications/education/kiten https://edu.kde.org/kiten"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

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

Loading…
Cancel
Save