summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-04-17 17:00:14 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-04-17 17:00:14 +0000
commitced50ef0b052b92eca40f3793fd70170f0d5b459 (patch)
tree076030ca054ad67d936c722464bc8749f827e082 /sys-fs
parentcleanup (diff)
downloadhistorical-ced50ef0b052b92eca40f3793fd70170f0d5b459.tar.gz
historical-ced50ef0b052b92eca40f3793fd70170f0d5b459.tar.bz2
historical-ced50ef0b052b92eca40f3793fd70170f0d5b459.zip
Initial import.
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/nilfs-utils/ChangeLog11
-rw-r--r--sys-fs/nilfs-utils/Manifest5
-rw-r--r--sys-fs/nilfs-utils/files/nilfs-utils-2.0.12-gentoo.patch37
-rw-r--r--sys-fs/nilfs-utils/metadata.xml23
-rw-r--r--sys-fs/nilfs-utils/nilfs-utils-2.0.12.ebuild32
5 files changed, 108 insertions, 0 deletions
diff --git a/sys-fs/nilfs-utils/ChangeLog b/sys-fs/nilfs-utils/ChangeLog
new file mode 100644
index 000000000000..b1281662cf78
--- /dev/null
+++ b/sys-fs/nilfs-utils/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for sys-fs/nilfs-utils
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/ChangeLog,v 1.1 2009/04/17 17:00:14 matsuu Exp $
+
+*nilfs-utils-2.0.12 (17 Apr 2009)
+
+ 17 Apr 2009; MATSUU Takuto <matsuu@gentoo.org>
+ +files/nilfs-utils-2.0.12-gentoo.patch, +metadata.xml,
+ +nilfs-utils-2.0.12.ebuild:
+ Initial import.
+
diff --git a/sys-fs/nilfs-utils/Manifest b/sys-fs/nilfs-utils/Manifest
new file mode 100644
index 000000000000..62314c7659ae
--- /dev/null
+++ b/sys-fs/nilfs-utils/Manifest
@@ -0,0 +1,5 @@
+AUX nilfs-utils-2.0.12-gentoo.patch 1805 RMD160 5c4c31cc95bf71400816ccb1c7d4061b5d353196 SHA1 f0e8bdb2547b7b5b9ab67dcd516a493b74fc6fb4 SHA256 b373bd9a08e9c854bea0c410a4009118c71259b6430ac6c3acdcc3656c2df7b7
+DIST nilfs-utils-2.0.12.tar.bz2 317374 RMD160 a5cad96a30d42593535ae39baefcf67c88511e31 SHA1 bf331047ff12ab65e7a027880fa803a0cee19fb0 SHA256 490e307ffe1bc31cae571dab827853fc7d4a35caea165bf9fcaf64860edd38ee
+EBUILD nilfs-utils-2.0.12.ebuild 734 RMD160 f82b2018c296b17351352bb0ee5be90452351bfc SHA1 eea2c896674d82c8cfc422110295905b98077453 SHA256 87575c64102cc25d528c17ca60b92df9946e86d2e2280a14456b104cce672742
+MISC ChangeLog 399 RMD160 f6cc859ad3972270f0292308bf9f4e417e9811dc SHA1 3124d0f48981aff23a6be4c77eace514f8adef07 SHA256 36b4912b8eca32b2afaa103206184e5f088edfe917ba4aae7c5ea837085de219
+MISC metadata.xml 1106 RMD160 5316042de5dcb743c9227caec24aa379b7bffd94 SHA1 dd1265d71389882e3a797979d5ea25deb52c45b2 SHA256 7832d55154d297d5828de2c3d58e002cbffc101a6d0b809d38066cd36c969993
diff --git a/sys-fs/nilfs-utils/files/nilfs-utils-2.0.12-gentoo.patch b/sys-fs/nilfs-utils/files/nilfs-utils-2.0.12-gentoo.patch
new file mode 100644
index 000000000000..98c14ecda585
--- /dev/null
+++ b/sys-fs/nilfs-utils/files/nilfs-utils-2.0.12-gentoo.patch
@@ -0,0 +1,37 @@
+diff -Naur nilfs-utils-2.0.12.orig/lib/Makefile.am nilfs-utils-2.0.12/lib/Makefile.am
+--- nilfs-utils-2.0.12.orig/lib/Makefile.am 2009-04-02 18:28:27.000000000 +0900
++++ nilfs-utils-2.0.12/lib/Makefile.am 2009-04-18 01:34:06.000000000 +0900
+@@ -23,6 +23,3 @@
+ libnilfs_la_CPPFLAGS = -I$(top_srcdir)/include
+ libnilfs_la_LDFLAGS = -version-info $(VERSIONINFO)
+ libnilfs_la_LIBADD = libnilfsmisc.la
+-
+-install-exec-hook:
+- $(LDCONFIG) $(DESTDIR)$(libdir)
+diff -Naur nilfs-utils-2.0.12.orig/sbin/cleanerd/Makefile.am nilfs-utils-2.0.12/sbin/cleanerd/Makefile.am
+--- nilfs-utils-2.0.12.orig/sbin/cleanerd/Makefile.am 2009-04-02 18:28:27.000000000 +0900
++++ nilfs-utils-2.0.12/sbin/cleanerd/Makefile.am 2009-04-18 01:43:03.000000000 +0900
+@@ -19,5 +19,4 @@
+ list='$(sbin_PROGRAMS)'; \
+ for p in $$list; do \
+ chown root $(DESTDIR)$(sbindir)/$$p$(EXEEXT); \
+- chmod u+s $(DESTDIR)$(sbindir)/$$p$(EXEEXT); \
+ done
+diff -Naur nilfs-utils-2.0.12.orig/sbin/mkfs/Makefile.am nilfs-utils-2.0.12/sbin/mkfs/Makefile.am
+--- nilfs-utils-2.0.12.orig/sbin/mkfs/Makefile.am 2009-04-02 18:28:27.000000000 +0900
++++ nilfs-utils-2.0.12/sbin/mkfs/Makefile.am 2009-04-18 01:43:40.000000000 +0900
+@@ -15,5 +15,4 @@
+ list='$(sbin_PROGRAMS)'; \
+ for p in $$list; do \
+ chown root $(DESTDIR)$(sbindir)/$$p$(EXEEXT); \
+- chmod u+s $(DESTDIR)$(sbindir)/$$p$(EXEEXT); \
+ done
+diff -Naur nilfs-utils-2.0.12.orig/sbin/mount/Makefile.am nilfs-utils-2.0.12/sbin/mount/Makefile.am
+--- nilfs-utils-2.0.12.orig/sbin/mount/Makefile.am 2009-04-02 18:28:27.000000000 +0900
++++ nilfs-utils-2.0.12/sbin/mount/Makefile.am 2009-04-18 01:43:24.000000000 +0900
+@@ -25,5 +25,4 @@
+ list='$(sbin_PROGRAMS)'; \
+ for p in $$list; do \
+ chown root $(DESTDIR)$(sbindir)/$$p$(EXEEXT); \
+- chmod u+s $(DESTDIR)$(sbindir)/$$p$(EXEEXT); \
+ done
diff --git a/sys-fs/nilfs-utils/metadata.xml b/sys-fs/nilfs-utils/metadata.xml
new file mode 100644
index 000000000000..1d4cab77f4e8
--- /dev/null
+++ b/sys-fs/nilfs-utils/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>matsuu@gentoo.org</email>
+</maintainer>
+<longdescription lang="en">
+NILFS is a new implementation of a log-structured file system for the
+Linux 2.6 operating system. Conventional features of a log-structured
+file systems (LFS) are high write performance and fast recovery time.
+In addition, LFS prevents data write operations from overwriting the
+disk blocks, thereby minimizing the damage to file data and system
+consistency on hardware failure. Furthermore, LFS writes data and
+meta-data in the correct order which helps ensuring consistency in the
+entire file system. LFS can instantaneously create file system
+snapshots and check the file system speedy. We implemented ``NILFS''
+using modern technology: For example, the file and inode blocks are
+managed by a B-tree structure, internal data are processed in 64 bit
+wide word size. The B-tree structure enables ``NILFS'' to create and
+store huge files.
+</longdescription>
+</pkgmetadata>
diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.0.12.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.0.12.ebuild
new file mode 100644
index 000000000000..f83ce378b079
--- /dev/null
+++ b/sys-fs/nilfs-utils/nilfs-utils-2.0.12.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2009 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.12.ebuild,v 1.1 2009/04/17 17:00:14 matsuu Exp $
+
+inherit autotools
+
+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="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/e2fsprogs-libs"
+DEPEND="${DEPEND}
+ sys-kernel/linux-headers"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ epatch "${FILESDIR}/${P}-gentoo.patch"
+ eautomake
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README
+}