Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/
Date: Wed, 04 Mar 2020 10:01:12
Message-Id: 1583315476.5ba8af76099d450b88401b1847636bbb894e1f27.marecki@gentoo
1 commit: 5ba8af76099d450b88401b1847636bbb894e1f27
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 09:51:16 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 09:51:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba8af76
7
8 app-misc/gramps: remove old
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-misc/gramps/Manifest | 2 -
13 app-misc/gramps/gramps-5.0.1-r1.ebuild | 73 ----------------------------------
14 app-misc/gramps/gramps-5.1.1.ebuild | 73 ----------------------------------
15 3 files changed, 148 deletions(-)
16
17 diff --git a/app-misc/gramps/Manifest b/app-misc/gramps/Manifest
18 index fa0235d558f..546f43373bc 100644
19 --- a/app-misc/gramps/Manifest
20 +++ b/app-misc/gramps/Manifest
21 @@ -1,3 +1 @@
22 -DIST gramps-5.0.1.tar.gz 16718439 BLAKE2B 75b4a70275f7e6e181ba948df6fe44cbb9221436c2e860db8ef83bcc02b916aa3921ae09fa8ed18876f28551ed10b5047ae1aef0967b48532b54ad97c8af6d8a SHA512 68b905a8e59eedb620329b05bdd4cca842a79f885645140d31b637fc82ec7470892ebf0fd899aeb6a1205473f79e7f13d6c5e05b36da94b9049dcbb78e07aa76
23 -DIST gramps-5.1.1.tar.gz 17281131 BLAKE2B e729183832799a66547bb3958b4892c69359ec8e506766f4c64450f8bec3bf253460850f54388fa73659243cd96679c787fbbb9d645214682df26041c43b2c56 SHA512 fee7df5d2df2ae202c5e8ff4b941df4db6675925f6fce185c0fae709dd35ecfd6a1b81c8266d3f417f4949bed4e39f984a56917e74f56a3f3e499a4353927c37
24 DIST gramps-5.1.2.tar.gz 17304294 BLAKE2B 5d253f59e8312b5438922bcc00cce10368b75e45170d3b2f83be4b6226cb734dfd6e90bcde506aea9a572592f5f156aa0a1b977736df90b3eaff9bda3d592690 SHA512 12e88645d14717823457308cba55e1f6899e2a6aebcf281875261765f163529fd75512fca034db59816473c6542319166375bec6d5502e8e6a7c452bfc10c0ad
25
26 diff --git a/app-misc/gramps/gramps-5.0.1-r1.ebuild b/app-misc/gramps/gramps-5.0.1-r1.ebuild
27 deleted file mode 100644
28 index e10ef31f3c2..00000000000
29 --- a/app-misc/gramps/gramps-5.0.1-r1.ebuild
30 +++ /dev/null
31 @@ -1,73 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -PYTHON_COMPAT=( python3_6 )
37 -PYTHON_REQ_USE="sqlite"
38 -
39 -DISTUTILS_SINGLE_IMPL=1
40 -inherit distutils-r1 xdg-utils
41 -
42 -DESCRIPTION="Genealogical Research and Analysis Management Programming System"
43 -HOMEPAGE="https://gramps-project.org/"
44 -SRC_URI="https://github.com/gramps-project/${PN}/archive/v${PV}.tar.gz
45 - -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-2+"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE="+rcs +reports exif geo postscript spell"
51 -
52 -RDEPEND="
53 - $(python_gen_cond_dep '
54 - dev-python/bsddb3[${PYTHON_MULTI_USEDEP}]
55 - dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
56 - >=dev-python/pygobject-3.12:3[cairo,${PYTHON_MULTI_USEDEP}]
57 - dev-python/pyicu[${PYTHON_MULTI_USEDEP}]
58 - exif? ( >=media-libs/gexiv2-0.5[${PYTHON_MULTI_USEDEP},introspection] )
59 - ')
60 - gnome-base/librsvg:2
61 - >x11-libs/gtk+-3.14.8:3[introspection]
62 - x11-libs/pango[introspection]
63 - x11-misc/xdg-utils
64 - reports? ( media-gfx/graphviz[postscript?] )
65 - geo? ( >=sci-geosciences/osm-gps-map-1.1.0 )
66 - spell? ( app-text/gtkspell:3[introspection] )
67 - rcs? ( dev-vcs/rcs )
68 -"
69 -
70 -python_prepare_all() {
71 - # Install documentation to the proper location. This can't be done
72 - # easily with a patch because we substitute in the $PF variable,
73 - # and that changes with every revision.
74 - sed -i "s:share/doc/gramps:share/doc/${PF}:g" setup.py || die
75 - distutils-r1_python_prepare_all
76 -}
77 -
78 -python_configure_all() {
79 - mydistutilsargs=(
80 - --resourcepath=/usr/share
81 - --no-compress-manpages
82 - )
83 -}
84 -
85 -python_test_all() {
86 - # GRAMPS builds just fine out of tree but it confuses its test suite.
87 - # The following might be an ugly hack but at least it lets the tests
88 - # run properly until either I or upstream have come up with something
89 - # better.
90 - rm -rf "${S}/build" && ln -s "${BUILD_DIR}" "${S}"/build || \
91 - die "Failed to symlink build directory to source directory"
92 -
93 - esetup.py test
94 -}
95 -
96 -pkg_postinst() {
97 - xdg_desktop_database_update
98 - xdg_mimeinfo_database_update
99 -}
100 -
101 -pkg_postrm() {
102 - xdg_desktop_database_update
103 - xdg_mimeinfo_database_update
104 -}
105
106 diff --git a/app-misc/gramps/gramps-5.1.1.ebuild b/app-misc/gramps/gramps-5.1.1.ebuild
107 deleted file mode 100644
108 index b82dd8fcc4b..00000000000
109 --- a/app-misc/gramps/gramps-5.1.1.ebuild
110 +++ /dev/null
111 @@ -1,73 +0,0 @@
112 -# Copyright 1999-2020 Gentoo Authors
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI=7
116 -PYTHON_COMPAT=( python3_6 )
117 -PYTHON_REQ_USE="sqlite"
118 -
119 -DISTUTILS_SINGLE_IMPL=1
120 -inherit distutils-r1 xdg-utils
121 -
122 -DESCRIPTION="Genealogical Research and Analysis Management Programming System"
123 -HOMEPAGE="https://gramps-project.org/"
124 -SRC_URI="https://github.com/gramps-project/${PN}/archive/v${PV}.tar.gz
125 - -> ${P}.tar.gz"
126 -
127 -LICENSE="GPL-2+"
128 -SLOT="0"
129 -KEYWORDS="~amd64 ~x86"
130 -IUSE="+rcs +reports exif geo postscript spell"
131 -
132 -RDEPEND="
133 - $(python_gen_cond_dep '
134 - dev-python/bsddb3[${PYTHON_MULTI_USEDEP}]
135 - dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
136 - >=dev-python/pygobject-3.12:3[cairo,${PYTHON_MULTI_USEDEP}]
137 - dev-python/pyicu[${PYTHON_MULTI_USEDEP}]
138 - exif? ( >=media-libs/gexiv2-0.5[${PYTHON_MULTI_USEDEP},introspection] )
139 - ')
140 - gnome-base/librsvg:2
141 - >x11-libs/gtk+-3.14.8:3[introspection]
142 - x11-libs/pango[introspection]
143 - x11-misc/xdg-utils
144 - reports? ( media-gfx/graphviz[postscript?] )
145 - geo? ( >=sci-geosciences/osm-gps-map-1.1.0 )
146 - spell? ( app-text/gtkspell:3[introspection] )
147 - rcs? ( dev-vcs/rcs )
148 -"
149 -
150 -python_prepare_all() {
151 - # Install documentation to the proper location. This can't be done
152 - # easily with a patch because we substitute in the $PF variable,
153 - # and that changes with every revision.
154 - sed -i "s:share/doc/gramps:share/doc/${PF}:g" setup.py || die
155 - distutils-r1_python_prepare_all
156 -}
157 -
158 -python_configure_all() {
159 - mydistutilsargs=(
160 - --resourcepath=/usr/share
161 - --no-compress-manpages
162 - )
163 -}
164 -
165 -python_test_all() {
166 - # GRAMPS builds just fine out of tree but it confuses its test suite.
167 - # The following might be an ugly hack but at least it lets the tests
168 - # run properly until either I or upstream have come up with something
169 - # better.
170 - rm -rf "${S}/build" && ln -s "${BUILD_DIR}" "${S}"/build || \
171 - die "Failed to symlink build directory to source directory"
172 -
173 - esetup.py test
174 -}
175 -
176 -pkg_postinst() {
177 - xdg_desktop_database_update
178 - xdg_mimeinfo_database_update
179 -}
180 -
181 -pkg_postrm() {
182 - xdg_desktop_database_update
183 - xdg_mimeinfo_database_update
184 -}