Ebuild
December 05, 2011, 19:02
manage files with git, without checking their contents into git
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3.20111203 | – | ~ | – | – | – | – | – | – | – | – | – | – | ~ |
PACKAGE DESCRIPTION:
manage files with git, without checking their contents into git
Category:
CHANGELOG
# ChangeLog for dev-vcs/git-annex # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.4 2012/03/24 14:28:51 slyfox Exp $ *git-annex-3.20120315 (24 Mar 2012) 24 Mar 2012; Sergei Trofimovich (slyfox) +git-annex-3.20120315.ebuild, git-annex-3.20111203-r1.ebuild: Version bump (ghc-7.4 support). Restore prefix support. *git-annex-3.20111203-r1 (09 Feb 2012) 09 Feb 2012; Robin H. Johnson (robbat2) +git-annex-3.20111203-r1.ebuild: Install some documentation to make this much more useful. 05 Dec 2011; Sergei Trofimovich (slyfox) git-annex-3.20111203.ebuild: Raise minimal required dev-haskell/mtl version to make it compile. *git-annex-3.20111203 (04 Dec 2011) 04 Dec 2011; Sergei Trofimovich (slyfox) +git-annex-3.20111203.ebuild, +metadata.xml: Initial version. manage files with git, without checking their contents into git. (requested in bug #343563 by Christoph Junghans)
BUGS
No bugs found
Notes: This list is taken from a snapshot, and is not a reliable reference. Search bugzilla for accurate results.
USE FLAGS
No Use Flags
BUILD DEPENDENCIES
| dev-haskell/cabal | A framework for packaging Haskell software |
| dev-haskell/dataenc | Data encoding library |
| dev-haskell/hs3 | Interface to Amazon's Simple Storage Service (S3) |
| dev-haskell/hslogger | Versatile logging framework |
| dev-haskell/http | A library for client-side HTTP |
| dev-haskell/json | Support for serialising Haskell to and from JSON |
| dev-haskell/missingh | Large utility library |
| dev-haskell/monad-control | Lift control operations, like exception catching, through monad transformers |
| dev-haskell/mtl | Monad transformer library |
| dev-haskell/network | Low-level networking interface |
| dev-haskell/pcre-light | A small, efficient and portable regex library for Perl 5 compatible regular expressions |
| dev-haskell/sha | Implementations of the SHA suite of message digest functions |
| dev-haskell/time | A time library |
| dev-haskell/utf8-string | Support for reading and writing UTF8 Strings |
| dev-lang/ghc | The Glasgow Haskell Compiler |
| dev-vcs/git | GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team |
RUNTIME DEPENDENCIES
| dev-vcs/git | GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team |
SOURCE CODE
# 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.2
2011/12/05 19:02:11 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-2
dev-haskell/network
dev-haskell/pcre-light
dev-haskell/sha
dev-haskell/time
dev-haskell/utf8-string
>=dev-lang/ghc-6.10.1"