Skip to content

Commit

Permalink
Fix broken src_install in pycukes.
Browse files Browse the repository at this point in the history
(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key C0174749)
  • Loading branch information
JNRowe committed Apr 10, 2012
1 parent 5341de5 commit bd1236c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dev-python/pycukes/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

10 Apr 2012; James Rowe <jnrowe@gmail.com> pycukes-0.2.ebuild:
Fix src_install breakage due to default Makefile use.

09 Apr 2012; James Rowe <jnrowe@gmail.com> pycukes-0.2.ebuild:
src_install default hack now in jnrowe-pypi eclass.

Expand Down
7 changes: 7 additions & 0 deletions dev-python/pycukes/pycukes-0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ RDEPEND="dev-python/story_parser
dev-python/pyhistorian"

DOCS=(README.rst)

src_prepare() {
# Not needed, and interferes with src_install
rm Makefile

python-distutils-ng_src_prepare
}
2 changes: 1 addition & 1 deletion metadata/md5-cache/dev-python/pycukes-0.2
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targe
SLOT=0
SRC_URI=mirror://pypi/p/pycukes/pycukes-0.2.tar.gz
_eclasses_=base 5f35078c26d6c60556d5c8a2feb4f84f eutils 6891f6f484e3b44a0a15e1b0c0fc9a14 jnrowe-pypi 9789fd5aecac33fd48a8bcd9d1dc98e0 multilib 5f4ad6cf85e365e8f0c6050ddd21659e python-distutils-ng 9c728fa97679b3ca2742cf8ccd260599 toolchain-funcs 6526ac6fc9aedf391efb91fcd75ace68 user 32a09e82e2f592bf88ad2fd08525166e
_md5_=ec4ab869a3653ae48db5abf9a59be93b
_md5_=c93b060d98f3f7db8cbcbde9248c2112

0 comments on commit bd1236c

Please sign in to comment.