* [gentoo-commits] gentoo-x86 commit in x11-misc/treeline: ChangeLog treeline-1.4.0.ebuild treeline-1.3.3.ebuild
@ 2011-10-11 20:59 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2011-10-11 20:59 UTC (permalink / raw
To: gentoo-commits
jer 11/10/11 20:59:43
Modified: ChangeLog
Added: treeline-1.4.0.ebuild
Removed: treeline-1.3.3.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha66/cvs/Linux x86_64)
Revision Changes Path
1.44 x11-misc/treeline/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 5 Jul 2010 21:44:32 -0000 1.43
+++ ChangeLog 11 Oct 2011 20:59:43 -0000 1.44
@@ -1,6 +1,12 @@
# 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.43 2010/07/05 21:44:32 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.44 2011/10/11 20:59:43 jer Exp $
+
+*treeline-1.4.0 (11 Oct 2011)
+
+ 11 Oct 2011; Jeroen Roovers <jer@gentoo.org> -treeline-1.3.3.ebuild,
+ +treeline-1.4.0.ebuild:
+ Version bump.
*treeline-1.3.3 (05 Jul 2010)
*treeline-1.2.4 (05 Jul 2010)
1.1 x11-misc/treeline/treeline-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.4.0.ebuild?rev=1.1&content-type=text/plain
Index: treeline-1.4.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.4.0.ebuild,v 1.1 2011/10/11 20:59:43 jer 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://berlios/${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://berlios/${PN}/${PN}-i18n-${PV}a.tar.gz )"
done
DEPEND="spell? ( || ( app-text/aspell app-text/ispell ) )
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
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() {
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] only message in thread
only message in thread, other threads:[~2011-10-11 21:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11 20:59 [gentoo-commits] gentoo-x86 commit in x11-misc/treeline: ChangeLog treeline-1.4.0.ebuild treeline-1.3.3.ebuild Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox