public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jonathan Callen (abcd)" <abcd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libwmf: libwmf-0.2.8.4-r3.ebuild ChangeLog
Date: Tue,  6 Apr 2010 17:14:52 +0000 (UTC)	[thread overview]
Message-ID: <20100406171452.84C002C04A@corvid.gentoo.org> (raw)

abcd        10/04/06 17:14:52

  Modified:             libwmf-0.2.8.4-r3.ebuild ChangeLog
  Log:
  Bump to EAPI=3, add prefix keywords
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.10                 media-libs/libwmf/libwmf-0.2.8.4-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4-r3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4-r3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4-r3.ebuild?r1=1.9&r2=1.10

Index: libwmf-0.2.8.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4-r3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libwmf-0.2.8.4-r3.ebuild	28 Dec 2009 00:41:30 -0000	1.9
+++ libwmf-0.2.8.4-r3.ebuild	6 Apr 2010 17:14:52 -0000	1.10
@@ -1,6 +1,8 @@
-# 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/libwmf/libwmf-0.2.8.4-r3.ebuild,v 1.9 2009/12/28 00:41:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.4-r3.ebuild,v 1.10 2010/04/06 17:14:52 abcd Exp $
+
+EAPI="3"
 
 inherit eutils autotools
 
@@ -14,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris"
 IUSE="X expat xml debug doc gtk"
 
 RDEPEND="app-text/ghostscript-gpl
@@ -38,9 +40,7 @@
 	)"
 # plotutils are not really supported yet, so looks like that's it
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	if ! use doc ; then
 		sed -e 's:doc::' -i Makefile.am
 	fi
@@ -54,7 +54,7 @@
 	eautoreconf
 }
 
-src_compile() {
+src_configure() {
 	if use expat && use xml ; then
 		elog "You can specify only one USE flag from expat and xml, to use expat"
 		elog "or libxml2, respectively."
@@ -74,12 +74,9 @@
 		--disable-gd \
 		--with-sys-gd \
 		${myconf} \
-		--with-gsfontdir=/usr/share/ghostscript/fonts \
-		--with-fontdir=/usr/share/libwmf/fonts/ \
-		--with-docdir=/usr/share/doc/${PF} \
-		|| die "./configure failed"
-
-	emake || die
+		--with-gsfontdir="${EPREFIX}"/usr/share/ghostscript/fonts \
+		--with-fontdir="${EPREFIX}"/usr/share/libwmf/fonts/ \
+		--with-docdir="${EPREFIX}"/usr/share/doc/${PF}
 }
 
 src_install() {
@@ -90,8 +87,8 @@
 
 set_gtk_confdir() {
 	# An arch specific config directory is used on multilib systems
-	has_multilib_profile && GTK2_CONFDIR="${ROOT}etc/gtk-2.0/${CHOST}"
-	GTK2_CONFDIR="${GTK2_CONFDIR:-/etc/gtk-2.0}"
+	has_multilib_profile && GTK2_CONFDIR="${EROOT}etc/gtk-2.0/${CHOST}"
+	GTK2_CONFDIR="${GTK2_CONFDIR:-${EROOT}etc/gtk-2.0}"
 }
 
 pkg_postinst() {



1.67                 media-libs/libwmf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libwmf/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	28 Dec 2009 00:41:30 -0000	1.66
+++ ChangeLog	6 Apr 2010 17:14:52 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libwmf
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/ChangeLog,v 1.66 2009/12/28 00:41:30 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/ChangeLog,v 1.67 2010/04/06 17:14:52 abcd Exp $
+
+  06 Apr 2010; Jonathan Callen <abcd@gentoo.org> libwmf-0.2.8.4-r3.ebuild:
+  Bump to EAPI=3, add prefix keywords
 
   28 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   libwmf-0.2.8.4-r3.ebuild:






             reply	other threads:[~2010-04-06 17:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-06 17:14 Jonathan Callen (abcd) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-23 17:18 [gentoo-commits] gentoo-x86 commit in media-libs/libwmf: libwmf-0.2.8.4-r3.ebuild ChangeLog Tomas Chvatal (scarabeus)
2011-03-28 16:51 Christoph Mende (angelos)
2010-11-11 10:26 Samuli Suominen (ssuominen)
2009-12-28  0:41 Diego Petteno (flameeyes)
2009-05-18 18:53 Brent Baude (ranger)
2009-05-13 18:21 Markus Meier (maekke)
2009-05-12 17:47 Raul Porcel (armin76)
2009-05-12 13:34 Ferris McCormick (fmccor)
2009-05-12  4:21 Jeroen Roovers (jer)
2009-05-11 21:42 Christian Faulhammer (fauli)
2009-05-10 23:52 Peter Alfredsen (loki_val)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100406171452.84C002C04A@corvid.gentoo.org \
    --to=abcd@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox