sping       15/01/11 21:01:52

  Modified:             ChangeLog
  Added:                unionfs-fuse-9999.ebuild
  Log:
  sys-fs/unionfs-fuse: 9999
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  Changes    Path
1.10                 sys-fs/unionfs-fuse/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   21 Feb 2013 03:59:06 -0000      1.9
+++ ChangeLog   11 Jan 2015 21:01:52 -0000      1.10
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/unionfs-fuse
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.9 
2013/02/21 03:59:06 zmedico Exp $
+# 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 $
+
+*unionfs-fuse-9999 (11 Jan 2015)
+
+  11 Jan 2015; Sebastian Pipping <[email protected]> +unionfs-fuse-9999.ebuild:
+  Add live ebuild
 
   21 Feb 2013; Zac Medico <[email protected]> unionfs-fuse-0.26.ebuild:
   Fix for prefix and add ~x86-linux keyword.



1.1                  sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild?rev=1.1&content-type=text/plain

Index: unionfs-fuse-9999.ebuild
===================================================================
# 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-9999.ebuild,v 1.1 
2015/01/11 21:01:52 sping Exp $

EAPI="5"

inherit git-r3

DESCRIPTION="Self-syncing tree-merging file system based on FUSE"

HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse";
EGIT_REPO_URI="https://github.com/rpodgorny/unionfs-fuse.git";

LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="sys-fs/fuse"
RDEPEND="${DEPEND}"

src_install() {
        emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install || die "emake 
install failed"
}




Reply via email to