From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/libzpaq: libzpaq-3.00.ebuild libzpaq-2.02a-r1.ebuild ChangeLog
Date: Sun, 20 May 2012 10:55:32 +0000 (UTC)	[thread overview]
Message-ID: <20120520105532.3EC012004B@flycatcher.gentoo.org> (raw)
vapier      12/05/20 10:55:32
  Modified:             libzpaq-3.00.ebuild libzpaq-2.02a-r1.ebuild
                        ChangeLog
  Log:
  Backport autotools eclass fixes to older versions.
  
  (Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Revision  Changes    Path
1.2                  app-arch/libzpaq/libzpaq-3.00.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libzpaq/libzpaq-3.00.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libzpaq/libzpaq-3.00.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libzpaq/libzpaq-3.00.ebuild?r1=1.1&r2=1.2
Index: libzpaq-3.00.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/libzpaq/libzpaq-3.00.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libzpaq-3.00.ebuild	25 Aug 2011 10:24:35 -0000	1.1
+++ libzpaq-3.00.ebuild	20 May 2012 10:55:32 -0000	1.2
@@ -1,10 +1,11 @@
-# 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/app-arch/libzpaq/libzpaq-3.00.ebuild,v 1.1 2011/08/25 10:24:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/libzpaq-3.00.ebuild,v 1.2 2012/05/20 10:55:32 vapier Exp $
 
 EAPI=3
 
-inherit autotools autotools-utils
+AUTOTOOLS_AUTORECONF=1
+inherit autotools-utils
 
 MY_P=${PN}${PV/./}
 DESCRIPTION="Library to compress files or objects in the ZPAQ format"
@@ -23,8 +24,9 @@
 
 src_prepare() {
 	EPATCH_OPTS+=-p1 epatch "${FILESDIR}"/0001-Add-autotools-files.patch
+	# XXX: update the patch instead when the old version is gone
+	touch libzpaqo.cpp || die
 	autotools-utils_src_prepare
-	eautoreconf
 }
 
 src_configure() {
1.2                  app-arch/libzpaq/libzpaq-2.02a-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild?r1=1.1&r2=1.2
Index: libzpaq-2.02a-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libzpaq-2.02a-r1.ebuild	25 Aug 2011 10:24:36 -0000	1.1
+++ libzpaq-2.02a-r1.ebuild	20 May 2012 10:55:32 -0000	1.2
@@ -1,10 +1,11 @@
-# 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/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild,v 1.1 2011/08/25 10:24:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild,v 1.2 2012/05/20 10:55:32 vapier Exp $
 
 EAPI=3
 
-inherit autotools autotools-utils
+AUTOTOOLS_AUTORECONF=1
+inherit autotools-utils
 
 MY_P=${PN}.${PV/./}
 DESCRIPTION="Library to compress files or objects in the ZPAQ format"
@@ -23,8 +24,9 @@
 
 src_prepare() {
 	EPATCH_OPTS+=-p1 epatch "${FILESDIR}"/0001-Add-autotools-files.patch
+	# XXX: update the patch instead when the old version is gone
+	touch libzpaqo.cpp || die
 	autotools-utils_src_prepare
-	eautoreconf
 }
 
 src_configure() {
1.6                  app-arch/libzpaq/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libzpaq/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libzpaq/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libzpaq/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/libzpaq/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	11 Apr 2012 18:28:25 -0000	1.5
+++ ChangeLog	20 May 2012 10:55:32 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for app-arch/libzpaq
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/ChangeLog,v 1.5 2012/04/11 18:28:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/ChangeLog,v 1.6 2012/05/20 10:55:32 vapier Exp $
+
+  20 May 2012; Mike Frysinger <vapier@gentoo.org> libzpaq-2.02a-r1.ebuild,
+  libzpaq-3.00.ebuild, libzpaq-5.01.ebuild:
+  Backport autotools eclass fixes to older versions.
 
   11 Apr 2012; Michał Górny <mgorny@gentoo.org> libzpaq-5.01.ebuild,
   metadata.xml:
                 reply	other threads:[~2012-05-20 10:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed
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=20120520105532.3EC012004B@flycatcher.gentoo.org \
    --to=vapier@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