diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-06-10 23:15:36 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-06-10 23:15:36 +0000 |
commit | 3195bac9b87878d6b44b92a4fbbaa7e07d7cdb45 (patch) | |
tree | fe56108ed9098d73e30e545737f417c695010112 /app-text/gnochm | |
parent | Bump the live Subversion ebuild to abide to the changes added in 1.4.5-r2 (py... (diff) | |
download | gentoo-2-3195bac9b87878d6b44b92a4fbbaa7e07d7cdb45.tar.gz gentoo-2-3195bac9b87878d6b44b92a4fbbaa7e07d7cdb45.tar.bz2 gentoo-2-3195bac9b87878d6b44b92a4fbbaa7e07d7cdb45.zip |
Version bump.
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-text/gnochm')
-rw-r--r-- | app-text/gnochm/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/gnochm/files/digest-gnochm-0.9.10 | 3 | ||||
-rw-r--r-- | app-text/gnochm/gnochm-0.9.10.ebuild | 30 |
3 files changed, 39 insertions, 1 deletions
diff --git a/app-text/gnochm/ChangeLog b/app-text/gnochm/ChangeLog index 6bf68ebb64fd..0b06076db24e 100644 --- a/app-text/gnochm/ChangeLog +++ b/app-text/gnochm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/gnochm # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnochm/ChangeLog,v 1.3 2007/03/18 13:12:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnochm/ChangeLog,v 1.4 2007/06/10 23:15:36 dirtyepic Exp $ + +*gnochm-0.9.10 (10 Jun 2007) + + 10 Jun 2007; Ryan Hill <dirtyepic@gentoo.org> +gnochm-0.9.10.ebuild: + Version bump. 18 Mar 2007; nixnut <nixnut@gentoo.org> gnochm-0.9.9.ebuild: Added ~ppc wrt bug 171262 diff --git a/app-text/gnochm/files/digest-gnochm-0.9.10 b/app-text/gnochm/files/digest-gnochm-0.9.10 new file mode 100644 index 000000000000..b09929d619d5 --- /dev/null +++ b/app-text/gnochm/files/digest-gnochm-0.9.10 @@ -0,0 +1,3 @@ +MD5 ad92af25243c748ced179b800dbd8f7b gnochm-0.9.10.tar.gz 406857 +RMD160 c83789bbb8cd35b64eea622e5f51eb9d16127a9b gnochm-0.9.10.tar.gz 406857 +SHA256 5f05e1a0675a760445b57e44973351f129a3deb2561a78adaa3c9f3793070fe7 gnochm-0.9.10.tar.gz 406857 diff --git a/app-text/gnochm/gnochm-0.9.10.ebuild b/app-text/gnochm/gnochm-0.9.10.ebuild new file mode 100644 index 000000000000..f1e289ad99c1 --- /dev/null +++ b/app-text/gnochm/gnochm-0.9.10.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnochm/gnochm-0.9.10.ebuild,v 1.1 2007/06/10 23:15:36 dirtyepic 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/gnome-python-2* + =dev-python/gnome-python-extras-2*" +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" +} |