public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-vcs/git-annex: metadata.xml git-annex-3.20121211-r2.ebuild ChangeLog git-annex-3.20120522.ebuild git-annex-3.20120315.ebuild git-annex-3.20111203.ebuild
@ 2012-12-16 12:42 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich (slyfox) @ 2012-12-16 12:42 UTC (permalink / raw
  To: gentoo-commits

slyfox      12/12/16 12:42:31

  Modified:             metadata.xml ChangeLog
  Added:                git-annex-3.20121211-r2.ebuild
  Removed:              git-annex-3.20120522.ebuild
                        git-annex-3.20120315.ebuild
                        git-annex-3.20111203.ebuild
  Log:
  Version bump (bug #444010 by Ivan S. Titov and Manuel Rüger).
  
  (Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.2                  dev-vcs/git-annex/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	4 Dec 2011 18:36:26 -0000	1.1
+++ metadata.xml	16 Dec 2012 12:42:31 -0000	1.2
@@ -19,4 +19,8 @@
 		etc that are associated with annexed files but that benefit from full
 		revision control.
 	</longdescription>
+	<use>
+		<flag name="inotify">Enable inotify support (<pkg>dev-haskell/hinotify</pkg>)</flag>
+		<flag name="s3">Enable S3 support (<pkg>dev-haskell/hs3</pkg>)</flag>
+	</use>
 </pkgmetadata>



1.12                 dev-vcs/git-annex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	7 Dec 2012 10:39:18 -0000	1.11
+++ ChangeLog	16 Dec 2012 12:42:31 -0000	1.12
@@ -1,6 +1,13 @@
 # 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.11 2012/12/07 10:39:18 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.12 2012/12/16 12:42:31 slyfox Exp $
+
+*git-annex-3.20121211-r2 (16 Dec 2012)
+
+  16 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org>
+  +git-annex-3.20121211-r2.ebuild, -git-annex-3.20111203.ebuild,
+  -git-annex-3.20120315.ebuild, -git-annex-3.20120522.ebuild, metadata.xml:
+  Version bump (bug #444010 by Ivan S. Titov and Manuel Rüger).
 
   07 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org>
   git-annex-3.20111203-r1.ebuild, git-annex-3.20111203.ebuild,



1.1                  dev-vcs/git-annex/git-annex-3.20121211-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/git-annex-3.20121211-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/git-annex-3.20121211-r2.ebuild?rev=1.1&content-type=text/plain

Index: git-annex-3.20121211-r2.ebuild
===================================================================
# Copyright 1999-2012 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.20121211-r2.ebuild,v 1.1 2012/12/16 12:42:31 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.1.9999

CABAL_FEATURES="bin" # test-suite" broken
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"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dbus doc inotify s3 test"
RESTRICT=test # don't seem to like our git environment much, does not ship all files

RDEPEND=">=dev-vcs/git-1.7.7" # TODO: add more deps?
DEPEND="${RDEPEND}
		test? ( dev-haskell/hunit
			dev-haskell/testpack
		)
		dev-haskell/bloomfilter
		>=dev-haskell/cabal-1.8
		dev-haskell/dataenc
		dev-haskell/edit-distance
		dev-haskell/extensible-exceptions
		dev-haskell/hslogger
		dev-haskell/http
		dev-haskell/ifelse
		dev-haskell/json[generic]
		dev-haskell/lifted-base
		dev-haskell/missingh
		dev-haskell/monad-control
		>=dev-haskell/mtl-2.1.1
		>=dev-haskell/network-2.0
		dev-haskell/pcre-light
		>=dev-haskell/quickcheck-2.1
		dev-haskell/safesemaphore
		dev-haskell/sha
		dev-haskell/text
		dev-haskell/transformers-base
		dev-haskell/utf8-string
		>=dev-lang/ghc-7.4.1

		dbus? ( >=dev-haskell/dbus-0.10.3 )
		inotify? ( dev-haskell/hinotify )
		s3? ( dev-haskell/hs3 )

		dev-lang/perl
		doc? ( www-apps/ikiwiki net-misc/rsync )"
# dev-lang/perl is to build the manpages
# www-apps/ikiwiki and net-misc/rsync used to build the rest of the docs

src_prepare() {
	#epatch "${FILESDIR}"/${P}-no-tf.patch
	echo 'mans: $(mans)' >>"${S}"/Makefile

	# there is no kqueue on linux, but should be on freebsd and solaris(?)
	cabal_chdeps \
		'testpack' 'testpack, SafeSemaphore' \
		'if (! os(windows) && ! os(solaris))' 'if (! os(windows) && ! os(linux))'
}

src_configure() {
	haskell-cabal_src_configure \
		--flag=-Assistant \
		$(cabal_flag dbus Dbus) \
		--flag=-DNS \
		$(cabal_flag inotify Inotify) \
		--flag=-Pairing \
		$(cabal_flag s3 S3) \
		--flag=-Webapp \
		--flag=-WebDAV \
		--flag=-XMPP
}

src_compile() {
	haskell-cabal_src_compile
	use doc && emake docs
	emake mans
}

src_test() {
	export GIT_CONFIG=${T}/temp-git-config
	git config user.email "git@src_test"
	git config user.name "Mr. ${P} The Test"

	emake test
}

src_install() {
	haskell-cabal_src_install
	dosym git-annex /usr/bin/git-annex-shell # standard make install does more, than needed

	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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-16 12:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-16 12:42 [gentoo-commits] gentoo-x86 commit in dev-vcs/git-annex: metadata.xml git-annex-3.20121211-r2.ebuild ChangeLog git-annex-3.20120522.ebuild git-annex-3.20120315.ebuild git-annex-3.20111203.ebuild Sergei Trofimovich (slyfox)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox