public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/compface: compface-1.5.2.ebuild ChangeLog compface-1.5.1.ebuild
@ 2011-08-13 13:25 Akinori Hattori (hattya)
  0 siblings, 0 replies; only message in thread
From: Akinori Hattori (hattya) @ 2011-08-13 13:25 UTC (permalink / raw
  To: gentoo-commits

hattya      11/08/13 13:25:59

  Modified:             compface-1.5.2.ebuild ChangeLog
                        compface-1.5.1.ebuild
  Log:
  update to EAPI 4.
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.15                 media-libs/compface/compface-1.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild?r1=1.14&r2=1.15

Index: compface-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- compface-1.5.2.ebuild	26 Sep 2010 22:51:55 -0000	1.14
+++ compface-1.5.2.ebuild	13 Aug 2011 13:25:59 -0000	1.15
@@ -1,35 +1,27 @@
-# 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/compface/compface-1.5.2.ebuild,v 1.14 2010/09/26 22:51:55 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild,v 1.15 2011/08/13 13:25:59 hattya Exp $
 
-inherit eutils
+EAPI="4"
 
-IUSE=""
+inherit eutils
 
 DESCRIPTION="Utilities and library to convert to/from X-Face format"
 HOMEPAGE="http://www.xemacs.org/Download/optLibs.html"
 SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 SLOT="0"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
 
-src_unpack() {
-
-	unpack ${A}
-	cd "${S}"
-
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-destdir.diff
-
-	sed -i -e '/strip/d' Makefile.in || die
-
+	sed -i "/strip/d" Makefile.in
 }
 
 src_install() {
-
-	emake DESTDIR="${D}" install || die
-
+	emake DESTDIR="${D}" install
+	dodoc ChangeLog README
 	newbin xbm2xface{.pl,}
-	dodoc README ChangeLog
-
 }



1.48                 media-libs/compface/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/compface/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	26 Sep 2010 22:51:55 -0000	1.47
+++ ChangeLog	13 Aug 2011 13:25:59 -0000	1.48
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/compface
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/ChangeLog,v 1.47 2010/09/26 22:51:55 xmw Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/ChangeLog,v 1.48 2011/08/13 13:25:59 hattya Exp $
+
+  13 Aug 2011; Akinori Hattori <hattya@gentoo.org> compface-1.5.1.ebuild,
+  files/compface-1.5.1-destdir.diff, compface-1.5.2.ebuild,
+  files/compface-1.5.2-destdir.diff:
+  update to EAPI 4.
 
   26 Sep 2010; Michael Weber <xmw@gentoo.org> compface-1.5.2.ebuild:
   Added ~arm keyword



1.13                 media-libs/compface/compface-1.5.1.ebuild

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

Index: compface-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- compface-1.5.1.ebuild	17 Feb 2007 17:26:13 -0000	1.12
+++ compface-1.5.1.ebuild	13 Aug 2011 13:25:59 -0000	1.13
@@ -1,36 +1,29 @@
-# Copyright 1999-2007 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/compface/compface-1.5.1.ebuild,v 1.12 2007/02/17 17:26:13 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.1.ebuild,v 1.13 2011/08/13 13:25:59 hattya Exp $
 
-inherit eutils
+EAPI="4"
 
-IUSE=""
+inherit autotools eutils
 
 DESCRIPTION="Utilities and library to convert to/from X-Face format"
 HOMEPAGE="http://www.xemacs.org/Download/optLibs.html"
 SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+IUSE=""
 
-src_unpack() {
-
-	unpack ${A}
-	cd "${S}"
-
+src_prepare() {
 	sed -i "s:\r::" Makefile.in xbm2xface.pl
-	epatch ${FILESDIR}/${P}-destdir.diff
-	WANT_AUTOCONF=2.5 autoconf
-
+	epatch "${FILESDIR}"/${P}-destdir.diff
+	eautoreconf
 }
 
 src_install() {
-
 	dodir /usr/share/man/man{1,3} /usr/{bin,include,$(get_libdir)}
-	emake DESTDIR="${D}" install || die
-
+	emake DESTDIR="${D}" install
+	dodoc ChangeLog README
 	newbin xbm2xface{.pl,}
-	dodoc README ChangeLog
-
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-13 13:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-13 13:25 [gentoo-commits] gentoo-x86 commit in media-libs/compface: compface-1.5.2.ebuild ChangeLog compface-1.5.1.ebuild Akinori Hattori (hattya)

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