public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libemf: libemf-1.0.4.ebuild ChangeLog
@ 2009-10-10  6:56 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 10+ messages in thread
From: Ryan Hill (dirtyepic) @ 2009-10-10  6:56 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    09/10/10 06:56:58

  Modified:             ChangeLog
  Added:                libemf-1.0.4.ebuild
  Log:
  Version bump. Fix build on amd64 and alpha with Fedora patch and keyword
  ~amd64.
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 media-libs/libemf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	23 Apr 2008 10:54:10 -0000	1.24
+++ ChangeLog	10 Oct 2009 06:56:58 -0000	1.25
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/libemf
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.24 2008/04/23 10:54:10 phosphan Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.25 2009/10/10 06:56:58 dirtyepic Exp $
+
+*libemf-1.0.4 (10 Oct 2009)
+
+  10 Oct 2009; Ryan Hill <dirtyepic@gentoo.org> +libemf-1.0.4.ebuild,
+  +files/libemf-1.0.4-amd64-alpha.patch:
+  Version bump. Fix build on amd64 and alpha with Fedora patch and keyword
+  ~amd64.
 
   23 Apr 2008; Patrick Kursawe <phosphan@gentoo.org>
   +files/libemf-1.0.3-gcc4.3.patch, -files/libEMF-1.0-amd64.patch,



1.1                  media-libs/libemf/libemf-1.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?rev=1.1&content-type=text/plain

Index: libemf-1.0.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.1 2009/10/10 06:56:58 dirtyepic Exp $

EAPI=2

inherit eutils

MY_P="${P/emf/EMF}"
DESCRIPTION="Library implementation of ECMA-234 API for the generation of enhanced metafiles."
HOMEPAGE="http://libemf.sourceforge.net/"
SRC_URI="mirror://sourceforge/libemf/${MY_P}.tar.gz"

LICENSE="LGPL-2.1 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc"

DEPEND=""

S=${WORKDIR}/${MY_P}

src_prepare() {
	epatch "${FILESDIR}"/${P}-amd64-alpha.patch
}

src_configure() {
	econf --enable-editing
}

