diff options
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice-html5/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/spice-html5/metadata.xml | 13 | ||||
-rw-r--r-- | app-emulation/spice-html5/spice-html5-0.3.0-r1.ebuild | 24 |
3 files changed, 0 insertions, 38 deletions
diff --git a/app-emulation/spice-html5/Manifest b/app-emulation/spice-html5/Manifest deleted file mode 100644 index 7ac86ce35..000000000 --- a/app-emulation/spice-html5/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST spice-html5-spice-html5-0.3.0.tar.bz2 397775 BLAKE2B 8b03203e0a0377d6ae2b14cd4cad058f09c2073f00eda430330dfb9039bd6f0ff8cc817c9ef7728f3a876ece154ea1455dded8aaffa063ddec0c7df9e994aff0 SHA512 0a7c9584a6afad4097909c47d86bdedc6d9d5859cd421daa9834ece1ef11cc43cb1dce68985511e1d1d82d5055ca9025e6705b91ba3130b0e6a05edcf67fe7d0 diff --git a/app-emulation/spice-html5/metadata.xml b/app-emulation/spice-html5/metadata.xml deleted file mode 100644 index d28f6d35a..000000000 --- a/app-emulation/spice-html5/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <description>co-maintainers welcome</description> - <email>lssndrbarbieri@gmail.com</email> - <name>Alessandro Barbieri</name> - </maintainer> - <upstream> - <bugs-to>https://gitlab.freedesktop.org/spice/spice-html5/-/issues</bugs-to> - <remote-id type="freedesktop-gitlab">spice/spice-html5</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-emulation/spice-html5/spice-html5-0.3.0-r1.ebuild b/app-emulation/spice-html5/spice-html5-0.3.0-r1.ebuild deleted file mode 100644 index 7514ad166..000000000 --- a/app-emulation/spice-html5/spice-html5-0.3.0-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2019-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Spice Javascript client" -HOMEPAGE="https://gitlab.freedesktop.org/spice/spice-html5" -SRC_URI="https://gitlab.freedesktop.org/spice/${PN}/-/archive/${P}/${PN}-${P}.tar.bz2" -S="${WORKDIR}/${PN}-${P}" - -LICENSE="LGPL-3 MIT" -SLOT="0" -KEYWORDS="~amd64" - -src_prepare() { - default - sed -e "s/VERSION/${PV}/" < package.json.in > package.json || die -} - -src_install() { - dodoc README TODO apache.conf.sample - insinto /usr/share/spice-html5 - doins -r src ./*.html ./*.json ./*.css -} |