diff options
author | 2011-03-02 13:20:02 +0000 | |
---|---|---|
committer | 2011-03-02 13:20:02 +0000 | |
commit | 26d0c148d27b88ccd2a5f48643050ac32c0eb3da (patch) | |
tree | 750236deefab8ace5db3abdd3bef45f616774a37 /sci-chemistry/gtk-gamess | |
parent | bump version (diff) | |
download | historical-26d0c148d27b88ccd2a5f48643050ac32c0eb3da.tar.gz historical-26d0c148d27b88ccd2a5f48643050ac32c0eb3da.tar.bz2 historical-26d0c148d27b88ccd2a5f48643050ac32c0eb3da.zip |
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/gtk-gamess')
-rw-r--r-- | sci-chemistry/gtk-gamess/ChangeLog | 10 | ||||
-rw-r--r-- | sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild | 13 |
2 files changed, 16 insertions, 7 deletions
diff --git a/sci-chemistry/gtk-gamess/ChangeLog b/sci-chemistry/gtk-gamess/ChangeLog index ef7687454427..6d1e95017e6d 100644 --- a/sci-chemistry/gtk-gamess/ChangeLog +++ b/sci-chemistry/gtk-gamess/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/gtk-gamess -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog,v 1.5 2009/02/23 16:28:52 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog,v 1.6 2011/03/02 13:20:02 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gtk-gamess-2.00.ebuild: + Correct Slots for gtk 3 introduction to tree + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gtk-gamess-2.00.ebuild: + Correct Slots for gtk 3 introduction to tree 23 Feb 2009; Joseph Jezak <josejx@gentoo.org> gtk-gamess-2.00.ebuild: Marked ~ppc for bug #211786. diff --git a/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild b/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild index 5c2cff9e423f..69da90d63baf 100644 --- a/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild +++ b/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild,v 1.6 2009/02/23 16:28:52 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild,v 1.7 2011/03/02 13:20:02 jlec Exp $ + +EAPI="1" DESCRIPTION="GTK-GAMESS is a graphical frontend for GAMESS, a General Atomic and Molecular Electronic Structure System" HOMEPAGE="http://sourceforge.net/projects/gtk-gamess/" @@ -14,9 +16,10 @@ KEYWORDS="~ppc ~x86" IUSE="" -RDEPEND=">=gnome-base/libglade-2.4 - >=x11-libs/gtk+-2.6 - dev-libs/libxml2 +RDEPEND=" + gnome-base/libglade:2.0 + x11-libs/gtk+:2 + dev-libs/libxml2:2 sci-chemistry/gamess" DEPEND="${RDEPEND} dev-util/pkgconfig" |