Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/rstart/
Date: Mon, 04 Apr 2022 02:34:31
Message-Id: 1649039638.37c2ef82df6e229ad0e9ea7867f488d9f1b3daae.mattst88@gentoo
1 commit: 37c2ef82df6e229ad0e9ea7867f488d9f1b3daae
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 02:22:24 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 02:33:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c2ef82
7
8 x11-apps/rstart: Version bump to 1.0.6
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/rstart/Manifest | 1 +
13 x11-apps/rstart/rstart-1.0.6.ebuild | 14 ++++++++++++++
14 2 files changed, 15 insertions(+)
15
16 diff --git a/x11-apps/rstart/Manifest b/x11-apps/rstart/Manifest
17 index 24b962d50484..0dee14bc11fe 100644
18 --- a/x11-apps/rstart/Manifest
19 +++ b/x11-apps/rstart/Manifest
20 @@ -1 +1,2 @@
21 DIST rstart-1.0.5.tar.bz2 144607 BLAKE2B 2048877683a5a1c1d07bb68d8814cea2a0e1755d7cea3f40b62c086a7f2e8ea2582eea81db46117f906f998bc830f50c437188131584d07fbb68730bfe2491ae SHA512 bda43dd29f95ba5ea4ab42e78069c4011afc6987d00dc580250aec8bec217fabb67577a3038607468de1739d54da596a43cea4c1f5be72e3e572ae6d5abbc09a
22 +DIST rstart-1.0.6.tar.xz 144888 BLAKE2B d8ea7d48af6bffcbcd5c2f4ed4c6e7678f2d0ef17b5e104731c0a84fcd36d9c877b3f856a5137d066e671d1405d9ad21497c79885f02ba332fa059c0af59c3f6 SHA512 8c0840f172c9efade4557e9a28de19e76e510bd17f1e964936a957dde5ada3d9ae8b2fa0502f61da15cdfc0c69d3308599253ee03571017086a45e4e83958e8f
23
24 diff --git a/x11-apps/rstart/rstart-1.0.6.ebuild b/x11-apps/rstart/rstart-1.0.6.ebuild
25 new file mode 100644
26 index 000000000000..bb3f37927ff9
27 --- /dev/null
28 +++ b/x11-apps/rstart/rstart-1.0.6.ebuild
29 @@ -0,0 +1,14 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +XORG_TARBALL_SUFFIX="xz"
36 +inherit xorg-3
37 +
38 +DESCRIPTION="X.Org rstart application"
39 +
40 +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
41 +
42 +DEPEND="x11-base/xorg-proto"
43 +RDEPEND=""