zmedico     14/10/20 01:38:32

  Modified:             ChangeLog
  Added:                fuse-zip-0.4.0.ebuild
  Log:
  0.4.0 version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0xAE5719A3)

Revision  Changes    Path
1.7                  sys-fs/fuse-zip/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse-zip/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   13 Aug 2013 18:40:16 -0000      1.6
+++ ChangeLog   20 Oct 2014 01:38:32 -0000      1.7
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/fuse-zip
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-zip/ChangeLog,v 1.6 2013/08/13 
18:40:16 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-zip/ChangeLog,v 1.7 2014/10/20 
01:38:32 zmedico Exp $
+
+*fuse-zip-0.4.0 (20 Oct 2014)
+
+  20 Oct 2014; Zac Medico <zmed...@gentoo.org> +fuse-zip-0.4.0.ebuild:
+  0.4.0 version bump.
 
 *fuse-zip-0.3.0 (13 Aug 2013)
 



1.1                  sys-fs/fuse-zip/fuse-zip-0.4.0.ebuild

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

Index: fuse-zip-0.4.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-zip/fuse-zip-0.4.0.ebuild,v 1.1 
2014/10/20 01:38:32 zmedico Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION="FUSE file system to navigate, extract, create and modify ZIP 
archives"
HOMEPAGE="http://code.google.com/p/fuse-zip/";
SRC_URI="http://fuse-zip.googlecode.com/files/${P}.tar.gz";

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-libs/libzip-0.11.2:=
        >=sys-fs/fuse-2.7:="
RDEPEND="${DEPEND}"

RESTRICT="test"

src_prepare() {
        # Fix strip than installing fuse-zip
        sed -i -e 's/install -m 755 -s/install -m 755/' Makefile || die "sed 
failed"
        #enable parallel build
        sed -i -e "s:make :\$\(MAKE\) :" Makefile || die "sed failed"
}

src_compile() {
        emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}"
}

src_install() {
        emake INSTALLPREFIX="${D}"/usr install
}




Reply via email to