* [gentoo-commits] gentoo-x86 commit in x11-misc/treeline: treeline-1.2.3.ebuild ChangeLog
@ 2009-06-06 18:38 Ben de Groot (yngwin)
0 siblings, 0 replies; 5+ messages in thread
From: Ben de Groot (yngwin) @ 2009-06-06 18:38 UTC (permalink / raw
To: gentoo-commits
yngwin 09/06/06 18:38:20
Modified: treeline-1.2.3.ebuild ChangeLog
Log:
Install documentation into /usr/share/doc/ and do not install LICENSE.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-misc/treeline/treeline-1.2.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?r1=1.1&r2=1.2
Index: treeline-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- treeline-1.2.3.ebuild 6 Jun 2009 18:24:44 -0000 1.1
+++ treeline-1.2.3.ebuild 6 Jun 2009 18:38:20 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v 1.1 2009/06/06 18:24:44 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v 1.2 2009/06/06 18:38:20 yngwin Exp $
EAPI=2
NEED_PYTHON="2.4"
@@ -46,10 +46,12 @@
# install into proper python site-packages dir
sed -i "s;prefixDir, 'lib;'$(python_get_sitedir);" install.py || die 'sed failed'
+
+ rm doc/LICENSE
}
src_install() {
- "${python}" install.py -x -p /usr/ -d /usr/share/${PF} -b "${D}"
+ "${python}" install.py -x -p /usr/ -d /usr/share/doc/${PF} -b "${D}"
}
pkg_postinst() {
1.38 x11-misc/treeline/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 6 Jun 2009 18:24:44 -0000 1.37
+++ ChangeLog 6 Jun 2009 18:38:20 -0000 1.38
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/treeline
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.37 2009/06/06 18:24:44 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.38 2009/06/06 18:38:20 yngwin Exp $
+
+ 06 Jun 2009; Ben de Groot <yngwin@gentoo.org> treeline-1.2.3.ebuild:
+ Install documentation into /usr/share/doc/ and do not install LICENSE.
*treeline-1.2.3 (06 Jun 2009)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/treeline: treeline-1.2.3.ebuild ChangeLog
@ 2009-12-20 19:56 Markos Chandras (hwoarang)
0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2009-12-20 19:56 UTC (permalink / raw
To: gentoo-commits
hwoarang 09/12/20 19:56:49
Modified: treeline-1.2.3.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #297628
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-misc/treeline/treeline-1.2.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?r1=1.2&r2=1.3
Index: treeline-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- treeline-1.2.3.ebuild 6 Jun 2009 18:38:20 -0000 1.2
+++ treeline-1.2.3.ebuild 20 Dec 2009 19:56:48 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v 1.2 2009/06/06 18:38:20 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v 1.3 2009/12/20 19:56:48 hwoarang Exp $
EAPI=2
NEED_PYTHON="2.4"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="spell"
LANGS="de fr"
1.39 x11-misc/treeline/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 6 Jun 2009 18:38:20 -0000 1.38
+++ ChangeLog 20 Dec 2009 19:56:48 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/treeline
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.38 2009/06/06 18:38:20 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.39 2009/12/20 19:56:48 hwoarang Exp $
+
+ 20 Dec 2009; Markos Chandras <hwoarang@gentoo.org> treeline-1.2.3.ebuild:
+ Stable on amd64 wrt bug #297628
06 Jun 2009; Ben de Groot <yngwin@gentoo.org> treeline-1.2.3.ebuild:
Install documentation into /usr/share/doc/ and do not install LICENSE.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/treeline: treeline-1.2.3.ebuild ChangeLog
@ 2010-01-01 16:17 Christian Faulhammer (fauli)
0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-01 16:17 UTC (permalink / raw
To: gentoo-commits
fauli 10/01/01 16:17:46
Modified: treeline-1.2.3.ebuild ChangeLog
Log:
stable x86, bug 297628
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.4 x11-misc/treeline/treeline-1.2.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?r1=1.3&r2=1.4
Index: treeline-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- treeline-1.2.3.ebuild 20 Dec 2009 19:56:48 -0000 1.3
+++ treeline-1.2.3.ebuild 1 Jan 2010 16:17:46 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v 1.3 2009/12/20 19:56:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v 1.4 2010/01/01 16:17:46 fauli Exp $
EAPI=2
NEED_PYTHON="2.4"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="spell"
LANGS="de fr"
1.40 x11-misc/treeline/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 20 Dec 2009 19:56:48 -0000 1.39
+++ ChangeLog 1 Jan 2010 16:17:46 -0000 1.40
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/treeline
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.39 2009/12/20 19:56:48 hwoarang Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.40 2010/01/01 16:17:46 fauli Exp $
+
+ 01 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ treeline-1.2.3.ebuild:
+ stable x86, bug 297628
20 Dec 2009; Markos Chandras <hwoarang@gentoo.org> treeline-1.2.3.ebuild:
Stable on amd64 wrt bug #297628
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/treeline: treeline-1.2.3.ebuild ChangeLog
@ 2010-01-07 15:58 Joseph Jezak (josejx)
0 siblings, 0 replies; 5+ messages in thread
From: Joseph Jezak (josejx) @ 2010-01-07 15:58 UTC (permalink / raw
To: gentoo-commits
josejx 10/01/07 15:58:32
Modified: treeline-1.2.3.ebuild ChangeLog
Log:
Marked ppc stable for bug #297476.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.5 x11-misc/treeline/treeline-1.2.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?r1=1.4&r2=1.5
Index: treeline-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- treeline-1.2.3.ebuild 1 Jan 2010 16:17:46 -0000 1.4
+++ treeline-1.2.3.ebuild 7 Jan 2010 15:58:32 -0000 1.5
@@ -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/x11-misc/treeline/treeline-1.2.3.ebuild,v 1.4 2010/01/01 16:17:46 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v 1.5 2010/01/07 15:58:32 josejx Exp $
EAPI=2
NEED_PYTHON="2.4"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="spell"
LANGS="de fr"
1.41 x11-misc/treeline/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 1 Jan 2010 16:17:46 -0000 1.40
+++ ChangeLog 7 Jan 2010 15:58:32 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/treeline
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.40 2010/01/01 16:17:46 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.41 2010/01/07 15:58:32 josejx Exp $
+
+ 07 Jan 2010; Joseph Jezak <josejx@gentoo.org> treeline-1.2.3.ebuild:
+ Marked ppc stable for bug #297476.
01 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
treeline-1.2.3.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/treeline: treeline-1.2.3.ebuild ChangeLog
@ 2010-03-04 18:51 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-03-04 18:51 UTC (permalink / raw
To: gentoo-commits
arfrever 10/03/04 18:51:27
Modified: treeline-1.2.3.ebuild ChangeLog
Log:
Set SUPPORT_PYTHON_ABIS. Fix installation (bug #307515).
(Portage version: 15749-svn/cvs/Linux x86_64)
Revision Changes Path
1.6 x11-misc/treeline/treeline-1.2.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild?r1=1.5&r2=1.6
Index: treeline-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- treeline-1.2.3.ebuild 7 Jan 2010 15:58:32 -0000 1.5
+++ treeline-1.2.3.ebuild 4 Mar 2010 18:51:27 -0000 1.6
@@ -1,10 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v 1.5 2010/01/07 15:58:32 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.2.3.ebuild,v 1.6 2010/03/04 18:51:27 arfrever Exp $
-EAPI=2
-NEED_PYTHON="2.4"
+EAPI="2"
+PYTHON_DEPEND="2"
PYTHON_USE_WITH="xml"
+SUPPORT_PYTHON_ABIS="1"
inherit eutils python
@@ -26,6 +27,7 @@
DEPEND="spell? ( || ( app-text/aspell app-text/ispell ) )
dev-python/PyQt4[X]"
RDEPEND="${DEPEND}"
+RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/TreeLine"
@@ -44,20 +46,28 @@
# let's leave compiling to python_mod_optimize
epatch "${FILESDIR}"/${P}-nocompile.patch
- # install into proper python site-packages dir
- sed -i "s;prefixDir, 'lib;'$(python_get_sitedir);" install.py || die 'sed failed'
-
rm doc/LICENSE
+
+ python_copy_sources
+
+ preparation() {
+ # install into proper python site-packages dir
+ sed -i "s;prefixDir, 'lib;'$(python_get_sitedir);" install.py
+ }
+ python_execute_function -s preparation
}
src_install() {
- "${python}" install.py -x -p /usr/ -d /usr/share/doc/${PF} -b "${D}"
+ installation() {
+ "$(PYTHON)" install.py -x -p /usr/ -d /usr/share/doc/${PF} -b "${D}"
+ }
+ python_execute_function -s installation
}
pkg_postinst() {
- python_mod_optimize "$(python_get_sitedir)/${PN}"
+ python_mod_optimize ${PN}
}
pkg_postrm() {
- python_mod_cleanup
+ python_mod_cleanup ${PN}
}
1.42 x11-misc/treeline/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/treeline/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 7 Jan 2010 15:58:32 -0000 1.41
+++ ChangeLog 4 Mar 2010 18:51:27 -0000 1.42
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/treeline
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.41 2010/01/07 15:58:32 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.42 2010/03/04 18:51:27 arfrever Exp $
+
+ 04 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ treeline-1.2.3.ebuild:
+ Set SUPPORT_PYTHON_ABIS. Fix installation (bug #307515).
07 Jan 2010; Joseph Jezak <josejx@gentoo.org> treeline-1.2.3.ebuild:
Marked ppc stable for bug #297476.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-03-04 18:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-20 19:56 [gentoo-commits] gentoo-x86 commit in x11-misc/treeline: treeline-1.2.3.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2010-03-04 18:51 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-01-07 15:58 Joseph Jezak (josejx)
2010-01-01 16:17 Christian Faulhammer (fauli)
2009-06-06 18:38 Ben de Groot (yngwin)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox