public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/xfsprogs: ChangeLog xfsprogs-2.10.2.ebuild
@ 2008-12-22  6:03 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2008-12-22  6:03 UTC (permalink / raw
  To: gentoo-commits

vapier      08/12/22 06:03:32

  Modified:             ChangeLog
  Added:                xfsprogs-2.10.2.ebuild
  Log:
  Version bump #251651 by Lars (Polynomial-C).
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)

Revision  Changes    Path
1.105                sys-fs/xfsprogs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsprogs/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsprogs/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsprogs/ChangeLog?r1=1.104&r2=1.105

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	16 Nov 2008 14:44:45 -0000	1.104
+++ ChangeLog	22 Dec 2008 06:03:31 -0000	1.105
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/xfsprogs
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v 1.104 2008/11/16 14:44:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v 1.105 2008/12/22 06:03:31 vapier Exp $
+
+*xfsprogs-2.10.2 (22 Dec 2008)
+
+  22 Dec 2008; Mike Frysinger <vapier@gentoo.org> +xfsprogs-2.10.2.ebuild:
+  Version bump #251651 by Lars (Polynomial-C).
 
   16 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
   +files/xfsprogs-2.10.1-parallelmake.patch, xfsprogs-2.10.1.ebuild:



1.1                  sys-fs/xfsprogs/xfsprogs-2.10.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsprogs/xfsprogs-2.10.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/xfsprogs/xfsprogs-2.10.2.ebuild?rev=1.1&content-type=text/plain

Index: xfsprogs-2.10.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-2.10.2.ebuild,v 1.1 2008/12/22 06:03:31 vapier Exp $

inherit eutils toolchain-funcs autotools

MY_P="${PN}_${PV}-1"
DESCRIPTION="xfs filesystem utilities"
HOMEPAGE="http://oss.sgi.com/projects/xfs/"
SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${MY_P}.tar.gz
	ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${MY_P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="nls"

RDEPEND="sys-fs/e2fsprogs"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${PN}-2.10.1-headers.patch
	epatch "${FILESDIR}"/${PN}-2.8.18-symlinks.patch #166729
	epatch "${FILESDIR}"/${PN}-2.10.1-parallelmake.patch # Upstream bug #797
	sed -i \
		-e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
		include/builddefs.in \
		|| die "sed include/builddefs.in failed"
	# We'll handle /lib versus /usr/lib install
	sed -i -e '/INSTALL.* -S .*LIBNAME/d' \
		include/buildmacros || die "sed symlinks"
	eautoconf
}

src_compile() {
	export DEBUG=-DNDEBUG
	export OPTIMIZER=${CFLAGS}
	unset PLATFORM # if set in user env, this breaks configure
	econf \
		--bindir=/usr/bin \
		--sbindir=/sbin \
		--libexecdir=/usr/$(get_libdir) \
		$(use_enable nls gettext) \
		|| die "config failed"
	emake || die
}

src_install() {
	emake DIST_ROOT="${D}" install install-dev || die "make install failed"

	# shared in /lib, static in /usr/lib, ldscript fun too
	dodir /$(get_libdir)
	mv "${D}"/usr/$(get_libdir)/lib*.so* "${D}"/$(get_libdir)/
	dosym libhandle.so.1 /$(get_libdir)/libhandle.so
	gen_usr_ldscript libhandle.so

	prepalldocs
}






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

only message in thread, other threads:[~2008-12-22  6:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-22  6:03 [gentoo-commits] gentoo-x86 commit in sys-fs/xfsprogs: ChangeLog xfsprogs-2.10.2.ebuild Mike Frysinger (vapier)

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