Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/referencer/
Date: Tue, 29 Dec 2015 05:58:28
Message-Id: 1451368682.36a3a663067b95fea9e0b965ebe53ec3cce5b19e.idella4@gentoo
1 commit: 36a3a663067b95fea9e0b965ebe53ec3cce5b19e
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 05:17:08 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 05:58:02 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a3a663
7
8 app-text/referencer: revbumps to vns. 1.2.0-r1, 1.2.1-r1
9
10 conversion -> python-single-r1 eclass, reduced DESCRIPTION to 80 chars,
11 slot operator set to dep /gtkmm, cxxflags set to std=gnu++11 @ configure,
12 patches submitted by proxy maintainer via the gentoo bug,
13 reviewed and runtested
14
15 Gentoo bug: #520798
16
17 Package-Manager: portage-2.2.24
18
19 app-text/referencer/referencer-1.2.0-r1.ebuild | 50 ++++++++++++++++++++++++++
20 app-text/referencer/referencer-1.2.1-r1.ebuild | 49 +++++++++++++++++++++++++
21 2 files changed, 99 insertions(+)
22
23 diff --git a/app-text/referencer/referencer-1.2.0-r1.ebuild b/app-text/referencer/referencer-1.2.0-r1.ebuild
24 new file mode 100644
25 index 0000000..82b752e
26 --- /dev/null
27 +++ b/app-text/referencer/referencer-1.2.0-r1.ebuild
28 @@ -0,0 +1,50 @@
29 +# Copyright 1999-2015 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +# $Id$
32 +
33 +EAPI="5"
34 +
35 +PYTHON_COMPAT=( python2_7 )
36 +
37 +inherit fdo-mime eutils python-single-r1 flag-o-matic
38 +
39 +DESCRIPTION="Application to organise documents or references, and to generate BibTeX files"
40 +HOMEPAGE="https://launchpad.net/referencer"
41 +SRC_URI="https://launchpad.net/${PN}/1./${PV}/+download/${P}.tar.gz"
42 +
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +
47 +RDEPEND=">=app-text/poppler-0.12.3-r3
48 + >=dev-cpp/gtkmm-2.8:*
49 + >=dev-cpp/libglademm-2.6.0
50 + >=dev-cpp/gconfmm-2.14.0
51 + >=dev-cpp/gtkmm-utils-0.4.1
52 + >=dev-libs/boost-1.52.0-r4"
53 +
54 +DEPEND="${RDEPEND}
55 + >=app-text/gnome-doc-utils-0.3.2
56 + virtual/pkgconfig
57 + >=dev-lang/perl-5.8.1
58 + dev-perl/libxml-perl
59 + dev-util/intltool
60 + app-text/rarian"
61 +
62 +src_prepare () {
63 + epatch "${FILESDIR}/${PN}-desktop-file-validate.patch"
64 + python_fix_shebang plugins
65 +}
66 +
67 +src_configure() {
68 + append-cxxflags -std=gnu++11
69 + econf --disable-update-mime-database --enable-python
70 +}
71 +
72 +pkg_postinst() {
73 + fdo-mime_mime_database_update
74 +}
75 +
76 +pkg_postrm() {
77 + fdo-mime_mime_database_update
78 +}
79
80 diff --git a/app-text/referencer/referencer-1.2.1-r1.ebuild b/app-text/referencer/referencer-1.2.1-r1.ebuild
81 new file mode 100644
82 index 0000000..0160a75
83 --- /dev/null
84 +++ b/app-text/referencer/referencer-1.2.1-r1.ebuild
85 @@ -0,0 +1,49 @@
86 +# Copyright 1999-2015 Gentoo Foundation
87 +# Distributed under the terms of the GNU General Public License v2
88 +# $Id$
89 +
90 +EAPI="5"
91 +
92 +PYTHON_COMPAT=( python2_7 )
93 +
94 +inherit fdo-mime eutils python-single-r1 flag-o-matic
95 +
96 +DESCRIPTION="Application to organise documents or references, and to generate BibTeX files"
97 +HOMEPAGE="https://launchpad.net/referencer"
98 +SRC_URI="https://launchpad.net/${PN}/1./${PV}/+download/${P}.tar.gz"
99 +
100 +LICENSE="GPL-2"
101 +SLOT="0"
102 +IUSE=""
103 +KEYWORDS="~amd64 ~x86"
104 +
105 +RDEPEND=">=app-text/poppler-0.12.3-r3:=[cairo]
106 + >=dev-cpp/gtkmm-2.8:*
107 + >=dev-cpp/libglademm-2.6.0
108 + >=dev-cpp/gconfmm-2.14.0
109 + >=dev-libs/boost-1.52.0-r4"
110 +
111 +DEPEND="${RDEPEND}
112 + >=app-text/gnome-doc-utils-0.3.2
113 + virtual/pkgconfig
114 + >=dev-lang/perl-5.8.1
115 + dev-perl/libxml-perl
116 + dev-util/intltool
117 + app-text/rarian"
118 +
119 +src_prepare () {
120 + python_fix_shebang plugins
121 +}
122 +
123 +src_configure() {
124 + append-cxxflags -std=gnu++11
125 + econf --disable-update-mime-database --enable-python
126 +}
127 +
128 +pkg_postinst() {
129 + fdo-mime_mime_database_update
130 +}
131 +
132 +pkg_postrm() {
133 + fdo-mime_mime_database_update
134 +}