Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/asdf/
Date: Mon, 18 Nov 2019 16:25:20
Message-Id: 1574094178.244b584cef339eecb6f873831da91b9114c2eabc.ulm@gentoo
1 commit: 244b584cef339eecb6f873831da91b9114c2eabc
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Mon Nov 18 14:21:58 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 16:22:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244b584c
7
8 dev-lisp/asdf: remove duplicate SLOT variable
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13 Closes: https://github.com/gentoo/gentoo/pull/13697
14
15 dev-lisp/asdf/asdf-3.1.5.ebuild | 6 ++----
16 dev-lisp/asdf/asdf-3.3.1.ebuild | 6 ++----
17 dev-lisp/asdf/asdf-3.3.2-r1.ebuild | 6 ++----
18 dev-lisp/asdf/asdf-3.3.2.ebuild | 6 ++----
19 4 files changed, 8 insertions(+), 16 deletions(-)
20
21 diff --git a/dev-lisp/asdf/asdf-3.1.5.ebuild b/dev-lisp/asdf/asdf-3.1.5.ebuild
22 index 8a067789c18..dc7f9224a2e 100644
23 --- a/dev-lisp/asdf/asdf-3.1.5.ebuild
24 +++ b/dev-lisp/asdf/asdf-3.1.5.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=5
31 @@ -10,12 +10,10 @@ HOMEPAGE="http://common-lisp.net/project/asdf/"
32 SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz"
33
34 LICENSE="MIT"
35 -SLOT="0"
36 +SLOT="0/${PVR}"
37 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
38 IUSE="doc"
39
40 -SLOT="0/${PVR}"
41 -
42 DEPEND="!dev-lisp/cl-${PN}
43 !<dev-lisp/asdf-2.33-r3
44 doc? ( virtual/texi2dvi )"
45
46 diff --git a/dev-lisp/asdf/asdf-3.3.1.ebuild b/dev-lisp/asdf/asdf-3.3.1.ebuild
47 index 41961826139..aed7e659321 100644
48 --- a/dev-lisp/asdf/asdf-3.3.1.ebuild
49 +++ b/dev-lisp/asdf/asdf-3.3.1.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2018 Gentoo Foundation
52 +# Copyright 1999-2019 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=6
56 @@ -10,12 +10,10 @@ HOMEPAGE="http://common-lisp.net/project/asdf/"
57 SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz"
58
59 LICENSE="MIT"
60 -SLOT="0"
61 +SLOT="0/${PVR}"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
63 IUSE="doc"
64
65 -SLOT="0/${PVR}"
66 -
67 DEPEND="!dev-lisp/cl-${PN}
68 !<dev-lisp/asdf-2.33-r3
69 doc? ( virtual/texi2dvi )"
70
71 diff --git a/dev-lisp/asdf/asdf-3.3.2-r1.ebuild b/dev-lisp/asdf/asdf-3.3.2-r1.ebuild
72 index 74e4ab62557..b77b6a5e1a4 100644
73 --- a/dev-lisp/asdf/asdf-3.3.2-r1.ebuild
74 +++ b/dev-lisp/asdf/asdf-3.3.2-r1.ebuild
75 @@ -1,4 +1,4 @@
76 -# Copyright 1999-2018 Gentoo Foundation
77 +# Copyright 1999-2019 Gentoo Authors
78 # Distributed under the terms of the GNU General Public License v2
79
80 EAPI=6
81 @@ -10,12 +10,10 @@ HOMEPAGE="http://common-lisp.net/project/asdf/"
82 SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz"
83
84 LICENSE="MIT"
85 -SLOT="0"
86 +SLOT="0/${PVR}"
87 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
88 IUSE="doc test"
89
90 -SLOT="0/${PVR}"
91 -
92 DEPEND="!dev-lisp/cl-${PN}
93 !<dev-lisp/asdf-2.33-r3
94 doc? ( virtual/texi2dvi )
95
96 diff --git a/dev-lisp/asdf/asdf-3.3.2.ebuild b/dev-lisp/asdf/asdf-3.3.2.ebuild
97 index 54c65a46a31..24b35b0d240 100644
98 --- a/dev-lisp/asdf/asdf-3.3.2.ebuild
99 +++ b/dev-lisp/asdf/asdf-3.3.2.ebuild
100 @@ -1,4 +1,4 @@
101 -# Copyright 1999-2018 Gentoo Foundation
102 +# Copyright 1999-2019 Gentoo Authors
103 # Distributed under the terms of the GNU General Public License v2
104
105 EAPI=6
106 @@ -10,12 +10,10 @@ HOMEPAGE="http://common-lisp.net/project/asdf/"
107 SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz"
108
109 LICENSE="MIT"
110 -SLOT="0"
111 +SLOT="0/${PVR}"
112 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
113 IUSE="doc"
114
115 -SLOT="0/${PVR}"
116 -
117 DEPEND="!dev-lisp/cl-${PN}
118 !<dev-lisp/asdf-2.33-r3
119 doc? ( virtual/texi2dvi )"