diff options
Diffstat (limited to 'dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild')
-rw-r--r-- | dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild b/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild index d6907bd6d4dd..c557c6e5f3f9 100644 --- a/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild +++ b/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild,v 1.1 2013/05/08 23:59:50 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.8-r1.ebuild,v 1.2 2014/08/10 21:23:56 slyfox Exp $ EAPI="2" inherit eutils qt4-r2 [ "$PV" == "9999" ] && inherit git -DESCRIPTION="Tool for one-time conversion from svn to git." +DESCRIPTION="Tool 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" |