Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/
Date: Sat, 26 Jan 2019 01:36:23
Message-Id: 1548466546.b876fbf030e9ef9958d178e4891155ed2753c23f.dilfridge@gentoo
1 commit: b876fbf030e9ef9958d178e4891155ed2753c23f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 26 01:35:46 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 26 01:35:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b876fbf0
7
8 sci-mathematics/pspp: Remove old
9
10 Bug: https://bugs.gentoo.org/625724
11 Package-Manager: Portage-2.3.57, Repoman-2.3.12
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 sci-mathematics/pspp/Manifest | 2 -
15 sci-mathematics/pspp/pspp-0.10.1.ebuild | 78 ---------------------------------
16 sci-mathematics/pspp/pspp-0.10.2.ebuild | 78 ---------------------------------
17 3 files changed, 158 deletions(-)
18
19 diff --git a/sci-mathematics/pspp/Manifest b/sci-mathematics/pspp/Manifest
20 index 0049a628c14..b6717e465c4 100644
21 --- a/sci-mathematics/pspp/Manifest
22 +++ b/sci-mathematics/pspp/Manifest
23 @@ -1,3 +1 @@
24 -DIST pspp-0.10.1.tar.gz 7269109 BLAKE2B 5f488b1bbe9d4cf833d847cd035485827e7e518fb82f0e5df98418e919da54553475e91fd8529df8819ee71d853fb8bdd079e27a9b8587b40074701a7d71a8c2 SHA512 a7f4eec3858340743ff845e67028af76d79a58968ceaa19a87e0443751917b2d70251e53231ecce15c937c9640ac733e00603baa76b4266d693375ab70b870b5
25 -DIST pspp-0.10.2.tar.gz 7316470 BLAKE2B 9bbccfc8151d83613f5c4f49f285959c6b9e74bdc99edb95dc719561fb05c01e54b10fc5b3a58b9e5beeae199235d0d936a6ee08277fe7c710c3e40ca6c389f7 SHA512 7d6656c03da46b088e87cba7a947d1e56031ff50d704be8201a38563515cf5cf324a05f1d4999ba8aec7b2269a8fdbd09374a11374c9c1b9dd6d78d34fda4b76
26 DIST pspp-1.2.0.tar.gz 7213194 BLAKE2B f468c6e025f996c9f806fb03e94a4497f02b774c509457cc6295bbefe37abc7e2ecf10d2876c8cff9a979d7a4264c7c185e1cec5fd1d5f2f00f1c6eae4da775e SHA512 49eed2b55f10584abba18ff7d2020fd08691bbc1a3c2f332e6d283e32aa84e0abdae6092d17db9c1a539c63d85ecdfcc2dad40c94a06904b8893a1976e5e48d3
27
28 diff --git a/sci-mathematics/pspp/pspp-0.10.1.ebuild b/sci-mathematics/pspp/pspp-0.10.1.ebuild
29 deleted file mode 100644
30 index f1d6cf51359..00000000000
31 --- a/sci-mathematics/pspp/pspp-0.10.1.ebuild
32 +++ /dev/null
33 @@ -1,78 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit eutils elisp-common
40 -
41 -DESCRIPTION="Program for statistical analysis of sampled data"
42 -HOMEPAGE="https://www.gnu.org/software/pspp/pspp.html"
43 -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0/${PV}"
47 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
48 -IUSE="cairo doc emacs examples gtk ncurses nls perl postgres static-libs"
49 -
50 -RDEPEND="
51 - dev-libs/libxml2:2=
52 - sci-libs/gsl:0=
53 - sys-devel/gettext:0=
54 - sys-libs/readline:0=
55 - sys-libs/zlib:0=
56 - virtual/libiconv
57 - cairo? ( x11-libs/cairo:0=[svg] )
58 - emacs? ( virtual/emacs )
59 - gtk? (
60 - x11-libs/gtk+:3=
61 - x11-libs/gtksourceview:3.0= )
62 - ncurses? ( sys-libs/ncurses:0= )
63 - postgres? ( dev-db/postgresql:=[server] )"
64 -DEPEND="${RDEPEND}
65 - virtual/pkgconfig
66 - doc? ( virtual/latex-base )"
67 -
68 -SITEFILE=50${PN}-gentoo.el
69 -
70 -src_configure() {
71 - econf \
72 - $(use_enable nls) \
73 - $(use_enable static-libs static) \
74 - $(use_with cairo) \
75 - $(use_with gtk gui) \
76 - $(use_with ncurses libncurses) \
77 - $(use_with perl perl-module) \
78 - $(use_with postgres libpq)
79 -}
80 -
81 -src_compile() {
82 - default
83 - use doc && emake html pdf
84 - use emacs && elisp-compile *.el
85 -}
86 -
87 -src_install() {
88 - default
89 - if use doc; then
90 - dodoc doc/pspp{,-dev}.pdf
91 - insinto /usr/share/doc/${PF}/html
92 - dodoc -r doc/pspp{,-dev}.html
93 - fi
94 - if use examples; then
95 - insinto /usr/share/doc/${PF}
96 - doins -r examples
97 - fi
98 - if use emacs; then
99 - elisp-install ${PN} *.el *.elc
100 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
101 - fi
102 - prune_libtool_files --all
103 -}
104 -
105 -pkg_postinst () {
106 - use emacs && elisp-site-regen
107 -}
108 -
109 -pkg_postrm() {
110 - use emacs && elisp-site-regen
111 -}
112
113 diff --git a/sci-mathematics/pspp/pspp-0.10.2.ebuild b/sci-mathematics/pspp/pspp-0.10.2.ebuild
114 deleted file mode 100644
115 index 4492cc326fb..00000000000
116 --- a/sci-mathematics/pspp/pspp-0.10.2.ebuild
117 +++ /dev/null
118 @@ -1,78 +0,0 @@
119 -# Copyright 1999-2016 Gentoo Foundation
120 -# Distributed under the terms of the GNU General Public License v2
121 -
122 -EAPI=6
123 -
124 -inherit eutils elisp-common
125 -
126 -DESCRIPTION="Program for statistical analysis of sampled data"
127 -HOMEPAGE="https://www.gnu.org/software/pspp/pspp.html"
128 -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
129 -
130 -LICENSE="GPL-3"
131 -SLOT="0/${PV}"
132 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
133 -IUSE="cairo doc emacs examples gtk ncurses nls perl postgres static-libs"
134 -
135 -RDEPEND="
136 - dev-libs/libxml2:2=
137 - sci-libs/gsl:0=
138 - sys-devel/gettext:0=
139 - sys-libs/readline:0=
140 - sys-libs/zlib:0=
141 - virtual/libiconv
142 - cairo? ( x11-libs/cairo:0=[svg] )
143 - emacs? ( virtual/emacs )
144 - gtk? (
145 - x11-libs/gtk+:3=
146 - x11-libs/gtksourceview:3.0= )
147 - ncurses? ( sys-libs/ncurses:0= )
148 - postgres? ( dev-db/postgresql:=[server] )"
149 -DEPEND="${RDEPEND}
150 - virtual/pkgconfig
151 - doc? ( virtual/latex-base )"
152 -
153 -SITEFILE=50${PN}-gentoo.el
154 -
155 -src_configure() {
156 - econf \
157 - $(use_enable nls) \
158 - $(use_enable static-libs static) \
159 - $(use_with cairo) \
160 - $(use_with gtk gui) \
161 - $(use_with ncurses libncurses) \
162 - $(use_with perl perl-module) \
163 - $(use_with postgres libpq)
164 -}
165 -
166 -src_compile() {
167 - default
168 - use doc && emake html pdf
169 - use emacs && elisp-compile *.el
170 -}
171 -
172 -src_install() {
173 - default
174 - if use doc; then
175 - dodoc doc/pspp{,-dev}.pdf
176 - insinto /usr/share/doc/${PF}/html
177 - dodoc -r doc/pspp{,-dev}.html
178 - fi
179 - if use examples; then
180 - insinto /usr/share/doc/${PF}
181 - doins -r examples
182 - fi
183 - if use emacs; then
184 - elisp-install ${PN} *.el *.elc
185 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
186 - fi
187 - prune_libtool_files --all
188 -}
189 -
190 -pkg_postinst () {
191 - use emacs && elisp-site-regen
192 -}
193 -
194 -pkg_postrm() {
195 - use emacs && elisp-site-regen
196 -}