diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-01-05 00:03:15 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-01-05 00:03:15 +0000 |
commit | f79406d4343419a15b4c11faaed31adc63ea1c2f (patch) | |
tree | db9096f3a1912ad742fbd20cab7c9e966f8a039f /dev-util/spe | |
parent | version bump (diff) | |
download | gentoo-2-f79406d4343419a15b4c11faaed31adc63ea1c2f.tar.gz gentoo-2-f79406d4343419a15b4c11faaed31adc63ea1c2f.tar.bz2 gentoo-2-f79406d4343419a15b4c11faaed31adc63ea1c2f.zip |
Remove generation of an empty file that collides with wxglade. Bug #178354.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'dev-util/spe')
-rw-r--r-- | dev-util/spe/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/spe/spe-0.8.2.ebuild | 6 | ||||
-rw-r--r-- | dev-util/spe/spe-0.8.3c.ebuild | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/dev-util/spe/ChangeLog b/dev-util/spe/ChangeLog index 80c0121ed5c9..76be6804852d 100644 --- a/dev-util/spe/ChangeLog +++ b/dev-util/spe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/spe -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.33 2007/10/03 04:24:46 dirtyepic Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.34 2008/01/05 00:03:15 dirtyepic Exp $ + + 05 Jan 2008; Ryan Hill <dirtyepic@gentoo.org> spe-0.8.2.ebuild, + spe-0.8.3c.ebuild: + Remove generation of an empty file that collides with wxglade. Bug #178354. 03 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> spe-0.8.2.ebuild, spe-0.8.3c.ebuild: diff --git a/dev-util/spe/spe-0.8.2.ebuild b/dev-util/spe/spe-0.8.2.ebuild index 2559f2c2a00a..d398a8695a59 100644 --- a/dev-util/spe/spe-0.8.2.ebuild +++ b/dev-util/spe/spe-0.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.2.ebuild,v 1.5 2007/10/03 04:24:46 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.2.ebuild,v 1.6 2008/01/05 00:03:15 dirtyepic Exp $ inherit distutils eutils @@ -37,8 +37,6 @@ src_install() { rm -rf "${D}${SITEPATH}/_spe/plugins/wxGlade" rm -rf "${D}${SITEPATH}/_spe/plugins/pychecker" ln -svf "../../wxglade" "${D}${SITEPATH}/_spe/plugins/wxGlade" - dodir "${SITEPATH}/wxglade" - touch "${D}${SITEPATH}/wxglade/__init__.py" ln -svf "../../pychecker" "${D}${SITEPATH}/_spe/plugins/pychecker" } diff --git a/dev-util/spe/spe-0.8.3c.ebuild b/dev-util/spe/spe-0.8.3c.ebuild index ebb248ed80a5..ccff2fb9eab8 100644 --- a/dev-util/spe/spe-0.8.3c.ebuild +++ b/dev-util/spe/spe-0.8.3c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.3c.ebuild,v 1.5 2007/10/03 04:24:46 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.3c.ebuild,v 1.6 2008/01/05 00:03:15 dirtyepic Exp $ inherit distutils eutils @@ -37,8 +37,6 @@ src_install() { rm -rf "${D}${SITEPATH}/_spe/plugins/wxGlade" rm -rf "${D}${SITEPATH}/_spe/plugins/pychecker" ln -svf "../../wxglade" "${D}${SITEPATH}/_spe/plugins/wxGlade" - dodir "${SITEPATH}/wxglade" - touch "${D}${SITEPATH}/wxglade/__init__.py" ln -svf "../../pychecker" "${D}${SITEPATH}/_spe/plugins/pychecker" doicon "${S}/build/lib/_spe/images/spe.png" |