Sync with portage [Mon Feb 1 11:06:05 MSK 2016].

mhiretskiy 219
root 8 years ago
parent 1138e4bd18
commit ab3f82ae5b

@ -1,3 +1,6 @@
DIST lastpass-cli-0.6.0.tar.gz 65047 SHA256 e48f210b34a030e8b8cef3e1d05957aabe757ea4cd31bf03c46b70ddc830733c SHA512 ceaa660e6a7d3b27b09ce6d1d522af216e2c8357859d87034f7f887b53631bf5214b02400f8cb91d0c0020fcfb7889dd0fd8731b1af76a63f94666de2ac4dcd4 WHIRLPOOL 4554d8576e71a0b4c7d69556614a33f3e34d85aec4dd6aa50973ba8eb212864fc45bf3a7cb4e2847cb60a00546e46652cf5baf7f34872ada23431e78078cc6ed
DIST lastpass-cli-0.6.1.tar.gz 65996 SHA256 6ae596a59439d39794e31004d877ad6884d0f820bc0cc0a94c87bd2800ddbe9b SHA512 6bfb4d8d5c85a32179d6d577270a91d9731834f79b0ecbd9c8e3f66a403be876de073eb0418cd94ef04f545c3a8aca6fa503e892a13827f7c28f31d15e161dbc WHIRLPOOL a972d245087c2e72c029e06111b082b41f769b18b30ec6fc64176bba22c394d71aaa7cf66d32f31f7b4d4475056c547eae36d8f43f4f6add4aa71d46fb9178b7
DIST lastpass-cli-0.7.1.tar.gz 68232 SHA256 e9e2d1dbbb6be0b0d9ce8d6c24026fc537cadc824528c96ac562737a90152f5c SHA512 c6be9b4cf30165835dd4e8716992d43246c91c4e9177226285b5a5214fd5927774155cc75b9aad66c69ec8b10ca0b0e00485a429e2bd064dd406fc55f275a295 WHIRLPOOL b88d4de9fdb120463a8454c098c12a1e2a366429904dec82d271b4ef287bdce192efef5de297733c3a38be21f3241ff402c8448a96daa195b986c671456b0b1d
DIST lastpass-cli-0.7.2.tar.gz 69134 SHA256 e66390ed4037a0b3efef402ca742cc16fc0ac165308188fbd90c25e50ddff00f SHA512 00383ecd38d25ded26004114e1ff7ed21e4d1ee88a4e9b61ad538532f7f609c556d732e4c046faf35d4151cf203e7ea143042722709a3f30e19e81dff869a5c6 WHIRLPOOL 7935f896ac344d322b4fd44421a7b5a34e56200f3e9cc5077bd54ce3ef88e9c4fe242f28a1f6abecf52bbb14e8bbf7c22a859fcf1f95d3faa78138674aaea145
DIST lastpass-cli-0.8.0.tar.gz 79167 SHA256 c5c6076a9a80de275f7fc57275d303cc0c4eb21ff06f705659047abc09a8595b SHA512 2bbaffbe31ed95bda77cec82d5f702f92a311798590d9d41f63f920e50f79b2b7a9ab9b6fb05f4e0650ea4ba75d3e845b817a4f4206f316bc2cdba0de85f9999 WHIRLPOOL 9f7da593457555e50a0450cb0cb4d9d9a8e9b940566158eaf95b21b0865d8f14d19211c9e9fcf9794784695ffc1df66712ed569b3f1cabb472260a0b5c7b1106
DIST lastpass-cli-0.8.1.tar.gz 79981 SHA256 ba845a827501f3c49514e977c8de25e5950d3ea482d7a3c31090148310a83056 SHA512 bc58500165e26dc87b592a7d975fa5b6e6698ca7b68fdd8205d21cfd13f72860cbbf5cd36b162fe928c12eb6c8ab86b42e369b8abc719bd36df5a8d8ea5f1689 WHIRLPOOL 3a332725106a43dc5738ad4b066a5b4c2fd3764e3543257931ba267068d202cb4bafbbdb4b72a336032e66161fba98f3d0c1d9b0f8a194a413fed0bc28a6f692

@ -0,0 +1,41 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit toolchain-funcs
DESCRIPTION="Interfaces with LastPass.com from the command line."
SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/lastpass/lastpass-cli"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="libressl X +pinentry"
RDEPEND="
X? ( || ( x11-misc/xclip x11-misc/xsel ) )
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
net-misc/curl
dev-libs/libxml2
pinentry? ( app-crypt/pinentry )
"
DEPEND="${RDEPEND} app-text/asciidoc"
src_prepare() {
sed -i 's/install -s/install/' Makefile || die "Could not remove stripping"
tc-export CC
}
src_compile() {
emake PREFIX="${EPREFIX}/usr"
emake PREFIX="${EPREFIX}/usr" doc-man
}
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install-doc
}

@ -0,0 +1,40 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit toolchain-funcs
DESCRIPTION="Interfaces with LastPass.com from the command line."
SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/lastpass/lastpass-cli"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="libressl X +pinentry"
RDEPEND="
X? ( || ( x11-misc/xclip x11-misc/xsel ) )
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
net-misc/curl
dev-libs/libxml2
pinentry? ( app-crypt/pinentry )
"
DEPEND="${RDEPEND} app-text/asciidoc"
src_prepare() {
tc-export CC
}
src_compile() {
emake PREFIX="${EPREFIX}/usr"
emake PREFIX="${EPREFIX}/usr" doc-man
}
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install-doc
}

@ -0,0 +1,40 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit toolchain-funcs
DESCRIPTION="Interfaces with LastPass.com from the command line."
HOMEPAGE="https://github.com/lastpass/lastpass-cli"
SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="libressl X +pinentry"
RDEPEND="
X? ( || ( x11-misc/xclip x11-misc/xsel ) )
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
net-misc/curl
dev-libs/libxml2
pinentry? ( app-crypt/pinentry )
"
DEPEND="${RDEPEND} app-text/asciidoc"
src_prepare() {
tc-export CC
}
src_compile() {
emake PREFIX="${EPREFIX}/usr"
emake PREFIX="${EPREFIX}/usr" doc-man
}
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install-doc
}

@ -1,2 +1,3 @@
DIST emacs-25.0.50_pre20151113.tar.xz 26904832 SHA256 dcfd575afa3123bd63eba12b2ae2c7d1390c8fbccc911e9a4a70028feb207240 SHA512 cc8e871e9bb236ffd99ea93750aabc55401cdfad171f56df81c3127fba41b223196d31a64baf597268805b39015df773587e239192870f70671d131d9c6fc9b8 WHIRLPOOL 9571b10e49c028e4f8a10a54fce10bea16ff9b726e8a266650af180a57a370d225ac3bdffc12828c6d170680e514c9fb1179b3676dd4d4de3e6794147dc935ab
DIST emacs-25.0.90.tar.xz 42218556 SHA256 325f275b64eee106ad9aaadb42243619822e5e59bee35645f15e015176adb626 SHA512 7fdc73bc62aa3d4456faaeedf5a121fbad3363dfb20d7564308012ffb49ea96af623ae291a245ab3228457942fea7f4a872695b57befc77bbaf8478a5124f577 WHIRLPOOL 4c566e40269aecf61ca1f3055d023fa4138f6a31436a7d7f2459b39818d33ae7d49e55719179239bd3d60936a85a83f062c2bc635fe8b3fa601749019bb17daa
DIST emacs-25.1.50_pre20160130.tar.xz 26974200 SHA256 6ceeb4bd0eba8d6dcbec8068f65c8c9c6e9879cf7dee2e98f93c99d91ab6e75c SHA512 27622940b9b1d54385a2b8d66229d2bbdbc62548c1b6f074e6db3a702bcaeac567ec97a29b4311969a9d1fbb7d693ed353afbed898a239f7d8270530509b9cea WHIRLPOOL 760053301a6aea281ed2e9e5c8ed2c638f16118e7d2808a9b8cf018093026bddebc29eb641eb30dda4c3c6fb725cc2f58cb615f46230ba666daf183694abb7e0

@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo
inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
if [[ ${PV##*.} = 9999 ]]; then
inherit git-r3
@ -20,8 +20,8 @@ else
# order to determine some path information correctly for copy/move
# operations later on
FULL_VERSION="${PV%%_*}"
#S="${WORKDIR}/emacs-${FULL_VERSION}"
S="${WORKDIR}/emacs"
S="${WORKDIR}/emacs-${FULL_VERSION}"
[[ ${FULL_VERSION} != ${PV} ]] && S="${WORKDIR}/emacs"
fi
DESCRIPTION="The extensible, customizable, self-documenting real-time display editor"
@ -111,7 +111,7 @@ src_prepare() {
|| die "Upstream version number changed to ${FULL_VERSION}"
fi
epatch_user
eapply_user
# Fix filename reference in redirected man page
sed -i -e "/^\\.so/s/etags/&-${EMACS_SUFFIX}/" doc/man/ctags.1 \

@ -0,0 +1,390 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
if [[ ${PV##*.} = 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.sv.gnu.org/emacs.git"
EGIT_BRANCH="master"
EGIT_CHECKOUT_DIR="${WORKDIR}/emacs"
S="${EGIT_CHECKOUT_DIR}"
else
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/emacs-${PV}.tar.xz
mirror://gnu-alpha/emacs/pretest/emacs-${PV}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
# FULL_VERSION keeps the full version number, which is needed in
# order to determine some path information correctly for copy/move
# operations later on
FULL_VERSION="${PV%%_*}"
S="${WORKDIR}/emacs-${FULL_VERSION}"
[[ ${FULL_VERSION} != ${PV} ]] && S="${WORKDIR}/emacs"
fi
DESCRIPTION="The extensible, customizable, self-documenting real-time display editor"
HOMEPAGE="https://www.gnu.org/software/emacs/"
LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
SLOT="25"
IUSE="acl alsa aqua athena cairo dbus games gconf gfile gif gnutls gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib"
REQUIRED_USE="?? ( aqua X )"
RDEPEND="sys-libs/ncurses:0
>=app-eselect/eselect-emacs-1.16
>=app-emacs/emacs-common-gentoo-1.5[games?,X?]
net-libs/liblockfile
acl? ( virtual/acl )
alsa? ( media-libs/alsa-lib )
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
gpm? ( sys-libs/gpm )
hesiod? ( net-dns/hesiod )
!inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) )
kerberos? ( virtual/krb5 )
libxml2? ( >=dev-libs/libxml2-2.2.0 )
selinux? ( sys-libs/libselinux )
zlib? ( sys-libs/zlib )
X? (
x11-libs/libXmu
x11-libs/libXt
x11-misc/xbitmaps
gconf? ( >=gnome-base/gconf-2.26.2 )
gsettings? ( >=dev-libs/glib-2.28.6 )
gif? ( media-libs/giflib:0= )
jpeg? ( virtual/jpeg:0= )
png? ( >=media-libs/libpng-1.4:0= )
svg? ( >=gnome-base/librsvg-2.0 )
tiff? ( media-libs/tiff:0 )
xpm? ( x11-libs/libXpm )
imagemagick? ( >=media-gfx/imagemagick-6.6.2 )
xft? (
media-libs/fontconfig
media-libs/freetype
x11-libs/libXft
cairo? ( >=x11-libs/cairo-1.12.18 )
m17n-lib? (
>=dev-libs/libotf-0.9.4
>=dev-libs/m17n-lib-1.5.1
)
)
gtk? (
xwidgets? (
x11-libs/gtk+:3
net-libs/webkit-gtk:3=
)
!xwidgets? (
gtk3? ( x11-libs/gtk+:3 )
!gtk3? ( x11-libs/gtk+:2 )
)
)
!gtk? (
motif? ( >=x11-libs/motif-2.3:0 )
!motif? (
Xaw3d? ( x11-libs/libXaw3d )
!Xaw3d? ( athena? ( x11-libs/libXaw ) )
)
)
)"
DEPEND="${RDEPEND}
virtual/pkgconfig
gzip-el? ( app-arch/gzip )
pax_kernel? (
sys-apps/attr
sys-apps/paxctl
)"
if [[ ${PV##*.} = 9999 ]]; then
DEPEND="${DEPEND}
sys-apps/texinfo"
fi
EMACS_SUFFIX="${PN/emacs/emacs-${SLOT}}"
SITEFILE="20${PN}-${SLOT}-gentoo.el"
src_prepare() {
if [[ ${PV##*.} = 9999 ]]; then
FULL_VERSION=$(sed -n 's/^AC_INIT([^,]*,[ \t]*\([^ \t,)]*\).*/\1/p' \
configure.ac)
[[ ${FULL_VERSION} ]] || die "Cannot determine current Emacs version"
einfo "Emacs branch: ${EGIT_BRANCH}"
einfo "Commit: ${EGIT_VERSION}"
einfo "Emacs version number: ${FULL_VERSION}"
[[ ${FULL_VERSION} =~ ^${PV%.*}(\..*)?$ ]] \
|| die "Upstream version number changed to ${FULL_VERSION}"
fi
eapply_user
# Fix filename reference in redirected man page
sed -i -e "/^\\.so/s/etags/&-${EMACS_SUFFIX}/" doc/man/ctags.1 \
|| die "unable to sed ctags.1"
AT_M4DIR=m4 eautoreconf
}
src_configure() {
strip-flags
filter-flags -pie #526948
if use sh; then
replace-flags "-O[1-9]" -O0 #262359
elif use ia64; then
replace-flags "-O[2-9]" -O1 #325373
else
replace-flags "-O[3-9]" -O2
fi
local myconf
if use alsa; then
use sound || ewarn \
"USE flag \"alsa\" overrides \"-sound\"; enabling sound support."
myconf+=" --with-sound=alsa"
else
myconf+=" --with-sound=$(usex sound oss)"
fi
if use X; then
myconf+=" --with-x --without-ns"
myconf+=" $(use_with gconf)"
myconf+=" $(use_with gsettings)"
myconf+=" $(use_with toolkit-scroll-bars)"
myconf+=" $(use_with gif)"
myconf+=" $(use_with jpeg)"
myconf+=" $(use_with png)"
myconf+=" $(use_with svg rsvg)"
myconf+=" $(use_with tiff)"
myconf+=" $(use_with xpm)"
myconf+=" $(use_with imagemagick)"
if use xft; then
myconf+=" --with-xft"
myconf+=" $(use_with cairo)"
myconf+=" $(use_with m17n-lib libotf)"
myconf+=" $(use_with m17n-lib m17n-flt)"
else
myconf+=" --without-xft"
myconf+=" --without-cairo"
myconf+=" --without-libotf --without-m17n-flt"
use cairo && ewarn \
"USE flag \"cairo\" has no effect if \"xft\" is not set."
use m17n-lib && ewarn \
"USE flag \"m17n-lib\" has no effect if \"xft\" is not set."
fi
local f
if use gtk; then
einfo "Configuring to build with GIMP Toolkit (GTK+)"
while read line; do ewarn "${line}"; done <<-EOF
Your version of GTK+ will have problems with closing open
displays. This is no problem if you just use one display, but
if you use more than one and close one of them Emacs may crash.
See <https://bugzilla.gnome.org/show_bug.cgi?id=85715>.
If you intend to use more than one display, then it is strongly
recommended that you compile Emacs with the Athena/Lucid or the
Motif toolkit instead.
EOF
if use xwidgets; then
myconf+=" --with-x-toolkit=gtk3 --with-xwidgets"
else
myconf+=" --with-x-toolkit=$(usex gtk3 gtk3 gtk2)"
myconf+=" --without-xwidgets"
fi
for f in motif Xaw3d athena; do
use ${f} && ewarn \
"USE flag \"${f}\" has no effect if \"gtk\" is set."
done
elif use motif; then
einfo "Configuring to build with Motif toolkit"
myconf+=" --with-x-toolkit=motif"
for f in Xaw3d athena; do
use ${f} && ewarn \
"USE flag \"${f}\" has no effect if \"motif\" is set."
done
elif use athena || use Xaw3d; then
einfo "Configuring to build with Athena/Lucid toolkit"
myconf+=" --with-x-toolkit=lucid $(use_with Xaw3d xaw3d)"
else
einfo "Configuring to build with no toolkit"
myconf+=" --with-x-toolkit=no"
fi
! use gtk && use xwidgets && ewarn \
"USE flag \"xwidgets\" has no effect if \"gtk\" is not set."
elif use aqua; then
einfo "Configuring to build with Nextstep (Cocoa) support"
myconf+=" --with-ns --disable-ns-self-contained"
myconf+=" --without-x"
else
myconf+=" --without-x --without-ns"
fi
# Save version information in the Emacs binary. It will be available
# in variable "system-configuration-options".
myconf+=" GENTOO_PACKAGE=${CATEGORY}/${PF}"
if [[ ${PV##*.} = 9999 ]]; then
myconf+=" EGIT_BRANCH=${EGIT_BRANCH} EGIT_VERSION=${EGIT_VERSION}"
fi
econf \
--program-suffix="-${EMACS_SUFFIX}" \
--infodir="${EPREFIX}"/usr/share/info/${EMACS_SUFFIX} \
--localstatedir="${EPREFIX}"/var \
--enable-locallisppath="${EPREFIX}/etc/emacs:${EPREFIX}${SITELISP}" \
--with-gameuser=":gamestat" \
--without-compress-install \
--with-file-notification=$(usev inotify || usev gfile || echo no) \
$(use_enable acl) \
$(use_with dbus) \
$(use_with gnutls) \
$(use_with gpm) \
$(use_with hesiod) \
$(use_with kerberos) $(use_with kerberos kerberos5) \
$(use_with libxml2 xml2) \
$(use_with selinux) \
$(use_with wide-int) \
$(use_with zlib) \
${myconf}
}
src_compile() {
export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
emake
}
src_install () {
emake DESTDIR="${D}" NO_BIN_LINK=t install
mv "${ED}"/usr/bin/{emacs-${FULL_VERSION}-,}${EMACS_SUFFIX} \
|| die "moving emacs executable failed"
mv "${ED}"/usr/share/man/man1/{emacs-,}${EMACS_SUFFIX}.1 \
|| die "moving emacs man page failed"
# move info dir to avoid collisions with the dir file generated by portage
mv "${ED}"/usr/share/info/${EMACS_SUFFIX}/dir{,.orig} \
|| die "moving info dir failed"
touch "${ED}"/usr/share/info/${EMACS_SUFFIX}/.keepinfodir
docompress -x /usr/share/info/${EMACS_SUFFIX}/dir.orig
# avoid collision between slots, see bug #169033 e.g.
rm "${ED}"/usr/share/emacs/site-lisp/subdirs.el
rm -rf "${ED}"/usr/share/{appdata,applications,icons}
rm -rf "${ED}"/var
# remove unused <version>/site-lisp dir
rm -rf "${ED}"/usr/share/emacs/${FULL_VERSION}/site-lisp
# remove COPYING file (except for etc/COPYING used by describe-copying)
rm "${ED}"/usr/share/emacs/${FULL_VERSION}/lisp/COPYING
if use gzip-el; then
# compress .el files when a corresponding .elc exists
find "${ED}"/usr/share/emacs/${FULL_VERSION}/lisp -type f \
-name "*.elc" -print | sed 's/\.elc$/.el/' | xargs gzip -9n
assert "gzip .el failed"
fi
local cdir
if use source; then
cdir="/usr/share/emacs/${FULL_VERSION}/src"
insinto "${cdir}"
# This is not meant to install all the source -- just the
# C source you might find via find-function
doins src/*.{c,h,m}
elif has installsources ${FEATURES}; then
cdir="/usr/src/debug/${CATEGORY}/${PF}/${S#"${WORKDIR}/"}/src"
fi
sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF
X
;;; ${PN}-${SLOT} site-lisp configuration
X
(when (string-match "\\\\\`${FULL_VERSION//./\\\\.}\\\\>" emacs-version)
Y (setq find-function-C-source-directory
Y "${EPREFIX}${cdir}")
X (let ((path (getenv "INFOPATH"))
X (dir "${EPREFIX}/usr/share/info/${EMACS_SUFFIX}")
X (re "\\\\\`${EPREFIX}/usr/share/info\\\\>"))
X (and path
X ;; move Emacs Info dir before anything else in /usr/share/info
X (let* ((p (cons nil (split-string path ":" t))) (q p))
X (while (and (cdr q) (not (string-match re (cadr q))))
X (setq q (cdr q)))
X (setcdr q (cons dir (delete dir (cdr q))))
X (setq Info-directory-list (prune-directory-list (cdr p)))))))
EOF
elisp-site-file-install "${T}/${SITEFILE}" || die
dodoc README BUGS CONTRIBUTE
if use aqua; then
dodir /Applications/Gentoo
rm -rf "${ED}"/Applications/Gentoo/Emacs${EMACS_SUFFIX#emacs}.app
mv nextstep/Emacs.app \
"${ED}"/Applications/Gentoo/Emacs${EMACS_SUFFIX#emacs}.app || die
fi
DOC_CONTENTS="You can set the version to be started by /usr/bin/emacs
through the Emacs eselect module, which also redirects man and info
pages. Therefore, several Emacs versions can be installed at the
same time. \"man emacs.eselect\" for details.
\\n\\nIf you upgrade from Emacs version 24.2 or earlier, then it is
strongly recommended that you use app-admin/emacs-updater to rebuild
all byte-compiled elisp files of the installed Emacs packages."
use X && DOC_CONTENTS+="\\n\\nYou need to install some fonts for Emacs.
Installing media-fonts/font-adobe-{75,100}dpi on the X server's
machine would satisfy basic Emacs requirements under X11.
See also https://wiki.gentoo.org/wiki/Xft_support_for_GNU_Emacs
for how to enable anti-aliased fonts."
use aqua && DOC_CONTENTS+="\\n\\nEmacs${EMACS_SUFFIX#emacs}.app is in
\"${EPREFIX}/Applications/Gentoo\". You may want to copy or symlink
it into /Applications by yourself."
readme.gentoo_create_doc
}
pkg_preinst() {
# move Info dir file to correct name
local infodir=/usr/share/info/${EMACS_SUFFIX} f
if [[ -f ${ED}${infodir}/dir.orig ]]; then
mv "${ED}"${infodir}/dir{.orig,} || die "moving info dir failed"
elif [[ -d "${ED}"${infodir} ]]; then
# this should not happen in EAPI 4
ewarn "Regenerating Info directory index in ${infodir} ..."
rm -f "${ED}"${infodir}/dir{,.*}
for f in "${ED}"${infodir}/*; do
if [[ ${f##*/} != *-[0-9]* && -e ${f} ]]; then
install-info --info-dir="${ED}"${infodir} "${f}" \
|| die "install-info failed"
fi
done
fi
}
pkg_postinst() {
elisp-site-regen
local pvr
for pvr in ${REPLACING_VERSIONS}; do
[[ ${pvr%%[-_]*} = 24.[12] ]] && FORCE_PRINT_ELOG=1
done
readme.gentoo_print_elog
if use livecd; then
# force an update of the emacs symlink for the livecd/dvd,
# because some microemacs packages set it with USE=livecd
eselect emacs update
elif [[ $(readlink "${EROOT}"/usr/bin/emacs) = ${EMACS_SUFFIX} ]]; then
# refresh symlinks in case any installed files have changed
eselect emacs set ${EMACS_SUFFIX}
else
eselect emacs update ifunset
fi
}
pkg_postrm() {
elisp-site-regen
eselect emacs update ifunset
}

@ -1,7 +1,5 @@
DIST vim-7.4.1089.tar.gz 12548552 SHA256 e52f7653a36b690441b47a273b1db72f0eb1e5f6729af25110a84088ca73e872 SHA512 0fca208152b3c33cebfba4c2a33a6e59643a8c2650863b56b5a5c1863eb20238c412453d9e53cf75feaef8a5ef8aa8b33b601670e39c1b3effc02ed193bbd91f WHIRLPOOL 87f61548b29755ab1a90999af99c46fc649589e6d2e132623c04a2fa24400738255648a43d79192b2b6eb2b34ed49dd8d439e65870025983738247368f2f8598
DIST vim-7.4.1229.tar.gz 12576784 SHA256 8a782e97916d57c44dcd84d38002884e05f335311600d73500cee47908e1822d SHA512 ac139e828f95319d668091e79295f7be88011c9fe0417736d051c844ec49a50ebdcec6c655f839025ee78349c36891ce1ed27467ff31ec5d1b7fc1c3a70bf5dd WHIRLPOOL 8da7059a35fbebd3fc9a360c861c2fcde197b807fe0a0ed9864b7f5ed0419488a6308a520fd97d0690e9fd10a3974fcdf228dd5d81d5848679ca74f4554d784d
DIST vim-7.4.542-gentoo-patches.tar.bz2 3307 SHA256 0eb635f13e199de77846e0d363a473882f2186f138158271fabf0975747a2f3d SHA512 446c66764dac2533cc2f2b3d50481971d4c63a4e81d94c545862a1be620179fdcd81a79f2d81737d1188812a6ad41d90e2a752a05acf6913e7a71464f7cecdd9 WHIRLPOOL cfca8feef0eb8096897ef751afb0427acddd008530ded6cf908fcff51be9713da4ea3e5e613d544c5caba400d664ae19ca70925df3a218bec5c8be6f69aadda2
DIST vim-7.4.769.tar.gz 12189043 SHA256 c89568f3dfcefd773bfbb0958c1cf58a0b0ceedb9d0c264250b379a77ad02e9e SHA512 00048c1d579c409767308c991e5de4ed54e9e50db7e97b0d148f0667742d5e46047c702bee693a5caf13a1603548ab783f7fa846574841d807ffbaa97d7f611e WHIRLPOOL 28ada4763250bbed6f9a1768e81a79b75db64f0ef25296c5d4825f21d21d6e88ff24d488e841e6ba492e363da6d3a3e75e9ec2f2881a731e7ed261c7d21ffd3c
DIST vim-7.4.827-gentoo-patches.tar.bz2 3106 SHA256 1d2bb395fa79dde8e3dbc0a94e4b9591f9cb544d4e52a1ecd2eac4122e55b740 SHA512 122dbcdee115ce0979ce8c5a54623ed405e889fb18967d7c9208d924bd62a7dd615544538040aef19449410c0ea5783c1832a317a1afd056d4d387c43e7a5988 WHIRLPOOL 23afe4d61b8c2f6a4d7e0e3a64a0d7c79a72ea3c317d93e969f01706c666217d19c866db56e0b09428c77d44e2adbf86edbbf4f3dbe521481c234cc66c0bafed
DIST vim-7.4.827.tar.gz 12203128 SHA256 8920db8115c78d260abbb2757ebf0e1e64d6e2f989626435fffad1ef37a9760f SHA512 e055b71afdde347a45d78ff10a672be8b92d00dc0215febe39db8a0b44474a92b40f728cbbdbb2ceefbe6fa08683eed549880e07e6e97dd44c994b7f669a8e6a WHIRLPOOL e86e3b203c29ffd9b0b6536b7a997377bd0914cdb4f2b8775a4ae1fae2ab44f54b6c007e0d1bb08d8272aa8da596577729a9f004e7cf1f4914bf55c402b468e5
DIST vim-7.4.tar.bz2 9843297 SHA256 d0f5a6d2c439f02d97fa21bd9121f4c5abb1f6cd8b5a79d3ca82867495734ade SHA512 65d55da556ee283a364b376d251b70e430b7a157bb5a8ee89565060ff9937907966d416cffd33f701b3314d0fdf16efe00065f66bc8459469f5ae2f713418e0e WHIRLPOOL 914fc2c4fd485196410d853990bb5cc4c0071bc36dc0794655ec05cc0b5f7d2971dea780cc7293fcfbd4495a30a7437a3b1e33a2b6795c10a9f05a2eac3ca6f4
DIST vim-patches-7.4.273.patch.bz2 506378 SHA256 065447179d22602315e2965d135cf9f1db4394ff5655520719f6338ff29e89ca SHA512 029a5cef758e4b201eabbc82458f3e1c3674582715a8c78a7270f3ecd57980b1cef66a0152526fd3505685c27c07f6e6742da48da9ad9546e3cfc2a5e7c11164 WHIRLPOOL 305322e991e9640b80147dd5ceac9dd6dae93a07610f807bbf01c0fdf37cba67ea41a1b2720c8a43da0161c57e0a522086f135efc712fb0106497a21288a872a

@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIM_VERSION="7.4"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
PYTHON_REQ_USE=threads
inherit eutils vim-doc flag-o-matic fdo-mime versionator bash-completion-r1 prefix python-r1
@ -19,7 +19,7 @@ else
fi
DESCRIPTION="GUI version of the Vim text editor"
HOMEPAGE="http://www.vim.org/"
HOMEPAGE="http://www.vim.org/ https://github.com/vim/vim"
SLOT="0"
LICENSE="vim"
@ -36,7 +36,7 @@ REQUIRED_USE="
RDEPEND="
~app-editors/vim-core-${PV}
>=app-eselect/eselect-vi-1.1
>=sys-libs/ncurses-5.2-r2
>=sys-libs/ncurses-5.2-r2:0=
x11-libs/libXext
x11-libs/libXt
acl? ( kernel_linux? ( sys-apps/acl ) )
@ -63,7 +63,7 @@ RDEPEND="
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
racket? ( dev-scheme/racket )
ruby? ( || ( dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) )
ruby? ( || ( dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) )
selinux? ( sys-libs/libselinux )
session? ( x11-libs/libSM )
tcl? ( dev-lang/tcl:0= )
@ -385,19 +385,6 @@ pkg_postinst() {
# Update fdo mime stuff, bug #78394
fdo-mime_mime_database_update
if [[ -z ${REPLACING_VERSIONS} ]] ; then
echo
elog "Vim 7 includes an integrated spell checker. You need to install"
elog "word list files before you can use it. There are ebuilds for"
elog "some of these named app-vim/vim-spell-*. If your language of"
elog "choice is not included, please consult vim-spell.eclass for"
elog "instructions on how to make a package."
echo
ewarn "Note that the English word lists are no longer installed by"
ewarn "default."
echo
fi
# Make convenience symlinks
update_vim_symlinks
}

@ -1,398 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIM_VERSION="7.4"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE=threads
inherit eutils vim-doc flag-o-matic fdo-mime versionator bash-completion-r1 prefix python-single-r1
if [[ ${PV} == 9999* ]] ; then
inherit mercurial
EHG_REPO_URI="https://vim.googlecode.com/hg/"
EHG_PROJECT="vim"
else
VIM_ORG_PATCHES="vim-patches-${PV}.patch.bz2"
SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
https://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES}"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
fi
DESCRIPTION="GUI version of the Vim text editor"
HOMEPAGE="http://www.vim.org/"
SLOT="0"
LICENSE="vim"
IUSE="acl aqua cscope debug gnome gtk lua luajit motif neXt netbeans nls perl python racket ruby selinux session tcl"
REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
luajit? ( lua )
"
RDEPEND="
~app-editors/vim-core-${PV}
>=app-eselect/eselect-vi-1.1
>=sys-libs/ncurses-5.2-r2
x11-libs/libXext
x11-libs/libXt
acl? ( kernel_linux? ( sys-apps/acl ) )
!aqua? (
gtk? (
>=x11-libs/gtk+-2.6:2
x11-libs/libXft
gnome? ( >=gnome-base/libgnomeui-2.6 )
)
!gtk? (
motif? ( >=x11-libs/motif-2.3:0 )
!motif? (
neXt? ( x11-libs/neXtaw )
!neXt? ( x11-libs/libXaw )
)
)
)
cscope? ( dev-util/cscope )
lua? (
luajit? ( dev-lang/luajit:2= )
!luajit? ( dev-lang/lua:0[deprecated] )
)
nls? ( virtual/libintl )
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
racket? ( dev-scheme/racket )
ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) )
selinux? ( sys-libs/libselinux )
session? ( x11-libs/libSM )
tcl? ( dev-lang/tcl:0= )
"
DEPEND="${RDEPEND}
dev-util/ctags
sys-devel/autoconf
virtual/pkgconfig
nls? ( sys-devel/gettext )
"
S=${WORKDIR}/vim${VIM_VERSION/.}
pkg_setup() {
# people with broken alphabets run into trouble. bug 82186.
unset LANG LC_ALL
export LC_COLLATE="C"
# Gnome sandbox silliness. bug #114475.
mkdir -p "${T}"/home
export HOME="${T}"/home
use python && python-single-r1_pkg_setup
}
src_prepare() {
if [[ ${PV} != 9999* ]] ; then
if [[ -f "${WORKDIR}"/${VIM_ORG_PATCHES%.bz2} ]] ; then
# Apply any patches available from vim.org for this version
epatch "${WORKDIR}"/${VIM_ORG_PATCHES%.bz2}
fi
fi
# Fixup a script to use awk instead of nawk
sed -i '1s|.*|#!'"${EPREFIX}"'/usr/bin/awk -f|' "${S}"/runtime/tools/mve.awk \
|| die "mve.awk sed failed"
# Read vimrc and gvimrc from /etc/vim
echo '#define SYS_VIMRC_FILE "'${EPREFIX}'/etc/vim/vimrc"' >> "${S}"/src/feature.h
echo '#define SYS_GVIMRC_FILE "'${EPREFIX}'/etc/vim/gvimrc"' >> "${S}"/src/feature.h
# Use exuberant ctags which installs as /usr/bin/exuberant-ctags.
# Hopefully this pattern won't break for a while at least.
# This fixes bug 29398 (27 Sep 2003 agriffis)
sed -i 's/\<ctags\("\| [-*.]\)/exuberant-&/g' \
"${S}"/runtime/doc/syntax.txt \
"${S}"/runtime/doc/tagsrch.txt \
"${S}"/runtime/doc/usr_29.txt \
"${S}"/runtime/menu.vim \
"${S}"/src/configure.in || die 'sed failed'
# Don't be fooled by /usr/include/libc.h. When found, vim thinks
# this is NeXT, but it's actually just a file in dev-libs/9libs
# This fixes bug 43885 (20 Mar 2004 agriffis)
sed -i 's/ libc\.h / /' "${S}"/src/configure.in || die 'sed failed'
# gcc on sparc32 has this, uhm, interesting problem with detecting EOF
# correctly. To avoid some really entertaining error messages about stuff
# which isn't even in the source file being invalid, we'll do some trickery
# to make the error never occur. bug 66162 (02 October 2004 ciaranm)
find "${S}" -name '*.c' | while read c ; do echo >> "$c" ; done
# Try to avoid sandbox problems. Bug #114475.
if [[ -d "${S}"/src/po ]] ; then
sed -i '/-S check.vim/s,..VIM.,ln -s $(VIM) testvim \; ./testvim -X,' \
"${S}"/src/po/Makefile
fi
if version_is_at_least 7.3.122 ; then
cp "${S}"/src/config.mk.dist "${S}"/src/auto/config.mk
fi
# Bug #378107 - Build properly with >=perl-core/ExtUtils-ParseXS-3.20.0
if version_is_at_least 7.3 ; then
sed -i "s:\\\$(PERLLIB)/ExtUtils/xsubpp:${EPREFIX}/usr/bin/xsubpp:" \
"${S}"/src/Makefile || die 'sed for ExtUtils-ParseXS failed'
fi
epatch_user
}
src_configure() {
local myconf
# Fix bug 37354: Disallow -funroll-all-loops on amd64
# Bug 57859 suggests that we want to do this for all archs
filter-flags -funroll-all-loops
# Fix bug 76331: -O3 causes problems, use -O2 instead. We'll do this for
# everyone since previous flag filtering bugs have turned out to affect
# multiple archs...
replace-flags -O3 -O2
# Fix bug 18245: Prevent "make" from the following chain:
# (1) Notice configure.in is newer than auto/configure
# (2) Rebuild auto/configure
# (3) Notice auto/configure is newer than auto/config.mk
# (4) Run ./configure (with wrong args) to remake auto/config.mk
sed -i 's/ auto.config.mk:/:/' src/Makefile || die "Makefile sed failed"
rm -f src/auto/configure
emake -j1 -C src autoconf
# This should fix a sandbox violation (see bug 24447). The hvc
# things are for ppc64, see bug 86433.
for file in /dev/pty/s* /dev/console /dev/hvc/* /dev/hvc* ; do
[[ -e ${file} ]] && addwrite $file
done
use debug && append-flags "-DDEBUG"
myconf="--with-features=huge --disable-gpm --enable-multibyte"
myconf+=" $(use_enable acl)"
myconf+=" $(use_enable cscope)"
myconf+=" $(use_enable lua luainterp)"
myconf+=" $(use_with luajit)"
myconf+=" $(use_enable netbeans)"
myconf+=" $(use_enable nls)"
myconf+=" $(use_enable perl perlinterp)"
myconf+=" $(use_enable racket mzschemeinterp)"
myconf+=" $(use_enable ruby rubyinterp)"
myconf+=" $(use_enable selinux)"
myconf+=" $(use_enable session xsmp)"
myconf+=" $(use_enable tcl tclinterp)"
if use python ; then
if [[ ${EPYTHON} == python3* ]] ; then
myconf+=" --enable-python3interp"
export vi_cv_path_python3="${PYTHON}"
else
myconf+=" --enable-pythoninterp"
export vi_cv_path_python="${PYTHON}"
fi
else
myconf+=" --disable-pythoninterp --disable-python3interp"
fi
# --with-features=huge forces on cscope even if we --disable it. We need
# to sed this out to avoid screwiness. (1 Sep 2004 ciaranm)
if ! use cscope ; then
sed -i '/# define FEAT_CSCOPE/d' src/feature.h || \
die "couldn't disable cscope"
fi
# gvim's GUI preference order is as follows:
# aqua CARBON (not tested)
# -aqua gtk gnome GNOME2
# -aqua gtk -gnome GTK2
# -aqua -gtk motif MOTIF
# -aqua -gtk -motif neXt NEXTAW
# -aqua -gtk -motif -neXt ATHENA
echo ; echo
if use aqua ; then
einfo "Building gvim with the Carbon GUI"
myconf+=" --enable-darwin --enable-gui=carbon"
elif use gtk ; then
myconf+=" --enable-gtk2-check"
if use gnome ; then
einfo "Building gvim with the Gnome 2 GUI"
myconf+=" --enable-gui=gnome2"
else
einfo "Building gvim with the gtk+-2 GUI"
myconf+=" --enable-gui=gtk2"
fi
elif use motif ; then
einfo "Building gvim with the MOTIF GUI"
myconf+=" --enable-gui=motif"
elif use neXt ; then
einfo "Building gvim with the neXtaw GUI"
myconf+=" --enable-gui=nextaw"
else
einfo "Building gvim with the Athena GUI"
myconf+=" --enable-gui=athena"
fi
echo ; echo
# Let Portage do the stripping. Some people like that.
export ac_cv_prog_STRIP="$(type -P true ) faking strip"
# Keep Gentoo Prefix env contained within the EPREFIX
use prefix && myconf+=" --without-local-dir"
if [[ ${CHOST} == *-interix* ]]; then
# avoid finding of this function, to avoid having to patch either
# configure or the source, which would be much more hackish.
# after all vim does it right, only interix is badly broken (again)
export ac_cv_func_sigaction=no
fi
econf \
--with-modified-by=Gentoo-${PVR} \
--with-vim-name=gvim --with-x \
${myconf}
}
src_compile() {
# The following allows emake to be used
emake -j1 -C src auto/osdef.h objects
emake
}
src_test() {
echo
einfo "Starting vim tests. Several error messages will be shown"
einfo "while the tests run. This is normal behaviour and does not"
einfo "indicate a fault."
echo
ewarn "If the tests fail, your terminal may be left in a strange"
ewarn "state. Usually, running 'reset' will fix this."
echo
# Don't let vim talk to X
unset DISPLAY
# We've got to call make test from within testdir, since the Makefiles
# don't pass through our VIMPROG argument
cd "${S}"/src/testdir
# Test 49 won't work inside a portage environment
einfo "Test 49 isn't sandbox-friendly, so it will be skipped."
sed -i 's~test49.out~~g' Makefile
# We don't want to rebuild vim before running the tests
sed -i 's,: \$(VIMPROG),: ,' Makefile
# Make gvim not try to connect to X. See :help gui-x11-start
# in vim for how this evil trickery works.
ln -s "${S}"/src/gvim "${S}"/src/testvim
# Don't try to do the additional GUI test
emake -j1 VIMPROG=../testvim nongui
}
# Make convenience symlinks, hopefully without stepping on toes. Some
# of these links are "owned" by the vim ebuild when it is installed,
# but they might be good for gvim as well (see bug 45828)
update_vim_symlinks() {
has "${EAPI:-0}" 0 1 2 && use !prefix && EROOT="${ROOT}"
local f syms
syms="vimdiff rvim rview"
einfo "Calling eselect vi update..."
# Call this with --if-unset to respect user's choice (bug 187449)
eselect vi update --if-unset
# Make or remove convenience symlink, vim -> gvim
if [[ -f "${EROOT}"/usr/bin/gvim ]]; then
ln -s gvim "${EROOT}"/usr/bin/vim 2>/dev/null
elif [[ -L "${EROOT}"/usr/bin/vim && ! -f "${EROOT}"/usr/bin/vim ]]; then
rm "${EROOT}"/usr/bin/vim
fi
# Make or remove convenience symlinks to vim
if [[ -f "${EROOT}"/usr/bin/vim ]]; then
for f in ${syms}; do
ln -s vim "${EROOT}"/usr/bin/${f} 2>/dev/null
done
else
for f in ${syms}; do
if [[ -L "${EROOT}"/usr/bin/${f} && ! -f "${EROOT}"/usr/bin/${f} ]]; then
rm -f "${EROOT}"/usr/bin/${f}
fi
done
fi
# This will still break if you merge then remove the vi package,
# but there's only so much you can do, eh? Unfortunately we don't
# have triggers like are done in rpm-land.
}
src_install() {
local vimfiles=/usr/share/vim/vim${VIM_VERSION/.}
dobin src/gvim
dosym gvim /usr/bin/gvimdiff
dosym gvim /usr/bin/evim
dosym gvim /usr/bin/eview
dosym gvim /usr/bin/gview
dosym gvim /usr/bin/rgvim
dosym gvim /usr/bin/rgview
dodir /usr/share/man/man1
echo ".so vim.1" > "${ED}"/usr/share/man/man1/gvim.1
echo ".so vim.1" > "${ED}"/usr/share/man/man1/gview.1
echo ".so vimdiff.1" > "${ED}"/usr/share/man/man1/gvimdiff.1
insinto /etc/vim
newins "${FILESDIR}"/gvimrc-r1 gvimrc
eprefixify "${ED}"/etc/vim/gvimrc
newmenu "${FILESDIR}"/gvim.desktop-r2 gvim.desktop
doicon "${FILESDIR}"/gvim.xpm
# bash completion script, bug #79018.
newbashcomp "${FILESDIR}"/${PN}-completion ${PN}
# We shouldn't be installing the ex or view man page symlinks, as they
# are managed by eselect-vi
rm -f "${ED}"/usr/share/man/man1/{ex,view}.1
}
pkg_postinst() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags
# Update fdo mime stuff, bug #78394
fdo-mime_mime_database_update
if [[ -z ${REPLACING_VERSIONS} ]] ; then
echo
elog "Vim 7 includes an integrated spell checker. You need to install"
elog "word list files before you can use it. There are ebuilds for"
elog "some of these named app-vim/vim-spell-*. If your language of"
elog "choice is not included, please consult vim-spell.eclass for"
elog "instructions on how to make a package."
echo
ewarn "Note that the English word lists are no longer installed by"
ewarn "default."
echo
fi
# Make convenience symlinks
update_vim_symlinks
}
pkg_postrm() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags
# Update fdo mime stuff, bug #78394
fdo-mime_mime_database_update
# Make convenience symlinks
update_vim_symlinks
}

@ -19,7 +19,7 @@ else
fi
DESCRIPTION="GUI version of the Vim text editor"
HOMEPAGE="http://www.vim.org/"
HOMEPAGE="http://www.vim.org/ https://github.com/vim/vim"
SLOT="0"
LICENSE="vim"
@ -36,7 +36,7 @@ REQUIRED_USE="
RDEPEND="
~app-editors/vim-core-${PV}
>=app-eselect/eselect-vi-1.1
>=sys-libs/ncurses-5.2-r2
>=sys-libs/ncurses-5.2-r2:=
x11-libs/libXext
x11-libs/libXt
acl? ( kernel_linux? ( sys-apps/acl ) )

@ -1,8 +1,5 @@
DIST vim-7.4.1089.tar.gz 12548552 SHA256 e52f7653a36b690441b47a273b1db72f0eb1e5f6729af25110a84088ca73e872 SHA512 0fca208152b3c33cebfba4c2a33a6e59643a8c2650863b56b5a5c1863eb20238c412453d9e53cf75feaef8a5ef8aa8b33b601670e39c1b3effc02ed193bbd91f WHIRLPOOL 87f61548b29755ab1a90999af99c46fc649589e6d2e132623c04a2fa24400738255648a43d79192b2b6eb2b34ed49dd8d439e65870025983738247368f2f8598
DIST vim-7.4.1229.tar.gz 12576784 SHA256 8a782e97916d57c44dcd84d38002884e05f335311600d73500cee47908e1822d SHA512 ac139e828f95319d668091e79295f7be88011c9fe0417736d051c844ec49a50ebdcec6c655f839025ee78349c36891ce1ed27467ff31ec5d1b7fc1c3a70bf5dd WHIRLPOOL 8da7059a35fbebd3fc9a360c861c2fcde197b807fe0a0ed9864b7f5ed0419488a6308a520fd97d0690e9fd10a3974fcdf228dd5d81d5848679ca74f4554d784d
DIST vim-7.4.542-gentoo-patches.tar.bz2 3307 SHA256 0eb635f13e199de77846e0d363a473882f2186f138158271fabf0975747a2f3d SHA512 446c66764dac2533cc2f2b3d50481971d4c63a4e81d94c545862a1be620179fdcd81a79f2d81737d1188812a6ad41d90e2a752a05acf6913e7a71464f7cecdd9 WHIRLPOOL cfca8feef0eb8096897ef751afb0427acddd008530ded6cf908fcff51be9713da4ea3e5e613d544c5caba400d664ae19ca70925df3a218bec5c8be6f69aadda2
DIST vim-7.4.769.tar.gz 12189043 SHA256 c89568f3dfcefd773bfbb0958c1cf58a0b0ceedb9d0c264250b379a77ad02e9e SHA512 00048c1d579c409767308c991e5de4ed54e9e50db7e97b0d148f0667742d5e46047c702bee693a5caf13a1603548ab783f7fa846574841d807ffbaa97d7f611e WHIRLPOOL 28ada4763250bbed6f9a1768e81a79b75db64f0ef25296c5d4825f21d21d6e88ff24d488e841e6ba492e363da6d3a3e75e9ec2f2881a731e7ed261c7d21ffd3c
DIST vim-7.4.827-gentoo-patches.tar.bz2 3106 SHA256 1d2bb395fa79dde8e3dbc0a94e4b9591f9cb544d4e52a1ecd2eac4122e55b740 SHA512 122dbcdee115ce0979ce8c5a54623ed405e889fb18967d7c9208d924bd62a7dd615544538040aef19449410c0ea5783c1832a317a1afd056d4d387c43e7a5988 WHIRLPOOL 23afe4d61b8c2f6a4d7e0e3a64a0d7c79a72ea3c317d93e969f01706c666217d19c866db56e0b09428c77d44e2adbf86edbbf4f3dbe521481c234cc66c0bafed
DIST vim-7.4.827.tar.gz 12203128 SHA256 8920db8115c78d260abbb2757ebf0e1e64d6e2f989626435fffad1ef37a9760f SHA512 e055b71afdde347a45d78ff10a672be8b92d00dc0215febe39db8a0b44474a92b40f728cbbdbb2ceefbe6fa08683eed549880e07e6e97dd44c994b7f669a8e6a WHIRLPOOL e86e3b203c29ffd9b0b6536b7a997377bd0914cdb4f2b8775a4ae1fae2ab44f54b6c007e0d1bb08d8272aa8da596577729a9f004e7cf1f4914bf55c402b468e5
DIST vim-7.4.tar.bz2 9843297 SHA256 d0f5a6d2c439f02d97fa21bd9121f4c5abb1f6cd8b5a79d3ca82867495734ade SHA512 65d55da556ee283a364b376d251b70e430b7a157bb5a8ee89565060ff9937907966d416cffd33f701b3314d0fdf16efe00065f66bc8459469f5ae2f713418e0e WHIRLPOOL 914fc2c4fd485196410d853990bb5cc4c0071bc36dc0794655ec05cc0b5f7d2971dea780cc7293fcfbd4495a30a7437a3b1e33a2b6795c10a9f05a2eac3ca6f4
DIST vim-core-7.3-gentoo-patches-r4.tar.bz2 3015 SHA256 a4f61e4d0cd1848812f603e7f6b8a5304d13ac199f4e3061264cd3bec75a17c5 SHA512 0ba7a20dfdc2c24a92a4af5a6fe49a94d5d5c5e9111c42c4812d0cd52c26cc567acd2d7e74f66730afd3c4bc9f1667b0ad9c1f82f93d2844d8309b143f293676 WHIRLPOOL cec628c0f19971077677e667cc8903ea0a56041799a43907d47acc218fd9e0a6ea2a2a30999c74512fb36d233c6ac6d436f033684290155ff6ae70be5277bdbf
DIST vim-patches-7.4.273.patch.bz2 506378 SHA256 065447179d22602315e2965d135cf9f1db4394ff5655520719f6338ff29e89ca SHA512 029a5cef758e4b201eabbc82458f3e1c3674582715a8c78a7270f3ecd57980b1cef66a0152526fd3505685c27c07f6e6742da48da9ad9546e3cfc2a5e7c11164 WHIRLPOOL 305322e991e9640b80147dd5ceac9dd6dae93a07610f807bbf01c0fdf37cba67ea41a1b2720c8a43da0161c57e0a522086f135efc712fb0106497a21288a872a

@ -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$
@ -17,7 +17,7 @@ else
fi
DESCRIPTION="vim and gvim shared files"
HOMEPAGE="http://www.vim.org/"
HOMEPAGE="http://www.vim.org/ https://github.com/vim/vim"
SLOT="0"
LICENSE="vim"

@ -1,232 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIM_VERSION="7.4"
inherit eutils vim-doc flag-o-matic versionator bash-completion-r1 prefix
if [[ ${PV} == 9999* ]] ; then
inherit mercurial
EHG_REPO_URI="https://vim.googlecode.com/hg/"
EHG_PROJECT="vim"
else
VIM_ORG_PATCHES="vim-patches-${PV}.patch.bz2"
SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
https://dev.gentoo.org/~radhermit/vim/${PN}-7.3-gentoo-patches-r4.tar.bz2
https://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES}"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
DESCRIPTION="vim and gvim shared files"
HOMEPAGE="http://www.vim.org/"
SLOT="0"
LICENSE="vim"
IUSE="nls acl minimal"
DEPEND="sys-devel/autoconf"
PDEPEND="!minimal? ( app-vim/gentoo-syntax )"
S=${WORKDIR}/vim${VIM_VERSION/.}
pkg_setup() {
# people with broken alphabets run into trouble. bug 82186.
unset LANG LC_ALL
export LC_COLLATE="C"
# Gnome sandbox silliness. bug #114475.
mkdir -p "${T}"/home
export HOME="${T}"/home
}
src_prepare() {
if [[ ${PV} != 9999* ]] ; then
if [[ -f "${WORKDIR}"/${VIM_ORG_PATCHES%.bz2} ]] ; then
# Apply any patches available from vim.org for this version
epatch "${WORKDIR}"/${VIM_ORG_PATCHES%.bz2}
fi
if [[ -d "${WORKDIR}"/gentoo/patches-core/ ]]; then
# Patches for vim-core only (runtime/*)
EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" \
epatch "${WORKDIR}"/gentoo/patches-core/
fi
fi
# Fixup a script to use awk instead of nawk
sed -i '1s|.*|#!'"${EPREFIX}"'/usr/bin/awk -f|' "${S}"/runtime/tools/mve.awk \
|| die "mve.awk sed failed"
# Read vimrc and gvimrc from /etc/vim
echo '#define SYS_VIMRC_FILE "'${EPREFIX}'/etc/vim/vimrc"' >> "${S}"/src/feature.h
echo '#define SYS_GVIMRC_FILE "'${EPREFIX}'/etc/vim/gvimrc"' >> "${S}"/src/feature.h
# Use exuberant ctags which installs as /usr/bin/exuberant-ctags.
# Hopefully this pattern won't break for a while at least.
# This fixes bug 29398 (27 Sep 2003 agriffis)
sed -i 's/\<ctags\("\| [-*.]\)/exuberant-&/g' \
"${S}"/runtime/doc/syntax.txt \
"${S}"/runtime/doc/tagsrch.txt \
"${S}"/runtime/doc/usr_29.txt \
"${S}"/runtime/menu.vim \
"${S}"/src/configure.in || die 'sed failed'
# Don't be fooled by /usr/include/libc.h. When found, vim thinks
# this is NeXT, but it's actually just a file in dev-libs/9libs
# This fixes bug 43885 (20 Mar 2004 agriffis)
sed -i 's/ libc\.h / /' "${S}"/src/configure.in || die 'sed failed'
# gcc on sparc32 has this, uhm, interesting problem with detecting EOF
# correctly. To avoid some really entertaining error messages about stuff
# which isn't even in the source file being invalid, we'll do some trickery
# to make the error never occur. bug 66162 (02 October 2004 ciaranm)
find "${S}" -name '*.c' | while read c ; do echo >> "$c" ; done
# Try to avoid sandbox problems. Bug #114475.
if [[ -d "${S}"/src/po ]] ; then
sed -i -e \
'/-S check.vim/s,..VIM.,ln -s $(VIM) testvim \; ./testvim -X,' \
"${S}"/src/po/Makefile
fi
if version_is_at_least 7.3.122 ; then
cp "${S}"/src/config.mk.dist "${S}"/src/auto/config.mk
fi
# Bug #378107 - Build properly with >=perl-core/ExtUtils-ParseXS-3.20.0
if version_is_at_least 7.3 ; then
sed -i "s:\\\$(PERLLIB)/ExtUtils/xsubpp:${EPREFIX}/usr/bin/xsubpp:" \
"${S}"/src/Makefile || die 'sed for ExtUtils-ParseXS failed'
fi
epatch_user
}
src_configure() {
local myconf
# Fix bug 37354: Disallow -funroll-all-loops on amd64
# Bug 57859 suggests that we want to do this for all archs
filter-flags -funroll-all-loops
# Fix bug 76331: -O3 causes problems, use -O2 instead. We'll do this for
# everyone since previous flag filtering bugs have turned out to affect
# multiple archs...
replace-flags -O3 -O2
# Fix bug 18245: Prevent "make" from the following chain:
# (1) Notice configure.in is newer than auto/configure
# (2) Rebuild auto/configure
# (3) Notice auto/configure is newer than auto/config.mk
# (4) Run ./configure (with wrong args) to remake auto/config.mk
sed -i 's/ auto.config.mk:/:/' src/Makefile || die "Makefile sed failed"
rm -f src/auto/configure
emake -j1 -C src autoconf
# This should fix a sandbox violation (see bug 24447). The hvc
# things are for ppc64, see bug 86433.
for file in /dev/pty/s* /dev/console /dev/hvc/* /dev/hvc* ; do
[[ -e ${file} ]] && addwrite $file
done
# Let Portage do the stripping. Some people like that.
export ac_cv_prog_STRIP="$(type -P true ) faking strip"
# Keep Gentoo Prefix env contained within the EPREFIX
use prefix && myconf+=" --without-local-dir"
econf \
--with-modified-by=Gentoo-${PVR} \
--with-features=tiny \
--enable-gui=no \
--without-x \
--disable-darwin \
--disable-perlinterp \
--disable-pythoninterp \
--disable-rubyinterp \
--disable-gpm \
--disable-selinux \
$(use_enable nls) \
$(use_enable acl) \
${myconf}
}
src_compile() {
# The following allows emake to be used
emake -j1 -C src auto/osdef.h objects
emake tools
}
src_test() { :; }
src_install() {
local vimfiles=/usr/share/vim/vim${VIM_VERSION/.}
dodir /usr/{bin,share/{man/man1,vim}}
cd src || die "cd src failed"
emake \
installruntime \
installmanlinks \
installmacros \
installtutor \
installtutorbin \
installtools \
install-languages \
install-icons \
DESTDIR="${D}" \
BINDIR="${EPREFIX}"/usr/bin \
MANDIR="${EPREFIX}"/usr/share/man \
DATADIR="${EPREFIX}"/usr/share
keepdir ${vimfiles}/keymap
# default vimrc is installed by vim-core since it applies to
# both vim and gvim
insinto /etc/vim/
newins "${FILESDIR}"/vimrc-r4 vimrc
eprefixify "${ED}"/etc/vim/vimrc
if use minimal ; then
# To save space, install only a subset of the files.
# Helps minimalize the livecd, bug 65144.
eshopts_push -s extglob
rm -fr "${ED}${vimfiles}"/{compiler,doc,ftplugin,indent}
rm -fr "${ED}${vimfiles}"/{macros,print,tools,tutor}
rm "${ED}"/usr/bin/vimtutor
local keep_colors="default"
ignore=$(rm -fr "${ED}${vimfiles}"/colors/!(${keep_colors}).vim )
local keep_syntax="conf|crontab|fstab|inittab|resolv|sshdconfig"
# tinkering with the next line might make bad things happen ...
keep_syntax="${keep_syntax}|syntax|nosyntax|synload"
ignore=$(rm -fr "${ED}${vimfiles}"/syntax/!(${keep_syntax}).vim )
eshopts_pop
fi
# These files might have slight security issues, so we won't
# install them. See bug #77841. We don't mind if these don't
# exist.
rm "${ED}${vimfiles}"/tools/{vimspell.sh,tcltags} 2>/dev/null
newbashcomp "${FILESDIR}"/xxd-completion xxd
# We shouldn't be installing the ex or view man page symlinks, as they
# are managed by eselect-vi
rm -f "${ED}"/usr/share/man/man1/{ex,view}.1
}
pkg_postinst() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags
}
pkg_postrm() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags
}

@ -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$
@ -17,7 +17,7 @@ else
fi
DESCRIPTION="vim and gvim shared files"
HOMEPAGE="http://www.vim.org/"
HOMEPAGE="http://www.vim.org/ https://github.com/vim/vim"
SLOT="0"
LICENSE="vim"

@ -1,7 +1,5 @@
DIST vim-7.4.1089.tar.gz 12548552 SHA256 e52f7653a36b690441b47a273b1db72f0eb1e5f6729af25110a84088ca73e872 SHA512 0fca208152b3c33cebfba4c2a33a6e59643a8c2650863b56b5a5c1863eb20238c412453d9e53cf75feaef8a5ef8aa8b33b601670e39c1b3effc02ed193bbd91f WHIRLPOOL 87f61548b29755ab1a90999af99c46fc649589e6d2e132623c04a2fa24400738255648a43d79192b2b6eb2b34ed49dd8d439e65870025983738247368f2f8598
DIST vim-7.4.1229.tar.gz 12576784 SHA256 8a782e97916d57c44dcd84d38002884e05f335311600d73500cee47908e1822d SHA512 ac139e828f95319d668091e79295f7be88011c9fe0417736d051c844ec49a50ebdcec6c655f839025ee78349c36891ce1ed27467ff31ec5d1b7fc1c3a70bf5dd WHIRLPOOL 8da7059a35fbebd3fc9a360c861c2fcde197b807fe0a0ed9864b7f5ed0419488a6308a520fd97d0690e9fd10a3974fcdf228dd5d81d5848679ca74f4554d784d
DIST vim-7.4.542-gentoo-patches.tar.bz2 3307 SHA256 0eb635f13e199de77846e0d363a473882f2186f138158271fabf0975747a2f3d SHA512 446c66764dac2533cc2f2b3d50481971d4c63a4e81d94c545862a1be620179fdcd81a79f2d81737d1188812a6ad41d90e2a752a05acf6913e7a71464f7cecdd9 WHIRLPOOL cfca8feef0eb8096897ef751afb0427acddd008530ded6cf908fcff51be9713da4ea3e5e613d544c5caba400d664ae19ca70925df3a218bec5c8be6f69aadda2
DIST vim-7.4.769.tar.gz 12189043 SHA256 c89568f3dfcefd773bfbb0958c1cf58a0b0ceedb9d0c264250b379a77ad02e9e SHA512 00048c1d579c409767308c991e5de4ed54e9e50db7e97b0d148f0667742d5e46047c702bee693a5caf13a1603548ab783f7fa846574841d807ffbaa97d7f611e WHIRLPOOL 28ada4763250bbed6f9a1768e81a79b75db64f0ef25296c5d4825f21d21d6e88ff24d488e841e6ba492e363da6d3a3e75e9ec2f2881a731e7ed261c7d21ffd3c
DIST vim-7.4.827-gentoo-patches.tar.bz2 3106 SHA256 1d2bb395fa79dde8e3dbc0a94e4b9591f9cb544d4e52a1ecd2eac4122e55b740 SHA512 122dbcdee115ce0979ce8c5a54623ed405e889fb18967d7c9208d924bd62a7dd615544538040aef19449410c0ea5783c1832a317a1afd056d4d387c43e7a5988 WHIRLPOOL 23afe4d61b8c2f6a4d7e0e3a64a0d7c79a72ea3c317d93e969f01706c666217d19c866db56e0b09428c77d44e2adbf86edbbf4f3dbe521481c234cc66c0bafed
DIST vim-7.4.827.tar.gz 12203128 SHA256 8920db8115c78d260abbb2757ebf0e1e64d6e2f989626435fffad1ef37a9760f SHA512 e055b71afdde347a45d78ff10a672be8b92d00dc0215febe39db8a0b44474a92b40f728cbbdbb2ceefbe6fa08683eed549880e07e6e97dd44c994b7f669a8e6a WHIRLPOOL e86e3b203c29ffd9b0b6536b7a997377bd0914cdb4f2b8775a4ae1fae2ab44f54b6c007e0d1bb08d8272aa8da596577729a9f004e7cf1f4914bf55c402b468e5
DIST vim-7.4.tar.bz2 9843297 SHA256 d0f5a6d2c439f02d97fa21bd9121f4c5abb1f6cd8b5a79d3ca82867495734ade SHA512 65d55da556ee283a364b376d251b70e430b7a157bb5a8ee89565060ff9937907966d416cffd33f701b3314d0fdf16efe00065f66bc8459469f5ae2f713418e0e WHIRLPOOL 914fc2c4fd485196410d853990bb5cc4c0071bc36dc0794655ec05cc0b5f7d2971dea780cc7293fcfbd4495a30a7437a3b1e33a2b6795c10a9f05a2eac3ca6f4
DIST vim-patches-7.4.273.patch.bz2 506378 SHA256 065447179d22602315e2965d135cf9f1db4394ff5655520719f6338ff29e89ca SHA512 029a5cef758e4b201eabbc82458f3e1c3674582715a8c78a7270f3ecd57980b1cef66a0152526fd3505685c27c07f6e6742da48da9ad9546e3cfc2a5e7c11164 WHIRLPOOL 305322e991e9640b80147dd5ceac9dd6dae93a07610f807bbf01c0fdf37cba67ea41a1b2720c8a43da0161c57e0a522086f135efc712fb0106497a21288a872a

@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIM_VERSION="7.4"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
PYTHON_REQ_USE=threads
inherit eutils vim-doc flag-o-matic fdo-mime versionator bash-completion-r1 python-r1
@ -18,7 +18,7 @@ else
fi
DESCRIPTION="Vim, an improved vi-style text editor"
HOMEPAGE="http://www.vim.org/"
HOMEPAGE="http://www.vim.org/ https://github.com/vim/vim"
SLOT="0"
LICENSE="vim"
@ -34,7 +34,7 @@ REQUIRED_USE="
RDEPEND="
>=app-eselect/eselect-vi-1.1
>=sys-libs/ncurses-5.2-r2
>=sys-libs/ncurses-5.2-r2:=
nls? ( virtual/libintl )
acl? ( kernel_linux? ( sys-apps/acl ) )
cscope? ( dev-util/cscope )
@ -50,7 +50,7 @@ RDEPEND="
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
racket? ( dev-scheme/racket )
ruby? ( || ( dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) )
ruby? ( || ( dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) )
selinux? ( sys-libs/libselinux )
tcl? ( dev-lang/tcl:0= )
X? ( x11-libs/libXt )
@ -351,26 +351,6 @@ pkg_postinst() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags
if [[ -z ${REPLACING_VERSIONS} ]] ; then
if use X ; then
echo
elog "The 'X' USE flag enables vim <-> X communication, like"
elog "updating the xterm titlebar. It does not install a GUI."
fi
echo
elog "To install a GUI version of vim, use the app-editors/gvim"
elog "package."
echo
elog "Vim 7 includes an integrated spell checker. You need to install"
elog "word list files before you can use it. There are ebuilds for"
elog "some of these named app-vim/vim-spell-*. If your language of"
elog "choice is not included, please consult vim-spell.eclass for"
elog "instructions on how to make a package."
echo
ewarn "Note that the English word lists are no longer installed by"
ewarn "default."
fi
# Make convenience symlinks
update_vim_symlinks
}

@ -1,369 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VIM_VERSION="7.4"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE=threads
inherit eutils vim-doc flag-o-matic fdo-mime versionator bash-completion-r1 python-single-r1
if [[ ${PV} == 9999* ]] ; then
inherit mercurial
EHG_REPO_URI="https://vim.googlecode.com/hg/"
EHG_PROJECT="vim"
else
VIM_ORG_PATCHES="vim-patches-${PV}.patch.bz2"
SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
https://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES}"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
DESCRIPTION="Vim, an improved vi-style text editor"
HOMEPAGE="http://www.vim.org/"
SLOT="0"
LICENSE="vim"
IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby selinux tcl vim-pager"
REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
luajit? ( lua )
"
RDEPEND="
>=app-eselect/eselect-vi-1.1
>=sys-libs/ncurses-5.2-r2
nls? ( virtual/libintl )
acl? ( kernel_linux? ( sys-apps/acl ) )
cscope? ( dev-util/cscope )
gpm? ( >=sys-libs/gpm-1.19.3 )
lua? (
luajit? ( dev-lang/luajit:2= )
!luajit? ( dev-lang/lua:0[deprecated] )
)
!minimal? (
~app-editors/vim-core-${PV}
dev-util/ctags
)
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
racket? ( dev-scheme/racket )
ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) )
selinux? ( sys-libs/libselinux )
tcl? ( dev-lang/tcl:0= )
X? ( x11-libs/libXt )
"
DEPEND="${RDEPEND}
sys-devel/autoconf
>=sys-libs/ncurses-5.2-r2
nls? ( sys-devel/gettext )
"
S=${WORKDIR}/vim${VIM_VERSION/.}
pkg_setup() {
# people with broken alphabets run into trouble. bug 82186.
unset LANG LC_ALL
export LC_COLLATE="C"
# Gnome sandbox silliness. bug #114475.
mkdir -p "${T}"/home
export HOME="${T}"/home
use python && python-single-r1_pkg_setup
}
src_prepare() {
if [[ ${PV} != 9999* ]] ; then
if [[ -f "${WORKDIR}"/${VIM_ORG_PATCHES%.bz2} ]] ; then
# Apply any patches available from vim.org for this version
epatch "${WORKDIR}"/${VIM_ORG_PATCHES%.bz2}
fi
fi
# Fixup a script to use awk instead of nawk
sed -i '1s|.*|#!'"${EPREFIX}"'/usr/bin/awk -f|' "${S}"/runtime/tools/mve.awk \
|| die "mve.awk sed failed"
# Read vimrc and gvimrc from /etc/vim
echo '#define SYS_VIMRC_FILE "'${EPREFIX}'/etc/vim/vimrc"' >> "${S}"/src/feature.h
echo '#define SYS_GVIMRC_FILE "'${EPREFIX}'/etc/vim/gvimrc"' >> "${S}"/src/feature.h
# Use exuberant ctags which installs as /usr/bin/exuberant-ctags.
# Hopefully this pattern won't break for a while at least.
# This fixes bug 29398 (27 Sep 2003 agriffis)
sed -i 's/\<ctags\("\| [-*.]\)/exuberant-&/g' \
"${S}"/runtime/doc/syntax.txt \
"${S}"/runtime/doc/tagsrch.txt \
"${S}"/runtime/doc/usr_29.txt \
"${S}"/runtime/menu.vim \
"${S}"/src/configure.in || die 'sed failed'
# Don't be fooled by /usr/include/libc.h. When found, vim thinks
# this is NeXT, but it's actually just a file in dev-libs/9libs
# This fixes bug 43885 (20 Mar 2004 agriffis)
sed -i 's/ libc\.h / /' "${S}"/src/configure.in || die 'sed failed'
# gcc on sparc32 has this, uhm, interesting problem with detecting EOF
# correctly. To avoid some really entertaining error messages about stuff
# which isn't even in the source file being invalid, we'll do some trickery
# to make the error never occur. bug 66162 (02 October 2004 ciaranm)
find "${S}" -name '*.c' | while read c ; do echo >> "$c" ; done
# conditionally make the manpager.sh script
if use vim-pager ; then
cat <<-END > "${S}"/runtime/macros/manpager.sh
#!/bin/sh
sed -e 's/\x1B\[[[:digit:]]\+m//g' | col -b | \\
vim \\
-c 'let no_plugin_maps = 1' \\
-c 'set nolist nomod ft=man' \\
-c 'let g:showmarks_enable=0' \\
-c 'runtime! macros/less.vim' -
END
fi
# Try to avoid sandbox problems. Bug #114475.
if [[ -d "${S}"/src/po ]] ; then
sed -i '/-S check.vim/s,..VIM.,ln -s $(VIM) testvim \; ./testvim -X,' \
"${S}"/src/po/Makefile
fi
if version_is_at_least 7.3.122 ; then
cp "${S}"/src/config.mk.dist "${S}"/src/auto/config.mk
fi
# Bug #378107 - Build properly with >=perl-core/ExtUtils-ParseXS-3.20.0
if version_is_at_least 7.3 ; then
sed -i "s:\\\$(PERLLIB)/ExtUtils/xsubpp:${EPREFIX}/usr/bin/xsubpp:" \
"${S}"/src/Makefile || die 'sed for ExtUtils-ParseXS failed'
fi
epatch_user
}
src_configure() {
local myconf
# Fix bug 37354: Disallow -funroll-all-loops on amd64
# Bug 57859 suggests that we want to do this for all archs
filter-flags -funroll-all-loops
# Fix bug 76331: -O3 causes problems, use -O2 instead. We'll do this for
# everyone since previous flag filtering bugs have turned out to affect
# multiple archs...
replace-flags -O3 -O2
# Fix bug 18245: Prevent "make" from the following chain:
# (1) Notice configure.in is newer than auto/configure
# (2) Rebuild auto/configure
# (3) Notice auto/configure is newer than auto/config.mk
# (4) Run ./configure (with wrong args) to remake auto/config.mk
sed -i 's/ auto.config.mk:/:/' src/Makefile || die "Makefile sed failed"
rm -f src/auto/configure
emake -j1 -C src autoconf
# This should fix a sandbox violation (see bug 24447). The hvc
# things are for ppc64, see bug 86433.
for file in /dev/pty/s* /dev/console /dev/hvc/* /dev/hvc* ; do
[[ -e ${file} ]] && addwrite $file
done
if use minimal ; then
myconf="--with-features=tiny \
--disable-nls \
--disable-multibyte \
--disable-acl \
--enable-gui=no \
--without-x \
--disable-darwin \
--disable-luainterp \
--disable-perlinterp \
--disable-pythoninterp \
--disable-mzschemeinterp \
--disable-rubyinterp \
--disable-selinux \
--disable-tclinterp \
--disable-gpm"
else
use debug && append-flags "-DDEBUG"
myconf="--with-features=huge --enable-multibyte"
myconf+=" $(use_enable acl)"
myconf+=" $(use_enable cscope)"
myconf+=" $(use_enable gpm)"
myconf+=" $(use_enable lua luainterp)"
myconf+=" $(use_with luajit)"
myconf+=" $(use_enable nls)"
myconf+=" $(use_enable perl perlinterp)"
myconf+=" $(use_enable racket mzschemeinterp)"
myconf+=" $(use_enable ruby rubyinterp)"
myconf+=" $(use_enable selinux)"
myconf+=" $(use_enable tcl tclinterp)"
if use python ; then
if [[ ${EPYTHON} == python3* ]] ; then
myconf+=" --enable-python3interp"
export vi_cv_path_python3="${PYTHON}"
else
myconf+=" --enable-pythoninterp"
export vi_cv_path_python="${PYTHON}"
fi
else
myconf+=" --disable-pythoninterp --disable-python3interp"
fi
# --with-features=huge forces on cscope even if we --disable it. We need
# to sed this out to avoid screwiness. (1 Sep 2004 ciaranm)
if ! use cscope ; then
sed -i '/# define FEAT_CSCOPE/d' src/feature.h || \
die "couldn't disable cscope"
fi
# don't test USE=X here ... see bug #19115
# but need to provide a way to link against X ... see bug #20093
myconf+=" --enable-gui=no --disable-darwin $(use_with X x)"
fi
# Let Portage do the stripping. Some people like that.
export ac_cv_prog_STRIP="$(type -P true ) faking strip"
# Keep Gentoo Prefix env contained within the EPREFIX
use prefix && myconf+=" --without-local-dir"
econf \
--with-modified-by=Gentoo-${PVR} \
${myconf}
}
src_compile() {
# The following allows emake to be used
emake -j1 -C src auto/osdef.h objects
emake
}
src_test() {
echo
einfo "Starting vim tests. Several error messages will be shown"
einfo "while the tests run. This is normal behaviour and does not"
einfo "indicate a fault."
echo
ewarn "If the tests fail, your terminal may be left in a strange"
ewarn "state. Usually, running 'reset' will fix this."
echo
# Don't let vim talk to X
unset DISPLAY
# We've got to call make test from within testdir, since the Makefiles
# don't pass through our VIMPROG argument
cd "${S}"/src/testdir
# Test 49 won't work inside a portage environment
einfo "Test 49 isn't sandbox-friendly, so it will be skipped."
sed -i 's~test49.out~~g' Makefile
# We don't want to rebuild vim before running the tests
sed -i 's,: \$(VIMPROG),: ,' Makefile
# Don't try to do the additional GUI test
emake -j1 VIMPROG=../vim nongui
}
# Make convenience symlinks, hopefully without stepping on toes. Some
# of these links are "owned" by the vim ebuild when it is installed,
# but they might be good for gvim as well (see bug 45828)
update_vim_symlinks() {
has "${EAPI:-0}" 0 1 2 && use !prefix && EROOT="${ROOT}"
local f syms
syms="vimdiff rvim rview"
einfo "Calling eselect vi update..."
# Call this with --if-unset to respect user's choice (bug 187449)
eselect vi update --if-unset
# Make or remove convenience symlink, vim -> gvim
if [[ -f "${EROOT}"/usr/bin/gvim ]]; then
ln -s gvim "${EROOT}"/usr/bin/vim 2>/dev/null
elif [[ -L "${EROOT}"/usr/bin/vim && ! -f "${EROOT}"/usr/bin/vim ]]; then
rm "${EROOT}"/usr/bin/vim
fi
# Make or remove convenience symlinks to vim
if [[ -f "${EROOT}"/usr/bin/vim ]]; then
for f in ${syms}; do
ln -s vim "${EROOT}"/usr/bin/${f} 2>/dev/null
done
else
for f in ${syms}; do
if [[ -L "${EROOT}"/usr/bin/${f} && ! -f "${EROOT}"/usr/bin/${f} ]]; then
rm -f "${EROOT}"/usr/bin/${f}
fi
done
fi
# This will still break if you merge then remove the vi package,
# but there's only so much you can do, eh? Unfortunately we don't
# have triggers like are done in rpm-land.
}
src_install() {
local vimfiles=/usr/share/vim/vim${VIM_VERSION/.}
# Note: Do not install symlinks for 'vi', 'ex', or 'view', as these are
# managed by eselect-vi
dobin src/vim
dosym vim /usr/bin/vimdiff
dosym vim /usr/bin/rvim
dosym vim /usr/bin/rview
if use vim-pager ; then
dosym ${vimfiles}/macros/less.sh /usr/bin/vimpager
dosym ${vimfiles}/macros/manpager.sh /usr/bin/vimmanpager
insinto ${vimfiles}/macros
doins runtime/macros/manpager.sh
fperms a+x ${vimfiles}/macros/manpager.sh
fi
newbashcomp "${FILESDIR}"/${PN}-completion ${PN}
# We shouldn't be installing the ex or view man page symlinks, as they
# are managed by eselect-vi
rm -f "${ED}"/usr/share/man/man1/{ex,view}.1
}
pkg_postinst() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags
if [[ -z ${REPLACING_VERSIONS} ]] ; then
if use X ; then
echo
elog "The 'X' USE flag enables vim <-> X communication, like"
elog "updating the xterm titlebar. It does not install a GUI."
fi
echo
elog "To install a GUI version of vim, use the app-editors/gvim"
elog "package."
echo
elog "Vim 7 includes an integrated spell checker. You need to install"
elog "word list files before you can use it. There are ebuilds for"
elog "some of these named app-vim/vim-spell-*. If your language of"
elog "choice is not included, please consult vim-spell.eclass for"
elog "instructions on how to make a package."
echo
ewarn "Note that the English word lists are no longer installed by"
ewarn "default."
fi
# Make convenience symlinks
update_vim_symlinks
}
pkg_postrm() {
# Update documentation tags (from vim-doc.eclass)
update_vim_helptags
# Make convenience symlinks
update_vim_symlinks
}

@ -18,7 +18,7 @@ else
fi
DESCRIPTION="Vim, an improved vi-style text editor"
HOMEPAGE="http://www.vim.org/"
HOMEPAGE="http://www.vim.org/ https://github.com/vim/vim"
SLOT="0"
LICENSE="vim"
@ -34,7 +34,7 @@ REQUIRED_USE="
RDEPEND="
>=app-eselect/eselect-vi-1.1
>=sys-libs/ncurses-5.2-r2:0
>=sys-libs/ncurses-5.2-r2:=
nls? ( virtual/libintl )
acl? ( kernel_linux? ( sys-apps/acl ) )
cscope? ( dev-util/cscope )

@ -1,2 +1 @@
DIST cloud-init-0.7.5.tar.gz 503717 SHA256 a92bb83809c139a7db378916414c18b0819e306852d6c60dd89388868857ed33 SHA512 79e1e4a9e1130a3a9deb0482278215baf5ed41e02beebed0a2c6fac4e215340a9537158bd259758a2e074f334c0c0b9e7b936c23eeb9c848c67f7e7835cf0f5d WHIRLPOOL 7d92a0e1b6a3faf550bc442b02c117280c47d160e7e318d9fb859d6d8b59a0ef947d057dfb615bd925420a25ca28852742ee87ffd6066664faf640ca53a13073
DIST cloud-init-0.7.6.tar.gz 515670 SHA256 9e8fd22eb7f6e40ae6a5f66173ddc3cc18f65ee406c460a728092b37db2f3ed7 SHA512 aa2397328afda8e77ed6d642e7642f41a4b4b5bcd3d0e87056aa8c88b56624ec65c57cfc66b0d13ccc235f1840baf1d577316974902a0439cf2f2eb0f8eef36d WHIRLPOOL 639a556e51b4b4b180951f9e481f9a0dcd45067d1d5760ce7e871ceea8bbb4e195258d96273d3ef88c7e2f2520318e9172c3ad0cb23d6ad0ae1835e17087e3a5

@ -1,52 +0,0 @@
# 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 eutils multilib
DESCRIPTION="Package provides configuration and customization of cloud instance"
HOMEPAGE="https://launchpad.net/cloud-init"
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-python/cheetah[${PYTHON_USEDEP}]
>=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
dev-python/oauth[${PYTHON_USEDEP}]
dev-python/pyserial[${PYTHON_USEDEP}]
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/jsonpatch[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
sys-apps/iproute2 )"
PATCHES=( "${FILESDIR}"/${P}-tests-exclude.patch )
#python_prepare_all() {
# distutils-r_python_prepare_all
#}
python_test() {
# These tests are not broken but expect to locate an installed exe file
# other than where a gentoo system installs it; (/bin/ip sought in /sbin)
# See cloudinit/sources/DataSourceOpenNebula.py for possible patching
sed -e 's:test_hostname:_&:' \
-e 's:test_network_interfaces:_&:' \
-i tests/unittests/test_datasource/test_opennebula.py
emake test
}
python_install() {
distutils-r1_python_install
for svc in config final init init-local; do
newinitd "${WORKDIR}/${P}/sysvinit/gentoo/cloud-${svc}" "cloud-${svc}"
done
}

@ -1,84 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=TRUE
inherit distutils-r1 eutils multilib systemd
DESCRIPTION="Cloud instance initialization"
HOMEPAGE="https://launchpad.net/cloud-init"
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
CDEPEND="
dev-python/cheetah[${PYTHON_USEDEP}]
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/jsonpatch[${PYTHON_USEDEP}]
dev-python/oauth[${PYTHON_USEDEP}]
>=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
dev-python/pyserial[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
DEPEND="
test? (
${CDEPEND}
>=dev-python/httpretty-0.7.1[${PYTHON_USEDEP}]
dev-python/mocker[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pep8[${PYTHON_USEDEP}]
dev-python/pyflakes[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}]
sys-apps/iproute2
)
"
RDEPEND="
${CDEPEND}
virtual/logger
"
python_prepare_all() {
local PATCHES=(
"${FILESDIR}"/${P}-tests-exclude.patch
)
distutils-r1_python_prepare_all
# Skip SmartOS tests since they don't generally apply and don't skip based
# on environment. Documented in bug #511384.
rm tests/unittests/test_datasource/test_smartos.py
}
python_test() {
# These tests are not broken but expect to locate an installed exe file
# other than where a gentoo system installs it; (/bin/ip sought in /sbin)
# See cloudinit/sources/DataSourceOpenNebula.py for possible patching
sed \
-e 's:test_hostname:_&:' \
-e 's:test_network_interfaces:_&:' \
-i tests/unittests/test_datasource/test_opennebula.py
emake test
}
python_install_all() {
distutils-r1_python_install_all
doinitd "${S}"/sysvinit/gentoo/cloud-config
doinitd "${S}"/sysvinit/gentoo/cloud-final
doinitd "${S}"/sysvinit/gentoo/cloud-init
doinitd "${S}"/sysvinit/gentoo/cloud-init-local
systemd_dounit "${S}"/systemd/cloud-config.service
systemd_dounit "${S}"/systemd/cloud-config.target
systemd_dounit "${S}"/systemd/cloud-final.service
systemd_dounit "${S}"/systemd/cloud-init-local.service
systemd_dounit "${S}"/systemd/cloud-init.service
}

@ -1,88 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=TRUE
inherit distutils-r1 eutils multilib systemd
DESCRIPTION="Cloud instance initialization"
HOMEPAGE="https://launchpad.net/cloud-init"
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
CDEPEND="
dev-python/cheetah[${PYTHON_USEDEP}]
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/jsonpatch[${PYTHON_USEDEP}]
dev-python/oauth[${PYTHON_USEDEP}]
>=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
dev-python/pyserial[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
DEPEND="
test? (
${CDEPEND}
>=dev-python/httpretty-0.7.1[${PYTHON_USEDEP}]
dev-python/mocker[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pep8[${PYTHON_USEDEP}]
dev-python/pyflakes[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}]
sys-apps/iproute2
)
"
RDEPEND="
${CDEPEND}
virtual/logger
"
python_prepare_all() {
local PATCHES=(
"${FILESDIR}"/${P}-tests-exclude.patch
)
distutils-r1_python_prepare_all
# Skip SmartOS tests since they don't generally apply and don't skip based
# on environment. Documented in bug #511384.
rm tests/unittests/test_datasource/test_smartos.py
}
python_test() {
# These tests are not broken but expect to locate an installed exe file
# other than where a gentoo system installs it; (/bin/ip sought in /sbin)
# See cloudinit/sources/DataSourceOpenNebula.py for possible patching
sed \
-e 's:test_hostname:_&:' \
-e 's:test_network_interfaces:_&:' \
-i tests/unittests/test_datasource/test_opennebula.py
emake test
}
python_install_all() {
distutils-r1_python_install_all
doinitd "${S}"/sysvinit/gentoo/cloud-config
doinitd "${S}"/sysvinit/gentoo/cloud-final
doinitd "${S}"/sysvinit/gentoo/cloud-init
doinitd "${S}"/sysvinit/gentoo/cloud-init-local
systemd_dounit "${S}"/systemd/cloud-config.service
systemd_dounit "${S}"/systemd/cloud-config.target
systemd_dounit "${S}"/systemd/cloud-final.service
systemd_dounit "${S}"/systemd/cloud-init-local.service
systemd_dounit "${S}"/systemd/cloud-init.service
rm /etc/cloud/cloud.cfg
insinto /etc/cloud
doins "${FILESDIR}/cloud.cfg"
}

@ -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$
@ -41,7 +41,7 @@ DEPEND="
"
RDEPEND="
${CDEPEND}
sys-apps/gptfdisk
sys-fs/growpart
virtual/logger
"
@ -92,8 +92,6 @@ python_install_all() {
doinitd "${S}"/sysvinit/gentoo/cloud-init-local
insinto /etc/cloud/templates
doins "${FILESDIR}/hosts.gentoo.tmpl"
exeinto /usr/bin
doexe "${FILESDIR}/growpart"
insinto /etc/cloud
doins "${FILESDIR}/cloud.cfg"

@ -1,98 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils multilib systemd
DESCRIPTION="EC2 initialisation magic"
HOMEPAGE="https://launchpad.net/cloud-init"
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
CDEPEND="
dev-python/cheetah[${PYTHON_USEDEP}]
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/jsonpatch[${PYTHON_USEDEP}]
dev-python/oauth[${PYTHON_USEDEP}]
dev-python/prettytable[${PYTHON_USEDEP}]
dev-python/pyserial[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${CDEPEND}
>=dev-python/httpretty-0.7.1[${PYTHON_USEDEP}]
dev-python/mocker[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
~dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
dev-python/pyflakes[${PYTHON_USEDEP}]
sys-apps/iproute2
)
"
RDEPEND="
${CDEPEND}
virtual/logger
"
python_prepare_all() {
# Note: Gentoo places ip in /sbin/ not /bin/
ebegin 'patching cloudinit/sources/DataSourceOpenNebula.py'
sed \
-e '438s/sbin/bin/' \
-i cloudinit/sources/DataSourceOpenNebula.py
STATUS=$?
eend ${STATUS}
[[ ${STATUS} -gt 0 ]] && die
# https://bugs.launchpad.net/cloud-init/+bug/1380424
ebegin 'patching tests/unittests/test_distros/test_netconfig.py'
sed \
-e '177s/test_simple_write_freebsd/_&/' \
-i tests/unittests/test_distros/test_netconfig.py
STATUS=$?
eend ${STATUS}
[[ ${STATUS} -gt 0 ]] && die
# Note Gentoo installs its own RC files
ebegin 'patching setup.py'
sed \
-e "144 s/'tests'/'tests.*', &/" \
-e '163,167 d' \
-i setup.py
STATUS=$?
eend ${STATUS}
[[ ${STATUS} -gt 0 ]] && die
distutils-r1_python_prepare_all
}
python_test() {
emake test
}
python_install_all() {
keepdir /etc/cloud
distutils-r1_python_install_all
doinitd "${S}"/sysvinit/gentoo/cloud-config
doinitd "${S}"/sysvinit/gentoo/cloud-final
doinitd "${S}"/sysvinit/gentoo/cloud-init
doinitd "${S}"/sysvinit/gentoo/cloud-init-local
systemd_dounit "${S}"/systemd/cloud-config.service
systemd_dounit "${S}"/systemd/cloud-config.target
systemd_dounit "${S}"/systemd/cloud-final.service
systemd_dounit "${S}"/systemd/cloud-init-local.service
systemd_dounit "${S}"/systemd/cloud-init.service
}

@ -1,12 +0,0 @@
diff -ur cloud-init-0.7.5.orig/setup.py cloud-init-0.7.5/setup.py
--- setup.py 2014-04-02 02:26:07.000000000 +0800
+++ setup.py 2014-05-01 23:38:15.848225975 +0800
@@ -114,7 +114,7 @@
author='Scott Moser',
author_email='scott.moser@canonical.com',
url='http://launchpad.net/cloud-init/',
- packages=setuptools.find_packages(exclude=['tests']),
+ packages=setuptools.find_packages(exclude=['tests','tests.*']),
scripts=['bin/cloud-init',
'tools/cloud-init-per',
],

@ -1,778 +0,0 @@
#!/bin/sh
# Copyright (C) 2011 Canonical Ltd.
# Copyright (C) 2013 Hewlett-Packard Development Company, L.P.
#
# Authors: Scott Moser <smoser@canonical.com>
# Juerg Haefliger <juerg.haefliger@hp.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# the fudge factor. if within this many bytes dont bother
FUDGE=${GROWPART_FUDGE:-$((1024*1024))}
TEMP_D=""
RESTORE_FUNC=""
RESTORE_HUMAN=""
VERBOSITY=0
DISK=""
PART=""
PT_UPDATE=false
DRY_RUN=0
SFDISK_VERSION=""
SFDISK_2_26="22600"
MBR_BACKUP=""
GPT_BACKUP=""
_capture=""
error() {
echo "$@" 1>&2
}
fail() {
[ $# -eq 0 ] || echo "FAILED:" "$@"
exit 2
}
nochange() {
echo "NOCHANGE:" "$@"
exit 1
}
changed() {
echo "CHANGED:" "$@"
exit 0
}
change() {
echo "CHANGE:" "$@"
exit 0
}
cleanup() {
if [ -n "${RESTORE_FUNC}" ]; then
error "***** WARNING: Resize failed, attempting to revert ******"
if ${RESTORE_FUNC} ; then
error "***** Appears to have gone OK ****"
else
error "***** FAILED! ******"
if [ -n "${RESTORE_HUMAN}" -a -f "${RESTORE_HUMAN}" ]; then
error "**** original table looked like: ****"
cat "${RESTORE_HUMAN}" 1>&2
else
error "We seem to have not saved the partition table!"
fi
fi
fi
[ -z "${TEMP_D}" -o ! -d "${TEMP_D}" ] || rm -Rf "${TEMP_D}"
}
debug() {
local level=${1}
shift
[ "${level}" -gt "${VERBOSITY}" ] && return
if [ "${DEBUG_LOG}" ]; then
echo "$@" >>"${DEBUG_LOG}"
else
error "$@"
fi
}
debugcat() {
local level="$1"
shift;
[ "${level}" -gt "$VERBOSITY" ] && return
if [ "${DEBUG_LOG}" ]; then
cat "$@" >>"${DEBUG_LOG}"
else
cat "$@" 1>&2
fi
}
mktemp_d() {
# just a mktemp -d that doens't need mktemp if its not there.
_RET=$(mktemp -d "${TMPDIR:-/tmp}/${0##*/}.XXXXXX" 2>/dev/null) &&
return
_RET=$(umask 077 && t="${TMPDIR:-/tmp}/${0##*/}.$$" &&
mkdir "${t}" && echo "${t}")
return
}
Usage() {
cat <<EOF
${0##*/} disk partition
rewrite partition table so that partition takes up all the space it can
options:
-h | --help print Usage and exit
--fudge F if part could be resized, but change would be
less than 'F' bytes, do not resize (default: ${FUDGE})
-N | --dry-run only report what would be done, show new 'sfdisk -d'
-v | --verbose increase verbosity / debug
-u | --update R update the the kernel partition table info after growing
this requires kernel support and 'partx --update'
R is one of:
- 'auto' : [default] update partition if possible
- 'force' : try despite sanity checks (fail on failure)
- 'off' : do not attempt
- 'on' : fail if sanity checks indicate no support
Example:
- ${0##*/} /dev/sda 1
Resize partition 1 on /dev/sda
EOF
}
bad_Usage() {
Usage 1>&2
error "$@"
exit 2
}
sfdisk_restore_legacy() {
sfdisk --no-reread "${DISK}" -I "${MBR_BACKUP}"
}
sfdisk_restore() {
# files are named: sfdisk-<device>-<offset>.bak
local f="" offset="" fails=0
for f in "${MBR_BACKUP}"*.bak; do
[ -f "$f" ] || continue
offset=${f##*-}
offset=${offset%.bak}
[ "$offset" = "$f" ] && {
error "WARN: confused by file $f";
continue;
}
dd "if=$f" "of=${DISK}" seek=$(($offset)) bs=1 conv=notrunc ||
{ error "WARN: failed restore from $f"; fails=$(($fails+1)); }
done
return $fails
}
sfdisk_worked_but_blkrrpart_failed() {
local ret="$1" output="$2"
# exit code found was just 1, but dont insist on that
#[ $ret -eq 1 ] || return 1
# Successfully wrote the new partition table
grep -qi "Success.* wrote.* new.* partition" "$output" &&
grep -qi "BLKRRPART: Device or resource busy" "$output"
return
}
get_sfdisk_version() {
# set SFDISK_VERSION to MAJOR*10000+MINOR*100+MICRO
local out oifs="$IFS" ver=""
[ -n "$SFDISK_VERSION" ] && return 0
# expected output: sfdisk from util-linux 2.25.2
out=$(sfdisk --version) ||
{ error "failed to get sfdisk version"; return 1; }
set -- $out
ver=$4
case "$ver" in
[0-9]*.[0-9]*.[0-9]|[0-9].[0-9]*)
IFS="."; set -- $ver; IFS="$oifs"
SFDISK_VERSION=$(($1*10000+$2*100+${3:-0}))
return 0;;
*) error "unexpected output in sfdisk --version [$out]"
return 1;;
esac
}
resize_sfdisk() {
local humanpt="${TEMP_D}/recovery"
local mbr_backup="${TEMP_D}/orig.save"
local restore_func=""
local format="$1"
local change_out=${TEMP_D}/change.out
local dump_out=${TEMP_D}/dump.out
local new_out=${TEMP_D}/new.out
local dump_mod=${TEMP_D}/dump.mod
local tmp="${TEMP_D}/tmp.out"
local err="${TEMP_D}/err.out"
local mbr_max_512="4294967296"
local pt_start pt_size pt_end max_end new_size change_info dpart
local sector_num sector_size disk_size tot out
rqe sfd_list sfdisk --list --unit=S "$DISK" >"$tmp" ||
fail "failed: sfdisk --list $DISK"
if [ "${SFDISK_VERSION}" -lt ${SFDISK_2_26} ]; then
# exected output contains: Units: sectors of 512 bytes, ...
out=$(awk '$1 == "Units:" && $5 ~ /bytes/ { print $4 }' "$tmp") ||
fail "failed to read sfdisk output"
if [ -z "$out" ]; then
error "WARN: sector size not found in sfdisk output, assuming 512"
sector_size=512
else
sector_size="$out"
fi
local _w _cyl _w1 _heads _w2 sectors _w3 t s
# show-size is in units of 1024 bytes (same as /proc/partitions)
t=$(sfdisk --show-size "${DISK}") ||
fail "failed: sfdisk --show-size $DISK"
disk_size=$((t*1024))
sector_num=$(($disk_size/$sector_size))
msg="disk size '$disk_size' not evenly div by sector size '$sector_size'"
[ "$((${disk_size}%${sector_size}))" -eq 0 ] ||
error "WARN: $msg"
restore_func=sfdisk_restore_legacy
else
# --list first line output:
# Disk /dev/vda: 20 GiB, 21474836480 bytes, 41943040 sectors
local _x
read _x _x _x _x disk_size _x sector_num _x < "$tmp"
sector_size=$((disk_size/$sector_num))
restore_func=sfdisk_restore
fi
debug 1 "$sector_num sectors of $sector_size. total size=${disk_size} bytes"
[ $(($disk_size/512)) -gt $mbr_max_512 ] &&
debug 1 "WARN: disk is larger than 2TB. additional space will go unused."
rqe sfd_dump sfdisk --unit=S --dump "${DISK}" >"${dump_out}" ||
fail "failed to dump sfdisk info for ${DISK}"
RESTORE_HUMAN="$dump_out"
{
echo "## sfdisk --unit=S --dump ${DISK}"
cat "${dump_out}"
} >"$humanpt"
[ $? -eq 0 ] || fail "failed to save sfdisk -d output"
RESTORE_HUMAN="$humanpt"
debugcat 1 "$humanpt"
sed -e 's/,//g; s/start=/start /; s/size=/size /' "${dump_out}" \
>"${dump_mod}" ||
fail "sed failed on dump output"
dpart="${DISK}${PART}" # disk and partition number
if [ -b "${DISK}p${PART}" -a "${DISK%[0-9]}" != "${DISK}" ]; then
# for block devices that end in a number (/dev/nbd0)
# the partition is "<name>p<partition_number>" (/dev/nbd0p1)
dpart="${DISK}p${PART}"
elif [ "${DISK#/dev/loop[0-9]}" != "${DISK}" ]; then
# for /dev/loop devices, sfdisk output will be <name>p<number>
# format also, even though there is not a device there.
dpart="${DISK}p${PART}"
fi
pt_start=$(awk '$1 == pt { print $4 }' "pt=${dpart}" <"${dump_mod}") &&
pt_size=$(awk '$1 == pt { print $6 }' "pt=${dpart}" <"${dump_mod}") &&
[ -n "${pt_start}" -a -n "${pt_size}" ] &&
pt_end=$((${pt_size}+${pt_start})) ||
fail "failed to get start and end for ${dpart} in ${DISK}"
# find the minimal starting location that is >= pt_end
max_end=$(awk '$3 == "start" { if($4 >= pt_end && $4 < min)
{ min = $4 } } END { printf("%s\n",min); }' \
min=${sector_num} pt_end=${pt_end} "${dump_mod}") &&
[ -n "${max_end}" ] ||
fail "failed to get max_end for partition ${PART}"
mbr_max_sectors=$((mbr_max_512*$((sector_size/512))))
if [ "$max_end" -gt "$mbr_max_sectors" ]; then
max_end=$mbr_max_sectors
fi
if [ "$format" = "gpt" ]; then
# sfdisk respects 'last-lba' in input, and complains about
# partitions that go past that. without it, it does the right thing.
sed -i '/^last-lba:/d' "$dump_out" ||
fail "failed to remove last-lba from output"
fi
local gpt_second_size="33"
if [ "${max_end}" -gt "$((${sector_num}-${gpt_second_size}))" ]; then
# if mbr allow subsequent conversion to gpt without shrinking the
# partition. safety net at cost of 33 sectors, seems reasonable.
# if gpt, we can't write there anyway.
debug 1 "padding ${gpt_second_size} sectors for gpt secondary header"
max_end=$((${sector_num}-${gpt_second_size}))
fi
debug 1 "max_end=${max_end} tot=${sector_num} pt_end=${pt_end}" \
"pt_start=${pt_start} pt_size=${pt_size}"
[ $((${pt_end})) -eq ${max_end} ] &&
nochange "partition ${PART} is size ${pt_size}. it cannot be grown"
[ $((${pt_end}+(${FUDGE}/$sector_size))) -gt ${max_end} ] &&
nochange "partition ${PART} could only be grown by" \
"$((${max_end}-${pt_end})) [fudge=$((${FUDGE}/$sector_size))]"
# now, change the size for this partition in ${dump_out} to be the
# new size
new_size=$((${max_end}-${pt_start}))
sed "\|^\s*${dpart} |s/${pt_size},/${new_size},/" "${dump_out}" \
>"${new_out}" ||
fail "failed to change size in output"
change_info="partition=${PART} start=${pt_start} old: size=${pt_size} end=${pt_end} new: size=${new_size},end=${max_end}"
if [ ${DRY_RUN} -ne 0 ]; then
echo "CHANGE: ${change_info}"
{
echo "# === old sfdisk -d ==="
cat "${dump_out}"
echo "# === new sfdisk -d ==="
cat "${new_out}"
} 1>&2
exit 0
fi
MBR_BACKUP="${mbr_backup}"
LANG=C sfdisk --no-reread "${DISK}" --force \
-O "${mbr_backup}" <"${new_out}" >"${change_out}" 2>&1
ret=$?
[ $ret -eq 0 ] || RESTORE_FUNC="${restore_func}"
if [ $ret -eq 0 ]; then
:
elif $PT_UPDATE &&
sfdisk_worked_but_blkrrpart_failed "$ret" "${change_out}"; then
# if the command failed, but it looks like only because
# the device was busy and we have pt_update, then go on
debug 1 "sfdisk failed, but likely only because of blkrrpart"
else
error "attempt to resize ${DISK} failed. sfdisk output below:"
sed 's,^,| ,' "${change_out}" 1>&2
fail "failed to resize"
fi
rq pt_update pt_update "$DISK" "$PART" ||
fail "pt_resize failed"
RESTORE_FUNC=""
changed "${change_info}"
# dump_out looks something like:
## partition table of /tmp/out.img
#unit: sectors
#
#/tmp/out.img1 : start= 1, size= 48194, Id=83
#/tmp/out.img2 : start= 48195, size= 963900, Id=83
#/tmp/out.img3 : start= 1012095, size= 305235, Id=82
#/tmp/out.img4 : start= 1317330, size= 771120, Id= 5
#/tmp/out.img5 : start= 1317331, size= 642599, Id=83
#/tmp/out.img6 : start= 1959931, size= 48194, Id=83
#/tmp/out.img7 : start= 2008126, size= 80324, Id=83
}
gpt_restore() {
sgdisk -l "${GPT_BACKUP}" "${DISK}"
}
resize_sgdisk() {
GPT_BACKUP="${TEMP_D}/pt.backup"
local pt_info="${TEMP_D}/pt.info"
local pt_pretend="${TEMP_D}/pt.pretend"
local pt_data="${TEMP_D}/pt.data"
local out="${TEMP_D}/out"
local dev="disk=${DISK} partition=${PART}"
local pt_start pt_end pt_size last pt_max code guid name new_size
local old new change_info sector_size
# Dump the original partition information and details to disk. This is
# used in case something goes wrong and human interaction is required
# to revert any changes.
rqe sgd_info sgdisk "--info=${PART}" --print "${DISK}" >"${pt_info}" ||
fail "${dev}: failed to dump original sgdisk info"
RESTORE_HUMAN="${pt_info}"
sector_size=$(awk '$0 ~ /^Logical sector size:.*bytes/ { print $4 }' \
"$pt_info") && [ -n "$sector_size" ] || {
sector_size=512
error "WARN: did not find sector size, assuming 512"
}
debug 1 "$dev: original sgdisk info:"
debugcat 1 "${pt_info}"
# Pretend to move the backup GPT header to the end of the disk and dump
# the resulting partition information. We use this info to determine if
# we have to resize the partition.
rqe sgd_pretend sgdisk --pretend --move-second-header \
--print "${DISK}" >"${pt_pretend}" ||
fail "${dev}: failed to dump pretend sgdisk info"
debug 1 "$dev: pretend sgdisk info"
debugcat 1 "${pt_pretend}"
# Extract the partition data from the pretend dump
awk 'found { print } ; $1 == "Number" { found = 1 }' \
"${pt_pretend}" >"${pt_data}" ||
fail "${dev}: failed to parse pretend sgdisk info"
# Get the start and end sectors of the partition to be grown
pt_start=$(awk '$1 == '"${PART}"' { print $2 }' "${pt_data}") &&
[ -n "${pt_start}" ] ||
fail "${dev}: failed to get start sector"
pt_end=$(awk '$1 == '"${PART}"' { print $3 }' "${pt_data}") &&
[ -n "${pt_end}" ] ||
fail "${dev}: failed to get end sector"
pt_size="$((${pt_end} - ${pt_start}))"
# Get the last usable sector
last=$(awk '/last usable sector is/ { print $NF }' \
"${pt_pretend}") && [ -n "${last}" ] ||
fail "${dev}: failed to get last usable sector"
# Find the minimal start sector that is >= pt_end
pt_max=$(awk '{ if ($2 >= pt_end && $2 < min) { min = $2 } } END \
{ print min }' min="${last}" pt_end="${pt_end}" \
"${pt_data}") && [ -n "${pt_max}" ] ||
fail "${dev}: failed to find max end sector"
debug 1 "${dev}: pt_start=${pt_start} pt_end=${pt_end}" \
"pt_size=${pt_size} pt_max=${pt_max} last=${last}"
# Check if the partition can be grown
[ "${pt_end}" -eq "${pt_max}" ] &&
nochange "${dev}: size=${pt_size}, it cannot be grown"
[ "$((${pt_end} + ${FUDGE}/${sector_size}))" -gt "${pt_max}" ] &&
nochange "${dev}: could only be grown by" \
"$((${pt_max} - ${pt_end})) [fudge=$((${FUDGE}/$sector_size))]"
# The partition can be grown if we made it here. Get some more info
# about it so we can do it properly.
# FIXME: Do we care about the attribute flags?
code=$(awk '/^Partition GUID code:/ { print $4 }' "${pt_info}")
guid=$(awk '/^Partition unique GUID:/ { print $4 }' "${pt_info}")
name=$(awk '/^Partition name:/ { gsub(/'"'"'/, "") ; \
if (NF >= 3) print substr($0, index($0, $3)) }' "${pt_info}")
[ -n "${code}" -a -n "${guid}" ] ||
fail "${dev}: failed to parse sgdisk details"
debug 1 "${dev}: code=${code} guid=${guid} name='${name}'"
local wouldrun=""
[ "$DRY_RUN" -ne 0 ] && wouldrun="would-run"
# Calculate the new size of the partition
new_size=$((${pt_max} - ${pt_start}))
old="old: size=${pt_size},end=${pt_end}"
new="new: size=${new_size},end=${pt_max}"
change_info="${dev}: start=${pt_start} ${old} ${new}"
# Backup the current partition table, we're about to modify it
rq sgd_backup $wouldrun sgdisk "--backup=${GPT_BACKUP}" "${DISK}" ||
fail "${dev}: failed to backup the partition table"
# Modify the partition table. We do it all in one go (the order is
# important!):
# - move the GPT backup header to the end of the disk
# - delete the partition
# - recreate the partition with the new size
# - set the partition code
# - set the partition GUID
# - set the partition name
rq sgdisk_mod $wouldrun sgdisk --move-second-header "--delete=${PART}" \
"--new=${PART}:${pt_start}:${pt_max}" \
"--typecode=${PART}:${code}" \
"--partition-guid=${PART}:${guid}" \
"--change-name=${PART}:${name}" "${DISK}" &&
rq pt_update $wouldrun pt_update "$DISK" "$PART" || {
RESTORE_FUNC=gpt_restore
fail "${dev}: failed to repartition"
}
# Dry run
[ "${DRY_RUN}" -ne 0 ] && change "${change_info}"
changed "${change_info}"
}
kver_to_num() {
local kver="$1" maj="" min="" mic="0"
kver=${kver%%-*}
maj=${kver%%.*}
min=${kver#${maj}.}
min=${min%%.*}
mic=${kver#${maj}.${min}.}
[ "$kver" = "$mic" ] && mic=0
_RET=$(($maj*1000*1000+$min*1000+$mic))
}
kver_cmp() {
local op="$2" n1="" n2=""
kver_to_num "$1"
n1="$_RET"
kver_to_num "$3"
n2="$_RET"
[ $n1 $op $n2 ]
}
rq() {
# runquieterror(label, command)
# gobble stderr of a command unless it errors
local label="$1" ret="" efile=""
efile="$TEMP_D/$label.err"
shift;
local rlabel="running"
[ "$1" = "would-run" ] && rlabel="would-run" && shift
local cmd="" x=""
for x in "$@"; do
[ "${x#* }" != "$x" -o "${x#* \"}" != "$x" ] && x="'$x'"
cmd="$cmd $x"
done
cmd=${cmd# }
debug 2 "$rlabel[$label][$_capture]" "$cmd"
[ "$rlabel" = "would-run" ] && return 0
if [ "${_capture}" = "erronly" ]; then
"$@" 2>"$TEMP_D/$label.err"
ret=$?
else
"$@" >"$TEMP_D/$label.err" 2>&1
ret=$?
fi
if [ $ret -ne 0 ]; then
error "failed [$label:$ret]" "$@"
cat "$efile" 1>&2
fi
return $ret
}
rqe() {
local _capture="erronly"
rq "$@"
}
verify_ptupdate() {
local input="$1" found="" reason="" kver=""
# we can always satisfy 'off'
if [ "$input" = "off" ]; then
_RET="false";
return 0;
fi
if command -v partx >/dev/null 2>&1; then
local out="" ret=0
out=$(partx --help 2>&1)
ret=$?
if [ $ret -eq 0 ]; then
echo "$out" | grep -q -- --update || {
reason="partx has no '--update' flag in usage."
found="off"
}
else
reason="'partx --help' returned $ret. assuming it is old."
found="off"
fi
else
reason="no 'partx' command"
found="off"
fi
if [ -z "$found" ]; then
if [ "$(uname)" != "Linux" ]; then
reason="Kernel is not Linux per uname."
found="off"
fi
fi
if [ -z "$found" ]; then
kver=$(uname -r) || debug 1 "uname -r failed!"
if ! kver_cmp "${kver-0.0.0}" -ge 3.8.0; then
reason="Kernel '$kver' < 3.8.0."
found="off"
fi
fi
if [ -z "$found" ]; then
_RET="true"
return 0
fi
case "$input" in
on) error "$reason"; return 1;;
auto)
_RET="false";
debug 1 "partition update disabled: $reason"
return 0;;
force)
_RET="true"
error "WARNING: ptupdate forced on even though: $reason"
return 0;;
esac
error "unknown input '$input'";
return 1;
}
pt_update() {
local dev="$1" part="$2" update="${3:-$PT_UPDATE}"
if ! $update; then
return 0
fi
# partx only works on block devices (do not run on file)
[ -b "$dev" ] || return 0
partx --update "$part" "$dev"
}
has_cmd() {
command -v "${1}" >/dev/null 2>&1
}
resize_sgdisk_gpt() {
resize_sgdisk gpt
}
resize_sgdisk_dos() {
fail "unable to resize dos label with sgdisk"
}
resize_sfdisk_gpt() {
resize_sfdisk gpt
}
resize_sfdisk_dos() {
resize_sfdisk dos
}
get_table_format() {
local out="" disk="$1"
if has_cmd blkid && out=$(blkid -o value -s PTTYPE "$disk") &&
[ "$out" = "dos" -o "$out" = "gpt" ]; then
_RET="$out"
return
fi
_RET="dos"
if [ ${SFDISK_VERSION} -lt ${SFDISK_2_26} ] &&
out=$(sfdisk --id --force "$disk" 1 2>/dev/null); then
if [ "$out" = "ee" ]; then
_RET="gpt"
else
_RET="dos"
fi
return
elif out=$(LANG=C sfdisk --list "$disk"); then
out=$(echo "$out" | sed -e '/Disklabel type/!d' -e 's/.*: //')
case "$out" in
gpt|dos) _RET="$out";;
*) error "WARN: unknown label $out";;
esac
fi
}
get_resizer() {
local format="$1" user=${2:-"auto"}
case "$user" in
sgdisk) _RET="resize_sgdisk_$format"; return;;
sfdisk) _RET="resize_sfdisk_$format"; return;;
auto) :;;
*) error "unexpected input: '$user'";;
esac
if [ "$format" = "dos" ]; then
_RET="resize_sfdisk_dos"
return 0
fi
if [ "${SFDISK_VERSION}" -ge ${SFDISK_2_26} ]; then
_RET="resize_sfdisk_gpt"
elif has_cmd sgdisk; then
_RET="resize_sgdisk_$format"
else
error "no tools available to resize disk with '$format'"
return 1
fi
return 0
}
pt_update="auto"
resizer=${GROWPART_RESIZER:-"auto"}
while [ $# -ne 0 ]; do
cur=${1}
next=${2}
case "$cur" in
-h|--help)
Usage
exit 0
;;
--fudge)
FUDGE=${next}
shift
;;
-N|--dry-run)
DRY_RUN=1
;;
-u|--update|--update=*)
if [ "${cur#--update=}" != "$cur" ]; then
next="${cur#--update=}"
else
shift
fi
case "$next" in
off|auto|force|on) pt_update=$next;;
*) fail "unknown --update option: $next";;
esac
;;
-v|--verbose)
VERBOSITY=$(($VERBOSITY+1))
;;
--)
shift
break
;;
-*)
fail "unknown option ${cur}"
;;
*)
if [ -z "${DISK}" ]; then
DISK=${cur}
else
[ -z "${PART}" ] || fail "confused by arg ${cur}"
PART=${cur}
fi
;;
esac
shift
done
[ -n "${DISK}" ] || bad_Usage "must supply disk and partition-number"
[ -n "${PART}" ] || bad_Usage "must supply partition-number"
has_cmd "sfdisk" || fail "sfdisk not found"
get_sfdisk_version || fail
[ -e "${DISK}" ] || fail "${DISK}: does not exist"
[ "${PART#*[!0-9]}" = "${PART}" ] || fail "partition-number must be a number"
verify_ptupdate "$pt_update" || fail
PT_UPDATE=$_RET
debug 1 "update-partition set to $PT_UPDATE"
mktemp_d && TEMP_D="${_RET}" || fail "failed to make temp dir"
trap cleanup 0 # EXIT - some shells may not like 'EXIT' but are ok with 0
# get the ID of the first partition to determine if it's MBR or GPT
get_table_format "$DISK" || fail
format=$_RET
get_resizer "$format" "$resizer" ||
fail "failed to get a resizer for id '$id'"
resizer=$_RET
debug 1 "resizing $PART on $DISK using $resizer"
"$resizer"
# vi: ts=4 noexpandtab

@ -1,6 +1,3 @@
DIST ibus-1.5.10.tar.gz 2169299 SHA256 1d01b7806602875a1f3004f32e1000a39be01f59731d6baf36446498e26f5594 SHA512 2f7f07c20cac5f934f24c3bc99b29efe30aa5ced501ac442a9da16454cb889d946fa262b3495c1778f200c8f62a1fd8d67f47f43ae6ee214d3d392feb6e413c9 WHIRLPOOL 575d5bba84ed8afb608030260b5fbbd47bdfc4ff1368590e0c34b2fed1cf2878e71bdb7b6da286d0b0d5a27f7fcc9e2a02675a86bbc9417c1d060246b7a6acbd
DIST ibus-1.5.11.tar.gz 2177026 SHA256 49995a298a39a137e65c6ee77811b030850ff344b875f29d4ed088f623a546bc SHA512 7745a06a4dc9502a957bdfa7faba3e6ff857ee102f34acfbc5d1c8ca5935eaf5660ebe6d837ee7bae584818c08a1769cf8a9daa012f87d43a1f10917c04615c2 WHIRLPOOL ae724b6609323e22f6fdff767484ec1259a6e3e4465b1a539cdfaa9178920d23d062d4eb6627fd3b45416d7fa9170a5bf467d6cddd4b1e80ae568a31e851be24
DIST ibus-1.5.5.tar.gz 2063794 SHA256 02ab36af6048399fedbe8d85074b161219b89df5020932df33cf8829764f8aec SHA512 8249d6ee4918b0e0fe030af736eed2260e1376b2fdaf0d819f289e0bd880a5e3874f1fb3d097fc74b9f359822ce16f4dae52a263aa28c2e2ce7bdf671cb2fea9 WHIRLPOOL 33ba90e5cdd54ecd7a03af8c5d2c1d2e8cfc88bfc53b65e5240eb4c60d6138007b754a60e8b1e79c98ce92e299d14f1a0cce445ad40b04e862adf3919401d77d
DIST ibus-1.5.8.tar.gz 2120220 SHA256 cfc562ae73de753dc8cb9ae30fe117286ddd94cd109002108f2eeb47e8101a29 SHA512 428e40be7ebea57832295e76b5c4350351c6d40c5178c57c61c8d6f31e524a315184c3d533ad88592e53ae7c6cb4beed67796ad61910f99f260fc9c243b2fc98 WHIRLPOOL 2fc0059a75b3f4b253770303a8c9c8ae02947153eaf7b9c220e2e10657275293a556b068ba4cad0d27f315b7374ffaedb53b20cd13f8408a3729cfaaea869d78
DIST ibus-1.5.9-upstream-patches-0.tar.xz 30380 SHA256 9efe631008cfad1d59db01a83ae093149b2c827d480705836f0bf8a29706f1e0 SHA512 98c323de9793938d8c0bd646071d0ea7860212e3ae826e97ed0e0a092ec715084529b3a3cee3def63958dd3d56357b2e33e4e3d3946cca90bec3409469cf14d4 WHIRLPOOL 0aaf7aaba36de96525f0339a16df2c435e2f2c5cc6168c9b2da25bd7003af88f6d55ca53ae692c9c611b563ddfcb48a0e19e915f8361ba51a4aac813edc45f41
DIST ibus-1.5.9.tar.gz 2128459 SHA256 ad41014aa3cb961854ee0aa392a5abd7452fab2c6b77d8ff2d736b7405b48ac6 SHA512 8a21303abceb38f1e5903342590c229a243db1497503fa08d547e1029bc25b90a2031f0386e57ddfcb897a14819d202289fcac1e3c8bad059698b04501a7ede9 WHIRLPOOL 88135818669cb3c189ce02a7caba3ec262bd95ffa6d139e8f76113ca91fc778f5f7703cfbfb1f5d5dd3cbb6948ba14d9c326f318b0286381caec45db3b453221
DIST ibus-1.5.12.tar.gz 2190284 SHA256 e24da95995f4aca5b96359eaba709487dc5ad4c732e9b01b9bcf9fb34be2442c SHA512 a443bf0d1b71a52c18e7d13a0c69f38c48f6924cfb1669912880b87be1bf41bcb7d8d6252aafd6799e43d41c081fd94cf334fd836a0505c93a4e5c5b68241c81 WHIRLPOOL 82354fc5006a0abe4cb431dda90a67dc1b775f0bac521b481eaeb7acd167ba6179cad14045c5141c57618845589094613bc489357ee8bf550f131ecfb1bf8293

@ -9,7 +9,7 @@ VALA_MIN_API_VERSION="0.20"
VALA_USE_DEPEND="vapigen"
# Vapigen is needed for the vala binding
# Valac is needed when building from git for the engine
UPSTREAM_VER=0
UPSTREAM_VER=
inherit autotools bash-completion-r1 eutils gnome2-utils multilib python-single-r1 readme.gentoo vala virtualx
@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/ibus/ibus/wiki"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test +vala wayland +X"
IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland +X"
REQUIRED_USE="
|| ( gtk gtk3 X )
deprecated? ( python )
@ -29,7 +29,7 @@ REQUIRED_USE="
|| ( deprecated ( gtk3 introspection ) ) )" #342903
[[ -n ${UPSTREAM_VER} ]] && \
UPSTRAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz"
UPSTRAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz"
SRC_URI="https://github.com/ibus/ibus/releases/download/${PV}/${P}.tar.gz
${UPSTRAM_PATCHSET_URI}"
@ -186,6 +186,5 @@ pkg_postrm() {
use gtk && gnome2_query_immodules_gtk2
use gtk3 && gnome2_query_immodules_gtk3
use gconf && gnome2_schemas_update
gnome2_schemas_savelist
gnome2_icon_cache_update
}

@ -1,175 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
VALA_MIN_API_VERSION="0.20"
VALA_USE_DEPEND="vapigen"
# Vapigen is needed for the vala binding
# Valac is needed when building from git for the engine
inherit bash-completion-r1 eutils gnome2-utils multilib python-single-r1 readme.gentoo vala virtualx
DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
HOMEPAGE="https://github.com/ibus/ibus/wiki"
SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland +X"
REQUIRED_USE="|| ( gtk gtk3 X )
deprecated? ( python )
python? (
${PYTHON_REQUIRED_USE}
|| ( deprecated ( gtk3 introspection ) ) )" #342903
COMMON_DEPEND="
>=dev-libs/glib-2.26:2
gnome-base/librsvg:2
sys-apps/dbus[X?]
app-text/iso-codes
>=gnome-base/dconf-0.13.4
x11-libs/libnotify
gconf? ( >=gnome-base/gconf-2.12:2 )
gtk? ( x11-libs/gtk+:2 )
gtk3? ( x11-libs/gtk+:3 )
python? ( ${PYTHON_DEPS} )
X? (
x11-libs/libX11
x11-libs/gtk+:2 )
introspection? ( >=dev-libs/gobject-introspection-0.6.8 )
nls? ( virtual/libintl )
wayland? ( dev-libs/wayland )"
RDEPEND="${COMMON_DEPEND}
x11-apps/setxkbmap
python? (
dev-python/pyxdg
deprecated? (
>=dev-python/dbus-python-0.83
dev-python/pygobject:2
dev-python/pygtk:2 )
gtk3? (
dev-python/pygobject:3
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/pango[introspection]
x11-libs/gtk+:3[introspection] )
)"
DEPEND="${COMMON_DEPEND}
>=dev-lang/perl-5.8.1
dev-util/gtk-doc-am
dev-util/intltool
virtual/pkgconfig
nls? ( >=sys-devel/gettext-0.16.1 )
vala? ( $(vala_depend) )
gnome-base/gconf"
# stress test in bus/ fails
# IBUS-CRITICAL **: bus_test_client_init: assertion `ibus_bus_is_connected (_bus)' failed
RESTRICT="test"
DOCS="AUTHORS ChangeLog NEWS README"
DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="To use ibus, you should:
1. Get input engines from sunrise overlay.
Run \"emerge -s ibus-\" in your favorite terminal
for a list of packages we already have.
2. Setup ibus:
$ ibus-setup
3. Set the following in your user startup scripts
such as .xinitrc, .xsession or .xprofile:
export XMODIFIERS=\"@im=ibus\"
export GTK_IM_MODULE=\"ibus\"
export QT_IM_MODULE=\"xim\"
ibus-daemon -d -x
"
pkg_setup() {
use python && python-single-r1_pkg_setup
}
src_prepare() {
# We run "dconf update" in pkg_postinst/postrm to avoid sandbox violations
sed -e 's/dconf update/$(NULL)/' \
-i data/dconf/Makefile.{am,in} || die
use vala && vala_src_prepare
cp "${S}"/client/gtk2/ibusimcontext.c "${S}"/client/gtk3/ibusimcontext.c || die
}
src_configure() {
local python_conf
if use python; then
python_conf="PYTHON=${PYTHON}
$(use_enable deprecated python-library)
$(use_enable gtk3 setup)"
else
python_conf="--disable-python-library --disable-setup"
fi
econf \
--enable-dconf \
$(use_enable introspection) \
$(use_enable gconf) \
$(use_enable gtk gtk2) \
$(use_enable gtk xim) \
$(use_enable gtk3) \
$(use_enable gtk3 ui) \
$(use_enable nls) \
$(use_enable test tests) \
$(use_enable X xim) \
$(use_enable vala) \
$(use_enable wayland) \
${python_conf}
}
src_test() {
unset DBUS_SESSION_BUS_ADDRESS
Xemake check || die
}
src_install() {
default
prune_libtool_files --all
mv "${ED}"/usr/share/bash-completion/completions/ibus.bash "${T}"
rm -rf "${ED}"/usr/share/bash-completion || die
newbashcomp "${T}"/ibus.bash ${PN}
insinto /etc/X11/xinit/xinput.d
newins xinput-ibus ibus.conf
keepdir /usr/share/ibus/{engine,icons} #289547
use deprecated && python_optimize
use python && use gtk3 && python_optimize
readme.gentoo_create_doc
}
pkg_preinst() {
use gconf && gnome2_gconf_savelist
gnome2_schemas_savelist
gnome2_icon_savelist
}
pkg_postinst() {
use gconf && gnome2_gconf_install
use gtk && gnome2_query_immodules_gtk2
use gtk3 && gnome2_query_immodules_gtk3
gnome2_schemas_update
gnome2_icon_cache_update
readme.gentoo_print_elog
}
pkg_postrm() {
use gtk && gnome2_query_immodules_gtk2
use gtk3 && gnome2_query_immodules_gtk3
use gconf && gnome2_schemas_update
gnome2_schemas_savelist
gnome2_icon_cache_update
}

@ -1,175 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
VALA_MIN_API_VERSION="0.20"
VALA_USE_DEPEND="vapigen"
# Vapigen is needed for the vala binding
# Valac is needed when building from git for the engine
inherit bash-completion-r1 eutils gnome2-utils multilib python-single-r1 readme.gentoo vala virtualx
DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
HOMEPAGE="https://github.com/ibus/ibus/wiki"
SRC_URI="https://github.com/ibus/ibus/releases/download/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland +X"
REQUIRED_USE="|| ( gtk gtk3 X )
deprecated? ( python )
python? (
${PYTHON_REQUIRED_USE}
|| ( deprecated ( gtk3 introspection ) ) )" #342903
COMMON_DEPEND="
>=dev-libs/glib-2.26:2
gnome-base/librsvg:2
sys-apps/dbus[X?]
app-text/iso-codes
>=gnome-base/dconf-0.13.4
x11-libs/libnotify
gconf? ( >=gnome-base/gconf-2.12:2 )
gtk? ( x11-libs/gtk+:2 )
gtk3? ( x11-libs/gtk+:3 )
python? ( ${PYTHON_DEPS} )
X? (
x11-libs/libX11
x11-libs/gtk+:2 )
introspection? ( >=dev-libs/gobject-introspection-0.6.8 )
nls? ( virtual/libintl )
wayland? ( dev-libs/wayland )"
RDEPEND="${COMMON_DEPEND}
x11-apps/setxkbmap
python? (
dev-python/pyxdg
deprecated? (
>=dev-python/dbus-python-0.83
dev-python/pygobject:2
dev-python/pygtk:2 )
gtk3? (
dev-python/pygobject:3
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/pango[introspection]
x11-libs/gtk+:3[introspection] )
)"
DEPEND="${COMMON_DEPEND}
>=dev-lang/perl-5.8.1
dev-util/gtk-doc-am
dev-util/intltool
virtual/pkgconfig
nls? ( >=sys-devel/gettext-0.16.1 )
vala? ( $(vala_depend) )
gnome-base/gconf"
# stress test in bus/ fails
# IBUS-CRITICAL **: bus_test_client_init: assertion `ibus_bus_is_connected (_bus)' failed
RESTRICT="test"
DOCS="AUTHORS ChangeLog NEWS README"
DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="To use ibus, you should:
1. Get input engines from sunrise overlay.
Run \"emerge -s ibus-\" in your favorite terminal
for a list of packages we already have.
2. Setup ibus:
$ ibus-setup
3. Set the following in your user startup scripts
such as .xinitrc, .xsession or .xprofile:
export XMODIFIERS=\"@im=ibus\"
export GTK_IM_MODULE=\"ibus\"
export QT_IM_MODULE=\"xim\"
ibus-daemon -d -x
"
pkg_setup() {
use python && python-single-r1_pkg_setup
}
src_prepare() {
# We run "dconf update" in pkg_postinst/postrm to avoid sandbox violations
sed -e 's/dconf update/:/' \
-i data/dconf/Makefile.{am,in} || die
use vala && vala_src_prepare
}
src_configure() {
local python_conf
if use python; then
python_conf="PYTHON=${PYTHON}
$(use_enable deprecated python-library)
$(use_enable gtk3 setup)"
else
python_conf="--disable-python-library --disable-setup"
fi
econf \
--enable-dconf \
$(use_enable introspection) \
$(use_enable gconf) \
$(use_enable gtk gtk2) \
$(use_enable gtk xim) \
$(use_enable gtk3) \
$(use_enable gtk3 ui) \
$(use_enable nls) \
$(use_enable test tests) \
$(use_enable X xim) \
$(use_enable vala) \
$(use_enable wayland) \
${python_conf}
}
src_test() {
unset DBUS_SESSION_BUS_ADDRESS
Xemake check || die
}
src_install() {
default
prune_libtool_files --all
mv "${ED}"/usr/share/bash-completion/completions/ibus.bash "${T}"
rm -rf "${ED}"/usr/share/bash-completion || die
newbashcomp "${T}"/ibus.bash ${PN}
insinto /etc/X11/xinit/xinput.d
newins xinput-ibus ibus.conf
keepdir /usr/share/ibus/{engine,icons} #289547
use deprecated && python_optimize
use python && use gtk3 && python_optimize
readme.gentoo_create_doc
}
pkg_preinst() {
use gconf && gnome2_gconf_savelist
gnome2_schemas_savelist
gnome2_icon_savelist
}
pkg_postinst() {
use gconf && gnome2_gconf_install
use gtk && gnome2_query_immodules_gtk2
use gtk3 && gnome2_query_immodules_gtk3
gnome2_schemas_update
gnome2_icon_cache_update
readme.gentoo_print_elog
}
pkg_postrm() {
use gtk && gnome2_query_immodules_gtk2
use gtk3 && gnome2_query_immodules_gtk3
use gconf && gnome2_schemas_update
gnome2_schemas_savelist
gnome2_icon_cache_update
}

@ -5,15 +5,18 @@ DIST sqlite-autoconf-3081101.tar.gz 2101885 SHA256 fb99b0ac038c4a7e48b44b61836cb
DIST sqlite-autoconf-3090100.tar.gz 2284128 SHA256 d89d0e1d93deafebd0aa067d20d9029d9914ccde244920d9dd09ea51944e1c6c SHA512 6465c22afa68a44b7a6e739d242d2c921147fba11c92bb3a7d0bc5b6a58bd3f85d42a1e2710f60c18c5d82e4fc6f5651255f3aebd684e0fdc69dd099337182cb WHIRLPOOL dfab45f06ed4bcadc0f4b3ba414cff679d74e32459b63580d337c02ef2621b0dad6697d88a22066b7cb9b4ac681eadc95402e157cd78befc391481a50976032b
DIST sqlite-autoconf-3090200.tar.gz 2284431 SHA256 064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b SHA512 c4fdd7dee58e2e4c83091f2a98d8099c6403a66f566be46b54d465c5a58404555fdc1d08050ca60edb6366d220407cfc7409921c123915f78a04cd9930217fa7 WHIRLPOOL c57c3a3f9a7186606a8de0f562490d6c1db27204e9799f39313ea139fabb64bfc918243a20173119bc73776dbd42fc4c316590eb3a4c4334ef669a93be819adf
DIST sqlite-autoconf-3100000.tar.gz 2331542 SHA256 43cc292d70711fa7580250c8a1cd7c64813a4a0a479dbd502cce5f10b5d91042 SHA512 0d34f511f386e841b60ca6354715e7196c2c3d47e0ae13f09b9ae8d0f95118104b2bd8e13697c4c97b994269c2b2e112841ab74e82a2a64c50243d8ec8d8f46e WHIRLPOOL 090ee131929573a71f3049ee9accf3e8df21dd9d6834e499baf0988cad6bd64f433ef5f05cdb0ba0a15254ced47d94591c913be5e15d0de76e4a41f391393d94
DIST sqlite-autoconf-3100200.tar.gz 2332013 SHA256 a2b3b4bd1291ea7d6c8252f7edff36a4362f2f0e5d5370444ba6cbe313ae2971 SHA512 fa4e3757d76c9f0cf167481346c0844f41a3a7ea0e8fde186be7ebcc14f9b45b770386110e23860c6dcaaf1819aa12725fde7507271a0a8b59610dcc458c552f WHIRLPOOL 5bc1f324bb9fb7baa70a12e6e1519ccae7f2beef51ec48312df4a1a8890406bfbd4a9c0ee0b5a186619624763c65238fa34b88bb478c76e7a39b23c4a96eb66a
DIST sqlite-doc-3081001.zip 5060040 SHA256 0b6c186a2da8b7d7397eb3942e97fd85b88734beb300702ace0dca4a3db729a6 SHA512 76caf476c98d8a0f5da55c4608bfc31235289e3ab2286089195fab86da6b5d98b2d5eb0fe7b81e3aff8f04939c9bcbfded6be22f0eeb21103478bf519e9ff78b WHIRLPOOL 5edd1d06babf19d54e326f6262d45851d43a0907adad66b130c93cf63efbfadcad6dbc98330bd4d2f80d1d528cd9088ada0727475b42005de6bcdbc4914e5d7c
DIST sqlite-doc-3081002.zip 5068441 SHA256 e355ec10989829d485d2df08f076f6c3f598f7fc1d45d307b4fd70d5e609e6c4 SHA512 c222b250de6c8e182da1b534f459600a81b300c87578f9484b7d6f1fbbfaad9e8be70c306d0200b163850f48c974c55ce25782fefd55672ef72f03dc0b5f8d19 WHIRLPOOL 148bbce9bc3ffb1f9101e45936ce060aa49dbc88647effabf5418fa95ccdb91a4971d171d940de3307a2d59144e73250c43f8d8d79927ac36a1e02784f143061
DIST sqlite-doc-3081101.zip 5108061 SHA256 89e3fc4bce7463885da3b03602b4260fe07240f9ea674ba4ac7ce2ee4987357f SHA512 8a39e05b1647f4769126234b9759552138f3e3874bc008686ef2f9136833ddc30b3b0696222a736d604e8910a436acedc4954e46894f4adc085eb5f2b6ab9280 WHIRLPOOL f47308753f8df2c497e1bf3cd941b862d69d4f6bbabb2f0606d144966cbb186c5e1513022a5adc122939180fc6cfaa7c83a9537481cce455a83b7bf68deec9cd
DIST sqlite-doc-3090100.zip 5289099 SHA256 c8549a4261f74395496d1ebc4b7d36a51b2b3e57f36520d3c71052190a80ccb9 SHA512 f6d8248a6740b50a5c3cb5ab34bd3011adcec882066c203afd3da906e162a44019af4ffe485651e3ef6679610480f78e566bde46dbf2f15bf9577fcdfeec65f2 WHIRLPOOL e61ed3fba3cfd2865c2e79b3c87451f52c20037f453c90d20366317fedc8fcfb337be7d4424044171dd5bf793271bd926e9eb0ae7cfbbf7dc36cf33116f708d8
DIST sqlite-doc-3090200.zip 5295693 SHA256 4b9ecb9d2b0424ca2a288184ee36fa16a11033400638117dd7c669ad2d39177c SHA512 aef3b340613eed376dca491fd25b98ced30b69454b24412cb094854c53496bddfb479293634b46f1c793377981d4094c38a6b9c3e67775b471407c4d8cc21435 WHIRLPOOL bf0a660a5fb88c50d71beb12b07cb1eb269d564817d9aaef0a5903d114af8d9d74c803346ca00dea9ac6c76a722a3d305c6303c1220cd712162325c916174cfe
DIST sqlite-doc-3100000.zip 5350213 SHA256 40af646d8c2109e5a15b1787e53524ed16c8e0d1705dda5f005b6186f18c2f2a SHA512 b04846e180d71c0bd3f76399f68df352ba663939a141fb1368f0099cfefb22e290ce1f5cf69eeb63a9136097c463ff9446670629f5b0662e5a230691c36e20c8 WHIRLPOOL 36802a6cb26b4f53945fcd79e5f665c0b9607ce8207fd647ac2735fb30fdba0419c0ecdfc946f74bd237fe646857bbb01a93c1e5135bd6aa13827c691d69c888
DIST sqlite-doc-3100200.zip 5374707 SHA256 21637344807efb9b6c6f615fd98b72620d074c720660940182888a4dbc2af982 SHA512 188f7b982066ba6680b13966b2d6f2c466fb99bef0c5c8ee0ca1a18a6760e5a26eef43ef985f2c9031e4299c27dc91a444f113549353c3209c5b50b97015aabb WHIRLPOOL f614a00fe9cc12e97f5c1bff6af008c3eeca5aa761656b0af3a1b790bee697f8316da2b57c457eb4c252463834b51a89911b9117c7d4508d4eba85eb73780a6b
DIST sqlite-src-3081001.zip 7648823 SHA256 def6e2401c8da91b489de19d1a1734f722b4e629148ab804776d27b49ba49e7b SHA512 7604ac35eddd4aca53c02b0ab7ae7682856aec2eb4e6a9627da041ea19d464bb6080a70d84070a94abf77eb14ae616a0a8c5fe2f2a6c19fc899d1b21535d3e1a WHIRLPOOL c44e4f446d12af1f4df49e171276d853381784e979d3521cafbfdd5b5359c792586d298f3573bbda8a260b9008a4b7fcdc4ce0382fdda18574287018a2cb4f4c
DIST sqlite-src-3081002.zip 7648737 SHA256 fda379bc4590761838d02ac8008433b7c3eae6e120e45d639d24b09d0004b42d SHA512 99661c709ffe8d5776c3ed2c1a64c70f541b68f0c7745e3e769528273966f71eeb29e8911d42ede9420f179b7fcbda63c4d0980a9d7bc05e937d0a6deb7b814f WHIRLPOOL 4e13138a5f92f5c5fe65c8b670097b57ea778244a37a5bcabf75f86f4ac3f0bc17860f3e55833adc9adcc335b6aece396c685421b58ccb0ddca66f37edfda7fc
DIST sqlite-src-3081101.zip 9057103 SHA256 261ad454663f66fda6101b278bb7b3931cf01884deefbf4ea6b152f83a624662 SHA512 e84048a4a7f9c51219698b59d45c0c533ffe46ba6a20b96ca40f8066fd3825f80f963283d61dc22b2eb5bbca35db3ed4a6e13b1ab3c8b70b0af83469d2760f16 WHIRLPOOL c1add1e5a269546883e58c1666b8acdc58b16b6ad37ea546c99c8ece3348196d5ba33effb17fc773f4d49b1ee45583de7fec3fbe2f6d48e95fdfe4a802c6a824
DIST sqlite-src-3090100.zip 9283333 SHA256 9a572415375d709d347c316b36c59a91818314422ef0314873a8c915e7e46204 SHA512 9f8b14f7978efc293c267cb4ef260cf83fcd0c91a6e45c0d3a1dae2fdcb998a41a2661ce0655e5295ce487501680b69dcec20712608ce8735c1bc4054362a3cc WHIRLPOOL 2e83bab66bcad91e492fd9bf2a7b4a23cbc6d5ec581c9a5e7774a68501cf36e723f72c160a6bd995191052cc9823240e64fcd8bb5a768c429380c0257792559f
DIST sqlite-src-3090200.zip 9284007 SHA256 d0899e14797ded1e3cfdd7280c8fb485a07c64f44559df1d0290937997c4451d SHA512 59dad1a6e6ac68b93a158b66758a529cbc1d3c0225746f5dd9acb79274e55c440be483b7796ba6da8686f448594dc13238f5e4f1a8fbedb9baf12ad9169d79f8 WHIRLPOOL cbde5d16b7540e1b1fb4c78d8c8fb978f65d022bab5e5c2448f5d81c003be19cd1905fa3108b7a8a50531755d3825e75405d42245381e6b1d61cc85b9c8b7434
DIST sqlite-src-3100000.zip 9222423 SHA256 7dd893f5569f0aa2fdd4f463f1f4ee670cff3f493d880d5e365c72fcdd777566 SHA512 70f09a41e516a8152e5e3b08e4e2e2e54dbe2976c89c4dfca08efbf2124dd3f73ef1d3b49742e03ea92fb99061c1ac67e0d7ad6d327c194faec0f48a1550264e WHIRLPOOL 7ffa03e617c7d53eeccacb178f4fece689e4bf7bbdee07ab532e93fa018a977a9604ae967ca6aa325606ee69ed77a4c2e7fbb24fe1800dc94b91f84f18f6a446
DIST sqlite-src-3100200.zip 9223036 SHA256 a45e1574e77951116cef6ad7eb79a683385a3a33fc78037e3cfcfd9243c4fb86 SHA512 08bd94f6fc282ab9e30e602c5eb27e0611bd7d9841f1135b037b9a3b09055f88a0351ce4973753fbd186ac912cdb2cf2e62835c67c35f9146697147bd7b7713d WHIRLPOOL 2a3de53f7eb944edb31602c121c2be518d1ce28d8b21933ac262fac7f48e803b9267ea0abbc7b578b44bc1104d65c4610a862c821f9797806fb674a7ab32729c

@ -0,0 +1,239 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit autotools eutils flag-o-matic multilib multilib-minimal toolchain-funcs versionator
SRC_PV="$(printf "%u%02u%02u%02u" $(get_version_components))"
DOC_PV="${SRC_PV}"
# DOC_PV="$(printf "%u%02u%02u00" $(get_version_components $(get_version_component_range 1-3)))"
DESCRIPTION="A SQL Database Engine in a C Library"
HOMEPAGE="http://sqlite.org/"
SRC_URI="doc? ( http://sqlite.org/2016/${PN}-doc-${DOC_PV}.zip )
tcl? ( http://sqlite.org/2016/${PN}-src-${SRC_PV}.zip )
test? ( http://sqlite.org/2016/${PN}-src-${SRC_PV}.zip )
tools? ( http://sqlite.org/2016/${PN}-src-${SRC_PV}.zip )
!tcl? ( !test? ( !tools? ( http://sqlite.org/2016/${PN}-autoconf-${SRC_PV}.tar.gz ) ) )"
LICENSE="public-domain"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
RDEPEND="icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )
readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] )
tcl? ( dev-lang/tcl:0=[${MULTILIB_USEDEP}] )
tools? ( dev-lang/tcl:0=[${MULTILIB_USEDEP}] )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20131008-r14
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)"
DEPEND="${RDEPEND}
doc? ( app-arch/unzip )
tcl? ( app-arch/unzip )
test? (
app-arch/unzip
dev-lang/tcl:0[${MULTILIB_USEDEP}]
)
tools? ( app-arch/unzip )"
full_tarball() {
use tcl || use test || use tools
}
pkg_setup() {
if full_tarball; then
S="${WORKDIR}/${PN}-src-${SRC_PV}"
else
S="${WORKDIR}/${PN}-autoconf-${SRC_PV}"
fi
}
src_prepare() {
if full_tarball; then
epatch "${FILESDIR}/${PN}-3.8.1-src-dlopen_check.patch"
# Increase timeout for fuzzcheck from 120 s to 3600 s.
# (iTimeout in test/fuzzcheck.c:main)
sed -e "/\.\/fuzzcheck\$(TEXE)/s/\$(FUZZDATA)/--timeout 3600 &/" -i Makefile.in || die "sed failed"
# Fix shell1-5.0 test.
# http://mailinglists.sqlite.org/cgi-bin/mailman/private/sqlite-dev/2015-May/002575.html
sed -e "/if {\$i==0x0D /s/\$i==0x0D /&|| (\$i>=0xE0 \&\& \$i<=0xEF) /" -i test/shell1.test
# Fix vtabH-2.0.2.2 and vtabH-2.0.3.2 tests.
# http://mailinglists.sqlite.org/cgi-bin/mailman/private/sqlite-dev/2016-January/002722.html
# http://sqlite.org/src/info/19c1f4483e3df7fa
sed -e "s/\(db func [^ ]\+\) \([^ ]\+\)/\1 -argcount 2 \2/" -i test/vtabH.test
else
epatch "${FILESDIR}/${PN}-3.8.1-autoconf-dlopen_check.patch"
fi
eautoreconf
multilib_copy_sources
}
multilib_src_configure() {
local CPPFLAGS="${CPPFLAGS}" options=()
options+=(
--enable-$(full_tarball && echo load-extension || echo dynamic-extensions)
--enable-threadsafe
)
if ! full_tarball; then
options+=(--disable-static-shell)
fi
# Support detection of misuse of SQLite API.
# http://sqlite.org/compile.html#enable_api_armor
append-cppflags -DSQLITE_ENABLE_API_ARMOR
# Support column metadata functions.
# http://sqlite.org/c3ref/column_database_name.html
append-cppflags -DSQLITE_ENABLE_COLUMN_METADATA
# Support dbstat virtual table.
# http://sqlite.org/dbstat.html
append-cppflags -DSQLITE_ENABLE_DBSTAT_VTAB
# Support Full-Text Search versions 3, 4 and 5.
# http://sqlite.org/fts3.html
# http://sqlite.org/fts5.html
append-cppflags -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4
options+=(--enable-fts5)
# Support hidden columns.
append-cppflags -DSQLITE_ENABLE_HIDDEN_COLUMNS
# Support JSON1 extension.
# http://sqlite.org/json1.html
append-cppflags -DSQLITE_ENABLE_JSON1
# Support Resumable Bulk Update extension.
# http://sqlite.org/rbu.html
append-cppflags -DSQLITE_ENABLE_RBU
# Support R*Trees.
# http://sqlite.org/rtree.html
append-cppflags -DSQLITE_ENABLE_RTREE
# Support scan status functions.
# http://sqlite.org/c3ref/stmt_scanstatus.html
# http://sqlite.org/c3ref/stmt_scanstatus_reset.html
append-cppflags -DSQLITE_ENABLE_STMT_SCANSTATUS
# Support unlock notification.
# http://sqlite.org/unlock_notify.html
append-cppflags -DSQLITE_ENABLE_UNLOCK_NOTIFY
# Support soundex() function.
# http://sqlite.org/lang_corefunc.html#soundex
append-cppflags -DSQLITE_SOUNDEX
# debug USE flag.
if full_tarball; then
options+=($(use_enable debug))
else
if use debug; then
append-cppflags -DSQLITE_DEBUG
else
append-cppflags -DNDEBUG
fi
fi
# icu USE flag.
if use icu; then
# Support ICU extension.
# http://sqlite.org/compile.html#enable_icu
append-cppflags -DSQLITE_ENABLE_ICU
if full_tarball; then
sed -e "s/^TLIBS = @LIBS@/& -licui18n -licuuc/" -i Makefile.in || die "sed failed"
else
sed -e "s/^LIBS = @LIBS@/& -licui18n -licuuc/" -i Makefile.in || die "sed failed"
fi
fi
# readline USE flag.
options+=(
--disable-editline
$(use_enable readline)
)
if full_tarball && use readline; then
options+=(--with-readline-inc="-I${EPREFIX}/usr/include/readline")
fi
# secure-delete USE flag.
if use secure-delete; then
# Enable secure_delete pragma by default.
# http://sqlite.org/pragma.html#pragma_secure_delete
append-cppflags -DSQLITE_SECURE_DELETE
fi
# static-libs USE flag.
options+=($(use_enable static-libs static))
# tcl, test, tools USE flags.
if full_tarball; then
options+=(--enable-tcl)
fi
if [[ "${CHOST}" == *-mint* ]]; then
append-cppflags -DSQLITE_OMIT_WAL
fi
# Use pread(), pread64(), pwrite(), pwrite64() functions for better performance if they are available.
if $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -Werror=implicit-function-declaration -x c - -o "${T}/pread_pwrite_test" <<< $'#include <unistd.h>\nint main()\n{\n pread(0, NULL, 0, 0);\n pwrite(0, NULL, 0, 0);\n return 0;\n}' &> /dev/null; then
append-cppflags -DUSE_PREAD
fi
if $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -Werror=implicit-function-declaration -x c - -o "${T}/pread64_pwrite64_test" <<< $'#include <unistd.h>\nint main()\n{\n pread64(0, NULL, 0, 0);\n pwrite64(0, NULL, 0, 0);\n return 0;\n}' &> /dev/null; then
append-cppflags -DUSE_PREAD64
elif $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -D_LARGEFILE64_SOURCE -Werror=implicit-function-declaration -x c - -o "${T}/pread64_pwrite64_test" <<< $'#include <unistd.h>\nint main()\n{\n pread64(0, NULL, 0, 0);\n pwrite64(0, NULL, 0, 0);\n return 0;\n}' &> /dev/null; then
append-cppflags -DUSE_PREAD64 -D_LARGEFILE64_SOURCE
fi
econf "${options[@]}"
}
multilib_src_compile() {
emake HAVE_TCL="$(usex tcl 1 "")" TCLLIBDIR="${EPREFIX}/usr/$(get_libdir)/${P}"
if use tools && multilib_is_native_abi; then
emake showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
fi
}
multilib_src_test() {
if [[ "${EUID}" -eq 0 ]]; then
ewarn "Skipping tests due to root permissions"
return
fi
emake HAVE_TCL="$(usex tcl 1 "")" $(use debug && echo fulltest || echo test)
}
multilib_src_install() {
emake DESTDIR="${D}" HAVE_TCL="$(usex tcl 1 "")" TCLLIBDIR="${EPREFIX}/usr/$(get_libdir)/${P}" install
if use tools && multilib_is_native_abi; then
newbin showdb sqlite3-show-db
newbin showjournal sqlite3-show-journal
newbin showstat4 sqlite3-show-stat4
newbin showwal sqlite3-show-wal
newbin sqldiff sqlite3-diff
newbin sqlite3_analyzer sqlite3-analyzer
fi
}
multilib_src_install_all() {
prune_libtool_files
doman sqlite3.1
if use doc; then
dohtml -A ico,odf,odg,pdf,svg -r "${WORKDIR}/${PN}-doc-${DOC_PV}/"
fi
}

@ -1,30 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=ALEXMV
MODULE_VERSION=0.46
inherit perl-module
DESCRIPTION="Perl module interface to interacting with GnuPG"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="test"
RDEPEND="
>=app-crypt/gnupg-1.2.1-r1
virtual/perl-autodie
>=virtual/perl-Math-BigInt-1.780.0
>=dev-perl/Moo-0.91.11
>=dev-perl/MooX-HandlesVia-0.1.4
>=dev-perl/MooX-late-0.14.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.360.0
test? ( dev-perl/Any-Moose )
"
SRC_TEST="do"

@ -1,12 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
MODULE_A_EXT=tgz
MODULE_AUTHOR=RSAVAGE
MODULE_VERSION=2.18
DIST_A_EXT=tgz
DIST_AUTHOR=RSAVAGE
DIST_VERSION=2.20
inherit perl-module
DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"
@ -33,14 +33,10 @@ DEPEND="${RDEPEND}
>=dev-perl/File-Which-1.90.0
test? (
>=dev-perl/Test-Pod-1.480.0
>=virtual/perl-Test-Simple-1.1.14
)
"
# tests need
# >=virtual/perl-Test-Simple-1.1.14
# therefore temporarily disable
# SRC_TEST="do"
src_install() {
perl-module_src_install

@ -1,3 +1,3 @@
DIST GraphViz-2.14.tgz 117648 SHA256 9958e697ada73f47a7e4e6529181f5d74ad3e212716c18123053cb4a085cf2e0 SHA512 f0a9c14dcb4456fd426e6c8adaa2757a057800fad8022f9f6e43b275b9cc8b4a31319e83bf659b4d0d608e400caa3268fb884fc7db437f068d2b96111a5c134e WHIRLPOOL 3eb94070fa829c9893431a6258009d2323e0db372036f68a56dd40e69dc4077330db7ef65dc948adf62887e181eeac4d9be60980048eb281b9d01ed773f3b10b
DIST GraphViz-2.18.tgz 115211 SHA256 305d012a43e9522d5f91b63a52e926061ba372431735ede95ce7712f486baffd SHA512 4c0171a6c404efcacb4807983170ad13d53109b58378410955afff94fa13c679bad74ed5a0ac8b13ac62975eb723c6e53f0a96526f7319364aa4c798e6a71c1c WHIRLPOOL b9df737a654688948db6b63d09ce380b878df6bc06462518bea56af3c982b24f06ffd23df769be3f8715b87e29f700a0af27c432a3389e6f1b144e2ceea8d496
DIST GraphViz-2.19.tgz 86529 SHA256 27c7761d18ca739a5e35b9e55135b1f3c6f399a474116216037405826d781ce3 SHA512 2b566b0fc83ca48fe39cf677db6934045f1a35e821348be5b23c9cacd687e192fdfbb55a64a0d69084fbd0582dbca1b94a7fa6f52ec5bedbcf75e7d851e8672b WHIRLPOOL 9f49b57a319c99b55ac7be86cde3fa4f67127a7940ca93c0cc978880a7ea993dd4fafc688873410d4a775093447720ea341fed736a7c0375f84c70ddbaa7c559
DIST GraphViz-2.20.tgz 86556 SHA256 23eec8c7e0bfada7b1a172b79e87bdd759fc3360c594159fdc228578aff41a5c SHA512 799651d0643bb326927d749b9ca6f35977d7b9ec4ff044a5b965229a3e9b773c7227b5f24cacf2b765f73126b68529cd75a84c7a646b5009e374c485ce4bb5ac WHIRLPOOL f6030ef3e7d256f3b9473277dacdecea0728db8b21c6e9cba4ede1b8874aadc062a8341959ff6b5e30d8d6fd63fe7bf660ee4143a061a248385b3802d5259772

@ -1,36 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=NIGELM
MODULE_VERSION=2.11
inherit perl-module
DESCRIPTION="HTML Formatter"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RDEPEND="
virtual/perl-Carp
virtual/perl-Data-Dumper
virtual/perl-Encode
dev-perl/Font-AFM
dev-perl/HTML-Tree
virtual/perl-IO
virtual/perl-parent
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.360.100
test? (
dev-perl/File-Slurp
virtual/perl-File-Spec
virtual/perl-Scalar-List-Utils
>=virtual/perl-Test-Simple-0.960.0
)
"
SRC_TEST="do parallel"

@ -1,3 +1,2 @@
DIST HTML-Format-2.10.tar.gz 45383 SHA256 149f4ac19733042e3f81b965047e9a053d8e5eb0832437625f4b9de860d5819a SHA512 a15a471fab17285704dbfb91b226d75d2bda0fbacbb5ce9259bc72fd4e7d5ba2129b5b4f133d68ebe3f03ddad0620e2e757f29bf4c7af819bf00333c2fad200c WHIRLPOOL 75bea74964f996e1b73cf665f4705f9157922c1d5ec50700857672c84087577a2836e97f2e4098fedf4fe0d22be8b92caf9cf9a0bae02098e2b3955e9a40bbcf
DIST HTML-Format-2.11.tar.gz 48697 SHA256 44a3af6b9d0184bb4cc300624352760e4435c3d802521742f42dd228e44d4a95 SHA512 e664b442fdde64009c48998c1168558a8256f81d4a9d2f3b610ad89ddfcfa846dfaaef837becda4a0ee4df1b36c05ca066d45ac374a23159ffdaba82730089fe WHIRLPOOL b832f691beead56e26ed78055293f344000c9a243886e6131b959cfc91729e4bcb4ef907481804afde3fe2253c893d28156443996eada2de0d3bac6a4427780e
DIST HTML-Formatter-2.14.tar.gz 51298 SHA256 d28eeeab48ab5f7bfcc73cc106b0f756073d98d48dfdb91ca2951f832f8e035e SHA512 616ee70f3a6038589d9348a1463bd9c1cac4d7fe00aff5dbb52968d0ef44129658ff6cdc114f2c389a1eed068a64f48ab34bb90b60d3f20a0a024750ddadda42 WHIRLPOOL fdf953e6115a1c0f82366707cab0bd7d80e1a1173e76e7231e9d702dfdad2b23b3d298859986e79304c4fd1b23d0481003f615cad8c802b8880999ee3f08700d

@ -1,20 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=DMUEY
MODULE_VERSION=0.12
inherit perl-module
DESCRIPTION="Merges arbitrarily deep hashes into a single hash"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
IUSE=""
RDEPEND="dev-perl/Clone"
DEPEND="${RDEPEND}"
SRC_TEST=do

@ -1,2 +1 @@
DIST Hash-Merge-0.12.tar.gz 8607 SHA256 1fa5de9d2d27adb8172b0b9429c1bdf16dc22c53305d47fac010f3dea86f071e SHA512 a5b81c488859856ca7675b4cfd8723c9565717e87f0080c9c5723949641941ac03a93d78a64d6551f107c1b0d540ae1a85075a17278a4791fe3b52e2ec9381a5 WHIRLPOOL 46de6db1e50e2af9bebd35bb353e31f4dd9ba7135312ff1a6a944fceaf78cabb5fba86fc66572de954dfa4cf1e318de64290e2a4e9242f252a37b1ecea2aa2b3
DIST Hash-Merge-0.200.tar.gz 10339 SHA256 47f9f03330b7595c94e73bdd17dc6682ba59d1cc89e63f4e319617f4bb122a64 SHA512 b04f5229f70630d5a1552dcff83743d4c053bfd8b7b294fb03b21f2e7c12b6540a39e6c93fe016960686e1e9107dc0507d15406247da827fb608bc273e53eeec WHIRLPOOL f0015dc89df453398853b3df01c99019b94100fe69e885485ee9221bbd691d2067a2980c64325dc0721a464bfdb348a3e829278afe2d6e7044ba698adde29074

@ -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=CHORNY
MODULE_VERSION=0.24
inherit perl-module
DESCRIPTION="Lexically scoped subroutine wrappers"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.36
test? ( dev-perl/Test-Pod )"
SRC_TEST="do"

@ -1,2 +1 @@
DIST Hook-LexWrap-0.24.tar.gz 9338 SHA256 44c2b8b184e166461494c7bf90b6ed0997d691bb216317ed6442bfdc568ece5b SHA512 113641b89cce644ca739eab371786971bbb966dcb0e9eb7612379063ad71318af594f351771cafc8fc0c50c8a325ed76fb257ef7f0511a6fac0a80d52039ad31 WHIRLPOOL 1a3b291518989b85135b7bd89035d19c29ff3acb997f46bde9b8fb0af013f077ff2d670692bad01234ecad650460cea98bcc0d07196a77d23ac8edee0e6cef65
DIST Hook-LexWrap-0.25.tar.gz 29304 SHA256 08ab9af6bd9b4560702d9d994ad9d905af0c2fd24090d1480ff640f137c1430d SHA512 63623164ac67a33bd12ef771725a09647bdfe19d2f8eb84a0049ca0bdf4adc325143889a5751b1aefaca23eedb1a503ee42071b2fe3e7e3f033c148c0716eca9 WHIRLPOOL cccf1e39f207dc005417f7056acafdb905a6cdc1c8f880a91565b03b00fc3d8017f877505d3ebca73359353d842888fde5e411336ea7ebbd110e661a3382e39f

@ -1,2 +1,3 @@
DIST Gtk2-1.247.tar.gz 741467 SHA256 475bcb35d4a86e29d7bd7d870d81c68aae354947c1854d60f574a53faf2ae6aa SHA512 9c0fb510cfa806c1fe5bc06827130e245809a9b629442fb47a54100a95434bc4e11a7f2fd525463e467c037e60690d43c2fa79c03a2b4c063eb3627547306724 WHIRLPOOL 9aca1eabaa6b206969f77fcf0056f5561bc9795debc5d4a67459659cd4caa49afbb9609f9f4c596c2236b0340917bf2ecf389274279cb782af604dee69ccbdff
DIST Gtk2-1.2495.tar.gz 743621 SHA256 6abcc772491f88308327e57f0de827b2abffd67ba677f2c82f291f893c9bfdd6 SHA512 07abfa2786d386f063282475ab5f6977ed034ab801e2e6ca06628b1828f7bee34675ee812bf0f4036bad74f648f8c0400099e4a8f92b194c83422bc2bdf58fa5 WHIRLPOOL 4b88475e79999348950bc6d6ee7fd7d0afc7eda1370e335003f928b14b21b3f66ab23f3b13142766f0b4e2fd3a246480abd30a7cd7273980d09d862adca6a534
DIST Gtk2-1.2497.tar.gz 750109 SHA256 4124e8bdd95d34a0b774452eab5c810b4ab072c6a5ccf542eaf3c20892a8bc48 SHA512 6fbff58fc4685cfbfb23b3fe9931aae9587aafebc3471e9899bcd98913cb3cb540e5ce405510f4bf364a5be9c1e20c9b3ac992b769bccb119d36c824ce2e6487 WHIRLPOOL 241069b2b1ab6cca8ab895e210581853ee0d73e8c40aa2215643080c62698317ef5dfd3793b224fb936bfffd5ab747a23412b0bf2273f2e0a12a492606499477

@ -0,0 +1,33 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_NAME=Gtk2
DIST_AUTHOR=XAOC
DIST_VERSION=1.2497
inherit virtualx perl-module
DESCRIPTION="Perl bindings for GTK2"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="test"
RDEPEND="
x11-libs/gtk+:2
>=dev-perl/Cairo-1
>=dev-perl/glib-perl-1.280.0
>=dev-perl/Pango-1.220.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
>=dev-perl/ExtUtils-Depends-0.300.0
>=dev-perl/extutils-pkgconfig-1.30.0
"
src_test(){
virtx perl-module_src_test || die Tests failed
}

@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
@ -17,9 +17,11 @@ LICENSE="MIT"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="dev-python/nose[${PYTHON_USEDEP}]"
RDEPEND=""
DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
python_test() {
nosetests --verbosity=3 ${PN} || die
# The tests need an interactive terminal
# https://github.com/erikrose/blessings/issues/117
script -eqc "nosetests -w \"${BUILD_DIR}\"" /dev/null \
|| die "tests failed with ${EPYTHON}"
}

@ -5,4 +5,4 @@ DIST keyring-3.1.zip 84216 SHA256 4aa49fa03e6d7b79e1490278c7610f6ff224f58ea8dd90
DIST keyring-3.3.zip 86419 SHA256 b42e0d335102cb2cace64289c86faa6686b6addad803b032bf564046e24d1936 SHA512 32845546328969ddd2179e83bfeacccf5ef60e20919258f4bf6e938cffa6dbfa66b9b0cd64d26d8df636c41d387e6b87aaa1645fd6d86aecb3de937f3acccc8c WHIRLPOOL fe6a0f4209e1df5fa0f4d681cdc6f14e83c658604690e9f27e88f4eccb695aea0c7da0219704ab0f024deaaabc38d6666410f04f9ccbd1ce910d797d3bcf1b29
DIST keyring-3.7.zip 89249 SHA256 e187358e6a9b8e63cc2e223f6f9d4c40c972c0076f4aa0d65b8c9eb75edbea02 SHA512 7343d40566484b33e3f265d874d75fcf502dbc0abfd653db65536ca4d475fc5596ba23a6472467b88b589fca740f62860a39d18ad7a285696b4cc2c79abe2729 WHIRLPOOL 79967660e4db75f4a89ebc462ee4cb73b3b261bdfc9666979f7a08cfcac6a04b2cbe975b0467155b8b159c630bdf938afcc5d9a3ab25928abfaf54cf6b233844
DIST keyring-4.0.zip 83738 SHA256 ea93c3cd9666c648263df4daadc5f34aeb27415dbf8e4d76579a8a737f1741cf SHA512 e16fe24e9dfa897ecf05c5b269fd490abff654a885c8cf928d133943648fef436555832e3a364698fe7615be609e8b13808ebe6a758612c12d9067dbe6286bd1 WHIRLPOOL 4ff17622cb9d0bbb3af44947cab2436931f5738c3d4e9ddab36923b2c005c66f27f795acf0614d8d37a6cc148bb74124d9f2ae24a9727ea9a4e71db120a56ab8
DIST keyring-7.3.tar.gz 53672 SHA256 b42cd886c025fb86c09963d6fdb4010b508a5d6dbe278d6c2d8e7cef533b566d SHA512 8a2f3c20969f994437c90c648cb164b99ad207117124dbeaa837a3b5932b521b7b34ea9692250d6a07452bcbc5dae6a57e636dea6c56c0583a3416d2f3aa8b00 WHIRLPOOL a201925abe457422f002c6e910723f20ab328c44e876c6042a368e35f2ed62534af6f2e547ebd9f318333f000c02e6462c388e0ac2ac8f04ad79ac810b714ed0
DIST keyring-8.2.tar.gz 34682 SHA256 89d5392dfb82dce6610845a8dc52541ec7e46204fafe242d5c6994216cdc3580 SHA512 34f98de8fea9a3836d63f74714304d47bab77f737326b8c109d97f2fbe84e56958fe679e5499d498505e799f51be843e163c37114cc51bc46d9a68431f5a5446 WHIRLPOOL ac8fb612e25469f9ff00dcd9e8e73518c07da19973616e9b6941344396385dce1a036773541e9978bc432d0528e5fc5e86a50d2ff911a7cdba428223aa10cb0c

@ -3,3 +3,4 @@ DIST tins-1.6.0.gem 299008 SHA256 1f82e41851f343147e8acda8b02a67e990e38d4755e1e7
DIST tins-1.7.0.gem 300032 SHA256 0a50977b2baeb9e5bcc11c15d407aca4a168b3276785adc157894afb1a82c080 SHA512 d956369a0b6a77ffa32f7f8946150bf1d785aca9006a4de6b984773c5e7669f4e74800d6c604b7f989f3603f45857fbb36710076d6e45cdc9677384847d5c7d7 WHIRLPOOL 6d1aca454d208f6193eaa2199297eda55744a64c6a9318050847d4da5499cb7ee04c4194b36dd00edd409156eab456fd360a833bda210c40d8e8e828799fea3d
DIST tins-1.8.0.gem 300032 SHA256 de5e43790d1df1d849e5b0eb942eafd723b726d88dbba17e92620d93e34ed005 SHA512 502a6c9b58fabcc3707f0ec3937c68fa7976862b8238c4ec073f3431e28c89ca270a5ff2b1f4fdd29baf2e3704c57f5f0541bd9eda5b68ca67e855e95ac962d1 WHIRLPOOL d4928e468038c2222e57401d14630a2795feff163f9ffee32daaccc5436267ceee961ad8ca315d035728f0aca588d1c39f658550aff7b37b35a30f0715e40444
DIST tins-1.8.1.gem 300032 SHA256 806ebb9816b824c72de4b608572fc062443dbefd454d24a1a37b9c5f187efb30 SHA512 c32bfad75a30b0a9405656b81752dee925e1e93b0be5d17cb3fac03b1eda4da1efc114c24a71c44dabeb7663f992edce5a324d3e108a4da15bb5e62c17fe58f3 WHIRLPOOL 4b3068aa9a83a16ea70fbac249583d79c8d3a3a09f53db0e5a2584e28370aab289a4b20d324c709bccaa888643ba058adb44511fa3a63aecea645acd852255df
DIST tins-1.8.2.gem 300032 SHA256 f3964e4bf0c9b795834c76faa90918e8848806bedfd9a954c73f742874a11156 SHA512 9ade583904002473ebc0a193be5733f60be0192594e419e7123f9653841b44738936c794bc78ace024fb4fde3117a3446cc29461f0b5e2bb8c0e38416adbf7d1 WHIRLPOOL a9679ae660cee4e4622005fe6dc305592bce3fd81b06573cda7d5ca74e9ef56a71b20ed7f80a33fe23d7d9e124361171d00bf3aa83dd151df431108a288e7791

@ -0,0 +1,29 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
inherit ruby-fakegem
DESCRIPTION="All the stuff that isn't good enough for a real library"
HOMEPAGE="https://github.com/flori/tins"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
each_ruby_test() {
ruby-ng_testrb-2 -Ilib tests/*_test.rb
}

@ -1,3 +1,4 @@
DIST warden-1.2.3.gem 30720 SHA256 97769e5b5d230fec4f77e91b1116b28fdd27428f4acab68dc5ed025af9d37f7a SHA512 c789710578239f9fdd4d7ebcd646bf7f1c22f2183d83fd95bbeb896c70eb2704b91ef64bfdd2624159e06c97baa2ab03ab12fc2ffbe04ce27fa6e829cf37d193 WHIRLPOOL c90aa134926698ca0ecae730bb04b2dcfb4f6ce29c690b929adf37a5fa59e6ea8aba692fbd5a102233eb24d995481d525cb94dc4acba0e489060dd4b5b801e91
DIST warden-1.2.4.gem 31744 SHA256 67bd70d8982703b57d96df9d89b27673b5eb2289de65b60f6c60a4a16be0ddc7 SHA512 bdb327a16103f79e052cd615cb017aa88426445308a540bdfe554833a82e767f93811d3d5ccd3b4e0a50ea7f8e0f9c04d2000500b640cff1febbf374436ee030 WHIRLPOOL 3da04778b8a3a9eb28d6ab6fac056c596009d9df5cd6d130717057d9e495c27c674f9bd2e4a4a8d98bb6e89ff042dd21b18bf076baadec763c0b74a182143b93
DIST warden-1.2.5.gem 32256 SHA256 298ac90db5f51ed3562b060806de41dc629a912967f899b7345955353a346472 SHA512 cf6ae73b7b2e8e412254ceab18eb428990e32f0519e21da1a97d24151acda4f720c61b1c114d8a094a92cb978f76baf587b78e007b274bedac187138413cd5c8 WHIRLPOOL 75afcb69dfbf7dccfe19107895b51eb6f149741f15890f14974d8360f01d4015015f6cb738d27c0fdb225b403ee82324266c246b82c0bebf3b40e31d5de94068
DIST warden-1.2.6.gem 32256 SHA256 34e0383f0d97c07731e9841b58e54665291fc94078edad6be7228c3bb7adf711 SHA512 dc2ad118faa90f812eb615fe9c41e1edb1564812f7bf6a7759a782825757c899082956ba318956bfc745c23eeefe41dcddfa9f605ef76bd12ec264f8b85f38d3 WHIRLPOOL 6c624ef2df34052a6ba09374e0a37dae312d3618ab31816c4f43eeb7e443d92cba2a804e92b4f78ce34a77c268d993fd4f4883343b3715a5d1a99b61db178b18

@ -0,0 +1,22 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby20 ruby21 ruby22"
RUBY_FAKEGEM_EXTRADOC="README.textile History.rdoc"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
inherit ruby-fakegem
DESCRIPTION="General Rack Authentication Framework"
HOMEPAGE="https://github.com/hassox/warden"
LICENSE="MIT"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
ruby_add_rdepend "dev-ruby/rack:*"

@ -0,0 +1,19 @@
From 731f5f05f54065a67fa7c9f9bc8fe992390cb979 Mon Sep 17 00:00:00 2001
From: Felix Hammer <f.hammer@web.de>
Date: Fri, 7 Aug 2015 00:57:51 +0200
Subject: [PATCH] Qt 5.5.0 patch for qtsingleapplication
---
src/third_party/qtsingleapplication/qtlocalpeer.cpp | 1 +
1 file changed, 1 insertion(+)
--- a/src/third_party/qtsingleapplication/qtlocalpeer.cpp
+++ b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
@@ -31,6 +31,7 @@
#include <QCoreApplication>
#include <QTime>
+#include <QDataStream>
#if defined(Q_OS_WIN)
#include <QLibrary>

@ -0,0 +1,66 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit flag-o-matic eutils qmake-utils games
MY_P="PokerTH-${PV}-src"
DESCRIPTION="Texas Hold'em poker game"
HOMEPAGE="http://www.pokerth.net/"
SRC_URI="mirror://sourceforge/pokerth/${MY_P}.tar.bz2"
LICENSE="AGPL-3 GPL-1 GPL-2 GPL-3 BitstreamVera public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dedicated"
RDEPEND="dev-db/sqlite:3
dev-libs/boost:=[threads(+)]
dev-libs/protobuf
dev-libs/libgcrypt:0
dev-libs/tinyxml[stl]
>=net-libs/libircclient-1.6-r2
>=net-misc/curl-7.16
dev-qt/qtcore:5
virtual/gsasl
!dedicated? (
media-libs/libsdl:0
media-libs/sdl-mixer[mod,vorbis]
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtnetwork:5
)"
DEPEND="${RDEPEND}
!dedicated? ( dev-qt/qtsql:5 )
virtual/pkgconfig"
S=${WORKDIR}/${MY_P}
src_prepare() {
if use dedicated ; then
sed -i -e 's/pokerth_game.pro//' pokerth.pro || die
fi
sed -i -e '/no_dead_strip_inits_and_terms/d' *pro || die
epatch "${FILESDIR}"/${P}-qt5.patch
}
src_configure() {
eqmake5 pokerth.pro
}
src_install() {
dogamesbin bin/pokerth_server
if ! use dedicated ; then
dogamesbin ${PN}
insinto "${GAMES_DATADIR}/${PN}"
doins -r data
domenu ${PN}.desktop
doicon ${PN}.png
fi
doman docs/pokerth.1
dodoc ChangeLog TODO docs/{gui_styling,server_setup}_howto.txt
prepgamesdirs
}

@ -1 +1,2 @@
DIST xbomb-2.2a.tgz 25080 SHA256 be9372a0447b9b606af2f705bcf24760e7cf5a51e7e917da43d4804c6ca8f068 SHA512 e0b223fbbbc1e3bf552b045134856e460e3c11366ace1b27564f9d3ae44c7fd32d65ba78b327b460a5c7f70deea01ab63aa21c9dab4996f813543347c86bd282 WHIRLPOOL 3ccca22a384de9a487ab7a183acb7bf33339e5cd4aa82ac2903c83f5ef2271fa832b629ef70b4b0b5684f8186b1c2126ad312f343989b84977270f44c2236a43
DIST xbomb-2.2b.tgz 24774 SHA256 350d8443c0f6339ef463effbb17c9347f669b8641a159a2447706324b87c2219 SHA512 7315cc08bff1ef14cc376ea3ad4913c4286e2e33e92ca1d924e4703fba2f58e5aa9df0db760cd0d9a83f2f1730cc65281403f5b198f32a30d0c5e736add8c2e1 WHIRLPOOL 0db3088207bb14548d300b3c19aa5310b71f81d05068de8070bd1195524849cdf47ea82f585b2461db0259a543d323d6a15f93be1dcf43c482fb84b90c2c1059

@ -0,0 +1,34 @@
*** xbomb-2.1/Makefile 1996-01-20 16:02:46.000000000 -0500
--- xbomb-2.1.new/Makefile
***************
*** 27,34 ****
OBJ=xbomb.o xwindow.o hiscore.o
- INSTDIR=/usr/local
-
########
xbomb : $(OBJ)
--- 27,32 ----
***************
*** 52,60 ****
install :
strip xbomb
! install -d $(INSTDIR)/bin
! install -d $(INSTDIR)/man/man6
! install -d $(INSTDIR)/lib/app-defaults
! install -m 755 xbomb $(INSTDIR)/bin
! install -m 644 xbomb.6 $(INSTDIR)/man/man6
! install -m 644 xbomb.ad $(INSTDIR)/lib/app-defaults/XBomb
--- 50,58 ----
install :
strip xbomb
! install -d $(DESTDIR)/usr/bin
! install -d $(DESTDIR)/usr/share/man/man6
! install -d $(DESTDIR)/etc/X11/app-defaults
! install -m 755 xbomb $(DESTDIR)/usr/bin
! install -m 644 xbomb.6 $(DESTDIR)/usr/share/man/man6
! install -m 644 xbomb.ad $(DESTDIR)/etc/X11/app-defaults/XBomb

@ -0,0 +1,11 @@
--- Makefile.old
+++ Makefile
@@ -30,7 +30,7 @@
########
xbomb : $(OBJ)
- $(LINK) $(OBJ) -o $@ $(LIB) $(XLIB)
+ $(LINK) $(LDFLAGS) $(OBJ) -o $@ $(LIB) $(XLIB)
########

@ -0,0 +1,41 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils games
DESCRIPTION="Minesweeper clone with hexagonal, rectangular and triangular grid"
HOMEPAGE="http://www.gedanken.org.uk/software/xbomb/"
SRC_URI="http://www.gedanken.org.uk/software/xbomb/download/${P}.tgz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="x11-libs/libXaw"
RDEPEND=${DEPEND}
src_prepare() {
epatch "${FILESDIR}"/${P}-DESTDIR.patch \
"${FILESDIR}"/${P}-ldflags.patch
sed -i \
-e '/strip/d' \
-e '/^CC=/d' \
-e "/^CFLAGS/ { s:=.*:=${CFLAGS}: }" \
-e "s:/usr/bin:${GAMES_BINDIR}:" \
Makefile || die
sed -i \
-e "s:/var/tmp:${GAMES_STATEDIR}/${PN}:g" \
hiscore.c || die
}
src_install() {
default
dodir "${GAMES_STATEDIR}"/${PN}
touch "${D}/${GAMES_STATEDIR}"/${PN}/${PN}{3,4,6}.hi || die "touch failed"
fperms 660 "${GAMES_STATEDIR}"/${PN}/${PN}{3,4,6}.hi
make_desktop_entry xbomb XBomb
prepgamesdirs
}

@ -53,6 +53,8 @@ src_prepare() {
}
src_configure() {
# Prevent sandbox violations, bug #569992
addpredict /dev
gnome2_src_configure \
$(use_enable nls) \
$(use_enable totem totem-plugin) \

@ -12,6 +12,5 @@
</longdescription>
<use>
<flag name="totem">Build a plugin for <pkg>media-video/totem</pkg></flag>
<flag name="vala">Add support for <pkg>dev-lang/vala</pkg></flag>
</use>
</pkgmetadata>

@ -1,2 +1,219 @@
DIST kde-l10n-ar-15.08.3.tar.xz 3408080 SHA256 0ea40c3800ea598cf6e70aefc3a2f65452947d2c8eac79ea8fb4e6018316e84e SHA512 1bf6c3fc432670f9ee1330d8f9beb3182b51b59d1a9adb70b80b23b27916478276afea49ad63803390fea2812c24edb08a115e597393793e903feac9a8d77a11 WHIRLPOOL a11d02033e118cf697eab7f8c2d8bc3a4093928455b3514b008f0f298a676c3687d287a0a4ef4a81da6912c84ea7e7925c2872d1a61bd8aeca9ca4b614d4e92c
DIST kde-l10n-ar-15.12.1.tar.xz 3338812 SHA256 181d1565e0c48f2ce369576f19bcd14b602f6d685f79ae02f0efcd38273c81dc SHA512 fb0fd3b69cf8dab63ac897299c677dc4d47a28d5495278ccee307990ff00000beb35b19d68057ab90e971d928a29b4f383521c41b8431db8aa415d7424093979 WHIRLPOOL ce83d890628f8d2b766409d2943befd24977c9b6ed0de9efc7fdae32cd35e62f10aef723e51cf344eb75176c39ec9780cd2473001bc1f1e084129e3406fc3818
DIST kde-l10n-ar-4.14.3.tar.xz 3378496 SHA256 04606bd4ff9d8027084e968b00e5ba7c2074a503b1b9b0420695c34f14ffbfaa SHA512 15d86d605faa9cd72e0b873957fb8345114048918de9289f9a55f8a1c9db4a485e77777908541e146653d9be3cbcddca6023dbb724dc7dd202cef6868f3dd984 WHIRLPOOL 7f053f2570deb730e52498d8b07de3286e6c9146c64c9737c297df761125e7b9f4b886e109114f5702ff963d154be2c2fd6b9ff4be938581f604231ea9c4984a
DIST kde-l10n-ar-4.4.5.tar.bz2 3440572 SHA256 0737abd17950418f686e4c3f0b27f835da2a5ba2f8bb662693ec6046fc9d85d9 SHA512 2bc1d242185a180b79b661a516c19624bbd7871b266d36bb824acacffbba39f500f01ed769f3c9b1b180c4a0ddada5a559d3c3a9c810b6836366829717fb3a2f WHIRLPOOL 862a795b82021ed77648571453e866bac3b83f34d484cee52653cec8f37bb8058bc606b87f5d3bb082f1483da4bc5a437ca166aefb2d4b820c347ace824078ee
DIST kde-l10n-bg-15.08.3.tar.xz 2063584 SHA256 0d0fabfc8f1a112bb277d62ae2f922cf01f6e45004848ac4a70b0f8845d6c99c SHA512 7a30501718f7cbedd4db3619495842ba23a48addff6dede46b6f86af8942845ae59851cb3bcb8d0533b5c66343b8ecd663f3b7c97429bc0937d83505ef50b1a7 WHIRLPOOL 1e29cea39acb116722132255574e273a9fb945f836334096d56e48744e487b58b183e3ecf0d059b26219c8bb2d3d77099bb4521549a134352467a9bb3e5819e0
DIST kde-l10n-bg-15.12.1.tar.xz 1987080 SHA256 8832a255dca9ef2c09ec65a2e17eec1d95f88b369c4f89740fe7fa9b05445ad0 SHA512 acfb060cae23e796527e4906948338c23ced42adea58a4ff6727705d653fd44bded5b1eb5bcfffe3c496fe2b5e82c0185b90202891fc967c2e7aab5ee557ebb0 WHIRLPOOL b1dbc8a022a7faafd039123749eccdb57b600e1e19aba7b2277f9bcfd4330f01e5ecb79fc2be0b8ee4a9fe1894d15f6f7cee0dd7bef0e761dae9caca62610c94
DIST kde-l10n-bg-4.14.3.tar.xz 2099632 SHA256 8b2bc59c98d57d7b8f7a99e3a50cc70fdf308301cb317a9ad87c19c4a9e93ef4 SHA512 a6290dfc8f51639bcee21c5a9945869174c4c1ae85fe6dab8aa1d8a5516131a515d47a01b061ac7990f238a61de991af37b4ff7aa9c4e9b25bf70618c8af3cf6 WHIRLPOOL c68e9ce48737810587b706f97de96b9b9e0a83ff98283d84d22acf3d9643066c3c29d7efb266761e75c72645d5a807f643f69c152060cfc5b289652668dbec23
DIST kde-l10n-bg-4.4.5.tar.bz2 2112721 SHA256 214c62e32d7fde793275c9b52813839c48bb181312c038068ca5a4b1d9a2d48c SHA512 4777531de2221df5508f0e2de0eba82a7d21b409ad1c11c4d529e392ed1355cfc8cf3ac2b1ae171ca0852cd940128d12af0731fec5e566af864af132f9aac4bf WHIRLPOOL 6ef8a2fddd5f63968433b6b9f099e76b619fa30f5a23feef82637ccf8b8f9fbf8eaddfd4940aa6e1465877e37b7d6169bd17fbe9525ec347242c49a813b65cb4
DIST kde-l10n-bs-15.08.3.tar.xz 2463268 SHA256 f674d35ccf363b9f8134fc34b91784fd677b3fa7d08ae5bf261b39cb80928f9a SHA512 68aadf472c2028637cf676b534fcbc457638f7947a3849ddb1ed366523ddb80302ba015eb018910d19ea15b19165bc7ea2a28c3ca2ed6897524bea01478b1c64 WHIRLPOOL 9db10e6f6c97daf2c78822633512d2b1014ecf1daa95f6d8363a0d973eeb384357b5f72ce1e99a58b973db8f63edb8a4d9f16b8916cccba1b4594f54a357e951
DIST kde-l10n-bs-15.12.1.tar.xz 2373132 SHA256 066967e388f3d023baf725aeb2455f65087a844901b866ad078317ba00324581 SHA512 9d828adc5abe3889fe587c3fbf31df514fe6fdc5a4bbb35b71c31ba754e5024f9ab876aa26d4b1561c4559d55fde788dc10654da3fe844684388e96e4d68f58c WHIRLPOOL 23c5cbc7e4b44df4ce69d14d9444d759456b19520574f71c6315e8801105dff14ef56a97cecb1582ad38de0750976c4f9197884aa957d7831a2d4dce984a0efb
DIST kde-l10n-bs-4.14.3.tar.xz 2413352 SHA256 cfbedbc7b8fbd024687f31f4ba06944a260e823a86ac28cdacbe72335b490191 SHA512 2de571ad9a4627fad625096cd0f28b20dc51e9417e141a04fb40cf1f6f842cc827ba8fbcb57da10a42fb930dd50ff868cf404468227cd1fe0ed9ea4f21fcd08c WHIRLPOOL 452ea40c9477cb7329aee05f4598b3627da92d8f38196546163cfb8a16e8d66b613a5d34fdfd9bec9f8ddf5ca62abbbd176e90336fdc8e53f93f281c11b846ad
DIST kde-l10n-ca-15.08.3.tar.xz 11858792 SHA256 b3d73b1091eaae7d03884ca2d08a914c828a326719de64f7389b5b1a224e1e0e SHA512 ef7251e4379ac60033b935b7ac4ade6386255df2b4be5dcdbd7fbb134e67d2a57d53f516dfc61f43ebc7eee14c524c3180042d81e32cf209b5830a1d2c127ec0 WHIRLPOOL fd96bae45f9d4585aec69256451d2d5cde96371e76862d973ec8d3630aa102ad25884dd107d7155889dddf5411518d9bbd55f59eaa4a6a91a903764a860de673
DIST kde-l10n-ca-15.12.1.tar.xz 12292644 SHA256 e37a6d13f4bdb4a2eeae77c98a6811883d2534abefb2c97f20cac7e074dd81a0 SHA512 649bd818c1ed0dfcc316a828b651822ce3f795dbe1101c2eb0b7c934eb3a901736fe8e8f1235d14b540c70e82dedd530b206c11d412f11d3556bf9c8a0e9e850 WHIRLPOOL 5f336c6513d8aef3f1601ea10a624e4af3f06ab0171979cefb5b8c2b61b09002cfe97dd69c3edda7e53262b43610a0cd8c6341344af605e51408644999470cc5
DIST kde-l10n-ca-4.14.3.tar.xz 12308492 SHA256 1b54344202f7f04f9083d2b64229668eb1cab5543df201693a96df92b9936f11 SHA512 5f352e0666f03d3783fb952729e589432b6be9950f75de978ff314f3cf71cf9a2ac88eb4abc1deafe78d18a88b2d2254e7ebc0c60b5f49f0590b0a2df2a431e2 WHIRLPOOL 0a33711760e2d31c3a78cec5997f66f232a8fb817ea04919017a4cf2226c3bd935e1772fb995aeae467bc456d0d384b67e2d0eb9d518e83cac9deb18176e7e3d
DIST kde-l10n-ca-4.4.5.tar.bz2 4915160 SHA256 b713ebe738605f6bc803fad3cee23de73b566930aa1f9cf005be328c8e9a89e1 SHA512 ded313526e4cd35cd626aebb812abd634d93ac87328b0e8d930812eb04e3ab41c6264d3f714de9ff555d914ce3bb3f3b98c35f71ebaa82e0985d2c2ec3542be3 WHIRLPOOL 2f8fb35c1660e6885c59cef3e4becf8b9da49922ff494b76b40fd749b6dbdff1b5c5ed1164c6ea75773b5f2bdb2f4f8965504d40720b1779ea04fd67df6b6239
DIST kde-l10n-ca@valencia-15.08.3.tar.xz 2340984 SHA256 0d6e53cdf74b791aec212252a26aae685d7ab9766420ed543da24c5a1fed8740 SHA512 1e488b0bdbdd9b35b809b95088e0e555d3323184d62eb0af93433e259751b68e98a83338d647f61ac987d3527fb43fa46abef4970261bd76b561d2ebf0e1a3cd WHIRLPOOL 0ac4e62a3bdf17521106b653dea89e5aae5038d3b1291932d100ba8ed65f9e99b93b7238b7aeb9bc0a52bc996fe53b7d8eec5cd4ce15714d0d123570e3640f72
DIST kde-l10n-ca@valencia-15.12.1.tar.xz 2251140 SHA256 31d3fbcfe206dbfc8d2fdab2618ff168ef13f24c044f6e4c78566f388307e37b SHA512 b955260111986fb367f76c1d08848c753087ba9c854532092aa2e8fbf323ab3401dc3f676b6e8741c324d58fbe9d0095aa0e799f7c9f753adef89c40bb18472a WHIRLPOOL 500f9b156d307cbeb50429d6652dcbf4208b9a317826de19f7a2782c55e146412dbc424330846ba6b71ba63d8cfc788dc7ab7ad65a1dba84958cd15131cdfed6
DIST kde-l10n-ca@valencia-4.14.3.tar.xz 2375664 SHA256 04c71ccf7de9bdf3c290a1c5ccb2172b8414086c8eefd612ceb24e1aa53c455c SHA512 a11b8bb5490d0d49249684d82512f4a78e1d7b37901d8ed115e070b813d51aa85ce418aa0937d0a08220b9d5aca3ae54cb5c18c2f5aa116c7ed2bf9f4673292a WHIRLPOOL 18ffd8a5a89be84b08ddd5f18afb2cd52968f4a0308896a985ad57e63d64cb9a83f58004583933e441a011bd94dae32fcbdf3c974bae31006b00d109a90731a8
DIST kde-l10n-ca@valencia-4.4.5.tar.bz2 2384578 SHA256 14b09496721a8348588aa0e7e13dabc7b6fa5aa4c0584f0e1b51b6526e4364f5 SHA512 087816fd47a56b31a88de7ec5e4741a702616248ca7222dd2139098035c87ffa5d680b0ec2dbdd6c32ed21627ff206f1bcea51887efb5836273e03ad639d05e9 WHIRLPOOL 26f626907434741db483749a07baed6e266d9e14bcb9129eafa3ccf02eb1a22be60eea58d502ea4a298be7eff9fe2d852a658d7a295261c8924b6488b4b37dcd
DIST kde-l10n-cs-15.08.3.tar.xz 3020300 SHA256 c634199c6c866a26e3a31e43806571ba048c900ac93c45c18e47483b4c1f8070 SHA512 5611b6bf91f9133e8742ae9883fa1c6d1be352e0ef3f846be17a5b253067b0af1f625cf288358ac5d13dacb5251727930458f2cda58a60442afa5403572b4c3b WHIRLPOOL f81b7f2d3e051fa5bf52319b78cbb978da52c2cfd84c74a95753e1600fc4edb189d171379c1c3d7874266c0beb4e93b00b0a44463bfe44481c57b6eedb0b4e05
DIST kde-l10n-cs-15.12.1.tar.xz 2950020 SHA256 f57769b8f58d18212f9d0ec25a9d1d2385fa27f4e2baf2d7ddbceb21694571ef SHA512 6b8548b16edf811b91db2dfb34f7a2c99ad55cc4c0eedb61d55aef046d5e73634dbff3981822a102c0e39697477bb13a11967d82d19834e6850ae82118d5c84e WHIRLPOOL 6bd3aa750acef4a869d817f2e7af4bfe12a0731282c754def837dd862444c5c09501633b318bfb885a90e0983913b072d7f062c62566ffee5f1384bc9e4867a6
DIST kde-l10n-cs-4.14.3.tar.xz 3005780 SHA256 9681fdaae36744242e8a469e03bdab61a6481fbeec12c58c926ea19bf04d564e SHA512 a0f1319e5f6bcd68cc6901a656ddb1d0c61c568e5fe40f9fe2ffe420795a7585ab4d889fd0e2db2e25f55910264a71d6697476e9260917b4211b82c4a1c160c4 WHIRLPOOL d3e00f89848d5a145f15010d1dd75afb14d17210a5daa2e6ba2eb59d1889ab1e9350c42d03b77a0142446255ecf78bb80e3d356ab7b30f59bd3f71111fc6b726
DIST kde-l10n-cs-4.4.5.tar.bz2 3100186 SHA256 e87e79f7edc3e8728d520f2e7d52c580e9bb3ab221ed51a3ced96c1d8c572c61 SHA512 a515255e6afe032b3486f21cc06902c60f0ee96fc929ca14a18335c7034d53276890ddd67e8c209ca4c4aaae62a0e84f35962d16f5bdf793eae8abb5968beaf0 WHIRLPOOL d956a2df91e3edc22a7439a6035a9981625c0892d42afd37b661aa7ae89b7ff5921fd9864dadb5935a662bf7e688ca1610876bd3e473367e07387b45115cc5be
DIST kde-l10n-csb-4.4.5.tar.bz2 532917 SHA256 b93f6e322485297605efcdff87c995d47144a527be571a14b426fda96593c1fb SHA512 06115c75f5819a4762a702a059e14b9e3741f920d7dfe08aa975fd6b85acbb5c708bab9a2be32bb290daeb73b40f632546d724eacf74266969be4b9a8269b5a0 WHIRLPOOL c1188cd7b4e1bb71c3d285c60187830d33ee77a33b534a66968022c84f2b2a06174f008c4deae487062999ddd5dbdb7ec7d46bae1af2caf7e75010a9edc1ef08
DIST kde-l10n-da-15.08.3.tar.xz 12801744 SHA256 bdd21e502bd28a74a4cf8de079758694cb8fc52b1587072446e4bc5f13c3796c SHA512 f2ef84412d588fab9c84edfb454602f4940691ec2873264d0385f0da562cac2ce6094f6c16294d0f251b5fadbe665887fd7c5899b281b5cd5adac4a506c27f32 WHIRLPOOL 0574915d57f1963b5a9198b08ac9cda3c4bd8226e8814eaa596b58fa0459a3f4749f640cfa5434f2f375a8e04c19eb3c29a5c2ebf91fa8321119d448b0b6fad3
DIST kde-l10n-da-15.12.1.tar.xz 13338856 SHA256 7c1573a5863e0d3fdf953ef83893270eb5af5aef27a2b57c3cea27515c4c7e03 SHA512 70a8870f46c8a7302714ecb6441dac394fe860a1a2f33b88ed0f0a3d30a149119d0cdaa547d90d7cc0ffd3748738c67e04287c48343f9acf4f71aef320bf6602 WHIRLPOOL 614769727b897b3d88bcfa76a6865d0dbc8275b6a7cdf3bf4b33e7275493855671fdb6974861ccb86766b50674be77084210ff7311848d9b402268b2631fd761
DIST kde-l10n-da-4.14.3.tar.xz 13379336 SHA256 abe68099faa786415329f431f4572336fcdbb32d04a05915331fafd92da61ef0 SHA512 31186e73e8a5ff86ea089cb4a9572fa62f514528e81101ae62c99794648b5aa6c357509f5afcca9d3b868af26ce8ddb0e175ca36059d9264c79b1223c00578b2 WHIRLPOOL 0d91828620382d1b04175b2c2ae949edccc75814ada75207a8af6d64a460102ffd04f47bff3fa78b119f008c244c61e3602e1b49b9e50348b757ade9b2684858
DIST kde-l10n-da-4.4.5.tar.bz2 17862365 SHA256 057716745d02a7a85be92a8eb96b3ff8b59fafffe3f1855b49cf6f10c350b861 SHA512 c8acb9c7fc373e6652a80fdcf77c7892e4e18fa2c97db8c4970206b5e8da2c0f9de5275b130335bfa46d2b39df7429ebd75f1994377d1053b6c80080a32256ff WHIRLPOOL baef29e4c04b48ea5654fe0d61455f8f72b64b4fa45342f359d134775e88acffb463e7e9b6ab596c2717b3d6a5f6c7eaa8ec8156a4255d4bfa89dda8a7b35e47
DIST kde-l10n-de-15.08.3.tar.xz 33879616 SHA256 2fd753d4d1636ba5a868af31ae2365934d8e8c59972059f6cace16d6e3706d57 SHA512 78176047835e9aff62beed7ca4393db0ee5cd6ac1ecac28a0f1b9348af8bdf4e15345e318286d5888d386aa3c406b70c1a751ce52e81573865fc3f3365c70c88 WHIRLPOOL 4dad8bfafcc8c234c9c774c93ae64679e71f1a272bc8f2d26e7bac172273570c46eba9c3842eb7a7701c222247524fd2406d8626726dd631cfee6f25eaaa8a5c
DIST kde-l10n-de-15.12.1.tar.xz 36567544 SHA256 ea0c4d537ea6a82176a307ab1ed5426c73e15bace099d11f513d70a9435d3169 SHA512 6f907c9551ade227f35ee1e5bca60927463689ee4765ebf70809eda22a6fa8ed5ff54229153c42efa9cf713b8275bf14e3de24d24f7823e903e0289ef9847751 WHIRLPOOL e5c6ed0063ebcdadf4d0ef5b086b9487dc4adc246dd7b3b062ea1997b1d77520ba9d72053f7ee01f6e6af1c7c40c8813062d7db0e62f00adf7147adca42ca87f
DIST kde-l10n-de-4.14.3.tar.xz 36591300 SHA256 d33bcfebaafb293a97aebefcb29504c071b92dfa919fabeed897a2ca64802745 SHA512 195b26c3eca39638219ae974ef3da3a09e69cdeb36bae25bfbc388574b67fb614300fe987f6476569bf965c5add3e01daf00167589d9f0e07ba9bc4dc291bce5 WHIRLPOOL d33ffa48334f2a977f63c05da7b9c24bea3eb7e9d08af6c5e85be8ce1996df2387246e953049c9fe69718152ae9c6f66a42f347ef7dc713e1aa5c1dbaed8dd7f
DIST kde-l10n-de-4.4.5.tar.bz2 21841433 SHA256 bd5c2647b26c2e5bdb71c69e0d23929867ca922c060dd61146c4cc3172d6c214 SHA512 6a819b089eec9c70bc382f5673d48c643cdd9b1fab26b71464ab323dd136c2cad3a2b1a69dea30530cbe32566bfd6fc3257a36d44694bc985c9dac3b2d58d743 WHIRLPOOL 762776309398bd28cd6b83d36ad53b5bdcc87a401dbf22bc97af87c5e7f81fa100463957b53779645c14a2f35561a694b763b7323eece516c8c8e7c0f4ceb4b0
DIST kde-l10n-el-15.08.3.tar.xz 4930220 SHA256 90964daf1d5c67ad09ab6098fefc0d440050ef41f3e8a7d4c37b124a109a8f7b SHA512 c221a730502376688806f53673ab4d9dd9e682fb755e7b8a329efa4dd867b9f8cd9e039f06f4abdbae03f5d865eba3469028ce441bf5526140ac03b5de88cf80 WHIRLPOOL b4e2051460a915e4b1558d9e360c169302732b2e5a3f66a01b808e87485f2f91ce18a1047612082996d37b0449b8e0b964c007564e03ce710414f1a636ee99b5
DIST kde-l10n-el-15.12.1.tar.xz 4836016 SHA256 c947202e11041837c7c0bbda4d0145a3c1e49fb00ac04360df3b807d4dccae9b SHA512 6ea8d435b6bcb464ad9f47cb270b0b2e38adb3808b79591fc681a20b1317196613d18aaab39c76e5e8ca733b010ee1498cf48bab4189511f30739544e5fe54e7 WHIRLPOOL f771293909b31026196c5e143a00610c570d5d33c70c09f5de8786781f1e77b357a153b505dee11cc7c1e1f71036096f27ab0881a89fd8c2b2b1b9994624aacf
DIST kde-l10n-el-4.14.3.tar.xz 4918672 SHA256 897b0cef0791bbf6a2ed3287fdcb5bae4dd1696ca8d7bfc743c05618c84921af SHA512 513666eb8570665ad0cf0a18e1a2805ebffc7f08e5b2f974ba1501c1e7306d5290f712749a40ad016b0319bae0e7f458d95973f67be5ec7932568bd8506da4ad WHIRLPOOL 123bae962e36843d233655ccb4e7f5a2c37b28f8aaa0f6187e27ec2440a81ecec1ce80e2bae5684447e2d24c999cef3d77eb84439ed04c8ab7719247553f70a9
DIST kde-l10n-el-4.4.5.tar.bz2 2625049 SHA256 d296996a738dab0b34cf9ae06f88f03d52bf6aa863bae0ce5e48ac8eae6287e5 SHA512 1927fcb142d3893214894128bd764d354a4e25aa7a0ad8069fb15164685feb6b1ebf3d80b35dee3b42b8fd23ecb090a4eceac68f8a945bced9858d1c09973f7e WHIRLPOOL 9abb10851f7b169b161b34c690869efbb3e97a116334d6a7b595ba00ac9b4eb82c777601d164d933fc1e6972724d34410751af8320d1b2708d30c1811549339d
DIST kde-l10n-en_GB-15.08.3.tar.xz 2926456 SHA256 d4825da6da102810426ef3f1d8d320af592e62ce6be55f3e9858d63af9be4a00 SHA512 680d75f296e3b5a750f2f531a6bc1349438c9a16b285b93e61d75a4079459ea127510b86c8647ff91eb2050341bbdff15e8f028bac463b479dd3369346e8aed0 WHIRLPOOL cf53a4ec0bb232f65d65886a39a9ab4004a86b9f718bc344fa65b267e29a5a47931b722e3801378d32ffcf87af772b15a6f78b938701eeb607f53ae75a841a5b
DIST kde-l10n-en_GB-15.12.1.tar.xz 3102852 SHA256 5c66371d3a5ce2da468eb92ef0f4039247ce13bb939691a576aa1d859e68109c SHA512 347296a30987651a2d32d0e5e19d312cd94ea8591ce564940e36eeadec424902b33a14ac137e44e0a54f8a50ea9fe88e01a053d2203fa3ca93484d6c79ddab0e WHIRLPOOL 6f8f2cabf990c20a40bb61b30dcd31f4be3a8d3199de7a9b29a20eb2da888a70781b6b90ffe3f62b7f0d559f5e8e0ad6088c45e8c3cae9e4b4fb5b56a103fff2
DIST kde-l10n-en_GB-4.14.3.tar.xz 3148060 SHA256 c610c6e09b957a01a2b49724a9034712d7b2a0717c1b08b388590496ef2997ba SHA512 78de87626703285816659645b56fbbb02f4a472b7c4d03fc4b0eae18a9dd459bace3c0135631f1335bcdfe4aa60a59dd2cd04778f4ddfd078da009800e960f8a WHIRLPOOL 9bf3ed134dbdfba1b4003e689d8f6dc1629cdef121aa86927bb26ddd34667b1ece199d4df561e050f97e95f29255eb2c95352b0d722af6efd70a9e03d803e89d
DIST kde-l10n-en_GB-4.4.5.tar.bz2 4082566 SHA256 c5a7446389d499dca20879a80d5d8d0b09eb48cacb9409d28edb9dd3a501f27e SHA512 62011b0d7a966feb6d75acac0430fb2e7154a4eb18894d78baa66b6c507a566661120b439a1d56fae2c1f4342b07365f910d2d407d1843b0867af76ea3a30dd5 WHIRLPOOL 6c1a9c54812391f06b25d59bcc143ce17af603ff38c8236eff1233ae0713314ff85839c27b0425ab2b277f8c7ecb7c3841da8a2e1a20d16ee84a1723834d68b2
DIST kde-l10n-eo-15.08.3.tar.xz 1903372 SHA256 93bedf6760c941a4086369871d14f1efd6b52acbdee978e4ef8f74c8e4cc9490 SHA512 d251467868b8698a3d5389521ca1e53b05b905656fcca39caf6e9b9f65119baaaae9014733e942f4a28d8ef7ed7f706ea5167b50af7286ec75482cd0601ca2b6 WHIRLPOOL 2b70d06e32a1e97fffdd8a93eae21590619e4423a043782621ea22924ab11264005ad8b9c9eecc5415ef2c906c556a490a85b92c70fa33bcdc7be207fb039b76
DIST kde-l10n-eo-15.12.1.tar.xz 1831044 SHA256 4c1d0478b59b1d083ed3011772ff27cc9d804f447c3fd1af7238fd9e49ce304b SHA512 fda2ce4934772b2239d744806bb217020fdb3929c32d5bd3ba9805dce94f473616e60aef6b99c10663f6d4de47c7d47b84f5b6ca2295d6acef23459ea7747c13 WHIRLPOOL 5ed064ee014dc977f8e6f0e3c5710965dce4bf3eecd530c4a2f8f2a9645e84e6352b6448ec864a05d3f091e5ae26cfbe960bfaf1ea6c993552d950478c2edee8
DIST kde-l10n-eo-4.4.5.tar.bz2 2071254 SHA256 79de770197e441a11100a60d531b303452e7193b402273f0a72accdec8a395d7 SHA512 11f31b4307f7473ab139703829d54ec08e04e3804a71803ceebcdfb14d5e8df53c4113caa4eafdc9e37a93307727d1618e410eedcfdbf1703840af60a3400354 WHIRLPOOL 06532d167059d828224866ccda8fc8b68a99932d857c9f36b950c9fdfd62134ee8fb0b27719b9017e8306f7f03a47a1cc17bed6afe5b8f251eb5e4165aba88e1
DIST kde-l10n-es-15.08.3.tar.xz 18724104 SHA256 3bdc6a95c7d3fe5e96a2d700d2a2888dd781d49afe1179cf7f3668fd8cd31f98 SHA512 70b4017b74ec1a7b265310c06bd58ba1424e5ab960eb4c852ed9d49da385b97695d82508cc526e3eac5aa028c2ba61368a6fd19d3fb68872fed15162eb01cfb4 WHIRLPOOL a6c9ea3b495e2057e284504a1aca314bb89e8447595c3bfa464f2b021925d3157f477f81cf736da0a37d28f15f8dd2657b3a768a1b20ca408296514afd355ab0
DIST kde-l10n-es-15.12.1.tar.xz 21584716 SHA256 9217ba85123354f9a9ff7a02e764fc892974bca246e791dc630bd762c6e3a4b8 SHA512 283cff83ddf268b74bec2c7619760c1f914772d80af74dce0d47ca4064fffeef1705ffc54b9779579416717730a951580d2b0eb8c67a2d656c832dca87156f63 WHIRLPOOL 486108c6c65b6a42cee451bf9707f4ad708e4e4fb82f9e17a4f67245b278ead419cec454e2870297d7f8e9d92dd8551e937535ec9b672da5444ab67a9a9591e1
DIST kde-l10n-es-4.14.3.tar.xz 21696244 SHA256 2f88dd33cdda699ba69131e6632cf24b681e0fb0ddcc3030d9b6c0584b664c71 SHA512 0096fd80f47ab5c9976332ef0409b2e27eb3f81a5efeaae0ad4f2cdb34590241ff464796544ea93c75f63a84167b2eda0a9c5fe69768dfd4f9cb7308df88bc8a WHIRLPOOL 5f31aad55762f7a921f6a78563d702771152fb974967785a26195ccb62eebb749a90123ee6b931883ebb19f6920dd33ae50f8f13b2a4ea12017a7a63c9e0903f
DIST kde-l10n-es-4.4.5.tar.bz2 28643479 SHA256 2b422a45765a5b5abf8697a8730434eceef3046d53b95d1a3bd7683f5b6e8d3a SHA512 c7ae28f7a1cef4c352878b2467e927968b2b386c252b0eba8e97d614a93f59745092b4d6e460289d6b9b81a22686551264e6b86e682728f0ac209e0a1c60a62f WHIRLPOOL 7bd234529ef9bef6b542c6679272721c51bce87330bbd5d82759e52945efe1a59864b7203570b23a4b4830ce3e856d02e1c356200f8e2e56cf909a4dee01dbd3
DIST kde-l10n-et-15.08.3.tar.xz 3505644 SHA256 596bd6350f1f624f30daad404307b6d95ca7f8da4b2c30055c34171a14d7eaa5 SHA512 a6cfb99d2c3729bb106b27e712ce857ec6ebd831755a6e0ed3e0e8b8d6a6dddfbe36cd852b5ed23072e36df880a18f67a4d5e71b7721b97a5ab03a5d2aeaa5d9 WHIRLPOOL d7457d812c11f46f25f4f6c3316f3c5368ac20067e466d08867d6c7d1214bc6b89b932fb64342ebf5b28a293f66397dffa8fb6e13f3b68585ccf806d3747c5bc
DIST kde-l10n-et-15.12.1.tar.xz 3553648 SHA256 80999bbf46e5001e0065d68649fc79ebebf1435980bc9398db64ffeaed7f392b SHA512 153f5e0321f3c55526c996fb25e9de1f275b1ecbda6d5cb67bdaa4066706e5aa08b47d3510410b340f759361f2f8699d7708d260e1c5f7be8712399892206b13 WHIRLPOOL d173a715cb5d7ab0f690d2f23b19bf2fe9a6afee6fec643dd2e709c3c3a3d7ef56984620cb7662ee9fe9479ec727eedcfc555775188a8b7618ae4dac84fa5187
DIST kde-l10n-et-4.14.3.tar.xz 5624580 SHA256 a93a31bc7d672aa4dd6f61f693a98067a719f835ee7ef945060921cd95240daf SHA512 07e27303f77cb0083121d8ee3900781090c8717926a12bff8a3f1af9021cc10624b1fbbd4cb65405d5f3ace0445f8909a3e4b854558554481187e742725ff028 WHIRLPOOL 7f870a669549d8f94edf3c57d03224187e808ee6ad3ea12fa9e73b0a1205458aff3c6cb0c50ca1fdf83c229f7abbefb1f4a81b563c33ba75198a036d24d190f7
DIST kde-l10n-et-4.4.5.tar.bz2 9251373 SHA256 bf9f286da2eeb0c1f07c1df3cee4e1ea11247cef5b12d1154cd18c91a947f66e SHA512 018e01e26743264ea5c055dcfc8772e68e519f8c4b5cdf089f642e40c0e2f39b2bbbd6c4334880467780d8cae22f007da56c675b4943b6e808f3f2dae791eefd WHIRLPOOL d6df1490e2d394cf8569fb3bcce913914d66305e89fc2d5f68bef8c0c23785aba013f0b0c046416027eca3cee18aaa92c8ad4dca08ebc9ccff31d02b8d5a5c3e
DIST kde-l10n-eu-15.08.3.tar.xz 2125420 SHA256 002f4987d6c92be2f213bb722ca5fd9e5daa38a631908f63b80fd902f51538d7 SHA512 836d91936927e1deb81d44a02d6c155e83e52d5bf09bd90d3f935e40c045ec91c493c56fd6a6160d283398a4d21d186a1abe281c7505040d409e025179510aba WHIRLPOOL 15c7738065fbb983d4c3ac67080d4b826a6a7789f26aed61630171427611737d3134691bfbde929c27ac110968334d7106cdc77d53cbf2e914d986dfe3c9023c
DIST kde-l10n-eu-15.12.1.tar.xz 2037688 SHA256 998d927565970a1f038df68a4b8da668c19284fab570cc712106c1a723a8b795 SHA512 0544e1f5ce85e6ee5c5aa7c85d9654ae35b99c8270928ecd96bfa910becb37bc7adb25aeca249df999fa3b63d9c2e424c238fad72a78d1009b8358cdd054a1ad WHIRLPOOL 292e59fca8b7ee89be6fb8e6cea0d2c2d890d5f06cb6902d324744d527437efbe112a6f4eb56d3d1f3e8cfea7011ff802569cbef3e36a0cddcb633a4456d14bc
DIST kde-l10n-eu-4.14.3.tar.xz 2163304 SHA256 424922e34c42ba3ed2f23aed626dc411508ae1f7bd233154734787bb09538c60 SHA512 2b96e37336c893aca5315cfb6b2eaf15fbd40a4021bc8b8de104ff663b60818c42a0a01b07c4acb6d3f00b2fe68cbe3c630aba29b2c5ac1ca4d9084324fe8bf5 WHIRLPOOL d74952ed81f05a3e0459f8c79c2ddced164e9484160796a2ca1486401de4f5791f483fbd08a29e89b691a22e07d4ccdfe3a2e489dd5eb6af4cbfc3ce5f4fa416
DIST kde-l10n-eu-4.4.5.tar.bz2 2166606 SHA256 7c9dfb71eef36741680f2aa9cdf456bb4426a0633e2c60e6db4141390e161060 SHA512 56a2ba5a791a5c158a64f40174c47e09351baad7660fba2eb3fdb5d01782b03d36f9310e175f59d9113b2401df1e2e1fe2ec7d29bafb71410fb6a32c04f4b43b WHIRLPOOL 2995bc86141669fe4aefa508c5e03166e5fe6a9ab0e32258b9fd4c3540bfbb721f2e4a1549b2f51822062ddb04cb6eca567c3fb62ab3f4f6f1136ddb3a6efeef
DIST kde-l10n-fa-15.08.3.tar.xz 1948972 SHA256 323baf96d06fc367e8aa459e81460b0d146d8f77dcc4070ba1fc239f50f9b02b SHA512 bdf2f5822c8005a324c3641d62b30009cb23aeb880d33dd5343e1b682cc8c9d98dbe79d882828db782cf3dbe99e7186d72012276c8ac33ec371ac2a4dc106307 WHIRLPOOL a2a23883750efd5f43c28f1f1ee1e5237d53d9b2a5b7d3d1878f6e7d1244e3bf870c5b6ad8f8ed352164074411c508ab21b5a3234549d3964ba21be6972a5dc6
DIST kde-l10n-fa-15.12.1.tar.xz 1861576 SHA256 a2648f15044e36445531bc440207f14f4e0b1f7fe407f2e26bc5ef05625fc7a0 SHA512 1f74eba1c7a8be4ebe8c879808db130fc33d2bd5953ff94728bc5974cfcf3c3d65b5bcf60599e65b84e5e7a81bf0fa4b257c444ef9be424dd78705502d5203ea WHIRLPOOL bb5e4bba4948cc36741e2f42eea28d361667306763151b05ecc422f2f631c524d754476923ca1cd7d3c5e04e3e87767ce61533110462bbbb85a897e07739eb5e
DIST kde-l10n-fa-4.14.3.tar.xz 2013312 SHA256 a31d4e1740837eb2ce52c01fc8480ed25c5e2bdab982565659beaf545b5d6a2b SHA512 1337f9ac91d16100e58384fd99cdcca9c439984df7b0ec95a0b46869fd9c3f14e35567960c00785e5f6ed8b9c59b31e45de83cc4818f73ae1e000aef66980cbf WHIRLPOOL 1a18e30f4a173ac98593dfcd3eb5ce3df99f501c93a6ad3b9c5ee79148456977395f3fb5261731d0338909b53bdad6d974363dbdc0dede7e7f3cd97bf343fc46
DIST kde-l10n-fi-15.08.3.tar.xz 2834280 SHA256 059b97b6f6c11a0214b8537479561bccaecf9dd4d2e92e6436bb7632ae8e65f6 SHA512 34a2f3ce946a362fb39b46659bba415ef361a805f2c49da8af46e7d20d1a7dbe406b3f94f17ea3544048d5bc17a0039c7868b4752db83335e48b5bcf0840b241 WHIRLPOOL 4fe4cb8751965d36d21ae31836f169c6a55825d544ab663a71462b5d07d5235c35a3d4596c154f8c4b781e38e565a7ebaad51de517d1eeba5fd846405b38fca5
DIST kde-l10n-fi-15.12.1.tar.xz 2752172 SHA256 2dd3778bd1aa4b031e11d24d5e2f29a692c20b485316222e2d93a3c29ebe4880 SHA512 2f18eb79d277ce983131b55438efcb809fc0485d8467b1fd093a9ef41093476037748e0294ed9fff069e251fc7859603c8bdd05c30cc5e1bd067c7bad1ab6f87 WHIRLPOOL 687a5e54a51110439c8be61defa18a3245a52d695e37720c6f0c5d6422c39ee7f2bf926b0cb3dbe2279d551a7a81184878967c8799b95e5d3053a4e33c73c369
DIST kde-l10n-fi-4.14.3.tar.xz 2813584 SHA256 5c8b4f189a32fb0067a5834da46e6c21e84397be7cff6491bbb8729107c86052 SHA512 d97dc767c0deeae09f0500488e4ccdbdbd0b4ba95508b337f90a7ce1934b794e6c64fe7dd9d4b56870a184b24c0ab8a13d3a8df0c24a691377004ef7389e931e WHIRLPOOL 0d282fae86be24a639793d3412ab1d4d681657ea0d54598045ef4eff329e5d04f952b8d9ba8d144be58263a71cb34038b7f561d802430a2a135b16835804d908
DIST kde-l10n-fi-4.4.5.tar.bz2 2542878 SHA256 fda5d31f17391e1fce91f7eef2845db7776b76928ee2d2abd1dfd22ec77656a5 SHA512 8a433f226e5dc36925ff608a601c3df953556d7d0e0a91665d68d5ea8fcbaf1414af32d52f77e43f89f97fc970761d88358c9d58d28cca1cb0c8e7ecec88adf2 WHIRLPOOL 4656eef7c323a77796f482b50b84fb1fc3a1724e1b4cac871a56b4befea4f16e354af4180337dba7d978e8e4e63512fb55f381a5501955e54c646f4ec5d86eaf
DIST kde-l10n-fr-15.08.3.tar.xz 44519892 SHA256 7d2002824228744159cee3fffd1e87f91fa396560f1c83ea71a498c4401b97af SHA512 c958d32d69378c39d3868adbb6fdc2e31005b8e7a46e6d58dcab20756b7bd564bed9143a4bccfd3c755144b0d223111bcd7101c6bd0a01973a96f0bd35bf0c5e WHIRLPOOL 0528b555f77e96d488600f296aaddcae7e465d1e855d8696644f2f264db6e210630b02929c0e93002c77035638169cdfcc9aa099f95f780d2f0236b8f42b52b9
DIST kde-l10n-fr-15.12.1.tar.xz 47730352 SHA256 e899bda39c6f2024f4afedc991f7abbc45b342efd0ec7c6a8648db03da6f2342 SHA512 bac423f7a68be2698c6f4299513d2caf1376e484c5451253de5ea1409cd4695c95d3c908015a85184b2e9a034e252231d3de2d64eb66c2ab712c55eda520c917 WHIRLPOOL 70559e8b83a30d0212585834b8ac19be55fabf2355e625b4ce84962b683b938cb65f9388468ce0ea2e7a6dacd3412a5570ee0f5c7cd88101b19fd23ed1c55e3c
DIST kde-l10n-fr-4.14.3.tar.xz 47036452 SHA256 a22ff7bac37574fe7dec99314c8ba09381e36cb90a1c01ba1cfdf423bd61fcbf SHA512 9e617f58efc4643500329ebae407c7f532e3cc3f1c24f8563d5cb661261cd152c8d567bb200ebe42477cc50f1fcb2ec79e27c25deee0032f30a16f1ef87721eb WHIRLPOOL 6cdd88d05f1c9ca728c275526aacba19650aa6852d945967b116f571acd3e741b4cc1941ee18c5fcb602d03b9554925ba92ea89a60a70300fcb14f8c0a04d4b8
DIST kde-l10n-fr-4.4.5.tar.bz2 22595114 SHA256 7e0fe1f35375ef0d261e7dd616dcbf9850229db66ce4be40c95a6694bfa91f27 SHA512 7c299c5b16f9b2adeb3ecbe1addcc51e008b670830a1664f5d1cc6ba9bcd13d247417fec05d4f81f57b39ef6c6eba9db13d6e275d4b27b5af7876cbd177eca3c WHIRLPOOL 9acd347769e6ae46b40c1461180f7b0a61192460629b4b3acfc7413c16a456a28992985a0fb4d6c922d192a4f2c7b57a30c9c115c5766f2979a9711f8c53b8d0
DIST kde-l10n-fy-4.4.5.tar.bz2 1265536 SHA256 3ebb977c926491fe0677848fee9955916fd79c7e4befa6ad964301dfdf10ea06 SHA512 509146d73bd004b5c6d7203b6f68afe8e14d24a3232cd8e376a09f853c8f86757e08a96fa4d497cfeb3c61d2fc3acfd55166eb45fe6049f5eb5136f39bbd14a4 WHIRLPOOL 74ef33b2c86400270cda7f85970c8037991c6a5334a48f4b180e5570546f80f039e584229a780def5100d571762f2a27f4da2f313bfc953f6562054c2f0cd186
DIST kde-l10n-ga-15.08.3.tar.xz 2951288 SHA256 fe5ca496c0aa0ab46cef563c58a38a78bbe70d8ae51df813bd5d2e3ffd38f3fd SHA512 3f5888b071e293e87a09c8249a98697f9ff2baf3662914db479d56fd8b737cf086b7d5b8f405aadb8685e5fde8247c36f90f2e39fec47ba002f01f0056428d8e WHIRLPOOL f62d6dd11d90725f9f0dda5814ac156b570c81cb42d1a42b491baf3c99f984242a55041ea62efc39c839b1c7a32d6dfbcb1175fced141a9facf64a0b4b246b0c
DIST kde-l10n-ga-15.12.1.tar.xz 2883196 SHA256 4beea83a2b2f7ba37e751364769f0c82faaf34ed0203572f189b0e360a9007bf SHA512 e1e4f8de36666b21bc9da7b928e8f3a2dcfb9a4769e910f85b5d0d7bbd7dd48e1b1c448df5de59a1d9ca9e4d082f19d9a4af956073c440e0c4c646009623c832 WHIRLPOOL a13d5f7cb91d7b8f5de3dd3100515f98f4adb8edaed6089ee17fe9017b794014836aeba5ac5baab6aabe2fa1701c32ef4e83f5441e4ea7d92b81549433ae5e0c
DIST kde-l10n-ga-4.14.3.tar.xz 2930484 SHA256 adb5661faa1a4391019e6442afa118493959f6d532491fd07f2e138999306e2e SHA512 a26003b9c39ab607ab3ebde5d9a70266025a2d4c01a2101843d15a838faa6c3ba9b9279f3fdf75c412c12d2f06b19be9dbe1e83006abbdcebd2d373ad22d47bf WHIRLPOOL f707f1fd9d6b61f5b4ff5201c256364a4f0eeebec119f7cfb20e01da8c8437f0c93b5532ba1d0107c44b0f4256c8b47e4db55dd64c183d476a3f2b8434e53986
DIST kde-l10n-ga-4.4.5.tar.bz2 3367965 SHA256 1aae47bdf388ebc7c507e2dacfc951538ce6ed4840631bb2c81f6ab44f22d835 SHA512 09f846313c82159f259c8ad1f00275ddf558ae5425f0406f4e70b970da48bdca4b7b66bf188682b8c4153a784b51105d7e9724e0e729290801918e8c9ad00d82 WHIRLPOOL ada6924ce05aa88ad1e4d40b159b209b2246dd5c3f3024ee8f22dd90c8f8252ac1ae32ac5e60d326e2fafef0a8dfbe346734192acfcb753308fb02ac0df3bf61
DIST kde-l10n-gl-15.08.3.tar.xz 3541884 SHA256 381163b84a5847a24e3bcd366f00a7c7be6012e2bcdb636146a46110279bee33 SHA512 8b4a4591467b48285f4a2a89dd95e19062adbe6ffe0397e7ce32252e6b5c943a98af4bfe53a0cdec607814e466c35c47294aae8e95bfd6c5bdc8a77eaf98bb5f WHIRLPOOL 88721f5ada0d1ddf68a70e4470ea1477aa46d36acd9ae6caca1e1a590401042872f60f96a2a6452374f21a4445ff508242a5306706783caa099895db59debe85
DIST kde-l10n-gl-15.12.1.tar.xz 3623400 SHA256 aeff42763cdb6007d9bc3615b703ade39600dc41b0a8b938a32545eceafab1de SHA512 e4fb6b3045bc96d318035fd322766ab0c62432ace832c5fec8da001ed642378cbf1e067cc200fec11b02cc78e3efdf2364ff10d8f948d36d98e6a9a8ca13ba35 WHIRLPOOL 8abdbf74e6e2b077427a03b6aadf313309ceb491ae6f0826c5be91c2d4a9f2a2be487e67bf864c3d9b5731262bc0df4d986b2eb92a12010748cb8e97e6956748
DIST kde-l10n-gl-4.14.3.tar.xz 3670240 SHA256 e57994b0ebcbe321c7fce062ec1fc4bfa365079e2db6cd422c9a620710a9a402 SHA512 b6a24851ee1d9b90e167312da7dde993dc280f6ea27abb184d486106d2e5802b54268f850dce549ff8b28fdb6305fc7a7f1b8ea86da435f1d8784d371802b2b7 WHIRLPOOL 026d2c16bb01a2111f28af319ec62f92b0215bcc4365b9fc6ae6f19bccc8647b267b217f271a252432f9175d2550486959059e15b2165e9a66da39f8fc5d9777
DIST kde-l10n-gl-4.4.5.tar.bz2 3977873 SHA256 6ab13105048f544652af84fb58188e3f5a32b9eeab5774403cf29d78f920e452 SHA512 4feed822bfd983c0d7c522bfbfc03f52b4e746e7e84a3c275174af3146603db2d70e1ece5884a9178dca7ff71090883ce9d4660c192341046225523505672c59 WHIRLPOOL 6cb8371417015b18c4116b8d34902c5e87e12f7d36d0df14750159dfd481866c01e0d31c8f74a2e7bd2cecbc5d168227493c1019ca4d58e279219352d6a6b543
DIST kde-l10n-gu-4.4.5.tar.bz2 802431 SHA256 0bacfa4f6f4deec910364445a62e8cfeefa7bfabf5b36a320390cec2424e2569 SHA512 ba6df91b56628fe9efa9a27eb11acd606838209f79a9f16b56b587ef55752939343993f1702b4f2f6326c26c0fd6713a0c1bbd03f21dc3b696871fcfd9ee775b WHIRLPOOL bc31c8a0dd3d13a49fba1470acd28329db3f74aff96dbb2d2d75a2280f14a27fae3dfc8db5b4e6abd16f4ff0148b8486bec5a4ac9a044f222c9eab7c0a74e44b
DIST kde-l10n-he-15.08.3.tar.xz 2193896 SHA256 27a252017edfecb9f9a0b75ac8f2bfaf610c86bb12ebb62ea273ae19c6f0095d SHA512 9901ec134fdeac838566f8fb37726f0f24ab6fd68b20542aeb4c9245d349622b74feb07d5af9413a3961cb5e6637fac9bd7d47ca9553a4890e89b53fc12c4fde WHIRLPOOL 0457bcd3cea08058df7345c72d8400415e0b46e6e8b5646c03a321f949bc3b3a02789a892eb0add85bfdfe37acdd85f1ff6b8bab76f09c5cad69ab7383a0dc4b
DIST kde-l10n-he-15.12.1.tar.xz 2123344 SHA256 961b77ccfb728776fdb82ab34649e20f58308e9641875c0efb5010792122cecf SHA512 e65dfb31c4457cc0c51791b5da23873c59f12fa31b9baa9797e49c5bab69ae9b51e2aeb2ab93db7bffd2f8ee9bccc2fd17ed7cef817f8b37a7fb8e7c22a4bdac WHIRLPOOL d0586b6534dd58d75d0718e4f5c754636315c78f6d80588316d9a4e67fd451f1b24e66b889cf94d76156c8532ce68450a158342d7ff0bfd7039cb4cffdc507c0
DIST kde-l10n-he-4.14.3.tar.xz 2206940 SHA256 2a18b0b01fb52ca435a56653e3dab85983c03bbddd317e8e8460472bcfa40891 SHA512 779c61e499eb970c65c99b33361fb322bfbf2ad3839a35906340e773ca2a3ab4b8aa39d7b5a949cc041fb395bea856b7f95b4f2538d97ab57af811323721605c WHIRLPOOL 404aa1db1a4c99019b7b58850ee04a5a9b16051bd8d49d026df67e0eb15bbebc0d1aac799bb928f7ca6602e8406e959911348c88ec6de4e5550a79f8c21a8939
DIST kde-l10n-he-4.4.5.tar.bz2 2291947 SHA256 3d1b599dc5a488eece0eff9547419becb7583a86076adc905632b8f40c3a1a24 SHA512 e1c1a30d8378c0e132c2ea5acb8e5c3fed169f82bb5905c50aa91f05149fe0f11be55c269dcbc0168d1b5a54b98b79caea51264c15ead155194388ee6b1000bb WHIRLPOOL 920b77694ea7907a151c5aa9c2916c30454a0525b43aca546e185688bbbd8082a8c90bdd5e2265c407088815c715ad1bddd427a3bc7cb0c9875e06e850e7fb15
DIST kde-l10n-hi-15.08.3.tar.xz 1860364 SHA256 cfe57ac5aa1aefde5afc0dd5a704be38ca7bfbaa56a0501f6bad3adfec0ef758 SHA512 b3094057af5ef54c781d0324599c023c628fdd15c7d81e6019eac0c22a7f34286ad1cb71c8a2452599177d64eb084ec6c98ffb86d84d54a6e14165ad804b7d3e WHIRLPOOL 111465c7e2fdc94b6121068cd1e7cd0d5dc5980641202cf66aeec7b30ccd3d901d2063d979be51724e0a20eb08dcbc6a6219fc96faac3f5641229028b9c349ae
DIST kde-l10n-hi-15.12.1.tar.xz 1784800 SHA256 b3fb2e1ce8ad87dee9668d7d3d324f06b79e6a23dd16b8010d995ee04fd75965 SHA512 9fe8e1584e60709c556a3b946d769c805076b1007e040fcbed98c00dbe3d8c09ae3561dc834daf1b0994b0dda604d9463a5968260000912c4c83af586351d923 WHIRLPOOL 9242d09a48fb2e327eb1dc15d76db14c8a3175124687340cdaa87fc991db2d6a8e96d024404422920742c509bbde43ffaa66dc99c0595bc6a3cc287b576cd5ab
DIST kde-l10n-hi-4.14.3.tar.xz 1905668 SHA256 fbff346fa3482e3050c50fff7b3eb3a7b064ca097833bb14079085758a38d19a SHA512 8fbb62b1131b264f1a563dbc71d5c5cb75150d3091bd7d18e6a1f0b8ae48636e0c2c422352b67b6184fa44892fe29221560c50201c30c35510ad3e7c22076392 WHIRLPOOL 8125b88c541c443d7abf09bdb8c752716de2b6a78de710fa827a62228fc7ed41f4952432eb4b75925cc9d6b15ed3e5a1426a1058fa59b990eafbae1b568c0973
DIST kde-l10n-hi-4.4.5.tar.bz2 1904159 SHA256 936137002e793918898ddfc110a8476f23b1c234247639826b5128b00f445cfb SHA512 59dd6acee69f4ca990fbeba6e1c2d710232445931b9cd72ac430e256a0b7dc7912523a25805faf90e3b38f7d883eabfec6c317a4c67c65644d6d11bc8eb787f6 WHIRLPOOL 88fe9cbac4f646e845f58ee61503a7a028397b0e0a8e0b25ffacd27b0de036620e0678a21822b90a2035eb926c9747ca3ff3be7dbbd949c88190fab59f1f3f13
DIST kde-l10n-hr-15.08.3.tar.xz 2078104 SHA256 86ed2ffb772a85127e6b743a90a2801d804e97bfc733787fc9c4cf0f9294e05b SHA512 a2e886649df05fd37de1c907d87e8c40e5bb3de4efccbd459a6e0c9a977f4490cb1be02676f8cfc33cd2b2cf4824034a1bafe060a6bc759fc58204163c4f9b98 WHIRLPOOL 1a9405d06911f5ec82b3f323ae57e1ef0e6b2fffb125fce64a8f2ea0d048d757cca996508899ce639759eadfb0704c8c2ccec8aca2ddbfdffb078d6e21d61c35
DIST kde-l10n-hr-15.12.1.tar.xz 2024184 SHA256 8e1f3c5f27760b27ff9d7dc901dee809dc24953dc9315bbae69bbfa268cefd95 SHA512 16b0ee524f993bada96a5157aaf7a38170a74494d08d5093afd7a475e3640e4521d6f27df746ced3eb92b786f9b101713b147d368b55474cbbe0c5ecdeacf13d WHIRLPOOL d2cc06da3e76758435509b50b04c61e27ea0204c9e585772152cefc3aa0b13d868db4bb0f08aa1c6a686cc77f36603a5890628722c40d343b1c7a0ff58b2d4c9
DIST kde-l10n-hr-4.14.3.tar.xz 2036708 SHA256 b38f25728c6d861424788a90298555ee4c379502ebde7a47297c6bc92d0329ea SHA512 861d65a35fdbdac79d5aae77b657bc0aadf105bf0ce2504076020e16c85fe8469ce5ce99d356d706f0d9405c0fb6eb0a419df8a5b0594e51628bf6d0968c7917 WHIRLPOOL ad6189ee59a60d3fbfd72c80d02121345f4f030f94395cd32a4c1f6b8eed69c3eae39ace7d5461ff6463ea919c728a359a3bb1c84c4838bfdcc80eba11a25fcf
DIST kde-l10n-hr-4.4.5.tar.bz2 2164983 SHA256 f92d7bc999df7eabb4dbff2b8216cd55a05979cb62e75d0703bd06e2bfab073a SHA512 ac2f7b4bbc635d896e4d5e8173c1d32cadea71879f0c085c47e767ff2745f3470289839e287e4d127b1d3e7a2291b76d2b73e644b2b0b0b9fb1bd5de826fcc90 WHIRLPOOL d76e14b700537e533157cc2d2503c608271b8a035c8789daa8873241330011730440042d24b57ef59afec98007b7531ed0b8cbf3cfb315bc392f3cd882a3aab0
DIST kde-l10n-hu-15.08.3.tar.xz 4379808 SHA256 24f299fdb31f45662d7138a4d36cf1e43a9f39ef50d2c7b10438fd65e738826c SHA512 b89f7fa35a815ca1909fbaadcd848ed12dcfe9fd674628a1bdf6681304ff07dc94154b78bd6c95f9879c90c019cc4ed7b9f0ca5300ba35c5f703a90f84a5b7a5 WHIRLPOOL 6df180764e9c0311322dbf8699df2a4f00d579b45dfb4f10a72e41b35b914aa631cd35670d0655d3a62e95f003010fa5bbfc90fd19a0c3cf58b31a3db98d771d
DIST kde-l10n-hu-15.12.1.tar.xz 4295668 SHA256 335244fd41ba3c4631f8c3acc7e5ff55cb0d886bb40e008d35162f26dd499c95 SHA512 7198f7063c7460baf2544ad6306213eda37166424239dbc225fd68c89bbfedf79e9b9d1526906e2cd0c73b6926fa1fff392bc84d634c17b7673c0e4e2eb1355c WHIRLPOOL be20cadcb66a763e49380ece46fcbdaf60b950dede2cb74c84fac8aefce51c16dcfa6f23c32490bb1f4d7f2f30fe9aa8fac515ef1acbc723479ca11b9b06270d
DIST kde-l10n-hu-4.14.3.tar.xz 4322992 SHA256 2a30e830ef891cf264824185779ff95293cc0417f8e7ff55b9ce05511a135af4 SHA512 e1114310b02cfa3cd9a9fc37b80388e5d289c7eff5519cef1d7c4930deae4666c316794a23e6921eb85b893c78584ae05120549898122e114ec276f131a9c657 WHIRLPOOL 74b1ba21ce832aa12742bf6f4fa61737cd02f89d3a5b6dd8a477b15719a31ee6021ae2902b5724ee3738be2ae7264ea73d0c8b290d33f15f1c13c53bf1775b35
DIST kde-l10n-hu-4.4.5.tar.bz2 4674175 SHA256 47cba402aca2ac8daa5c70698dbe005e19bf96efb37b7d26fe9255c27e0d89fb SHA512 1ea54a5a8b2516dc169e62c6fff54eccaf0221b6649f0068f5a8e0b013169a51cd9e9ee722c66886ce384c14b50f0b4dc4e7bdd4a940450d0f940abf610ed8e6 WHIRLPOOL 0ae9017e957e656d7010434f0147fceb87c279116620ef96c172dcc1f843322b615b7e9d62e683e3e880018bbbb0a82f7b9b9213d6d5384e2ae1dbf6a1a555d7
DIST kde-l10n-ia-15.08.3.tar.xz 1406248 SHA256 f835bdd6e3f56fbb6c26c34a001d1feb1ccfae3759bfb52d4b41117bc1429ec0 SHA512 75156de88258b9c5ff017cb98f879bf4013d167db94bb254ce5b42e30a1f57d68099474966066ddc0a49f542fbcb0caaf7a6a35bb694f4302608ecdc9538bac5 WHIRLPOOL a149964cab1f70621fae2241d65a5dafb70d3216f742174060f75fee9de1622979477fc945e4dadcdf195d7845ab07570c74763fdcce16232f0d72b355933adc
DIST kde-l10n-ia-15.12.1.tar.xz 1381236 SHA256 af87d43f82bbe13038e0736207bd075f797a58e036a380b9dc7f758277bc67a9 SHA512 b35a00ad234433ada1033374828f80440a90e8cdd314a1ca71dcefcb4390bf9eb779f9747a3120661cb27804b4c9c84378f6d317488f591b59afed8c7e4a5d9d WHIRLPOOL 87bf1306b09919a5817d5044ecedf376ea174b4bd3cdd49ed7468ee2154aa0634230410a119ea8cb48c2d784d3dc7c5ec2c02c37e31eabe8dd71e5ddb7bdb383
DIST kde-l10n-ia-4.14.3.tar.xz 1463128 SHA256 cce74cab4f7195e4095e2a89a95f22fad107489c460dbc0c8f9b82fd3c8c6af9 SHA512 99bf9b47bdbb68d08db108f7060024516c55f4a5f4c91b13e25be5428e11ac41a87db21ecd21af120809f6ad872b70e3c10b904bc0d26111bd8545630a9f30cc WHIRLPOOL c037cd50f6c3f9e703123a69ebb7883fd842ec05b2f9ce9c97327005e213463ef5757741634eee76600c5cecf3e7c985c12445a51bcf421090963c4907645826
DIST kde-l10n-id-15.08.3.tar.xz 573004 SHA256 d4124df27f0b37aa5cf75d015494e8d26f7eec86faa7d79562c4725a40bd99e5 SHA512 bd4e1deabd5b52c69b388713f55981db63dac5f2f6b79e45e2457fc7eaaf2c3707531d3456d5624c8d23f9247c1b62ed9b93526daf5320d4088615f9fc746191 WHIRLPOOL 591da1fcdbc7e979f0c1be88eae7424250420c81bb031d446466fa877c1fe6ed5ddee5d5019b8c89a36b5432c0927bdebedd02aa2ef250aba29e3f6876eb0e81
DIST kde-l10n-id-15.12.1.tar.xz 558684 SHA256 32b824584b708ff903d7fa8220f83f1d7cfd75ab2c8bd113062a56724f3dfaf0 SHA512 e5ca6b9d25b649da20fcee2fb4975bed6b72f0513001f3a4e0d13fe4f69675a2a4c17c3e13eeabfc9227893a63160dd859f4edcd57ca607db9a2a5921137b029 WHIRLPOOL 7a842e8cb10aa5b707947862d63884e5f5ff666a25073fff7e34492d63500a86bc2c86539d1fae451fa34c34b16f633c5ce7ab880f0aa8c929725d5f56e59ccb
DIST kde-l10n-id-4.14.3.tar.xz 530036 SHA256 fd5866818bdd1f119554da06f454fa3a2608613e820a4b00dbea8cc378a41fe9 SHA512 e551d697eeca22c4a33e79fb622471fb056a2ca85422559e4d2ed231dd53d57d30dd0cff1c4d371b4f3b9e756be1ebf8bdc3ad69225701cfb75562d241ad194e WHIRLPOOL b0864dde2ecdf7e66e9a4fd19d8dc41fcd96bd1ce399ca2d64466eff1efa6f07a372bf21c13c03fbe79d99035507761c7e4070cd84e408ff18b3d9afa57f72ff
DIST kde-l10n-id-4.4.5.tar.bz2 352302 SHA256 a6932808b1f27fab2c5f05090742854b2524ee832ccad8405be076b21cb344b7 SHA512 ae8b51aa699e7290eef03fa1cec155331da69402b2bd499a3f57a8ae6eab58ceff89ef3a4ffbc18dbdda848c2b9d0a7dc05e2f34c4dac2ff2e873e2ddda09647 WHIRLPOOL 2817412df03746168b1358e18abf578c5787d20042c662b4c6e814091d1755eb94f1f61cfee452120f24cc6529e19f949e8fbeea75a46165ce780c0349bccfab
DIST kde-l10n-is-15.08.3.tar.xz 1864264 SHA256 63d6d246380ead33dee95275c79f0e9b40385140b1d13fa3881fa19dfcf080bc SHA512 82704de45a58b8973208571ab362dd6011be8ec5a9f81911aad763c323ad7c212e34319d4c3940678638e0a92f0e6d432c41f9d7d97a6f89678ff7785aea2f52 WHIRLPOOL 8c31bedb83d4ca756d321183b380513e0f17ae2be993cd58180313d5cc67071597fecf13ecdca8434a2db2bb0d8900aaf0f48d08a092d48c4232d090eecb82cb
DIST kde-l10n-is-15.12.1.tar.xz 1786292 SHA256 cf517141491b2839e1222d973687beace0b4573efa08bd86f1d9e0c1b5432b70 SHA512 7be1ee73619cd892611e46d44e11a67b51d8f429676fc674ff2a28a02da9d834b66180ed1473a4e5ce762a721ae6c0c219ec91acdc03228c95ce166a2cb0fd18 WHIRLPOOL ce7ece3cf363fea20e83a5ad7ba8c8ba7f72f6d4d8803efd8782eb814610dff366a0189004c126626550f44fdfd709b9e5de5152963a7492fa8af94f11e963a1
DIST kde-l10n-is-4.14.3.tar.xz 1927876 SHA256 2c74b53c230fa3b5133bbc6bce5d175b2763d3dd350f8f3682ab522ed15355f4 SHA512 51faeb8326a414422db95cc0a6f8fc3c5d45e91acc53cda17a9157b391b773beab68eb4973fd8bdfb8e891775bd74d4948e5abd7c4747897bb899cac2a6f9930 WHIRLPOOL 30c623a70b9d800b97710c31d5650d52326f91acee9e7c6a161800610a0e2de7f1b14a3decc8fae8ff12cf4978d3cb2c0d4084e343ca053ec23b2db22b042e31
DIST kde-l10n-is-4.4.5.tar.bz2 2009934 SHA256 f2fe02476c05ae2d70a7667b2365331aef3b033f8236eeccc3b3d8e07921bd1f SHA512 2ec6a963f39e76d6542237c41350caff0ea40911a8c7ace5a137c1ffc96c7d47b57858d5d3645825fd53315faed98178bd30d7daee5269bfe3e52695a41deebb WHIRLPOOL d3d0d3f738e867c34f487dbee6d7c9730f2856365bca83eee9ab145cc2423600fd57e98e9d93fd87670e32c1dfc84e6d336087b4b0146daf90285b1e54697c35
DIST kde-l10n-it-15.08.3.tar.xz 8826076 SHA256 86135033083ad647b3cd4cf5f0df8e0d959a635405b7e296a1962c20e71564e1 SHA512 0ae86137fde07e484c6c82ba9be4c85426348dd3e3acab16fcf5890e92bbe68d2a98b80cea94c0f316b9eccd9a670eae61490229d4914f11f9d82c9f05e97b52 WHIRLPOOL d0dcafa7ee32f2a90e7a23d7f78e4284a0749bf38cb14e8a123c3b82aab71d0f2bf097d6c032fe072d5a84d8a378192f10c1fde40531904e6b60330e939e45ca
DIST kde-l10n-it-15.12.1.tar.xz 8788748 SHA256 e4bac069bdcc9a54df93ca5a2c8087418ff41c15c35234b7c180947262a18a0d SHA512 d716a63826e686132c2b8320a2a95d0462936c3599e424bcf9aded7c3337f43aba6032f16205576c0953e9ac1bf83b365dd52c7242d3272c904696c96ea94e00 WHIRLPOOL cc4af66fa2756c8072e41e4007d316a9b7048ad0cc52b9faf41c7bbf1188ed79b5856ecbf230faafb0a814d8f37216d92b8b1e199c85b0bd95892c12fa50a8b6
DIST kde-l10n-it-4.14.3.tar.xz 8865804 SHA256 9cf948d1766089b865e67fa997dd270396a0888163d1baa01d53b1bdf287e2d9 SHA512 af654ad45e67af32a51d29d321249f0f30166dbd1a66e44ec14222127b7797838cd4ca32d578cb685aa5c0de7edf8288287a57ae17762de697dbe3ff71d76746 WHIRLPOOL 8e437387230a46c0e1981543b973131af56cd17ad301a9f00cccb79e1c659a287f58f69cbad22898d16b6767e736042e4d9c626ee2871f6ff856158247595ad6
DIST kde-l10n-it-4.4.5.tar.bz2 11339894 SHA256 b906a97d071967816d460d11c28273a9adf14f6a96d5978c2905f6794b0af4a9 SHA512 21f8c79184871cac7b6087cd5fc741e1a64beded08fdf10c61308fbc38a3efe2f377f14e10596e7e3ed0b5a69fbb677ad4eba6fcec0ecafa47b249767a1c5ed1 WHIRLPOOL d16f566ed1349b24d10c58d28c31d3026a0ceeb366fa601fa7cab2dfa8ea5d3e73ab53468b8301a555800c9e83f2c250f1ad395c6f8efb339ba1e2b92a4b0300
DIST kde-l10n-ja-15.08.3.tar.xz 2338528 SHA256 5e2950fa511c7ae2ba856cc2af4462615430ea596a6d213e744be9677a6a9e34 SHA512 55bd17012c0286d42769cd3d8f7db8784915230e68ebdb46c7b81794bbc574fedbd615e6904695f461f360df6eed0a9f468f19c4499482f12839da06816ff048 WHIRLPOOL ceb2c9531c063b9a2a1c0afecfd926a0a3647c1659d5b8c101a955017ea3c97bec11c586353e19eceaaa51cd74a4ba37e4b0c6e3c8f85326a3372216d72990ac
DIST kde-l10n-ja-15.12.1.tar.xz 2253512 SHA256 f31fc6919a82eb40d874b40cddeb7b040e339a7cefabf514c835c1f2f71517b5 SHA512 25201dc8fd66fb6535d509ec45d45747f3de57b3af4cfeea37c0194aea4ac27ccda9b3af9f590e52e5c474e5bec42cf00fadec68ae66e042caeadfc850c8d267 WHIRLPOOL 29eb3e4c3a57cb77a38abeda6a01a4e4e444841adb6a0d621120445d031207353fc7fd9996c9c7dc7dfd0b17a96d3ceb921719e864b09a3b0f082212164dee0b
DIST kde-l10n-ja-4.14.3.tar.xz 2320504 SHA256 32bbd6b201ce0e1931cf091eb8ca9365d80e41b39ce434b4e949c1ba92837406 SHA512 63945c56613ddd0b433e2a9645ee262dd96374e610aae91173b05e386af6139050a822885c1440fcf2c8394a342959b0a763972541004e20d611eb454bb63a27 WHIRLPOOL 825ded6ac55d9707710f9f35259c6d835af75e2ed14917adba3bf99c00588a2cab50c64a403b5047a03c3e3064efb93872e93c703f70b9ef1265b963cfb4f80d
DIST kde-l10n-ja-4.4.5.tar.bz2 2315786 SHA256 654397ec24c4e9f356786e9655dccc2e94fbe6b0a06d3f506eb0ec9b4f50b92b SHA512 94effb0313248d075fd476ca4b02193d7090f7edb6cc258c6d6b1fb871dd4415a94efe1396a3c5b92bae12c7502a60321cca9614a254dfbc3f46ddaae41049b4 WHIRLPOOL 45fcb25c7544bae84d7e7dd6a7315f9cef14d27741414224be8233f6b38209b2eb34f8ac9a649f8f8cbcd411fad6d58aa8699218c83ea86f805536f4fc4d3d33
DIST kde-l10n-kk-15.08.3.tar.xz 2679944 SHA256 6496471b63338cc47d041381ab58a9e7f3e696142dab288ca8b802b03153fc01 SHA512 ed937014320c6896683159c09dda478144fa280832e5eb5d26b017f6a7b95469d36ce742d0e24d7f3de34faffe532b793708fb39e500a3799af88632ff9e7922 WHIRLPOOL f0cd96607143fad9c63eecccc8833e1cbda8e0d9a178c4c6b983da7266b2e490a54a924ffef73d307e16ae48749e05847b9ac40000ac133be11eb0da4f0b0c8d
DIST kde-l10n-kk-15.12.1.tar.xz 2549976 SHA256 f59d394c74f9c28d4ffa5421f275021b7755188f4a0399df7ef3eb843501f91a SHA512 e5987f528460b918d9d446eaea5786cd945bc0f5de33a90bc98b030791dafe5a36a26a5d2adb9605b13d0e0b26a2f8e01b170d2ebc70af04e4d5e4896316979d WHIRLPOOL 82ea86570c7c9f835b0abbc2c5b840a7c7161d5b2bc0d368c6febfda1a28e934e18322805e67bca081a51836a7b7b285adbda9b26be4c2be88860784108684e7
DIST kde-l10n-kk-4.14.3.tar.xz 2713912 SHA256 e2392ad7800a85e58c696511fd98bd801a5ea515c86600f4d6c4f4f08b892e91 SHA512 08a5f81d0c5e7d965caef4a0ca6f6797dda59de76bc40f0f0652ca514bbea2489d62d6a31e75900fde4b382e469cedcf490364498d9d486f3eef9318d6c91e2e WHIRLPOOL 0326617a9d3cb49afe0817546aa18d882581fc7de1666c661c16249bc4a8025e7114b5562a8a16fc9600bdf2948339758d28caa133d23d56018dcf02da420d52
DIST kde-l10n-kk-4.4.5.tar.bz2 1690115 SHA256 b9bf0d1895bbb9ea3e63c07edd694a15a5169939d4899e16316b399f478974be SHA512 d0c81a7592fcf59bd3fd3adc006f6649325933839e7b8d2d90752de58b3109bcf0a4ad17d4e9e62d7350f4535bb982c403639d162d404f8bb6fcde04d8dc1e91 WHIRLPOOL 1c2de80fcb327ac036777d6fd297caa38bffa7dfbdc41f7a7c0307b8e107a70a36e0fc7f2fb4e2fa5b3741fd7d777cb925ea8eff1491b9d2da3a4aca72c3ed6a
DIST kde-l10n-km-15.08.3.tar.xz 2215296 SHA256 b44434efa588a4d7a8c6c507fcdde573f003b97b7262440306c00a23d2e08055 SHA512 6860243e67bc5d6a086d15aaf7fdf845c0d415bf58153ef163839986e7c8169b659f92a052c4d633a6e11f9b2dba2ff098af72cdebd801378d0655f65d622a9f WHIRLPOOL 1b471ac82ddf18e08fa7449f3ca06ae0ed42793b12814de9f27146df8b5d63671a43e38542dec524d83015fd4c2849dd3d44f3c48fa911ed0b77c6c39b52ee73
DIST kde-l10n-km-15.12.1.tar.xz 2157088 SHA256 1075a35a766fb80935ba70586e7e216572c9cbb78758d4bd96c18b20037012c8 SHA512 d8ce9063645a97fc2f87ce7a0ba1e23f5e4e70b1b81fa322c64962172f03acf4c62b0ecc49253f547b2881759510319e7ea593fc22734e80126006100de6aa3f WHIRLPOOL 13571d72c9faf8c09538de79a9a6be3b8a4afc03602d26faf359cf6db9202b5c2e21c98f2815764a05e4adeee15a942e73017d05f5858124645b186e435984b7
DIST kde-l10n-km-4.14.3.tar.xz 2275560 SHA256 5fade8b670e40da011b6d174d5f38f7ffc33c9ea13d727e72b0a3b111fd8129e SHA512 9872b10378830ad1877781fbed345c342dcc787a51650f0c5f109942ef9d34214be0b1be0009f701e7c286dd66090b6f04c39a120f06d5c99c8b28fd9ad06e8c WHIRLPOOL 5faab70bbcde49d744014590f18dd663353e34022b796b383b4bd39485324afbd24bf62e4c6f49489726414b4bbae5ae73dfa9c9c0fef2556c098c966e67896d
DIST kde-l10n-km-4.4.5.tar.bz2 2251377 SHA256 580dadae3c1124a83c62f88b4629c3b4139820b3a8c09765ca527f604af92304 SHA512 22cb93f34292d9ca8a57d50c59c69668ab3b0f02cb8740deca5b5d1f3207aca8ee7696dacc1ba0884d9f206328d1e22ef0ed415901fef5c6d3b707c798c17856 WHIRLPOOL a511830ed94e5ae18a4e3b36a4a974e40cdcbbabd65198df624863eadc8d4c0a2bc47c0458a9bc7b8ffe16bd15fbf18c384d4dd42adc97a9f78600283cbe11ca
DIST kde-l10n-kn-4.4.5.tar.bz2 423253 SHA256 092132b50d806e8c90934448b4420fff84edb01ac3a33fe6b50e064175facf54 SHA512 0a77e161ecec6cfa77f901235d44782bc4ebacc5689db8132f434bb3ad3271239d6edff2b67c7d0b01cdb1d21b8b418c9bb5d286a6ff311f78dadb943f0a511b WHIRLPOOL 17b9371b048b0e3a9ce60a34b5630607746627b41a5bd1d4b4206a48d2dc9702e663acc32f5c393a6610a627e3d56b9b1eda15d91a0fee4540fd6f9ea120d498
DIST kde-l10n-ko-15.08.3.tar.xz 1974404 SHA256 f2d3d3a84aa8f351f03010ec84293f7d447c037eb25d50f9fd8aafeac9e9f3af SHA512 09948bb52a98702e3483358388f02c2e25dfc7eb378ccdaaefa5dfb7ece5ab3e451f6119f91ec4f876bcd37b960f9b8a0c467eff662168ed9734e53ba633f34d WHIRLPOOL e68baf2cdf65b7e5f1ef1ce6fdced64a6a31c56fe584436f5ec5df5eaaaa9080e4513a6a340cfb27b592dcfd6d313ae6052fddb9e05fe1a59e5dab3e9ea4d709
DIST kde-l10n-ko-15.12.1.tar.xz 1892548 SHA256 adfb1c0115c9b9823ebe4c9de6a4c4cf9059ec9057fd7060010204efafb21322 SHA512 60aff9fe5f7bf1f520e2d6e3f44d95f8db23057cd5d14770ba37b315bd0b4462650cad86fb2a804709080eb437511cad58e29e5b9e2a37c275499525175a68b7 WHIRLPOOL 20426d152d78a88de0aa1f07b00ac0a5c661e9c1ad561e62e214f3de351cbbc2c47544d5cba1a870be2d16d93a532e606a945ade6d44c9b5b90afe3ae8a380ea
DIST kde-l10n-ko-4.14.3.tar.xz 1976332 SHA256 579233183b8ae5a13716d1792364c421018f494e7ad65506ebf9950d1853d0a7 SHA512 6e3060b5e263b30f8b3946062d8b11e2620b3906a2c0426bd78e6ab482f55103c319cca1e06fd8fae0240ec4a76c7a597e234249f7c57d5ecea20355356e83bd WHIRLPOOL 91e64522bd38150b90c4c531286ba5bcc4471bbe4df7879cd8226e9d46fb8c3e2c66957ee9394db8afb24e9f733a86d18102a9071879b5ac458007a6b792f726
DIST kde-l10n-ko-4.4.5.tar.bz2 1659705 SHA256 94987aaa0df5c61f5cbdb10edccc1b3dade5b7a87cadb92a078db95282cc6048 SHA512 e4786e430b8707aeb3b5007ab75b4064922b323c917334a563a6b728f4bab77122fd51f94540efc87e9f074b62eee3c59f8b624ec9abf6270fcd8e874eba844f WHIRLPOOL d68e13503b784b63a4460ca520354888a0d6b04f2c93ef36dbcd27357cb01fc58476d12dc119211f5c63f952ed6a471ba0c59a006ec3f0f17543638ef40f7f06
DIST kde-l10n-lt-15.08.3.tar.xz 12872224 SHA256 496be633743adfc96612b1f51ab7fd5cbfdebdfc90395fc3d27add12d0ed7976 SHA512 c9069c720dc010320d853c8291144e0cb8a8b55c1d4f654901247257173191bad63fa1380924457852459b1a52e7068dfe3d0362cd55b5132a68d493bf275fd1 WHIRLPOOL 67163fe3ee4e0f3b24c805e76c2a24a218f3cd03ece5722eb725c7892e30be0379cf929802bd796f8d6e72437ca3610739d7ea33027bd6c9be6ab80858b1c262
DIST kde-l10n-lt-15.12.1.tar.xz 12829408 SHA256 3ccf1067a8064c377bb8a23f81b74b393eb52f89907fbc1c74525990b5250451 SHA512 6e08388d78a597f63ce46db411b4d29ddb3e2bfbad06d7010a207152e50b217f712f7ae71059445a87df978416295166d82f82ca12669ae685f5c4e69894658e WHIRLPOOL 17805d3cdbd7e1b6c61df7c732cf1da2ba3177bb3fd0a6dcbe63117c28255a3766a4d82ab694da3933f7c45c116aa8d707f4e1d63536fd9800f122482c7a2cd3
DIST kde-l10n-lt-4.14.3.tar.xz 12888440 SHA256 b245809200465020c2a46fdb23b667fd8d20beb964c2879cba22b016f19e1678 SHA512 4fa0d487dd4402b12a7ccde0ac8b3417b0a44843fc89e617dda8cc4b0623fcf8b49cbc17409a21302a7b2b0acca30b1b49d77e11bec689646acf9731dd2489f7 WHIRLPOOL ece9c496201301bc1e51e90a9f134504b64b9d744e107d8cf7346004900eb07694d5448be4717b32d55aa7996eacc4d94db37f83c226791156653755c40ff71a
DIST kde-l10n-lt-4.4.5.tar.bz2 2140341 SHA256 67c8e464e2caeb45611a3cf7f8226659968ad30c96b336d280732c554db85c83 SHA512 1e5dd2d3e87516131ddb38c1d1f4475400f9c0eb3a6759482af265fd8b7bdef2f426ec21613da8bcb103a931bbde4fb6058eb0a28e36638166653801866dcfd2 WHIRLPOOL d953e3bc69465e1ce7c378e45df6f2e8f18294d198c8bf8acf1698a5ce1aaef4412300966c11fc67ba8fef3516829a98189e0f69c6518e068ee72064d5e9fea5
DIST kde-l10n-lv-15.08.3.tar.xz 2222860 SHA256 dbfacf61935496c9343659e1d8b24714d71f1a7a82fb9d820c8fe79170f33667 SHA512 cbfa32c407953e3743aaf56adae6e9e68477b68e425060f31f7c86db77a0e17aa69a9d4045723b3d83343b33694f118275b55682ed00c5cb2c02b41e82f54460 WHIRLPOOL 0ad2b3e9610d5d7238dfe649aef2b4768f6653a5480d375aae57e24a25afc6c529abb58e0b2fd62d47163a696690bae5cc50fb88ce0aaac4893d28634e772362
DIST kde-l10n-lv-15.12.1.tar.xz 2153288 SHA256 5a96fe08d74fdc3832310abf096481f122c822edf562e693bda518702ab1f626 SHA512 6ef589141b64b17545f0e0af91eccee3b3e4c0926c73d0a94a4fd0d1c3ae41a90b0fff4c904cb44e01cb907a898305794968d1fa9aa951a7df8580db8f02884a WHIRLPOOL 29be1c74a75094877aa1e3a169dd9544a94acc947844175d3ded58983dc375204eab0cbdfffdba73a46e0212c9cb3927434d20b9dcb6ab9af07d90dd61f16fb7
DIST kde-l10n-lv-4.14.3.tar.xz 2270324 SHA256 96beb29732146b68273a438bb13c70c8e1243810d5f07c0f43e0a68636295c57 SHA512 d3b5ff35e70b7228e83ab103714385132d22eb87177ce92d22781ab7dbffec4986e2de7e14d5d681ad5b413b365bee9a85969866ee9db52424d31bf5d6b3519a WHIRLPOOL 17164b6ce2211bdf40e9f017973f8ea2b9117b53c9e0b9d5236721579b2e5b4bb30bea95a263a7729205f4390f4641095ff1ae0ca40a357de7fc6ba018f71756
DIST kde-l10n-lv-4.4.5.tar.bz2 2253462 SHA256 4cc2a2d89eed235d2bf49c3882063868d910ed407c0f13dfe8d635c655623e5a SHA512 ffb3564342b036472ec5cc5618d96ae4b251f5ae87ea13e9d4c228603cdd47112419a4ef3f0cea96e527fb9cb46434b9e4d4f13300fa8062d068b1ec67768e23 WHIRLPOOL 908008aed4a67c92736d399103c0db7c6af980b7b47a023e88e57386fef5e0d473a6b0f206cec3cf912960699fcffdfd8d60aeb77a5ddc89f7baf1f2c5a8ba21
DIST kde-l10n-mai-4.4.5.tar.bz2 923593 SHA256 ca98bdab253c3995a963e3cafe69bd8fa425b104a008b385e3f55422f16595b2 SHA512 b5c0f72289f20756d3fcf2ffefd586f7bc49b9a76b7bdc6db729ea5338414863b8201b2697cc67b81c9795d68cbdfda6de87c4037c347ade4824af6803c49472 WHIRLPOOL 10bcf2cd9273deb744bc3e9000c7f8c7db431629d290ace545fd120719444f473dae6f204dd4eaa9be6fc53aa335417b9102a600c4be54b6edf2f84374fad0da
DIST kde-l10n-mk-4.4.5.tar.bz2 1925513 SHA256 f850f2fdba67df0dca31729791133cd891d13e07df7309e485a81dbe4099eb25 SHA512 1e053f7a8fee1d7a530545a950a65cd8b2997afa42425b014b7f058fa8ba94e0d6f1acae97b899459dd3d70e1859f78c0ea94db3f3efb5c0792393dcabe01989 WHIRLPOOL 60a9a10836a149ceddabc6e0c65111832b891c662e85b3bc210990ea58d1e1b92ea50d370d81cf097782143e9afd3d8cc88055367a8de838b60846e3b22a4774
DIST kde-l10n-ml-4.4.5.tar.bz2 20301499 SHA256 494e5d96c82c43326fde9b1ad68ff52a07e858f9201d7aede30380bb232359af SHA512 2b839af73abf537e9c178b846df10c14e0ac68600b10b67f61b49c6f6af82cc89c2db04877dc006546ed5bb81eea9c8dc62662cca0c414b310e189242558056f WHIRLPOOL 42096685a7c1437eb91012cac3529ed060234b0cbaaaa9b4489e21fb08518e75afac3f0ac0b0c824983bfab0c43fc4675188a83172218e4bed5f6f9e67bf1e6f
DIST kde-l10n-mr-15.08.3.tar.xz 1871664 SHA256 e4f5e0b4d8be9aed1de319176c2dc4ae3936c8469f33d0de28dcd7d11abb9ecf SHA512 37ef8e2e5417b962647beb1677caa864ee8a7f3fff8d980708791c7c03f87786b4927b36611445304b94e455b53518502dff4ab746951dfba488f99d12a146ec WHIRLPOOL 8654bebc525abacbc21f090f8b7705158c1ae63c9b2f6627cb14a44399eb1b99d5d2df375a27fe7d0bf4901568da58cefbb15a773323608614d69a065772e110
DIST kde-l10n-mr-15.12.1.tar.xz 1814792 SHA256 aca2bf58c5c9a4700a3eb0930c399ad8945a95c9662018f0fb0865e51d531bdb SHA512 ca36183e843eaa1ac86a4ff376834966ce71c44b622043bcf95255b3b92198123579bb200409d88e6418712e505239fa003d177002a3b9cd4b358d8500f77d2c WHIRLPOOL 187c828cb388892f2818ed8fd69a1a65e29c1820482710b4119aef4aab7c0ec611969d9b28054b98907a5a0fde1d8073bc0b09689bb5a45ca7dd4d83a1b83ff2
DIST kde-l10n-mr-4.14.3.tar.xz 1849700 SHA256 a5dcf384375530a62f9f8c819f79d26fe433e8a7323467ecbd944879faa96c16 SHA512 90673988bda0d3e18f6f618bcedbbda52e06995208ad244d8222007ef1cbe81519e61d1953ba66369618aff7af93911abd6169755f936e53aac24c9ba22f485a WHIRLPOOL 57b1b8f420ab148358140b5642dede0ed6fc5486e72268b07ebe5a0002cc586170cf3066841cbeed6ed83f5fee76618d4515d2bf54ef5a36c484695e5a2390af
DIST kde-l10n-nb-15.08.3.tar.xz 2520416 SHA256 caa23958db959a144fefdfa266872b123e1c807b02bdb8501d2ec46752c8902e SHA512 77e78220683de52f6dbf31c05d244ab030302494691cd203dcc8f7795473b649fb411ac9c630f0427b46400a4b0e8ffe3d4186cfa44de44077b3564086d0cbc8 WHIRLPOOL b25b8c16c2d402d2f66fea0256f84a07931f28c346ab926de9309ea0ecb7370b9a8661ebb7d5aff2430db93d47a5360acaa16cd35be0dd79ac0d97ad8742eda6
DIST kde-l10n-nb-15.12.1.tar.xz 2419068 SHA256 b48bfe73350c09b0bc93507edbd8e9b33d91680ef67ab195ceb7c58c944f3c41 SHA512 8ceb5d9c4a67f6671e3b93f8f7aa6d39a0696b2c16b9bb5c9786c65d016eb8891a1e2c0ed6ce5a979284e4d5ef2c0bbcc1473259c087fcac363a29f00a9cbe3c WHIRLPOOL e94386f05b11a766c177f4eb1511faf0e59696e95482a5b90fbbcb560939c2a7c6f51df88a7f81902b7d626812b9f246e17cf039dbff7067269625085ff859de
DIST kde-l10n-nb-4.14.3.tar.xz 2545556 SHA256 2ad1734c2c63a99cd99298a1a4bc24fe2958221afef80e0614334ae93dca4d73 SHA512 65c6904e08ccd1b5dec9915dc3e312f7be84b03375e31bd68a55da0551b5f80969a95b12dcbabf25d33b84b893beb4458ee22d185993b1f940054a8f066fc24b WHIRLPOOL 7cb2dbf9b485d526d63e78a27947412be19924f512eef5133921f0b47d7d79a9a445733df4a429b291bfcc473c4499fbbe670e001462891f8a27cb08bd1e7f16
DIST kde-l10n-nb-4.4.5.tar.bz2 2628027 SHA256 549a318c5ed31191a42b76b2b7aef1b5d0fb4fdb936ba0761642830bbf822cc5 SHA512 02dc4cbf4164a0082232022c8f90b8945efe6fef4d393433dd7bf6dbbf1df8d8312fa74d3c40fcc7181a23354be22454932e70ece42e0610d24e51ff845f48cb WHIRLPOOL 579e1fe9528b736b3efbc1c6b55f7413e96690c7f515bfcf1f0ccf30086934b7a845cb352766a4523fe380c3026db0d069de17bebd059909a1cfbed931fe34fa
DIST kde-l10n-nds-15.08.3.tar.xz 3338868 SHA256 023080674dc7b59312fbe3af5a8ac75b0eb58995345913cf1e62b9017780fd84 SHA512 b15d7c974131ea3ffd238a541f9c41dec14ea496a51f030fdfbc43a5e3cfedb0e56039ea4d0ae3cb8d75b4ed101932dc87697c63cd0c632c999e829a48dc5072 WHIRLPOOL 1aa8ffc70497e3f77ef403dea8fb5763cda352ecc0aa521af6b4036b099ff89a253d307ee439c19581a24cf9a81a5ef1f6accb3175f5e738576e0559ab1e65b4
DIST kde-l10n-nds-15.12.1.tar.xz 3244596 SHA256 040753b9ae3ae69b42e6e2afa02acb86f0f6df58756f5c1c79b8b1d834214676 SHA512 8d176c82502e014976dc83c2fcfac2414a9e1fc473fd67a5e2636c706d5fa3948017dc83b8d85fbdcbc4c3f1e5504404af45fc09967dde999932b716a0a07444 WHIRLPOOL 8683e08745d9e639a2bce023acdfddfa697d746e53e8b1cd0508edd61ef0a4d3c3929e3c3881d0a3c15540b251400dd6e4bb68544dcc73b04e1af628101ef06e
DIST kde-l10n-nds-4.14.3.tar.xz 3334956 SHA256 78318e2a7fde90bc63d2d447ac71e5a04099b4a0d56ec9e6c5d38d8d72f82553 SHA512 89134f8576153983b5fe4c063c8fb7605b41d0665d33b3e383ec11601f6410214c6069c113814dc5b625b1570bfbc069eaa620ccf3288cfb0eb30743b7f0c621 WHIRLPOOL f0b712f8e4890cdf4049c547d8b6adeed1cf566223281383fc7544978876a4db0bcb15113e90524ae63fc11a369823bffcce02475bb40dfcec7a216bafee4097
DIST kde-l10n-nds-4.4.5.tar.bz2 3883818 SHA256 8cf2d58d4f97b28bd5d47527cf4d2c146aee0942151a6c4ad30354896c45d64f SHA512 5398e8f189c582fd5b2171b3ae6661d9e6cfc99c6b6d979115a38190e41a95fa8e40409416561e6428fd93f9822fb819786b455272be927054e90e8aa9a6d701 WHIRLPOOL ec64f1d0c49d9d971d0a595308653dee045348b4e7c78010c3e137d76f2aaf3f7ff45c0cd79dcffd2cb133951b23795a57cc4af5cb01991f5f6c9925800d4c06
DIST kde-l10n-nl-15.08.3.tar.xz 13957800 SHA256 c93b650fe0b4fc23ce82be0a6c9b7340ded07bd432519e6c2ef2c67211d652fe SHA512 7c6541d5a9507e91998b44351108eef38e73a9c22cd21275b3c43427675fc01e5d0c04d29bbe2a7e0067792dcfc69391f9fe224fd46f5903fd28d06f63108834 WHIRLPOOL fd2453bbf362e6bbf6ef60d7954170148d54b5e149f0b6b0cab6cc099b17e9e31be4530ebef5e87c2bf2e6805886788299ffa218a5aed483df35e44479d626ba
DIST kde-l10n-nl-15.12.1.tar.xz 13927704 SHA256 418eff006e929afeff6e7fcf7b0a0ba0346f00a9758cca5896ef8db299aa9103 SHA512 d714d3fe2a9df41ef1d5b9bb1f9243b97178867164b059b1857718812f8286a78ab7b1bdbd1241cfbe37aedb0a94b680be05caf0b8eb61256e053d7e28b5a1b6 WHIRLPOOL f209ba4928c881653eddda1ffb28f34f976cf112951bba24bfd705af0be51beca7424927558b4af4b994e259a361a0bc2c7a5a25dda0abebd33de4e644995e04
DIST kde-l10n-nl-4.14.3.tar.xz 13951924 SHA256 665c2cb583e8fcc436dc97b7cbb096f22f4944a58dc9ae004821fc81a3658827 SHA512 2376d73be8532f1c97cf6087ff6014c89c8eb03aa5b8138043d83cafffc8ff374d2ed4072c497f3da40b6a53af8348b081a4091c70f9bb652a8e41b6358948cc WHIRLPOOL a63fdf8ef2083fdf9fcc557d3db5051ddf1ad2e867d001bc556f9e61509935bea0df4890cba49049dcd9a655116117803466388adab2931816c8c7deadd21505
DIST kde-l10n-nl-4.4.5.tar.bz2 14226957 SHA256 99eb08aaeb4540f8fc7c36903b5e15e8374315213e16bcd36b1df51de3d6da3a SHA512 a658c7f3d550543881f1f9dd37ae0bf60b2ddba9d83736fe05035ae11fae5a5d301d982360d6bf67a256ba2e0fd0527f68de974b151b7d6766982b5cf68a1423 WHIRLPOOL 1d1fe22d91b4c6f1b10f9f687262014866c2e83a43f94bc62ce672bbc09068edd7472b0704cc4e8dea02af2d35f557afed4ee96cb2e0777b34eb49ac8ab97838
DIST kde-l10n-nn-15.08.3.tar.xz 1911928 SHA256 6ac6dc2147d9a01b0ff45fb52df694df41cd0358dc523a48c7f1f023db041da5 SHA512 06e419e0e31abc2ced6783f49902167ba206af4c136ab8ca7ccdecdcc67d99dc2b981c9752f345650b9208366f8c1b18ac01dbdcd5523efec9f4520c92c3aabf WHIRLPOOL d95ccc6d76629b3f671f1147b8f9f37d9ee71a59e3f476b7087c9b2da6bd9f5505fcd327ee99a1145a6d5ca07f1c35cb5e5a737416bd4ca1f2be685603c0a6b9
DIST kde-l10n-nn-15.12.1.tar.xz 1860140 SHA256 beafb648b945f2fd846f3e1d4694cf79ac6ae0a2f00fd592642002f06d3c8b8d SHA512 7c530cb69a0e306810edf1df8b8eda6deb77c98b568a8d4b105258d42f16e01c91bd42dd99c7d37862b397bef30bebe70d94f32eb18ec31f352842615fd74e8e WHIRLPOOL 3561a639f677f175b0f3835596af897a4fc0c36002e57ea384b9680fa84f6a4c505df2b040888736b2ba672c5fbed358d791c58cf3dff293772e5b732db67bf8
DIST kde-l10n-nn-4.14.3.tar.xz 1953092 SHA256 8dc79d09468278f8a886330403606007e198c50b854cb4e2997790101e2760ac SHA512 13cd0c0d8e7e9a285424520fcc155f5f721d1330d30a75587756f5b49e84ec89484502146bc6f60fc690b820f446e973f83b04a687aa718b01b2e650f61e7ae3 WHIRLPOOL c9e9493a80adc04e0be24f2d1c7378093648235376f874497210904ef2cb5d2cfd9206f117d840bba6fec58482f8f913a48e4c33b458c7a6afa11499dd083819
DIST kde-l10n-nn-4.4.5.tar.bz2 2202500 SHA256 edddb150563756cd5b5c261f0bc54a7a42385c122c8541dc1b2ddbd0b11cd955 SHA512 bd40772aa67c1d79d7311b8f47d3ed3b909b8e679289976889f766fd068d0d5024ca18f05029b9c58faa381b402ff459f16d4036b3006b5d8f8b08ca660187d7 WHIRLPOOL f46ae35b01431d08186e23324d94507dcfbb15ee2d0c5a4b3124e02ecbcb23f0b04a9de1153a5d9db38b1087631a2e0cc210fb4cc594d7c607bece7939ad64b7
DIST kde-l10n-pa-15.08.3.tar.xz 1942192 SHA256 07e461470a939e27c0de49259eda79bf44db140ff990a12b549a5c8490a3c944 SHA512 2b54c3056efc877915c1363a1d7beebcccc384929432acb5f6e4b3d289aeb8deb96ce442480f4acd1e1483efc2df0fd976df5ed612a969ae3881568ea2345f67 WHIRLPOOL 6f959eddbb32bab7da2663d86fec0fb68b693de9de6cff4f8ad00883bc7a7624bd41c4741b6afaf7ca9d4794d2cf280ca7bf6997d945a18a970734724b799efd
DIST kde-l10n-pa-15.12.1.tar.xz 1877132 SHA256 ac25ab44534689b4d09ca697465ebdd6831d14d58e0a976c755ebf4fab75a8b8 SHA512 a893f04896ecf62a84ed013bbdfd002e86d792f2a00e76505bf22b3a221caa999739c70873c2a4914c2f7da27baafce0c7b2f6ed2c57a90dab02dbb97b4597c7 WHIRLPOOL 419fac6619a45ef86d74709429e2010b0a266be2e2b80df223e3791bc86abd171833545bb12e7f507d07c5cd65520afea362707b0d53ce71a2de0dc9e5309989
DIST kde-l10n-pa-4.14.3.tar.xz 1973792 SHA256 d402220b7c0d8ffe5bd47765cc70ddec3ef0302c05c28910bcdc47581a35c50b SHA512 d2b9fb88d5f70c776b46e45b7578497a459415f9df60c350b370f31c1d112d3f725bc7fb4702141e57485c971c7a2e5e0fca11f696c188e8432dc67925a703c2 WHIRLPOOL 53041ec3e5c8a52bc16acfd3154157ac4faafb7d6a9c595af4518353b611d79f54b7fd2bcd3d182a1bedc4ed40f91499f9e904325a2c5b1730509d8b20780a93
DIST kde-l10n-pa-4.4.5.tar.bz2 1818030 SHA256 8420037aac0feea5b502d9c88498ea01eb119660baa14664b1cdfe7c158c9129 SHA512 00ca9362adf11dd9ce63b3ac1b4af090611ac7512616fea8712b32dd420da39725bc05e449fdf8ae54ff5efd76dc51a272d46e495bfbf5e068f9651ee9522201 WHIRLPOOL 34d92750ba423da0cd3ae1156fab815d8b28d943a06c5520f837dcd70f088849cb3c2d220817ef9aab417685e965df9e2ff70068cdabc5650aef8bc4618f15d1
DIST kde-l10n-pl-15.08.3.tar.xz 19095976 SHA256 422102f5347b9a5903358b135ef65dd0e5b7b2a7ac1ebe45c4963faca846628d SHA512 aff6e4f7aafa44516fa76cc50c651f2f5d606536bc890918d0229401fba5b9cb3b9f4d1a9fb1c0e78909b4de95fc37c8caf157cd50fb71c748a90684f199b003 WHIRLPOOL 44af104fbb3b3bfc54c09a285fa6c9a80bcf8da979fa32e881ab2220a95f745b48102e287bc1b0197a40f3b781a327d79790bc640dea56ea70dd7d662b4ed1e7
DIST kde-l10n-pl-15.12.1.tar.xz 19120188 SHA256 97bb18dc8a2c4921044764ca766fdb86c4ad444c1267c400788bffd59e36d471 SHA512 829ad5f964607cfee613c8ad144b17bcf36a0b6849db2f0cabf0990de5a0db4bf54812b38a03ef45f600ceae1120b64ef9330dddb9d5707ddb8cb775e1699840 WHIRLPOOL cdd68a7e9055be85d164a34f4628c89ef2b26e57bb662729baa5755abee3177a12587930443fc8f66f27523706b33fede53bd721a4154525209df65c75d4c602
DIST kde-l10n-pl-4.14.3.tar.xz 19237384 SHA256 5149cfa3fd06e230e988ef88ac80dc32ebaad74811e3efc9bb427d7e7276f58c SHA512 14b1806614b1d180eb769d9e991dd3d2e96f753ff7a40620e58ce9656e19ecc4e4562d628b69a3a67144a0773956aa120d2d78e4abc4e545a713e0c5bd03745b WHIRLPOOL 67d9dedfca948a24bb5b1e0dfa9b82b07b628bb0b8dc3870054f00c3f60c450bcf47c139b3f312237b6320d075dc9c0b8d5612219ba9b74b47cf55ac115a7ece
DIST kde-l10n-pl-4.4.5.tar.bz2 6149268 SHA256 2ef854306bb58f6043f1361d93437ae2ed8cf71cf54e0518f60e4d20401b06f7 SHA512 fa2462700997f13246b2f3f6eeee6e223c838f98ab670aa1fbd741b76a74999d9ae1852161937f837df7b938f44389e2359106f2108002b46acda0fd30290a75 WHIRLPOOL d938e960c3821ea016344a9ec00b9fe6f095dd490e4daa0e3c9edaea9d1c8e656ec358758a71d49c09cf311e593d1da93a5d84c7b74b16779261dc20ecb7753b
DIST kde-l10n-pt-15.08.3.tar.xz 3544772 SHA256 9a597776c1e6f8f058299d248deb542feb85ec7fb71e7398b3e66d7c0931db10 SHA512 32968b90ff2221a9eaffa6267fbdedef32653807b50a1d314a849995d1e9034cdf286dddb517e442e52cb7816f3e4a7993187ca65166a13d5f388e73a4ed01f0 WHIRLPOOL 4ced12bb93f240054b457c5c7ca99675a0b3aac8dd2dd9c4caf214e5d746b99ab0637eb12490fc81021fb93f136a279582e76ab6cbb6f0f9a2bca9c4a01c8b80
DIST kde-l10n-pt-15.12.1.tar.xz 3660116 SHA256 a9c15abbec848d675cb1d214d33fd6558e3863a41fc1bd21cae14325ccf85d52 SHA512 bdd20d1ae0b99309d6322e0bf32aa76d36a47f6b944150ad3a44ff6ef4d05b2eaab976af2597ef99adbd17f8f1211ee0c2774a96e039cae9e35d83523f4f7e21 WHIRLPOOL 83ab1600c2375c9c33d17468c064c1511954dcd937d913fb16d144a73ddb091415c0266c69839446432b75f4437561bd80776d72d6a4834fc4103a9b0141a6a7
DIST kde-l10n-pt-4.14.3.tar.xz 3810328 SHA256 96490df8ca060b3f99fee750b53aff0acd93453ee9caf41a9d2f5ef2322964fd SHA512 27f4fe7026a7158c1ba913d62ad3088230c0b4c3f07e1e40f8bc83d75d28ec508323ac7cbd7af05ebeacb95c5b097739afc838b02d8a1e134eadabb92bbc53cc WHIRLPOOL f616ae8aba0236dfdf8ebd2186c97d16abc697046e2c6bf1d94ce7d8309180f81bb9132c1369fb40774143c8fbda9274790bd6a1face0ada9e91b323a2a0ee55
DIST kde-l10n-pt-4.4.5.tar.bz2 6345114 SHA256 c1863dabddd30f970532ac6ccf50279e063bd449aa021837f3f4f3a373e2752e SHA512 9bf87a2e138e6edb99b53a00ad382cbc8dba29d24926926bd1c727be9c642b9dbc49734eb2700951a5e8479994855b81ef35de61acfdff4e14d1384c6f4e6c7c WHIRLPOOL c28314fedc4fd82db8b537a075561c030419372be3b63ebb5e779ee09cf9727e8854823f86c7acb4107ab22641a951fcab36867441757ea3a0acba13e7dab4e5
DIST kde-l10n-pt_BR-15.08.3.tar.xz 21620008 SHA256 5dcd50cf0076fdc37a7e6867dbf0e604c075985cd6192269ce7bedec1f0fe74e SHA512 991ab0ced7e6d7b3f529c69777e65b5c30d918a6d0f89f37671377208c4506d6696dcc901179d04d0c05d5eb39cb661e4f822c405065571eb195de31d26bd523 WHIRLPOOL a0ec9ddec5bc7c147740bcfca0da448e22c4e6bf494504ca62fc92f77cd6256c3e296a043c0412ed988d4b6ad42a0c35880d45f028ce8a72dfa5cc7bd0d17626
DIST kde-l10n-pt_BR-15.12.1.tar.xz 21577064 SHA256 38464c61a0300fc0444eaeeddc816a2828ab74f4ca405f5615263a4d72b2521c SHA512 e86bddef7664d7972bbf15aa024d823a90456f4ebe00a0ae25cbf70a6010c4bb78096601299537782fcaf0dbf5841abf898149b713f4f16a112616ffa5b992f6 WHIRLPOOL 955dc914ad1aa07817c16a79ba40fdc9ee9b6b83a8524af3d283b3863fbf0a31998e0f74f31bdde1fc081ad816b9d66f9a31d5070fe098a40ece9dc94b734acc
DIST kde-l10n-pt_BR-4.14.3.tar.xz 25130880 SHA256 dee62bad52aa8e90de5b4c711a918739aeecbf0cb0fb5f9865dadd94660236ff SHA512 86a13f7ec39a174d699d80b736ea3ff7ab0acc13cbb9d6bab640e56a85efe50072c9f2baf0c3c7390c29ab22717db3fd5954199c40c3321e0916cc50d93d2e82 WHIRLPOOL c367f70d17885ffd33694f9d4595f3fd8a0dbfc5549ef1b5f1504ea9ac619aac452031f8feb84bd4b8c4f54b21e920d17bf3be1fec157e0f984340c1d2f63e04
DIST kde-l10n-pt_BR-4.4.5.tar.bz2 17672341 SHA256 6a39e3be25a5d9b923ff2f42d0e7a6ab86831ec8f6d506b26d7e7ba14f2b9eb0 SHA512 c265851c29ee7e9f76ba3150c8e73d132eab065852dbcfb0394df898c01da11309541249c0bc6c83d70a9227b67d3e5f47c1d599d17257b2336588a239aad327 WHIRLPOOL 3ee2da36dfdae397700f8eb6062f02be07758f5286c9d739b75c1ecb9e1ccc56e1d9ce8c646a01e8df58dfe841252d6344b4e8e266f7ad39645405d218e14613
DIST kde-l10n-ro-15.08.3.tar.xz 3109128 SHA256 ffc13c2a20444dbf655d5d5d47258c2d6a1aff19f533fda579146d71961f7440 SHA512 ca92feecb8899ffee6a78e12990d3de4f66e0495e77a8dbefad03c0b275d094f200d8b3c802d13f3adb413c5b19bf2cd461c90cc01e68712eec927bef0a73827 WHIRLPOOL 1e484ef05c7add98787eed06d2e2d6830d4156b91296133e398a207295b6dd6a55b2b740984efc651c2e8eab3ea5f09ca17c8cafa3492bc7444e019cedacafb7
DIST kde-l10n-ro-15.12.1.tar.xz 3042648 SHA256 2f714b4d1ddd91740f8fbe9baac683e5cc4aa88052bd7e9cbaa0ec223f12e35e SHA512 817f407caffae647bb15f34162c3737eec87fdc4513748f5c14cac8c3bc1705f7ad9bde7d851452b88fac08b13aa497553142836e7c03b5f7b1f546e78862ecd WHIRLPOOL dcf9d2e66c5bf0260cea7602e80e0e4523b03fbe4ae84babe85d7b98cb7340be74f19e8e2f275e637dce60787d8695a3990eb54ea0ed128885ad751f89d8018d
DIST kde-l10n-ro-4.14.3.tar.xz 3079272 SHA256 ec125af2936dc899426f9c168273c7bdcb6e5408ee82b06a67aecae3220979d2 SHA512 816a55a91c58d7fc2defe9df4dd36c9c2dfdb4ae0514db4842e562c23f56cd3ae69417d92757c8e32d199fa914cbff01ffb9d24b74497441bdf0c0740d043137 WHIRLPOOL 3856d07695f754731b6c9801279f25049c6ce8b3b63baa208a194a91e85b2f38abef578b49108248db9172e42bb19c8332b558554d2be286de00a5c7e79b3797
DIST kde-l10n-ro-4.4.5.tar.bz2 3498826 SHA256 dccfbd27d13a099be13031d6b730fe6ddc8145b444de831970a086005441bfd2 SHA512 9ffe7cf0a1453268fbd406812039acf1cda794f090750b240684c9bed7247e0f73c5bf59270c1925acfd830a9d15d6ec7ce99cbc0974c912572a5ff3f12b7b72 WHIRLPOOL e6077a017b0fb4fe90ee9d81df406d6d6c8be9f9d3d4be4ad83ebfa1faf00275d240de2efbe494281c3a1f4fa41d11e4e721b3bc51c5e0eb36f2163d10e54306
DIST kde-l10n-ru-15.08.3.tar.xz 22288104 SHA256 36a3a0d5c2731b6ff1d25079e69d5ec1abd48713ea8e8f2d3fed9976a5713d37 SHA512 04dadcc8105d5543c6ca871dd04662a68ae7e1b0e5c8ac7876b3d2cd54d2be94d95759fadc044ce67e2c1c306ac76db289f45109b5e1c709b7b8f9504aa66e99 WHIRLPOOL 85d21816b1dce69a9e496641392a423ecca3fc426aba309b3935e2770888c30752f4ce04bca59dd89bf09c3dd1e6670b7282b1f3bb2077a97bbaf071f5662a4d
DIST kde-l10n-ru-15.12.1.tar.xz 23153728 SHA256 aca56ba13290ce7fa9494594a95a4961abfa90755fd4bd250b8da2738047e3e9 SHA512 abfdfea8fa9e9576a54043376a3929d31ed0c27f48c8831e7e7b7cfd9ca723c7700a9fcad842a0197dcf16e605b721f59e5eb66caa1be57f9edc01f8c9e089c7 WHIRLPOOL 531cb1e915398b74dd9676c545b82f2d95446bebd3cf123ceaa5773bdb124a5a7505ebffb24107ccf0b2dec359c319132f299fab211e78cef7bb36c06f9ef703
DIST kde-l10n-ru-4.14.3.tar.xz 23217708 SHA256 91f3e7bbc789bbd2d276578389c7735b9e02531fa4232c814d634cc69327aed1 SHA512 327056efe4fc28034c6a4e9c3f782ec0cbebb77eb8e28c3c97b187b72f6f8cfec22eb05b1fc9c6fa620350cfa7c640f65f49dc83911cdfd99fc2098fdec35872 WHIRLPOOL dad9d255befe39a54e63e3bcd0565e04d2b4dc185bc42870817fc727ed88a1f3701278a74105c97c50753f613f9e6f21d9e3a9d0c5b1a7d0b5a68d651043c48e
DIST kde-l10n-ru-4.4.5.tar.bz2 6429198 SHA256 5b177410efdd1109cb3ec339b9b7e88fd402a257990ba48664608b3948aadc27 SHA512 575015f31b6853465828aae09cae84c5f4f63fba4a797ae8889e894c74097908950e44e49a83792f2995f904fa10afa7f9825f6ad0a2e9b72b83bb751a3c76a7 WHIRLPOOL 7fd4ec4367e780b8dbb994834dcc2f8140c9e0b8fb49ccbc683440bd398e86902f559e4f2145a2090c715a8e3ea232265b2a5138199cf12c47dc0fb89d09c5a6
DIST kde-l10n-si-4.4.5.tar.bz2 764320 SHA256 a806354815d2ea838abc91d27f835cdbfea1e59370b2063487cf65262e4e6c74 SHA512 40d2bca28c4d3b9fee45c341a47458ba25b513fb8fa14d1c667ce828c95be12c5989db12bd72aa2a571519b792628667302abe548b2cad9ac4de56eb35f809eb WHIRLPOOL cfff754ae92cd3b21bc6f29ce3e07dfa515fb79e07ee9f73354077cbf34b9c53f36a9f7abfa6286c33876f587c0b55b2eba626d046d53a01f4e8296f3a32f4ac
DIST kde-l10n-sk-15.08.3.tar.xz 4617776 SHA256 fe58f374d23afbc94721f890e26a8fe34afc769d883193bfda97c7253a5d654b SHA512 c81a1b5effcf9dbf1627f840359069d72da9007d9e8911c8d1296694561cef68276b71fad9cbea8723c7bf0568647cc84415ec768350d587ca9af8f754b1e160 WHIRLPOOL 410ec998cdb94b04f954d4114ba4496a29f36f85d7bf2d3c5438412ca5dbcfe338b9fa44036ec025bf27a9a03ba163f87182409bae97e677f5c085128531c6d4
DIST kde-l10n-sk-15.12.1.tar.xz 4536252 SHA256 4fd75e353c8988b44148f9d17f38d00a53e45b0618e98d67b1a8945ed2cfdd9a SHA512 823317c46e6ad27674ed344f44061e28ae7701e13cd248ee2aa7aa755cefdda408f67b27968e9346263406fa16354c60db5da5fd2c551243bb3fc643075d99ec WHIRLPOOL 8f36fe9acab39e2188f94fed279f8f2797b9186be07ea7356367185423a805893858b10a4cb59f26785f3989e8ed12e2c616ec1db26fb85a428569fb9e57cce3
DIST kde-l10n-sk-4.14.3.tar.xz 4564380 SHA256 97782df0788980aeae67093c8da9699c45b4790ff98d89e88fbcb579379798d8 SHA512 784a139fc6eb09a8583d40845c7b1d3d265aa934c1c83774036f0c3fa466ceeb9cbcda93c5ef41ce11f7902c43430a6b31e9e227cc79abc40f581b712d3a31fd WHIRLPOOL 73c4c528018bc80454e3fbdc7473f7ab0e02224955e21f6391f00f83f0344966364d62207098449905d3a23c23a11c46095c81be4929a3ff168868074f45102f
DIST kde-l10n-sk-4.4.5.tar.bz2 4402588 SHA256 dfa0f20d03f44bb2af215a2ebcf556932a74a469b706d55fd7c238ffc833b485 SHA512 ab1b1c522a6ed9290be79bcad97b419948017a24fc9cdedd7c47477f41dc2b5964acb6b8adad74f0117461f316b59eb55c79372a5c610366a126e4cd5590cf03 WHIRLPOOL 4168aef0638d6e2c6eb0985b59332dcf69333837593b873a0590d5aad842593f27eb8433fd0eb19f5a2264829dae16cd56452742a141d4c71e828d5198028415
DIST kde-l10n-sl-15.08.3.tar.xz 3259252 SHA256 975e833ea6b779ad7101fb28cdc80d568e392f6ebad01cae8f85bb1621efd2da SHA512 52601a6829b3f8d1966df0971f2d75f0f2c3c6d6c4ed2c45ad5833d4cee48ecbc19c988f94933634e78d9a5d9314875340c506183d13fbff3ca8e978482fcab4 WHIRLPOOL 8df660d10f142aeb080537eb2db6539a8cdd06a73bab42a6e492ed521adbd33d187ec4bb6783d8630f0e597237428d90010e678a4e20281a2d34f6719ef2216d
DIST kde-l10n-sl-15.12.1.tar.xz 3180732 SHA256 b3257b83c1db83e66893f6050230440a41e1fa3912d946c641d7121d6fb91289 SHA512 6315bc65fcd3168047222b5c48d1511a644e62b7aaa56027e813431daf6baf19e133cc36d99644e011a74e370674c6c71278ad10f23fcc5d614098b45ec04625 WHIRLPOOL afcdb46abff4162848a52c8dbc6c35bc25fee436efecdc924cfd0a1c5237f5e931d9c50aa824ea67e523e752e91c255408496a7890339bda284aa6ed5dd0c06f
DIST kde-l10n-sl-4.14.3.tar.xz 3201048 SHA256 b92ebbd85ccbcced61bb8fd5c94c59b00c73f7ba7c3c6d22552f5fad530e21cc SHA512 1d28141a09bb289e77e91ef015d07b2265e5d869ad2eaa52753d2cef047106f89e9539d087a0211ae8e6ea73ca5e5f14ee30eb77d15d94fa537caae793afa764 WHIRLPOOL b31e96b4f6cca37e82c71a762f6f85e601065500c2fdbf2b435ae4b9546ce03395f9a720e762f3e0809c7f11bcdd5ec31ec6d348f8dd1c8cd6ff4328dd8a7855
DIST kde-l10n-sl-4.4.5.tar.bz2 4501882 SHA256 2dc5996ffa638fa33f34a238cd21e90a26fdc59d233af3d174f33bff5679e3dc SHA512 1e5bb716ce671e550b9bd654be678d7569f8719c87c9cebfe75a33f72885a692c9d41c16ff708067e31e077ac70684db28ed9c07ba91e62ce3786f2997ad10e2 WHIRLPOOL 7e4f865b1a2bba2671e69d24e22c00c890c6049d618f827f9edb04c04f0628f22c7239e9acb7b091b58c7418fcb11e8b5a3568dceaea5e84a6294cd3057600b7
DIST kde-l10n-sr-15.08.3.tar.xz 4787460 SHA256 6e3e173dfaf30d28dab6f931bc0ca438c72fdc1605ffb3bc44a60baa48520c37 SHA512 8a7bf5468b5ebdab32022b9857e707ca5586e1e350a91fd0c920fc8f190beea3afc9a6cf60be67cb893996e5245c04f4325b15da0f2e6821857a32b6588af590 WHIRLPOOL 1beb9a596c9633bf224c15926d9be754d0130ad90494bde14be47d61842f68e4d6843151529601809a4381fd190471f5ccbcc00f9c298e98edaa8daa89b1f66d
DIST kde-l10n-sr-15.12.1.tar.xz 4685528 SHA256 db50ed623814e88d56a32291ccbb0b77d10e36de9f3ab92922bdb5688f85ac32 SHA512 65119101443ab7b5728fe4f144a44997686c9e3056aa4d930d846a0a31f2259a0e330e8924feefabe934c480c74be34ddd805527e65804b7a1a32e2bcca03a32 WHIRLPOOL 98ccc2bce9b8f44a4e3f973ab4081c57e108711d35f8abe4ec7da7928764a8e1fa984f869bbf14a5ae46c479b27dbe15d0b4f4baa37d82814fd32f901ac63634
DIST kde-l10n-sr-4.14.3.tar.xz 4868740 SHA256 2130fe9cb3eaade2a6dd6e3118d7399272eabbe4294940a1133b5b2acf89365e SHA512 70b764c34aaf7f1dcae38fce808022285379f1acb1976f2b632f55c9cee38247613d7d5da3c2d8905e1353397a139ddc0cc1f91c4cb29f511af8d35b26af0d40 WHIRLPOOL 76610697bc8f27a12ff4933a7b471ed33fbe97d7d0f093c75260a639dd66e536ac4d60d6836207e6e643f64fb5b951caeaf13acfe4120d2fdf006ad6aa48f3b5
DIST kde-l10n-sr-4.4.5.tar.bz2 8508792 SHA256 31f0b0a9fa13a178ed34ce9d6f7822bc95ac457f6e5bf98762c9de6fb30266b5 SHA512 0c4b802c5153533f5cad9413b8d7f2d17bde84b37d143969c2d0d589745481eb366dced480f78ae9622019eb696991b06b2d801bd994017207ca0b47d7ffec6c WHIRLPOOL 590c4f63c7c2bb96632a03c5f98cba388394efe3cab9bee0ebc145818c12b8c46911f60847e3452220391dffa89cf9b6aeaf68ee612b980caa6f29495130c8f1
DIST kde-l10n-sv-15.08.3.tar.xz 12694772 SHA256 b9125f34840800edefdf326c007482cea181ddd1eababf7c2989d3ca5a0d43f5 SHA512 401e14609e1f728ab3cab7afd39676812f6a8a4dada50d5660a81545b129db2c911e6c44d64109374e497bce546df2fa4e841e3b5c559b69744af2249631b0c0 WHIRLPOOL b70f27f5e9b61ff594e2567e97cd42e6ea47cf0beb33a940d01393747fa00e43310ccdeddf259e1f502399e92583dcbd1772485111d2f97c52880e5ee408a6de
DIST kde-l10n-sv-15.12.1.tar.xz 12298328 SHA256 49646cb5d94738415a9a5d2c803ef21ed59a66c3c612ad401da02d92c607500b SHA512 256fb29eca18d25ccbf1294727016e926d47ae2ef62f82f5c9abe136b76b7b180cb126ef24d0e884b6b2f96b1a2563fbb38eab5e55b910e3a8e860d529fa3b43 WHIRLPOOL 15d12da67d024d2e569017a845a02b96c20c3f5a2b343730b71c87afb2b61511355d7f157b3701f94fac0661241d8a38428e9d95864121ee37d02638267054ea
DIST kde-l10n-sv-4.14.3.tar.xz 14691832 SHA256 5be86e4119c661eb9833d7a02a5e4270ac31de6440f0ba62b91760a24af27d7a SHA512 df0f1b63e503f2ec6e0831cfcfec4b42b18f76148d6a6b9ad473fadbf637897a4cf09eacddc691405911544c7d8c683da872ecdb1b11705d9843c1f96967afad WHIRLPOOL 196064b4fc4bbafee036d214decce9b63643c396ec8d6e4986628048b2eaae896dc49cc6bb0cc8dda660d56bb2c50ba8299f5011e15cecf6ff920cd1f806530f
DIST kde-l10n-sv-4.4.5.tar.bz2 18802546 SHA256 7800ef1e0a32418283f5da4f70603960e8ac4fdb3750833435be8742147397c6 SHA512 db5b43367c51aacc46227e391b7ba3bca43c16dc0b14fb53d4f92d3d9c9264cde8ef3d6966ede94a5ccc5f3b279362aa701c2d5612ce31784558bc06532be56b WHIRLPOOL 22c2efc21aa37430575730d97d4258af40f55a0a81c757116f4e2a319148e39f5584c7a69bccd526d7f31b5b673436628a782fbb0c7ce04793d8bbe6d30da83b
DIST kde-l10n-tg-4.4.5.tar.bz2 2083462 SHA256 610a2a768bb948ec7323dd2a6919260195c727ac980016664aedd34db1dc1928 SHA512 7bbdbed1f6cd5971e532b3e53fd3955a062dde671ee694480d310486a8e1fbf7891d8de349ad7c0f3d2c7ddea88a5e99611b3956310cd0629eee1e0f326999b9 WHIRLPOOL 6700a38be239113b99fd5525b5ce01382f1efe2ca1e55ca831b946e25eee95d7d9e8c508f05135f11ac5060ab7bddbad0f3880fe7abfdb8556bbb869e5ec1da6
DIST kde-l10n-tr-15.08.3.tar.xz 4016904 SHA256 285ce349b62c269498b14803ebe6d1739bbbbe8d9bad35c3be1cbac9972cd441 SHA512 be5beb94e91a328e5918c24cd65a0e17d38e01af187d31b9d2013726e05c104e3b5da9523724d093b35138b5494242efc8436bd843229d7406cff94bac274347 WHIRLPOOL 69ac7b26f5ceb2222e74101edc62ab8cc599112a6f0e81c5f899106ea44fbd7ef9293998fd0f9cd23fc5a6ccca922794ebf94275f54f875d9fedadb83acffaed
DIST kde-l10n-tr-15.12.1.tar.xz 3917992 SHA256 2070711870f604a6aba19b8f9c1078eb92447c151c3611ddb5a4b8d8ba7834a3 SHA512 68165b61c361e93d0f950761fb9c5e0a9f5dfa56f324616e20ebf4b5936b4d3da604d8ec01b3d338c8f54bd6dca35d3abae8373cee4790c6b57a54051ddae7db WHIRLPOOL 60a47138fd5d80d641595cc29dd5ba8b3989d44cac56cddf370e44dd4393e0dfc6bd41262ac1f18d63c46216ac15d170f71bd50556cca977f7a93cef510bf400
DIST kde-l10n-tr-4.14.3.tar.xz 3873400 SHA256 907b3dacf5b49565aff422a2fc5eb5d48add3cfc63f327f5322a82c1fc756c97 SHA512 fb3b2d59f25fb9dbf7a999f5d07889fe7f15194e760073c40c9b7cc0748d96d8c52cfb0306d4705c0ec6d053e5fba3ba4d4bc71db47abfe7e74abfb2d1ea8245 WHIRLPOOL 62bdda23e7159c54c79f884a2a0a8165a67c75937d1517e2067af1d153310ff144cc25b882e35242a658b70dacaad2e5a9686a880527939ce4a79c5618e49fd2
DIST kde-l10n-tr-4.4.5.tar.bz2 2546808 SHA256 050aebf67c7539c312e971adc1ee0c33abf3e55f3d5fecc7842bb9cc770ba4c6 SHA512 a758b27199c4bbd446a4e8a3d1ff2c931e996d293d4504c16b12519864bf4de874c60173c8428a357224849ce4bbaf8a956be44576ada84de7709db3038a5fc1 WHIRLPOOL 36ca6e9445d216f32a485f06e338a1bb41534b9040f4081dc30ea437ddad49c961e85c11511195ab60fa998bf0cae37a0277ec80f2549a364698534bbbb77ea1
DIST kde-l10n-ug-15.08.3.tar.xz 1834752 SHA256 d033213853c1aef1d170fb60bde24ec338f0f8f6abe6f781809ff0fd57e6f62b SHA512 1429019ea1b143375b2935e34d93bda1b33f416d14e4d55a692452105762539b6cbb9b89f313bd11a826430a29fe276acfdefd646efb86e71ffef2bdeb4d3a55 WHIRLPOOL da2f4b3679820b84ce1dc2c578783beed7938c8199f2ce4d739c9e4c0c6cdd5fc99635da7a4dd11662025b7f2aa5c1a78ac7a4e99e371580dbcc260d06e4eac0
DIST kde-l10n-ug-15.12.1.tar.xz 1771736 SHA256 e9476601c653d4963a636424326e3b40cf2a4dcdbbc98ef5f4db19a3f01e7bb6 SHA512 cc0eb0c15301503ba985c963cea7798819ed596d157a7193f02fba9385246ff263c338869e52f53fadf23bb2443c46f72a64cdd7e2f0b86758560ce390dc119d WHIRLPOOL 038eb2c11f9e7774b8592f8a19029faedf9c214ab256cffa5cd4602b518ecbaea650d2fc04a280b9ceed472fadbe5e1f69c076a263f29aa17285ac7de1215463
DIST kde-l10n-ug-4.14.3.tar.xz 1813308 SHA256 0086ff1d32f749b3dbd92ee6997e0c03d0bc8b3ff6c3475e7ea70139da721f62 SHA512 ab0ff5a092b579f57c34a2feeb3e067a7b453c0a11969d4daab190f023800617d22e7469fec1f4a2171baea4105c4c8e4068d7f66b654a211dbd8b4677a37626 WHIRLPOOL f076d23577c891bc3668f459d2235171e051d6a83011c35ff157f78fc11c2fdbf8c60cc0d5cd0c242d7ae9115f92b401163eb961b9419279deef35871fca3e53
DIST kde-l10n-uk-15.08.3.tar.xz 26028152 SHA256 ed5020fe58d16703399e3a386df1c188227f827e77d418875d8ed11fb52f0606 SHA512 b4b3bcdb1bb6d50061c1c2792c6a82fd5febeccb035b1fd5fa2b912c7fdb233df8a1e9ddcd9dfb4b3ac482fcd9bf27004a082b7a730e86ffa29c81b8872ad73a WHIRLPOOL 09b23b64d39b3cfbef0e87d23c241658c22ae513c35a056b894b4e264bb6206afeb18c58dde2bce6a76d53e9aa138f11b7c346df843f4f0ec66d97ce09937e89
DIST kde-l10n-uk-15.12.1.tar.xz 27069288 SHA256 8da1f4736cb03d0b4f81eb06d75a0c25bcd8e711e5f7262cb33db9825e217497 SHA512 36851e01947788ab6c8b7a34cd73078ea046b75290829f64d1d1b7e07781635290f42a9c5afce8deac0dd4cfec34ccabac1589480d6cfed93a40fbf9f9bb6584 WHIRLPOOL c9b78c3df9a4f8185c8733d1e205b61b5e906d068832212d37c3b809ef7af9ca3caf639fd503b1ac0cddf94ac8e559e4cad12d7a9d117025e1528e408d2e39d3
DIST kde-l10n-uk-4.14.3.tar.xz 26569304 SHA256 1d72d53781553a03aa100a4f9d730635f8419f162f6ffc77a89ba6cea1afc20e SHA512 9895581c254da3500c961c1ab8b77389c3a8dcdf43ffdcd65d1189011f0d799d9f8e7987a178ab13c65da8f03c6253355552d177033157c98b307662c8c20977 WHIRLPOOL e0a361bcc1e58a405bc538542704be2f9b8533c12840be4ec6ec768cb85ddec5729d08a2bc6719295d6b727ce98d186d46d66ebb1ed92faae61c89024bcdb553
DIST kde-l10n-uk-4.4.5.tar.bz2 13957369 SHA256 a279b785fc8e0820e4a1cd7f9ded9833f348c53dd5b6cf87df9bc8b7c60b65c6 SHA512 a0f57faf82f0de872c01c2d66d941d330e94205238db1497b747c878220398b33057a8baebe3c1f436029ca0487b9c0b6b37ebad8bd185d0aed413558f47445d WHIRLPOOL 5d762d472a2463a8654a07b2b2d6a812dbe494a52244b058b18232b2f31c70bf9a8bd4b416d11d67821b8554b85bcca7d67e86dc170431f223d52b8ad9ede0e3
DIST kde-l10n-wa-15.08.3.tar.xz 1746832 SHA256 41b74a90849e0080decf6580f96ea8f75e07690db3bfd7b6894c8e1d3f73a45e SHA512 a4155e535e0cdc18586c8707a47da8d6b5321d7b0e704faeaab81a9168e3a5ac9703d211497a6bca3d1d0acc71c7a6a4393ebbf2ae61fb0939316b1e653738f1 WHIRLPOOL b3d379d6719d4d646a733ed890c7d3fbfb03676799d62b4051bf202cafefc595fcb4cfde3ddd4b678f780693476a049eb005ecbacae7e3b01450f3556d19a2b9
DIST kde-l10n-wa-15.12.1.tar.xz 1744960 SHA256 0fe4d73ecf1a832b0f25bdb1582a9de949d9441f83f1cf8a282b7197615a59a4 SHA512 df00779994bf6de3d93235ddfa3a2afcbb881b02374874f594158468bd71848527c3053cca3588965c5aa30f4a591a592a7da84df6481b4425a6b6e40137fc6a WHIRLPOOL 2d9d02be0f15577505fe77caf86e91036c9b88ee52b1cf9f3f0b548cc2ce82ef5a135939c216a556c9976479106d4607e3e35beec89504d9e19369049233e128
DIST kde-l10n-wa-4.14.3.tar.xz 1768108 SHA256 3b804b4dd6442066d0fe97c4a7c3d524e44949bb040ca926745fd830bc7f6785 SHA512 e76636ee9f38862b5cd42be962d5007b7b2dfa8703bf63954c1dd51daa7aaa4e59ce5e662280eaf736bda00ac09202a38cfedfcef1d342a8aaa44bd1262f2eeb WHIRLPOOL b0c5f368ed0d9297ca0311994d13879b11698db1b7718ebc7a1e9f3995eddaaf0e205a98e82315f83ba4f2a3b934f41c26935c7607792d772f914da0aaa1bb71
DIST kde-l10n-wa-4.4.5.tar.bz2 1823756 SHA256 e00d20597e9b691ce23cf80372a4e989d3d6c7290b414231c2ae6f525c469b55 SHA512 019ff590e6c207404ba2f0545f12d7806fb99db654bd86b7dd4f2f48a9acd1dd413cc2f1150151131b02374c46ac59d08feae4190bac780667006d1241292334 WHIRLPOOL 5c90edd690c18040f1b4829d59f5cbe40545ea98ab033e46a6eb92767ee5d357749bdb8e2f944481308dc512f97ef7b823bd5dec2930179e1b05818e3cefffd8
DIST kde-l10n-zh_CN-15.08.3.tar.xz 3668292 SHA256 fb9f4c246b4766c5ad111b880d7697346a4ce9f064e8f94e1ec259c1bd82ca32 SHA512 df3a658a1ddb4068a56a9788d17b5a2b6b59b67724cebae8cf906273f527fbdc7ecc692a0c1c11dbf35633f5617383aee0c380711f76482d386c521c32a74538 WHIRLPOOL ea2322b2bf351a33721bc4e37ce90d1261b73f66952603a41398d1a8e2a495f8f26aeee298c9248d34d555dfcbb176149ccbba93a5ccbc48db5e02a51f55e3a5
DIST kde-l10n-zh_CN-15.12.1.tar.xz 3598560 SHA256 802917d2e6d1511844f6104ec92ca0bf39f32a64488522c7f5faea667acfb714 SHA512 1904acc7c1c0aadb79d57ed7328e24b18c0b43514438ef221dad854d80af99227bfe9baf5f390e3fd793b3dc80fdfab190b98eb6f6e3c5fb0ba2575998cdfbf9 WHIRLPOOL 588cfb30cba27c3040c1e3db99e06410932a5b02007175e50687edb6f51a1e52a6c664e62c386afcf414054ba5f59426d745d955132daff8118011ed9355c196
DIST kde-l10n-zh_CN-4.14.3.tar.xz 3634472 SHA256 b84a9de26a9de253a1e9d7c4757af2e2957126521c32c6e76d9391d49aeaafe4 SHA512 d1fff626b4934f73c5b42f4a946941b0de47d790ab48c803f69f0d1652a3fc2c477ff50684d8362a064017508ebbeba72ffb94d3ee90b26390e85b1460fc3264 WHIRLPOOL 5b8d61dab7280c4b337bb0470c675783316a9a7cde2065e4815d1df68b427abbd30ba4f7aa43b8d1cb150d9211e2e44a0632ae3d32dd630d0b0912615a027319
DIST kde-l10n-zh_CN-4.4.5.tar.bz2 3609788 SHA256 4040bed19a37560c8a7407137f81e9bb9db550a363beaa9131e843cb9be98270 SHA512 71c0d192d38da8ff54d582a57f891ab5ba0c8563ad589254acbd507e519e523560e42ba651fe78234f9e407f2514482d5d2bf4cbee0f1733d69a5c65c5d9da9f WHIRLPOOL 71c553da367087b5dbdef9aaf85251b0c670d15d109418e7457246c5fe8b52a46c38ed1ce484a9dbbe9743fcf96bdf5d4abf3268e27dcaa28ae064e01bb87de1
DIST kde-l10n-zh_TW-15.08.3.tar.xz 2723140 SHA256 e456d3f6982921796901bcd91ef622ce98ef5356e768d8fe6459998c37e76ee9 SHA512 0f5bf5ec532c4b406157b0c69f023a1beb079aca64c953c016bb4d4f2f786ef5354e8846fc5d1961aefca8f39a7448632fdc325a773bc31c77f4899d92f39803 WHIRLPOOL 5185990caaa2a10a4c05346c8fa7025872481028074dc692c6fd49f94f19b690d1f2028d3d6b9dced460a930aad77b9ecf204d5cb0295157860004dfea91a74a
DIST kde-l10n-zh_TW-15.12.1.tar.xz 2636788 SHA256 e45c4e54b3d1b3f7322679a2b82abd4aae3b74d836dbe3a8376b075deacb6a92 SHA512 79785330065376c78a849e6eaaa322e353b7eb485ae9204e126a5f2682faa227a3d48d4b2f75990193115495941500e357fae9d2c6d6ff14a8a5071ca2565153 WHIRLPOOL 503cc9d05417e3f40f5dfcb606ede85269d0df3c24fa3e7317c6ff26bfa8f2c8d726ba0f29b96bbae1039df6bbf04a313836c873568cb25024162f1cace7267b
DIST kde-l10n-zh_TW-4.14.3.tar.xz 2696832 SHA256 b14e60377f096f2bdacce28ea2878385002daf3de2bb8188b6591165c7da7b11 SHA512 0cbfb97b19759c5e6553a8ec1dd37a4e3415f4d4a8e0eb4236490910d751a0a53c7d732c38069dc160690db12f599de8f3882a76f67aad919690073db2ed0718 WHIRLPOOL 860b97649fec87238854ccdbe475831b7acbab0b0cbd4877582ffc241aa46a4277f1b85f5230ac376623f20ad3b1ae95b4c4e05aea1d1837849804d71ab1ee81
DIST kde-l10n-zh_TW-4.4.5.tar.bz2 2659802 SHA256 91d1c414ca6ab54d8554a3aceef21036a933622fdc7809835f779ea14f611ba6 SHA512 7dda4efc17bd0b149b2dbfc5455cb6a478b3dadae953a436b9c2758b9f7359950327aa1c5a03aa21e5be8f13246f1e8057d04fa8130cb9fc5169f1db0e8c53af WHIRLPOOL 46517b4541f492769b14f38e9e63d6af7d808436be48975f4abb36cbfc80f75fab67905aaff7536468c8cc4229a02ed9fc8c0dbca2f5ddf3d5b1045019a6f7c4

@ -12,7 +12,7 @@ HOMEPAGE="http://www.gimp.org/"
SRC_URI="mirror://gimp/v$(get_version_component_range 1-2)/${P}.tar.bz2"
LICENSE="GPL-3 LGPL-3"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
LANGS="am ar ast az be bg br ca ca@valencia cs csb da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km kn ko lt lv mk ml ms my nb nds ne nl nn oc pa pl pt pt_BR ro ru rw si sk sl sr sr@latin sv ta te th tr tt uk vi xh yi zh_CN zh_HK zh_TW"
IUSE="alsa aalib altivec aqua debug doc openexr gnome postscript jpeg2k cpu_flags_x86_mmx mng pdf python smp cpu_flags_x86_sse svg tiff udev webkit wmf xpm"

@ -0,0 +1,21 @@
commit aa3fffc15bb6cbec8ef140a070dc12e6888e79df
Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
Date: Sun Jan 31 17:38:21 2016 +0100
Drop minimum OpenCV version messing with detection of >=3.0.0
Similar to commit 624a2fa7fba25a9432dc15031f3fd569367927bd
diff --git a/ImageLounge/cmake/Unix.cmake b/ImageLounge/cmake/Unix.cmake
index 4e91135..e9ec436 100644
--- a/ImageLounge/cmake/Unix.cmake
+++ b/ImageLounge/cmake/Unix.cmake
@@ -43,7 +43,7 @@ endif(NOT EXIV2_FOUND)
# search for opencv
unset(OpenCV_FOUND CACHE)
if(ENABLE_OPENCV)
- find_package(OpenCV 2.1.0 REQUIRED core imgproc)
+ find_package(OpenCV REQUIRED core imgproc)
if (NOT OpenCV_LIBRARIES) # OpenCV_FOUND can not be used since it is set in Ubuntu 12.04 (without finding opencv)
# Older OpenCV versions only supplied pkg-config files
if(PKG_CONFIG_FOUND)

@ -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$
@ -31,7 +31,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
PATCHES=( "${FILESDIR}/${P}-include.patch" )
PATCHES=(
"${FILESDIR}/${P}-include.patch"
"${FILESDIR}/${PN}-3.0.0-opencv3.patch"
)
src_configure() {
local mycmakeargs=(

@ -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$
@ -34,6 +34,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
PATCHES=( "${FILESDIR}/${PN}-3.0.0-opencv3.patch" )
src_configure() {
local mycmakeargs=(
-DENABLE_QT5=OFF

@ -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$
@ -47,6 +47,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
PATCHES=( "${FILESDIR}/${PN}-3.0.0-opencv3.patch" )
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable opencv)

@ -44,6 +44,7 @@ PATCHES=(
"${FILESDIR}/${P}-tiff-build.patch"
"${FILESDIR}/${P}-quazip-build.patch"
"${FILESDIR}/${P}-quazip-link.patch"
"${FILESDIR}/${P}-opencv3.patch"
)
src_configure() {

@ -6,3 +6,5 @@ DIST pngcrush-1.7.86-nolib.tar.xz 60024 SHA256 135cb6cf0607b5b72152c0eb2cbd1db97
DIST pngcrush-1.7.86.tar.xz 358656 SHA256 7bf1c1e81b6d14bf1cfce5447dba487f0895525fc62ae02714baa1dcc90f9550 SHA512 55c6b4b449561ba693d891a7f2996fb9ea54dd0e8727b5e0a9a6b880fdad82de2346690b24347e922e265298ee438a2d69ea454142b855e26b0eaf8c14a9d4db WHIRLPOOL d2d670917a12af978508776b028ee73fd18000149222018e39510d0ae66fca6fbf564a82d0ecf5931dd829d9d31f5600e52f7469b23b99d772f5072343c65820
DIST pngcrush-1.7.92-nolib.tar.xz 61072 SHA256 c49b4b13c646029b6ead77ed60626be52c5fa61d74428cdebe0ca43d195e9c36 SHA512 7e8a83dda07907ac6e014a9a3227d3e8bffd8f6608c3324b28696992b09bd676f02496571174ba5f6632b14e50bf894c960ca6507adbf4a74d2498961694304e WHIRLPOOL cbd8e0205a41be7871517d5b847411da74b590c2ef1e6c17cac8a4364fa114df57201df15cfe131c4f65dbb4908a4ee3df72b60d46f4395865f076aeeb3b3747
DIST pngcrush-1.7.92.tar.xz 360000 SHA256 439a6d3eb083ac774420af4af6e5641041172319ba456d7bc6aa6e4fd786555f SHA512 cd02c6f67dc01103924ec0438fe790a137c3eda044705aeff605184f800c44ffbe050cc3fd89757fe718ae91e37b76400f86c28e52c4679df782fd450c321e68 WHIRLPOOL 87566b57a59582120dfb24627498ce886a40896a64a6e87872b942754a5792997a9380acdfc8fc4771e7a00d6438d3d36c074645c074913a80d89653e4dff460
DIST pngcrush-1.8.0-nolib.tar.xz 60224 SHA256 baa7048351c341e3a0c4769db7093b3206d46aa66ca93ac039c896ace63563bf SHA512 270a9d5479f422ff396d025e73abdd4e9f4f715390d9398dfda1480348b26de644d974b41e9546f615f36f923aa9fa8bcddb96db951cb4d785496b5734fcc382 WHIRLPOOL c2d2426a0d85462f8f811d9b9b9007a3c53ea2f7c9c62550962245cd4cd5cf20d55c9cdecdeb76c872a762523b034bd79c3b4946393115e7f4ae9060323bf22d
DIST pngcrush-1.8.0.tar.xz 358772 SHA256 94491583c625e284e580f102657f9c2b3036372ab486e08682112f6cbb66522c SHA512 b572d6ee3aebffdf60836adffabff84b6ac12a50f9b33b5d6e7749af728f6aa441d53cb66926d40d988a94864524351f92edba72d3f0f55206746aa45037d653 WHIRLPOOL 2209a267cd54e6e6fde6e7f2e693065e83585e990801e4b704f3cfaf11d953abc44aa82626c6e7badf524214f5bc692831e72b7f7f0cb61b1f104a220d2f2925

@ -0,0 +1,41 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit toolchain-funcs
DESCRIPTION="Portable Network Graphics (PNG) optimizing utility"
HOMEPAGE="http://pmt.sourceforge.net/pngcrush/"
SRC_URI="system-libs? ( mirror://sourceforge/pmt/${P}-nolib.tar.xz )
!system-libs? ( mirror://sourceforge/pmt/${P}.tar.xz )"
LICENSE="pngcrush"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="+system-libs"
RDEPEND="
system-libs? (
media-libs/libpng:0=
sys-libs/zlib:=
)"
DEPEND="${RDEPEND}
app-arch/xz-utils"
pkg_setup() {
use system-libs && S+="-nolib"
}
src_compile() {
emake \
CC="$(tc-getCC)" \
LD="$(tc-getCC)" \
CFLAGS="${CFLAGS} ${CPPFLAGS} -Wall" \
LDFLAGS="${LDFLAGS}"
}
src_install() {
dobin ${PN}
dohtml ChangeLog.html
}

@ -0,0 +1,141 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
GCONF_DEBUG="yes"
inherit eutils gnome2 multilib virtualx
DESCRIPTION="A library for using 3D graphics hardware to draw pretty pictures"
HOMEPAGE="http://www.cogl3d.org/"
LICENSE="MIT BSD"
SLOT="1.0/20" # subslot = .so version
# doc and profile disable for now due to bugs #484750 and #483332
IUSE="examples gles2 gstreamer +introspection +kms +opengl +pango test video_cards_fglrx wayland" # doc profile
REQUIRED_USE="
wayland? ( gles2 )
|| ( gles2 opengl )
"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
COMMON_DEPEND="
>=dev-libs/glib-2.32:2
x11-libs/cairo:=
>=x11-libs/gdk-pixbuf-2:2
x11-libs/libX11
>=x11-libs/libXcomposite-0.4
x11-libs/libXdamage
x11-libs/libXext
>=x11-libs/libXfixes-3
>=x11-libs/libXrandr-1.2
virtual/opengl
gles2? ( media-libs/mesa[gles2] )
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0 )
introspection? ( >=dev-libs/gobject-introspection-1.34.2:= )
kms? (
media-libs/mesa[gbm]
x11-libs/libdrm:= )
pango? ( >=x11-libs/pango-1.20.0[introspection?] )
wayland? (
>=dev-libs/wayland-1.1.90
media-libs/mesa[egl,wayland] )
"
# before clutter-1.7, cogl was part of clutter
RDEPEND="${COMMON_DEPEND}
!<media-libs/clutter-1.7
"
DEPEND="${COMMON_DEPEND}
>=dev-util/gtk-doc-am-1.13
sys-devel/gettext
virtual/pkgconfig
test? (
app-eselect/eselect-opengl
media-libs/mesa[classic] )
"
# Need classic mesa swrast for tests, llvmpipe causes a test failure
# For some reason GL3 conformance test all fails again...
RESTRICT="test"
src_prepare() {
# Upstream fixes from 1.22 branch
# kms-winsys: don't wait for a flip when page flipping fails
epatch "${FILESDIR}"/${P}-wait-flip.patch
# Let cogl work with fglrx driver, bug #567168
# https://bugzilla.gnome.org/show_bug.cgi?id=756306
use video_cards_fglrx && epatch "${FILESDIR}"/${PN}-1.22.0-fglrx.patch
# Do not build examples
sed -e "s/^\(SUBDIRS +=.*\)examples\(.*\)$/\1\2/" \
-i Makefile.am Makefile.in || die
if ! use test ; then
# For some reason the configure switch will not completely disable
# tests being built
sed -e "s/^\(SUBDIRS =.*\)test-fixtures\(.*\)$/\1\2/" \
-e "s/^\(SUBDIRS +=.*\)tests\(.*\)$/\1\2/" \
-e "s/^\(.*am__append.* \)tests\(.*\)$/\1\2/" \
-i Makefile.am Makefile.in || die
fi
gnome2_src_prepare
}
src_configure() {
# TODO: think about quartz, sdl
# Prefer gl over gles2 if both are selected
# Profiling needs uprof, which is not available in portage yet, bug #484750
# FIXME: Doesn't provide prebuilt docs, but they can neither be rebuilt, bug #483332
gnome2_src_configure \
--disable-examples-install \
--disable-maintainer-flags \
--enable-cairo \
--enable-deprecated \
--enable-gdk-pixbuf \
--enable-glib \
$(use_enable opengl glx) \
$(use_enable opengl gl) \
$(use_enable gles2) \
$(use_enable gles2 cogl-gles2) \
$(use_enable gles2 xlib-egl-platform) \
$(usex gles2 --with-default-driver=$(usex opengl gl gles2)) \
$(use_enable gstreamer cogl-gst) \
$(use_enable introspection) \
$(use_enable kms kms-egl-platform) \
$(use_enable pango cogl-pango) \
$(use_enable test unit-tests) \
$(use_enable wayland wayland-egl-platform) \
$(use_enable wayland wayland-egl-server) \
--disable-profile
# $(use_enable profile)
}
src_test() {
# Use swrast for tests, llvmpipe is incomplete and "test_sub_texture" fails
# NOTE: recheck if this is needed after every mesa bump
if [[ "$(eselect opengl show)" != "xorg-x11" ]]; then
ewarn "Skipping tests because a binary OpenGL library is enabled. To"
ewarn "run tests for ${PN}, you need to enable the Mesa library:"
ewarn "# eselect opengl set xorg-x11"
return
fi
LIBGL_DRIVERS_PATH="${EROOT}/usr/$(get_libdir)/mesa" Xemake check
}
src_install() {
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins examples/{*.c,*.jpg}
fi
gnome2_src_install
# Remove silly examples-data directory
rm -rvf "${ED}/usr/share/cogl/examples-data/" || die
}

@ -18,7 +18,7 @@ if [[ ${PV} == *9999* ]]; then
SRC_URI=""
else
SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
DESCRIPTION="A graph based image processing framework"

@ -1,3 +1,4 @@
DIST libmediainfo_0.7.73.tar.bz2 1648742 SHA256 d350dbbdc25a52f79bcb3d5e91d0a61c68a4f429c13c80166d2e37476a62feb0 SHA512 44e4d5089e4343e503117a6e125e324551ecdc8e3ec01523dd13a66652708d2f0e8e1ab1740754524f0b9847ba317f97f123034bf0b06216ad3e60b5d0f56908 WHIRLPOOL 496e463691410bf8350c31e63e5268dc2974a6b4c9fb80661d80d8738d299f3a5813044cf5057db32aa09639cc365c347c677c0c7ce759f1b953c47fd9b379c0
DIST libmediainfo_0.7.80.tar.xz 1517248 SHA256 e587b6aac746ea08ba2bb269446ba8ff54d253cb2172fc8ee9b3818ecfe8376d SHA512 49fb59c28acdc908e6629085d5a6136d57e689ded71312d286cf163597b11b617222ac5aee0c45142f352083b1fdca7caa23bff825726198c6406077b1d9f21c WHIRLPOOL a8f7029d9533eda7a64fc5a1c735b30a3b491a6ab4706622254c46ed17b447a634df38fcf6b88f551b354c18da8f62af2706d6b23ecbed6408909f8527e375ff
DIST libmediainfo_0.7.81.tar.xz 1522456 SHA256 9a01b5e9899ce10df5745553bef8381dcda0e367fd568804e696f263cfcbee43 SHA512 7fdc72df7ded6f463b89495e64ccb2da68c48471990d15e56cd197d82182332c1b64305cf5d77ddf67a36eab29074d11a26439fb386ee9ab149dfde0badf6fc3 WHIRLPOOL 0651164bc5dddf872e67d1591f70f00cfde0530005f96681d1d750386882c41fa1aa83bc8efd2cdf828a9e08121869ac446bb93148a72d7e20eb00da0e41755a
DIST libmediainfo_0.7.82.tar.xz 1535316 SHA256 0665d3b9699be504b38e2f7a6c49869052c91d4c4c923255e698c32b709815d7 SHA512 007c7a62b832c561119f1465e42a7d84cbfdca4b0a7cb79163ef671e2e9efeb3876b261b6c96a41e2af11d7338048e3722621db4d317e0ec668fefdaed13c7ed WHIRLPOOL b51a27e5f153134d2ece39435d8f10e70337e63437aff13716b674847f3973a72bacedac3c7a270fcb67ee3b2b6ff4270c9161aba081377433f1b54ca3e77c0e

@ -0,0 +1,79 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit autotools eutils flag-o-matic multilib
MY_PN="MediaInfo"
DESCRIPTION="MediaInfo libraries"
HOMEPAGE="http://mediaarea.net/mediainfo/"
SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="curl doc mms static-libs"
RDEPEND="sys-libs/zlib
dev-libs/tinyxml2:=
>=media-libs/libzen-0.4.28[static-libs=]
curl? ( net-misc/curl )
mms? ( >=media-libs/libmms-0.6.1[static-libs=] )"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )"
S=${WORKDIR}/${MY_PN}Lib/Project/GNU/Library
src_prepare() {
sed -i 's:-O2::' configure.ac || die
append-cppflags -DMEDIAINFO_LIBMMS_DESCRIBE_SUPPORT=0
epatch "${FILESDIR}"/${PN}-0.7.63-pkgconfig.patch
eautoreconf
}
src_configure() {
econf \
--enable-shared \
--with-libtinyxml2 \
$(use_with curl libcurl) \
$(use_with mms libmms) \
$(use_enable static-libs static) \
$(use_enable static-libs staticlibs)
}
src_compile() {
default
if use doc; then
cd "${WORKDIR}"/${MY_PN}Lib/Source/Doc
doxygen Doxyfile || die
fi
}
src_install() {
default
edos2unix ${PN}.pc #414545
insinto /usr/$(get_libdir)/pkgconfig
doins ${PN}.pc
for x in ./ Archive Audio Duplicate Export Image Multiple Reader Tag Text Video; do
insinto /usr/include/${MY_PN}/${x}
doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}/${x}/*.h
done
insinto /usr/include/${MY_PN}DLL
doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}DLL/*.h
dodoc "${WORKDIR}"/${MY_PN}Lib/*.txt
if use doc; then
dohtml -r "${WORKDIR}"/${MY_PN}Lib/Doc/*
fi
prune_libtool_files
}

@ -1,2 +1,3 @@
DIST SDIF-3.11.4-src.zip 1230479 SHA256 b1719b93babf13c6461f3db960cf383803dce274682bc284d9b6ac12405be531 SHA512 3730fdb527909403e43ea793ab97e0a3175bb63dee3d0183db831bb6be85837823c42ae2a3559b6ec94218b4338d04017353282fdc7bb79bbee467e09685d3e9 WHIRLPOOL bc639fc8c51eb9e69d8ba18de393830f3f3bfabc266a47fff1c19c847ec81ef7b857882a0968ed79c4b0220b86cbe1df70f7374d5ba0c538ba7f156d4ecc17c7
DIST SDIF-3.8.6-src.tar.gz 786261 SHA256 857484135cfd5f0623ff3179c60540d06c2351a21e4101f59bebfca032e8655b SHA512 5b9603bed121afe4e4bd524372332c48a226711c029271ce0a26ae644990f060104b03983a3b49afe141897bdf6e878dbfd31a853c38ab14b8d4eb98f868f9e7 WHIRLPOOL b0f5a3730d8ff324bb0e2e3fe230d4880ddbc10b0999ffd80b18e09516b89bb8103c5eea4e322bd3d2d3c94534b732aca1e33b742c5a0687c74550d462239658
DIST SDIF-doc.tar.gz 534161 SHA256 0ff5598019b92a4068b92175285ba03abfdfa4587f5dc1abd980bd17da73f13d SHA512 df03d8dcb69603a5ad96dbee77789b0422e39b5dfbe1f944dff1d3763a59d9dce779ef714fa041a44d9fe30ab4714c0f2343502004c1e9b03286ae701fb14e22 WHIRLPOOL c05c64eb1d290dfbd98fc5356141740851de94bd3cf0af27c114fb0713f229662f1a1e2ce1b415d1790ae5f596d2acf961a7c85fd19284f36edbdcaa7787441c

@ -0,0 +1,60 @@
Remove hardcoded CFLAGS, fix broken example generation.
--- SDIF-3.11.4-src/configure.ac
+++ SDIF-3.11.4-src/configure.ac
@@ -518,15 +518,15 @@
[--enable-debug support additional library/programs with debug enabled],
[echo FEATURE enable-debug... $enableval;
if test "$enableval" = "yes"; then
- SELLIB=libsdif-debug.la; CFLAGS="$EXTERNAL_CFLAGS -g2 -Wall";
+ SELLIB=libsdif-debug.la;
PROGLIST="querysdif-debug\$(EXEEXT) sdifextract-debug\$(EXEEXT) sdiftotext-debug\$(EXEEXT) tosdif-debug\$(EXEEXT)";
else
- SELLIB=libsdif.la; CFLAGS="$EXTERNAL_CFLAGS -O3";
+ SELLIB=libsdif.la;
PROGLIST="querysdif\$(EXEEXT) sdifextract\$(EXEEXT) sdiftotext\$(EXEEXT) tosdif\$(EXEEXT)";
fi ],
[
-SELLIB=libsdif.la; CFLAGS="$EXTERNAL_CFLAGS -O3";
+SELLIB=libsdif.la;
PROGLIST="querysdif\$(EXEEXT) sdifextract\$(EXEEXT) sdiftotext\$(EXEEXT) tosdif\$(EXEEXT)";
])
@@ -538,7 +538,7 @@
[--enable-profile generate additional library/programs with profiling output enabled],
[echo FEATURE enable-profile... $enableval;
if test "$enableval" = "yes"; then
- SELLIB=libsdif-profile.la; CFLAGS="$CFLAGS -g -pg -fprofile-arcs";
+ SELLIB=libsdif-profile.la;
PROGLIST="querysdif-profile\$(EXEEXT) sdifextract-profile\$(EXEEXT) sdiftotext-profile\$(EXEEXT) tosdif-profile\$(EXEEXT)";
dnl else use the one selected above
fi ],
--- SDIF-3.11.4-src/examples/Makefile.am
+++ SDIF-3.11.4-src/examples/Makefile.am
@@ -18,18 +18,14 @@
# trying to add source code to dist, not working yet
#
-INCLUDES = -I../include -I$(top_srcdir)/include -I$(top_srcdir)/sdif
-CFLAGS = @CFLAGS@ '-DVERSION="$(VERSION)"'
+AM_CPPFLAGS = -I../include -I$(top_srcdir)/include -I$(top_srcdir)/sdif
+AM_CFLAGS = '-DVERSION="$(VERSION)"' @PTHREAD_CFLAGS@
-libsdif = $(top_srcdir)/sdif/.libs/libsdif.a
+bin_PROGRAMS = list-types list-nvt
-# this is for automake
-EXTRA_DIST = list-types.c list-nvt.c
+list_types_SOURCES = list-types.c
+list_types_LDADD = $(top_srcdir)/sdif/.libs/libsdif.a @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
-all: list-types list-nvt
+list_nvt_SOURCES = list-nvt.c
+list_nvt_LDADD = $(top_srcdir)/sdif/.libs/libsdif.a @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
-list-types: list-types.c $(libsdif)
- gcc -I../include -g -o $@ $^
-
-list-nvt: list-nvt.c $(libsdif)
- gcc $(LDFLAGS) -I../include -g -o $@ $^

@ -0,0 +1,39 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit autotools eutils
DESCRIPTION="Sound Description Interchange Format Library for audio and wave processing"
HOMEPAGE="http://sourceforge.net/projects/sdif/"
SRC_URI="http://sourceforge.net/projects/sdif/files/sdif/SDIF-${PV}/SDIF-${PV}-src.zip"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="debug ftruncate threads"
PATCHES=(
"${FILESDIR}/${P}-fix-buildsystem.patch"
)
S="${WORKDIR}/SDIF-${PV}-src"
src_prepare() {
mv configure.{in,ac} || die
default
eautoreconf
}
src_configure() {
econf \
$(use_enable debug) \
$(use_enable ftruncate) \
$(use_enable threads pthreads)
}
src_install() {
default
prune_libtool_files --all
}

@ -12,7 +12,7 @@ SRC_URI="http://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz"
LICENSE="GPL-2"
SLOT="1.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="libav +orc"
# XXX: bzip2/lzma are automagic

@ -1 +1 @@
DIST aacplusenc_0.17.5.tar.gz 547953 SHA256 318df58a86ac0647d6bfbcd8766fe301ad2ed08ffb4ef4e016e088f4dceb1669
DIST aacplusenc_0.17.5.tar.gz 547953 SHA256 318df58a86ac0647d6bfbcd8766fe301ad2ed08ffb4ef4e016e088f4dceb1669 SHA512 75dadadfcddc551217ad71f021d6f4a190271428dc32603ec64429024ad7747884f5080f0cbb43a79895db527e9802cf3693b0dbf90f8b4b7023ea7e9bb43873 WHIRLPOOL fd9ed148d65ed3cfaeecea23b659be9f67bac16ad5527ecf6eeb50f59620cdb5903b7947c10016134cbcbeee2aa7912d19596eb8a4ae1a6e46a035eb22973649

@ -1,13 +1,14 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
inherit eutils toolchain-funcs
EAPI=6
inherit toolchain-funcs
DESCRIPTION="High-Efficiency AAC (AAC+) Encoder"
HOMEPAGE="http://teknoraver.net/software/mp4tools/"
SRC_URI="https://ppa.launchpad.net/teknoraver/ppa/ubuntu/pool/main/a/${PN}/${PN}_${PV}.tar.gz"
SRC_URI="http://ppa.launchpad.net/teknoraver/ppa/ubuntu/pool/main/a/${PN}/${PN}_${PV}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
@ -21,14 +22,14 @@ DEPEND="${RDEPEND}
# 3GPP patenting issues
RESTRICT="mirror test"
PATCHES=(
"${FILESDIR}/${P}-asneeded.patch"
"${FILESDIR}/${P}-libm.patch"
)
S=${WORKDIR}/${PN}
src_prepare() {
epatch "${FILESDIR}"/${P}-asneeded.patch
# Fix linking order (bug #393137)
epatch "${FILESDIR}"/${P}-libm.patch
default
sed \
-e 's:LDFLAGS:LIBRARIES:g' \
-e 's:$(CC) $(CFLAGS):$(CC) $(LDFLAGS) $(CFLAGS):' \

@ -1,2 +1,3 @@
DIST amSynth-1.3.2.tar.gz 635901 SHA256 3ad50c20d690865ea0fdef6745cd04a9f758e9ae654ad874902d3da896e0fa75 SHA512 c5f312fd1fa5335ccd2c1e7a81a7c0f9094faabec633fe654f04650e5604bb6d05f1348f6ce3c305e840692e2012ac9501ca83f5e5018a0218d9c35a99678e80 WHIRLPOOL 3b93486378a140ce7feb0789cc46a74375920ae717d38910e0b75011e4f1c827749f795ce38b7408d72adb4abfab090a104fc23f001977c68576bde05e1fa260
DIST amsynth-1.5.1.tar.gz 1297131 SHA256 38e0764ae02ec38e689204581810adabedd9b4e0d306414c455f51c1dbf0bea4 SHA512 5f1551f9d1398a97738ac6f764f169d8cdd55e94464438adb226d1284fe8845e190fe5dd7a740b33972c1bbe76aa2d60467b7a663ec6717bb9fac75e5aac62d1 WHIRLPOOL 615ae1a55db42a0d6cb628ab84d9167894cb974594c45bf74aae6ad1e74b09f0303844fe54457b805ce4fd50af8ae99d9064531162106ef83c5c8103c24c8a73
DIST amsynth-1.6.4.tar.gz 1380770 SHA256 489f57d506ea3495412bdd759be290930ff5da9d5b6b39ad8c82e19b4fd219ed SHA512 63ecc54ff0b26d61aa11a6cd1f6854c6b1f87b723808293a09f1b86831c574c8f709dd7987571914d285c52d94fa794f858c299927918ffa1ddad743bc180abb WHIRLPOOL f5b92d69543c479def140703df11efc27407f4869d0eea5b28ee1e8914c241184e6eccb726cb2d628b629c00c01c944425ea1d82522744ef7d5cbb5c49952634

@ -0,0 +1,51 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit autotools flag-o-matic
DESCRIPTION="Virtual analogue synthesizer"
HOMEPAGE="https://github.com/nixxcode/amsynth/"
SRC_URI="https://github.com/nixxcode/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="alsa dssi jack lash oss sndfile"
RDEPEND="dev-cpp/gtkmm:2.4
sndfile? ( >=media-libs/libsndfile-1:= )
alsa? (
media-libs/alsa-lib:=
media-sound/alsa-utils
)
dssi? (
media-libs/dssi:=
media-libs/liblo:=
>=x11-libs/gtk+-2.20:2
)
jack? ( media-sound/jack-audio-connection-kit )
lash? ( media-sound/lash )"
DEPEND="${RDEPEND}
virtual/pkgconfig
oss? ( virtual/os-headers )"
S="${WORKDIR}/${PN}-release-${PV}"
src_prepare() {
default
eautoreconf
}
src_configure() {
append-cxxflags -std=c++11
econf \
$(use_with oss) \
$(use_with alsa) \
$(use_with jack) \
$(use_with lash) \
$(use_with sndfile) \
$(use_with dssi)
}

@ -0,0 +1,38 @@
Fix ncurses underlinking by using the pkg-config output instead of assuming
-lncurses/-lncursesw to be enough. In addition, fix wrong modplug include
directive. See also:
https://bugs.gentoo.org/show_bug.cgi?id=573522
--- herrie-2.2/configure
+++ herrie-2.2/configure
@@ -215,7 +215,7 @@
exit 1
fi
CFLAGS_main="-DAUDIO_OUTPUT=\\\"$CFG_AO\\\" -DCONFFILE=\\\"$CONFFILE\\\""
-LDFLAGS="$LDFLAGS -L$PREFIX/lib -l$CFG_CURSES_LIB"
+LDFLAGS="$LDFLAGS -L$PREFIX/lib `pkg-config --libs $CFG_CURSES_LIB`"
SRCS="audio_file audio_output_$CFG_AO config gui_browser gui_draw \
gui_input gui_msgbar gui_playq gui_vfslist main playq playq_party \
playq_xmms vfs vfs_playlist vfs_regular"
--- herrie-2.2/src/audio_format_modplug.c
+++ herrie-2.2/src/audio_format_modplug.c
@@ -31,7 +31,7 @@
#include "stdinc.h"
#include <sys/mman.h>
-#include <modplug.h>
+#include <libmodplug/modplug.h>
#include "audio_file.h"
#include "audio_format.h"
--- herrie-2.2/src/main.c
+++ herrie-2.2/src/main.c
@@ -165,7 +165,7 @@
#endif /* CLOSE_STDERR */
if ((errmsg = vfs_lockup()) != NULL) {
gui_draw_init_abort();
- g_printerr(errmsg);
+ g_printerr("%s", errmsg);
return (1);
}

@ -1,5 +1,5 @@
--- configure
+++ configure
--- herrie-2.2/configure
+++ herrie-2.2/configure
@@ -301,7 +301,7 @@ fi
if [ "$CFG_XSPF" != "" ]
then
@ -9,8 +9,8 @@
SRCS="$SRCS util vfs_xspf"
PLAYQ_DUMPFILE="autosave.xspf"
else
--- src/conftest.c
+++ src/conftest.c
--- herrie-2.2/src/conftest.c
+++ herrie-2.2/src/conftest.c
@@ -56,16 +56,10 @@
#include <vorbis/codec.h>
#include <vorbis/vorbisfile.h>
@ -28,8 +28,8 @@
return (0);
}
--- src/vfs_xspf.c
+++ src/vfs_xspf.c
--- herrie-2.2/src/vfs_xspf.c
+++ herrie-2.2/src/vfs_xspf.c
@@ -30,7 +30,7 @@
#include "stdinc.h"

@ -0,0 +1,63 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit eutils toolchain-funcs
DESCRIPTION="Herrie is a command line music player"
HOMEPAGE="http://herrie.info/"
SRC_URI="http://herrie.info/distfiles/${P}.tar.bz2"
LICENSE="BSD-2 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="ao +alsa pulseaudio oss http modplug mp3 sndfile vorbis xspf unicode nls"
APP_LINGUAS="ca da de es fi ga nl pl pt_BR ru sv tr vi zh_CN"
for X in ${APP_LINGUAS}; do
IUSE="${IUSE} linguas_${X}"
done
REQUIRED_USE="|| ( ao alsa pulseaudio oss )"
RDEPEND="sys-libs/ncurses:0=[unicode?]
>=dev-libs/glib-2:2
ao? ( media-libs/libao )
alsa? ( media-libs/alsa-lib )
http? ( net-misc/curl )
modplug? ( media-libs/libmodplug )
mp3? ( media-libs/libmad
media-libs/libid3tag )
pulseaudio? ( media-sound/pulseaudio )
sndfile? ( media-libs/libsndfile )
vorbis? ( media-libs/libvorbis )
xspf? ( >=media-libs/libxspf-1.2 )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
virtual/pkgconfig"
PATCHES=(
"${FILESDIR}/${PN}-chost_issue.patch"
"${FILESDIR}/${P}-libxspf.patch"
"${FILESDIR}/${P}-fix-buildsystem.patch"
)
src_configure() {
local EXTRA_CONF="verbose no_strip"
use ao && EXTRA_CONF="${EXTRA_CONF} ao"
use alsa && EXTRA_CONF="${EXTRA_CONF} alsa"
use http || EXTRA_CONF="${EXTRA_CONF} no_http no_scrobbler"
use mp3 || EXTRA_CONF="${EXTRA_CONF} no_mp3"
use modplug || EXTRA_CONF="${EXTRA_CONF} no_modplug"
use nls || EXTRA_CONF="${EXTRA_CONF} no_nls"
use oss && EXTRA_CONF="${EXTRA_CONF} oss"
use pulseaudio && EXTRA_CONF="${EXTRA_CONF} pulse"
use sndfile || EXTRA_CONF="${EXTRA_CONF} no_sndfile"
use unicode || EXTRA_CONF="${EXTRA_CONF} ncurses"
use vorbis || EXTRA_CONF="${EXTRA_CONF} no_vorbis"
use xspf || EXTRA_CONF="${EXTRA_CONF} no_xspf"
einfo "./configure ${EXTRA_CONF}"
CC="$(tc-getCC)" PREFIX=/usr MANDIR=/usr/share/man \
./configure ${EXTRA_CONF} || die "configure failed"
}

@ -55,7 +55,7 @@ LICENSE="
samba? ( GPL-3 )
"
if [ "${PV#9999}" = "${PV}" ] ; then
KEYWORDS="alpha amd64 ~arm hppa ~mips ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
fi
# Options to use as use_enable in the foo[:bar] form.

@ -1,12 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{3_3,3_4} )
PYTHON_COMPAT=( python{3_3,3_4,3_5} )
inherit distutils-r1 fdo-mime gnome2-utils versionator
inherit distutils-r1 fdo-mime gnome2-utils versionator virtualx
MAJOR_MINOR_VERSION="$(get_version_component_range 1-2)"
@ -17,7 +17,7 @@ SRC_URI="http://download.gna.org/${PN}/${MAJOR_MINOR_VERSION}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="spell"
IUSE="spell test"
RDEPEND="app-text/iso-codes
dev-python/chardet[${PYTHON_USEDEP}]
@ -29,7 +29,12 @@ RDEPEND="app-text/iso-codes
)"
DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext"
sys-devel/gettext
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
)
"
DOCS=( AUTHORS.md NEWS.md TODO.md README.md README.aeidon.md )
@ -48,3 +53,13 @@ pkg_postinst() {
elog "Aspell/Pspell, Ispell, MySpell, Uspell, Hspell or AppleSpell."
fi
}
python_test() {
virtx py.test
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
gnome2_icon_cache_update
}

@ -5,8 +5,11 @@
<email>media-video@gentoo.org</email>
<name>Gentoo Video project</name>
</maintainer>
<maintainer type="project">
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="github">otsaloma/gaupol</remote-id>
</upstream>
</pkgmetadata>

@ -1,3 +1,4 @@
DIST mediainfo_0.7.73.tar.bz2 1467006 SHA256 a7cae29ac45a642c6747746db150382ed88e42891b3b0bcfa59648d8838fab92 SHA512 46bfcacac8fb554ee1adbe5afb65d94330dea520bfea69fb4a0099e7da9159eedfc79023a6ca300443abfdc06caa1d455ad920957bbdb6307450ced0128dcd41 WHIRLPOOL 4fd45fd4d218bab60ea7935c0743b8ccfd218eb7790d314172f89bef1b8d33b397cfcf86bbd38de57c7c9f92bf30bbc27e262959f249506d8da00ef64c2add98
DIST mediainfo_0.7.80.tar.xz 1293796 SHA256 2030a3075111c78282579c15eea8e5215717f19a8014490045d157b6098f3c8a SHA512 1ffaf931a21fa8cbd15a67d033d60a22b2ecba24870740d7a241f130303cca883c9df7b333b860a0a4a6ff6647418b4eb142cfbb97d4aad7725f5ad2ebbf7384 WHIRLPOOL b072a42564387860c5179f43e1233abb2406e0e21446f1a9391bdc5ca21fc8ab534cc15b38ddb4aa79ccdb79c976256db2edbad2852433aa64c9959fbc7e1003
DIST mediainfo_0.7.81.tar.xz 1295940 SHA256 077c9eb3471ec8a8160d154047692b001b09877bcd9bea18c4f0413c894750a9 SHA512 7ca2fccd62096ed4924ccc9bdac799a33252121ef8c634dfbbf6e547da151a4549aadf82335091d471c911c026b65ceb9bfc9d4c75dafff12c91e1fd0c41e107 WHIRLPOOL 08c87a80ce6bbd14b1060c3087834ac278ad7ff53cfb8510b313e91c16657c49c399a8f3891b692c502bdb1151fff840a502a7e948d2d249fbb8c320a5b4be37
DIST mediainfo_0.7.82.tar.xz 1297504 SHA256 62882c977f209c0a4e2cb47f2109180fbe6b5337e471a3eb728daa917aaf7b47 SHA512 d07bd35d2b6fdff5ebb6546d294362d597001625f5a6c74d987629304b58d3f20e7c750d586ca6bfb1e05f8fb1b93dbadf4799721ec777a6c03f35232a4bdc80 WHIRLPOOL 59da6119a4f610fc1416da0d443a8242dcb316b6360e120f797b1efac34587e1819b22fa39531debe257f74d0ccb8f2b2f1fb803037a485b3525ddf1a88b37a4

@ -0,0 +1,72 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
WX_GTK_VER="3.0"
inherit eutils autotools wxwidgets multilib
DESCRIPTION="MediaInfo supplies technical and tag information about media files"
HOMEPAGE="http://mediaarea.net/mediainfo/"
SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="curl mms wxwidgets"
RDEPEND="sys-libs/zlib
media-libs/libzen
~media-libs/lib${P}[curl=,mms=]
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S=${WORKDIR}/MediaInfo
pkg_setup() {
TARGETS="CLI"
use wxwidgets && TARGETS+=" GUI"
}
src_prepare() {
epatch_user
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
sed -i -e "s:-O2::" configure.ac
eautoreconf
done
}
src_configure() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
local args=""
[[ ${target} == "GUI" ]] && args="--with-wxwidgets --with-wx-gui"
econf ${args}
done
}
src_compile() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
default
done
}
src_install() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
default
dodoc "${S}"/History_${target}.txt
if [[ ${target} == "GUI" ]]; then
newicon "${S}"/Source/Resource/Image/MediaInfo.png ${PN}.png
make_desktop_entry ${PN}-gui MediaInfo ${PN} "AudioVideo;GTK"
fi
done
}

@ -1 +1 @@
Sun, 31 Jan 2016 17:08:04 +0000
Mon, 01 Feb 2016 07:08:12 +0000

@ -1 +1 @@
Sun, 31 Jan 2016 17:08:04 +0000
Mon, 01 Feb 2016 07:08:12 +0000

@ -0,0 +1,13 @@
DEFINED_PHASES=compile install prepare
DEPEND=X? ( || ( x11-misc/xclip x11-misc/xsel ) ) !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) net-misc/curl dev-libs/libxml2 pinentry? ( app-crypt/pinentry ) app-text/asciidoc
DESCRIPTION=Interfaces with LastPass.com from the command line.
EAPI=5
HOMEPAGE=https://github.com/lastpass/lastpass-cli
IUSE=libressl X +pinentry
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=X? ( || ( x11-misc/xclip x11-misc/xsel ) ) !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) net-misc/curl dev-libs/libxml2 pinentry? ( app-crypt/pinentry )
SLOT=0
SRC_URI=https://github.com/lastpass/lastpass-cli/archive/v0.6.1.tar.gz -> lastpass-cli-0.6.1.tar.gz
_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=e88b451b0e980ab71261f36b76ddb654

@ -0,0 +1,13 @@
DEFINED_PHASES=compile install prepare
DEPEND=X? ( || ( x11-misc/xclip x11-misc/xsel ) ) !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) net-misc/curl dev-libs/libxml2 pinentry? ( app-crypt/pinentry ) app-text/asciidoc
DESCRIPTION=Interfaces with LastPass.com from the command line.
EAPI=5
HOMEPAGE=https://github.com/lastpass/lastpass-cli
IUSE=libressl X +pinentry
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=X? ( || ( x11-misc/xclip x11-misc/xsel ) ) !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) net-misc/curl dev-libs/libxml2 pinentry? ( app-crypt/pinentry )
SLOT=0
SRC_URI=https://github.com/lastpass/lastpass-cli/archive/v0.7.2.tar.gz -> lastpass-cli-0.7.2.tar.gz
_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=94e787340d64e9d50001a503b02d8e98

@ -0,0 +1,13 @@
DEFINED_PHASES=compile install prepare
DEPEND=X? ( || ( x11-misc/xclip x11-misc/xsel ) ) !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) net-misc/curl dev-libs/libxml2 pinentry? ( app-crypt/pinentry ) app-text/asciidoc
DESCRIPTION=Interfaces with LastPass.com from the command line.
EAPI=5
HOMEPAGE=https://github.com/lastpass/lastpass-cli
IUSE=libressl X +pinentry
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=X? ( || ( x11-misc/xclip x11-misc/xsel ) ) !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) net-misc/curl dev-libs/libxml2 pinentry? ( app-crypt/pinentry )
SLOT=0
SRC_URI=https://github.com/lastpass/lastpass-cli/archive/v0.8.1.tar.gz -> lastpass-cli-0.8.1.tar.gz
_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=e00d4e028f7d2f5864ac1e7209994dbb

@ -1,12 +1,14 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack
DEPEND=sys-libs/ncurses:0 >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gnutls? ( net-libs/gnutls ) gpm? ( sys-libs/gpm ) hesiod? ( net-dns/hesiod ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2 ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( athena? ( x11-libs/libXaw ) ) ) ) ) virtual/pkgconfig gzip-el? ( app-arch/gzip ) pax_kernel? ( sys-apps/attr sys-apps/paxctl ) sys-apps/texinfo !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1
DEFINED_PHASES=compile configure install postinst postrm preinst prepare
DEPEND=sys-libs/ncurses:0 >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gnutls? ( net-libs/gnutls ) gpm? ( sys-libs/gpm ) hesiod? ( net-dns/hesiod ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2 ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( athena? ( x11-libs/libXaw ) ) ) ) ) virtual/pkgconfig gzip-el? ( app-arch/gzip ) pax_kernel? ( sys-apps/attr sys-apps/paxctl ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=The extensible, customizable, self-documenting real-time display editor
EAPI=5
EAPI=6
HOMEPAGE=https://www.gnu.org/software/emacs/
IUSE=acl alsa aqua athena cairo dbus games gconf gfile gif gnutls gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2
RDEPEND=sys-libs/ncurses:0 >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gnutls? ( net-libs/gnutls ) gpm? ( sys-libs/gpm ) hesiod? ( net-dns/hesiod ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2 ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( athena? ( x11-libs/libXaw ) ) ) ) )
REQUIRED_USE=?? ( aqua X )
SLOT=25
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 git-r3 0961ca04f93a7ae0e4c4a0b2b8c3be99 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=832bf2437fe6b50e5d713c3ae532d32e
SRC_URI=https://dev.gentoo.org/~ulm/distfiles/emacs-25.1.50_pre20160130.tar.xz mirror://gnu-alpha/emacs/pretest/emacs-25.1.50_pre20160130.tar.xz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=fdd3e7477749b5bdf458bb3404bbbcbd

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack
DEPEND=sys-libs/ncurses:0 >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gnutls? ( net-libs/gnutls ) gpm? ( sys-libs/gpm ) hesiod? ( net-dns/hesiod ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2 ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( xwidgets? ( x11-libs/gtk+:3 net-libs/webkit-gtk:3= ) !xwidgets? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( athena? ( x11-libs/libXaw ) ) ) ) ) virtual/pkgconfig gzip-el? ( app-arch/gzip ) pax_kernel? ( sys-apps/attr sys-apps/paxctl ) sys-apps/texinfo !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1
DESCRIPTION=The extensible, customizable, self-documenting real-time display editor
EAPI=6
HOMEPAGE=https://www.gnu.org/software/emacs/
IUSE=acl alsa aqua athena cairo dbus games gconf gfile gif gnutls gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib
LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2
RDEPEND=sys-libs/ncurses:0 >=app-eselect/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.5[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gnutls? ( net-libs/gnutls ) gpm? ( sys-libs/gpm ) hesiod? ( net-dns/hesiod ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2 ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft cairo? ( >=x11-libs/cairo-1.12.18 ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( xwidgets? ( x11-libs/gtk+:3 net-libs/webkit-gtk:3= ) !xwidgets? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( athena? ( x11-libs/libXaw ) ) ) ) )
REQUIRED_USE=?? ( aqua X )
SLOT=25
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils 28fb3e5852485af1c348d446b0b98389 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 git-r3 0961ca04f93a7ae0e4c4a0b2b8c3be99 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo-r1 03878c06495db70bc36bd717383c09f7 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=d66f2560760e0e403677ecab4b8d0b2a

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install postinst postrm prepare setup test
DEPEND=~app-editors/vim-core-7.4.1229 >=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:0= x11-libs/libXext x11-libs/libXt acl? ( kernel_linux? ( sys-apps/acl ) ) !aqua? ( gtk? ( >=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit:2= ) !luajit? ( dev-lang/lua:0[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_targets_python3_4? ( dev-lang/python:3.4[threads] ) python_targets_python3_5? ( dev-lang/python:3.5[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) selinux? ( sys-libs/libselinux ) session? ( x11-libs/libSM ) tcl? ( dev-lang/tcl:0= ) dev-util/ctags sys-devel/autoconf virtual/pkgconfig nls? ( sys-devel/gettext )
DESCRIPTION=GUI version of the Vim text editor
EAPI=5
HOMEPAGE=http://www.vim.org/ https://github.com/vim/vim
IUSE=acl aqua cscope debug gnome gtk lua luajit motif neXt netbeans nls perl python racket ruby selinux session tcl python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
LICENSE=vim
RDEPEND=~app-editors/vim-core-7.4.1229 >=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:0= x11-libs/libXext x11-libs/libXt acl? ( kernel_linux? ( sys-apps/acl ) ) !aqua? ( gtk? ( >=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit:2= ) !luajit? ( dev-lang/lua:0[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_targets_python3_4? ( dev-lang/python:3.4[threads] ) python_targets_python3_5? ( dev-lang/python:3.5[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) selinux? ( sys-libs/libselinux ) session? ( x11-libs/libSM ) tcl? ( dev-lang/tcl:0= )
REQUIRED_USE=luajit? ( lua ) python? ( || ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) ?? ( python_targets_python2_7 ) ?? ( python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) )
SLOT=0
SRC_URI=https://github.com/vim/vim/archive/v7.4.1229.tar.gz -> vim-7.4.1229.tar.gz https://dev.gentoo.org/~radhermit/vim/vim-7.4.827-gentoo-patches.tar.bz2
_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 28fb3e5852485af1c348d446b0b98389 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c vim-doc 1b0813c9dadf2431c96854a8d46f5eaf
_md5_=4807ffa66bc169cb35cff6fbcf860523

@ -1,14 +0,0 @@
DEFINED_PHASES=compile configure install postinst postrm prepare setup test
DEPEND=~app-editors/vim-core-7.4.273 >=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 x11-libs/libXext x11-libs/libXt acl? ( kernel_linux? ( sys-apps/acl ) ) !aqua? ( gtk? ( >=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit:2= ) !luajit? ( dev-lang/lua:0[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) selinux? ( sys-libs/libselinux ) session? ( x11-libs/libSM ) tcl? ( dev-lang/tcl:0= ) dev-util/ctags sys-devel/autoconf virtual/pkgconfig nls? ( sys-devel/gettext )
DESCRIPTION=GUI version of the Vim text editor
EAPI=5
HOMEPAGE=http://www.vim.org/
IUSE=acl aqua cscope debug gnome gtk lua luajit motif neXt netbeans nls perl python racket ruby selinux session tcl python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4
KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
LICENSE=vim
RDEPEND=~app-editors/vim-core-7.4.273 >=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 x11-libs/libXext x11-libs/libXt acl? ( kernel_linux? ( sys-apps/acl ) ) !aqua? ( gtk? ( >=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit:2= ) !luajit? ( dev-lang/lua:0[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) selinux? ( sys-libs/libselinux ) session? ( x11-libs/libSM ) tcl? ( dev-lang/tcl:0= )
REQUIRED_USE=python? ( ^^ ( python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) ) luajit? ( lua )
SLOT=0
SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2 https://dev.gentoo.org/~radhermit/vim/vim-patches-7.4.273.patch.bz2
_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 28fb3e5852485af1c348d446b0b98389 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c vim-doc 1b0813c9dadf2431c96854a8d46f5eaf
_md5_=af55a8cc9f984f57d0b9e939f93bd71a

@ -1,14 +0,0 @@
DEFINED_PHASES=compile configure install postinst postrm prepare setup test
DEPEND=~app-editors/vim-core-7.4.827 >=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 x11-libs/libXext x11-libs/libXt acl? ( kernel_linux? ( sys-apps/acl ) ) !aqua? ( gtk? ( >=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit:2= ) !luajit? ( dev-lang/lua:0[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_targets_python3_4? ( dev-lang/python:3.4[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) selinux? ( sys-libs/libselinux ) session? ( x11-libs/libSM ) tcl? ( dev-lang/tcl:0= ) dev-util/ctags sys-devel/autoconf virtual/pkgconfig nls? ( sys-devel/gettext )
DESCRIPTION=GUI version of the Vim text editor
EAPI=5
HOMEPAGE=http://www.vim.org/
IUSE=acl aqua cscope debug gnome gtk lua luajit motif neXt netbeans nls perl python racket ruby selinux session tcl python_targets_python2_7 python_targets_python3_3 python_targets_python3_4
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
LICENSE=vim
RDEPEND=~app-editors/vim-core-7.4.827 >=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 x11-libs/libXext x11-libs/libXt acl? ( kernel_linux? ( sys-apps/acl ) ) !aqua? ( gtk? ( >=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit:2= ) !luajit? ( dev-lang/lua:0[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_targets_python3_4? ( dev-lang/python:3.4[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) selinux? ( sys-libs/libselinux ) session? ( x11-libs/libSM ) tcl? ( dev-lang/tcl:0= )
REQUIRED_USE=luajit? ( lua ) python? ( || ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) ?? ( python_targets_python2_7 ) ?? ( python_targets_python3_3 python_targets_python3_4 ) )
SLOT=0
SRC_URI=https://github.com/vim/vim/archive/v7.4.827.tar.gz -> vim-7.4.827.tar.gz https://dev.gentoo.org/~radhermit/vim/vim-7.4.827-gentoo-patches.tar.bz2
_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 28fb3e5852485af1c348d446b0b98389 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c vim-doc 1b0813c9dadf2431c96854a8d46f5eaf
_md5_=062739883582708d5a0e1119bdb94116

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack
DEPEND=~app-editors/vim-core-9999 >=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 x11-libs/libXext x11-libs/libXt acl? ( kernel_linux? ( sys-apps/acl ) ) !aqua? ( gtk? ( >=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit:2= ) !luajit? ( dev-lang/lua:0[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_targets_python3_4? ( dev-lang/python:3.4[threads] ) python_targets_python3_5? ( dev-lang/python:3.5[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) selinux? ( sys-libs/libselinux ) session? ( x11-libs/libSM ) tcl? ( dev-lang/tcl:0= ) dev-util/ctags sys-devel/autoconf virtual/pkgconfig nls? ( sys-devel/gettext ) >=dev-vcs/git-1.8.2.1
DEPEND=~app-editors/vim-core-9999 >=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:= x11-libs/libXext x11-libs/libXt acl? ( kernel_linux? ( sys-apps/acl ) ) !aqua? ( gtk? ( >=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit:2= ) !luajit? ( dev-lang/lua:0[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_targets_python3_4? ( dev-lang/python:3.4[threads] ) python_targets_python3_5? ( dev-lang/python:3.5[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) selinux? ( sys-libs/libselinux ) session? ( x11-libs/libSM ) tcl? ( dev-lang/tcl:0= ) dev-util/ctags sys-devel/autoconf virtual/pkgconfig nls? ( sys-devel/gettext ) >=dev-vcs/git-1.8.2.1
DESCRIPTION=GUI version of the Vim text editor
EAPI=5
HOMEPAGE=http://www.vim.org/
HOMEPAGE=http://www.vim.org/ https://github.com/vim/vim
IUSE=acl aqua cscope debug gnome gtk lua luajit motif neXt netbeans nls perl python racket ruby selinux session tcl python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5
LICENSE=vim
RDEPEND=~app-editors/vim-core-9999 >=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 x11-libs/libXext x11-libs/libXt acl? ( kernel_linux? ( sys-apps/acl ) ) !aqua? ( gtk? ( >=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit:2= ) !luajit? ( dev-lang/lua:0[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_targets_python3_4? ( dev-lang/python:3.4[threads] ) python_targets_python3_5? ( dev-lang/python:3.5[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) selinux? ( sys-libs/libselinux ) session? ( x11-libs/libSM ) tcl? ( dev-lang/tcl:0= )
RDEPEND=~app-editors/vim-core-9999 >=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:= x11-libs/libXext x11-libs/libXt acl? ( kernel_linux? ( sys-apps/acl ) ) !aqua? ( gtk? ( >=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit:2= ) !luajit? ( dev-lang/lua:0[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_targets_python3_4? ( dev-lang/python:3.4[threads] ) python_targets_python3_5? ( dev-lang/python:3.5[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) selinux? ( sys-libs/libselinux ) session? ( x11-libs/libSM ) tcl? ( dev-lang/tcl:0= )
REQUIRED_USE=luajit? ( lua ) python? ( || ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) ?? ( python_targets_python2_7 ) ?? ( python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) )
SLOT=0
_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 28fb3e5852485af1c348d446b0b98389 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 git-r3 0961ca04f93a7ae0e4c4a0b2b8c3be99 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c vim-doc 1b0813c9dadf2431c96854a8d46f5eaf
_md5_=ca12a4c793a65306338c58f561ab6808
_md5_=88b7464733f626ece9d60b0dd44fb3f4

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install postinst postrm prepare setup test
DEPEND=>=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:= nls? ( virtual/libintl ) acl? ( kernel_linux? ( sys-apps/acl ) ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) lua? ( luajit? ( dev-lang/luajit:2= ) !luajit? ( dev-lang/lua:0[deprecated] ) ) !minimal? ( ~app-editors/vim-core-7.4.1229 dev-util/ctags ) perl? ( dev-lang/perl:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_targets_python3_4? ( dev-lang/python:3.4[threads] ) python_targets_python3_5? ( dev-lang/python:3.5[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) selinux? ( sys-libs/libselinux ) tcl? ( dev-lang/tcl:0= ) X? ( x11-libs/libXt ) sys-devel/autoconf nls? ( sys-devel/gettext )
DESCRIPTION=Vim, an improved vi-style text editor
EAPI=5
HOMEPAGE=http://www.vim.org/ https://github.com/vim/vim
IUSE=X acl cscope debug gpm lua luajit minimal nls perl python racket ruby selinux tcl vim-pager python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=vim
RDEPEND=>=app-eselect/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2:= nls? ( virtual/libintl ) acl? ( kernel_linux? ( sys-apps/acl ) ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) lua? ( luajit? ( dev-lang/luajit:2= ) !luajit? ( dev-lang/lua:0[deprecated] ) ) !minimal? ( ~app-editors/vim-core-7.4.1229 dev-util/ctags ) perl? ( dev-lang/perl:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_targets_python3_4? ( dev-lang/python:3.4[threads] ) python_targets_python3_5? ( dev-lang/python:3.5[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) ) selinux? ( sys-libs/libselinux ) tcl? ( dev-lang/tcl:0= ) X? ( x11-libs/libXt )
REQUIRED_USE=luajit? ( lua ) python? ( || ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) ?? ( python_targets_python2_7 ) ?? ( python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) )
SLOT=0
SRC_URI=https://github.com/vim/vim/archive/v7.4.1229.tar.gz -> vim-7.4.1229.tar.gz https://dev.gentoo.org/~radhermit/vim/vim-7.4.827-gentoo-patches.tar.bz2
_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 28fb3e5852485af1c348d446b0b98389 fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c vim-doc 1b0813c9dadf2431c96854a8d46f5eaf
_md5_=330ad53e05b5fe7959fd10a6927e0a0e

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

Loading…
Cancel
Save