gui-apps/mpvpaper: drop 1.2, 1.3

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-01-23 00:47:09 +09:00
parent 75fe43c4fe
commit 733ec8846b
3 changed files with 0 additions and 62 deletions

View File

@@ -1,3 +1 @@
DIST mpvpaper-1.2.tar.gz 88081 BLAKE2B 76b24fbed73de74c3a62a066b4b75b235eec62036ddb0aa5377c3cfff0171509665ed78a32901631b29ab632a33b1a9d881874b655aa839c3167c4c94654b271 SHA512 893f6b246a65a748430e2738709d93ff2f5b330988918d6713cc3284c29295b374b6543feceaaba745f9c92e2a4c51c0c5cd9dca8450c863668b0968b1c0c30e
DIST mpvpaper-1.3.tar.gz 88189 BLAKE2B 04fe14bcd9a03fab616231f4a594322535eca503b07d3180fc04f4acc0204d659aae80fe455c8992721073bdd8fb04063de5f984337fbad8275258b5986e6558 SHA512 2f4e4d80de55bc66f2940e6471aba32e26b8245a2f36cbb7da69af98a796ab6c321008f1d1e63c178b78a9b6809c1afc163eff4b6d2374a823f64e1736220e03
DIST mpvpaper-1.4.tar.gz 88506 BLAKE2B ded61ce6c922c3cf1786f8c23490c186a4c2cf43d0c9101fde55d268af6ae370d26934ed73e0dce6a31ebace9f8abbbcd93439d395c2320b75619e0ea733bb96 SHA512 23a5859705319bea6508a09df3ea791b976326dcaa8a7df86e0b38754017a1bcb0c594b967db91abe2d631fe9f07454399f57f447fd14192c6f9ede4d479f1d2

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A video wallpaper program for wlroots based wayland compositors"
HOMEPAGE="https://github.com/GhostNaN/mpvpaper"
inherit meson
case "${PV}" in
9999)
inherit git-r3
EGIT_REPO_URI="https://github.com/GhostNaN/mpvpaper.git"
;;
*)
SRC_URI="https://github.com/GhostNaN/mpvpaper/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
esac
LICENSE="GPL-3"
SLOT="0"
RESTRICT="mirror test"
RDEPEND="
media-video/mpv[libmpv]
gui-libs/wlroots
"
DEPEND="${RDEPEND}"

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A video wallpaper program for wlroots based wayland compositors"
HOMEPAGE="https://github.com/GhostNaN/mpvpaper"
inherit meson
case "${PV}" in
9999)
inherit git-r3
EGIT_REPO_URI="https://github.com/GhostNaN/mpvpaper.git"
;;
*)
SRC_URI="https://github.com/GhostNaN/mpvpaper/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
esac
LICENSE="GPL-3"
SLOT="0"
RESTRICT="mirror test"
RDEPEND="
media-video/mpv[libmpv]
gui-libs/wlroots
"
DEPEND="${RDEPEND}"