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.d57448371d3656bf7e60ccbe70d855d0021462d2.idella4@gentoo
1 commit: d57448371d3656bf7e60ccbe70d855d0021462d2
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 05:19:02 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=d5744837
7
8 app-text/referencer: purge old versions using old python eclass
9
10 Package-Manager: portage-2.2.24
11
12 app-text/referencer/referencer-1.2.0.ebuild | 55 -----------------------------
13 app-text/referencer/referencer-1.2.1.ebuild | 53 ---------------------------
14 2 files changed, 108 deletions(-)
15
16 diff --git a/app-text/referencer/referencer-1.2.0.ebuild b/app-text/referencer/referencer-1.2.0.ebuild
17 deleted file mode 100644
18 index 579bfa5..0000000
19 --- a/app-text/referencer/referencer-1.2.0.ebuild
20 +++ /dev/null
21 @@ -1,55 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI="5"
27 -
28 -PYTHON_DEPEND="2:2.7"
29 -
30 -inherit fdo-mime eutils python
31 -
32 -DESCRIPTION="Gnome application to organise documents or references, and to generate BibTeX bibliography files"
33 -HOMEPAGE="https://launchpad.net/referencer"
34 -SRC_URI="https://launchpad.net/${PN}/1./${PV}/+download/$P.tar.gz"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="0"
38 -IUSE=""
39 -KEYWORDS="~amd64 ~x86"
40 -
41 -RDEPEND=">=app-text/poppler-0.12.3-r3
42 - >=dev-cpp/gtkmm-2.8
43 - >=dev-cpp/libglademm-2.6.0
44 - >=dev-cpp/gconfmm-2.14.0
45 - >=dev-cpp/gtkmm-utils-0.4.1
46 - >=dev-libs/boost-1.52.0-r4"
47 -
48 -DEPEND="${RDEPEND}
49 - >=app-text/gnome-doc-utils-0.3.2
50 - virtual/pkgconfig
51 - >=dev-lang/perl-5.8.1
52 - dev-perl/libxml-perl
53 - dev-util/intltool
54 - app-text/rarian"
55 -
56 -pkg_setup() {
57 - python_set_active_version 2
58 - python_pkg_setup
59 -}
60 -
61 -src_prepare () {
62 - epatch "${FILESDIR}/${PN}-desktop-file-validate.patch"
63 - python_convert_shebangs -r 2.7 plugins
64 -}
65 -
66 -src_configure() {
67 - econf --disable-update-mime-database --enable-python
68 -}
69 -
70 -pkg_postinst() {
71 - fdo-mime_mime_database_update
72 -}
73 -
74 -pkg_postrm() {
75 - fdo-mime_mime_database_update
76 -}
77
78 diff --git a/app-text/referencer/referencer-1.2.1.ebuild b/app-text/referencer/referencer-1.2.1.ebuild
79 deleted file mode 100644
80 index a747180..0000000
81 --- a/app-text/referencer/referencer-1.2.1.ebuild
82 +++ /dev/null
83 @@ -1,53 +0,0 @@
84 -# Copyright 1999-2013 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -# $Id$
87 -
88 -EAPI="5"
89 -PYTHON_DEPEND="2:2.7"
90 -
91 -inherit fdo-mime eutils flag-o-matic python
92 -
93 -DESCRIPTION="Gnome application to organise documents or references, and to generate BibTeX bibliography files"
94 -HOMEPAGE="https://launchpad.net/referencer"
95 -SRC_URI="https://launchpad.net/${PN}/1./${PV}/+download/$P.tar.gz"
96 -
97 -LICENSE="GPL-2"
98 -SLOT="0"
99 -IUSE=""
100 -KEYWORDS="~amd64 ~x86"
101 -
102 -RDEPEND=">=app-text/poppler-0.12.3-r3:=[cairo]
103 - >=dev-cpp/gtkmm-2.8
104 - >=dev-cpp/libglademm-2.6.0
105 - >=dev-cpp/gconfmm-2.14.0
106 - >=dev-libs/boost-1.52.0-r4"
107 -
108 -DEPEND="${RDEPEND}
109 - >=app-text/gnome-doc-utils-0.3.2
110 - virtual/pkgconfig
111 - >=dev-lang/perl-5.8.1
112 - dev-perl/libxml-perl
113 - dev-util/intltool
114 - app-text/rarian"
115 -
116 -pkg_setup() {
117 - python_set_active_version 2
118 - python_pkg_setup
119 -}
120 -
121 -src_prepare () {
122 - python_convert_shebangs -r 2.7 plugins
123 -}
124 -
125 -src_configure() {
126 - append-cxxflags -std=c++11
127 - econf --disable-update-mime-database --enable-python
128 -}
129 -
130 -pkg_postinst() {
131 - fdo-mime_mime_database_update
132 -}
133 -
134 -pkg_postrm() {
135 - fdo-mime_mime_database_update
136 -}