public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/treeline: treeline-1.4.1.ebuild ChangeLog
@ 2012-06-04 18:14 Michael Weber (xmw)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Weber (xmw) @ 2012-06-04 18:14 UTC (permalink / raw
  To: gentoo-commits

xmw         12/06/04 18:14:21

  Modified:             ChangeLog
  Added:                treeline-1.4.1.ebuild
  Log:
  Version bump (reported by df, bug 416011)
  
  (Portage version: 2.1.10.63/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 x11-misc/treeline/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	1 May 2012 18:06:34 -0000	1.50
+++ ChangeLog	4 Jun 2012 18:14:21 -0000	1.51
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/treeline
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.50 2012/05/01 18:06:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.51 2012/06/04 18:14:21 xmw Exp $
+
+*treeline-1.4.1 (04 Jun 2012)
+
+  04 Jun 2012; Michael Weber <xmw@gentoo.org> +treeline-1.4.1.ebuild:
+  Version bump (reported by df, bug 416011)
 
   01 May 2012; Jeroen Roovers <jer@gentoo.org>
   +files/treeline-1.2.3-nocompile.patch:



1.1                  x11-misc/treeline/treeline-1.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild?rev=1.1&content-type=text/plain

Index: treeline-1.4.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild,v 1.1 2012/06/04 18:14:21 xmw Exp $

EAPI="2"
PYTHON_DEPEND="2"
PYTHON_USE_WITH="xml"
SUPPORT_PYTHON_ABIS="1"

inherit eutils python

DESCRIPTION="TreeLine is a structured information storage program."
HOMEPAGE="http://treeline.bellz.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="spell"

LANGS="de fr"
for lang in ${LANGS}; do
	IUSE="${IUSE} linguas_${lang}"
	SRC_URI="${SRC_URI} linguas_${lang}? ( mirror://sourceforge/${PN}/${PN}-i18n-${PV}a.tar.gz )"
done

DEPEND="spell? ( app-text/aspell )
	dev-python/PyQt4[X]"
RDEPEND="${DEPEND}"
RESTRICT_PYTHON_ABIS="3.*"

S="${WORKDIR}/TreeLine"

src_unpack() {
	unpack ${P}.tar.gz
	for lang in ${LANGS}; do
		if use linguas_${lang}; then
			tar xozf "${DISTDIR}"/${PN}-i18n-${PV}a.tar.gz \
				TreeLine/doc/{readme_${lang}.trl,README_${lang}.html} \
				TreeLine/translations/{treeline_${lang}.{qm,ts},qt_${lang}.{qm,ts}} || die
		fi
	done
}

src_prepare() {
	# Let's leave compiling to python_mod_optimize().
	epatch "${FILESDIR}"/${PN}-1.2.3-nocompile.patch

	rm doc/LICENSE || die

	python_copy_sources

	preparation() {
		# install into proper python site-packages dir
		sed -i "s;prefixDir, 'lib;'$(python_get_sitedir);" install.py || die
	}
	python_execute_function -s preparation
}

src_install() {
	installation() {
		"$(PYTHON)" install.py -x -p /usr/ -d /usr/share/doc/${PF} -b "${D}"
	}
	python_execute_function -s installation
}

pkg_postinst() {
	python_mod_optimize ${PN}
}

pkg_postrm() {
	python_mod_cleanup ${PN}
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/treeline: treeline-1.4.1.ebuild ChangeLog
@ 2013-03-12  9:52 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-12  9:52 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/12 09:52:46

  Modified:             treeline-1.4.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #461386
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  x11-misc/treeline/treeline-1.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild?r1=1.1&r2=1.2

Index: treeline-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- treeline-1.4.1.ebuild	4 Jun 2012 18:14:21 -0000	1.1
+++ treeline-1.4.1.ebuild	12 Mar 2013 09:52:45 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild,v 1.1 2012/06/04 18:14:21 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild,v 1.2 2013/03/12 09:52:45 ago Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="spell"
 
 LANGS="de fr"



1.52                 x11-misc/treeline/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	4 Jun 2012 18:14:21 -0000	1.51
+++ ChangeLog	12 Mar 2013 09:52:45 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/treeline
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.51 2012/06/04 18:14:21 xmw Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.52 2013/03/12 09:52:45 ago Exp $
+
+  12 Mar 2013; Agostino Sarubbo <ago@gentoo.org> treeline-1.4.1.ebuild:
+  Stable for amd64, wrt bug #461386
 
 *treeline-1.4.1 (04 Jun 2012)
 
@@ -223,4 +226,3 @@
 
   26 May 2004; Tavis Ormandy <taviso@gentoo.org> treeline-0.7.3.ebuild:
   initial import
-





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/treeline: treeline-1.4.1.ebuild ChangeLog
@ 2013-03-12 10:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-12 10:06 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/12 10:06:52

  Modified:             treeline-1.4.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #461386
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  x11-misc/treeline/treeline-1.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild?r1=1.2&r2=1.3

Index: treeline-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- treeline-1.4.1.ebuild	12 Mar 2013 09:52:45 -0000	1.2
+++ treeline-1.4.1.ebuild	12 Mar 2013 10:06:52 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild,v 1.2 2013/03/12 09:52:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild,v 1.3 2013/03/12 10:06:52 ago Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="spell"
 
 LANGS="de fr"



1.53                 x11-misc/treeline/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	12 Mar 2013 09:52:45 -0000	1.52
+++ ChangeLog	12 Mar 2013 10:06:52 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/treeline
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.52 2013/03/12 09:52:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.53 2013/03/12 10:06:52 ago Exp $
+
+  12 Mar 2013; Agostino Sarubbo <ago@gentoo.org> treeline-1.4.1.ebuild:
+  Stable for x86, wrt bug #461386
 
   12 Mar 2013; Agostino Sarubbo <ago@gentoo.org> treeline-1.4.1.ebuild:
   Stable for amd64, wrt bug #461386





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/treeline: treeline-1.4.1.ebuild ChangeLog
@ 2013-03-12 18:30 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-12 18:30 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/12 18:30:25

  Modified:             treeline-1.4.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #461386
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  x11-misc/treeline/treeline-1.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild?r1=1.3&r2=1.4

Index: treeline-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- treeline-1.4.1.ebuild	12 Mar 2013 10:06:52 -0000	1.3
+++ treeline-1.4.1.ebuild	12 Mar 2013 18:30:25 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild,v 1.3 2013/03/12 10:06:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.4.1.ebuild,v 1.4 2013/03/12 18:30:25 ago Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="spell"
 
 LANGS="de fr"



1.54                 x11-misc/treeline/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	12 Mar 2013 10:06:52 -0000	1.53
+++ ChangeLog	12 Mar 2013 18:30:25 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/treeline
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.53 2013/03/12 10:06:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.54 2013/03/12 18:30:25 ago Exp $
+
+  12 Mar 2013; Agostino Sarubbo <ago@gentoo.org> treeline-1.4.1.ebuild:
+  Stable for ppc, wrt bug #461386
 
   12 Mar 2013; Agostino Sarubbo <ago@gentoo.org> treeline-1.4.1.ebuild:
   Stable for x86, wrt bug #461386





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-12 18:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04 18:14 [gentoo-commits] gentoo-x86 commit in x11-misc/treeline: treeline-1.4.1.ebuild ChangeLog Michael Weber (xmw)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-12  9:52 Agostino Sarubbo (ago)
2013-03-12 10:06 Agostino Sarubbo (ago)
2013-03-12 18:30 Agostino Sarubbo (ago)

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