summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2014-10-19 08:02:14 +0000
committerZac Medico <zmedico@gentoo.org>2014-10-19 08:02:14 +0000
commit766696560314cb10b60572ae4d05fc3764061b34 (patch)
treed76e3fff215aa506230e9f977cb79c9a6ba5c53b /dev-libs/go-fuse
parentStable for HPPA (bug #524670). (diff)
downloadgentoo-2-766696560314cb10b60572ae4d05fc3764061b34.tar.gz
gentoo-2-766696560314cb10b60572ae4d05fc3764061b34.tar.bz2
gentoo-2-766696560314cb10b60572ae4d05fc3764061b34.zip
Use tar.gz instead of zip, so there's no need for app-arch/unzip in DEPEND.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xAE5719A3)
Diffstat (limited to 'dev-libs/go-fuse')
-rw-r--r--dev-libs/go-fuse/ChangeLog5
-rw-r--r--dev-libs/go-fuse/go-fuse-0_p20140812.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/go-fuse/ChangeLog b/dev-libs/go-fuse/ChangeLog
index f003ccf88c42..1ddb09e8d5db 100644
--- a/dev-libs/go-fuse/ChangeLog
+++ b/dev-libs/go-fuse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/go-fuse
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.6 2014/10/15 23:28:17 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.7 2014/10/19 08:02:14 zmedico Exp $
+
+ 19 Oct 2014; Zac Medico <zmedico@gentoo.org> go-fuse-0_p20140812.ebuild:
+ Use tar.gz instead of zip, so there's no need for app-arch/unzip in DEPEND.
*go-fuse-0_p20140812 (15 Oct 2014)
diff --git a/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild b/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild
index ab2e31954195..a381fd67f0bf 100644
--- a/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild
+++ b/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild,v 1.1 2014/10/15 23:28:17 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild,v 1.2 2014/10/19 08:02:14 zmedico Exp $
EAPI=5
@@ -10,7 +10,7 @@ DESCRIPTION="FUSE bindings for Go"
GO_PN=github.com/hanwen/${PN}
HOMEPAGE="https://${GO_PN}"
EGIT_COMMIT="8c85ded140ac1889372a0e22d8d21e3d10a303bd"
-SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.zip -> ${P}.zip"
+SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
IUSE=""