public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-vcs/svn2git: ChangeLog svn2git-0_pre20100327.ebuild
@ 2010-03-29 18:44 Sebastian Pipping (sping)
  0 siblings, 0 replies; only message in thread
From: Sebastian Pipping (sping) @ 2010-03-29 18:44 UTC (permalink / raw
  To: gentoo-commits

sping       10/03/29 18:44:48

  Modified:             ChangeLog
  Added:                svn2git-0_pre20100327.ebuild
  Log:
  dev-vcs/svn2git: Bump to 0_pre20100327
  (Portage version: 2.2_rc67_p26/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-vcs/svn2git/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/svn2git/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/svn2git/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/svn2git/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	24 Mar 2010 00:41:56 -0000	1.4
+++ ChangeLog	29 Mar 2010 18:44:48 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/svn2git
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/ChangeLog,v 1.4 2010/03/24 00:41:56 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/ChangeLog,v 1.5 2010/03/29 18:44:48 sping Exp $
+
+*svn2git-0_pre20100327 (29 Mar 2010)
+
+  29 Mar 2010; Sebastian Pipping <sping@gentoo.org>
+  +svn2git-0_pre20100327.ebuild:
+  Bump to 0_pre20100327
 
 *svn2git-0_pre20100324 (24 Mar 2010)
 



1.1                  dev-vcs/svn2git/svn2git-0_pre20100327.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild?rev=1.1&content-type=text/plain

Index: svn2git-0_pre20100327.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild,v 1.1 2010/03/29 18:44:48 sping Exp $

EAPI="2"

inherit qt4-r2
[ "$PV" == "9999" ] && inherit git

DESCRIPTION="Importer for one time conversion from svn to git."
HOMEPAGE="http://gitorious.org/svn2git/svn2git"
if [ "$PV" == "9999" ]; then
	EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git"
	KEYWORDS=""
else
	SRC_URI="http://www.hartwork.org/public/${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

LICENSE="GPL-3"
SLOT="0"
IUSE=""
# KEYWORDS way up

DEPEND="dev-util/subversion
	x11-libs/qt-core"
RDEPEND="${DEPEND}
	dev-vcs/git"

src_prepare() {
	sed -i 's|^\(APR_INCLUDE = /usr/include/apr-1\)\.0|\1|' "${S}"/src/src.pro
	qt4-r2_src_prepare
}

src_install() {
	insinto /usr/share/${PN}/samples
	doins samples/*.rules || die 'doins failed'
	dobin svn-all-fast-export || die 'dobin failed'
	dosym svn-all-fast-export /usr/bin/svn2git || die 'dosym failed'
}






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

only message in thread, other threads:[~2010-03-29 18:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-29 18:44 [gentoo-commits] gentoo-x86 commit in dev-vcs/svn2git: ChangeLog svn2git-0_pre20100327.ebuild Sebastian Pipping (sping)

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