public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-zip/
Date: Sat,  3 Dec 2016 13:35:32 +0000 (UTC)	[thread overview]
Message-ID: <1480772081.ac717914076575fd86ac66dc8348d19951137d29.hwoarang@gentoo> (raw)

commit:     ac717914076575fd86ac66dc8348d19951137d29
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 13:34:21 2016 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 13:34:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac717914

sys-fs/fuse-zip: Version bump. Remove old

Gentoo-Bug: 601066

Package-Manager: portage-2.3.2

 sys-fs/fuse-zip/Manifest                           |  3 +-
 sys-fs/fuse-zip/fuse-zip-0.3.0.ebuild              | 39 ----------------------
 ...fuse-zip-0.4.0.ebuild => fuse-zip-0.4.2.ebuild} | 10 +++---
 3 files changed, 5 insertions(+), 47 deletions(-)

diff --git a/sys-fs/fuse-zip/Manifest b/sys-fs/fuse-zip/Manifest
index 0a1448a..01029c9 100644
--- a/sys-fs/fuse-zip/Manifest
+++ b/sys-fs/fuse-zip/Manifest
@@ -1,2 +1 @@
-DIST fuse-zip-0.3.0.tar.gz 662401 SHA256 7b0960e40da4e98f40a12c26c032fee99f683bea59bede24653de2f139d08543 SHA512 170026a1fb80302c2319d46379db65686198cb162308fd5a2bffff9c047c176dfc8a8a4b94fc6d33d53ed7de6d65b39779c0e03d944e4284625a4140e521001f WHIRLPOOL 12da9e2e5954b47b0a16924f4358c33607a195c90f2a1373604390656e65730ccac7294cdb4032012361d037970cf35023a1136d6be52377b094f63d1e8a1349
-DIST fuse-zip-0.4.0.tar.gz 671498 SHA256 db9eb13aa250061eaa7df6b1ee5022dbea54089094af94cc3d1767b63bdc9ca7 SHA512 0224136a437884e7899522b80ae0e1e8c2601e31658ce7ac73bf9267f65ed629792db9c76054fe9ee007f7bc71167d785cc22659123c2b287fadb13a01c58ea8 WHIRLPOOL 031bd37c5fa331bb78e3736e6279358e93583dc5dae47905c603bec90d1754c189a2b1efb9978cb6b6b78fa99dcf5171760804ca5609e737730b7a06c5d67416
+DIST fuse-zip-0.4.2.tar.gz 672323 SHA256 3d4ee113d4c7918ad3c660f8088473d5fabf67b3476fef16ec7f5bd8a4182fdc SHA512 73e38ee96b6bd24ee74b13e57994dddcd97abb99997c1d2bae4801f37a2cf1665cef0cbe4c6cca26d8423c4a9cb5fec2583ad033e242b4807ae87719f2e5f2a7 WHIRLPOOL efe1fbe48103cb679817bbbd132f0e87d9ce8b55175a37329f75cfec3056948d627143e974a3c221aad9a1c130ff0909238be574a029ed46df2d284b9c039f55

diff --git a/sys-fs/fuse-zip/fuse-zip-0.3.0.ebuild b/sys-fs/fuse-zip/fuse-zip-0.3.0.ebuild
deleted file mode 100644
index 46a15f9..00000000
--- a/sys-fs/fuse-zip/fuse-zip-0.3.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="FUSE file system to navigate, extract, create and modify ZIP archives"
-HOMEPAGE="https://bitbucket.org/agalanin/fuse-zip"
-SRC_URI="https://fuse-zip.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/libzip
-	sys-fs/fuse"
-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"
-	# fix broken makefile
-	epatch "${FILESDIR}"/"${PN}"-0.2.13-as-needed.patch
-	#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
-}

diff --git a/sys-fs/fuse-zip/fuse-zip-0.4.0.ebuild b/sys-fs/fuse-zip/fuse-zip-0.4.2.ebuild
similarity index 78%
rename from sys-fs/fuse-zip/fuse-zip-0.4.0.ebuild
rename to sys-fs/fuse-zip/fuse-zip-0.4.2.ebuild
index 5ce6831..16553b2 100644
--- a/sys-fs/fuse-zip/fuse-zip-0.4.0.ebuild
+++ b/sys-fs/fuse-zip/fuse-zip-0.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="FUSE file system to navigate, extract, create and modify ZIP archives"
 HOMEPAGE="https://bitbucket.org/agalanin/fuse-zip"
-SRC_URI="https://fuse-zip.googlecode.com/files/${P}.tar.gz"
+SRC_URI="https://bitbucket.org/agalanin/${PN}/downloads/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
@@ -26,12 +26,10 @@ src_prepare() {
 	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"
+	# Fix prefix
+	sed -i -e "s:^prefix=.*:prefix=/usr:" Makefile || die "sed failed"
 }
 
 src_compile() {
 	emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}"
 }
-
-src_install() {
-	emake INSTALLPREFIX="${D}"/usr install
-}


             reply	other threads:[~2016-12-03 13:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-03 13:35 Markos Chandras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-17 19:17 [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-zip/ Sam James
2021-11-25 20:53 Conrad Kostecki
2020-01-03 16:22 Johannes Huber
2020-01-03 16:22 Johannes Huber
2018-10-02 10:19 Johannes Huber
2018-07-19  9:42 Johannes Huber
2017-10-04  9:17 Michał Górny
2016-04-19 22:33 Manuel Rüger
2015-09-01 20:06 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1480772081.ac717914076575fd86ac66dc8348d19951137d29.hwoarang@gentoo \
    --to=hwoarang@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox