diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-02-16 23:25:29 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-02-16 23:25:29 +0000 |
commit | 490cf6a1ff02d24cbe7f60da62d68a3b9c2c419b (patch) | |
tree | 4eb5658f1c85e46e9b40db7ef1e5777cf83f732a /app-text/keepnote | |
parent | Fix typo in virtual/ffmpeg dep; raise deps on alsa, dbus and qt; remove old. (diff) | |
download | gentoo-2-490cf6a1ff02d24cbe7f60da62d68a3b9c2c419b.tar.gz gentoo-2-490cf6a1ff02d24cbe7f60da62d68a3b9c2c419b.tar.bz2 gentoo-2-490cf6a1ff02d24cbe7f60da62d68a3b9c2c419b.zip |
revbump of 0.7.8 to convert to distutils-r1, remove old
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'app-text/keepnote')
-rw-r--r-- | app-text/keepnote/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/keepnote/keepnote-0.7.8-r1.ebuild (renamed from app-text/keepnote/keepnote-0.7.9-r1.ebuild) | 22 |
2 files changed, 14 insertions, 15 deletions
diff --git a/app-text/keepnote/ChangeLog b/app-text/keepnote/ChangeLog index 0ff2e33649e8..01af70d05758 100644 --- a/app-text/keepnote/ChangeLog +++ b/app-text/keepnote/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/keepnote # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.6 2013/01/06 19:05:19 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.7 2013/02/16 23:25:29 hasufell Exp $ + +*keepnote-0.7.8-r1 (16 Feb 2013) + + 16 Feb 2013; Julian Ospald <hasufell@gentoo.org> +keepnote-0.7.8-r1.ebuild: + revbump of 0.7.8 to convert to distutils-r1, remove old 06 Jan 2013; Julian Ospald <hasufell@gentoo.org> keepnote-0.7.9-r2.ebuild: remove obsolete deps diff --git a/app-text/keepnote/keepnote-0.7.9-r1.ebuild b/app-text/keepnote/keepnote-0.7.8-r1.ebuild index 3b98486401fa..1fda53f9ec5b 100644 --- a/app-text/keepnote/keepnote-0.7.9-r1.ebuild +++ b/app-text/keepnote/keepnote-0.7.8-r1.ebuild @@ -1,13 +1,13 @@ -# 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/app-text/keepnote/keepnote-0.7.9-r1.ebuild,v 1.1 2012/09/26 12:14:16 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/keepnote-0.7.8-r1.ebuild,v 1.1 2013/02/16 23:25:29 hasufell Exp $ -EAPI=4 +EAPI=5 -PYTHON_COMPAT="python2_6 python2_7" -PYTHON_USE="sqlite,xml" +PYTHON_COMPAT=( python2_6 python2_7 ) +PYTHON_REQ_USE="sqlite,xml" -inherit eutils gnome2-utils python-distutils-ng +inherit gnome2-utils distutils-r1 DESCRIPTION="A note taking application" HOMEPAGE="http://keepnote.org/" @@ -22,20 +22,14 @@ RDEPEND="dev-python/pygobject:2 dev-python/pygtk:2 x11-misc/xdg-utils" +PATCHES=( "${FILESDIR}"/${P}-desktopfile.patch ) DOCS=( CHANGES ) -python_prepare_all() { - epatch "${FILESDIR}"/${PN}-0.7.8-desktopfile.patch -} - python_test() { + distutils-r1_python_test "${PYTHON}" test/testing.py || die } -python_install_all() { - dodoc ${DOCS[@]} -} - pkg_preinst() { gnome2_icon_savelist } |