public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/go-mtpfs/
Date: Fri, 14 Aug 2020 20:28:31 +0000 (UTC)	[thread overview]
Message-ID: <1597436819.f67faee656398651831a653abb3774e8655aa08a.williamh@gentoo> (raw)

commit:     f67faee656398651831a653abb3774e8655aa08a
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 20:23:33 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 20:26:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67faee6

sys-fs/go-mtpfs: remove old live ebuild

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 sys-fs/go-mtpfs/go-mtpfs-9999.ebuild | 48 ------------------------------------
 1 file changed, 48 deletions(-)

diff --git a/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild b/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild
deleted file mode 100644
index e197761b32a..00000000000
--- a/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit git-r3 flag-o-matic toolchain-funcs
-
-DESCRIPTION="a simple FUSE filesystem for mounting Android devices as a MTP device"
-HOMEPAGE="https://github.com/hanwen/go-mtpfs"
-EGIT_REPO_URI="https://github.com/hanwen/go-mtpfs.git"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-COMMON_DEPEND="virtual/libusb:1
-		virtual/udev"
-DEPEND="${COMMON_DEPEND}
-	dev-libs/go-fuse
-	dev-libs/go-usb
-	dev-lang/go
-	media-libs/libmtp"
-
-RDEPEND="${COMMON_DEPEND}"
-
-#Tests require a connected mtp device
-RESTRICT="test"
-
-GO_PN="github.com/hanwen/${PN}"
-EGIT_CHECKOUT_DIR="${S}/src/${GO_PN}"
-QA_FLAGS_IGNORED=usr/bin/go-mtpfs
-
-export GOPATH="${S}"
-
-src_compile() {
-	go build -ldflags '-extldflags=-fno-PIC' -v -x -work ${GO_PN} || die
-}
-
-src_test() {
-	go test -ldflags '-extldflags=-fno-PIC' ${GO_PN}/fs || die
-	go test -ldflags '-extldflags=-fno-PIC' ${GO_PN}/usb || die
-	go test -ldflags '-extldflags=-fno-PIC' ${GO_PN}/mtp || die
-}
-
-src_install() {
-	dobin go-mtpfs
-}


             reply	other threads:[~2020-08-14 20:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-14 20:28 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-11 19:46 [gentoo-commits] repo/gentoo:master commit in: sys-fs/go-mtpfs/ William Hubbs
2020-08-14 20:28 William Hubbs
2020-08-14 20:28 William Hubbs
2020-08-14 18:19 Rick Farina
2017-10-04  9:17 Michał Górny

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=1597436819.f67faee656398651831a653abb3774e8655aa08a.williamh@gentoo \
    --to=williamh@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