From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/referencer/
Date: Tue, 29 Dec 2015 05:58:22 +0000 (UTC) [thread overview]
Message-ID: <1451368682.36a3a663067b95fea9e0b965ebe53ec3cce5b19e.idella4@gentoo> (raw)
commit: 36a3a663067b95fea9e0b965ebe53ec3cce5b19e
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 05:17:08 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 05:58:02 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a3a663
app-text/referencer: revbumps to vns. 1.2.0-r1, 1.2.1-r1
conversion -> python-single-r1 eclass, reduced DESCRIPTION to 80 chars,
slot operator set to dep /gtkmm, cxxflags set to std=gnu++11 @ configure,
patches submitted by proxy maintainer via the gentoo bug,
reviewed and runtested
Gentoo bug: #520798
Package-Manager: portage-2.2.24
app-text/referencer/referencer-1.2.0-r1.ebuild | 50 ++++++++++++++++++++++++++
app-text/referencer/referencer-1.2.1-r1.ebuild | 49 +++++++++++++++++++++++++
2 files changed, 99 insertions(+)
diff --git a/app-text/referencer/referencer-1.2.0-r1.ebuild b/app-text/referencer/referencer-1.2.0-r1.ebuild
new file mode 100644
index 0000000..82b752e
--- /dev/null
+++ b/app-text/referencer/referencer-1.2.0-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit fdo-mime eutils python-single-r1 flag-o-matic
+
+DESCRIPTION="Application to organise documents or references, and to generate BibTeX files"
+HOMEPAGE="https://launchpad.net/referencer"
+SRC_URI="https://launchpad.net/${PN}/1./${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-text/poppler-0.12.3-r3
+ >=dev-cpp/gtkmm-2.8:*
+ >=dev-cpp/libglademm-2.6.0
+ >=dev-cpp/gconfmm-2.14.0
+ >=dev-cpp/gtkmm-utils-0.4.1
+ >=dev-libs/boost-1.52.0-r4"
+
+DEPEND="${RDEPEND}
+ >=app-text/gnome-doc-utils-0.3.2
+ virtual/pkgconfig
+ >=dev-lang/perl-5.8.1
+ dev-perl/libxml-perl
+ dev-util/intltool
+ app-text/rarian"
+
+src_prepare () {
+ epatch "${FILESDIR}/${PN}-desktop-file-validate.patch"
+ python_fix_shebang plugins
+}
+
+src_configure() {
+ append-cxxflags -std=gnu++11
+ econf --disable-update-mime-database --enable-python
+}
+
+pkg_postinst() {
+ fdo-mime_mime_database_update
+}
+
+pkg_postrm() {
+ fdo-mime_mime_database_update
+}
diff --git a/app-text/referencer/referencer-1.2.1-r1.ebuild b/app-text/referencer/referencer-1.2.1-r1.ebuild
new file mode 100644
index 0000000..0160a75
--- /dev/null
+++ b/app-text/referencer/referencer-1.2.1-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit fdo-mime eutils python-single-r1 flag-o-matic
+
+DESCRIPTION="Application to organise documents or references, and to generate BibTeX files"
+HOMEPAGE="https://launchpad.net/referencer"
+SRC_URI="https://launchpad.net/${PN}/1./${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-text/poppler-0.12.3-r3:=[cairo]
+ >=dev-cpp/gtkmm-2.8:*
+ >=dev-cpp/libglademm-2.6.0
+ >=dev-cpp/gconfmm-2.14.0
+ >=dev-libs/boost-1.52.0-r4"
+
+DEPEND="${RDEPEND}
+ >=app-text/gnome-doc-utils-0.3.2
+ virtual/pkgconfig
+ >=dev-lang/perl-5.8.1
+ dev-perl/libxml-perl
+ dev-util/intltool
+ app-text/rarian"
+
+src_prepare () {
+ python_fix_shebang plugins
+}
+
+src_configure() {
+ append-cxxflags -std=gnu++11
+ econf --disable-update-mime-database --enable-python
+}
+
+pkg_postinst() {
+ fdo-mime_mime_database_update
+}
+
+pkg_postrm() {
+ fdo-mime_mime_database_update
+}
next reply other threads:[~2015-12-29 5:58 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-29 5:58 Ian Delaney [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-07-22 9:25 [gentoo-commits] repo/gentoo:master commit in: app-text/referencer/ Michał Górny
2019-02-24 22:32 Andreas Sturmlechner
2019-02-24 22:32 Andreas Sturmlechner
2019-02-24 22:14 Andreas Sturmlechner
2018-03-13 12:51 Michael Palimaka
2017-10-04 7:47 Michał Górny
2017-10-02 21:48 Jonas Stein
2016-11-25 19:24 Pacho Ramos
2016-11-24 11:41 Michael Palimaka
2015-12-29 5:58 Ian Delaney
2015-12-29 5:58 Ian Delaney
2015-12-24 13:40 Pacho Ramos
2015-12-18 13:22 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1451368682.36a3a663067b95fea9e0b965ebe53ec3cce5b19e.idella4@gentoo \
--to=idella4@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox