diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-04-10 17:50:43 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-04-10 17:50:43 +0000 |
commit | d2a4fc9a2f4ee8961813d7748bbf1d91d56a1af5 (patch) | |
tree | 96b5880f71cd1ef32568199dc1645eb381ecb5b9 /sys-fs | |
parent | Initial commit (bug #271635). This is a dep needed for guile-2.0 (diff) | |
download | gentoo-2-d2a4fc9a2f4ee8961813d7748bbf1d91d56a1af5.tar.gz gentoo-2-d2a4fc9a2f4ee8961813d7748bbf1d91d56a1af5.tar.bz2 gentoo-2-d2a4fc9a2f4ee8961813d7748bbf1d91d56a1af5.zip |
Version bumped.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/nilfs-utils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/nilfs-utils/nilfs-utils-2.0.18.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/sys-fs/nilfs-utils/ChangeLog b/sys-fs/nilfs-utils/ChangeLog index 8415c6edd750..d3c109fcae59 100644 --- a/sys-fs/nilfs-utils/ChangeLog +++ b/sys-fs/nilfs-utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/nilfs-utils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/ChangeLog,v 1.9 2010/03/14 04:08:38 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/ChangeLog,v 1.10 2010/04/10 17:50:43 matsuu Exp $ + +*nilfs-utils-2.0.18 (10 Apr 2010) + + 10 Apr 2010; MATSUU Takuto <matsuu@gentoo.org> +nilfs-utils-2.0.18.ebuild: + Version bumped. *nilfs-utils-2.0.17 (14 Mar 2010) diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.0.18.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.0.18.ebuild new file mode 100644 index 000000000000..a78b58b688eb --- /dev/null +++ b/sys-fs/nilfs-utils/nilfs-utils-2.0.18.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 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.0.18.ebuild,v 1.1 2010/04/10 17:50:43 matsuu Exp $ + +EAPI=2 + +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" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND="sys-libs/e2fsprogs-libs" +DEPEND="${DEPEND} + sys-kernel/linux-headers" + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog NEWS README || die +} |