public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeremy Olexa (darkside)" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/jfsutils: jfsutils-1.1.14.ebuild ChangeLog
Date: Sun, 02 Aug 2009 21:43:30 +0000	[thread overview]
Message-ID: <E1MXiq2-0000c1-W6@stork.gentoo.org> (raw)

darkside    09/08/02 21:43:30

  Modified:             ChangeLog
  Added:                jfsutils-1.1.14.ebuild
  Log:
  (non maintainer commit) Version bump for bug 267509, tested by Lars Wendler (Polynomial-C), approved to commit by Daniel Drake (dsd). bug 267509
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 sys-fs/jfsutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	6 Feb 2009 05:38:04 -0000	1.51
+++ ChangeLog	2 Aug 2009 21:43:30 -0000	1.52
@@ -1,6 +1,13 @@
 # ChangeLog for sys-fs/jfsutils
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/ChangeLog,v 1.51 2009/02/06 05:38:04 jer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/ChangeLog,v 1.52 2009/08/02 21:43:30 darkside Exp $
+
+*jfsutils-1.1.14 (02 Aug 2009)
+
+  02 Aug 2009; Jeremy Olexa <darkside@gentoo.org> +jfsutils-1.1.14.ebuild:
+  (non maintainer commit) Version bump for bug 267509, tested by Lars
+  Wendler (Polynomial-C), approved to commit by Daniel Drake (dsd). bug
+  267509
 
   06 Feb 2009; Jeroen Roovers <jer@gentoo.org> jfsutils-1.1.13.ebuild:
   Stable for HPPA (bug #250281).



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

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

Index: jfsutils-1.1.14.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/jfsutils-1.1.14.ebuild,v 1.1 2009/08/02 21:43:30 darkside 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 ChangeLog NEWS README
}






             reply	other threads:[~2009-08-02 21:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-02 21:43 Jeremy Olexa (darkside) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-09-21 21:47 [gentoo-commits] gentoo-x86 commit in sys-fs/jfsutils: jfsutils-1.1.14.ebuild ChangeLog Markus Meier (maekke)
2009-09-23 18:22 Raul Porcel (armin76)
2009-09-27 14:25 Brent Baude (ranger)
2009-09-27 17:12 Gysbert Wassenaar (nixnut)
2009-11-16 22:27 Jeroen Roovers (jer)

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=E1MXiq2-0000c1-W6@stork.gentoo.org \
    --to=darkside@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