mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
dev-vcs/git-annex: bump up to 6.20160318
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST git-annex-6.20160126.tar.gz 5146331 SHA256 dc59f670a3d0bdb90db8fc6cadba8003708219bb0dc3d56867a9246d825c0d11 SHA512 45828b5e9968ce037e48366deb537353368dbac9145fc93d56921444210c9f0d4af1460c047bcae3e85244ecdf7e272fb65860656a19c449add09bf697c0a37d WHIRLPOOL f9b350968e8e82f7e4523648d5aefd03689123165424e15fee71eaa67345d38a0efe71ea4fc1388b5b683925bc8f638dba130371c4f324ac5910d7a051ae5548
|
||||
DIST git-annex-6.20160318.tar.gz 5399078 SHA256 5c0067d161a3cd6b93822f85eb82e5cb4895d913b2593bc4fe3b74d3ed426e0b SHA512 62d0caef2f09a1d690229b720e81bf477715fd765a98c037b8e22e7e04ad72d91c81fdbe8bb61bdf4e0bf40cd5b81ea349e60a8e61690767db4a4b92541a063f WHIRLPOOL 96c0232790b0b2cf0d97df2984383a0616a56c695daac233da625fd08ccd8044ef26aed613341f47aa8b0ef70e806b5d0569ff733d3e0dee0e92ed7220b503bc
|
||||
|
||||
174
dev-vcs/git-annex/git-annex-6.20160318.ebuild
Normal file
174
dev-vcs/git-annex/git-annex-6.20160318.ebuild
Normal file
@@ -0,0 +1,174 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
# ebuild generated by hackport 0.4.7.9999
|
||||
#hackport: flags: -production,-android,-androidsplice,-testsuite
|
||||
|
||||
CABAL_FEATURES="bin"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="manage files with git, without checking their contents into git"
|
||||
HOMEPAGE="http://git-annex.branchable.com/"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
RESTRICT="test"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux"
|
||||
IUSE="+assistant benchmark +concurrentoutput +cryptonite doc +dbus ekg +magicmime +network-uri +pairing +s3 +torrentparser +webapp +webdav +xmpp"
|
||||
|
||||
RDEPEND="dev-haskell/aeson:=
|
||||
dev-haskell/async:=
|
||||
dev-haskell/bloomfilter:=
|
||||
dev-haskell/case-insensitive:=
|
||||
dev-haskell/data-default:=
|
||||
dev-haskell/disk-free-space:=
|
||||
dev-haskell/dlist:=
|
||||
dev-haskell/edit-distance:=
|
||||
dev-haskell/esqueleto:=
|
||||
>=dev-haskell/exceptions-0.6:=
|
||||
dev-haskell/feed:=
|
||||
dev-haskell/hslogger:=
|
||||
dev-haskell/http-client:=
|
||||
dev-haskell/http-conduit:=
|
||||
dev-haskell/http-types:=
|
||||
dev-haskell/ifelse:=
|
||||
dev-haskell/json:=
|
||||
dev-haskell/missingh:=
|
||||
dev-haskell/monad-control:=
|
||||
dev-haskell/monad-logger:=
|
||||
>=dev-haskell/mtl-2:=
|
||||
dev-haskell/old-locale:=
|
||||
>=dev-haskell/optparse-applicative-0.11.0:=
|
||||
dev-haskell/persistent:=
|
||||
dev-haskell/persistent-sqlite:=
|
||||
dev-haskell/persistent-template:=
|
||||
>=dev-haskell/quickcheck-2.1:2=
|
||||
dev-haskell/random:=
|
||||
dev-haskell/regex-tdfa:=
|
||||
dev-haskell/resourcet:=
|
||||
dev-haskell/safesemaphore:=
|
||||
dev-haskell/sandi:=
|
||||
>=dev-haskell/stm-2.3:=
|
||||
dev-haskell/text:=
|
||||
dev-haskell/transformers:=
|
||||
dev-haskell/unix-compat:=
|
||||
dev-haskell/utf8-string:=
|
||||
dev-haskell/uuid:=
|
||||
>=dev-lang/ghc-7.6.1:=
|
||||
assistant? ( dev-haskell/dns:=
|
||||
dev-haskell/hinotify:=
|
||||
dev-haskell/mountpoints:= )
|
||||
benchmark? ( dev-haskell/criterion:= )
|
||||
concurrentoutput? ( >=dev-haskell/concurrent-output-1.6:= )
|
||||
cryptonite? ( dev-haskell/cryptonite:= )
|
||||
!cryptonite? ( >=dev-haskell/cryptohash-0.11.0:= )
|
||||
dbus? ( >=dev-haskell/dbus-0.10.7:=
|
||||
>=dev-haskell/fdo-notify-0.3:= )
|
||||
ekg? ( dev-haskell/ekg:= )
|
||||
magicmime? ( dev-haskell/magic:= )
|
||||
network-uri? ( >=dev-haskell/network-2.6:=
|
||||
>=dev-haskell/network-uri-2.6:= )
|
||||
!network-uri? ( >=dev-haskell/network-2.4:= <dev-haskell/network-2.6:= )
|
||||
pairing? ( dev-haskell/network-info:=
|
||||
dev-haskell/network-multicast:= )
|
||||
s3? ( >=dev-haskell/aws-0.9.2:=
|
||||
dev-haskell/conduit:=
|
||||
dev-haskell/conduit-extra:= )
|
||||
torrentparser? ( >=dev-haskell/torrent-10000.0.0:= )
|
||||
webapp? ( dev-haskell/blaze-builder:=
|
||||
dev-haskell/byteable:=
|
||||
dev-haskell/clientsession:=
|
||||
dev-haskell/crypto-api:=
|
||||
>=dev-haskell/path-pieces-0.1.4:=
|
||||
dev-haskell/securemem:=
|
||||
>=dev-haskell/shakespeare-2.0.0:=
|
||||
dev-haskell/wai:=
|
||||
dev-haskell/wai-extra:=
|
||||
>=dev-haskell/warp-3.0.0.5:=
|
||||
>=dev-haskell/warp-tls-1.4:=
|
||||
>=dev-haskell/yesod-1.2.6:=
|
||||
>=dev-haskell/yesod-core-1.2.19:=
|
||||
>=dev-haskell/yesod-default-1.2.0:=
|
||||
>=dev-haskell/yesod-form-1.3.15:=
|
||||
>=dev-haskell/yesod-static-1.2.4:= )
|
||||
webdav? ( >=dev-haskell/dav-1.0:= )
|
||||
xmpp? ( >=dev-haskell/gnutls-0.1.4:=
|
||||
dev-haskell/network-protocol-xmpp:=
|
||||
dev-haskell/xml-types:= )
|
||||
"
|
||||
# not generated by hackport:
|
||||
RDEPEND="${RDEPEND}
|
||||
dev-vcs/git
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.16.0
|
||||
"
|
||||
|
||||
# not generated by hackport:
|
||||
DEPEND="${DEPEND}
|
||||
dev-lang/perl
|
||||
doc? ( www-apps/ikiwiki net-misc/rsync )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
# does not respect staging dir
|
||||
epatch "${FILESDIR}"/${PN}-5.20150731-no-strange-installs.patch
|
||||
epatch "${FILESDIR}"/${PN}-6.20160114-QC-2.8.2.patch
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
--flag=-android \
|
||||
--flag=-androidsplice \
|
||||
$(cabal_flag assistant assistant) \
|
||||
$(cabal_flag benchmark benchmark) \
|
||||
$(cabal_flag concurrentoutput concurrentoutput) \
|
||||
$(cabal_flag cryptonite cryptonite) \
|
||||
$(cabal_flag dbus dbus) \
|
||||
$(cabal_flag ekg ekg) \
|
||||
$(cabal_flag magicmime magicmime) \
|
||||
$(cabal_flag network-uri network-uri) \
|
||||
$(cabal_flag pairing pairing) \
|
||||
--flag=-production \
|
||||
$(cabal_flag s3 s3) \
|
||||
--flag=-testsuite \
|
||||
$(cabal_flag torrentparser torrentparser) \
|
||||
$(cabal_flag webapp webapp) \
|
||||
$(cabal_flag webdav webdav) \
|
||||
$(cabal_flag xmpp xmpp)
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
haskell-cabal_src_compile
|
||||
use doc && emake docs
|
||||
}
|
||||
|
||||
src_test() {
|
||||
if use webapp; then
|
||||
export GIT_CONFIG=${T}/temp-git-config
|
||||
git config user.email "git@src_test"
|
||||
git config user.name "Mr. ${P} The Test"
|
||||
|
||||
emake test
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
haskell-cabal_src_install
|
||||
dosym git-annex /usr/bin/git-annex-shell # standard make install does more, than needed
|
||||
|
||||
# install-mans wants ikiwiki. It returns 0 and builds the man pages without ikiwiki.
|
||||
emake install-mans DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
|
||||
use doc && emake install-docs DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
|
||||
mv "${ED}"/usr/share/doc/{${PN},${PF}}
|
||||
dodoc CHANGELOG README
|
||||
if use webapp ; then
|
||||
doicon "${FILESDIR}"/${PN}.xpm
|
||||
make_desktop_entry "${PN} webapp" "git-annex" ${PN}.xpm "Office"
|
||||
fi
|
||||
}
|
||||
@@ -25,6 +25,7 @@
|
||||
<flag name="concurrentoutput">Use concurrent-output library (experimental)</flag>
|
||||
<flag name="cryptonite">Use the cryptonite library, instead of the older cryptohash</flag>
|
||||
<flag name="ekg">Enable use of EKG to monitor git-annex as it runs.</flag>
|
||||
<flag name="magicmime">Use libmagic to determine file MIME types</flag>
|
||||
<flag name="network-uri">Get Network.URI from the network-uri package.</flag>
|
||||
<flag name="pairing">Enable pairing of git annex repositories</flag>
|
||||
<flag name="s3">Enable Amazon S3 remote</flag>
|
||||
|
||||
Reference in New Issue
Block a user