Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469510 - dev-vcs/svneverever: Migrate to distutils-r1
Summary: dev-vcs/svneverever: Migrate to distutils-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-r1-tracker
  Show dependency tree
 
Reported: 2013-05-11 23:03 UTC by Sebastian Pipping
Modified: 2014-09-18 16:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
svneverever-1.2.2.ebuild.patch (svneverever-1.2.2.ebuild.patch,835 bytes, patch)
2013-07-22 21:17 UTC, Denis M. (Phr33d0m)
Details | Diff
svneverever-1.2.2.ebuild.patch (svneverever-1.2.2.ebuild.patch,847 bytes, patch)
2013-07-22 21:24 UTC, Denis M. (Phr33d0m)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2013-05-11 23:03:05 UTC
Self-reminder, but feel free to take over or propose a patch.  Thanks!
Comment 1 Denis M. (Phr33d0m) 2013-07-22 21:17:07 UTC
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}]"
Comment 2 Denis M. (Phr33d0m) 2013-07-22 21:24:44 UTC
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}]"
Comment 3 Sebastian Pipping gentoo-dev 2014-09-18 16:08:02 UTC
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)
+