diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2011-01-23 07:04:47 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2011-01-23 07:04:47 +0000 |
commit | 6d13dd3d15ee5d1ee4089121db4b2b895d05f9f4 (patch) | |
tree | cea5c2ff82b9f66e32a7872e9e915d687065754b /app-text/chmsee | |
parent | Stable for all. (diff) | |
download | gentoo-2-6d13dd3d15ee5d1ee4089121db4b2b895d05f9f4.tar.gz gentoo-2-6d13dd3d15ee5d1ee4089121db4b2b895d05f9f4.tar.bz2 gentoo-2-6d13dd3d15ee5d1ee4089121db4b2b895d05f9f4.zip |
Version bump.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'app-text/chmsee')
-rw-r--r-- | app-text/chmsee/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/chmsee/chmsee-1.3.0.ebuild (renamed from app-text/chmsee/chmsee-1.1.0.ebuild) | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-text/chmsee/ChangeLog b/app-text/chmsee/ChangeLog index 6d313dd6f2da..75117995bb7c 100644 --- a/app-text/chmsee/ChangeLog +++ b/app-text/chmsee/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/chmsee -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/chmsee/ChangeLog,v 1.2 2010/08/14 03:16:14 dirtyepic Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/chmsee/ChangeLog,v 1.3 2011/01/23 07:04:47 dirtyepic Exp $ + +*chmsee-1.3.0 (23 Jan 2011) + + 23 Jan 2011; Ryan Hill <dirtyepic@gentoo.org> -chmsee-1.1.0.ebuild, + +chmsee-1.3.0.ebuild: + Version bump. *chmsee-1.2.0 (14 Aug 2010) diff --git a/app-text/chmsee/chmsee-1.1.0.ebuild b/app-text/chmsee/chmsee-1.3.0.ebuild index 99a0c8003678..e0f1bb59eb92 100644 --- a/app-text/chmsee/chmsee-1.1.0.ebuild +++ b/app-text/chmsee/chmsee-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/chmsee/chmsee-1.1.0.ebuild,v 1.1 2010/05/01 04:39:35 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/chmsee/chmsee-1.3.0.ebuild,v 1.1 2011/01/23 07:04:47 dirtyepic Exp $ EAPI="3" @@ -15,9 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-libs/glib-2.8:2 +RDEPEND=">=dev-libs/glib-2.24:2 dev-libs/libxml2 - >=x11-libs/gtk+-2.16:2 + >=x11-libs/gtk+-2.20:2 dev-libs/chmlib dev-libs/libgcrypt >=net-libs/xulrunner-1.9.2" |