Versions
v1.3.1-r1 :: 0 :: gentoo
- Modified
- License
- LGPL-2.1+
- Keywords
- amd64 arm64 ppc64 x86 ~alpha ~arm ~loong ~ppc ~riscv ~sparc
- USE flags
- X introspection pulseaudio sasl vala wayland
v1.3.1 :: 0 :: gentoo
- Modified
- License
- LGPL-2.1+
- Keywords
- amd64 arm64 ppc64 x86 ~alpha ~arm ~loong ~ppc ~riscv ~sparc
- USE flags
- introspection pulseaudio sasl vala
USE flags
General
- X
- Add support for X11
- introspection
- Add support for GObject based introspection
- pulseaudio
- Add sound server support via media-libs/libpulse (may be PulseAudio or PipeWire)
- sasl
- Add support for the Simple Authentication and Security Layer
- vala
- Enable bindings for dev-lang/vala
- wayland
- Enable dev-libs/wayland backend
Dependencies
dev-libs / cyrus-sasl : The Cyrus SASL (Simple Authentication and Security Layer)
dev-libs / glib : The GLib library of C routines
dev-libs / gobject-introspection : Introspection system for GObject-based libraries
dev-libs / libgcrypt : General purpose crypto library based on the code used in GnuPG
media-libs / libpulse : Libraries for PulseAudio clients
net-libs / gnutls : A secure communications library implementing the SSL, TLS and DTLS protocols
sys-libs / zlib : Standard (de)compression library
x11-base / xorg-proto : X.Org combined protocol headers
x11-libs / cairo : A vector graphics library with cross-device output support
x11-libs / gdk-pixbuf : Image loading library for GTK+
Runtime Dependencies
dev-libs / cyrus-sasl : The Cyrus SASL (Simple Authentication and Security Layer)
dev-libs / glib : The GLib library of C routines
dev-libs / gobject-introspection : Introspection system for GObject-based libraries
dev-libs / libgcrypt : General purpose crypto library based on the code used in GnuPG
media-libs / libpulse : Libraries for PulseAudio clients
net-libs / gnutls : A secure communications library implementing the SSL, TLS and DTLS protocols
sys-libs / zlib : Standard (de)compression library
x11-libs / cairo : A vector graphics library with cross-device output support
x11-libs / gdk-pixbuf : Image loading library for GTK+
Depending packages
app-emulation / virt-manager : A graphical tool for administering virtual machines
app-emulation / virt-viewer : Graphical console client for connecting to virtual machines
net-misc / gnome-connections : A remote desktop client for the GNOME desktop environment
Bugs
- 915209
- net-libs/gtk-vnc-1.3.1 fails to link with clang-17: ld.lld: error: version script assignment of 'global' to symbol 'vnc_image_framebuffer_get_type' failed: symbol not defined
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
net-libs/gtk-vnc: sort deps, add missing dep
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Michel Ganguin (Github key) · gentoo
net-libs/gtk-vnc: x11 is optional
The current ebuild depends on >=x11-libs/libX11-1.6.5 even with -X USE flag. The dependency should be guarded by X USE flag. Bug: https://bugs.gentoo.org/942356 Closes: https://bugs.gentoo.org/942356 Signed-off-by: Michel Ganguin (Github key) <michel@ganguin.net> Closes: https://github.com/gentoo/gentoo/pull/39131 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/gtk-vnc: fix naughty typo
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/gtk-vnc: Stabilize 1.3.1-r1 x86, #937415
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-libs/gtk-vnc: Stabilize 1.3.1-r1 ppc64, #937415
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-libs/gtk-vnc: Stabilize 1.3.1-r1 arm64, #937415
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-libs/gtk-vnc: Stabilize 1.3.1-r1 amd64, #937415
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Stefan Strogin · gentoo
net-libs/gtk-vnc: switch IUSE=pulseaudio to media-libs/libpulse
Closes: https://bugs.gentoo.org/918868 Signed-off-by: Stefan Strogin <steils@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/gtk-vnc: enable py3.12
Closes: https://bugs.gentoo.org/929702 Signed-off-by: Sam James <sam@gentoo.org> - Eli Schwartz · gentoo
net-libs/gtk-vnc: prevent automagically building against gtk[X,wayland]
e.g. the upstream code checks whether GDK_WINDOWING_WAYLAND is defined by the gtk headers, and if so will compile against the wayland symbols it provides. This means that gtk-vnc built on a system with gtk+[-wayland] will be compatible with anything, but when built on a system with gtk+[wayland], requires that at runtime. This cannot be expressed with USE flags. We could bind tightly to whether gtk was built with wayland (and X), and in the process, arbitrarily restrict gtk-vnc[-wayland] to only build and install on a system with gtk+[-wayland]. But we recently added a hack to gtk itself which allows hiding the automagic macros entirely. Inject this via append-cflags if the USE flags aren't set, to simulate building on a system with more minimal gtk packages. Bug: https://bugs.gentoo.org/624960 Closes: https://bugs.gentoo.org/865659 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
net-libs/gtk-vnc: Stabilize 1.3.1 ppc64, #921207
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
net-libs/gtk-vnc: keyword 1.3.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-libs/gtk-vnc: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/gtk-vnc: Stabilize 1.3.1 arm64, #868606
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/gtk-vnc: Stabilize 1.3.1 x86, #868606
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-libs/gtk-vnc: Stabilize 1.3.1 amd64, #868606
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-libs/gtk-vnc: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-libs/gtk-vnc: Version bump to 1.3.1
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/gtk-vnc: Stabilize 1.3.0-r1 arm64, #857525
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/gtk-vnc: Stabilize 1.3.0-r1 amd64, #857525
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/gtk-vnc: Stabilize 1.3.0-r1 x86, #857525
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/gtk-vnc: fix build w/ meson 0.63
Closes: https://bugs.gentoo.org/846467 Thanks-to: Alexandre Ferreira <alexandref75@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/gtk-vnc: Stabilize 1.3.0 arm64, #831946
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-libs/gtk-vnc: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/gtk-vnc: Stabilize 1.3.0 amd64, #831048
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
net-libs/gtk-vnc: Stabilize 1.3.0 x86, #831048
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yongxiang Liang · gentoo
net-libs/gtk-vnc: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-libs/gtk-vnc: Version bump to 1.3.0
Closes: https://bugs.gentoo.org/829373 Closes: https://github.com/gentoo/gentoo/pull/23345 Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-libs/gtk-vnc: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
net-libs/gtk-vnc: Apply patches from upstream
* Replace Python patch with git formatted patch from upstream * Apply patch to fix build with USE="intrspection -vala" * Replace musl conditional with patch from upstream Revert "net-libs/gtk-vnc: Fix musl build" This reverts commit 830c859345812704f6366d4749ad12f1184511f8. Bug: https://bugs.gentoo.org/737266 Closes: https://bugs.gentoo.org/787581 Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-libs/gtk-vnc: Stabilize 1.2.0 x86, #788586
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-libs/gtk-vnc: Stabilize 1.2.0 amd64, #788586
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-libs/gtk-vnc: Version bump to 1.2.0
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Jory Pratt · gentoo
net-libs/gtk-vnc: Fix musl build
Closes: https://bugs.gentoo.org/737266 Signed-off-by: Jory Pratt <anarchy@gentoo.org> Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
net-libs/gtk-vnc: remove old
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
net-libs/gtk-vnc: amd64 stable wrt bug #728924
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
net-libs/gtk-vnc: x86 stable (bug #728924)
Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
net-libs/gtk-vnc: add missing `|| die` for sed
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
net-libs/gtk-vnc: EAPI-7 depends fix
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Mart Raudsepp · gentoo
net-libs/gtk-vnc: fix honoring of python-any chosen py version
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
net-libs/gtk-vnc: bump to 1.0.0
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
net-libs: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
net-libs/gtk-vnc: arm64 keyworded
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.70, Repoman-2.3.16 - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
net-libs/gtk-vnc: remove old
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
net-libs/gtk-vnc: x86 stable wrt bug #685254
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="x86" - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
net-libs/gtk-vnc: amd64 stable wrt bug #685254
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Drop python3_4 from PYTHON_COMPAT
Closes: https://github.com/gentoo/gentoo/pull/11706 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
net-libs/gtk-vnc: bump to 0.9.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
net-libs/gtk-vnc: default enable USE=vala
Various GNOME packages will unconditionally need it (gnome-boxes in main tree already will). Default enable it, as it just means need of a vala slot at build time. Bug: https://bugs.gentoo.org/665578 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
net-libs/gtk-vnc: remove old
Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
net-libs/gtk-vnc: x86 stable wrt bug #670024
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
net-libs/gtk-vnc: amd64 stable wrt bug #670024
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
net-libs/gtk-vnc: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/669682 Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Reto Gantenbein · gentoo
net-libs/gtk-vnc: Properly generate vala files when USE='vala'
Vala bindings are required for newer Gnome packages releases using vala and built with meson as C source files are not pre-generated anymore. Closes: https://bugs.gentoo.org/654588 Closes: https://github.com/gentoo/gentoo/pull/9457 Tested-by: Reto Gantenbein <reto.gantenbein@linuxmonk.ch> Closes: https://github.com/gentoo/gentoo/pull/9457 Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
net-libs/gtk-vnc: bump to 0.8.0
Package-Manager: Portage-2.3.43, Repoman-2.3.10 - Mart Raudsepp · gentoo
net-libs/gtk-vnc: remove old
Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Aaron Bauman · gentoo
net-libs/gtk-vnc: amd64 stable
Bug: https://bugs.gentoo.org/652976 Package-Manager: Portage-2.3.31, Repoman-2.3.9 - Thomas Deutschmann · gentoo
net-libs/gtk-vnc: x86 stable (bug #652976)
Package-Manager: Portage-2.3.31, Repoman-2.3.9 - Mart Raudsepp · gentoo
net-libs/gtk-vnc-0.7.2: remove gtk2 support, simplify ebuild
Remove gtk2 library, which isn't used by anything in tree anymore. This also removes IUSE=gtk3, which should be fine as all consumers were adjusted to require gtk3(+); only an older gnome-boxes version doesn't yet, but matching ~arch version does have it, and it'll be stabilized before gtk-vnc-0.7.2 is, so should be fine. This greatly simplifies the ebuild because we don't need to use multibuild.eclass anymore. Additionally it fixes the lack of installed docs (NEWS, README, etc), which were broken due to multibuild usage - after its removal, the default einstalldocs without DOCS set kicks in and installs exactly what we need. Also remove VALA_USE_DEPEND="vapigen", as vala versions that had the USE flag are long gone (eclass generates an unnecessary [vapigen(+)] USE dep if VALA_USE_DEPEND is set like this). Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Mart Raudsepp · gentoo
net-libs/gtk-vnc-0.7.2: remove pygtk2 based python binding
These are now deprecated upstream to the point of outputting a fat warning at end of configure and NEWS file says they will be deleted for next version. The only in-tree consumer of the python USE flag was a mistake and has been fixed appropriately. As such, just remove the support fully with the bump, which simplifies the ebuild quite a bit. Also next commit will remove gtk2 support, which these python bindings are based on. Introspection (supported by gtk-vnc[introspection]) is the modern way to use gtk-vnc from python, and this works with python2 as well. Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Mart Raudsepp · gentoo
net-libs/gtk-vnc: bump to 0.7.2
Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Mart Raudsepp · gentoo
net-libs/gtk-vnc: fix LICENSE metadata
Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Pacho Ramos · gentoo
net-libs/gtk-vnc: Drop old
Package-Manager: Portage-2.3.11, Repoman-2.3.3 - Manuel Rüger · gentoo
net-libs/gtk-vnc: Stable on amd64
Package-Manager: Portage-2.3.12, Repoman-2.3.3 - Thomas Deutschmann · gentoo
net-libs/gtk-vnc: x86 stable (bug #608700)
Package-Manager: Portage-2.3.10, Repoman-2.3.3 - Gilles Dartiguelongue · gentoo
net-libs/gtk-vnc: security version bump 0.6.0 → 0.7.1, bug #608700
Add missing USE dependency on gtk+:3, bug #608818 Refs: https://bugs.gentoo.org/show_bug.cgi?id=608700 Closes: https://bugs.gentoo.org/show_bug.cgi?id=608818 Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Pacho Ramos · gentoo
net-libs/gtk-vnc: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Pacho Ramos · gentoo
net-libs/gtk-vnc: Needs to be rebuilt when gnutls subslot changes, fix subslot dep on g-o-i
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Gilles Dartiguelongue · gentoo
net-libs/gtk-vnc: suffix all inner functions to avoid collisions with tools in PATH
Gentoo-bug: 597196 Package-Manager: portage-2.3.1 - Pacho Ramos · gentoo
net-libs/gtk-vnc: x86 stable, bug 587010
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" - Pacho Ramos · gentoo
net-libs/gtk-vnc: amd64 stable, bug 587010
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" - Gilles Dartiguelongue · gentoo
net-libs/gtk-vnc: cleanup old revision
Package-Manager: portage-2.3.0 - Gilles Dartiguelongue · gentoo
net-libs/gtk-vnc: version bump 0.5.4 → 0.6.0
Ebuild rewritten to use multibuild, should make it easier to maintain. Package-Manager: portage-2.3.0 - Pacho Ramos · gentoo
net-libs/gtk-vnc: It needs to be rebuilt with libgcrypt subslot bumps
Package-Manager: portage-2.2.20.1 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed