Summary: | dev-vcs/svneverever: Migrate to distutils-r1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sebastian Pipping <sping> |
Component: | New packages | Assignee: | Sebastian Pipping <sping> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | god |
Priority: | Normal | ||
Version: | autobuilds | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 455102 | ||
Attachments: |
svneverever-1.2.2.ebuild.patch
svneverever-1.2.2.ebuild.patch |
Description
Sebastian Pipping
![]() Created attachment 353936 [details, diff] svneverever-1.2.2.ebuild.patch Please review. -EAPI="2" +EAPI="5" -PYTHON_DEPEND="*:2.6" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45]" - -inherit distutils +PYTHON_COMPAT=( python{2_6,2_7} ) +inherit distutils-r1 DESCRIPTION="Tool collecting path entries across SVN history" HOMEPAGE="http://git.goodpoint.de/?p=svneverever.git;a=summary" @@ -20,5 +17,5 @@ IUSE="" DEPEND="" -RDEPEND="dev-python/pysvn - virtual/python-argparse" +RDEPEND="dev-python/pysvn[${PYTHON_USEDEP}] + virtual/python-argparse[${PYTHON_USEDEP}]" Created attachment 353938 [details, diff] svneverever-1.2.2.ebuild.patch Sorry my bad. Here's a fixed one. -EAPI="2" +EAPI="5" -PYTHON_DEPEND="*:2.6" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45]" - -inherit distutils +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +inherit distutils-r1 DESCRIPTION="Tool collecting path entries across SVN history" HOMEPAGE="http://git.goodpoint.de/?p=svneverever.git;a=summary" @@ -20,5 +17,5 @@ IUSE="" DEPEND="" -RDEPEND="dev-python/pysvn - virtual/python-argparse" +RDEPEND="dev-python/pysvn[${PYTHON_USEDEP}] + virtual/python-argparse[${PYTHON_USEDEP}]" Thanks, Denis! +*svneverever-1.2.2-r1 (18 Sep 2014) + + 18 Sep 2014; Sebastian Pipping <sping@gentoo.org> + +svneverever-1.2.2-r1.ebuild: + Migrate to distutils-r1 (bug #469510) + |