public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/lasi: metadata.xml ChangeLog lasi-1.1.1.ebuild
@ 2012-02-20  9:54 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-02-20  9:54 UTC (permalink / raw
  To: gentoo-commits

jlec        12/02/20 09:54:55

  Modified:             metadata.xml ChangeLog lasi-1.1.1.ebuild
  Log:
  Use PATCHES array and convert mycmakeargs to an array
  
  (Portage version: 2.2.0_alpha87/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-libs/lasi/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lasi/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	21 Oct 2008 11:29:15 -0000	1.1
+++ metadata.xml	20 Feb 2012 09:54:55 -0000	1.2
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<herd>graphics</herd>
-<longdescription lang="en">
+	<herd>sci</herd>
+	<herd>graphics</herd>
+	<longdescription lang="en">
   libLASi is a library written by Larry Siden that provides a C++
   stream output interface for creating Postscript documents that can
   contain characters from any of the scripts and symbol blocks



1.23                 media-libs/lasi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lasi/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	27 Nov 2011 04:05:57 -0000	1.22
+++ ChangeLog	20 Feb 2012 09:54:55 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lasi
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lasi/ChangeLog,v 1.22 2011/11/27 04:05:57 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lasi/ChangeLog,v 1.23 2012/02/20 09:54:55 jlec Exp $
+
+  20 Feb 2012; Justin Lecher <jlec@gentoo.org> lasi-1.1.1.ebuild, metadata.xml:
+  Use PATCHES array and convert mycmakeargs to an array
 
 *lasi-1.1.1 (27 Nov 2011)
 



1.2                  media-libs/lasi/lasi-1.1.1.ebuild

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

Index: lasi-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lasi/lasi-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lasi-1.1.1.ebuild	27 Nov 2011 04:05:57 -0000	1.1
+++ lasi-1.1.1.ebuild	20 Feb 2012 09:54:55 -0000	1.2
@@ -1,9 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lasi/lasi-1.1.1.ebuild,v 1.1 2011/11/27 04:05:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lasi/lasi-1.1.1.ebuild,v 1.2 2012/02/20 09:54:55 jlec Exp $
 
 EAPI=4
-inherit eutils cmake-utils
+
+inherit cmake-utils eutils
 
 MY_PN=libLASi
 MY_P=${MY_PN}-${PV}
@@ -17,17 +18,22 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc examples"
 
-RDEPEND="x11-libs/pango
-	media-libs/freetype:2"
+RDEPEND="
+	media-libs/freetype:2
+	x11-libs/pango"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
 	doc? ( app-doc/doxygen )"
 
 S=${WORKDIR}/${MY_P}
 
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.1.0-cmake.patch
+	"${FILESDIR}"/${PN}-1.1.0-pkgconfig.patch
+	)
+
 src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.1.0-cmake.patch
-	epatch "${FILESDIR}"/${PN}-1.1.0-pkgconfig.patch
+	base_src_prepare
 	sed -i \
 		-e "s:\/lib$:\/$(get_libdir):" \
 		-e "s/libLASi-\${VERSION}/${PF}/" \
@@ -42,9 +48,10 @@
 
 src_configure() {
 	CMAKE_BUILD_TYPE=None
-	mycmakeargs="${mycmakeargs}
-		 -DCMAKE_SKIP_RPATH=OFF
-		 -DUSE_RPATH=OFF"
-		use doc || mycmakeargs="${mycmakeargs} -DDOXYGEN_EXECUTABLE="
+	local mycmakeargs=(
+		-DCMAKE_SKIP_RPATH=OFF
+		-DUSE_RPATH=OFF
+		)
+		use doc || mycmakeargs+=( -DDOXYGEN_EXECUTABLE= )
 	cmake-utils_src_configure
 }






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

* [gentoo-commits] gentoo-x86 commit in media-libs/lasi: metadata.xml ChangeLog lasi-1.1.1.ebuild
@ 2013-07-13  9:06 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2013-07-13  9:06 UTC (permalink / raw
  To: gentoo-commits

jlec        13/07/13 09:06:03

  Modified:             metadata.xml ChangeLog lasi-1.1.1.ebuild
  Log:
  media-libs/lasi: Convert to recent changes in cmake-utils.eclass, #476660
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.4                  media-libs/lasi/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lasi/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	4 Jul 2012 22:07:06 -0000	1.3
+++ metadata.xml	13 Jul 2013 09:06:03 -0000	1.4
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<herd>graphics</herd>
-<longdescription lang="en">
+  <herd>sci</herd>
+  <herd>graphics</herd>
+  <longdescription lang="en">
   libLASi is a library written by Larry Siden that provides a C++
   stream output interface for creating Postscript documents that can
   contain characters from any of the scripts and symbol blocks



1.34                 media-libs/lasi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lasi/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	4 Jul 2012 22:07:06 -0000	1.33
+++ ChangeLog	13 Jul 2013 09:06:03 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lasi
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lasi/ChangeLog,v 1.33 2012/07/04 22:07:06 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lasi/ChangeLog,v 1.34 2013/07/13 09:06:03 jlec Exp $
+
+  13 Jul 2013; Justin Lecher <jlec@gentoo.org> lasi-1.1.1.ebuild, metadata.xml:
+  Convert to recent changes in cmake-utils.eclass, #476660
 
   04 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> lasi-1.1.1.ebuild,
   metadata.xml:



1.12                 media-libs/lasi/lasi-1.1.1.ebuild

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

Index: lasi-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lasi/lasi-1.1.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- lasi-1.1.1.ebuild	4 Jul 2012 22:07:06 -0000	1.11
+++ lasi-1.1.1.ebuild	13 Jul 2013 09:06:03 -0000	1.12
@@ -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/media-libs/lasi/lasi-1.1.1.ebuild,v 1.11 2012/07/04 22:07:06 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lasi/lasi-1.1.1.ebuild,v 1.12 2013/07/13 09:06:03 jlec Exp $
 
 EAPI=4
 
@@ -33,7 +33,7 @@
 	)
 
 src_prepare() {
-	base_src_prepare
+	cmake-utils_src_prepare
 	sed -i \
 		-e "s:\/lib$:\/$(get_libdir):" \
 		-e "s/libLASi-\${VERSION}/${PF}/" \





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

end of thread, other threads:[~2013-07-13  9:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-13  9:06 [gentoo-commits] gentoo-x86 commit in media-libs/lasi: metadata.xml ChangeLog lasi-1.1.1.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-20  9:54 Justin Lecher (jlec)

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