summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-01-31 17:57:14 +0000
committerTim Biermann <tbier@posteo.de>2021-01-31 18:04:34 +0000
commitd3be85de6306770ce9314f393c36d77fb489384f (patch)
treea6b667e324a1476b2b9c6b5e9842da2975d0bd87
parente94d449f46cc09cd257d319d4fde68adf0124e15 (diff)
downloadopt-d3be85de6306770ce9314f393c36d77fb489384f.tar.gz
opt-d3be85de6306770ce9314f393c36d77fb489384f.tar.xz
spice-protocol: deleted unmaintained port
-rw-r--r--spice-protocol/.footprint20
-rw-r--r--spice-protocol/.signature5
-rw-r--r--spice-protocol/Pkgfile16
3 files changed, 0 insertions, 41 deletions
diff --git a/spice-protocol/.footprint b/spice-protocol/.footprint
deleted file mode 100644
index 1136131b4..000000000
--- a/spice-protocol/.footprint
+++ /dev/null
@@ -1,20 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/spice-1/
-drwxr-xr-x root/root usr/include/spice-1/spice/
--rw-r--r-- root/root usr/include/spice-1/spice/barrier.h
--rw-r--r-- root/root usr/include/spice-1/spice/end-packed.h
--rw-r--r-- root/root usr/include/spice-1/spice/enums.h
--rw-r--r-- root/root usr/include/spice-1/spice/ipc_ring.h
--rw-r--r-- root/root usr/include/spice-1/spice/macros.h
--rw-r--r-- root/root usr/include/spice-1/spice/protocol.h
--rw-r--r-- root/root usr/include/spice-1/spice/qxl_dev.h
--rw-r--r-- root/root usr/include/spice-1/spice/qxl_windows.h
--rw-r--r-- root/root usr/include/spice-1/spice/start-packed.h
--rw-r--r-- root/root usr/include/spice-1/spice/stats.h
--rw-r--r-- root/root usr/include/spice-1/spice/stream-device.h
--rw-r--r-- root/root usr/include/spice-1/spice/types.h
--rw-r--r-- root/root usr/include/spice-1/spice/vd_agent.h
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/pkgconfig/
--rw-r--r-- root/root usr/share/pkgconfig/spice-protocol.pc
diff --git a/spice-protocol/.signature b/spice-protocol/.signature
deleted file mode 100644
index 1c7c601e3..000000000
--- a/spice-protocol/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/R5oVG4u6NTMn2FuO64cB4K7vSbPJRZLRRkqSXzpYrsaqURr12tdQ2wslycjlN7Fgvttfs2Xj1tukWxDptqmTww=
-SHA256 (Pkgfile) = 597caf3d89edc33b27a8427a58214ded4b4cdd920f5be0546ded6645140029e5
-SHA256 (.footprint) = 7647c963d1e6ad7b55e2927850d536b9a6aa51a5fed5a86b1da8116add090c57
-SHA256 (spice-protocol-0.14.3.tar.xz) = f986e5bc2a1598532c4897f889afb0df9257ac21c160c083703ae7c8de99487a
diff --git a/spice-protocol/Pkgfile b/spice-protocol/Pkgfile
deleted file mode 100644
index b9c9f264d..000000000
--- a/spice-protocol/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: Protocol headers for interaction with virtualized desktop devices
-# URL: https://spice-space.org
-# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: meson ninja
-
-name=spice-protocol
-version=0.14.3
-release=1
-source=(https://spice-space.org/download/releases/$name-$version.tar.xz)
-
-build() {
- meson setup build $name-$version \
- --prefix=/usr \
- --buildtype=plain
- DESTDIR=$PKG meson install -C build
-}

Generated by cgit