From 92983108b65f645af5ab815add715492d9929c04 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 21 Aug 2017 22:32:14 +0100 Subject: dev-vcs/git-annex: drop old Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- dev-vcs/git-annex/git-annex-6.20160126.ebuild | 168 -------------------------- 1 file changed, 168 deletions(-) delete mode 100644 dev-vcs/git-annex/git-annex-6.20160126.ebuild (limited to 'dev-vcs/git-annex/git-annex-6.20160126.ebuild') diff --git a/dev-vcs/git-annex/git-annex-6.20160126.ebuild b/dev-vcs/git-annex/git-annex-6.20160126.ebuild deleted file mode 100644 index 81a2b85e20b5..000000000000 --- a/dev-vcs/git-annex/git-annex-6.20160126.ebuild +++ /dev/null @@ -1,168 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.6.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 ekg +network-uri +pairing +s3 +torrentparser +webapp +webdav" - -RDEPEND="dev-haskell/aeson:= - dev-haskell/async:= - dev-haskell/bloomfilter:= - dev-haskell/case-insensitive:= - dev-haskell/data-default:= - >=dev-haskell/dbus-0.10.7:= - dev-haskell/dlist:= - dev-haskell/edit-distance:= - dev-haskell/esqueleto:= - >=dev-haskell/exceptions-0.6:= - >=dev-haskell/fdo-notify-0.3:= - dev-haskell/feed:= - >=dev-haskell/gnutls-0.1.4:= - 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/network-protocol-xmpp:= - 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-haskell/xml-types:= - >=dev-lang/ghc-7.6.1:= - assistant? ( dev-haskell/dns:= - dev-haskell/hinotify:= - sys-process/lsof ) - benchmark? ( dev-haskell/criterion:= ) - concurrentoutput? ( >=dev-haskell/concurrent-output-1.6:= ) - cryptonite? ( dev-haskell/cryptonite:= ) - !cryptonite? ( >=dev-haskell/cryptohash-0.11.0:= ) - ekg? ( dev-haskell/ekg:= ) - network-uri? ( >=dev-haskell/network-2.6:= - >=dev-haskell/network-uri-2.6:= ) - !network-uri? ( >=dev-haskell/network-2.0:= =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:= ) -" -# 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 ekg ekg) \ - $(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_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 -} -- cgit v1.2.3-65-gdbad