summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2012-02-04 01:15:07 +0000
committerSebastian Pipping <sping@gentoo.org>2012-02-04 01:15:07 +0000
commit53796fa5a0b06819bcdaf39dd87de292a3b80c3e (patch)
treec5b021de734866cb54526bb6ceca393f9831e288 /sys-fs/unionfs-fuse
parentfix blockers for module-init-tools for bug #401899. (diff)
downloadgentoo-2-53796fa5a0b06819bcdaf39dd87de292a3b80c3e.tar.gz
gentoo-2-53796fa5a0b06819bcdaf39dd87de292a3b80c3e.tar.bz2
gentoo-2-53796fa5a0b06819bcdaf39dd87de292a3b80c3e.zip
sys-fs/unionfs-fuse: 0.25
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/unionfs-fuse')
-rw-r--r--sys-fs/unionfs-fuse/ChangeLog9
-rw-r--r--sys-fs/unionfs-fuse/unionfs-fuse-0.25.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/sys-fs/unionfs-fuse/ChangeLog b/sys-fs/unionfs-fuse/ChangeLog
index e3fef6a8c1a4..183c3e4f91d3 100644
--- a/sys-fs/unionfs-fuse/ChangeLog
+++ b/sys-fs/unionfs-fuse/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/unionfs-fuse
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.4 2010/05/21 16:54:29 sping Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.5 2012/02/04 01:15:07 sping Exp $
+
+*unionfs-fuse-0.25 (04 Feb 2012)
+
+ 04 Feb 2012; Sebastian Pipping <sping@gentoo.org> +unionfs-fuse-0.25.ebuild:
+ Bump to 0.25
*unionfs-fuse-0.24 (21 May 2010)
diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-0.25.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-0.25.ebuild
new file mode 100644
index 000000000000..f6bfdbc27005
--- /dev/null
+++ b/sys-fs/unionfs-fuse/unionfs-fuse-0.25.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.25.ebuild,v 1.1 2012/02/04 01:15:07 sping Exp $
+
+EAPI="2"
+
+DESCRIPTION="Self-syncing tree-merging file system based on FUSE"
+
+HOMEPAGE="http://podgorny.cz/moin/UnionFsFuse"
+SRC_URI="http://podgorny.cz/unionfs-fuse/releases/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-fs/fuse"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ dodir /usr/sbin /usr/share/man/man8/ || die "dodir failed"
+ emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed"
+}