src_install() {
	emake DESTDIR="${D}" install || die
	use doc && dohtml doc/html/*
	dodoc README NEWS AUTHORS ChangeLog
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libemf: libemf-1.0.4.ebuild ChangeLog
@ 2009-11-16 22:11 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2009-11-16 22:11 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/16 22:11:31

  Modified:             libemf-1.0.4.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #292610
  (Portage version: 2.2_rc50/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-libs/libemf/libemf-1.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?r1=1.1&r2=1.2

Index: libemf-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libemf-1.0.4.ebuild	10 Oct 2009 06:56:58 -0000	1.1
+++ libemf-1.0.4.ebuild	16 Nov 2009 22:11:31 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.1 2009/10/10 06:56:58 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.2 2009/11/16 22:11:31 maekke Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE="doc"
 
 DEPEND=""



1.26                 media-libs/libemf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	10 Oct 2009 06:56:58 -0000	1.25
+++ ChangeLog	16 Nov 2009 22:11:31 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libemf
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.25 2009/10/10 06:56:58 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.26 2009/11/16 22:11:31 maekke Exp $
+
+  16 Nov 2009; Markus Meier <maekke@gentoo.org> libemf-1.0.4.ebuild:
+  amd64/x86 stable, bug #292610
 
 *libemf-1.0.4 (10 Oct 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libemf: libemf-1.0.4.ebuild ChangeLog
@ 2009-11-17 23:39 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 10+ messages in thread
From: Ryan Hill (dirtyepic) @ 2009-11-17 23:39 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    09/11/17 23:39:41

  Modified:             libemf-1.0.4.ebuild ChangeLog
  Log:
  Fix libtool trying to link against the wrong library versions, spotted by
  Daniel Pielmeier in bug #292610.
  (Portage version: 2.2_rc50/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-libs/libemf/libemf-1.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?r1=1.2&r2=1.3

Index: libemf-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libemf-1.0.4.ebuild	16 Nov 2009 22:11:31 -0000	1.2
+++ libemf-1.0.4.ebuild	17 Nov 2009 23:39:41 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.2 2009/11/16 22:11:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.3 2009/11/17 23:39:41 dirtyepic Exp $
 
 EAPI=2
 
-inherit eutils
+inherit autotools eutils
 
 MY_P="${P/emf/EMF}"
 DESCRIPTION="Library implementation of ECMA-234 API for the generation of enhanced metafiles."
@@ -22,6 +22,7 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-amd64-alpha.patch
+	eautoreconf # or libtool tries to link against the gcc it was built with
 }
 
 src_configure() {



1.27                 media-libs/libemf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	16 Nov 2009 22:11:31 -0000	1.26
+++ ChangeLog	17 Nov 2009 23:39:41 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libemf
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.26 2009/11/16 22:11:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.27 2009/11/17 23:39:41 dirtyepic Exp $
+
+  17 Nov 2009; Ryan Hill <dirtyepic@gentoo.org> libemf-1.0.4.ebuild:
+  Fix libtool trying to link against the wrong library versions, spotted by
+  Daniel Pielmeier in bug #292610.
 
   16 Nov 2009; Markus Meier <maekke@gentoo.org> libemf-1.0.4.ebuild:
   amd64/x86 stable, bug #292610






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libemf: libemf-1.0.4.ebuild ChangeLog
@ 2009-11-21 18:43 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 10+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-11-21 18:43 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/11/21 18:43:49

  Modified:             libemf-1.0.4.ebuild ChangeLog
  Log:
  ppc stable #292610
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.4                  media-libs/libemf/libemf-1.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?r1=1.3&r2=1.4

Index: libemf-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libemf-1.0.4.ebuild	17 Nov 2009 23:39:41 -0000	1.3
+++ libemf-1.0.4.ebuild	21 Nov 2009 18:43:49 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.3 2009/11/17 23:39:41 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.4 2009/11/21 18:43:49 nixnut Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
 IUSE="doc"
 
 DEPEND=""



1.28                 media-libs/libemf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	17 Nov 2009 23:39:41 -0000	1.27
+++ ChangeLog	21 Nov 2009 18:43:49 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libemf
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.27 2009/11/17 23:39:41 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.28 2009/11/21 18:43:49 nixnut Exp $
+
+  21 Nov 2009; nixnut <nixnut@gentoo.org> libemf-1.0.4.ebuild:
+  ppc stable #292610
 
   17 Nov 2009; Ryan Hill <dirtyepic@gentoo.org> libemf-1.0.4.ebuild:
   Fix libtool trying to link against the wrong library versions, spotted by






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libemf: libemf-1.0.4.ebuild ChangeLog
@ 2009-12-26 16:51 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-26 16:51 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/26 16:51:50

  Modified:             libemf-1.0.4.ebuild ChangeLog
  Log:
  sparc stable wrt #292610
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.5                  media-libs/libemf/libemf-1.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?r1=1.4&r2=1.5

Index: libemf-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libemf-1.0.4.ebuild	21 Nov 2009 18:43:49 -0000	1.4
+++ libemf-1.0.4.ebuild	26 Dec 2009 16:51:49 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.4 2009/11/21 18:43:49 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.5 2009/12/26 16:51:49 armin76 Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 IUSE="doc"
 
 DEPEND=""



1.29                 media-libs/libemf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	21 Nov 2009 18:43:49 -0000	1.28
+++ ChangeLog	26 Dec 2009 16:51:49 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libemf
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.28 2009/11/21 18:43:49 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.29 2009/12/26 16:51:49 armin76 Exp $
+
+  26 Dec 2009; Raúl Porcel <armin76@gentoo.org> libemf-1.0.4.ebuild:
+  sparc stable wrt #292610
 
   21 Nov 2009; nixnut <nixnut@gentoo.org> libemf-1.0.4.ebuild:
   ppc stable #292610






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libemf: libemf-1.0.4.ebuild ChangeLog
@ 2010-01-02 14:32 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2010-01-02 14:32 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/02 14:32:03

  Modified:             libemf-1.0.4.ebuild ChangeLog
  Log:
  Marking libemf-1.0.4 ppc64 for bug 292610
  (Portage version: 2.1.7.16/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  media-libs/libemf/libemf-1.0.4.ebuild

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

Index: libemf-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libemf-1.0.4.ebuild	26 Dec 2009 16:51:49 -0000	1.5
+++ libemf-1.0.4.ebuild	2 Jan 2010 14:32:02 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.5 2009/12/26 16:51:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.6 2010/01/02 14:32:02 ranger Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE="doc"
 
 DEPEND=""



1.30                 media-libs/libemf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	26 Dec 2009 16:51:49 -0000	1.29
+++ ChangeLog	2 Jan 2010 14:32:02 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libemf
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.29 2009/12/26 16:51:49 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.30 2010/01/02 14:32:02 ranger Exp $
+
+  02 Jan 2010; Brent Baude <ranger@gentoo.org> libemf-1.0.4.ebuild:
+  Marking libemf-1.0.4 ppc64 for bug 292610
 
   26 Dec 2009; Raúl Porcel <armin76@gentoo.org> libemf-1.0.4.ebuild:
   sparc stable wrt #292610






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libemf: libemf-1.0.4.ebuild ChangeLog
@ 2010-10-18  9:58 Justin Lecher (jlec)
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher (jlec) @ 2010-10-18  9:58 UTC (permalink / raw
  To: gentoo-commits

jlec        10/10/18 09:58:21

  Modified:             libemf-1.0.4.ebuild ChangeLog
  Log:
  Keyworded ~-linux prefix
  
  (Portage version: 2.2_rc97/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  media-libs/libemf/libemf-1.0.4.ebuild

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

Index: libemf-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libemf-1.0.4.ebuild	2 Jan 2010 14:32:02 -0000	1.6
+++ libemf-1.0.4.ebuild	18 Oct 2010 09:58:21 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.6 2010/01/02 14:32:02 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.7 2010/10/18 09:58:21 jlec Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 DEPEND=""



1.32                 media-libs/libemf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	2 Jan 2010 17:22:49 -0000	1.31
+++ ChangeLog	18 Oct 2010 09:58:21 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libemf
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.31 2010/01/02 17:22:49 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.32 2010/10/18 09:58:21 jlec Exp $
+
+  18 Oct 2010; Justin Lecher <jlec@gentoo.org> libemf-1.0.4.ebuild:
+  Keyworded ~-linux prefix
 
   02 Jan 2010; Patrick Kursawe <phosphan@gentoo.org> -libemf-1.0.3.ebuild,
   -files/libemf-1.0.3-gcc4.3.patch:






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libemf: libemf-1.0.4.ebuild ChangeLog
@ 2011-12-13 13:11 Naohiro Aota (naota)
  0 siblings, 0 replies; 10+ messages in thread
From: Naohiro Aota (naota) @ 2011-12-13 13:11 UTC (permalink / raw
  To: gentoo-commits

naota       11/12/13 13:11:40

  Modified:             libemf-1.0.4.ebuild ChangeLog
  Log:
  Add ~x86-fbsd
  
  (Portage version: 2.2.0_alpha75/cvs/FreeBSD i386)

Revision  Changes    Path
1.8                  media-libs/libemf/libemf-1.0.4.ebuild

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

Index: libemf-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libemf-1.0.4.ebuild	18 Oct 2010 09:58:21 -0000	1.7
+++ libemf-1.0.4.ebuild	13 Dec 2011 13:11:40 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 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/libemf/libemf-1.0.4.ebuild,v 1.7 2010/10/18 09:58:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.8 2011/12/13 13:11:40 naota Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 DEPEND=""



1.33                 media-libs/libemf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	18 Oct 2010 09:58:21 -0000	1.32
+++ ChangeLog	13 Dec 2011 13:11:40 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libemf
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.32 2010/10/18 09:58:21 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.33 2011/12/13 13:11:40 naota Exp $
+
+  13 Dec 2011; Naohiro Aota <naota@gentoo.org> libemf-1.0.4.ebuild:
+  Add ~x86-fbsd
 
   18 Oct 2010; Justin Lecher <jlec@gentoo.org> libemf-1.0.4.ebuild:
   Keyworded ~-linux prefix






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libemf: libemf-1.0.4.ebuild ChangeLog
@ 2012-03-02 11:10 Justin Lecher (jlec)
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher (jlec) @ 2012-03-02 11:10 UTC (permalink / raw
  To: gentoo-commits

jlec        12/03/02 11:10:55

  Modified:             libemf-1.0.4.ebuild ChangeLog
  Log:
  Handle static-libs individually, therefore move to auto-tools.eclass and EAPI=4
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  media-libs/libemf/libemf-1.0.4.ebuild

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

Index: libemf-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libemf-1.0.4.ebuild	13 Dec 2011 13:11:40 -0000	1.8
+++ libemf-1.0.4.ebuild	2 Mar 2012 11:10:55 -0000	1.9
@@ -1,10 +1,12 @@
-# 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/libemf/libemf-1.0.4.ebuild,v 1.8 2011/12/13 13:11:40 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.9 2012/03/02 11:10:55 jlec Exp $
 
-EAPI=2
+EAPI=4
 
-inherit autotools eutils
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils
 
 MY_P="${P/emf/EMF}"
 DESCRIPTION="Library implementation of ECMA-234 API for the generation of enhanced metafiles."
@@ -14,23 +16,18 @@
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND=""
+IUSE="doc static-libs"
 
 S=${WORKDIR}/${MY_P}
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-amd64-alpha.patch
-	eautoreconf # or libtool tries to link against the gcc it was built with
-}
+PATCHES=( "${FILESDIR}"/${P}-amd64-alpha.patch )
 
 src_configure() {
-	econf --enable-editing
+	local myeconfargs=( --enable-editing )
+	autotools-utils_src_configure
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
+	autotools-utils_src_install
 	use doc && dohtml doc/html/*
-	dodoc README NEWS AUTHORS ChangeLog
 }



1.34                 media-libs/libemf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	13 Dec 2011 13:11:40 -0000	1.33
+++ ChangeLog	2 Mar 2012 11:10:55 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libemf
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.33 2011/12/13 13:11:40 naota Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.34 2012/03/02 11:10:55 jlec Exp $
+
+  02 Mar 2012; Justin Lecher <jlec@gentoo.org> libemf-1.0.4.ebuild:
+  Handle static-libs individually, therefore move to auto-tools.eclass and
+  EAPI=4
 
   13 Dec 2011; Naohiro Aota <naota@gentoo.org> libemf-1.0.4.ebuild:
   Add ~x86-fbsd






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libemf: libemf-1.0.4.ebuild ChangeLog
@ 2012-05-09 18:00 Alexis Ballier (aballier)
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 18:00 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/09 18:00:30

  Modified:             libemf-1.0.4.ebuild ChangeLog
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha102/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 media-libs/libemf/libemf-1.0.4.ebuild

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

Index: libemf-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libemf-1.0.4.ebuild	2 Mar 2012 11:10:55 -0000	1.9
+++ libemf-1.0.4.ebuild	9 May 2012 18:00:30 -0000	1.10
@@ -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/libemf/libemf-1.0.4.ebuild,v 1.9 2012/03/02 11:10:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.10 2012/05/09 18:00:30 aballier Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc static-libs"
 
 S=${WORKDIR}/${MY_P}



1.35                 media-libs/libemf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	2 Mar 2012 11:10:55 -0000	1.34
+++ ChangeLog	9 May 2012 18:00:30 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libemf
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.34 2012/03/02 11:10:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.35 2012/05/09 18:00:30 aballier Exp $
+
+  09 May 2012; Alexis Ballier <aballier@gentoo.org> libemf-1.0.4.ebuild:
+  keyword ~amd64-fbsd
 
   02 Mar 2012; Justin Lecher <jlec@gentoo.org> libemf-1.0.4.ebuild:
   Handle static-libs individually, therefore move to auto-tools.eclass and






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

end of thread, other threads:[~2012-05-09 18:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13 13:11 [gentoo-commits] gentoo-x86 commit in media-libs/libemf: libemf-1.0.4.ebuild ChangeLog Naohiro Aota (naota)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-09 18:00 Alexis Ballier (aballier)
2012-03-02 11:10 Justin Lecher (jlec)
2010-10-18  9:58 Justin Lecher (jlec)
2010-01-02 14:32 Brent Baude (ranger)
2009-12-26 16:51 Raul Porcel (armin76)
2009-11-21 18:43 Gysbert Wassenaar (nixnut)
2009-11-17 23:39 Ryan Hill (dirtyepic)
2009-11-16 22:11 Markus Meier (maekke)
2009-10-10  6:56 Ryan Hill (dirtyepic)

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