sping       15/01/30 18:37:06

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   11 Jan 2015 21:01:52 -0000      1.10
+++ ChangeLog   30 Jan 2015 18:37:06 -0000      1.11
@@ -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 <[email protected]> +unionfs-fuse-1.0.ebuild:
+  Bump to 1.0
 
 *unionfs-fuse-9999 (11 Jan 2015)
 



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

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

Index: unionfs-fuse-1.0.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-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"
}




Reply via email to