Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/, app-misc/gramps/files/
Date: Sun, 04 Jun 2017 10:47:19
Message-Id: 1496573226.dbd61635080a941e6f6acfab6d928fb487d84f11.pacho@gentoo
1 commit: dbd61635080a941e6f6acfab6d928fb487d84f11
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 10:46:45 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 10:47:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd61635
7
8 app-misc/gramps: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-misc/gramps/Manifest | 1 -
13 .../gramps/files/gramps-4.2.4-resourcepath.patch | 11 ------
14 app-misc/gramps/gramps-4.2.4-r1.ebuild | 41 ----------------------
15 3 files changed, 53 deletions(-)
16
17 diff --git a/app-misc/gramps/Manifest b/app-misc/gramps/Manifest
18 index 4a55d6920c4..fa2e4dc74d0 100644
19 --- a/app-misc/gramps/Manifest
20 +++ b/app-misc/gramps/Manifest
21 @@ -1,2 +1 @@
22 -DIST gramps-4.2.4.tar.gz 18683901 SHA256 25190692f2f0d06e05f0761fef45173dd8d6693762572a62845b544a2c622efa SHA512 640b7b8affc29eee000232a3828f71c6e6e4ee568a4fce2ae8f9eaeabc87682e2dd9e2f1db1e8093e368d86583e80ce3c5261cf223f9cc6e210e7d6272781499 WHIRLPOOL ae118840749364b2904e5ed35f318019c54551305cf98d6e118bf9c539d1507dbce74b46fe66430e53c1115d09d3c73296a91f354ad0bb734e6d182a3ae148d0
23 DIST gramps-4.2.5.tar.gz 18694912 SHA256 1de3007215b7d0b779ec8f086e14e7a75f2aa811ee37c6d0cff06bfc9458743d SHA512 20a8ebff7ea2e3a80248830e55d58ebe0b5a350e1ac31efb3f2b900af38c134037bae91a58fb441be54f9fac8226555a3f5771cc358d3a4a92e89af911433b9c WHIRLPOOL d9f49b188e20697477860ecb5916c452b95ea08c038b828b0f01edc1097d3d45b549e3e1a5bc5a4aad1d8aab390b8dfefc4ec46ac58420161de8e4d644c8f95e
24
25 diff --git a/app-misc/gramps/files/gramps-4.2.4-resourcepath.patch b/app-misc/gramps/files/gramps-4.2.4-resourcepath.patch
26 deleted file mode 100644
27 index 4c1f6920cbb..00000000000
28 --- a/app-misc/gramps/files/gramps-4.2.4-resourcepath.patch
29 +++ /dev/null
30 @@ -1,11 +0,0 @@
31 ---- a/setup.py 2016-09-04 14:44:02.000000000 +0000
32 -+++ b/setup.py 2016-09-22 12:21:52.496968618 +0000
33 -@@ -278,7 +278,7 @@
34 - if packaging:
35 - path = resource_path
36 - else:
37 -- path = os.path.abspath(os.path.join(self.install_data, 'share'))
38 -+ path = '/usr/share'
39 - fp.write(path)
40 -
41 - _install.run(self)
42
43 diff --git a/app-misc/gramps/gramps-4.2.4-r1.ebuild b/app-misc/gramps/gramps-4.2.4-r1.ebuild
44 deleted file mode 100644
45 index 43033e1cf0a..00000000000
46 --- a/app-misc/gramps/gramps-4.2.4-r1.ebuild
47 +++ /dev/null
48 @@ -1,41 +0,0 @@
49 -# Copyright 1999-2016 Gentoo Foundation
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=6
53 -PYTHON_COMPAT=( python3_{4,5} )
54 -
55 -DISTUTILS_SINGLE_IMPL=1
56 -inherit distutils-r1
57 -
58 -DESCRIPTION="Genealogical Research and Analysis Management Programming System"
59 -HOMEPAGE="https://gramps-project.org/"
60 -SRC_URI="https://github.com/gramps-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
61 -
62 -LICENSE="GPL-2+"
63 -SLOT="0"
64 -KEYWORDS="amd64 x86"
65 -IUSE="+reports +exif spell"
66 -
67 -RDEPEND="
68 - dev-python/bsddb3[${PYTHON_USEDEP}]
69 - dev-python/pycairo[${PYTHON_USEDEP}]
70 - >=dev-python/pygobject-3.12:3[cairo,${PYTHON_USEDEP}]
71 - dev-python/pyicu[${PYTHON_USEDEP}]
72 - gnome-base/librsvg:2
73 - >x11-libs/gtk+-3.14.8:3[introspection]
74 - x11-libs/pango[introspection]
75 - x11-misc/xdg-utils
76 - reports? ( media-gfx/graphviz )
77 - exif? ( >=media-libs/gexiv2-0.5[${PYTHON_USEDEP},introspection] )
78 - spell? ( app-text/gtkspell:3[introspection] )
79 -"
80 -
81 -PATCHES=(
82 - "${FILESDIR}/${P}-resourcepath.patch"
83 -)
84 -
85 -python_prepare_all() {
86 - sed -i "s:share/doc/gramps:share/doc/${PF}:g" setup.py || die
87 -
88 - distutils-r1_python_prepare_all
89 -}