Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/
Date: Tue, 20 Apr 2021 18:06:22
Message-Id: 1618941953.4264c887505976c8831b065c64fe7995cd691c70.gyakovlev@gentoo
1 commit: 4264c887505976c8831b065c64fe7995cd691c70
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 18:05:19 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 18:05:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4264c887
7
8 net-irc/weechat: add subslot as version
9
10 this allows plugin ebuilds to use subslot dependency operator on weechat
11 and trigger rebuilds on weechat updates
12
13 Package-Manager: Portage-3.0.18, Repoman-3.0.3
14 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
15
16 net-irc/weechat/weechat-3.1.ebuild | 2 +-
17 net-irc/weechat/weechat-9999.ebuild | 4 ++--
18 2 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/net-irc/weechat/weechat-3.1.ebuild b/net-irc/weechat/weechat-3.1.ebuild
21 index efa83fdc055..86f3f2d17ba 100644
22 --- a/net-irc/weechat/weechat-3.1.ebuild
23 +++ b/net-irc/weechat/weechat-3.1.ebuild
24 @@ -20,7 +20,7 @@ DESCRIPTION="Portable and multi-interface IRC client"
25 HOMEPAGE="https://weechat.org/"
26
27 LICENSE="GPL-3"
28 -SLOT="0"
29 +SLOT="0/${PV}"
30
31 NETWORKS="+irc"
32 PLUGINS="+alias +buflist +charset +exec +fifo +fset +logger +relay +scripts +spell +trigger +xfer"
33
34 diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild
35 index 704d45e3c70..86f3f2d17ba 100644
36 --- a/net-irc/weechat/weechat-9999.ebuild
37 +++ b/net-irc/weechat/weechat-9999.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 +# Copyright 1999-2021 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44 @@ -20,7 +20,7 @@ DESCRIPTION="Portable and multi-interface IRC client"
45 HOMEPAGE="https://weechat.org/"
46
47 LICENSE="GPL-3"
48 -SLOT="0"
49 +SLOT="0/${PV}"
50
51 NETWORKS="+irc"
52 PLUGINS="+alias +buflist +charset +exec +fifo +fset +logger +relay +scripts +spell +trigger +xfer"