Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/
Date: Fri, 30 Jun 2017 13:18:52
Message-Id: 1498828669.ce09039315a772516a19c3b24c7e974460b6d4ef.monsieurp@gentoo
1 commit: ce09039315a772516a19c3b24c7e974460b6d4ef
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 30 16:30:35 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 13:17:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce090393
7
8 sys-apps/inxi: unpack before doman.
9
10 Gentoo-Bug: https://bugs.gentoo.org/619970
11
12 * unpack manpage before doman
13 * general ebuild upkeep
14
15 Closes: https://github.com/gentoo/gentoo/pull/4811
16
17 sys-apps/inxi/inxi-2.3.0_p20160807-r1.ebuild | 28 ++++++++++++++++++++++
18 sys-apps/inxi/inxi-2.3.0_p20160807.ebuild | 36 ----------------------------
19 sys-apps/inxi/inxi-2.3.4_p20161104-r1.ebuild | 28 ++++++++++++++++++++++
20 sys-apps/inxi/inxi-2.3.4_p20161104.ebuild | 36 ----------------------------
21 4 files changed, 56 insertions(+), 72 deletions(-)
22
23 diff --git a/sys-apps/inxi/inxi-2.3.0_p20160807-r1.ebuild b/sys-apps/inxi/inxi-2.3.0_p20160807-r1.ebuild
24 new file mode 100644
25 index 00000000000..09afef73406
26 --- /dev/null
27 +++ b/sys-apps/inxi/inxi-2.3.0_p20160807-r1.ebuild
28 @@ -0,0 +1,28 @@
29 +# Copyright 1999-2017 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +
32 +EAPI=6
33 +
34 +MY_COMMIT=c2a22b3e2590d896d4b0a8fd298f505cc1d787f5 #because upstream refuses to tag commits with version numbers
35 +
36 +DESCRIPTION="The CLI inxi collects and prints hardware and system information"
37 +HOMEPAGE="https://github.com/smxi/inxi"
38 +SRC_URI="https://github.com/smxi/${PN}/tarball/${MY_COMMIT} -> ${P}.tar.gz"
39 +
40 +LICENSE="GPL-3"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~arm ~x86"
43 +IUSE=""
44 +
45 +DEPEND=""
46 +RDEPEND=">=app-shells/bash-3.0
47 + sys-apps/pciutils
48 + sys-apps/usbutils
49 + "
50 +S="${WORKDIR}/smxi-${PN}-${MY_COMMIT:0:7}"
51 +
52 +src_install() {
53 + dobin "${PN}"
54 + unpack "./${PN}.1.gz"
55 + doman "${PN}.1"
56 +}
57
58 diff --git a/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild b/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild
59 deleted file mode 100644
60 index 6a87c6104e2..00000000000
61 --- a/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild
62 +++ /dev/null
63 @@ -1,36 +0,0 @@
64 -# Copyright 1999-2016 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=6
68 -
69 -MY_COMMIT=c2a22b3e2590d896d4b0a8fd298f505cc1d787f5 #because upstream refuses to tag commits with version numbers
70 -MY_SHORTCOMMIT=${MY_COMMIT:0:7}
71 -
72 -DESCRIPTION="Commandline script to print hardware information for irc and administration."
73 -
74 -HOMEPAGE="https://github.com/smxi/inxi"
75 -SRC_URI="https://github.com/smxi/${PN}/tarball/${MY_COMMIT} -> ${P}.tar.gz"
76 -LICENSE="GPL-3"
77 -SLOT="0"
78 -KEYWORDS="~amd64 ~arm ~x86"
79 -IUSE=""
80 -
81 -DEPEND=""
82 -RDEPEND=">=app-shells/bash-3.0
83 - sys-apps/pciutils
84 - "
85 -
86 -S="${WORKDIR}/smxi-${PN}-${MY_SHORTCOMMIT}"
87 -
88 -src_install() {
89 - dobin ${PN}
90 - doman ${PN}.1.gz
91 -}
92 -
93 -pkg_postinst() {
94 - einfo "To view a short or full system information."
95 - einfo "inxi -b for short information."
96 - einfo "inxi -F for full information."
97 - einfo "inxi provides seven verbose levels -v1 to -v7."
98 - einfo "inxi -h for help."
99 -}
100
101 diff --git a/sys-apps/inxi/inxi-2.3.4_p20161104-r1.ebuild b/sys-apps/inxi/inxi-2.3.4_p20161104-r1.ebuild
102 new file mode 100644
103 index 00000000000..619a8b5cb19
104 --- /dev/null
105 +++ b/sys-apps/inxi/inxi-2.3.4_p20161104-r1.ebuild
106 @@ -0,0 +1,28 @@
107 +# Copyright 1999-2017 Gentoo Foundation
108 +# Distributed under the terms of the GNU General Public License v2
109 +
110 +EAPI=6
111 +
112 +MY_COMMIT=89e18d245bc34fc5be5f5baddac2ccd8106be050 #because upstream refuses to tag commits with version numbers
113 +
114 +DESCRIPTION="The CLI inxi collects and prints hardware and system information"
115 +HOMEPAGE="https://github.com/smxi/inxi"
116 +SRC_URI="https://github.com/smxi/${PN}/tarball/${MY_COMMIT} -> ${P}.tar.gz"
117 +
118 +LICENSE="GPL-3"
119 +SLOT="0"
120 +KEYWORDS="~amd64 ~arm ~x86"
121 +IUSE=""
122 +
123 +DEPEND=""
124 +RDEPEND=">=app-shells/bash-3.0
125 + sys-apps/pciutils
126 + sys-apps/usbutils
127 + "
128 +S="${WORKDIR}/smxi-${PN}-${MY_COMMIT:0:7}"
129 +
130 +src_install() {
131 + dobin "${PN}"
132 + unpack "./${PN}.1.gz"
133 + doman "${PN}.1"
134 +}
135
136 diff --git a/sys-apps/inxi/inxi-2.3.4_p20161104.ebuild b/sys-apps/inxi/inxi-2.3.4_p20161104.ebuild
137 deleted file mode 100644
138 index ed3ef560c07..00000000000
139 --- a/sys-apps/inxi/inxi-2.3.4_p20161104.ebuild
140 +++ /dev/null
141 @@ -1,36 +0,0 @@
142 -# Copyright 1999-2016 Gentoo Foundation
143 -# Distributed under the terms of the GNU General Public License v2
144 -
145 -EAPI=6
146 -
147 -MY_COMMIT=89e18d245bc34fc5be5f5baddac2ccd8106be050 #because upstream refuses to tag commits with version numbers
148 -MY_SHORTCOMMIT=${MY_COMMIT:0:7}
149 -
150 -DESCRIPTION="Commandline script to print hardware information for irc and administration"
151 -
152 -HOMEPAGE="https://github.com/smxi/inxi"
153 -SRC_URI="https://github.com/smxi/${PN}/tarball/${MY_COMMIT} -> ${P}.tar.gz"
154 -LICENSE="GPL-3"
155 -SLOT="0"
156 -KEYWORDS="~amd64 ~arm ~x86"
157 -IUSE=""
158 -
159 -DEPEND=""
160 -RDEPEND=">=app-shells/bash-3.0
161 - sys-apps/pciutils
162 - "
163 -
164 -S="${WORKDIR}/smxi-${PN}-${MY_SHORTCOMMIT}"
165 -
166 -src_install() {
167 - dobin "${PN}"
168 - doman "${PN}.1.gz"
169 -}
170 -
171 -pkg_postinst() {
172 - einfo "To view a short or full system information:"
173 - einfo " inxi -b for short information."
174 - einfo " inxi -F for full information."
175 - einfo "inxi provides seven verbose levels -v1 to -v7."
176 - einfo "Type inxi -h for help."
177 -}