Ebuild
January 04, 2012, 02:36
Tool collecting path entries across SVN history
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1.2.1 | – | ~ | – | – | – | – | – | – | – | – | – | – | ~ |
ОПИСАНИЕ ПАКЕТА:
Tool collecting path entries across SVN history
Категория:
СПИСОК ИЗМЕНЕНИЙ
# ChangeLog for dev-vcs/svneverever # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/svneverever/ChangeLog,v 1.7 2012/01/04 02:36:49 sping Exp $ *svneverever-1.2.1 (04 Jan 2012) 04 Jan 2012; Sebastian Pipping (sping) +svneverever-1.2.1.ebuild: Bump to 1.2.1 *svneverever-1.2.0 (06 Jul 2011) 06 Jul 2011; Sebastian Pipping (sping) +svneverever-1.2.0.ebuild: Bump to 1.2.0 *svneverever-1.1.0 (03 Apr 2011) 03 Apr 2011; Sebastian Pipping (sping) +svneverever-1.1.0.ebuild: Bump to 1.1.0 *svneverever-1.0.4 (19 Jan 2011) 19 Jan 2011; Sebastian Pipping (sping) +svneverever-1.0.4.ebuild: Bump to 1.0.4 *svneverever-1.0.3 (03 Nov 2010) 03 Nov 2010; Sebastian Pipping (sping) +svneverever-1.0.3.ebuild: Bump to 1.0.3 (supporting Python 3.x, requiring Python 2.6 or later) 27 Oct 2010; Sebastian Pipping (sping) svneverever-1.0.2.ebuild: Drop back to Python 2.x only *svneverever-1.0.2 (27 Oct 2010) 27 Oct 2010; Sebastian Pipping (sping) +svneverever-1.0.2.ebuild, +metadata.xml: New package
ОШИБКИ
Ошибок не найдено
USE-ФЛАГИ
Нет USE-флагов
ЗАВИСИМОСТИ СБОРКИ
| app-admin/eselect-python | Eselect module for management of multiple Python versions |
| dev-lang/python | Python is an interpreted, interactive, object-oriented programming language. |
ЗАВИСИМОСТИ ИСПОЛНЕНИЯ
| app-admin/eselect-python | Eselect module for management of multiple Python versions |
| dev-lang/python | Python is an interpreted, interactive, object-oriented programming language. |
| dev-python/argparse | Provides an easy, declarative interface for creating command line tools. |
| dev-python/pysvn | Object-oriented python bindings for subversion |
ИСХОДНЫЙ КОД
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-vcs/svneverever/svneverever-1.2.1.ebuild,v 1.1
2012/01/04 02:36:49 sping Exp $
EAPI="2"
PYTHON_DEPEND="*:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45]"
inherit distutils
DESCRIPTION="Tool collecting path entries across SVN history"
HOMEPAGE="http://git.goodpoint.de/?p=svneverever.git;a=summary"
SRC_URI="http://www.hartwork.org/public/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="dev-python/pysvn
|| ( >=dev-lang/python-2.7
( >=dev-lang/python-2.6 dev-python/argparse ) )"