diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2009-09-27 04:56:04 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2009-09-27 04:56:04 +0000 |
commit | 6c1c381d43e03dd417ac92b201d32dc5d7fb0c79 (patch) | |
tree | 60622f61e8fb4570d2c29df0de91e61a5d9ac7f4 /app-text/gnochm | |
parent | Remove myself from maintainers. (diff) | |
download | gentoo-2-6c1c381d43e03dd417ac92b201d32dc5d7fb0c79.tar.gz gentoo-2-6c1c381d43e03dd417ac92b201d32dc5d7fb0c79.tar.bz2 gentoo-2-6c1c381d43e03dd417ac92b201d32dc5d7fb0c79.zip |
Remove old.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'app-text/gnochm')
-rw-r--r-- | app-text/gnochm/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gnochm/gnochm-0.9.10.ebuild | 30 | ||||
-rw-r--r-- | app-text/gnochm/gnochm-0.9.11.ebuild | 30 |
3 files changed, 5 insertions, 61 deletions
diff --git a/app-text/gnochm/ChangeLog b/app-text/gnochm/ChangeLog index 13dc3fbb505b..73d3a7e0fadf 100644 --- a/app-text/gnochm/ChangeLog +++ b/app-text/gnochm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gnochm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnochm/ChangeLog,v 1.14 2009/07/27 17:10:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnochm/ChangeLog,v 1.15 2009/09/27 04:56:04 dirtyepic Exp $ + + 27 Sep 2009; Ryan Hill <dirtyepic@gentoo.org> -gnochm-0.9.10.ebuild, + -gnochm-0.9.11.ebuild: + Remove old. 27 Jul 2009; nixnut <nixnut@gentoo.org> gnochm-0.9.11-r1.ebuild: ppc stable #276425 diff --git a/app-text/gnochm/gnochm-0.9.10.ebuild b/app-text/gnochm/gnochm-0.9.10.ebuild deleted file mode 100644 index f7dd9f99f669..000000000000 --- a/app-text/gnochm/gnochm-0.9.10.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.10.ebuild,v 1.4 2007/09/22 12:00:04 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" -} diff --git a/app-text/gnochm/gnochm-0.9.11.ebuild b/app-text/gnochm/gnochm-0.9.11.ebuild deleted file mode 100644 index 084e09b2292d..000000000000 --- a/app-text/gnochm/gnochm-0.9.11.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 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.3 2008/11/08 12:16:07 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" -} |