diff --git a/net-libs/pipewire/pipewire-0.26.ebuild b/net-libs/pipewire/pipewire-0.26.ebuild deleted file mode 100644 index dc227d9fc22ab5a698be1a27667d14cc3e66751d..0000000000000000000000000000000000000000 --- a/net-libs/pipewire/pipewire-0.26.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2013 Canek Peláez -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit git-r3 gnome2-utils meson - -DESCRIPTION="PipeWire is a project that aims to greatly improve handling of - audio and video under Linux" -HOMEPAGE="https://pipewire.org/" -EGIT_REPO_URI="https://github.com/PipeWire/pipewire.git" -EGIT_COMMIT="0.2.6" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="X docs libva sbc sdl systemd" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - sys-apps/dbus - media-libs/alsa-lib - >=dev-libs/glib-2.32 - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - X? ( x11-libs/libX11 ) - sdl? ( media-libs/libsdl2 ) - libva? ( x11-libs/libva ) - sbc? ( media-libs/sbc ) - systemd? ( sys-apps/systemd ) - docs? ( app-doc/doxygen - app-doc/xmltoman ) -" -DEPEND=" - ${RDEPEND} -" - -src_configure() { - meson_src_configure -} - -src_install() { - meson_src_install -} diff --git a/net-misc/gnome-remote-desktop/gnome-remote-desktop-0.1.7.ebuild b/net-misc/gnome-remote-desktop/gnome-remote-desktop-0.1.7.ebuild deleted file mode 100644 index 044cbe06f3d5b0050d9a5814d332d7be3b019323..0000000000000000000000000000000000000000 --- a/net-misc/gnome-remote-desktop/gnome-remote-desktop-0.1.7.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2013 Canek Peláez -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit git-r3 gnome2-utils meson - -DESCRIPTION="GNOME Remote desktop server" -HOMEPAGE="https://gitlab.gnome.org/jadahl/gnome-remote-desktop/" -EGIT_REPO_URI="https://gitlab.gnome.org/jadahl/gnome-remote-desktop.git" -EGIT_COMMIT="0.1.7" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - sys-apps/systemd - dev-libs/glib:2 - >=net-libs/pipewire-0.2.5 - app-crypt/libsecret - x11-libs/libnotify -" -DEPEND=" - ${RDEPEND} -" - -src_configure() { - meson_src_configure -} - -src_install() { - meson_src_install -} - -pkg_postinst() { - gnome2_schemas_update -} - -pkg_postrm() { - gnome2_schemas_update -}