summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2010-05-21 16:54:29 +0000
committerSebastian Pipping <sping@gentoo.org>2010-05-21 16:54:29 +0000
commita923a2309cffd2a5655d19faffde3eaef2439803 (patch)
tree8520d0634201684343539250e9f7005c7082a3bc /sys-fs/unionfs-fuse
parentSolve bug #320545 in the least hacky way: disable --no-undefined for (diff)
downloadgentoo-2-a923a2309cffd2a5655d19faffde3eaef2439803.tar.gz
gentoo-2-a923a2309cffd2a5655d19faffde3eaef2439803.tar.bz2
gentoo-2-a923a2309cffd2a5655d19faffde3eaef2439803.zip
sys-fs/unionfs-fuse: Bump to 0.24
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'sys-fs/unionfs-fuse')
-rw-r--r--sys-fs/unionfs-fuse/ChangeLog8
-rw-r--r--sys-fs/unionfs-fuse/unionfs-fuse-0.24.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/sys-fs/unionfs-fuse/ChangeLog b/sys-fs/unionfs-fuse/ChangeLog
index 8dbd4cc26a4b..e3fef6a8c1a4 100644
--- a/sys-fs/unionfs-fuse/ChangeLog
+++ b/sys-fs/unionfs-fuse/ChangeLog
@@ -1,6 +1,12 @@
# 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.3 2010/03/18 21:32:00 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.4 2010/05/21 16:54:29 sping Exp $
+
+*unionfs-fuse-0.24 (21 May 2010)
+
+ 21 May 2010; Sebastian Pipping <sping@gentoo.org>
+ +unionfs-fuse-0.24.ebuild:
+ Bump to 0.24
18 Mar 2010; Sebastian Pipping <sping@gentoo.org> metadata.xml:
Put myself in as maintainer
diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-0.24.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-0.24.ebuild
new file mode 100644
index 000000000000..5cce2127e5a3
--- /dev/null
+++ b/sys-fs/unionfs-fuse/unionfs-fuse-0.24.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 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.24.ebuild,v 1.1 2010/05/21 16:54:29 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"
+}