public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/rtf2html: ChangeLog rtf2html-0.2.0-r1.ebuild
@ 2012-10-18  8:12 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-10-18  8:12 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/10/18 08:12:24

  Modified:             ChangeLog
  Added:                rtf2html-0.2.0-r1.ebuild
  Log:
  Revision bump: EAPI 4, drop stage functions, use base eclass
  
  (Portage version: 2.2.0_alpha138/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  app-text/rtf2html/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	3 Jan 2009 22:53:39 -0000	1.3
+++ ChangeLog	18 Oct 2012 08:12:24 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/rtf2html
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v 1.3 2009/01/03 22:53:39 halcy0n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v 1.4 2012/10/18 08:12:24 pinkbyte Exp $
+
+*rtf2html-0.2.0-r1 (18 Oct 2012)
+
+  18 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> +rtf2html-0.2.0-r1.ebuild:
+  Revision bump: EAPI 4, drop stage functions, use base eclass
 
   03 Jan 2009; Mark Loeser <halcy0n@gentoo.org>
   +files/rtf2html-0.2.0-gcc43.patch, rtf2html-0.2.0.ebuild:



1.1                  app-text/rtf2html/rtf2html-0.2.0-r1.ebuild

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

Index: rtf2html-0.2.0-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild,v 1.1 2012/10/18 08:12:24 pinkbyte Exp $

EAPI="4"

inherit base

IUSE=""

DESCRIPTION="RTF to HTML converter."
HOMEPAGE="http://rtf2html.sourceforge.net/"
SRC_URI="mirror://sourceforge/rtf2html/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

DOCS=( ChangeLog README )

PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )





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

