public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/cal3d: ChangeLog cal3d-0.11.0-r1.ebuild
@ 2008-05-09 22:50 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2008-05-09 22:50 UTC (permalink / raw
  To: gentoo-commits

tupone      08/05/09 22:50:51

  Modified:             ChangeLog cal3d-0.11.0-r1.ebuild
  Log:
  Installing doc on request. Bug #220969
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.29                 media-libs/cal3d/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/cal3d/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/cal3d/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/cal3d/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/cal3d/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	27 Apr 2008 21:36:45 -0000	1.28
+++ ChangeLog	9 May 2008 22:50:51 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/cal3d
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/ChangeLog,v 1.28 2008/04/27 21:36:45 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/ChangeLog,v 1.29 2008/05/09 22:50:51 tupone Exp $
+
+  09 May 2008; Tupone Alfredo <tupone@gentoo.org> cal3d-0.11.0-r1.ebuild:
+  Installing doc on request. Bug #220969 by Richard F. Ostrow Jr.
 
   27 Apr 2008; Tupone Alfredo <tupone@gentoo.org>
   +files/cal3d-0.11.0-gcc43.patch, metadata.xml, cal3d-0.11.0-r1.ebuild:



1.7                  media-libs/cal3d/cal3d-0.11.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild?r1=1.6&r2=1.7

Index: cal3d-0.11.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cal3d-0.11.0-r1.ebuild	27 Apr 2008 21:36:45 -0000	1.6
+++ cal3d-0.11.0-r1.ebuild	9 May 2008 22:50:51 -0000	1.7
@@ -1,8 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v 1.6 2008/04/27 21:36:45 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v 1.7 2008/05/09 22:50:51 tupone Exp $
 
-inherit eutils
+inherit eutils autotools
 
 DESCRIPTION="Cal3D is a skeletal based character animation library"
 HOMEPAGE="http://home.gna.org/cal3d"
@@ -11,14 +11,25 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~ia64 ppc x86 ~x86-fbsd"
-IUSE="16bit-indices debug"
+IUSE="16bit-indices debug doc"
 
-DEPEND=""
+DEPEND="doc? (
+		app-doc/doxygen
+		app-text/docbook-sgml-utils
+	)"
 
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}"/${P}-gcc43.patch
+	if use doc; then
+		sed -i \
+			-e "s:db2html:docbook2html:g" \
+			configure.in \
+			docs/Makefile.am \
+			|| die "sed for doc failed"
+		eautoreconf
+	fi
 }
 
 src_compile() {
@@ -27,8 +38,18 @@
 		$(use_enable 16bit-indices) \
 		|| die
 	emake || die
+	if use doc; then
+		cd docs
+		emake doc-api || die "Failed making doc-api"
+		emake doc-guide || die "Failed making doc-guide"
+		mkdir -p html/{guide,api}
+		mv *.{html,gif} html/guide/
+		mv api/html/* html/api/
+	fi
 }
 
 src_install() {
+	dodoc AUTHORS ChangeLog README TODO
 	einstall || die
+	use doc && dohtml -r docs/html/*
 }



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-libs/cal3d: ChangeLog cal3d-0.11.0-r1.ebuild
@ 2011-07-20 10:00 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-07-20 10:00 UTC (permalink / raw
  To: gentoo-commits

tupone      11/07/20 10:00:42

  Modified:             ChangeLog cal3d-0.11.0-r1.ebuild
  Log:
  EAPI=2, cleanup
  
  (Portage version: 2.1.10.7/cvs/Linux i686)

Revision  Changes    Path
1.32                 media-libs/cal3d/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/cal3d/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	17 Nov 2008 21:13:09 -0000	1.31
+++ ChangeLog	20 Jul 2011 10:00:41 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/cal3d
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/ChangeLog,v 1.31 2008/11/17 21:13:09 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/ChangeLog,v 1.32 2011/07/20 10:00:41 tupone Exp $
+
+  20 Jul 2011; Tupone Alfredo <tupone@gentoo.org> cal3d-0.11.0-r1.ebuild,
+  -files/cal3d-0.11.0_pre20050823-libtool-compat.patch:
+  EAPI=2, cleanup
 
   17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
   files/cal3d-0.11.0_pre20050823-libtool-compat.patch:



1.9                  media-libs/cal3d/cal3d-0.11.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild?r1=1.8&r2=1.9

Index: cal3d-0.11.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cal3d-0.11.0-r1.ebuild	14 Oct 2008 02:13:01 -0000	1.8
+++ cal3d-0.11.0-r1.ebuild	20 Jul 2011 10:00:41 -0000	1.9
@@ -1,8 +1,9 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v 1.8 2008/10/14 02:13:01 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v 1.9 2011/07/20 10:00:41 tupone Exp $
 
-inherit eutils autotools
+EAPI=2
+inherit eutils base autotools
 
 DESCRIPTION="Cal3D is a skeletal based character animation library"
 HOMEPAGE="http://home.gna.org/cal3d"
@@ -19,10 +20,12 @@
 	)"
 RDEPEND=""
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-gcc43.patch
+DOCS=( AUTHORS ChangeLog README TODO )
+use doc && HTML_DOCS=( docs/html/api docs/html/guide )
+PATCHES=( "${FILESDIR}"/${P}-gcc43.patch )
+
+src_prepare() {
+	base_src_prepare
 	if use doc; then
 		sed -i \
 			-e "s:db2html:docbook2html:g" \
@@ -33,12 +36,15 @@
 	fi
 }
 
-src_compile() {
+src_configure() {
 	econf \
 		$(use_enable debug) \
 		$(use_enable 16bit-indices) \
 		|| die
-	emake || die
+}
+
+src_compile() {
+	base_src_compile
 	if use doc; then
 		cd docs
 		emake doc-api || die "Failed making doc-api"
@@ -48,9 +54,3 @@
 		mv api/html/* html/api/
 	fi
 }
-
-src_install() {
-	dodoc AUTHORS ChangeLog README TODO
-	einstall || die
-	use doc && dohtml -r docs/html/*
-}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/cal3d: ChangeLog cal3d-0.11.0-r1.ebuild
@ 2012-06-29 11:48 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2012-06-29 11:48 UTC (permalink / raw
  To: gentoo-commits

tupone      12/06/29 11:48:28

  Modified:             ChangeLog cal3d-0.11.0-r1.ebuild
  Log:
  Fix test failing with VERBOSE. Bug #423301
  
  (Portage version: 2.1.11.3/cvs/Linux i686)

Revision  Changes    Path
1.35                 media-libs/cal3d/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/cal3d/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	13 Jun 2012 04:45:51 -0000	1.34
+++ ChangeLog	29 Jun 2012 11:48:28 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/cal3d
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/ChangeLog,v 1.34 2012/06/13 04:45:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/ChangeLog,v 1.35 2012/06/29 11:48:28 tupone Exp $
+
+  29 Jun 2012; Tupone Alfredo <tupone@gentoo.org> cal3d-0.11.0-r1.ebuild,
+  +files/cal3d-0.11.0-verbose.patch:
+  Fix test failing with VERBOSE. Bug #423301 by Diego Elio Pettenò
 
   13 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> cal3d-0.11.0-r1.ebuild:
   move vars into src_prepare



1.12                 media-libs/cal3d/cal3d-0.11.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild?r1=1.11&r2=1.12

Index: cal3d-0.11.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cal3d-0.11.0-r1.ebuild	13 Jun 2012 04:45:51 -0000	1.11
+++ cal3d-0.11.0-r1.ebuild	29 Jun 2012 11:48:28 -0000	1.12
@@ -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/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v 1.11 2012/06/13 04:45:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v 1.12 2012/06/29 11:48:28 tupone Exp $
 
 EAPI=2
 inherit eutils base autotools
@@ -23,7 +23,8 @@
 src_prepare() {
 	DOCS=( AUTHORS ChangeLog README TODO )
 	use doc && HTML_DOCS=( docs/html/api docs/html/guide )
-	PATCHES=( "${FILESDIR}"/${P}-gcc43.patch )
+	PATCHES=( "${FILESDIR}"/${P}-gcc43.patch
+	          "${FILESDIR}"/${P}-verbose.patch )
 
 	base_src_prepare
 	if use doc; then






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

* [gentoo-commits] gentoo-x86 commit in media-libs/cal3d: ChangeLog cal3d-0.11.0-r1.ebuild
@ 2014-10-27 11:25 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2014-10-27 11:25 UTC (permalink / raw
  To: gentoo-commits

tupone      14/10/27 11:25:23

  Modified:             ChangeLog cal3d-0.11.0-r1.ebuild
  Log:
  Fix test. Bug #526558
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.36                 media-libs/cal3d/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/cal3d/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	29 Jun 2012 11:48:28 -0000	1.35
+++ ChangeLog	27 Oct 2014 11:25:23 -0000	1.36
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/cal3d
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/ChangeLog,v 1.35 2012/06/29 11:48:28 tupone Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/ChangeLog,v 1.36 2014/10/27 11:25:23 tupone Exp $
+
+  27 Oct 2014; Alfredo Tupone <tupone@gentoo.org> cal3d-0.11.0-r1.ebuild,
+  +files/cal3d-0.11.0-tests.patch:
+  Fix test. Bug #526558 by flameeyes@gentoo.org
+  Migrating to EAPI 5
+  removing base eclass usage
 
   29 Jun 2012; Tupone Alfredo <tupone@gentoo.org> cal3d-0.11.0-r1.ebuild,
   +files/cal3d-0.11.0-verbose.patch:



1.13                 media-libs/cal3d/cal3d-0.11.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild?r1=1.12&r2=1.13

Index: cal3d-0.11.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cal3d-0.11.0-r1.ebuild	29 Jun 2012 11:48:28 -0000	1.12
+++ cal3d-0.11.0-r1.ebuild	27 Oct 2014 11:25:23 -0000	1.13
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v 1.12 2012/06/29 11:48:28 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cal3d/cal3d-0.11.0-r1.ebuild,v 1.13 2014/10/27 11:25:23 tupone Exp $
 
-EAPI=2
-inherit eutils base autotools
+EAPI=5
+inherit eutils autotools
 
 DESCRIPTION="Cal3D is a skeletal based character animation library"
 HOMEPAGE="http://home.gna.org/cal3d"
@@ -21,37 +21,37 @@
 RDEPEND=""
 
 src_prepare() {
-	DOCS=( AUTHORS ChangeLog README TODO )
-	use doc && HTML_DOCS=( docs/html/api docs/html/guide )
-	PATCHES=( "${FILESDIR}"/${P}-gcc43.patch
-	          "${FILESDIR}"/${P}-verbose.patch )
-
-	base_src_prepare
-	if use doc; then
-		sed -i \
-			-e "s:db2html:docbook2html:g" \
-			configure.in \
-			docs/Makefile.am \
-			|| die "sed for doc failed"
-		eautoreconf
-	fi
+	epatch \
+		"${FILESDIR}"/${P}-gcc43.patch \
+	    "${FILESDIR}"/${P}-tests.patch \
+	    "${FILESDIR}"/${P}-verbose.patch
+	sed -i \
+		-e "s:db2html:docbook2html:g" \
+		configure.in \
+		docs/Makefile.am \
+		|| die "sed for doc failed"
+	eautoreconf
 }
 
 src_configure() {
 	econf \
 		$(use_enable debug) \
-		$(use_enable 16bit-indices) \
-		|| die
+		$(use_enable 16bit-indices)
 }
 
 src_compile() {
-	base_src_compile
+	emake
 	if use doc; then
 		cd docs
-		emake doc-api || die "Failed making doc-api"
-		emake doc-guide || die "Failed making doc-guide"
+		emake doc-api
+		emake doc-guide
 		mkdir -p html/{guide,api}
 		mv *.{html,gif} html/guide/
 		mv api/html/* html/api/
 	fi
 }
+
+src_install() {
+	default
+	use doc && dohtml -r docs/html/api docs/html/guide
+}





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

end of thread, other threads:[~2014-10-27 11:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29 11:48 [gentoo-commits] gentoo-x86 commit in media-libs/cal3d: ChangeLog cal3d-0.11.0-r1.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2014-10-27 11:25 Alfredo Tupone (tupone)
2011-07-20 10:00 Alfredo Tupone (tupone)
2008-05-09 22:50 Alfredo Tupone (tupone)

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