diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-11-11 09:17:19 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-11-11 09:17:19 +0000 |
commit | b79a57464d9a357016f7473e94729191216628ae (patch) | |
tree | 682371514cd200086f97fcc78827a409a7736d93 /app-sci/predict | |
parent | Version bump and a few little fixes, see bugs 6076 and 33192 (diff) | |
download | gentoo-2-b79a57464d9a357016f7473e94729191216628ae.tar.gz gentoo-2-b79a57464d9a357016f7473e94729191216628ae.tar.bz2 gentoo-2-b79a57464d9a357016f7473e94729191216628ae.zip |
Updated changelog
Diffstat (limited to 'app-sci/predict')
-rw-r--r-- | app-sci/predict/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/predict/Manifest | 4 | ||||
-rw-r--r-- | app-sci/predict/predict-2.2.2.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app-sci/predict/ChangeLog b/app-sci/predict/ChangeLog index 0f1f608485ad..7ae699774677 100644 --- a/app-sci/predict/ChangeLog +++ b/app-sci/predict/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/predict # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/predict/ChangeLog,v 1.3 2003/03/17 12:11:21 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/predict/ChangeLog,v 1.4 2003/11/11 09:17:13 phosphan Exp $ + +*predict-2.2.2 (11 Nov 2003) + + 11 Nov 2003; Patrick Kursawe <phosphan@gentoo.org> predict-2.2.2.ebuild: + Version bump, added predict-update. *predict-2.2.1 (17 Oct 2002) diff --git a/app-sci/predict/Manifest b/app-sci/predict/Manifest index cb01a43ef57c..c03eda1c1fa5 100644 --- a/app-sci/predict/Manifest +++ b/app-sci/predict/Manifest @@ -1,6 +1,6 @@ -MD5 07720fa36e3a1fec8f79076bf8be1db0 predict-2.2.2.ebuild 4270 +MD5 c8f528982e50242386fb046937ae475e predict-2.2.2.ebuild 4270 MD5 163002f6f67fefdf7dd780158bdc45bd predict-2.2.1.ebuild 4562 -MD5 4eba43e8854212980b9dd6aa25f21c8e ChangeLog 422 +MD5 ce1fe94cee769f35bef79fcfc29285ea ChangeLog 566 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 e9851bdcd10870d0cf8dd12a543acb05 files/digest-predict-2.2.1 65 MD5 729e9f2e1ecbb139b17f650d2916da21 files/digest-predict-2.2.2 66 diff --git a/app-sci/predict/predict-2.2.2.ebuild b/app-sci/predict/predict-2.2.2.ebuild index 27eea4d3b8a2..0421181253b2 100644 --- a/app-sci/predict/predict-2.2.2.ebuild +++ b/app-sci/predict/predict-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/predict/predict-2.2.2.ebuild,v 1.1 2003/11/11 09:15:31 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/predict/predict-2.2.2.ebuild,v 1.2 2003/11/11 09:17:13 phosphan Exp $ DESCRIPTION="Satellite tracking and orbital prediction." HOMEPAGE="http://www.qsl.net/kd2bd/predict.html" @@ -158,6 +158,6 @@ pkg_postinst() { einfo "after that is set run 'predict -s'" einfo "" einfo "to get list of satellites run 'predict-update'" - einfo "before running predict also this script will update" + einfo "before running predict this script will also update" einfo "the list of satellites so they are up to date." } |