diff options
author | 2007-05-27 18:32:24 +0000 | |
---|---|---|
committer | 2007-05-27 18:32:24 +0000 | |
commit | f661f8ffa4e88cdf90018f7dfad5cb2bd28fd246 (patch) | |
tree | de46575c7ddb4d7eaa2eb9e0f0a68664d23c3d3d /sys-fs/unionfs-utils | |
parent | net-fs/mount-cifs: Initial commit (diff) | |
download | sunrise-f661f8ffa4e88cdf90018f7dfad5cb2bd28fd246.tar.gz sunrise-f661f8ffa4e88cdf90018f7dfad5cb2bd28fd246.tar.bz2 sunrise-f661f8ffa4e88cdf90018f7dfad5cb2bd28fd246.zip |
sys-fs/unionfs-utils: New Ebuild for bug 179130.
svn path=/sunrise/; revision=3760
Diffstat (limited to 'sys-fs/unionfs-utils')
-rw-r--r-- | sys-fs/unionfs-utils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/unionfs-utils/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/unionfs-utils/files/digest-unionfs-utils-0.2.1 | 3 | ||||
-rw-r--r-- | sys-fs/unionfs-utils/metadata.xml | 5 | ||||
-rw-r--r-- | sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild | 36 |
5 files changed, 56 insertions, 0 deletions
diff --git a/sys-fs/unionfs-utils/ChangeLog b/sys-fs/unionfs-utils/ChangeLog new file mode 100644 index 000000000..0a5af59b0 --- /dev/null +++ b/sys-fs/unionfs-utils/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for sys-fs/unionfs-utils +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 27 May 2007; devsk <funtoos at yahoo dot com> +unionfs-utils-0.2.1.ebuild, + +metadata.xml: + New Ebuild for bug 179130. + diff --git a/sys-fs/unionfs-utils/Manifest b/sys-fs/unionfs-utils/Manifest new file mode 100644 index 000000000..ebbcb5591 --- /dev/null +++ b/sys-fs/unionfs-utils/Manifest @@ -0,0 +1,4 @@ +DIST unionfs_utils-0.2.1.tar.gz 321077 RMD160 273a454f1f4e80e3e83edeb633875f2fda6b4f92 SHA1 fd7fa1078462871922a9a073c2257d88f282aee8 SHA256 be3c689f0e9b4f2fc33684eefaddeff5fb6cc67197f2632290e5ac10c8e24638 +EBUILD unionfs-utils-0.2.1.ebuild 1043 RMD160 ada4e11f48c20455beabad9bef007c18bd96e76c SHA1 435afae28d94249c19f06fd55c8e720f94f141e9 SHA256 4742b40e8fc45bb737c78f572790fe5cda52a1bb9d0807c4c46acd8a6d57b968 +MISC ChangeLog 245 RMD160 29dc30cad25831edbe44f67c056b358748d82387 SHA1 014bff317c9cd4e9f8a8ebcd70cfe0db19b3b135 SHA256 edbe059e60ba51c83cc86a181910cfd42ac5e5287329bb2a6b86a35a7dff1980 +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/sys-fs/unionfs-utils/files/digest-unionfs-utils-0.2.1 b/sys-fs/unionfs-utils/files/digest-unionfs-utils-0.2.1 new file mode 100644 index 000000000..bf2a45d3d --- /dev/null +++ b/sys-fs/unionfs-utils/files/digest-unionfs-utils-0.2.1 @@ -0,0 +1,3 @@ +MD5 c88ba424a7eb196ac930ee41ef3b6f43 unionfs_utils-0.2.1.tar.gz 321077 +RMD160 273a454f1f4e80e3e83edeb633875f2fda6b4f92 unionfs_utils-0.2.1.tar.gz 321077 +SHA256 be3c689f0e9b4f2fc33684eefaddeff5fb6cc67197f2632290e5ac10c8e24638 unionfs_utils-0.2.1.tar.gz 321077 diff --git a/sys-fs/unionfs-utils/metadata.xml b/sys-fs/unionfs-utils/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/sys-fs/unionfs-utils/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>maintainer-wanted</herd> +</pkgmetadata> diff --git a/sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild b/sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild new file mode 100644 index 000000000..a6edcac12 --- /dev/null +++ b/sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="System Utilities for UnionFS" +HOMEPAGE="http://www.fsl.cs.sunysb.edu/project-unionfs.html" +SRC_URI="ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-utils-0.x/${P/-/_}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static" + +DEPEND="" +RDEPEND="" + +S=${WORKDIR}/${P/-/_} + +src_compile() { + # --enable-static for this package is for libraries only. + # livecd and initrd want these in /sbin static or not, + # whereas the package puts them in /usr/bin. + local myconf="--bindir=/sbin --sbindir=/sbin" + + use static && myconf="--disable-shared --enable-static ${myconf}" + econf ${myconf} || die "econf failed" + + # bundled configure and libtool are not smart enough for static + use static && sed -i -e "s:^LDFLAGS =\(.*\):LDFLAGS = -all-static \1:g" Makefile + emake || die "emake failed" +} + +src_install () { + make DESTDIR="${D}" install || die "make install failed" + dodoc ChangeLog INSTALL NEWS README +} |