Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gnome-extra/junction/
Date: Wed, 24 Aug 2022 15:52:28
Message-Id: 1661116017.681c807ad9cc99a958c8abc4566f75bd41d316ce.tastytea@gentoo
1 commit: 681c807ad9cc99a958c8abc4566f75bd41d316ce
2 Author: Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
3 AuthorDate: Sun Aug 21 21:06:12 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Sun Aug 21 21:06:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=681c807a
7
8 gnome-extra/junction: optimize ebuilds
9
10 Signed-off-by: Randall T. Vasquez <ran.dall <AT> icloud.com>
11
12 gnome-extra/junction/junction-1.5.0.ebuild | 10 ----------
13 gnome-extra/junction/junction-9999.ebuild | 10 ----------
14 gnome-extra/junction/metadata.xml | 2 +-
15 3 files changed, 1 insertion(+), 21 deletions(-)
16
17 diff --git a/gnome-extra/junction/junction-1.5.0.ebuild b/gnome-extra/junction/junction-1.5.0.ebuild
18 index 8048f64c4..0f00bb9d7 100644
19 --- a/gnome-extra/junction/junction-1.5.0.ebuild
20 +++ b/gnome-extra/junction/junction-1.5.0.ebuild
21 @@ -20,19 +20,9 @@ fi
22 LICENSE="GPL-3+"
23 SLOT="0"
24
25 -DEPEND=""
26 RDEPEND="${DEPEND}"
27 -BDEPEND=""
28
29 src_configure() {
30 meson_src_configure \
31 --datadir=/usr/share
32 }
33 -
34 -src_install() {
35 - meson_src_compile
36 -}
37 -
38 -src_install() {
39 - meson_src_install
40 -}
41
42 diff --git a/gnome-extra/junction/junction-9999.ebuild b/gnome-extra/junction/junction-9999.ebuild
43 index 8048f64c4..0f00bb9d7 100644
44 --- a/gnome-extra/junction/junction-9999.ebuild
45 +++ b/gnome-extra/junction/junction-9999.ebuild
46 @@ -20,19 +20,9 @@ fi
47 LICENSE="GPL-3+"
48 SLOT="0"
49
50 -DEPEND=""
51 RDEPEND="${DEPEND}"
52 -BDEPEND=""
53
54 src_configure() {
55 meson_src_configure \
56 --datadir=/usr/share
57 }
58 -
59 -src_install() {
60 - meson_src_compile
61 -}
62 -
63 -src_install() {
64 - meson_src_install
65 -}
66
67 diff --git a/gnome-extra/junction/metadata.xml b/gnome-extra/junction/metadata.xml
68 index 6fe292a30..10ee887c6 100644
69 --- a/gnome-extra/junction/metadata.xml
70 +++ b/gnome-extra/junction/metadata.xml
71 @@ -6,7 +6,7 @@
72 <name>Randall Vasquez</name>
73 </maintainer>
74 <longdescription lang="en">
75 - Application/browser chooser
76 + Junction lets you choose the application to open files and links.
77 </longdescription>
78 <upstream>
79 <remote-id type="github">sonnyp/Junction</remote-id>