public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/cb2bib: cb2bib-1.5.0.ebuild ChangeLog
@ 2014-12-25 15:18 Davide Pesavento (pesa)
  0 siblings, 0 replies; only message in thread
From: Davide Pesavento (pesa) @ 2014-12-25 15:18 UTC (permalink / raw
  To: gentoo-commits

pesa        14/12/25 15:18:16

  Modified:             ChangeLog
  Added:                cb2bib-1.5.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)

Revision  Changes    Path
1.22                 app-text/cb2bib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cb2bib/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cb2bib/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cb2bib/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	10 May 2013 05:53:05 -0000	1.21
+++ ChangeLog	25 Dec 2014 15:18:16 -0000	1.22
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/cb2bib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v 1.21 2013/05/10 05:53:05 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v 1.22 2014/12/25 15:18:16 pesa Exp $
+
+*cb2bib-1.5.0 (25 Dec 2014)
+
+  25 Dec 2014; Davide Pesavento <pesa@gentoo.org> +cb2bib-1.5.0.ebuild:
+  Version bump.
 
   10 May 2013; Patrick Lauer <patrick@gentoo.org> metadata.xml:
   Remove unused flag description from metadata



1.1                  app-text/cb2bib/cb2bib-1.5.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cb2bib/cb2bib-1.5.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cb2bib/cb2bib-1.5.0.ebuild?rev=1.1&content-type=text/plain

Index: cb2bib-1.5.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/cb2bib-1.5.0.ebuild,v 1.1 2014/12/25 15:18:16 pesa Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="Tool for extracting unformatted bibliographic references"
HOMEPAGE="http://www.molspaces.com/cb2bib/"
SRC_URI="http://www.molspaces.com/dl/progs/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
IUSE="debug +lzo +webkit"

DEPEND="
	dev-qt/qtcore:4
	dev-qt/qtgui:4
	x11-libs/libX11
	lzo? ( dev-libs/lzo:2 )
	webkit? ( dev-qt/qtwebkit:4 )
"
RDEPEND="${DEPEND}"

src_prepare() {
	cmake-utils_src_prepare

	# Fix desktop files
	sed -i -e '/Keywords=/ s/$/;/' c2bscripts/{c2bciter,cb2bib}.desktop || die
}

src_configure() {
	local mycmakeargs=(
		-DC2B_USE_LZO=$(use lzo && echo ON || echo OFF)
		-DC2B_USE_WEBKIT=$(use webkit && echo ON || echo OFF)
	)
	cmake-utils_src_configure
}

pkg_postinst() {
	einfo
	elog "For best functionality, emerge the following packages:"
	elog "    app-text/poppler[utils] - for data import from PDF files"
	elog "    app-text/dvipdfm        - for data import from DVI files"
	elog "    app-text/bibutils       - for data import from ISI, endnote format"
	elog "    media-fonts/jsmath      - for displaying mathematical notation"
	elog "    media-libs/exiftool     - for proper UTF-8 metadata writing in PDF"
	elog "                              text strings"
	elog "    virtual/latex-base      - to check for BibTeX file correctness and to get"
	elog "                              nice printing through the shell script bib2pdf"
	einfo
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-25 15:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-25 15:18 [gentoo-commits] gentoo-x86 commit in app-text/cb2bib: cb2bib-1.5.0.ebuild ChangeLog Davide Pesavento (pesa)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox