diff options
author | Aisha Tammy <floss@bsd.ac> | 2021-04-20 08:56:00 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 15:45:16 +0300 |
commit | b5279a16246ddb41e964039e52c677fae58e8047 (patch) | |
tree | 0cba1d9b5ce3a26ed9a8756597ac0944b349ba88 /gui-libs/wayfire-plugins-extra | |
parent | x11-misc/fbpager: EAPI bump, revbump. (diff) | |
download | gentoo-b5279a16246ddb41e964039e52c677fae58e8047.tar.gz gentoo-b5279a16246ddb41e964039e52c677fae58e8047.tar.bz2 gentoo-b5279a16246ddb41e964039e52c677fae58e8047.zip |
gui-wm/wayfire: drop old unstable versions
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'gui-libs/wayfire-plugins-extra')
-rw-r--r-- | gui-libs/wayfire-plugins-extra/Manifest | 1 | ||||
-rw-r--r-- | gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0-r1.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/gui-libs/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest index 89873091cb8e..61fc021a3331 100644 --- a/gui-libs/wayfire-plugins-extra/Manifest +++ b/gui-libs/wayfire-plugins-extra/Manifest @@ -1,2 +1 @@ -DIST wayfire-plugins-extra-0.6.0.tar.gz 47411 BLAKE2B 32f784abff6b0f05cdfde0bd491e6c8321eb6038f5ac49ff5b241e628abfb0002289fac6f1deaef4148fd8e071ad08c54ea15a441f9d6356ca43bbf4beb9c7b6 SHA512 2ad35cc54892cf716e8492227f96cab7eb89173294ef928115ca998c8c06e9daef69f60d6d11c5393a3038ded0184ccaa404552fe6035a019682d2fdbe4b768d DIST wayfire-plugins-extra-0.7.0.tar.xz 74312 BLAKE2B f72d706502499e4d467a4b59e10f66628024be1bab1c5e10c807758869c9b9e4aacbe426c2db0e3faa5ab166f7e4f4d0f1c345e205c6747a16a164745c6f0d74 SHA512 ff25a4685c88ca0129a2372b216166246cab072c2cb4f84eb7bd500db525bf5881bd7e54d0d888473d4aab0e5b33d2ee13eb7f788bb2a524e1e8e0c5efc1a6bd diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0-r1.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0-r1.ebuild deleted file mode 100644 index 825614adab0e..000000000000 --- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.6.0-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="extra plugins for wayfire" -HOMEPAGE="https://github.com/WayfireWM/wayfire-plugins-extra" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git" -else - SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -DEPEND=" - dev-cpp/glibmm:2 - >=gui-libs/wlroots-0.11.0 - >=gui-wm/wayfire-${PV%.*} - x11-libs/cairo -" -RDEPEND="${DEPEND}" - -BDEPEND=" - dev-libs/wayland-protocols - virtual/pkgconfig -" |