summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/argouml')
-rw-r--r--dev-util/argouml/ChangeLog6
-rw-r--r--dev-util/argouml/argouml-0.14.1.ebuild4
-rw-r--r--dev-util/argouml/argouml-0.14.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/argouml/ChangeLog b/dev-util/argouml/ChangeLog
index a95b885098de..763c03eb8a97 100644
--- a/dev-util/argouml/ChangeLog
+++ b/dev-util/argouml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/argouml
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.3 2004/05/19 08:09:23 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/ChangeLog,v 1.4 2004/06/03 18:27:28 agriffis Exp $
+
+ 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> argouml-0.14.1.ebuild,
+ argouml-0.14.ebuild:
+ Fix use invocation
*argouml-0.14.1 (19 May 2004)
diff --git a/dev-util/argouml/argouml-0.14.1.ebuild b/dev-util/argouml/argouml-0.14.1.ebuild
index ed6f75b8d786..7b2c9826befd 100644
--- a/dev-util/argouml/argouml-0.14.1.ebuild
+++ b/dev-util/argouml/argouml-0.14.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.14.1.ebuild,v 1.1 2004/05/19 08:09:23 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.14.1.ebuild,v 1.2 2004/06/03 18:27:28 agriffis Exp $
inherit java-pkg
@@ -37,7 +37,7 @@ src_install() {
dodoc README.txt
- if [ `use doc` ] ; then
+ if use doc ; then
insinto /usr/share/doc/${P}
doins ${DISTDIR}/argomanual.pdf
doins ${DISTDIR}/quickguide-${MY_OLDPV}.pdf
diff --git a/dev-util/argouml/argouml-0.14.ebuild b/dev-util/argouml/argouml-0.14.ebuild
index 2dd6bfa90e6b..24a3db2ded28 100644
--- a/dev-util/argouml/argouml-0.14.ebuild
+++ b/dev-util/argouml/argouml-0.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.14.ebuild,v 1.2 2004/03/18 13:43:08 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/argouml/argouml-0.14.ebuild,v 1.3 2004/06/03 18:27:28 agriffis Exp $
inherit java-pkg
@@ -36,7 +36,7 @@ src_install() {
dodoc README.txt
- if [ `use doc` ] ; then
+ if use doc ; then
insinto /usr/share/doc/${P}
doins ${DISTDIR}/argomanual.pdf
doins ${DISTDIR}/quickguide-${PV}.pdf