diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-03-04 20:05:22 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-03-04 20:05:22 +0000 |
commit | 5240634a90ad83d4310a061de6e6989427932c03 (patch) | |
tree | 16511e21df28c9da7055f2fd5632b5a33f184ffb /app-laptop | |
parent | Fix incomplete sys-apps/fcron -> sys-process/fcron move. (diff) | |
download | gentoo-2-5240634a90ad83d4310a061de6e6989427932c03.tar.gz gentoo-2-5240634a90ad83d4310a061de6e6989427932c03.tar.bz2 gentoo-2-5240634a90ad83d4310a061de6e6989427932c03.zip |
Fix incomplete media-gfx/gnuplot -> sci-visualization/gnuplot move.
(Portage version: 2.1.2.1)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/ibam/ChangeLog | 5 | ||||
-rw-r--r-- | app-laptop/ibam/ibam-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-laptop/ibam/ChangeLog b/app-laptop/ibam/ChangeLog index 0e83f563a933..24e2430bb0d9 100644 --- a/app-laptop/ibam/ChangeLog +++ b/app-laptop/ibam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/ibam # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibam/ChangeLog,v 1.4 2007/01/23 16:15:53 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibam/ChangeLog,v 1.5 2007/03/04 20:05:22 peper Exp $ + + 04 Mar 2007; Piotr Jaroszyński <peper@gentoo.org> ibam-0.4.ebuild: + Fix incomplete media-gfx/gnuplot -> sci-visualization/gnuplot move. 23 Jan 2007; Marius Mauch <genone@gentoo.org> ibam-0.4.ebuild: Replacing einfo with elog diff --git a/app-laptop/ibam/ibam-0.4.ebuild b/app-laptop/ibam/ibam-0.4.ebuild index 4da474e83f4f..7a6866c5b491 100644 --- a/app-laptop/ibam/ibam-0.4.ebuild +++ b/app-laptop/ibam/ibam-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibam/ibam-0.4.ebuild,v 1.3 2007/01/23 16:15:53 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibam/ibam-0.4.ebuild,v 1.4 2007/03/04 20:05:22 peper Exp $ inherit toolchain-funcs @@ -38,7 +38,7 @@ src_install() { pkg_postinst() { elog - elog "You will need to install media-gfx/gnuplot if you wish to use" + elog "You will need to install sci-visualization/gnuplot if you wish to use" elog "the --plot argument to ibam." elog } |