Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-base/
Date: Sat, 30 May 2020 08:33:48
Message-Id: 1590827571.a63f1ef4dd879111258b8588b69ace31b5bb388c.soap@gentoo
1 commit: a63f1ef4dd879111258b8588b69ace31b5bb388c
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 08:32:51 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 08:32:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63f1ef4
7
8 gnustep-base/gnustep-base: Add subslots
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 gnustep-base/gnustep-base/gnustep-base-1.24.9-r1.ebuild | 6 +++---
14 gnustep-base/gnustep-base/gnustep-base-1.25.0.ebuild | 6 +++---
15 gnustep-base/gnustep-base/gnustep-base-1.25.1.ebuild | 6 +++---
16 gnustep-base/gnustep-base/gnustep-base-1.26.0-r1.ebuild | 4 ++--
17 gnustep-base/gnustep-base/gnustep-base-1.26.0.ebuild | 4 ++--
18 gnustep-base/gnustep-base/gnustep-base-1.27.0.ebuild | 2 +-
19 6 files changed, 14 insertions(+), 14 deletions(-)
20
21 diff --git a/gnustep-base/gnustep-base/gnustep-base-1.24.9-r1.ebuild b/gnustep-base/gnustep-base/gnustep-base-1.24.9-r1.ebuild
22 index 48a2f40babc..4fa0cd2b8fd 100644
23 --- a/gnustep-base/gnustep-base/gnustep-base-1.24.9-r1.ebuild
24 +++ b/gnustep-base/gnustep-base/gnustep-base-1.24.9-r1.ebuild
25 @@ -1,15 +1,15 @@
26 -# Copyright 1999-2017 Gentoo Foundation
27 +# Copyright 1999-2020 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 -inherit eutils gnustep-base
32 +inherit eutils gnustep-base versionator
33
34 DESCRIPTION="A library of general-purpose, non-graphical Objective C objects"
35 HOMEPAGE="http://www.gnustep.org"
36 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
37
38 LICENSE="GPL-2 LGPL-2.1"
39 -SLOT="0"
40 +SLOT="0/$(get_version_component_range 1-2)"
41 KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
42 IUSE="+gnutls +icu +libffi libressl +ssl zeroconf"
43
44
45 diff --git a/gnustep-base/gnustep-base/gnustep-base-1.25.0.ebuild b/gnustep-base/gnustep-base/gnustep-base-1.25.0.ebuild
46 index 4dfbbbe6347..918376ae630 100644
47 --- a/gnustep-base/gnustep-base/gnustep-base-1.25.0.ebuild
48 +++ b/gnustep-base/gnustep-base/gnustep-base-1.25.0.ebuild
49 @@ -1,15 +1,15 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2020 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 -inherit eutils gnustep-base
56 +inherit eutils gnustep-base versionator
57
58 DESCRIPTION="A library of general-purpose, non-graphical Objective C objects"
59 HOMEPAGE="http://www.gnustep.org"
60 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
61
62 LICENSE="GPL-2 LGPL-2.1"
63 -SLOT="0"
64 +SLOT="0/$(get_version_component_range 1-2)"
65 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
66 IUSE="+gnutls +icu +libffi zeroconf"
67
68
69 diff --git a/gnustep-base/gnustep-base/gnustep-base-1.25.1.ebuild b/gnustep-base/gnustep-base/gnustep-base-1.25.1.ebuild
70 index 593724d7e20..918376ae630 100644
71 --- a/gnustep-base/gnustep-base/gnustep-base-1.25.1.ebuild
72 +++ b/gnustep-base/gnustep-base/gnustep-base-1.25.1.ebuild
73 @@ -1,15 +1,15 @@
74 -# Copyright 1999-2018 Gentoo Foundation
75 +# Copyright 1999-2020 Gentoo Authors
76 # Distributed under the terms of the GNU General Public License v2
77
78 EAPI=6
79 -inherit eutils gnustep-base
80 +inherit eutils gnustep-base versionator
81
82 DESCRIPTION="A library of general-purpose, non-graphical Objective C objects"
83 HOMEPAGE="http://www.gnustep.org"
84 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
85
86 LICENSE="GPL-2 LGPL-2.1"
87 -SLOT="0"
88 +SLOT="0/$(get_version_component_range 1-2)"
89 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
90 IUSE="+gnutls +icu +libffi zeroconf"
91
92
93 diff --git a/gnustep-base/gnustep-base/gnustep-base-1.26.0-r1.ebuild b/gnustep-base/gnustep-base/gnustep-base-1.26.0-r1.ebuild
94 index ab3a8fef7dc..0653f28f443 100644
95 --- a/gnustep-base/gnustep-base/gnustep-base-1.26.0-r1.ebuild
96 +++ b/gnustep-base/gnustep-base/gnustep-base-1.26.0-r1.ebuild
97 @@ -1,4 +1,4 @@
98 -# Copyright 1999-2019 Gentoo Authors
99 +# Copyright 1999-2020 Gentoo Authors
100 # Distributed under the terms of the GNU General Public License v2
101
102 EAPI=7
103 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnustep.org"
104 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
105
106 LICENSE="GPL-2 LGPL-2.1"
107 -SLOT="0"
108 +SLOT="0/$(ver_cut 1-2)"
109 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
110 IUSE="+gnutls +icu +libffi zeroconf"
111
112
113 diff --git a/gnustep-base/gnustep-base/gnustep-base-1.26.0.ebuild b/gnustep-base/gnustep-base/gnustep-base-1.26.0.ebuild
114 index bc2b91fbb19..924e09c3e06 100644
115 --- a/gnustep-base/gnustep-base/gnustep-base-1.26.0.ebuild
116 +++ b/gnustep-base/gnustep-base/gnustep-base-1.26.0.ebuild
117 @@ -1,4 +1,4 @@
118 -# Copyright 1999-2019 Gentoo Authors
119 +# Copyright 1999-2020 Gentoo Authors
120 # Distributed under the terms of the GNU General Public License v2
121
122 EAPI=7
123 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnustep.org"
124 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
125
126 LICENSE="GPL-2 LGPL-2.1"
127 -SLOT="0"
128 +SLOT="0/$(ver_cut 1-2)"
129 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
130 IUSE="+gnutls +icu +libffi zeroconf"
131
132
133 diff --git a/gnustep-base/gnustep-base/gnustep-base-1.27.0.ebuild b/gnustep-base/gnustep-base/gnustep-base-1.27.0.ebuild
134 index 30952eaabab..5c08a364b2a 100644
135 --- a/gnustep-base/gnustep-base/gnustep-base-1.27.0.ebuild
136 +++ b/gnustep-base/gnustep-base/gnustep-base-1.27.0.ebuild
137 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnustep.org"
138 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
139
140 LICENSE="GPL-2 LGPL-2.1"
141 -SLOT="0"
142 +SLOT="0/$(ver_cut 1-2)"
143 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
144 IUSE="+gnutls +icu +libffi zeroconf"