diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-06-23 03:36:33 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-06-23 03:36:33 +0000 |
commit | 2d7274709203e54f43e9f4dc00a13a38d47f6582 (patch) | |
tree | 88121e7444e9d1a62a699af181385a6e8a4a0ab6 /app-sci | |
parent | ppc64 cruft and alsa change to ppc64 kernel (diff) | |
download | gentoo-2-2d7274709203e54f43e9f4dc00a13a38d47f6582.tar.gz gentoo-2-2d7274709203e54f43e9f4dc00a13a38d47f6582.tar.bz2 gentoo-2-2d7274709203e54f43e9f4dc00a13a38d47f6582.zip |
Ebuild cleanup for hcalc-1.0
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/hcalc/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/hcalc/hcalc-1.0.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-sci/hcalc/ChangeLog b/app-sci/hcalc/ChangeLog index ad3a21760a5e..fc5c37513da4 100644 --- a/app-sci/hcalc/ChangeLog +++ b/app-sci/hcalc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/hcalc # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/hcalc/ChangeLog,v 1.1 2003/07/17 01:45:45 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/hcalc/ChangeLog,v 1.2 2004/06/23 03:36:33 ribosome Exp $ + +*hcalc-1.0 (22 Jun 2004) + + 22 Jun 2004; Olivier Fisette <ribosome@gentoo.org>; hcalc-1.0.ebuild + Removed superfluous RDEPEND="${DEPEND}" *hcalc-1.0 (16 Jul 2003) diff --git a/app-sci/hcalc/hcalc-1.0.ebuild b/app-sci/hcalc/hcalc-1.0.ebuild index d6646a01b62c..99f84ea16e99 100644 --- a/app-sci/hcalc/hcalc-1.0.ebuild +++ b/app-sci/hcalc/hcalc-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/hcalc/hcalc-1.0.ebuild,v 1.2 2003/11/04 10:40:27 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/hcalc/hcalc-1.0.ebuild,v 1.3 2004/06/23 03:36:33 ribosome Exp $ DESCRIPTION="DJ's Hex Calculator" HOMEPAGE="http://www.delorie.com/store/hcalc/" @@ -11,7 +11,6 @@ KEYWORDS="x86" IUSE="" DEPEND="virtual/x11" -RDEPEND="${DEPEND}" S=${WORKDIR} @@ -25,8 +24,6 @@ src_install() { } pkg_postinst() { - einfo "" einfo "Enter hcalc to run and use kill or ctrl-c to exit." - einfo "" } |