Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
Date: Mon, 17 Aug 2020 16:32:35
Message-Id: 1597681931.5cf13c1eee7fdb74078d79a2c85d1fe2fdde192c.bman@gentoo
1 commit: 5cf13c1eee7fdb74078d79a2c85d1fe2fdde192c
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 17 16:32:11 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 17 16:32:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf13c1e
7
8 gui-apps/grim: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 gui-apps/grim/Manifest | 2 --
13 gui-apps/grim/grim-1.2.0.ebuild | 44 -----------------------------------------
14 gui-apps/grim/grim-1.3.0.ebuild | 44 -----------------------------------------
15 3 files changed, 90 deletions(-)
16
17 diff --git a/gui-apps/grim/Manifest b/gui-apps/grim/Manifest
18 index 4ce0870757f..b1849422948 100644
19 --- a/gui-apps/grim/Manifest
20 +++ b/gui-apps/grim/Manifest
21 @@ -1,3 +1 @@
22 -DIST grim-1.2.0.tar.gz 14445 BLAKE2B e833afe5e57768e269ece0d7f99653810424449840867a37f02db4645a0dedd7829241d24a39ca00e844505ab5d2408891aac325e7f6ddd2011884fee240b44b SHA512 d58e392f00b93e031fd46a9e0175aaa5c3ce4fafb2afa3cc97ff28a9f77fc5583774f6ddf86295262749c00dd7c4e98c6041588bfa6fd70319ddfce6b903414e
23 -DIST grim-1.3.0.tar.gz 15103 BLAKE2B 3a0ad4370b2a074945b1412ded14b90155a0138337314a1834dc25217e2ce13b2ca5c925fd164c9363dff059def4caab036d01b5b68c21211af4ace11e558c02 SHA512 de56046375da1a0c4d787a39d97e18af964dbf40b0d18c6f99c68b4bf054cf6712ba653d69711d3bc6f50870a23649959d67c0b150ac5c637e8c9e74b0eba2e6
24 DIST grim-1.3.1.tar.gz 15778 BLAKE2B 7dc1f2fbc9e0f81c41d8ca535346d185a0f6c7a0ee28f0168a29864a36d1077be961278c1be3e647aa09165d9f3800e1bc7979f9fca95f8b39c339d621cd984d SHA512 07d04681ec589bf3e48b14c3bfcdc2a6012dfe5c5c2d7ee0cba95bc128187ca0de19ec04140dbe00907778f3d68844e6a90dc35365dafa489d65048b590fdf1b
25
26 diff --git a/gui-apps/grim/grim-1.2.0.ebuild b/gui-apps/grim/grim-1.2.0.ebuild
27 deleted file mode 100644
28 index 818ccfb4b9e..00000000000
29 --- a/gui-apps/grim/grim-1.2.0.ebuild
30 +++ /dev/null
31 @@ -1,44 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit meson
38 -
39 -DESCRIPTION="Grab images from a Wayland compositor."
40 -HOMEPAGE="https://github.com/emersion/grim"
41 -
42 -if [[ ${PV} == 9999 ]]; then
43 - inherit git-r3
44 - EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
45 -else
46 - SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 - KEYWORDS="~amd64 ~arm64"
48 -fi
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -IUSE="+man jpeg"
53 -
54 -DEPEND="
55 - >=dev-libs/wayland-protocols-1.14
56 - dev-libs/wayland
57 - jpeg? ( virtual/jpeg )
58 - x11-libs/cairo"
59 -
60 -RDEPEND="${DEPEND}"
61 -
62 -if [[ ${PV} == 9999 ]]; then
63 - BDEPEND+="man? ( ~app-text/scdoc-9999 )"
64 -else
65 - BDEPEND+="man? ( app-text/scdoc )"
66 -fi
67 -
68 -src_configure() {
69 - local emesonargs=(
70 - $(meson_feature jpeg)
71 - $(meson_feature man man-pages)
72 - "-Dwerror=false"
73 - )
74 - meson_src_configure
75 -}
76
77 diff --git a/gui-apps/grim/grim-1.3.0.ebuild b/gui-apps/grim/grim-1.3.0.ebuild
78 deleted file mode 100644
79 index 314e4d76d16..00000000000
80 --- a/gui-apps/grim/grim-1.3.0.ebuild
81 +++ /dev/null
82 @@ -1,44 +0,0 @@
83 -# Copyright 1999-2020 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=7
87 -
88 -inherit meson
89 -
90 -DESCRIPTION="Grab images from a Wayland compositor."
91 -HOMEPAGE="https://github.com/emersion/grim"
92 -
93 -if [[ ${PV} == 9999 ]]; then
94 - inherit git-r3
95 - EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
96 -else
97 - SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
98 - KEYWORDS="~amd64 ~arm64"
99 -fi
100 -
101 -LICENSE="MIT"
102 -SLOT="0"
103 -IUSE="+man jpeg"
104 -
105 -DEPEND="
106 - >=dev-libs/wayland-protocols-1.14
107 - dev-libs/wayland
108 - jpeg? ( virtual/jpeg )
109 - x11-libs/cairo"
110 -
111 -RDEPEND="${DEPEND}"
112 -
113 -if [[ ${PV} == 9999 ]]; then
114 - BDEPEND+="man? ( ~app-text/scdoc-9999 )"
115 -else
116 - BDEPEND+="man? ( app-text/scdoc )"
117 -fi
118 -
119 -src_configure() {
120 - local emesonargs=(
121 - $(meson_feature jpeg)
122 - $(meson_feature man man-pages)
123 - "-Dwerror=false"
124 - )
125 - meson_src_configure
126 -}