Versions
v3.8-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 x86 ~arm ~arm64
- USE flags
- alsa curl debug doc ethernet flac gif gtk headless lame mpg123 ogg openmp oss parport pci png portaudio pulseaudio sdl
USE flags
General
- alsa
- Add support for media-libs/alsa-lib (Advanced Linux Sound Architecture)
- curl
- Add support for client-side URL transfer library
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- ethernet
- Enable ethernet emulation
- flac
- Add support for FLAC: Free Lossless Audio Codec
- gif
- Add GIF image support
- gtk
- Add support for x11-libs/gtk+ (The GIMP Toolkit)
- headless
- Include the headless variant of the emulator
- lame
- Prefer using LAME libraries for MP3 encoding support
- mpg123
- Enable mp3@64 cartridge support
- ogg
- Add support for the Ogg container format (commonly used by Vorbis, Theora and flac)
- openmp
- Build support for the OpenMP (support parallel computing), requires >=sys-devel/gcc-4.2 built with USE="openmp"
- oss
- Add support for OSS (Open Sound System)
- parport
- Enable parallel port SID support
- pci
- Enable PCI device discovery using sys-apps/pciutils
- png
- Add support for libpng (PNG images)
- portaudio
- Add support for the crossplatform portaudio audio API
- pulseaudio
- Add sound server support via media-libs/libpulse (may be PulseAudio or PipeWire)
- sdl
- Add support for Simple Direct Layer (media library)
Dependencies
app-accessibility / at-spi2-core : D-Bus accessibility specifications and registration daemon
dev-libs / glib : The GLib library of C routines
media-libs / alsa-lib : Advanced Linux Sound Architecture Library
media-libs / flac : Free lossless audio encoder and decoder
media-libs / fontconfig : A library for configuring and customizing font access
media-libs / giflib : Library to handle, display and manipulate GIF images
media-libs / glew : The OpenGL Extension Wrangler Library
media-libs / libglvnd : The GL Vendor-Neutral Dispatch library
media-libs / libogg : The Ogg media file format library
media-libs / libpng : Portable Network Graphics library
media-libs / libpulse : Libraries for PulseAudio clients
media-libs / libsdl2 : Simple Direct Media Layer
media-libs / libvorbis : The Ogg Vorbis sound file format library
media-libs / portaudio : A free, cross-platform, open-source, audio I/O library
media-libs / sdl2-image : Image file loading library
media-sound / lame : LAME Ain't an MP3 Encoder
media-sound / mpg123 : A meta package for realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3
net-libs / libpcap : A system-independent library for user-level network packet capture
net-misc / curl : A Client that groks URLs
sys-apps / pciutils : Various utilities dealing with the PCI bus
sys-libs / libcap : POSIX 1003.1e capabilities
sys-libs / libieee1284 : Library to query devices using IEEE1284
sys-libs / zlib : Standard (de)compression library
virtual / libintl : Virtual for the GNU Internationalization 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+
x11-libs / gtk+ : Gimp ToolKit +
x11-libs / libX11 : X.Org X11 library
x11-libs / pango : Internationalized text layout and rendering library
Runtime Dependencies
app-accessibility / at-spi2-core : D-Bus accessibility specifications and registration daemon
dev-libs / glib : The GLib library of C routines
media-libs / alsa-lib : Advanced Linux Sound Architecture Library
media-libs / flac : Free lossless audio encoder and decoder
media-libs / fontconfig : A library for configuring and customizing font access
media-libs / giflib : Library to handle, display and manipulate GIF images
media-libs / glew : The OpenGL Extension Wrangler Library
media-libs / libglvnd : The GL Vendor-Neutral Dispatch library
media-libs / libogg : The Ogg media file format library
media-libs / libpng : Portable Network Graphics library
media-libs / libpulse : Libraries for PulseAudio clients
media-libs / libsdl2 : Simple Direct Media Layer
media-libs / libvorbis : The Ogg Vorbis sound file format library
media-libs / portaudio : A free, cross-platform, open-source, audio I/O library
media-libs / sdl2-image : Image file loading library
media-sound / lame : LAME Ain't an MP3 Encoder
media-sound / mpg123 : A meta package for realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3
net-libs / libpcap : A system-independent library for user-level network packet capture
net-misc / curl : A Client that groks URLs
sys-apps / pciutils : Various utilities dealing with the PCI bus
sys-libs / libcap : POSIX 1003.1e capabilities
sys-libs / libieee1284 : Library to query devices using IEEE1284
sys-libs / zlib : Standard (de)compression library
virtual / libintl : Virtual for the GNU Internationalization Library
x11-libs / cairo : A vector graphics library with cross-device output support
x11-libs / gdk-pixbuf : Image loading library for GTK+
x11-libs / gtk+ : Gimp ToolKit +
x11-libs / libX11 : X.Org X11 library
x11-libs / pango : Internationalized text layout and rendering library
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Lucio Sauer · gentoo
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: force bash during src_compile
No need for a revbump, no real issue beside silencing errors. Only needed for src_compile's #!/bin/bash scripts called using SHELL, nonbash is fine for long'ish multibuild ./configure runs or install. Closes: https://bugs.gentoo.org/924116 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Ionen Wolkens · gentoo
app-emulation/vice: drop 3.7.1
Also drop ffmpeg stable mask given this is the last version with USE=ffmpeg. Not that this (forgotten) mask was still meaningful either way. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-emulation/vice: Stabilize 3.8-r1 x86, #922750
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-emulation/vice: Stabilize 3.8-r1 amd64, #922750
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-emulation/vice: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: revert mpg123 changes
Ended up updating it while bumping, but situation been changing so let's just keep it as-is for now. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: add 3.8
bug #834359: This version deprecates the old (library-based) ffmpeg support that is still broken with >=ffmpeg-5, so simply disable it. Apparently has new support for using the ffmpeg executable (untested). bug #914964: Caused by the new USE=egl-only on media-libs/glew which disables X support, so depend on [-egl-only(-)]. Switch to hard requiring zlib, could already only be disabled for non-gtk builds and then USE="sdl -gtk -zlib' fails to build. Not really worth worrying about unless someone wants this. Closes: https://bugs.gentoo.org/834359 Closes: https://bugs.gentoo.org/914964 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
app-emulation/vice: Drop obsolete media-sound/pulseaudio alt. dep
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: drop 3.6.1-r2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: stabilize 3.7.1 for amd64, x86
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: drop 3.7
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: add 3.7.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: add 3.7
ebuild changes: - drop IUSE=cpuhistory, new upstream default is enabled and just going with that (no deps, and impact should be minimal) - drop IUSE=jpeg, upstream removed support - drop --disable-static QA, not an issue with current portage and just harmless noise if still using an older one - replace deprecated atk dep - adjust for renamed configure options (may be some oversights given a lot of noise in build system changes). Upstream disabled catweasel/parsid/ssi2001 by default leaving only hardsid enabled out of this group. Given rather obscure, left disabled for now with the exception of parsid enabled with USE=parport. If someone use/know these and feel may make sense to enable with USE=pci, parport, or their own USE please file a bug. wrt bug #834359, unfortunately still broken and upstream instead added an explicit check: configure: error: ffmpeg version is not compatible. Use 4.x So keeping the <ffmpeg-5 dep, albeit it remains not overly important (could be removed/masked) and is off by default, shouldn't be a worry if ffmpeg-5 is to be unmasked. wrt bug #854537, odr issues seem fixed upstream Bug: https://bugs.gentoo.org/834359 Closes: https://bugs.gentoo.org/854537 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
Move {virtual -> app-alternatives}/yacc
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-emulation/vice: Keyword 3.6.1-r2 arm, #861008
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-emulation/vice: add media-libs/flac subslot dep
media-libs/flac-1.4.0 breaks ABI. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-emulation/vice: Keyword 3.6.1-r1 arm64, #861008
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: EAPI7->8
Been meaning to clean this up after realizing could use QA_ for --disable-static. Also update jpeg/pulseaudio deps while revbumping. Trivial so straight-to-stable'ing. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: depend on <ffmpeg-5
However, if left unresolved by upstream for too long, masking the USE sound like a better long term solution (this feature is not really essential). Albeit flag is disabled by default and shouldn't affect many. Bug: https://bugs.gentoo.org/834359 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: drop 3.5-r1, 3.6
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: stabilize 3.6.1 for amd64, x86
Simple bugfix release. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: add 3.6.1
Should've went with this bugfix release for next stable, giving it a few days and will fast stable. Nothing major but fixes some regressions/annoyance introduced in 3.6.0. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: stabilize 3.6 for amd64, x86
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: add 3.6
Upstream removed ffmpeg/lame bundled libs, they were already unused here but options to disable them are now unnecessary. Adds new IUSE=openmp, and new dep on libcap for IUSE=ethernet. html docs' Makefile.am no longer sets html files to be installed, but, while don't need the full website, the user manual is worthwhile so install it anyway alongside the new vim syntax files. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: drop 3.4_p38553
Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: stabilize 3.5-r1 for amd64, x86
Closes: https://bugs.gentoo.org/814962 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: enable midi support, tighten deps
Midi support can work either through alsa or oss, so enable if one of these is set (no extra deps). While revbumping for this, adjusted deps a bit (notably fails to build without [X] on gtk+:3). Also removed IUSE=ipv6 (enabled by default). Not moving to EAPI-8 yet given econf tries to pass an unrecognized --disable-static (bug #814380) Closes: https://bugs.gentoo.org/815913 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-emulation/vice: add cpuhistory flag, tidy ebuild
Also fixed USE=debug and a configure-stage direct AR call. Thanks-to: Vedran Vrbanc Closes: https://bugs.gentoo.org/782571 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-emulation/vice: add sdl2-image dep
Closes: https://bugs.gentoo.org/764530 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/vice: Version bump to 3.5
This fixes building against musl. Closes: https://bugs.gentoo.org/761529 Closes: https://bugs.gentoo.org/764218 Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-emulation/vice: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-emulation/vice: Stabilize 3.4_p38553 x86, #764128
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-emulation/vice: Stabilize 3.4_p38553 amd64, #764128
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/vice: Add missing x11-misc/xdg-utils dependency
Closes: https://bugs.gentoo.org/744835 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/vice: Add missing dos2unix dependency
Closes: https://bugs.gentoo.org/743178 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/vice: Drop old 3.4_p37605
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - James Le Cuirot · gentoo
app-emulation/vice: Bump 3.4 to rev 38553
This now adds desktop icons. Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
app-emulation/vice: update homepage and use https
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16239 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
app-emulation/vice: migrate from libav
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/vice: Drop old 3.1
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-emulation/vice: x86 stable wrt bug #716288
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-emulation/vice: amd64 stable wrt bug #716288
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
app-emulation/vice: Bump 3.4 to rev 37605, add SDL2 pkg-config patch
This includes GCC 10 fixes. Closes: https://bugs.gentoo.org/710990 Package-Manager: Portage-2.3.96, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-emulation/vice: Canonical variable order
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org> - James Le Cuirot · gentoo
app-emulation/vice: Bump to post 3.4 snapshot with multiple variants
The ebuild has been almost entirely rewritten. Many missing dependencies have been added. Multiple variants for GTK, SDL, and headless can now be installed simultaneously. Closes: https://bugs.gentoo.org/656722 Closes: https://github.com/gentoo/gentoo/pull/13504 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arfrever Frehtes Taifersar Arahesis · gentoo
*/*: Depend on >=x11-apps/mkfontscale-1.2.0 instead of x11-apps/mkfontdir.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
app-emulation/vice: Sort USE, DEPENDs
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
app-emulation/vice: Fix build with ffmpeg-4
Rename PATCH to PATCHES (again!) and restore missing patch. Thanks-to: Adam Jones <adam@eidolon.org.uk> Closes: https://bugs.gentoo.org/670620 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Arfrever Frehtes Taifersar Arahesis · gentoo
app-emulation/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). - Pacho Ramos · gentoo
app-emulation/vice: Drop old
Package-Manager: Portage-2.3.26, Repoman-2.3.7 - Pacho Ramos · gentoo
app-emulation/vice: amd64 stable, bug #648890
Package-Manager: Portage-2.3.26, Repoman-2.3.7 - Thomas Deutschmann · gentoo
app-emulation/vice: x86 stable (bug #648890)
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - David Seifert · gentoo
app-emulation/vice: Version bump to 3.1
Closes: https://bugs.gentoo.org/606534 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - David Seifert · gentoo
*games*/*: Dekeyword ppc/ia64/sparc
Closes: https://github.com/gentoo/gentoo/pull/4614 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Jimi Huotari · gentoo
app-emulation/vice: Version bump to 2.4.31.
Package-Manager: portage-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/2643 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Austin English · gentoo
app-emulation/vice: call xdg_environment_reset() in src_prepare() to avoid sandbox violations
Gentoo-Bug: https://bugs.gentoo.org/599576 Package-Manager: portage-2.3.2 - Jimi Huotari · gentoo
app-emulation/vice: Fix compiling with '>=media-video/ffmpeg-3'.
Add a patch to allow compiling '2.4.27-r2' with 'ffmpeg-3' installed. Backported from: https://sourceforge.net/p/vice-emu/code/31580/ Also change 'PATCH' to 'PATCHES'. Package-Manager: portage-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/2759 - Austin English · gentoo
app-emulation/vice: remove broken vice-2.4.27-r1, superseded by vice-2.4.27-r2
Package-Manager: portage-2.3.0 - Austin English · gentoo
app-emulation/vice: ensure that libraries are installed to /usr/lib64
Gentoo-Bug: https://bugs.gentoo.org/595968 Package-Manager: portage-2.3.0 - Austin English · gentoo
app-emulation/vice: remove deprecated games eclass
Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: portage-2.2.28 - Michael Sterrett · gentoo
app-emulation/vice: version bump
Package-Manager: portage-2.2.28 - Michael Sterrett · gentoo
old
Package-Manager: portage-2.2.24 - Agostino Sarubbo · gentoo
app-emulation/vice: ppc stable wrt bug #568078
Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
app-emulation/vice: x86 stable wrt bug #568078
Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Michael Sterrett · gentoo
clean old
Package-Manager: portage-2.2.24 - Agostino Sarubbo · gentoo
app-emulation/vice: amd64 stable wrt bug #568078
Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Michael Sterrett · gentoo
add readline slot dep
Package-Manager: portage-2.2.20.1 - Michael Sterrett · gentoo
restore mistakenly removed stable ebuild (bug #565442)
Package-Manager: portage-2.2.20.1 - Michael Sterrett · gentoo
version bump; clean old
Package-Manager: portage-2.2.20.1 - Tupone Alfredo · gentoo
app-emulation/vice: Fix format-security Bug #560838
Package-Manager: portage-2.2.20.1 - Agostino Sarubbo · gentoo
app-emulation/vice: ppc stable wrt bug #560226
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" - Agostino Sarubbo · gentoo
app-emulation/vice: x86 stable wrt bug #560226
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" - Agostino Sarubbo · gentoo
app-emulation/vice: amd64 stable wrt bug #560226
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" - 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