diff options
author | Arun Raghavan <ford_prefect@gentoo.org> | 2009-02-08 16:23:47 +0000 |
---|---|---|
committer | Arun Raghavan <ford_prefect@gentoo.org> | 2009-02-08 16:23:47 +0000 |
commit | 013d6d3407e347264a82bc90f1db47dcd3301abe (patch) | |
tree | 0159d24e51f474bd46577f9098b4319e71cce3f2 /app-text/gnochm | |
parent | amd64/x86 stable, bug #245565 (diff) | |
download | gentoo-2-013d6d3407e347264a82bc90f1db47dcd3301abe.tar.gz gentoo-2-013d6d3407e347264a82bc90f1db47dcd3301abe.tar.bz2 gentoo-2-013d6d3407e347264a82bc90f1db47dcd3301abe.zip |
Switch to split gnome-python* deps. Thanks to Nirbheek Chauhan <nirbheek.chauhan@gmail.com>.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-text/gnochm')
-rw-r--r-- | app-text/gnochm/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/gnochm/gnochm-0.9.11-r1.ebuild | 31 |
2 files changed, 40 insertions, 2 deletions
diff --git a/app-text/gnochm/ChangeLog b/app-text/gnochm/ChangeLog index acfd4e27da83..ca7fafa0dc06 100644 --- a/app-text/gnochm/ChangeLog +++ b/app-text/gnochm/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/gnochm -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnochm/ChangeLog,v 1.10 2008/11/08 12:16:07 nixnut Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnochm/ChangeLog,v 1.11 2009/02/08 16:23:47 ford_prefect Exp $ + +*gnochm-0.9.11-r1 (08 Feb 2009) + + 08 Feb 2009; Arun Raghavan <ford_prefect@gentoo.org> + +gnochm-0.9.11-r1.ebuild: + Switch to split gnome-python* deps. Thanks to Nirbheek Chauhan + <nirbheek.chauhan@gmail.com>. 08 Nov 2008; nixnut <nixnut@gentoo.org> gnochm-0.9.11.ebuild: Stable on ppc wrt bug 245208 diff --git a/app-text/gnochm/gnochm-0.9.11-r1.ebuild b/app-text/gnochm/gnochm-0.9.11-r1.ebuild new file mode 100644 index 000000000000..bd7981dcc325 --- /dev/null +++ b/app-text/gnochm/gnochm-0.9.11-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnochm/gnochm-0.9.11-r1.ebuild,v 1.1 2009/02/08 16:23:47 ford_prefect Exp $ + +inherit gnome2 + +DESCRIPTION="GnoCHM is a CHM file viewer that integrates with the GNOME desktop." + +HOMEPAGE="http://gnochm.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=dev-python/pychm-0.8.4 + =dev-python/pygtk-2* + >=dev-python/libgnome-python-2.22 + >=dev-python/gconf-python-2.22 + >=dev-python/gtkhtml-python-2.19.1" +DEPEND="${RDEPEND} + app-text/scrollkeeper + >=dev-util/intltool-0.21 + >=dev-lang/python-2.2.1" + +DOCS="AUTHORS ChangeLog NEWS README" + +pkg_setup() { + G2CONF="--enable-mime-update=no" +} |