Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 552024 Details for
Bug 669160
dev-vcs/git-annex: add new version 6.20181011 (patch provided)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH haskell overlay] dev-vcs/git-annex: add new version 6.20181011
0001-dev-vcs-git-annex-add-new-version-6.20181011.patch (text/plain), 6.95 KB, created by
Andriy Utkin (RETIRED)
on 2018-10-21 00:28:33 UTC
(
hide
)
Description:
[PATCH haskell overlay] dev-vcs/git-annex: add new version 6.20181011
Filename:
MIME Type:
Creator:
Andriy Utkin (RETIRED)
Created:
2018-10-21 00:28:33 UTC
Size:
6.95 KB
patch
obsolete
>From 8dc5e217ccaf8fdadce660988a3f9f0d0dbea935 Mon Sep 17 00:00:00 2001 >From: Andrey Utkin <andrey_utkin@gentoo.org> >Date: Sun, 21 Oct 2018 01:01:58 +0100 >Subject: [PATCH haskell overlay] dev-vcs/git-annex: add new version 6.20181011 > >The only change is a bump of required version of "network" by upstream: > >--- git-annex-6.20180626.ebuild >+++ git-annex-6.20181011.ebuild >@@ -85 +85 @@ >- network-uri? ( >=dev-haskell/network-2.6:= >+ network-uri? ( >=dev-haskell/network-2.6.3:= > >Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org> >Package-Manager: Portage-2.3.49, Repoman-2.3.10 >--- > dev-vcs/git-annex/Manifest | 1 + > dev-vcs/git-annex/git-annex-6.20181011.ebuild | 172 ++++++++++++++++++++++++++ > 2 files changed, 173 insertions(+) > create mode 100644 dev-vcs/git-annex/git-annex-6.20181011.ebuild > >diff --git a/dev-vcs/git-annex/Manifest b/dev-vcs/git-annex/Manifest >index e1c27e6c7..51fe7a965 100644 >--- a/dev-vcs/git-annex/Manifest >+++ b/dev-vcs/git-annex/Manifest >@@ -1,2 +1,3 @@ > DIST git-annex-6.20180529.tar.gz 1162849 BLAKE2B fbdd43f77378f8e1c10def2df0cd28a2b1e3263bdae6b1be456c8cf8f428daf41fa41a4e8d4f9767cc5b86e4967f06cb047140acd91cee0561086d8d29db54d1 SHA512 f85c6c0554ecd8eeeb23b610eae3dd3ae98a6b2e3ff0376a2f419e2a073eff81742dd9c6d18906af067bcfd3d607535b45953185ca5563fb042ff64ec01e59bc > DIST git-annex-6.20180626.tar.gz 1173054 BLAKE2B f099ae995a5fd27480ddfe18ab16e4adae11e2df29bdfb57fee3dabe914e63d2e28f805f96fa34dd03120b05a785dbaa1adcb2486206a83537a13c54f9142d88 SHA512 c6fe5dcee294dceeab76fc8f001f9614325e6c0fdca69ffb6b934680cbb50c05285814a1f6985c044f4c9c0295ea52fb6d0b5dfa436c880474f3a9bdeb862c4a >+DIST git-annex-6.20181011.tar.gz 1189041 BLAKE2B 4d49b9c2fb2e79a3ec10504b70f5eb8ae69beb7a8d2143926a9ca5da452f47a2dbc3917dda5df8de4d79004d23a8e779e56bff5a9bbdc7d5c7add73b0ce69524 SHA512 00eebc3e0dff7ae0bd400777cc9320a87bdbd2539d66a9099644e7346471b667541e2ba23dd31b53986f524a6fe7feaba5103eb4b459976515298a069556927e >diff --git a/dev-vcs/git-annex/git-annex-6.20181011.ebuild b/dev-vcs/git-annex/git-annex-6.20181011.ebuild >new file mode 100644 >index 000000000..dfffd06a8 >--- /dev/null >+++ b/dev-vcs/git-annex/git-annex-6.20181011.ebuild >@@ -0,0 +1,172 @@ >+# Copyright 1999-2018 Gentoo Foundation >+# Distributed under the terms of the GNU General Public License v2 >+ >+EAPI=6 >+ >+# ebuild generated by hackport 0.5.6.9999 >+#hackport: flags: -production,-android,-androidsplice,-testsuite >+ >+CABAL_FEATURES="" >+inherit haskell-cabal bash-completion-r1 >+ >+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 +dbus doc +magicmime +network-uri +pairing s3 +torrentparser +webapp +webdav" >+ >+RDEPEND="dev-haskell/aeson:= >+ dev-haskell/async:= >+ dev-haskell/bloomfilter:= >+ dev-haskell/byteable:= >+ dev-haskell/case-insensitive:= >+ dev-haskell/conduit:= >+ >=dev-haskell/connection-0.2.6:= >+ dev-haskell/crypto-api:= >+ dev-haskell/cryptonite:= >+ 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-0.3.9:= >+ dev-haskell/free:= >+ dev-haskell/hslogger:= >+ >=dev-haskell/http-client-0.4.31:= >+ dev-haskell/http-client-tls:= >+ >=dev-haskell/http-conduit-2.0:= >+ >=dev-haskell/http-types-0.7:= >+ dev-haskell/ifelse:= >+ dev-haskell/memory:= >+ 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/securemem:= >+ dev-haskell/socks:= >+ dev-haskell/split:= >+ >=dev-haskell/stm-2.3:= >+ dev-haskell/stm-chans:= >+ dev-haskell/tagsoup:= >+ >=dev-haskell/tasty-0.7:= >+ dev-haskell/tasty-hunit:= >+ dev-haskell/tasty-quickcheck:= >+ dev-haskell/tasty-rerun:= >+ dev-haskell/text:= >+ dev-haskell/unix-compat:= >+ dev-haskell/unordered-containers:= >+ dev-haskell/utf8-string:= >+ >=dev-haskell/uuid-1.2.6:= >+ dev-haskell/vector:= >+ >=dev-lang/ghc-7.8.2:= >+ assistant? ( >=dev-haskell/dns-1.0.0:= >+ dev-haskell/hinotify:= >+ dev-haskell/mountpoints:= ) >+ benchmark? ( dev-haskell/criterion:= ) >+ concurrentoutput? ( >=dev-haskell/concurrent-output-1.6:= ) >+ dbus? ( >=dev-haskell/dbus-0.10.7:= >+ >=dev-haskell/fdo-notify-0.3:= ) >+ magicmime? ( dev-haskell/magic:= ) >+ network-uri? ( >=dev-haskell/network-2.6.3:= >+ >=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:= ) >+ torrentparser? ( >=dev-haskell/torrent-10000.0.0:= ) >+ webapp? ( dev-haskell/blaze-builder:= >+ dev-haskell/clientsession:= >+ >=dev-haskell/path-pieces-0.1.4:= >+ >=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-form-1.3.15:= >+ >=dev-haskell/yesod-static-1.2.4:= ) >+ webdav? ( >=dev-haskell/dav-1.0:= ) >+" >+# not generated by hackport: >+RDEPEND="${RDEPEND} >+ dev-vcs/git >+" >+DEPEND="${RDEPEND} >+ >=dev-haskell/cabal-1.18.1.3 >+" >+# not generated by hackport: >+DEPEND="${DEPEND} >+ dev-lang/perl >+ doc? ( www-apps/ikiwiki net-misc/rsync ) >+" >+ >+PATCHES=( >+ "${FILESDIR}"/${PN}-6.20160114-QC-2.8.2.patch >+ "${FILESDIR}"/${PN}-6.20161210-directory-1.3.patch >+ "${FILESDIR}"/${PN}-6.20170101-crypto-api.patch >+) >+ >+src_configure() { >+ # F: fopen_wr >+ # S: deny >+ # P: /dev/urandom >+ # A: /dev/urandom >+ # R: /dev/urandom >+ # C: ssh -o ControlPersist=yes -V >+ addpredict /dev/urandom >+ >+ haskell-cabal_src_configure \ >+ --flag=-android \ >+ --flag=-androidsplice \ >+ $(cabal_flag assistant assistant) \ >+ $(cabal_flag benchmark benchmark) \ >+ $(cabal_flag concurrentoutput concurrentoutput) \ >+ $(cabal_flag dbus dbus) \ >+ $(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) >+} >+ >+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 >+ >+ newbashcomp "${FILESDIR}"/${PN}.bash ${PN} >+ >+ dodoc CHANGELOG README >+ if use webapp ; then >+ doicon "${FILESDIR}"/${PN}.xpm >+ make_desktop_entry "${PN} webapp" "git-annex" ${PN}.xpm "Office" >+ fi >+} >-- >2.16.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 669160
: 552024