summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-07-23 01:32:12 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-07-23 01:32:12 +0000
commited8427b948a2963752692f6aaa3706218df64d30 (patch)
tree6381c7440ae921eaf2db2cc66e908a5a3f97f241 /net-misc/arm
parentFix compilation target for emake. See bug #517762. (diff)
downloadgentoo-2-ed8427b948a2963752692f6aaa3706218df64d30.tar.gz
gentoo-2-ed8427b948a2963752692f6aaa3706218df64d30.tar.bz2
gentoo-2-ed8427b948a2963752692f6aaa3706218df64d30.zip
Install missing config files. Apply fix for bug #432206.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-misc/arm')
-rw-r--r--net-misc/arm/ChangeLog8
-rw-r--r--net-misc/arm/arm-1.4.5.0_p20140714-r1.ebuild (renamed from net-misc/arm/arm-1.4.5.0_p20140714.ebuild)8
2 files changed, 13 insertions, 3 deletions
diff --git a/net-misc/arm/ChangeLog b/net-misc/arm/ChangeLog
index 88ede23a5135..030e490d2174 100644
--- a/net-misc/arm/ChangeLog
+++ b/net-misc/arm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/arm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/arm/ChangeLog,v 1.26 2014/07/23 00:15:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/arm/ChangeLog,v 1.27 2014/07/23 01:32:12 mrueg Exp $
+
+*arm-1.4.5.0_p20140714-r1 (23 Jul 2014)
+
+ 23 Jul 2014; Manuel Rüger <mrueg@gentoo.org> +arm-1.4.5.0_p20140714-r1.ebuild,
+ -arm-1.4.5.0_p20140714.ebuild:
+ Install missing config files. Apply fix for bug #432206.
*arm-1.4.5.0_p20140714 (23 Jul 2014)
diff --git a/net-misc/arm/arm-1.4.5.0_p20140714.ebuild b/net-misc/arm/arm-1.4.5.0_p20140714-r1.ebuild
index 7cd6bfe9fedd..20ff1fd21d31 100644
--- a/net-misc/arm/arm-1.4.5.0_p20140714.ebuild
+++ b/net-misc/arm/arm-1.4.5.0_p20140714-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/arm/arm-1.4.5.0_p20140714.ebuild,v 1.1 2014/07/23 00:15:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/arm/arm-1.4.5.0_p20140714-r1.ebuild,v 1.1 2014/07/23 01:32:12 mrueg Exp $
EAPI=5
PYTHON_COMPAT=(python2_7)
@@ -26,7 +26,7 @@ python_prepare_all() {
sed -i -e "s/.version import VERSION/ import __version__ as VERSION/"\
-e "s/, 'arm.cli'//"\
-e "s/arm.cli/arm/g"\
- -e "s/arm.stem//"\
+ -e "s/'arm.stem'//"\
-e "/gui/d"\
-e "s/\"arm\/settings.cfg\",//"\
-e "/install-purelib/d"\
@@ -37,6 +37,10 @@ python_prepare_all() {
python_install() {
distutils-r1_python_install --docPath "${EPREFIX}"/usr/share/doc/${PF}
+ # Workaround until setup.py is fixed upstream
+ python_moduleinto arm
+ python_domodule arm/config
+ python_replicate_script "${ED}"/usr/bin/run_arm
}
python_install_all() {
distutils-r1_python_install_all --docPath "${EPREFIX}"/usr/share/doc/${PF}