public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/openctm: openctm-1.0.3.ebuild ChangeLog
@ 2014-08-10 12:28 Amy Winston (amynka)
  0 siblings, 0 replies; 4+ messages in thread
From: Amy Winston (amynka) @ 2014-08-10 12:28 UTC (permalink / raw
  To: gentoo-commits

amynka      14/08/10 12:28:12

  Modified:             openctm-1.0.3.ebuild ChangeLog
  Log:
  Obey settings of CC and CXX. Update patch from debian to reflect this.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 34E69781)

Revision  Changes    Path
1.2                  media-libs/openctm/openctm-1.0.3.ebuild

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

Index: openctm-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openctm-1.0.3.ebuild	7 Aug 2014 16:50:58 -0000	1.1
+++ openctm-1.0.3.ebuild	10 Aug 2014 12:28:12 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild,v 1.1 2014/08/07 16:50:58 amynka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild,v 1.2 2014/08/10 12:28:12 amynka Exp $
 
 EAPI=5
 
-inherit eutils multilib qt4-r2 versionator
+inherit eutils multilib versionator flag-o-matic
 
 MY_PF=OpenCTM-${PV}
 
@@ -16,8 +16,8 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
-DEPEND="
-        dev-libs/tinyxml
+
+DEPEND="dev-libs/tinyxml
 	media-libs/freeglut
 	media-libs/glew
 	media-libs/pnglite
@@ -35,3 +35,7 @@
 		"${S}"/Makefile \
 		"${S}"/*/Makefile.linux || die
 }
+
+src_compile() {
+	emake CC=$(tc-getCC) CXX=$(tc-getCXX)
+}



1.2                  media-libs/openctm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	7 Aug 2014 16:50:58 -0000	1.1
+++ ChangeLog	10 Aug 2014 12:28:12 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/openctm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v 1.1 2014/08/07 16:50:58 amynka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v 1.2 2014/08/10 12:28:12 amynka Exp $
+
+  10 Aug 2014; Amy Winston <amynka@gentoo.org>
+  files/openctm-fix-makefiles.patch, openctm-1.0.3.ebuild:
+  Obey settings of CC and CXX. Update patch from debian to reflect this.
 
 *openctm-1.0.3 (07 Aug 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in media-libs/openctm: openctm-1.0.3.ebuild ChangeLog
@ 2014-08-10 21:11 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 21:11 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 21:11:17

  Modified:             openctm-1.0.3.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.3                  media-libs/openctm/openctm-1.0.3.ebuild

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

Index: openctm-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openctm-1.0.3.ebuild	10 Aug 2014 12:28:12 -0000	1.2
+++ openctm-1.0.3.ebuild	10 Aug 2014 21:11:17 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild,v 1.2 2014/08/10 12:28:12 amynka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild,v 1.3 2014/08/10 21:11:17 slyfox Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 
 MY_PF=OpenCTM-${PV}
 
-DESCRIPTION="OpenCTM - the Open Compressed Triangle Mesh."
+DESCRIPTION="OpenCTM - the Open Compressed Triangle Mesh"
 HOMEPAGE="http://openctm.sourceforge.net"
 SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}+dfsg1.orig.tar.bz2"
 



1.3                  media-libs/openctm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	10 Aug 2014 12:28:12 -0000	1.2
+++ ChangeLog	10 Aug 2014 21:11:17 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/openctm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v 1.2 2014/08/10 12:28:12 amynka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v 1.3 2014/08/10 21:11:17 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> openctm-1.0.3.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   10 Aug 2014; Amy Winston <amynka@gentoo.org>
   files/openctm-fix-makefiles.patch, openctm-1.0.3.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in media-libs/openctm: openctm-1.0.3.ebuild ChangeLog
@ 2014-08-18 23:11 Amy Winston (amynka)
  0 siblings, 0 replies; 4+ messages in thread
From: Amy Winston (amynka) @ 2014-08-18 23:11 UTC (permalink / raw
  To: gentoo-commits

amynka      14/08/18 23:11:10

  Modified:             openctm-1.0.3.ebuild ChangeLog
  Log:
  bad sed repaired
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 34E69781)

Revision  Changes    Path
1.4                  media-libs/openctm/openctm-1.0.3.ebuild

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

Index: openctm-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openctm-1.0.3.ebuild	10 Aug 2014 21:11:17 -0000	1.3
+++ openctm-1.0.3.ebuild	18 Aug 2014 23:11:10 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild,v 1.3 2014/08/10 21:11:17 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild,v 1.4 2014/08/18 23:11:10 amynka Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 
 MY_PF=OpenCTM-${PV}
 
-DESCRIPTION="OpenCTM - the Open Compressed Triangle Mesh"
+DESCRIPTION="OpenCTM - the Open Compressed Triangle Mesh."
 HOMEPAGE="http://openctm.sourceforge.net"
 SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}+dfsg1.orig.tar.bz2"
 
@@ -31,7 +31,7 @@
 	mv Makefile.linux Makefile
 
 	# do not use strip
-	sed -i -e 's:-s ::g' \
+	sed -i -e 's:\(LDFLAGS.*\)-s :\1 :g' \
 		"${S}"/Makefile \
 		"${S}"/*/Makefile.linux || die
 }



