public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/shivavg: metadata.xml ChangeLog shivavg-0.2.1.ebuild
@ 2010-07-21 16:13 Luca Barbato (lu_zero)
  0 siblings, 0 replies; 2+ messages in thread
From: Luca Barbato (lu_zero) @ 2010-07-21 16:13 UTC (permalink / raw
  To: gentoo-commits

lu_zero     10/07/21 16:13:40

  Added:                metadata.xml ChangeLog shivavg-0.2.1.ebuild
  Log:
  First commit
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-libs/shivavg/metadata.xml

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

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>x11</herd>
<maintainer>
  <email>lu_zero@gentoo.org</email>
</maintainer>
</pkgmetadata>



1.1                  media-libs/shivavg/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for media-libs/shivavg
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/shivavg/ChangeLog,v 1.1 2010/07/21 16:13:39 lu_zero Exp $

*shivavg-0.2.1 (21 Jul 2010)

  21 Jul 2010; Luca Barbato <lu_zero@gentoo.org> +metadata.xml,
  +shivavg-0.2.1.ebuild:
  First commit




1.1                  media-libs/shivavg/shivavg-0.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/shivavg/shivavg-0.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/shivavg/shivavg-0.2.1.ebuild?rev=1.1&content-type=text/plain

Index: shivavg-0.2.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/shivavg/shivavg-0.2.1.ebuild,v 1.1 2010/07/21 16:13:39 lu_zero Exp $

EAPI=2

inherit autotools

DESCRIPTION="ShivaVG is an open-source ANSI C implementation of the Khronos'
OpenVG specification for hardware-accelerated vector graphics API. It is built
entirely on top of OpenGL."
HOMEPAGE="http://shivavg.sourceforge.net"

MY_PN="ShivaVG"
MY_P="${MY_PN}-${PV}"

SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~arm ~amd64"
IUSE=""

RDEPEND="virtual/glu
         virtual/glut
		 virtual/opengl"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${MY_P}"

src_prepare() {
	sed -i -e 's:LDFLAGS="$LDFLAGS :LIBS=":g' \
		configure.in
	eautoreconf
}

src_install() {
	emake DESTDIR=${D} install || die
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/shivavg: metadata.xml ChangeLog shivavg-0.2.1.ebuild
@ 2010-08-03 19:18 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-08-03 19:18 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/08/03 19:18:23

  Modified:             metadata.xml ChangeLog shivavg-0.2.1.ebuild
  Log:
  Fix longdesc. Fix trailing whitespace. Use base eclass for PATCHES array (future use).
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

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

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/shivavg/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	21 Jul 2010 16:13:39 -0000	1.1
+++ metadata.xml	3 Aug 2010 19:18:23 -0000	1.2
@@ -5,4 +5,9 @@
 <maintainer>
   <email>lu_zero@gentoo.org</email>
 </maintainer>
+<longdescription>
+ShivaVG is an open-source ANSI C implementation of the Khronos'
+OpenVG specification for hardware-accelerated vector graphics API. It is built
+entirely on top of OpenGL.
+</longdescription>
 </pkgmetadata>



1.2                  media-libs/shivavg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/shivavg/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	21 Jul 2010 16:13:39 -0000	1.1
+++ ChangeLog	3 Aug 2010 19:18:23 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/shivavg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/shivavg/ChangeLog,v 1.1 2010/07/21 16:13:39 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/shivavg/ChangeLog,v 1.2 2010/08/03 19:18:23 scarabeus Exp $
+
+  03 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> shivavg-0.2.1.ebuild,
+  metadata.xml:
+  Fix longdesc. Fix trailing whitespace. Use base eclass for PATCHES array
+  (future use).
 
 *shivavg-0.2.1 (21 Jul 2010)
 



1.2                  media-libs/shivavg/shivavg-0.2.1.ebuild

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

Index: shivavg-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/shivavg/shivavg-0.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shivavg-0.2.1.ebuild	21 Jul 2010 16:13:39 -0000	1.1
+++ shivavg-0.2.1.ebuild	3 Aug 2010 19:18:23 -0000	1.2
@@ -1,39 +1,33 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/shivavg/shivavg-0.2.1.ebuild,v 1.1 2010/07/21 16:13:39 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/shivavg/shivavg-0.2.1.ebuild,v 1.2 2010/08/03 19:18:23 scarabeus Exp $
 
-EAPI=2
-
-inherit autotools
-
-DESCRIPTION="ShivaVG is an open-source ANSI C implementation of the Khronos'
-OpenVG specification for hardware-accelerated vector graphics API. It is built
-entirely on top of OpenGL."
-HOMEPAGE="http://shivavg.sourceforge.net"
+EAPI=3
 
 MY_PN="ShivaVG"
 MY_P="${MY_PN}-${PV}"
+inherit base autotools
 
+DESCRIPTION="open-source implementation of the Khronos' OpenVG specification"
+HOMEPAGE="http://shivavg.sourceforge.net"
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~arm ~amd64"
+KEYWORDS="~arm ~amd64 ~x86"
 IUSE=""
 
 RDEPEND="virtual/glu
-         virtual/glut
-		 virtual/opengl"
+	virtual/glut
+	virtual/opengl"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
+	base_src_prepare
+
 	sed -i -e 's:LDFLAGS="$LDFLAGS :LIBS=":g' \
 		configure.in
 	eautoreconf
 }
-
-src_install() {
-	emake DESTDIR=${D} install || die
-}






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

end of thread, other threads:[~2010-08-03 20:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-21 16:13 [gentoo-commits] gentoo-x86 commit in media-libs/shivavg: metadata.xml ChangeLog shivavg-0.2.1.ebuild Luca Barbato (lu_zero)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-03 19:18 Tomas Chvatal (scarabeus)

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