public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/fakechroot: fakechroot-2.16.ebuild ChangeLog
@ 2012-02-03 22:35 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2012-02-03 22:35 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/02/03 22:35:09

  Modified:             ChangeLog
  Added:                fakechroot-2.16.ebuild
  Log:
  version bump. Thanks to Michael (kensington) <gentoo@scribeofthenile.com>. Bug #400867
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 sys-apps/fakechroot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakechroot/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakechroot/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakechroot/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/fakechroot/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	19 Dec 2011 13:14:03 -0000	1.18
+++ ChangeLog	3 Feb 2012 22:35:09 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/fakechroot
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakechroot/ChangeLog,v 1.18 2011/12/19 13:14:03 maksbotan Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakechroot/ChangeLog,v 1.19 2012/02/03 22:35:09 hwoarang Exp $
+
+*fakechroot-2.16 (03 Feb 2012)
+
+  03 Feb 2012; Markos Chandras <hwoarang@gentoo.org> +fakechroot-2.16.ebuild:
+  version bump. Thanks to Michael (kensington) <gentoo@scribeofthenile.com>. Bug
+  #400867
 
   19 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org>
   +files/fakechroot-2.15-fix_chk_fail.patch:



1.1                  sys-apps/fakechroot/fakechroot-2.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakechroot/fakechroot-2.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakechroot/fakechroot-2.16.ebuild?rev=1.1&content-type=text/plain

Index: fakechroot-2.16.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakechroot/fakechroot-2.16.ebuild,v 1.1 2012/02/03 22:35:09 hwoarang Exp $

EAPI=4
inherit autotools eutils

DESCRIPTION="Provide a faked chroot environment without requiring root privileges"
HOMEPAGE="http://fakechroot.alioth.debian.org/"
SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RESTRICT="test"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-2.14-fix_chk_fail.patch
	sed -i -e "s/-g//" src/Makefile.am || die "sed failed"
	eautoreconf
}

src_configure() {
	econf --disable-static
}

src_install() {
	emake DESTDIR="${D}" install
	dodoc NEWS README THANKS
	find "${D}" -name '*.la' -exec rm -f '{}' +
}






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

only message in thread, other threads:[~2012-02-03 22:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-03 22:35 [gentoo-commits] gentoo-x86 commit in sys-apps/fakechroot: fakechroot-2.16.ebuild ChangeLog Markos Chandras (hwoarang)

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