Sync with portage [Thu Jun 2 08:41:23 MSK 2016].
This commit is contained in:
parent
92f58b6dfa
commit
134ec11de0
320 changed files with 1019 additions and 774 deletions
|
@ -12,7 +12,7 @@ SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz"
|
|||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc64 ~x86"
|
||||
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc64 x86"
|
||||
IUSE="pam selinux"
|
||||
|
||||
RDEPEND="sys-libs/libnih[dbus]
|
||||
|
|
|
@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
|
|||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="2"
|
||||
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
|
||||
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
|
||||
|
||||
IUSE="botan debug doc examples gcrypt gpg libressl logger nss +openssl pkcs11 +qt4 qt5 sasl softstore test"
|
||||
REQUIRED_USE="|| ( qt4 qt5 )"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
DIST scim-1.4.14.tar.gz 1519287 SHA256 e91e4cfed92f3e19d229f702eda03038b3f9a0ce6c4e625b0be51134c19b7678 SHA512 00fe7a1b40b69aae123c0a1e67eb3744ad1e6b1e66726bb011a7426bd28012c52b346c62f08c7ecf0977ac3e88ee416337c9fa89b39142d5eea338d99641f5df WHIRLPOOL cb32326b30ff17ca4815267898de715e50893e77c28a48c55cf708f818fff4aea9e2114f982302c0fd6fd4e1fc45f2ca8490603db0de49ed4159914e1edd516d
|
||||
DIST scim-1.4.16.tar.gz 1361105 SHA256 54173a4faa50c81c754e46458bb809428a6f4a2fd9e62c9b443648c6953b4cec SHA512 23fe60202d74dd8cba84da40f80b6998d96180b08a618b052dde54b4d16a65246608344f63d6dd9b3d8a98102adcfd4831d850d81348539074273a2062c133d8 WHIRLPOOL 3955cad6eb3d8abf780af76d78f8025a1b8425e1f68df52517d999bd9369980a605ac40c3f7c3812b3b65b2cf7dff55a384238f7adfd689841a83475ed5b09e3
|
||||
DIST scim-1.4.17.tar.gz 1285383 SHA256 573add90f266b2351a04950fcf0f558459997ea23d0266b43f586acea009f922 SHA512 a7e0696330bca6fdf929ec0565ab4af1b4d0e5f73592cf5cccf1af6412eb351cd5a5ec9a3e5b83b24d6abad89bbb38a375cbbb0fd978f2fa17f6d64b69da0e3a WHIRLPOOL b28d609b306756c352445568e3e2bdbc10e6a89859d671fcca0d3008d3894f53288eff48ec52fb0d3a8244b7803feb89590fc8ba2f3bd0982bab916f904e2150
|
||||
|
|
99
app-i18n/scim/scim-1.4.17.ebuild
Normal file
99
app-i18n/scim/scim-1.4.17.ebuild
Normal file
|
@ -0,0 +1,99 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
inherit eutils flag-o-matic multilib gnome2-utils autotools
|
||||
|
||||
DESCRIPTION="Smart Common Input Method (SCIM) is an Input Method (IM) development platform"
|
||||
HOMEPAGE="https://sourceforge.net/projects/scim"
|
||||
SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
||||
IUSE="doc gtk3"
|
||||
|
||||
RDEPEND="x11-libs/libX11
|
||||
dev-libs/glib:2
|
||||
gtk3? ( x11-libs/gtk+:3 )
|
||||
!gtk3? ( x11-libs/gtk+:2 )
|
||||
>=dev-libs/atk-1
|
||||
>=x11-libs/pango-1"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( app-doc/doxygen
|
||||
>=app-text/docbook-xsl-stylesheets-1.73.1 )
|
||||
dev-lang/perl
|
||||
virtual/pkgconfig
|
||||
>=dev-util/intltool-0.33
|
||||
sys-devel/libtool"
|
||||
DOCS=(
|
||||
README
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
docs/developers
|
||||
docs/scim.cfg
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# bug #83625
|
||||
filter-flags -fvisibility-inlines-hidden -fvisibility=hidden
|
||||
econf $(use_with doc doxygen) \
|
||||
--enable-ld-version-script \
|
||||
$(usex gtk3 --with-gtk-version={3,2})
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
default
|
||||
use doc && emake docs
|
||||
}
|
||||
|
||||
src_install() {
|
||||
use doc && HTML_DOCS=( "${S}/docs/html/" )
|
||||
default
|
||||
|
||||
sed -e "s:@EPREFIX@:${EPREFIX}:" "${FILESDIR}/xinput-${PN}" > "${T}/${PN}.conf" || die
|
||||
insinto /etc/X11/xinit/xinput.d
|
||||
doins "${T}/${PN}.conf"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog
|
||||
elog "To use SCIM with both GTK and XIM, you should use the following"
|
||||
elog "in your user startup scripts such as .gnomerc or .xinitrc:"
|
||||
elog
|
||||
elog "LANG='your_language' scim -d"
|
||||
elog "export XMODIFIERS=@im=SCIM"
|
||||
elog "export GTK_IM_MODULE=\"scim\""
|
||||
elog "export QT_IM_MODULE=\"scim\""
|
||||
elog
|
||||
elog "where 'your_language' can be zh_CN, zh_TW, ja_JP.eucJP or any other"
|
||||
elog "UTF-8 locale such as en_US.UTF-8 or ja_JP.UTF-8"
|
||||
elog
|
||||
elog "To use Chinese input methods:"
|
||||
elog " # emerge app-i18n/scim-tables app-i18n/scim-pinyin"
|
||||
elog "To use Korean input methods:"
|
||||
elog " # emerge app-i18n/scim-hangul"
|
||||
elog "To use Japanese input methods:"
|
||||
elog " # emerge app-i18n/scim-anthy"
|
||||
elog "To use various input methods (more than 30 languages):"
|
||||
elog " # emerge app-i18n/scim-m17n"
|
||||
elog
|
||||
elog "Please modify ${EPREFIX}/etc/scim/global and add your UTF-8 locale to"
|
||||
elog "/SupportedUnicodeLocales entry."
|
||||
elog
|
||||
ewarn
|
||||
ewarn "If you upgraded from scim-1.2.x or scim-1.0.x, you should remerge all SCIM modules."
|
||||
ewarn
|
||||
|
||||
gnome2_query_immodules_gtk2
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_query_immodules_gtk2
|
||||
}
|
|
@ -1,5 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<maintainer type="person">
|
||||
<email>wizardedit@gentoo.org</email>
|
||||
<name>Austin English</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Tiny C compiler
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
DIST Sort-Versions-1.5.tar.gz 4482 SHA256 09c2ffa65d504b3a0238c41a97e0138cc2a61609a3719af2738e413f95ea1efa SHA512 e404037abda1eb84df90a5b41f7eda5a6af262ae83656e2f1b19bcd6a772157b9dfcd00d1a2ec418908267aaaecaf3977d1f71b587ffb468a9db8e6fb2454234 WHIRLPOOL a3d95d71ad58e7b537497a923bdb03a6e8b702e35778e8cf0d0a048e2df8de206a8e8f071fabb4969288cab09f2c737d53100c76377f78bbd047d4fe9e8afc62
|
||||
DIST Sort-Versions-1.62.tar.gz 12295 SHA256 bf5f3307406ebe2581237f025982e8c84f6f6625dd774e457c03f8994efd2eaa SHA512 b30dab96a5a31023af3ecee1857ae7bf5abc45b266294b47abb4f03c332b27825c1139d1a56bf0cfbd538487d28b3be167d83f9f5a93f079717b40157abe4d96 WHIRLPOOL 090e09407b3966b0cd6bbd2b5c9070d2a04c3ab95ade7907b81ce3e7f7d7daffbcde818303e6a8de8b5407f939b02571ea8391d7116119fc00764bfad4e6cbb8
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
MODULE_AUTHOR=EDAVIS
|
||||
MODULE_VERSION=1.5
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="A perl 5 module for sorting of revision-like numbers"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
SRC_TEST="do"
|
|
@ -11,7 +11,7 @@ inherit perl-module
|
|||
DESCRIPTION="A perl 5 module for sorting of revision-like numbers"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
|
||||
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
DIST Spiffy-0.31.tar.gz 53320 SHA256 922e02aa62a8a618f91dc185d34fde65ef652dfa35d7a335f2e8de2ffdd2f686 SHA512 8d08a04823c98b34a9c4114b6d60f572e33a716969af65cb6818f75d4be9887ba723a70c268b77f2642e707c80875e31a3fa931d6f0c328cffdad8354cc400ca WHIRLPOOL 6d4d540af547f70feeaac5e44b2f8fe989094e2867b40b14e40e090d673015d97a0be98848878d5d3d02d42ee062dcac1e8a31f9458fa57ac7a85ed2ff9a0ed5
|
||||
DIST Spiffy-0.46.tar.gz 33447 SHA256 8f58620a8420255c49b6c43c5ff5802bd25e4f09240c51e5bf2b022833d41da3 SHA512 a1fb02bae4a6edab564c05af2f1b2caaf996d433ec054e07e75a53e88216c46cf14db87a2abdfc9c74f73791267f69129a86bfdaa77492f941104143ca7b8154 WHIRLPOOL 2daf405ad2b84396b96f8df040646b1f75e5bcadd95c4f4ab047c0007433510d18c0f9486603639925c05b3ba8ee689c9e29e873b5705e37b278cdfc55487abd
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
MODULE_AUTHOR=INGY
|
||||
MODULE_VERSION=0.31
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Spiffy Perl Interface Framework For You"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
||||
IUSE=""
|
||||
|
||||
SRC_TEST="do"
|
|
@ -11,7 +11,7 @@ inherit perl-module
|
|||
DESCRIPTION="Spiffy Perl Interface Framework For You"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=virtual/perl-ExtUtils-MakeMaker-6.300.0"
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
DIST Spreadsheet-ParseExcel-0.59.tar.gz 188131 SHA256 bcb673937c4d53c22a943c957a4b2ceb711a6e7db4b448bdb3ae3b07c3feda58 SHA512 f1b3683cceaab936531e4704bf4c382d9169093f4c1939b682e6829640d542df133a24b40dd1eda7503832c6372695fa453aa7d25fef9afaa25043fb3b95fce5 WHIRLPOOL 89ecb46bee7008f86eaaafc2254a99102d25bc60dd42f591836b2ad6971ef3910072a5d9b0965464737ddb1c515f6d82d72c9c8072b78e3d98cc24dfc95e1ba5
|
||||
DIST Spreadsheet-ParseExcel-0.65.tar.gz 206923 SHA256 6ec4cb429bd58d81640fe12116f435c46f51ff1040c68f09cc8b7681c1675bec SHA512 a57be764a9781d1e219d1aab940a9b834d1ddf90ebb4966eaeba86afea3de03617fbdeda67d9bc2bedd8651cc3feafd46905021150bbcd68cbc7453865877637 WHIRLPOOL 594247e7ed19eae8e4fd8e211c8628c7832467b46369791241f47e34c9beee115fb27941141c3fbd87e72bc2703736b94a2a020bd584b5e68939ff3ba13c7f50
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
MODULE_AUTHOR=JMCNAMARA
|
||||
MODULE_VERSION=0.59
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Get information from Excel file"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
|
||||
IUSE="test cjk unicode"
|
||||
|
||||
# Digest::Perl::MD5 cannot be replaced by Digest::MD5, as this module actually
|
||||
# interacts with the internal state of Digest::Perl::MD5.
|
||||
RDEPEND=">=dev-perl/OLE-StorageLite-0.19
|
||||
dev-perl/IO-stringy
|
||||
dev-perl/Text-CSV_XS
|
||||
dev-perl/Crypt-RC4
|
||||
dev-perl/Digest-Perl-MD5
|
||||
unicode? ( dev-perl/Unicode-Map )
|
||||
cjk? ( dev-perl/Jcode )"
|
||||
DEPEND="
|
||||
test? ( dev-perl/Test-Pod
|
||||
dev-perl/Unicode-Map
|
||||
dev-perl/Spreadsheet-WriteExcel
|
||||
dev-perl/Jcode )
|
||||
${RDEPEND}"
|
||||
|
||||
SRC_TEST="do"
|
|
@ -11,7 +11,7 @@ inherit perl-module
|
|||
DESCRIPTION="Read information from an Excel file"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
|
||||
IUSE="test cjk unicode"
|
||||
|
||||
# Digest::Perl::MD5 cannot be replaced by Digest::MD5, as this module actually
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
DIST Switch-2.16-rt60380.patch 577 SHA256 7a60421267c6ab17463dda884fe46b3a2ccdc3e65d864bcb06f5577fddb63e76 SHA512 a67fcf396744bc268c31df543da32c7ee0a78455ce3c430b84bcc1c3feea0ee1cc934a52f67d701a60358dac297c3182a09478b65daf3b898715141da1a57713 WHIRLPOOL fad351d9321f4e04387a858c087b84f8541595ec239518642b6f44422f9f997b8d9e716c89876c7c095b8bff90008cc8e8989e74d837df380f8adf6c12cd88f1
|
||||
DIST Switch-2.16.tar.gz 13185 SHA256 308c8f27f295906778186f14c6291923905730b46ba879c3a68fff81c37df9d8 SHA512 614916c3b813c5cc279e592778d24b4213218acbb94fb842b99969475d356f44f451d0ad7fd18b28899a38bdb070e491d32e22c7ee87bc45668606b9cb413f88 WHIRLPOOL dcbdf7f8abde45a8ca39519cf5878c7d3d481653aa3efa239828ca55fe7584816f4c0f479577bd18007327dbacf6cad84efde1a3a0f28644a3514e08b1f608eb
|
||||
DIST Switch-2.17.tar.gz 14490 SHA256 31354975140fe6235ac130a109496491ad33dd42f9c62189e23f49f75f936d75 SHA512 8faf3585c7b8a0552c7de7fad7b0ab89a8c3f3d55cb090d5656ae0925f8d328d9b466bd5bcbca76eaeaf56eceab11654137ba8a9bb03f79b91f00338ab2483ab WHIRLPOOL 38743250921053fee7d44dd409087b7c2b437708849e6d029d5aeda371baab423e8f20c98cf2231103b60129e0fe0ec03e9507f3e81b0a0987a8ef2edf97dad3
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
MODULE_AUTHOR=RGARCIA
|
||||
MODULE_VERSION=2.16
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="A switch statement for Perl"
|
||||
SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
|
||||
IUSE=""
|
||||
|
||||
SRC_TEST="do"
|
||||
PATCHES=( "${DISTDIR}"/Switch-2.16-rt60380.patch )
|
|
@ -12,7 +12,7 @@ DESCRIPTION="A switch statement for Perl"
|
|||
#SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux"
|
||||
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
|
||||
IUSE=""
|
||||
|
||||
SRC_TEST="do"
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
DIST Test-Exception-0.32.tar.gz 18131 SHA256 ba4427e6004797ece8dce93c61d1d6c82df891b0f017e7d4a5c2505fa05c5a47 SHA512 fd394c2e3d24fc822810b77bd3bfe12ca75f59519ac0a0307f028be84a48386d12273967f0431f8c3a6671762c6426523420f620621ba7332c3268bc3a0706af WHIRLPOOL db6bdfbd4d1d45991ee9ecd78af37cc19911620a585a3284716faf3f80458194956ee8339a738fd3723b5b428bca4d70cff4467e30a3ce1b719c3a60239414d0
|
||||
DIST Test-Exception-0.43.tar.gz 15204 SHA256 156b13f07764f766d8b45a43728f2439af81a3512625438deab783b7883eb533 SHA512 f5ab65ce7b142ab7a96b0075838826a7f6b975a151a285e00d99db307bea07b359d5ca44eb678ba93d97b2ae37a112f0002ae1c06bb6e5654b80ce8c5473aa20 WHIRLPOOL 9bcf713fb22f63439e6823c6ae5dbda07e0c7699b00140d2098a956beebe2809607419d649d1ef67614d434e2276523c2716b04715dc94af901f2924d9180376
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
MODULE_AUTHOR=ADIE
|
||||
MODULE_VERSION=0.32
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="test functions for exception based code"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=virtual/perl-Test-Simple-0.64
|
||||
>=dev-perl/Sub-Uplevel-0.18"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-perl/Module-Build-0.36"
|
||||
|
||||
SRC_TEST="do"
|
|
@ -11,7 +11,7 @@ inherit perl-module
|
|||
DESCRIPTION="Test functions for exception based code"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
DIST Test-Fatal-0.010.tar.gz 13075 SHA256 805e8497a06c1ba5ab2cc85dea74533edbf48c738c8ecf42f6d812993d279305 SHA512 24ed85a957e316f49673613295978ff4f2485f762427a8e51594221fe7601d6df3ab1d92dd5a9a8943cce42a04a3a712b781a7ae31403995a03bbf177006edf6 WHIRLPOOL 8da6fd69182f675212a16aab43b066f7fda478dbbe3f3787f122191bede6825ac4b27161ac487759f5fed9e4673c103a691000c7cb50b77d27bc6fba00b3ec6e
|
||||
DIST Test-Fatal-0.014.tar.gz 19685 SHA256 bcdcef5c7b2790a187ebca810b0a08221a63256062cfab3c3b98685d91d1cbb0 SHA512 339d9b33231f8c8d93c0f9374a51458d004568a2f3e28471976e954c35d27efd348f68fb56e3cabd11dc47d37e7ce46282eba967c156ba5081811d221c6a7523 WHIRLPOOL 4b00d517b719b971b967c8f3c1d044eb072cb8160a345f28a96f22f73d7db88b5dd3800791967415e344b4b955ac5fe1a3b34032b62133fc368423151d493427
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
MODULE_AUTHOR=RJBS
|
||||
MODULE_VERSION=0.010
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Incredibly simple helpers for testing code with exceptions"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-perl/Try-Tiny-0.70.0"
|
||||
DEPEND="${RDEPEND}
|
||||
>=virtual/perl-ExtUtils-MakeMaker-6.30
|
||||
test? ( virtual/perl-Test-Simple )"
|
||||
|
||||
SRC_TEST="do"
|
|
@ -12,7 +12,7 @@ inherit perl-module
|
|||
DESCRIPTION="Incredibly simple helpers for testing code with exceptions"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~hppa ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~hppa ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="webkit"
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="declarative webkit"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Tools for working with Qt translation data files"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="qml"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Graphical tool for translating Qt applications"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm hppa ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm hppa ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Qt screen magnifier"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm hppa ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm hppa ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Interface to Qt applications communicating over D-Bus"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Graphical tool that lets you introspect D-Bus objects and messages"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm hppa ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm hppa ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Qt documentation generator"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
DIST qtchooser-0_p20150102.tar.xz 30936 SHA256 7b6d622d3a57a1467c57b4ca368220540085698cb7ad226ed782931599e85757 SHA512 15e08f1aaa22ba45d41adda57b9da76f3667d15ab92448b6a95b44287e5043fcae368ddcea1e2b84565d3a96edacbcd68bc515054ffaa81dde4064c9a992dbae WHIRLPOOL 4617444cf9764a82f10f3ff8fdf1102d9c5fdd76c77966c661a5256a98221117696ffccf83ed5b961a53d7b5ff5e0a7f6454627a6ab43427583edf9e3660a1bb
|
||||
DIST qtchooser-0_p20151008.tar.xz 31308 SHA256 121e90dd70054701c52b0d555ffa2a55192439afded88197f17d7b2ca28fa2e8 SHA512 d6fd56e839b7ce7abbd42300d76d06d67fabb5ca36a6f6a39493b7770599372c4795a90cafeea8cceff8da7ea7f6639d74f76a8241a808364a41905fa3d084c6 WHIRLPOOL 8e5fc7d1b30d06990af87737e7d5a4b210f0f30ef2d8d7a17b7ef91e02afdb9bce7240c7f291d557855a277c4d5c4c3f452c416ea29a9f1f9a23c9aeface4ae3
|
||||
|
|
|
@ -1,77 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit qmake-utils toolchain-funcs
|
||||
|
||||
DESCRIPTION="Qt4/Qt5 version chooser"
|
||||
HOMEPAGE="https://code.qt.io/cgit/qt/qtchooser.git/"
|
||||
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${P}.tar.xz"
|
||||
|
||||
LICENSE="|| ( LGPL-2.1 GPL-3 )"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
|
||||
IUSE="qt5 test"
|
||||
|
||||
DEPEND="qt5? ( test? (
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qttest:5
|
||||
) )"
|
||||
RDEPEND="
|
||||
!<dev-qt/assistant-4.8.6:4
|
||||
!<dev-qt/designer-4.8.6:4
|
||||
!<dev-qt/linguist-4.8.6:4
|
||||
!<dev-qt/pixeltool-4.8.6:4
|
||||
!<dev-qt/qdbusviewer-4.8.6:4
|
||||
!<dev-qt/qt3support-4.8.6:4
|
||||
!<dev-qt/qtbearer-4.8.6:4
|
||||
!<dev-qt/qtcore-4.8.6:4
|
||||
!<dev-qt/qtdbus-4.8.6:4
|
||||
!<dev-qt/qtdeclarative-4.8.6:4
|
||||
!<dev-qt/qtdemo-4.8.6:4
|
||||
!<dev-qt/qtgui-4.8.6:4
|
||||
!<dev-qt/qthelp-4.8.6:4
|
||||
!<dev-qt/qtmultimedia-4.8.6:4
|
||||
!<dev-qt/qtopengl-4.8.6:4
|
||||
!<dev-qt/qtopenvg-4.8.6:4
|
||||
!<dev-qt/qtphonon-4.8.6:4
|
||||
!<dev-qt/qtscript-4.8.6:4
|
||||
!<dev-qt/qtsql-4.8.6:4
|
||||
!<dev-qt/qtsvg-4.8.6:4
|
||||
!<dev-qt/qttest-4.8.6:4
|
||||
!<dev-qt/qtwebkit-4.8.6:4
|
||||
!<dev-qt/qtxmlpatterns-4.8.6:4
|
||||
"
|
||||
|
||||
qtchooser_make() {
|
||||
emake \
|
||||
CXX="$(tc-getCXX)" \
|
||||
LFLAGS="${LDFLAGS}" \
|
||||
prefix="${EPREFIX}/usr" \
|
||||
"$@"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
qtchooser_make
|
||||
}
|
||||
|
||||
src_test() {
|
||||
use qt5 || return
|
||||
|
||||
pushd tests/auto >/dev/null || die
|
||||
eqmake5
|
||||
popd >/dev/null || die
|
||||
|
||||
qtchooser_make check
|
||||
}
|
||||
|
||||
src_install() {
|
||||
qtchooser_make INSTALL_ROOT="${D}" install
|
||||
|
||||
keepdir /etc/xdg/qtchooser
|
||||
|
||||
# TODO: bash and zsh completion
|
||||
# newbashcomp scripts/${PN}.bash ${PN}
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${P}.tar.xz"
|
|||
|
||||
LICENSE="|| ( LGPL-2.1 GPL-3 )"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="test? (
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Cross-platform application development framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="icu systemd"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="The D-Bus module for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -8,7 +8,7 @@ inherit qt5-build
|
|||
DESCRIPTION="The QML and Quick modules for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="gles2 +jit localstorage +widgets xml"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -8,7 +8,7 @@ inherit qt5-build virtualx
|
|||
DESCRIPTION="Set of QML types for adding visual effects to user interfaces"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~hppa ~ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~hppa ~ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
# TODO: directfb, linuxfb, kms integration in eglfs
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="The Help module for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~hppa ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~hppa ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -8,7 +8,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Additional format plugins for the Qt image I/O system"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~hppa ~ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~hppa ~ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -8,7 +8,7 @@ inherit qt5-build
|
|||
DESCRIPTION="The Multimedia module for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~hppa ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~hppa ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="alsa gles2 gstreamer gstreamer010 openal pulseaudio qml widgets"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Network abstraction library for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="bindist connman libproxy networkmanager +ssl"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -10,7 +10,7 @@ inherit qt5-build
|
|||
DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="gles2"
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Command line client to QStandardPaths"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~hppa ~ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~hppa ~ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Physical position determination library for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~hppa ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~hppa ppc64 x86"
|
||||
fi
|
||||
|
||||
# TODO: src/plugins/position/gypsy
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -10,7 +10,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Printing support library for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="cups gles2"
|
||||
|
|
|
@ -8,7 +8,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Legacy declarative UI module for the Qt5 framework (deprecated)"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 ~hppa ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 ~hppa ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="designer gles2 opengl webkit xml"
|
||||
|
|
|
@ -8,7 +8,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Set of controls used in conjunction with Qt Quick to build complete interfaces"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="+widgets"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -8,7 +8,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="+jit scripttools"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -8,7 +8,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Hardware sensor access library for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~hppa ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~hppa ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="qml"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -9,7 +9,7 @@ inherit multilib qt5-build
|
|||
DESCRIPTION="SQL abstraction library for the Qt5 tooolkit"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="freetds mysql oci8 odbc postgres +sqlite"
|
||||
|
|
|
@ -8,7 +8,7 @@ inherit qt5-build
|
|||
DESCRIPTION="SVG rendering library for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -10,7 +10,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Unit testing library for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -8,7 +8,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Translation files for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~hppa ppc ~ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~hppa ppc ~ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -8,7 +8,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Wayland platform plugin for Qt"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~hppa ~ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~hppa ~ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="egl qml wayland-compositor xcomposite"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -8,7 +8,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE="qml"
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit python-any-r1 qt5-build
|
|||
DESCRIPTION="WebKit rendering library for the Qt5 framework (deprecated)"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 ppc64 x86"
|
||||
fi
|
||||
|
||||
# TODO: qttestlib
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Set of components for creating classic desktop-style UIs for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
# keep IUSE defaults in sync with qtgui
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -8,7 +8,7 @@ inherit qt5-build
|
|||
DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -9,7 +9,7 @@ inherit qt5-build
|
|||
DESCRIPTION="SAX and DOM implementation library for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -8,7 +8,7 @@ inherit qt5-build
|
|||
DESCRIPTION="XPath, XQuery, and XSLT support library for the Qt5 framework"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86"
|
||||
KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="C++ bindings for gpgme"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS=" amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -18,6 +18,7 @@ docs/kdesdk kapptemplate
|
|||
docs/kdesdk okteta
|
||||
docs/kdesdk umbrello
|
||||
docs/kdeutils kwalletmanager
|
||||
scripts kdeedu
|
||||
# Plasma 5
|
||||
docs kde-workspace
|
||||
docs/kde-runtime fundamentals
|
||||
|
@ -31,6 +32,7 @@ docs/kde-runtime/kcontrol ebrowsing
|
|||
docs/kde-runtime/kcontrol emoticons
|
||||
docs/kde-runtime/kcontrol icons
|
||||
docs/kde-runtime/kcontrol kcmcgi
|
||||
docs/kde-runtime/kcontrol nepomuk
|
||||
docs/kde-runtime/kcontrol smb
|
||||
docs/kde-runtime/kcontrol trash
|
||||
docs/kde-runtime/kcontrol useragent
|
|
@ -21,7 +21,7 @@ RDEPEND="
|
|||
minimal? ( >=kde-apps/kde-l10n-${PV} )
|
||||
"
|
||||
|
||||
REMOVE_DIRS="${FILESDIR}/${PN}-16.03.91-remove-dirs"
|
||||
REMOVE_DIRS="${FILESDIR}/${PN}-16.04.1-remove-dirs"
|
||||
REMOVE_MSGS="${FILESDIR}/${PN}-16.03.91-remove-messages"
|
||||
|
||||
LV="4.14.3"
|
||||
|
@ -78,6 +78,26 @@ src_prepare() {
|
|||
default
|
||||
[[ -n ${A} ]] || return
|
||||
|
||||
# LINGUAS=sr variants are subdirs within sr/ ...
|
||||
if use minimal && [[ -d "${KMNAME}-sr-${PV}" ]] ; then
|
||||
for variant in "${KMNAME}"-sr-${PV}/4/sr/sr@*; do
|
||||
mkdir -p "${KMNAME}-${variant##*/}-${PV}/4" ||
|
||||
die "Failed to create LINGUAS=${variant##*/} subdir"
|
||||
mv ${variant} "${KMNAME}-${variant##*/}-${PV}/4/sr" ||
|
||||
die "Failed to move LINGUAS=${variant##*/}"
|
||||
cp -f "${KMNAME}-sr-${PV}"/CMakeLists.txt "${KMNAME}-${variant##*/}-${PV}" ||
|
||||
die "Failed to prepare LINGUAS=${variant##*/} subdir"
|
||||
cp -f "${KMNAME}-sr-${PV}"/4/CMakeLists.txt "${KMNAME}-${variant##*/}-${PV}"/4 ||
|
||||
die "Failed to prepare LINGUAS=${variant##*/} subdir"
|
||||
cp -f "${KMNAME}-sr-${PV}"/4/sr/CMakeLists.txt "${KMNAME}-${variant##*/}-${PV}"/4/sr ||
|
||||
die "Failed to prepare LINGUAS=${variant##*/} subdir"
|
||||
sed -e "/^macro.*sr/d" \
|
||||
-e "s/sr/${variant##*/}/" \
|
||||
-i "${KMNAME}-${variant##*/}-${PV}"/4/sr/CMakeLists.txt ||
|
||||
die "Failed to prepare LINGUAS=${variant##*/} subdir"
|
||||
done
|
||||
fi
|
||||
|
||||
# add all linguas to cmake
|
||||
cat <<-EOF > CMakeLists.txt || die
|
||||
project(kde4-l10n)
|
|
@ -8,7 +8,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework providing access to Open Collaboration Services"
|
||||
LICENSE="LGPL-2.1+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
|
|||
inherit kde5
|
||||
|
||||
DESCRIPTION="Framework for searching and managing metadata"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5 udev
|
|||
|
||||
DESCRIPTION="Qt wrapper for Bluez 5 DBus API"
|
||||
LICENSE="LGPL-2"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
|
|
|
@ -11,7 +11,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Breeze SVG icon theme"
|
||||
LICENSE="LGPL-3"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
|
|
|
@ -14,7 +14,7 @@ DESCRIPTION="Extra modules and scripts for CMake"
|
|||
HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
|
||||
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~x86"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86"
|
||||
IUSE="doc test"
|
||||
|
||||
DEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework for integrating Qt applications with KDE workspaces"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="X"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -8,7 +8,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework for getting the usage statistics collected by the activities service"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -8,7 +8,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework for working with KDE activities"
|
||||
LICENSE="|| ( LGPL-2.1 LGPL-3 )"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE=""
|
||||
|
||||
COMMON_DEPEND="
|
||||
|
|
|
@ -14,7 +14,7 @@ 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"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -8,7 +8,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
|
||||
LICENSE="GPL-2 LGPL-2.1"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="+bzip2 +lzma"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework to let applications perform actions as a privileged user"
|
||||
LICENSE="LGPL-2.1+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="nls +policykit"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework for managing bookmarks stored in XBEL format"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="nls"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework to work with KDE System Settings modules"
|
||||
LICENSE="LGPL-2"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -8,7 +8,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework for manipulating strings using various encodings"
|
||||
LICENSE="GPL-2+ LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="nls"
|
||||
|
||||
DEPEND="nls? ( $(add_qt_dep linguist-tools) )"
|
||||
|
|
|
@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
|
|||
inherit kde5
|
||||
|
||||
DESCRIPTION="Framework for common completion tasks such as filename or URL completion"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="nls"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework for reading and writing configuration"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="nls"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework providing an assortment of configuration-related widgets"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="+man"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -8,7 +8,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework for solving common problems such as caching, randomisation, and more"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="fam nls"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework for intercepting and handling application crashes"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="nls X"
|
||||
|
||||
# requires running kde environment
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework for registering services and applications per freedesktop standards"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="nls X"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework providing integration of QML and KDE work spaces"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Central daemon of KDE workspaces"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="+man"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework easing the development transition from KDE 4 to KF 5"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="X"
|
||||
|
||||
COMMON_DEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework providing plugins to use KDE frameworks widgets in QtDesigner"
|
||||
LICENSE="LGPL-2.1+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="designer nls webkit"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework to handle super user actions"
|
||||
LICENSE="LGPL-2"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="X"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework providing KDE integration of QtWebKit"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -8,7 +8,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework for network service discovery using Zeroconf"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="nls zeroconf"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -8,7 +8,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Tools to generate documentation in various formats from DocBook files"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework for converting text emoticons to graphical representations"
|
||||
LICENSE="LGPL-2.1+"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
|
@ -10,7 +10,7 @@ SRC_URI=""
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="5"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~x86"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=x11-misc/xdg-utils-1.1.0_rc3_p20150119"
|
||||
|
|
|
@ -7,7 +7,7 @@ EAPI=6
|
|||
inherit kde5
|
||||
|
||||
DESCRIPTION="Library for extracting file metadata"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="epub exif ffmpeg libav pdf taglib"
|
||||
|
||||
# TODO: mobi? ( $(add_plasma_dep kdegraphics-mobipocket) ) NOTE: not integrated upstream
|
||||
|
|
|
@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
|
|||
inherit kde5
|
||||
|
||||
DESCRIPTION="Framework to handle global shortcuts"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
LICENSE="LGPL-2+"
|
||||
IUSE="nls"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="Framework providing assorted high-level user interface components"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~x86"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -9,7 +9,7 @@ inherit kde5
|
|||
|
||||
DESCRIPTION="KHTML web rendering engine"
|
||||
LICENSE="LGPL-2"
|
||||
KEYWORDS="amd64 ~arm ~x86"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="X"
|
||||
|
||||
RDEPEND="
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue