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/nilfs-utils: nilfs-utils-2.1.3.ebuild ChangeLog
@ 2012-06-29 10:30 99% Naohiro Aota (naota)
  0 siblings, 0 replies; 1+ results
From: Naohiro Aota (naota) @ 2012-06-29 10:30 UTC (permalink / raw
  To: gentoo-commits

naota       12/06/29 10:30:48

  Modified:             ChangeLog
  Added:                nilfs-utils-2.1.3.ebuild
  Log:
  Version bump. #423901
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 sys-fs/nilfs-utils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	16 May 2012 15:35:13 -0000	1.18
+++ ChangeLog	29 Jun 2012 10:30:48 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/nilfs-utils
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/ChangeLog,v 1.18 2012/05/16 15:35:13 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/ChangeLog,v 1.19 2012/06/29 10:30:48 naota Exp $
+
+*nilfs-utils-2.1.3 (29 Jun 2012)
+
+  29 Jun 2012; Naohiro Aota <naota@gentoo.org> +nilfs-utils-2.1.3.ebuild:
+  Version bump. #423901
 
 *nilfs-utils-2.1.1 (16 May 2012)
 



1.1                  sys-fs/nilfs-utils/nilfs-utils-2.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.1.3.ebuild?rev=1.1&content-type=text/plain

Index: nilfs-utils-2.1.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.1.3.ebuild,v 1.1 2012/06/29 10:30:48 naota Exp $

EAPI=3

inherit multilib linux-info

DESCRIPTION="A New Implementation of a Log-structured File System for Linux"
HOMEPAGE="http://www.nilfs.org/"
SRC_URI="http://www.nilfs.org/download/${P}.tar.bz2"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE="static-libs"

RDEPEND="sys-libs/e2fsprogs-libs"
DEPEND="${DEPEND}
	sys-kernel/linux-headers"

CONFIG_CHECK="~POSIX_MQUEUE"

src_configure() {
	econf $(use_enable static-libs static) \
		--libdir=/$(get_libdir)
}

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

	dodoc AUTHORS ChangeLog NEWS README || die

	rm -f "${ED}"/$(get_libdir)/*.la || die
}






^ 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 --
2012-06-29 10:30 99% [gentoo-commits] gentoo-x86 commit in sys-fs/nilfs-utils: nilfs-utils-2.1.3.ebuild ChangeLog Naohiro Aota (naota)

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