1.5                  media-libs/openctm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	13 Aug 2014 20:17:26 -0000	1.4
+++ ChangeLog	18 Aug 2014 23:11:10 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/openctm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v 1.4 2014/08/13 20:17:26 amynka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v 1.5 2014/08/18 23:11:10 amynka Exp $
+
+  18 Aug 2014; Amy Winston <amynka@gentoo.org> openctm-1.0.3.ebuild:
+  bad sed repaired
 
   13 Aug 2014; Amy Winston <amynka@gentoo.org> metadata.xml:
   3dprint herd added





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

* [gentoo-commits] gentoo-x86 commit in media-libs/openctm: openctm-1.0.3.ebuild ChangeLog
@ 2014-08-20 10:58 Amy Winston (amynka)
  0 siblings, 0 replies; 4+ messages in thread
From: Amy Winston (amynka) @ 2014-08-20 10:58 UTC (permalink / raw
  To: gentoo-commits

amynka      14/08/20 10:58:35

  Modified:             openctm-1.0.3.ebuild ChangeLog
  Log:
  Sed madness removed and integrated to no-strip.patch
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 34E69781)

Revision  Changes    Path
1.5                  media-libs/openctm/openctm-1.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild?r1=1.4&r2=1.5

Index: openctm-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openctm-1.0.3.ebuild	18 Aug 2014 23:11:10 -0000	1.4
+++ openctm-1.0.3.ebuild	20 Aug 2014 10:58:35 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild,v 1.4 2014/08/18 23:11:10 amynka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/openctm-1.0.3.ebuild,v 1.5 2014/08/20 10:58:35 amynka Exp $
 
 EAPI=5
 
@@ -27,13 +27,9 @@
 S="${WORKDIR}/${MY_PF}"
 
 src_prepare() {
-	epatch "${FILESDIR}"/openctm-fix-makefiles.patch
+	epatch "${FILESDIR}"/openctm-fix-makefiles.patch \
+		"${FILESDIR}"/openctm-no-strip.patch
 	mv Makefile.linux Makefile
-
-	# do not use strip
-	sed -i -e 's:\(LDFLAGS.*\)-s :\1 :g' \
-		"${S}"/Makefile \
-		"${S}"/*/Makefile.linux || die
 }
 
 src_compile() {



1.6                  media-libs/openctm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	18 Aug 2014 23:11:10 -0000	1.5
+++ ChangeLog	20 Aug 2014 10:58:35 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/openctm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v 1.5 2014/08/18 23:11:10 amynka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openctm/ChangeLog,v 1.6 2014/08/20 10:58:35 amynka Exp $
+
+  20 Aug 2014; Amy Winston <amynka@gentoo.org> +files/openctm-no-strip.patch,
+  openctm-1.0.3.ebuild:
+  Sed madness removed and integrated to no-strip.patch
 
   18 Aug 2014; Amy Winston <amynka@gentoo.org> openctm-1.0.3.ebuild:
   bad sed repaired





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

end of thread, other threads:[~2014-08-20 10:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-20 10:58 [gentoo-commits] gentoo-x86 commit in media-libs/openctm: openctm-1.0.3.ebuild ChangeLog Amy Winston (amynka)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-18 23:11 Amy Winston (amynka)
2014-08-10 21:11 Sergei Trofimovich (slyfox)
2014-08-10 12:28 Amy Winston (amynka)

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