* [gentoo-commits] gentoo-x86 commit in x11-misc/zim: ChangeLog zim-0.52.ebuild
@ 2011-05-30 21:41 Michael Weber (xmw)
0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2011-05-30 21:41 UTC (permalink / raw
To: gentoo-commits
xmw 11/05/30 21:41:41
Modified: ChangeLog
Added: zim-0.52.ebuild
Log:
Version bump
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Revision Changes Path
1.13 x11-misc/zim/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/zim/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/zim/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/zim/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/zim/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 2 Mar 2011 19:22:25 -0000 1.12
+++ ChangeLog 30 May 2011 21:41:41 -0000 1.13
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/zim
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/ChangeLog,v 1.12 2011/03/02 19:22:25 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/ChangeLog,v 1.13 2011/05/30 21:41:41 xmw Exp $
+
+*zim-0.52 (30 May 2011)
+
+ 30 May 2011; Michael Weber <xmw@gentoo.org> +zim-0.52.ebuild:
+ Version bump, thanks to Alastair Murray for his report on bug 368971
02 Mar 2011; Kevin McCarthy <signals@gentoo.org> zim-0.28.ebuild,
zim-0.46.ebuild:
1.1 x11-misc/zim/zim-0.52.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/zim/zim-0.52.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/zim/zim-0.52.ebuild?rev=1.1&content-type=text/plain
Index: zim-0.52.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/zim-0.52.ebuild,v 1.1 2011/05/30 21:41:41 xmw Exp $
PYTHON_USE_WITH="sqlite"
PYTHON_DEPEND="2:2.5"
EAPI=3
inherit distutils eutils fdo-mime virtualx
DESCRIPTION="A desktop wiki"
HOMEPAGE="http://zim-wiki.org/"
SRC_URI="http://zim-wiki.org/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="graphviz latex screenshot spell test"
RDEPEND="${DEPEND}
graphviz? ( media-gfx/graphviz )
latex? ( virtual/latex-base app-text/dvipng )
screenshot? ( media-gfx/scrot )
spell? ( dev-python/gtkspell-python )"
DEPEND="|| ( >=dev-lang/python-2.6 dev-python/simplejson )
dev-python/pygtk
x11-misc/xdg-utils"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
sed -i -e "s/'USER'/'LOGNAME'/g" zim/__init__.py zim/fs.py || die
}
src_test() {
VIRTUALX_COMMAND="$(PYTHON)" virtualmake test.py || die
}
src_install () {
doicon data/${PN}.png || die "doicon failed"
distutils_src_install --skip-xdg-cmd
}
pkg_postinst() {
distutils_pkg_postinst
fdo-mime_desktop_database_update
xdg-icon-resource install --context mimetypes --size 64 \
"${ROOT}/usr/share/pixmaps/zim.png" \
application-x-zim-notebook || die "xdg-icon-resource install failed"
}
pkg_postrm() {
distutils_pkg_postrm
fdo-mime_desktop_database_update
xdg-icon-resource uninstall --context mimetypes --size 64 \
application-x-zim-notebook || die "xdg-icon-resource uninstall failed"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-30 21:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-30 21:41 [gentoo-commits] gentoo-x86 commit in x11-misc/zim: ChangeLog zim-0.52.ebuild Michael Weber (xmw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox