From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vice/
Date: Sat, 5 Feb 2022 23:39:24 +0000 (UTC) [thread overview]
Message-ID: <1644104279.7773cc122a9fbd0fa23c41c6be39c3804f27a4d1.ionen@gentoo> (raw)
commit: 7773cc122a9fbd0fa23c41c6be39c3804f27a4d1
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 5 22:25:48 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Feb 5 23:37:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7773cc12
app-emulation/vice: drop 3.5-r1, 3.6
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-emulation/vice/Manifest | 2 -
app-emulation/vice/vice-3.5-r1.ebuild | 176 -------------------------------
app-emulation/vice/vice-3.6.ebuild | 193 ----------------------------------
3 files changed, 371 deletions(-)
diff --git a/app-emulation/vice/Manifest b/app-emulation/vice/Manifest
index 85a4736dd3bd..ffc8aa7514d5 100644
--- a/app-emulation/vice/Manifest
+++ b/app-emulation/vice/Manifest
@@ -1,3 +1 @@
-DIST vice-3.5.tar.gz 22557578 BLAKE2B 5573951052c2c7b2beb4dd194ad8612c53e484e47a4d935e0dbc880f2f06611252add3631f99c9656f2c941088d0147b0783020ffcc5a29505bab75ef8dc128e SHA512 02f364c1645138cacb461346d44de8f524fb2aba7d980181caf039c46ca9d30db98466e5b0e56e6a41417cd7bbd63d73bf6eb110af1271e23732e320dd1fab70
DIST vice-3.6.1.tar.gz 11454300 BLAKE2B 129171380f3bd23d579dc29a96419446169cf9a98d2fec82951fa192914846053d213a19b395c9ca30596859cce35bcfea0de0c0a7461c45cb38511a546ca4b2 SHA512 9aeb1c84dc71976d12a9907d60c637ec4cc938aad103340b70a13906bbf2bebab579edc78221c7fba47f0750be3f9ded947200b42fcfc8a9169fb4bb9f288cb7
-DIST vice-3.6.tar.gz 11389599 BLAKE2B 6ebf0a235f059cd4b4a6408e32657babfb1d8bd15c101764ea05224830caf1f53807434b7556ea2aa494e7fcc8f8f19b44e9202572679e76f0a147f52941575a SHA512 4e17ccf6b57a26cb439549fe0e9097045aaf78b3a291df8b47e16bf54c585194d38961a7d17d0c1c9e76e6e2aea7aa6e513cfcdbe9802363f2d885e9fb50bee9
diff --git a/app-emulation/vice/vice-3.5-r1.ebuild b/app-emulation/vice/vice-3.5-r1.ebuild
deleted file mode 100644
index feb7dc528716..000000000000
--- a/app-emulation/vice/vice-3.5-r1.ebuild
+++ /dev/null
@@ -1,176 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multibuild toolchain-funcs xdg
-
-DESCRIPTION="The Versatile Commodore Emulator"
-HOMEPAGE="https://vice-emu.sourceforge.io/"
-SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="
- alsa cpuhistory debug doc ethernet ffmpeg flac gif +gtk headless jpeg
- lame mpg123 ogg oss parport pci png portaudio pulseaudio sdl zlib"
-REQUIRED_USE="
- || ( gtk headless sdl )
- gtk? ( zlib )"
-
-RDEPEND="
- sys-libs/readline:=
- virtual/libintl
- alsa? ( media-libs/alsa-lib )
- ethernet? (
- net-libs/libnet:1.1
- net-libs/libpcap
- )
- ffmpeg? ( media-video/ffmpeg:= )
- flac? ( media-libs/flac )
- gif? ( media-libs/giflib:= )
- gtk? (
- dev-libs/atk
- dev-libs/glib:2
- media-libs/fontconfig:1.0
- media-libs/glew:0=
- virtual/opengl
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3[X]
- x11-libs/libX11
- x11-libs/pango
- )
- jpeg? ( virtual/jpeg )
- lame? ( media-sound/lame )
- mpg123? ( media-sound/mpg123 )
- ogg? (
- media-libs/libogg
- media-libs/libvorbis
- )
- parport? ( sys-libs/libieee1284 )
- pci? ( sys-apps/pciutils )
- png? ( media-libs/libpng:= )
- portaudio? ( media-libs/portaudio )
- pulseaudio? ( media-sound/pulseaudio )
- sdl? (
- media-libs/libsdl2[video]
- media-libs/sdl2-image
- )
- zlib? ( sys-libs/zlib:= )"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto"
-BDEPEND="
- app-arch/unzip
- app-text/dos2unix
- dev-embedded/xa
- dev-lang/perl
- sys-apps/texinfo
- sys-devel/flex
- sys-devel/gettext
- virtual/pkgconfig
- virtual/yacc
- doc? ( virtual/texi2dvi )
- gtk? ( x11-misc/xdg-utils )"
-
-src_prepare() {
- default
-
- # Delete some bundled libraries.
- rm -r src/lib/lib{ffmpeg,lame,x264} || die
-
- # Strip the predefined C(XX)FLAGS.
- sed -i -r 's:(VICE_C(XX)?FLAGS=)"[^$]+":\1:' configure || die
-
- MULTIBUILD_VARIANTS=(
- $(usev gtk)
- $(usev headless)
- $(usev sdl)
- )
-
- # Debug build currently broken without copy sources.
- multibuild_copy_sources
-}
-
-src_configure() {
- tc-export AR
-
- multibuild_foreach_variant run_in_build_dir multibuild_src_configure
-}
-
-multibuild_src_configure() {
- # Append ".variant" to x* programs if building multiple variants.
- local xform
- if [[ ${#MULTIBUILD_VARIANTS[@]} -gt 1 ]]; then
- xform="/^x/s/\$/.${MULTIBUILD_VARIANT}/"
- fi
-
- vice-multi_enable() {
- if [[ ${MULTIBUILD_VARIANT} == ${1} ]]; then
- echo --enable-${2}
- else
- echo --disable-${2}
- fi
- }
-
- local econfargs=(
- --program-transform-name="${xform}"
- $(vice-multi_enable gtk desktop-files)
- $(vice-multi_enable gtk native-gtk3ui)
- $(vice-multi_enable headless headlessui)
- $(vice-multi_enable sdl sdlui2)
- $(use_enable cpuhistory)
- $(use_enable debug debug-gtk3ui)
- $(use_enable debug)
- $(use_enable doc pdf-docs)
- $(use_enable ethernet)
- $(use_enable ffmpeg external-ffmpeg)
- $(use_enable lame)
- $(use_enable parport libieee1284)
- $(use_enable portaudio)
- $(use_with alsa)
- $(use_with flac)
- $(use_with gif)
- $(use_with jpeg)
- $(use_with mpg123)
- $(use_with ogg vorbis)
- $(use_with oss)
- $(use_with png)
- $(use_with pulseaudio pulse)
- $(use_with zlib)
- $(usex alsa --enable-midi $(use_enable oss midi))
- $(usex pci '' ac_cv_header_pci_pci_h=no)
- --disable-arch
- --disable-sdlui
- --disable-shared-ffmpeg
- --disable-static-ffmpeg
- --disable-static-lame
- --enable-html-docs
- --enable-ipv6
- ac_cv_lib_ungif_EGifPutLine=no # ensure use giflib, not ungif
- )
-
- econf "${econfargs[@]}"
-}
-
-src_compile() {
- multibuild_foreach_variant run_in_build_dir emake
-}
-
-src_install() {
- # Get xdg-desktop-menu to play nicely while doing the install.
- dodir /etc/xdg/menus /usr/share/{applications,desktop-directories}
-
- XDG_UTILS_INSTALL_MODE=system \
- XDG_DATA_DIRS="${ED}"/usr/share \
- XDG_CONFIG_DIRS="${ED}"/etc/xdg \
- multibuild_foreach_variant run_in_build_dir default
-
- rm -f "${ED}"/usr/share/applications/*.cache || die
-
- # Delete the bundled fonts. These could be packaged separately but
- # they're only for the HTML documentation.
- rm -r "${ED}"/usr/share/doc/${PF}/html/fonts || die
-}
diff --git a/app-emulation/vice/vice-3.6.ebuild b/app-emulation/vice/vice-3.6.ebuild
deleted file mode 100644
index bd83effcd4fd..000000000000
--- a/app-emulation/vice/vice-3.6.ebuild
+++ /dev/null
@@ -1,193 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# --enable-static-lame triggers bug #814380 with EAPI-8, could work
-# around but staying EAPI-7 for now unless there's some urgency
-EAPI=7
-
-inherit multibuild toolchain-funcs xdg
-
-DESCRIPTION="The Versatile Commodore Emulator"
-HOMEPAGE="https://vice-emu.sourceforge.io/"
-SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz"
-S="${WORKDIR}/${P}.0"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="
- alsa cpuhistory debug doc ethernet ffmpeg flac gif +gtk headless jpeg
- lame mpg123 ogg openmp oss parport pci png portaudio pulseaudio sdl zlib"
-REQUIRED_USE="
- || ( gtk headless sdl )
- gtk? ( zlib )"
-
-# ffmpeg/lame are loaded by dlopen(), keeping := to rebuild with same headers
-RDEPEND="
- virtual/libintl
- alsa? ( media-libs/alsa-lib )
- ethernet? (
- net-libs/libpcap
- sys-libs/libcap
- )
- ffmpeg? ( media-video/ffmpeg:= )
- flac? ( media-libs/flac )
- gif? ( media-libs/giflib:= )
- gtk? (
- dev-libs/atk
- dev-libs/glib:2
- media-libs/fontconfig:1.0
- media-libs/glew:0=
- sys-libs/readline:=
- virtual/opengl
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3[X]
- x11-libs/libX11
- x11-libs/pango
- )
- jpeg? ( virtual/jpeg )
- lame? ( media-sound/lame )
- mpg123? ( media-sound/mpg123 )
- ogg? (
- media-libs/libogg
- media-libs/libvorbis
- )
- parport? ( sys-libs/libieee1284 )
- pci? ( sys-apps/pciutils )
- png? ( media-libs/libpng:= )
- portaudio? ( media-libs/portaudio )
- pulseaudio? ( media-sound/pulseaudio )
- sdl? (
- media-libs/libsdl2[video]
- media-libs/sdl2-image
- sys-libs/readline:=
- )
- zlib? ( sys-libs/zlib:= )"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto"
-BDEPEND="
- app-arch/unzip
- app-text/dos2unix
- dev-embedded/xa
- dev-lang/perl
- sys-apps/texinfo
- sys-devel/flex
- sys-devel/gettext
- virtual/pkgconfig
- virtual/yacc
- doc? ( virtual/texi2dvi )
- gtk? ( x11-misc/xdg-utils )"
-
-pkg_pretend() {
- [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
- [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-src_prepare() {
- default
-
- # Strip the predefined C(XX)FLAGS.
- sed -i -r 's:(VICE_C(XX)?FLAGS=)"[^$]+":\1:' configure || die
-
- MULTIBUILD_VARIANTS=(
- $(usev gtk)
- $(usev headless)
- $(usev sdl)
- )
-
- # Debug build currently broken without copy sources.
- multibuild_copy_sources
-}
-
-src_configure() {
- tc-export AR
-
- multibuild_foreach_variant run_in_build_dir multibuild_src_configure
-}
-
-multibuild_src_configure() {
- # Append ".variant" to x* programs if building multiple variants.
- local xform
- (( ${#MULTIBUILD_VARIANTS[@]} > 1 )) &&
- xform="/^x/s/\$/.${MULTIBUILD_VARIANT}/"
-
- vice-multi_enable() {
- if [[ ${MULTIBUILD_VARIANT} == ${1} ]]; then
- echo --enable-${2}
- else
- echo --disable-${2}
- fi
- }
-
- local econfargs=(
- --program-transform-name="${xform}"
- $(vice-multi_enable gtk desktop-files)
- $(vice-multi_enable gtk native-gtk3ui)
- $(vice-multi_enable headless headlessui)
- $(vice-multi_enable sdl sdlui2)
- $(usex debug $(vice-multi_enable gtk debug-gtk3ui) --disable-debug-gtk3ui)
- $(use_enable cpuhistory)
- $(use_enable debug)
- $(use_enable doc pdf-docs)
- $(use_enable ethernet)
- $(use_enable ffmpeg external-ffmpeg)
- $(use_enable lame)
- $(use_enable openmp)
- $(use_enable parport libieee1284)
- $(use_enable portaudio)
- $(use_with alsa)
- $(use_with flac)
- $(use_with gif)
- $(use_with jpeg)
- $(use_with mpg123)
- $(use_with ogg vorbis)
- $(use_with oss)
- $(use_with png)
- $(use_with pulseaudio pulse)
- $(use_with zlib)
- $(usex alsa --enable-midi $(use_enable oss midi))
- $(usex pci '' ac_cv_header_pci_pci_h=no)
- --disable-arch
- --disable-sdlui
- ac_cv_lib_ungif_EGifPutLine=no # ensure use giflib, not ungif
-
- # $(use_with curl libcurl) # new in 3.6 but is a unused placeholder
- # --enable-io-simulation # likewise
- )
-
- econf "${econfargs[@]}"
-}
-
-src_compile() {
- multibuild_foreach_variant run_in_build_dir emake
-}
-
-src_install() {
- # Get xdg-desktop-menu to play nicely while doing the install.
- dodir /etc/xdg/menus /usr/share/{applications,desktop-directories}
-
- XDG_UTILS_INSTALL_MODE=system \
- XDG_DATA_DIRS="${ED}"/usr/share \
- XDG_CONFIG_DIRS="${ED}"/etc/xdg \
- multibuild_foreach_variant run_in_build_dir default
-
- rm -f "${ED}"/usr/share/applications/*.cache || die
-
- vice-install_extras() {
- docinto html
- dodoc doc/html/*.{html,css}
- dodoc -r doc/html/images
-
- insinto /usr/share/vim/vimfiles/ftdetect
- doins doc/vim/ftdetect/*.vim
-
- insinto /usr/share/vim/vimfiles/syntax
- doins doc/vim/syntax/*.vim
- }
- multibuild_for_best_variant run_in_build_dir vice-install_extras
-}
next reply other threads:[~2022-02-05 23:39 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-05 23:39 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-13 8:59 [gentoo-commits] repo/gentoo:master commit in: app-emulation/vice/ Sam James
2025-03-13 8:59 Sam James
2025-02-22 3:07 Ionen Wolkens
2024-02-08 17:47 Ionen Wolkens
2024-01-28 20:00 Arthur Zamarin
2024-01-23 16:40 Sam James
2024-01-05 10:25 Ionen Wolkens
2023-12-26 14:39 Ionen Wolkens
2023-06-11 10:44 Andreas Sturmlechner
2023-01-30 19:11 Ionen Wolkens
2023-01-26 15:13 Ionen Wolkens
2022-12-29 20:29 Ionen Wolkens
2022-12-28 12:17 Ionen Wolkens
2022-12-26 13:33 Ionen Wolkens
2022-10-29 19:43 Sam James
2022-07-29 17:52 Arthur Zamarin
2022-07-26 1:39 Ionen Wolkens
2022-02-28 11:28 Ionen Wolkens
2022-02-03 11:31 Ionen Wolkens
2022-01-26 3:32 Ionen Wolkens
2022-01-26 1:09 Ionen Wolkens
2021-12-26 23:40 Ionen Wolkens
2021-10-11 18:21 Ionen Wolkens
2021-10-03 11:19 Ionen Wolkens
2021-06-22 5:43 Ionen Wolkens
2021-01-09 3:09 Sam James
2021-01-07 16:28 James Le Cuirot
2021-01-07 11:33 Sam James
2021-01-07 5:09 Sam James
2021-01-07 0:58 Sam James
2020-09-26 17:33 James Le Cuirot
2020-09-18 20:44 James Le Cuirot
2020-06-14 19:42 James Le Cuirot
2020-04-25 17:30 Mikle Kolyada
2020-04-14 12:32 Agostino Sarubbo
2020-04-08 10:57 Agostino Sarubbo
2020-02-22 22:21 David Seifert
2020-02-22 22:10 James Le Cuirot
2018-11-29 22:04 Andreas Sturmlechner
2018-03-28 18:36 Pacho Ramos
2018-01-21 10:20 David Seifert
2017-12-10 9:27 Ulrich Müller
2017-01-26 22:48 David Seifert
2017-01-19 1:11 Austin English
2016-10-14 17:49 Austin English
2016-10-14 17:49 Austin English
2016-07-01 18:41 Austin English
2015-12-29 7:41 Michael Sterrett
2015-12-14 14:12 Agostino Sarubbo
2015-11-12 6:51 Michael Sterrett
2015-09-22 8:57 Agostino Sarubbo
2015-09-19 13:30 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1644104279.7773cc122a9fbd0fa23c41c6be39c3804f27a4d1.ionen@gentoo \
--to=ionen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox