diff options
author | 2008-04-15 04:17:33 +0000 | |
---|---|---|
committer | 2008-04-15 04:17:33 +0000 | |
commit | 3a7919bbe00cf4bb3cef7d9c1c42c8441bdd5a06 (patch) | |
tree | f885f1641ab42c800392e41325e9fa01f4783eeb /sci-chemistry/jmol | |
parent | SMPlayer version bump - all fresh (diff) | |
download | gentoo-2-3a7919bbe00cf4bb3cef7d9c1c42c8441bdd5a06.tar.gz gentoo-2-3a7919bbe00cf4bb3cef7d9c1c42c8441bdd5a06.tar.bz2 gentoo-2-3a7919bbe00cf4bb3cef7d9c1c42c8441bdd5a06.zip |
Fix conditional webapp to not pull in webapp-config when it's unneeded.
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'sci-chemistry/jmol')
-rw-r--r-- | sci-chemistry/jmol/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/jmol/jmol-11.0.3-r1.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/sci-chemistry/jmol/ChangeLog b/sci-chemistry/jmol/ChangeLog index cb63f20fe714..18783edb8659 100644 --- a/sci-chemistry/jmol/ChangeLog +++ b/sci-chemistry/jmol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/jmol -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/ChangeLog,v 1.6 2007/12/31 15:45:37 je_fro Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/ChangeLog,v 1.7 2008/04/15 04:17:33 dberkholz Exp $ + + 15 Apr 2008; Donnie Berkholz <dberkholz@gentoo.org>; + jmol-11.0.3-r1.ebuild: + Fix conditional webapp to not pull in webapp-config when it's unneeded. 31 Dec 2007; Jeff Gardner <je_fro@gentoo.org> ChangeLog: Fixing my email address. diff --git a/sci-chemistry/jmol/jmol-11.0.3-r1.ebuild b/sci-chemistry/jmol/jmol-11.0.3-r1.ebuild index cc89d4eb21a9..e6f28df0a29b 100644 --- a/sci-chemistry/jmol/jmol-11.0.3-r1.ebuild +++ b/sci-chemistry/jmol/jmol-11.0.3-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/jmol-11.0.3-r1.ebuild,v 1.4 2007/09/02 23:29:48 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/jmol-11.0.3-r1.ebuild,v 1.5 2008/04/15 04:17:33 dberkholz Exp $ + +WEBAPP_OPTIONAL="yes" inherit eutils webapp java-pkg-2 java-ant-2 @@ -23,7 +25,7 @@ COMMON_DEP="dev-java/commons-cli RDEPEND=">=virtual/jre-1.4 ${COMMON_DEP}" DEPEND=">=virtual/jdk-1.4 - vhosts? ( app-admin/webapp-config ) + !client-only? ( ${WEBAPP_DEPEND} ) ${COMMON_DEP}" pkg_setup() { |