public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/pax: ChangeLog pax-3.4.12.16-r1.ebuild
@ 2014-11-23 17:45 Remi Cardona (remi)
  0 siblings, 0 replies; only message in thread
From: Remi Cardona (remi) @ 2014-11-23 17:45 UTC (permalink / raw
  To: gentoo-commits

remi        14/11/23 17:45:44

  Modified:             ChangeLog
  Added:                pax-3.4.12.16-r1.ebuild
  Log:
  app-arch/pax: various build fixes
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 901AB08A)

Revision  Changes    Path
1.27                 app-arch/pax/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pax/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pax/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pax/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pax/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	29 Jun 2013 19:26:25 -0000	1.26
+++ ChangeLog	23 Nov 2014 17:45:44 -0000	1.27
@@ -1,6 +1,13 @@
 # ChangeLog for app-arch/pax
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/ChangeLog,v 1.26 2013/06/29 19:26:25 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/ChangeLog,v 1.27 2014/11/23 17:45:44 remi Exp $
+
+*pax-3.4.12.16-r1 (23 Nov 2014)
+
+  23 Nov 2014; Rémi Cardona <remi@gentoo.org> +pax-3.4.12.16-r1.ebuild,
+  +files/pax-3.4-fix-fts-includes.patch:
+  Add patch to fix 'fts' includes, add needed AC_PROG_MKDIR_P with recent
+  autoconf (see bug #514308).
 
   29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pax-3.4.12.16.ebuild:
   Stable for ppc64, wrt bug #474828



1.1                  app-arch/pax/pax-3.4.12.16-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pax/pax-3.4.12.16-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pax/pax-3.4.12.16-r1.ebuild?rev=1.1&content-type=text/plain

Index: pax-3.4.12.16-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/pax-3.4.12.16-r1.ebuild,v 1.1 2014/11/23 17:45:44 remi Exp $

EAPI="4"

inherit eutils rpm versionator autotools

MY_PV=$(get_version_component_range 1-2)
MY_P="${PN}-${MY_PV}"
RPM_PV=$(get_version_component_range 3)
FC_PV=$(get_version_component_range 4)

DESCRIPTION="pax (Portable Archive eXchange) is the POSIX standard archive tool"
HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/bin/pax/"
SRC_URI="mirror://fedora-dev/releases/${FC_PV}/Everything/source/SRPMS/${MY_P}-${RPM_PV}.fc${FC_PV}.src.rpm"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""

S=${WORKDIR}/${MY_P}

src_prepare() {
	rpm_spec_epatch ../${PN}.spec
	epatch "${FILESDIR}"/pax-3.4-x32.patch
	epatch "${FILESDIR}"/pax-3.4-fix-fts-includes.patch
	sed -i configure.in \
		-e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
		-e '/AC_PROG_RANLIB/a AC_PROG_MKDIR_P' \
		|| die
	eautoreconf
}

src_install() {
	default
	dodoc AUTHORS ChangeLog NEWS README THANKS
}





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

only message in thread, other threads:[~2014-11-23 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-23 17:45 [gentoo-commits] gentoo-x86 commit in app-arch/pax: ChangeLog pax-3.4.12.16-r1.ebuild Remi Cardona (remi)

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