diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-12-04 18:36:26 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-12-04 18:36:26 +0000 |
commit | 994e5f222d06ad34b400bb07d0940d55c5d3335f (patch) | |
tree | 56477f24cc0e6b8c19993ec904c0bb12f1b1b2c5 /dev-vcs/git-annex/git-annex-3.20111203.ebuild | |
parent | old (diff) | |
download | historical-994e5f222d06ad34b400bb07d0940d55c5d3335f.tar.gz historical-994e5f222d06ad34b400bb07d0940d55c5d3335f.tar.bz2 historical-994e5f222d06ad34b400bb07d0940d55c5d3335f.zip |
Initial version. manage files with git, without checking their contents into git. (requested in bug #343563 by Christoph Junghans)
Package-Manager: portage-2.2.0_alpha77_p1/cvs/Linux x86_64
Diffstat (limited to 'dev-vcs/git-annex/git-annex-3.20111203.ebuild')
-rw-r--r-- | dev-vcs/git-annex/git-annex-3.20111203.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/dev-vcs/git-annex/git-annex-3.20111203.ebuild b/dev-vcs/git-annex/git-annex-3.20111203.ebuild new file mode 100644 index 000000000000..043cae25688d --- /dev/null +++ b/dev-vcs/git-annex/git-annex-3.20111203.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-3.20111203.ebuild,v 1.1 2011/12/04 18:36:26 slyfox Exp $ + +# ebuild generated by hackport 0.2.13 + +EAPI="3" + +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="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-vcs/git-1.7.7" # TODO: add more deps? +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 + dev-haskell/dataenc + dev-haskell/hs3 + dev-haskell/hslogger + dev-haskell/http + dev-haskell/json + dev-haskell/missingh + dev-haskell/monad-control + dev-haskell/mtl + dev-haskell/network + dev-haskell/pcre-light + dev-haskell/sha + dev-haskell/time + dev-haskell/utf8-string + >=dev-lang/ghc-6.10.1" |