From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-zip/
Date: Tue, 19 Apr 2016 22:33:09 +0000 (UTC) [thread overview]
Message-ID: <1461104866.4e6519b6af27869333b01d32e03540aae64829b0.mrueg@gentoo> (raw)
commit: 4e6519b6af27869333b01d32e03540aae64829b0
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 22:27:46 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 22:27:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6519b6
sys-fs/fuse-zip: Remove old
Package-Manager: portage-2.2.28
sys-fs/fuse-zip/Manifest | 2 --
sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild | 30 ------------------------
sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild | 42 ----------------------------------
3 files changed, 74 deletions(-)
diff --git a/sys-fs/fuse-zip/Manifest b/sys-fs/fuse-zip/Manifest
index e35c86e..0a1448a 100644
--- a/sys-fs/fuse-zip/Manifest
+++ b/sys-fs/fuse-zip/Manifest
@@ -1,4 +1,2 @@
-DIST fuse-zip-0.2.12.tar.gz 181246 SHA256 c77b4e461dfe83acdb3d8cfbc6fe456592314756d20061864f51a389dfcc2c69 SHA512 77be4e4a4e345efc789257277613a91c6394d2f8ae526e2af50d1eef328db1fa0bca9fa7bc706154af280e42c8a92c8f87286dbc795fab3750edc8e4a47962d2 WHIRLPOOL 0bf4c42823ff6883f90be0e33a992c1d4e75250d712d0cab6c3c8618ba4a931f53463cc5b4829deb13598a3f1a1ad8da1d641dc9792675ceeb270ba4a86cab33
-DIST fuse-zip-0.2.13.tar.gz 185431 SHA256 e41c0746e3419db8f519fad7e819ef72ddb48ffca2de52773f038016aacd9804 SHA512 cd03c03508a17887af958fef2cfb1123bef447223487b8046433785eb09918321c73b526a2cd8c6706cc9fc8c599dbaff6f24a04e88285f78d5edeec24c61c15 WHIRLPOOL ac0b6e1eb02bcf06ca3743dd287f9221b5680ebc31ff76d39b1267ae0f0726c77f449679926f53bae1650d0fa798998ec0cad00e0c66930ba250f7654dc0f0e9
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
diff --git a/sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild b/sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild
deleted file mode 100644
index d557a61..0000000
--- a/sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-DESCRIPTION="FUSE file system to navigate, extract, create and modify ZIP archives based on libzip"
-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"
-}
-
-src_install() {
- emake INSTALLPREFIX="${D}"/usr install || die "Failed to install"
- prepalldocs
-}
diff --git a/sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild b/sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild
deleted file mode 100644
index 351d408..0000000
--- a/sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-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}"/"${P}"-as-needed.patch
- # fix building with libzip-0.10
- epatch "${FILESDIR}"/libzip-fix-0.10.patch
- #enable parallel build
- sed -i -e "s:make :\$\(MAKE\) :" Makefile || die "sed failed"
-}
-
-src_compile() {
- emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${LDFLAGS}" || die
-}
-
-src_install() {
- emake INSTALLPREFIX="${D}"/usr install || die "Failed to install"
- prepalldocs
-}
next reply other threads:[~2016-04-19 22:33 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-19 22:33 Manuel Rüger [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-12-03 13:35 Markos Chandras
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=1461104866.4e6519b6af27869333b01d32e03540aae64829b0.mrueg@gentoo \
--to=mrueg@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