public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in dev-util/eric: eric-4.3.9.ebuild eric-4.3.10-r1.ebuild
@ 2010-02-28 10:00 99% Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 1+ results
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-02-28 10:00 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/02/28 10:00:19

  Modified:             eric-4.3.9.ebuild eric-4.3.10-r1.ebuild
  Log:
  Don't use ${PYVER}.
  (Portage version: 15495-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-util/eric/eric-4.3.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild?r1=1.9&r2=1.10

Index: eric-4.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- eric-4.3.9.ebuild	26 Feb 2010 19:29:38 -0000	1.9
+++ eric-4.3.9.ebuild	28 Feb 2010 10:00:18 -0000	1.10
@@ -1,9 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild,v 1.9 2010/02/26 19:29:38 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild,v 1.10 2010/02/28 10:00:18 arfrever Exp $
 
 EAPI="2"
-NEED_PYTHON="2.4"
 SUPPORT_PYTHON_ABIS="1"
 
 inherit eutils python
@@ -29,8 +28,7 @@
 DEPEND="dev-python/PyQt4[svg,webkit,X]
 	dev-python/qscintilla-python"
 RDEPEND="${DEPEND}"
-
-RESTRICT_PYTHON_ABIS="3*"
+RESTRICT_PYTHON_ABIS="3.*"
 
 S=${WORKDIR}/${MY_P}
 
@@ -54,10 +52,8 @@
 	}
 	python_execute_function installation
 
-	make_desktop_entry "eric4 --nosplash" \
-			eric4 \
-			"$(python_get_sitedir -f)/eric4/icons/default/eric.png" \
-			"Development;IDE;Qt"
+	doicon eric/icons/default/eric.png
+	make_desktop_entry "eric4 --nosplash" eric4 eric "Development;IDE;Qt"
 }
 
 pkg_postinst() {
@@ -65,17 +61,17 @@
 
 	elog
 	elog "If you want to use eric4 with mod_python, have a look at"
-	elog "\"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric4/patch_modpython.py\"."
+	elog "\"${ROOT%/}$(python_get_sitedir -f)/eric4/patch_modpython.py\"."
 	elog
 	elog "The following packages will give eric extended functionality:"
 	elog "  dev-python/pylint"
 	elog "  dev-python/pysvn"
 	elog
 	elog "This version has a plugin interface with plugin-autofetch from"
-	elog "the App itself. You may want to check those as well."
+	elog "the application itself. You may want to check those as well."
 	elog
 }
 
 pkg_postrm() {
-	python_mod_cleanup
+	python_mod_cleanup eric4{,config.py,plugins}
 }



1.4                  dev-util/eric/eric-4.3.10-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild?r1=1.3&r2=1.4

Index: eric-4.3.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- eric-4.3.10-r1.ebuild	26 Feb 2010 19:29:38 -0000	1.3
+++ eric-4.3.10-r1.ebuild	28 Feb 2010 10:00:18 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild,v 1.3 2010/02/26 19:29:38 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild,v 1.4 2010/02/28 10:00:18 arfrever Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -54,10 +54,8 @@
 	}
 	python_execute_function installation
 
-	make_desktop_entry "eric4 --nosplash" \
-			eric4 \
-			"$(python_get_sitedir -f)/eric4/icons/default/eric.png" \
-			"Development;IDE;Qt"
+	doicon eric/icons/default/eric.png
+	make_desktop_entry "eric4 --nosplash" eric4 eric "Development;IDE;Qt"
 }
 
 pkg_postinst() {
@@ -65,14 +63,14 @@
 
 	elog
 	elog "If you want to use eric4 with mod_python, have a look at"
-	elog "\"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric4/patch_modpython.py\"."
+	elog "\"${ROOT%/}$(python_get_sitedir -f)/eric4/patch_modpython.py\"."
 	elog
 	elog "The following packages will give eric extended functionality:"
 	elog "  dev-python/pylint"
 	elog "  dev-python/pysvn"
 	elog
 	elog "This version has a plugin interface with plugin-autofetch from"
-	elog "the App itself. You may want to check those as well."
+	elog "the application itself. You may want to check those as well."
 	elog
 }
 






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-28 10:00 99% [gentoo-commits] gentoo-x86 commit in dev-util/eric: eric-4.3.9.ebuild eric-4.3.10-r1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox