commit: 625e7153ff9accf8d8ee8d4b4857073825a8469d
parent: c4f4cbf235bba04bdb62bd1f05e58e3a042091eb
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 30 Sep 2019 02:42:47 +0200
gui-apps/{grim,slurp}: I reviewd the ::gentoo ones
Diffstat:
4 files changed, 0 insertions(+), 68 deletions(-)
diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest
@@ -1 +0,0 @@
-DIST grim-1.2.0.tar.gz 14445 BLAKE2B e833afe5e57768e269ece0d7f99653810424449840867a37f02db4645a0dedd7829241d24a39ca00e844505ab5d2408891aac325e7f6ddd2011884fee240b44b SHA512 d58e392f00b93e031fd46a9e0175aaa5c3ce4fafb2afa3cc97ff28a9f77fc5583774f6ddf86295262749c00dd7c4e98c6041588bfa6fd70319ddfce6b903414e
diff --git a/gui-apps/grim/grim-1.2.0.ebuild b/gui-apps/grim/grim-1.2.0.ebuild
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Grab images from a Wayland compositor"
-HOMEPAGE="https://wayland.emersion.fr/grim"
-SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- x11-libs/cairo:=
- dev-libs/wayland:=
- virtual/jpeg:=
-"
-DEPEND="
- ${RDEPEND}
- app-text/scdoc
-"
-
-src_configure() {
- local emesonargs=(
- "-Dwerror=false"
- )
-
- meson_src_configure
-}
diff --git a/gui-apps/slurp/Manifest b/gui-apps/slurp/Manifest
@@ -1 +0,0 @@
-DIST slurp-1.2.0.tar.gz 15317 BLAKE2B 92de74abb54b2d53334e0f0c5d08b0b50e9c4583eb192226e38fcefa07cce2265f808ce81c04170e65d3c1209fa263352e3d70cc0a7cf745ed5e18d57c4d3af6 SHA512 443cd497049a5128e80a48c7b2afcc555a8d58a5eacc2dc6207058a9a399bc9e9804c7bca8b010af63f8be99000c05245720bd3e8cca248a74d5aa63a7faf4f9
diff --git a/gui-apps/slurp/slurp-1.2.0.ebuild b/gui-apps/slurp/slurp-1.2.0.ebuild
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Select a region in a Wayland compositor and print it to stdout"
-HOMEPAGE="https://wayland.emersion.fr/slurp"
-SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- x11-libs/cairo:=
- dev-libs/wayland:=
-"
-
-DEPEND="
- ${DEPEND}
- app-text/scdoc
-"
-
-src_configure() {
- local emesonargs=(
- "-Dwerror=false"
- )
-
- meson_src_configure
-}