public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in sys-fs/jfsutils: ChangeLog jfsutils-1.1.13.ebuild
@ 2008-10-31 20:57 99% Daniel Drake (dsd)
  0 siblings, 0 replies; 1+ results
From: Daniel Drake (dsd) @ 2008-10-31 20:57 UTC (permalink / raw
  To: gentoo-commits

dsd         08/10/31 20:57:56

  Modified:             ChangeLog
  Added:                jfsutils-1.1.13.ebuild
  Log:
  Version bump, thanks to Lars in bug #237248
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo-r2 i686)

Revision  Changes    Path
1.43                 sys-fs/jfsutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	22 Nov 2007 23:38:56 -0000	1.42
+++ ChangeLog	31 Oct 2008 20:57:56 -0000	1.43
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/jfsutils
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/ChangeLog,v 1.42 2007/11/22 23:38:56 stefaan Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/ChangeLog,v 1.43 2008/10/31 20:57:56 dsd Exp $
+
+*jfsutils-1.1.13 (31 Oct 2008)
+
+  31 Oct 2008; Daniel Drake <dsd@gentoo.org> +jfsutils-1.1.13.ebuild:
+  Version bump, thanks to Lars in bug #237248
 
   22 Nov 2007; Stefaan De Roeck <stefaan@gentoo.org> jfsutils-1.1.12.ebuild:
   Fix compilation on alpha (bug #193617)



1.1                  sys-fs/jfsutils/jfsutils-1.1.13.ebuild

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

Index: jfsutils-1.1.13.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/jfsutils-1.1.13.ebuild,v 1.1 2008/10/31 20:57:56 dsd Exp $

inherit eutils flag-o-matic

DESCRIPTION="IBM's Journaling Filesystem (JFS) Utilities"
HOMEPAGE="http://jfs.sourceforge.net/"
SRC_URI="http://jfs.sourceforge.net/project/pub/${P}.tar.gz"

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

DEPEND="virtual/libc"

src_compile() {
	# It doesn't compile on alpha without this LDFLAGS
	use alpha && append-ldflags "-Wl,--no-relax"

	use static && append-ldflags -static
	econf --sbindir=/sbin || die "econf failed"
	emake || die "emake failed"
}

src_install () {
	make DESTDIR="${D}" install || die

	rm -f "${D}"/sbin/mkfs.jfs fsck.jfs
	dosym /sbin/jfs_mkfs /sbin/mkfs.jfs
	dosym /sbin/jfs_fsck /sbin/fsck.jfs

	dodoc AUTHORS COPYING ChangeLog NEWS README
}






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-10-31 20:57 99% [gentoo-commits] gentoo-x86 commit in sys-fs/jfsutils: ChangeLog jfsutils-1.1.13.ebuild Daniel Drake (dsd)

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