summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2015-01-30 18:37:06 +0000
committerSebastian Pipping <sping@gentoo.org>2015-01-30 18:37:06 +0000
commit3963a138728bda47b5dd1c755bf39f2386749061 (patch)
tree1cc573a09b1166060b260a4101ad7b7c4854b47b /sys-fs/unionfs-fuse
parentremove alsa use flag (bug #514600); use system portmidi lib; drop ppc until p... (diff)
downloadgentoo-2-3963a138728bda47b5dd1c755bf39f2386749061.tar.gz
gentoo-2-3963a138728bda47b5dd1c755bf39f2386749061.tar.bz2
gentoo-2-3963a138728bda47b5dd1c755bf39f2386749061.zip
sys-fs/unionfs-fuse: 1.0
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Diffstat (limited to 'sys-fs/unionfs-fuse')
-rw-r--r--sys-fs/unionfs-fuse/ChangeLog7
-rw-r--r--sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/sys-fs/unionfs-fuse/ChangeLog b/sys-fs/unionfs-fuse/ChangeLog
index e4defc0bb500..fb1f06e1fd5e 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-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.10 2015/01/11 21:01:52 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.11 2015/01/30 18:37:06 sping Exp $
+
+*unionfs-fuse-1.0 (30 Jan 2015)
+
+ 30 Jan 2015; Sebastian Pipping <sping@gentoo.org> +unionfs-fuse-1.0.ebuild:
+ Bump to 1.0
*unionfs-fuse-9999 (11 Jan 2015)
diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild
new file mode 100644
index 000000000000..3dd014811f00
--- /dev/null
+++ b/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild,v 1.1 2015/01/30 18:37:06 sping Exp $
+
+EAPI="5"
+
+DESCRIPTION="Self-syncing tree-merging file system based on FUSE"
+
+HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse"
+SRC_URI="https://github.com/rpodgorny/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE=""
+
+DEPEND="sys-fs/fuse"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install || die "emake install failed"
+}