* [gentoo-commits] gentoo-x86 commit in app-text/rtf2html: ChangeLog rtf2html-0.2.0-r1.ebuild
@ 2012-10-18  8:17 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-10-18  8:17 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/10/18 08:17:00

  Modified:             ChangeLog rtf2html-0.2.0-r1.ebuild
  Log:
  Remove duplicate IUSE definition
  
  (Portage version: 2.2.0_alpha138/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  app-text/rtf2html/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	18 Oct 2012 08:12:24 -0000	1.4
+++ ChangeLog	18 Oct 2012 08:17:00 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/rtf2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v 1.4 2012/10/18 08:12:24 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v 1.5 2012/10/18 08:17:00 pinkbyte Exp $
+
+  18 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> rtf2html-0.2.0-r1.ebuild:
+  Remove duplicate IUSE definition
 
 *rtf2html-0.2.0-r1 (18 Oct 2012)
 



1.2                  app-text/rtf2html/rtf2html-0.2.0-r1.ebuild

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

Index: rtf2html-0.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rtf2html-0.2.0-r1.ebuild	18 Oct 2012 08:12:24 -0000	1.1
+++ rtf2html-0.2.0-r1.ebuild	18 Oct 2012 08:17:00 -0000	1.2
@@ -1,13 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild,v 1.1 2012/10/18 08:12:24 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild,v 1.2 2012/10/18 08:17:00 pinkbyte Exp $
 
 EAPI="4"
 
 inherit base
 
-IUSE=""
-
 DESCRIPTION="RTF to HTML converter."
 HOMEPAGE="http://rtf2html.sourceforge.net/"
 SRC_URI="mirror://sourceforge/rtf2html/${P}.tar.bz2"





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

* [gentoo-commits] gentoo-x86 commit in app-text/rtf2html: ChangeLog rtf2html-0.2.0-r1.ebuild
@ 2012-10-18  9:36 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-10-18  9:36 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/10/18 09:36:24

  Modified:             ChangeLog rtf2html-0.2.0-r1.ebuild
  Log:
  Fix issue with incorrect parsing of '-g' compile flag in configure script. Thanks to Agostino Sarubbo for discovering this issue
  
  (Portage version: 2.2.0_alpha140/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  app-text/rtf2html/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	18 Oct 2012 08:17:00 -0000	1.5
+++ ChangeLog	18 Oct 2012 09:36:24 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/rtf2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v 1.5 2012/10/18 08:17:00 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v 1.6 2012/10/18 09:36:24 pinkbyte Exp $
+
+  18 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> rtf2html-0.2.0-r1.ebuild:
+  Fix issue with incorrect parsing of '-g' compile flag in configure script.
+  Thanks to Agostino Sarubbo for discovering this issue
 
   18 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> rtf2html-0.2.0-r1.ebuild:
   Remove duplicate IUSE definition



1.3                  app-text/rtf2html/rtf2html-0.2.0-r1.ebuild

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

Index: rtf2html-0.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rtf2html-0.2.0-r1.ebuild	18 Oct 2012 08:17:00 -0000	1.2
+++ rtf2html-0.2.0-r1.ebuild	18 Oct 2012 09:36:24 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild,v 1.2 2012/10/18 08:17:00 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild,v 1.3 2012/10/18 09:36:24 pinkbyte Exp $
 
 EAPI="4"
 
@@ -21,3 +21,9 @@
 DOCS=( ChangeLog README )
 
 PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )
+
+src_prepare() {
+	sed -i -e '/CFLAGS=$(echo $CFLAGS/d' configure || die 'sed on configure failed'
+
+	base_src_prepare
+}





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

* [gentoo-commits] gentoo-x86 commit in app-text/rtf2html: ChangeLog rtf2html-0.2.0-r1.ebuild
@ 2012-10-18 10:04 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-10-18 10:04 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/10/18 10:04:18

  Modified:             ChangeLog rtf2html-0.2.0-r1.ebuild
  Log:
  Add debug USE-flag, improve CFLAGS handling
  
  (Portage version: 2.2.0_alpha140/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  app-text/rtf2html/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	18 Oct 2012 09:36:24 -0000	1.6
+++ ChangeLog	18 Oct 2012 10:04:18 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/rtf2html
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v 1.6 2012/10/18 09:36:24 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v 1.7 2012/10/18 10:04:18 pinkbyte Exp $
+
+  18 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> rtf2html-0.2.0-r1.ebuild:
+  Add debug USE-flag, improve CFLAGS handling
 
   18 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> rtf2html-0.2.0-r1.ebuild:
   Fix issue with incorrect parsing of '-g' compile flag in configure script.



1.4                  app-text/rtf2html/rtf2html-0.2.0-r1.ebuild

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

Index: rtf2html-0.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rtf2html-0.2.0-r1.ebuild	18 Oct 2012 09:36:24 -0000	1.3
+++ rtf2html-0.2.0-r1.ebuild	18 Oct 2012 10:04:18 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild,v 1.3 2012/10/18 09:36:24 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild,v 1.4 2012/10/18 10:04:18 pinkbyte Exp $
 
 EAPI="4"
 
-inherit base
+inherit base flag-o-matic
 
 DESCRIPTION="RTF to HTML converter."
 HOMEPAGE="http://rtf2html.sourceforge.net/"
@@ -13,7 +13,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~x86"
-IUSE=""
+IUSE="debug"
 
 DEPEND=""
 RDEPEND="${DEPEND}"
@@ -23,7 +23,13 @@
 PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )
 
 src_prepare() {
+	# CFLAGS are incorrectly parsed, so handle this here
 	sed -i -e '/CFLAGS=$(echo $CFLAGS/d' configure || die 'sed on configure failed'
+	use !debug && filter-flags "-g*"
 
 	base_src_prepare
 }
+
+src_configure() {
+	econf $(use_enable debug)
+}





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

end of thread, other threads:[~2012-10-18 10:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18  8:17 [gentoo-commits] gentoo-x86 commit in app-text/rtf2html: ChangeLog rtf2html-0.2.0-r1.ebuild Sergey Popov (pinkbyte)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-18 10:04 Sergey Popov (pinkbyte)
2012-10-18  9:36 Sergey Popov (pinkbyte)
2012-10-18  8:12 Sergey Popov (pinkbyte)

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