Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git-annex: metadata.xml git-annex-3.20111203.ebuild Manifest ChangeLog
Date: Sun, 04 Dec 2011 18:36:47
Message-Id: 20111204183626.79CE82004B@flycatcher.gentoo.org
1 slyfox 11/12/04 18:36:26
2
3 Added: metadata.xml git-annex-3.20111203.ebuild Manifest
4 ChangeLog
5 Log:
6 Initial version. manage files with git, without checking their contents into git. (requested in bug #343563 by Christoph Junghans)
7
8 (Portage version: 2.2.0_alpha77_p1/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 dev-vcs/git-annex/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>haskell</herd>
22 <maintainer>
23 <email>haskell@g.o</email>
24 </maintainer>
25 <longdescription>
26 git-annex allows managing files with git, without checking the file
27 contents into git. While that may seem paradoxical, it is useful when
28 dealing with files larger than git can currently easily handle, whether due
29 to limitations in memory, checksumming time, or disk space.
30
31 Even without file content tracking, being able to manage files with git,
32 move files around and delete files with versioned directory trees, and use
33 branches and distributed clones, are all very handy reasons to use git. And
34 annexed files can co-exist in the same git repository with regularly
35 versioned files, which is convenient for maintaining documents, Makefiles,
36 etc that are associated with annexed files but that benefit from full
37 revision control.
38 </longdescription>
39 </pkgmetadata>
40
41
42
43 1.1 dev-vcs/git-annex/git-annex-3.20111203.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/git-annex-3.20111203.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/git-annex-3.20111203.ebuild?rev=1.1&content-type=text/plain
47
48 Index: git-annex-3.20111203.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $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 $
53
54 # ebuild generated by hackport 0.2.13
55
56 EAPI="3"
57
58 CABAL_FEATURES="bin"
59 inherit haskell-cabal
60
61 DESCRIPTION="manage files with git, without checking their contents into git"
62 HOMEPAGE="http://git-annex.branchable.com/"
63 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND=">=dev-vcs/git-1.7.7" # TODO: add more deps?
71 DEPEND="${RDEPEND}
72 >=dev-haskell/cabal-1.6
73 dev-haskell/dataenc
74 dev-haskell/hs3
75 dev-haskell/hslogger
76 dev-haskell/http
77 dev-haskell/json
78 dev-haskell/missingh
79 dev-haskell/monad-control
80 dev-haskell/mtl
81 dev-haskell/network
82 dev-haskell/pcre-light
83 dev-haskell/sha
84 dev-haskell/time
85 dev-haskell/utf8-string
86 >=dev-lang/ghc-6.10.1"
87
88
89
90 1.1 dev-vcs/git-annex/Manifest
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/Manifest?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/Manifest?rev=1.1&content-type=text/plain
94
95 Index: Manifest
96 ===================================================================
97 DIST git-annex-3.20111203.tar.gz 442974 RMD160 b5f06d6cbffc3cab1dca5f53f2b41ef748ae6d26 SHA1 3aea68b9e00fdfcc08d6f55f7879e21b6d4844df SHA256 3b7361c9d27302f23136266ff1223b2a82c280988b3c706d518539eb577af244
98 EBUILD git-annex-3.20111203.ebuild 876 RMD160 7c5a242be25af4c117f8f1d24856df811a583d59 SHA1 864db72af0dc7e140b28f2c306aecb447125dbb8 SHA256 2c8fd0f5c23989773598ec4cea51aae56d1389149c771978ca637b3b123f1ca2
99 MISC metadata.xml 1020 RMD160 81b37c15cbdd25d6dcb65d45e5ba706c8674d6c7 SHA1 4d4ea625f0309ea23886699dc3c0a0b556d8f89f SHA256 adb6331810d079ace08d3df7e88a56839b86d9656b42a6212f641a462d34b4c3
100
101
102
103 1.1 dev-vcs/git-annex/ChangeLog
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/ChangeLog?rev=1.1&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/ChangeLog?rev=1.1&content-type=text/plain
107
108 Index: ChangeLog
109 ===================================================================
110 # ChangeLog for dev-vcs/git-annex
111 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
112 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.1 2011/12/04 18:36:26 slyfox Exp $
113
114 *git-annex-3.20111203 (04 Dec 2011)
115
116 04 Dec 2011; Sergei Trofimovich <slyfox@g.o>
117 +git-annex-3.20111203.ebuild, +metadata.xml:
118 Initial version. manage files with git, without checking their contents into
119 git. (requested in bug #343563 by Christoph Junghans)