From 6593dada2a4b374df65f4ae01d998c81a548f03a Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Fri, 21 Sep 2007 00:21:41 +0000 Subject: Version bump. Remove old ebuild. (Portage version: 2.1.3.9) --- app-text/gnochm/ChangeLog | 8 +++++++- app-text/gnochm/files/digest-gnochm-0.9.11 | 3 +++ app-text/gnochm/gnochm-0.9.11.ebuild | 30 ++++++++++++++++++++++++++++++ app-text/gnochm/gnochm-0.9.9.ebuild | 30 ------------------------------ 4 files changed, 40 insertions(+), 31 deletions(-) create mode 100644 app-text/gnochm/files/digest-gnochm-0.9.11 create mode 100644 app-text/gnochm/gnochm-0.9.11.ebuild delete mode 100644 app-text/gnochm/gnochm-0.9.9.ebuild (limited to 'app-text/gnochm') diff --git a/app-text/gnochm/ChangeLog b/app-text/gnochm/ChangeLog index 0b06076db24e..06c6fbe06d0c 100644 --- a/app-text/gnochm/ChangeLog +++ b/app-text/gnochm/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2007/06/10 23:15:36 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnochm/ChangeLog,v 1.5 2007/09/21 00:21:40 dirtyepic Exp $ + +*gnochm-0.9.11 (21 Sep 2007) + + 21 Sep 2007; Ryan Hill -gnochm-0.9.9.ebuild, + +gnochm-0.9.11.ebuild: + Version bump. Remove old ebuild. *gnochm-0.9.10 (10 Jun 2007) diff --git a/app-text/gnochm/files/digest-gnochm-0.9.11 b/app-text/gnochm/files/digest-gnochm-0.9.11 new file mode 100644 index 000000000000..c94e32fa416b --- /dev/null +++ b/app-text/gnochm/files/digest-gnochm-0.9.11 @@ -0,0 +1,3 @@ +MD5 d77cc819eaa64b3ab333c4a73e88cfc0 gnochm-0.9.11.tar.gz 406640 +RMD160 9edb9d7f75749e8d09b7c27fe53f7f51d20b074c gnochm-0.9.11.tar.gz 406640 +SHA256 ee168ae1a2d1aa23856896a316eb2e4bdfb7be10ed11eb80c72ebc8f525a4c3a gnochm-0.9.11.tar.gz 406640 diff --git a/app-text/gnochm/gnochm-0.9.11.ebuild b/app-text/gnochm/gnochm-0.9.11.ebuild new file mode 100644 index 000000000000..0a8b83900913 --- /dev/null +++ b/app-text/gnochm/gnochm-0.9.11.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.11.ebuild,v 1.1 2007/09/21 00:21:40 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" +} diff --git a/app-text/gnochm/gnochm-0.9.9.ebuild b/app-text/gnochm/gnochm-0.9.9.ebuild deleted file mode 100644 index ce8d554bdb5f..000000000000 --- a/app-text/gnochm/gnochm-0.9.9.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.9.ebuild,v 1.3 2007/03/18 13:12:46 nixnut 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" -} -- cgit v1.2.3-65-gdbad