public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/cb2bib: cb2bib-1.4.9.ebuild ChangeLog
@ 2012-11-06 10:16 Davide Pesavento (pesa)
  0 siblings, 0 replies; 4+ messages in thread
From: Davide Pesavento (pesa) @ 2012-11-06 10:16 UTC (permalink / raw
  To: gentoo-commits

pesa        12/11/06 10:16:16

  Modified:             ChangeLog
  Added:                cb2bib-1.4.9.ebuild
  Log:
  Version bump. Made qt-webkit optional.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)

Revision  Changes    Path
1.16                 app-text/cb2bib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	18 Jun 2012 12:45:23 -0000	1.15
+++ ChangeLog	6 Nov 2012 10:16:16 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/cb2bib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v 1.15 2012/06/18 12:45:23 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v 1.16 2012/11/06 10:16:16 pesa Exp $
+
+*cb2bib-1.4.9 (06 Nov 2012)
+
+  06 Nov 2012; Davide Pesavento <pesa@gentoo.org> +cb2bib-1.4.9.ebuild:
+  Version bump. Made qt-webkit optional.
 
   18 Jun 2012; Davide Pesavento <pesa@gentoo.org> -cb2bib-1.4.7.ebuild:
   old
@@ -66,4 +71,3 @@
   +metadata.xml:
   Initial commit of cb2bib. Thanks to Hugo Mildenberger and Andreas K.
   Huettel (dilfridge) - bug #123627
-



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

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

Index: cb2bib-1.4.9.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild,v 1.1 2012/11/06 10:16:16 pesa Exp $

EAPI=4

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="
	x11-libs/libX11
	x11-libs/qt-core:4
	x11-libs/qt-gui:4
	lzo? ( dev-libs/lzo:2 )
	webkit? ( x11-libs/qt-webkit:4 )
"
RDEPEND="${DEPEND}"

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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/cb2bib: cb2bib-1.4.9.ebuild ChangeLog
@ 2013-02-10 12:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-10 12:24 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/10 12:24:39

  Modified:             cb2bib-1.4.9.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #456466
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  app-text/cb2bib/cb2bib-1.4.9.ebuild

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

Index: cb2bib-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cb2bib-1.4.9.ebuild	6 Nov 2012 10:16:16 -0000	1.1
+++ cb2bib-1.4.9.ebuild	10 Feb 2013 12:24:39 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild,v 1.1 2012/11/06 10:16:16 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild,v 1.2 2013/02/10 12:24:39 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="debug +lzo +webkit"
 
 DEPEND="



1.17                 app-text/cb2bib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	6 Nov 2012 10:16:16 -0000	1.16
+++ ChangeLog	10 Feb 2013 12:24:39 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/cb2bib
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v 1.16 2012/11/06 10:16:16 pesa Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v 1.17 2013/02/10 12:24:39 ago Exp $
+
+  10 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cb2bib-1.4.9.ebuild:
+  Stable for x86, wrt bug #456466
 
 *cb2bib-1.4.9 (06 Nov 2012)
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/cb2bib: cb2bib-1.4.9.ebuild ChangeLog
@ 2013-02-10 12:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-10 12:24 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/10 12:24:48

  Modified:             cb2bib-1.4.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #456466
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  app-text/cb2bib/cb2bib-1.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild?r1=1.2&r2=1.3

Index: cb2bib-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cb2bib-1.4.9.ebuild	10 Feb 2013 12:24:39 -0000	1.2
+++ cb2bib-1.4.9.ebuild	10 Feb 2013 12:24:48 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild,v 1.2 2013/02/10 12:24:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild,v 1.3 2013/02/10 12:24:48 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="debug +lzo +webkit"
 
 DEPEND="



1.18                 app-text/cb2bib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	10 Feb 2013 12:24:39 -0000	1.17
+++ ChangeLog	10 Feb 2013 12:24:48 -0000	1.18
@@ -1,6 +1,9 @@
 # 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.17 2013/02/10 12:24:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v 1.18 2013/02/10 12:24:48 ago Exp $
+
+  10 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cb2bib-1.4.9.ebuild:
+  Stable for amd64, wrt bug #456466
 
   10 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cb2bib-1.4.9.ebuild:
   Stable for x86, wrt bug #456466





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/cb2bib: cb2bib-1.4.9.ebuild ChangeLog
@ 2013-03-02 19:40 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-03-02 19:40 UTC (permalink / raw
  To: gentoo-commits

hwoarang    13/03/02 19:40:55

  Modified:             cb2bib-1.4.9.ebuild ChangeLog
  Log:
  Move Qt dependencies to the new category
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

Revision  Changes    Path
1.4                  app-text/cb2bib/cb2bib-1.4.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild?r1=1.3&r2=1.4

Index: cb2bib-1.4.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cb2bib-1.4.9.ebuild	10 Feb 2013 12:24:48 -0000	1.3
+++ cb2bib-1.4.9.ebuild	2 Mar 2013 19:40:55 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild,v 1.3 2013/02/10 12:24:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/cb2bib-1.4.9.ebuild,v 1.4 2013/03/02 19:40:55 hwoarang Exp $
 
 EAPI=4
 
@@ -17,10 +17,10 @@
 
 DEPEND="
 	x11-libs/libX11
-	x11-libs/qt-core:4
-	x11-libs/qt-gui:4
+	dev-qt/qtcore:4
+	dev-qt/qtgui:4
 	lzo? ( dev-libs/lzo:2 )
-	webkit? ( x11-libs/qt-webkit:4 )
+	webkit? ( dev-qt/qtwebkit:4 )
 "
 RDEPEND="${DEPEND}"
 



1.20                 app-text/cb2bib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	10 Feb 2013 14:55:51 -0000	1.19
+++ ChangeLog	2 Mar 2013 19:40:55 -0000	1.20
@@ -1,6 +1,9 @@
 # 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.19 2013/02/10 14:55:51 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v 1.20 2013/03/02 19:40:55 hwoarang Exp $
+
+  02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> cb2bib-1.4.9.ebuild:
+  Move Qt dependencies to the new category
 
   10 Feb 2013; Michael Palimaka <kensington@gentoo.org> -cb2bib-1.4.8.ebuild:
   Remove old.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-02 19:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-06 10:16 [gentoo-commits] gentoo-x86 commit in app-text/cb2bib: cb2bib-1.4.9.ebuild ChangeLog Davide Pesavento (pesa)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-10 12:24 Agostino Sarubbo (ago)
2013-02-10 12:24 Agostino Sarubbo (ago)
2013-03-02 19:40 Markos Chandras (hwoarang)

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