Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/
Date: Fri, 28 Apr 2017 04:03:29
Message-Id: 1493352107.8b0bd1f924196d10fd957c2296de26aa889c2dac.mjo@gentoo
1 commit: 8b0bd1f924196d10fd957c2296de26aa889c2dac
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 28 04:00:50 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 28 04:01:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0bd1f9
7
8 app-misc/gramps: remove unused version 4.2.4.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-misc/gramps/gramps-4.2.4.ebuild | 39 -------------------------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/app-misc/gramps/gramps-4.2.4.ebuild b/app-misc/gramps/gramps-4.2.4.ebuild
16 deleted file mode 100644
17 index c146f1b4720..00000000000
18 --- a/app-misc/gramps/gramps-4.2.4.ebuild
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -PYTHON_COMPAT=( python3_4 )
26 -
27 -DISTUTILS_SINGLE_IMPL=1
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Genealogical Research and Analysis Management Programming System"
31 -HOMEPAGE="https://gramps-project.org/"
32 -SRC_URI="https://github.com/gramps-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="GPL-2+"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE="+reports +exif spell"
38 -
39 -RDEPEND="
40 - dev-python/bsddb3[${PYTHON_USEDEP}]
41 - >=dev-python/pygobject-3.12:3[${PYTHON_USEDEP}]
42 - dev-python/pyicu[${PYTHON_USEDEP}]
43 - gnome-base/librsvg:2
44 - x11-libs/cairo
45 - >x11-libs/gtk+-3.14.8:3
46 - x11-libs/pango[introspection]
47 - x11-misc/xdg-utils
48 - reports? ( media-gfx/graphviz )
49 - exif? ( >=media-libs/gexiv2-0.5[${PYTHON_USEDEP},introspection] )
50 - spell? (
51 - app-text/gtkspell[introspection]
52 - dev-python/gtkspell-python
53 - )
54 -"
55 -
56 -PATCHES=(
57 - "${FILESDIR}/${P}-resourcepath.patch"
58 - "${FILESDIR}/${P}-versioned_doc_dir.patch"
59 -)