diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 21:32:26 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 21:32:26 +0000 |
commit | 5c7be29a740290927aba31a1bcdd09222a2e29cd (patch) | |
tree | e530c9e0c4c08e484355417939e64efa6ac18746 /sci-misc | |
parent | Moved from app-sci/qcad-parts to sci-misc/qcad-parts (diff) | |
download | gentoo-2-5c7be29a740290927aba31a1bcdd09222a2e29cd.tar.gz gentoo-2-5c7be29a740290927aba31a1bcdd09222a2e29cd.tar.bz2 gentoo-2-5c7be29a740290927aba31a1bcdd09222a2e29cd.zip |
Fixed ddependency
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/qcad/qcad-2.0.3.1-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-misc/qcad/qcad-2.0.3.1.ebuild | 6 | ||||
-rw-r--r-- | sci-misc/qcad/qcad-2.0.4.0.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sci-misc/qcad/qcad-2.0.3.1-r1.ebuild b/sci-misc/qcad/qcad-2.0.3.1-r1.ebuild index bf9fc17be621..0fb6ca7d30e5 100644 --- a/sci-misc/qcad/qcad-2.0.3.1-r1.ebuild +++ b/sci-misc/qcad/qcad-2.0.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/qcad-2.0.3.1-r1.ebuild,v 1.1 2004/12/27 21:24:47 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/qcad-2.0.3.1-r1.ebuild,v 1.2 2004/12/27 21:32:26 ribosome Exp $ inherit kde-functions eutils @@ -83,10 +83,10 @@ src_install () { } pkg_postinst () { - if ! has_version "app-sci/qcad-parts"; then + if ! has_version "sci-misc/qcad-parts"; then einfo einfo "The QCad parts library is available as a seperate package." - einfo "emerge app-sci/qcad-parts to get it." + einfo "emerge sci-misc/qcad-parts to get it." einfo fi } diff --git a/sci-misc/qcad/qcad-2.0.3.1.ebuild b/sci-misc/qcad/qcad-2.0.3.1.ebuild index 1054ac066f7d..c491f7c19d26 100644 --- a/sci-misc/qcad/qcad-2.0.3.1.ebuild +++ b/sci-misc/qcad/qcad-2.0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/qcad-2.0.3.1.ebuild,v 1.1 2004/12/27 21:24:47 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/qcad-2.0.3.1.ebuild,v 1.2 2004/12/27 21:32:26 ribosome Exp $ inherit kde-functions eutils @@ -70,10 +70,10 @@ src_install () { } pkg_postinst () { - if ! has_version "app-sci/qcad-parts"; then + if ! has_version "sci-misc/qcad-parts"; then einfo einfo "The QCad parts library is available as a seperate package." - einfo "emerge app-sci/qcad-parts to get it." + einfo "emerge sci-misc/qcad-parts to get it." einfo fi } diff --git a/sci-misc/qcad/qcad-2.0.4.0.ebuild b/sci-misc/qcad/qcad-2.0.4.0.ebuild index 476bfde40442..277255842a25 100644 --- a/sci-misc/qcad/qcad-2.0.4.0.ebuild +++ b/sci-misc/qcad/qcad-2.0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/qcad-2.0.4.0.ebuild,v 1.1 2004/12/27 21:24:47 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/qcad-2.0.4.0.ebuild,v 1.2 2004/12/27 21:32:26 ribosome Exp $ inherit kde-functions eutils @@ -83,10 +83,10 @@ src_install () { } pkg_postinst () { - if ! has_version "app-sci/qcad-parts"; then + if ! has_version "sci-misc/qcad-parts"; then einfo einfo "The QCad parts library is available as a seperate package." - einfo "emerge app-sci/qcad-parts to get it." + einfo "emerge sci-misc/qcad-parts to get it." einfo fi einfo "help was removed from the community edition - see" |