Skip to content

Commit

Permalink
dev-python/kivy-garden: restored patch for stable version
Browse files Browse the repository at this point in the history
Updated patch file had broken 0.1.1 which is stable, so restored original,
also pushed new patch file for 0.1.4.

This should fix bug #608832

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
Slawomir Lis committed Feb 11, 2017
1 parent e2a11e4 commit e0a0564
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions dev-python/kivy-garden/files/remove_bat-0.1.4.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- a/setup.py.orig 2014-04-02 08:48:05.906881843 +0200
+++ b/setup.py 2014-04-02 08:48:16.650214908 +0200
@@ -8,6 +8,6 @@
version='0.1.1',
license='MIT',
packages=['garden'],
- scripts=['bin/garden', 'bin/garden.bat'],
+ scripts=['bin/kivy-garden'],
install_requires=['requests'],
)
2 changes: 1 addition & 1 deletion dev-python/kivy-garden/files/remove_bat.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
license='MIT',
packages=['garden'],
- scripts=['bin/garden', 'bin/garden.bat'],
+ scripts=['bin/kivy-garden'],
+ scripts=['bin/garden'],
install_requires=['requests'],
)
2 changes: 1 addition & 1 deletion dev-python/kivy-garden/kivy-garden-0.1.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RDEPEND="${DEPEND}"

S="${WORKDIR}/garden-${PV}"

PATCHES=( "${FILESDIR}/remove_bat.patch" )
PATCHES=( "${FILESDIR}/remove_bat-${PV}.patch" )

src_prepare() {
distutils-r1_src_prepare
Expand Down

0 comments on commit e0a0564

Please sign in to comment.