diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-09-10 08:34:31 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-09-10 08:34:31 +0000 |
commit | 2d4b28d13f67160f0d353cd11d5be3d93cd4ac50 (patch) | |
tree | e8fe0baa2a39fd320f1c3939cf6a16df45f451ca | |
parent | Handle tests properly in src_test instead of src_compile, remove test USE flag (diff) | |
download | gentoo-2-2d4b28d13f67160f0d353cd11d5be3d93cd4ac50.tar.gz gentoo-2-2d4b28d13f67160f0d353cd11d5be3d93cd4ac50.tar.bz2 gentoo-2-2d4b28d13f67160f0d353cd11d5be3d93cd4ac50.zip |
Revision bump - remove pointless dependency on dev-python/libgnomeprint-python. Thanks to leio for discovering this issue
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
-rw-r--r-- | x11-misc/outwiker/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/outwiker/outwiker-1.6.0-r1.ebuild (renamed from x11-misc/outwiker/outwiker-1.6.0.ebuild) | 5 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-misc/outwiker/ChangeLog b/x11-misc/outwiker/ChangeLog index 2648da6d791b..49718266762e 100644 --- a/x11-misc/outwiker/ChangeLog +++ b/x11-misc/outwiker/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/outwiker # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/ChangeLog,v 1.2 2012/08/30 18:32:41 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/ChangeLog,v 1.3 2012/09/10 08:34:31 pinkbyte Exp $ + +*outwiker-1.6.0-r1 (10 Sep 2012) + + 10 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> -outwiker-1.6.0.ebuild, + +outwiker-1.6.0-r1.ebuild: + Revision bump - remove pointless dependency on + dev-python/libgnomeprint-python. Thanks to leio for discovering this issue 30 Aug 2012; Sergey Popov <pinkbyte@gentoo.org> metadata.xml: Set correct email address, drop proxy maintainers' herd diff --git a/x11-misc/outwiker/outwiker-1.6.0.ebuild b/x11-misc/outwiker/outwiker-1.6.0-r1.ebuild index a97e5fee371a..8d1da3f71877 100644 --- a/x11-misc/outwiker/outwiker-1.6.0.ebuild +++ b/x11-misc/outwiker/outwiker-1.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/outwiker-1.6.0.ebuild,v 1.1 2012/07/18 06:46:43 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/outwiker-1.6.0-r1.ebuild,v 1.1 2012/09/10 08:34:31 pinkbyte Exp $ EAPI=4 PYTHON_DEPEND="2:2.7" @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-python/libgnomeprint-python - dev-python/pywebkitgtk +RDEPEND="dev-python/pywebkitgtk dev-python/wxpython" DEPEND="${RDEPEND}" |