From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D326F1388C1 for ; Tue, 29 Dec 2015 05:58:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC3D6E084C; Tue, 29 Dec 2015 05:58:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A079E084B for ; Tue, 29 Dec 2015 05:58:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3931340756 for ; Tue, 29 Dec 2015 05:58:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AF0EC7A for ; Tue, 29 Dec 2015 05:58:22 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451368682.36a3a663067b95fea9e0b965ebe53ec3cce5b19e.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/referencer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/referencer/referencer-1.2.0-r1.ebuild app-text/referencer/referencer-1.2.1-r1.ebuild X-VCS-Directories: app-text/referencer/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 36a3a663067b95fea9e0b965ebe53ec3cce5b19e X-VCS-Branch: master Date: Tue, 29 Dec 2015 05:58:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8666b690-1d07-4e7a-a1e8-e14831fbeaf6 X-Archives-Hash: b7000b5061b47b398bcefcdc6b3d70be commit: 36a3a663067b95fea9e0b965ebe53ec3cce5b19e Author: Ian Delaney gentoo org> AuthorDate: Tue Dec 29 05:17:08 2015 +0000 Commit: Ian Delaney gentoo 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 +}