summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-12-02 19:49:40 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-12-02 19:49:40 +0000
commit0e559f89a860a9efa3973e4a913a52acfb3dc7f1 (patch)
tree4e2314db73449456c186dd11aa158a2184c51402 /sci-chemistry/viewmol
parentNew GUI front-end for computational chemistry. (diff)
downloadhistorical-0e559f89a860a9efa3973e4a913a52acfb3dc7f1.tar.gz
historical-0e559f89a860a9efa3973e4a913a52acfb3dc7f1.tar.bz2
historical-0e559f89a860a9efa3973e4a913a52acfb3dc7f1.zip
Fix up modular X deps -- add libXp and libXi, remove libX11 and libXt as redundant.
Package-Manager: portage-2.0.53
Diffstat (limited to 'sci-chemistry/viewmol')
-rw-r--r--sci-chemistry/viewmol/ChangeLog6
-rw-r--r--sci-chemistry/viewmol/Manifest4
-rw-r--r--sci-chemistry/viewmol/viewmol-2.4.1.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/sci-chemistry/viewmol/ChangeLog b/sci-chemistry/viewmol/ChangeLog
index 6856ed34c092..5a435424440e 100644
--- a/sci-chemistry/viewmol/ChangeLog
+++ b/sci-chemistry/viewmol/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/viewmol
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/ChangeLog,v 1.1 2005/12/02 19:44:14 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/ChangeLog,v 1.2 2005/12/02 19:49:40 spyderous Exp $
+
+ 02 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; viewmol-2.4.1.ebuild:
+ Fix up modular X deps -- add libXp and libXi, remove libX11 and libXt as
+ redundant.
*viewmol-2.4.1 (02 Dec 2005)
diff --git a/sci-chemistry/viewmol/Manifest b/sci-chemistry/viewmol/Manifest
index 746c2c1cc3e4..9b44d50f2dbb 100644
--- a/sci-chemistry/viewmol/Manifest
+++ b/sci-chemistry/viewmol/Manifest
@@ -1,8 +1,8 @@
-MD5 bfb30e172262c2f0bf998bb0f0acfe51 ChangeLog 582
+MD5 a9fbd7efef2ab1df4ef38f0546d2b103 ChangeLog 748
MD5 7ec6e03425898d903cc0863bbea68381 files/2.4.1-change-default-path-to-usr.patch 311
MD5 3fd613552407a159c1036b316cfd095d files/2.4.1-look-for-python-in-right-place.patch 866
MD5 d4487f098914969de572d1163f7c3d57 files/2.4.1-remove-icc-check.patch 1214
MD5 3f798d6a2471f94411c4235bf8a337f5 files/2.4.1-use-root-for-app-defaults.patch 827
MD5 4732f6262cbd7d8ae4c3049992833024 files/digest-viewmol-2.4.1 67
MD5 af1bfbb0777267a03e889b08173f2757 metadata.xml 248
-MD5 5b336577187fe0da4b9e21b9377280f2 viewmol-2.4.1.ebuild 1237
+MD5 901e3975c709817adeb7ebe2040425eb viewmol-2.4.1.ebuild 1236
diff --git a/sci-chemistry/viewmol/viewmol-2.4.1.ebuild b/sci-chemistry/viewmol/viewmol-2.4.1.ebuild
index 1435448430e6..0aa10927f21f 100644
--- a/sci-chemistry/viewmol/viewmol-2.4.1.ebuild
+++ b/sci-chemistry/viewmol/viewmol-2.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1.ebuild,v 1.1 2005/12/02 19:44:14 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/viewmol/viewmol-2.4.1.ebuild,v 1.2 2005/12/02 19:49:40 spyderous Exp $
inherit toolchain-funcs eutils
@@ -18,9 +18,9 @@ RDEPEND="media-libs/tiff
>=dev-lang/python-2.2
|| ( (
x11-libs/libXmu
- x11-libs/libX11
- x11-libs/libXt
x11-libs/libXaw
+ x11-libs/libXp
+ x11-libs/libXi
)
virtual/x11
)"