diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2004-11-26 22:36:40 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2004-11-26 22:36:40 +0000 |
commit | e37c5fa5ced67e9951363ca73d189b182763913e (patch) | |
tree | c747be2e29ca0bcfd67be0812a06a380211e76a0 /app-pda | |
parent | Updated to latest version and closing bug #67105. (diff) | |
download | historical-e37c5fa5ced67e9951363ca73d189b182763913e.tar.gz historical-e37c5fa5ced67e9951363ca73d189b182763913e.tar.bz2 historical-e37c5fa5ced67e9951363ca73d189b182763913e.zip |
fixed bug 70853
Diffstat (limited to 'app-pda')
4 files changed, 10 insertions, 10 deletions
diff --git a/app-pda/qtopia-desktop-bin/ChangeLog b/app-pda/qtopia-desktop-bin/ChangeLog index 7fd23933cdd2..ba61cc756a4d 100644 --- a/app-pda/qtopia-desktop-bin/ChangeLog +++ b/app-pda/qtopia-desktop-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/qtopia-desktop-bin # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/qtopia-desktop-bin/ChangeLog,v 1.8 2004/07/01 19:23:59 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/qtopia-desktop-bin/ChangeLog,v 1.9 2004/11/26 22:36:40 nerdboy Exp $ + + 26 Nov 2004; Steve Arnold <nerdboy@gentoo.org> + qtopia-desktop-bin-1.6.2-r1.ebuild, qtopia-desktop-bin-1.7.0.ebuild: + fixed bug 70853 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> qtopia-desktop-bin-1.6.2-r1.ebuild, qtopia-desktop-bin-1.7.0.ebuild: diff --git a/app-pda/qtopia-desktop-bin/Manifest b/app-pda/qtopia-desktop-bin/Manifest index 3e1ed83e946d..7afdb293df04 100644 --- a/app-pda/qtopia-desktop-bin/Manifest +++ b/app-pda/qtopia-desktop-bin/Manifest @@ -1,6 +1,6 @@ -MD5 2c8f26e9865945b3847079c4cee0bc3f qtopia-desktop-bin-1.6.2-r1.ebuild 1627 -MD5 965c005ddafb8412182071b42db13c13 qtopia-desktop-bin-1.7.0.ebuild 1758 -MD5 28c20fdb68e10d5f8281eeef882ece7d ChangeLog 1132 +MD5 3c58a6befa0a2acaf38c8bf3516ede9e ChangeLog 1268 MD5 d6edd91c507e86466efbe9509c037c4c metadata.xml 398 +MD5 74dce0650c4c647ebaab0a1f85abe8c1 qtopia-desktop-bin-1.6.2-r1.ebuild 1474 +MD5 d4edc005a4aca09aa3dbdce63dfc87ef qtopia-desktop-bin-1.7.0.ebuild 1605 MD5 e47d4ed2b1a7b1876057de337ae540a4 files/digest-qtopia-desktop-bin-1.6.2-r1 80 MD5 14e671ebc4605282b1a4743f4e38e42a files/digest-qtopia-desktop-bin-1.7.0 80 diff --git a/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.6.2-r1.ebuild b/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.6.2-r1.ebuild index 4d42148784fc..95bf400033d9 100644 --- a/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.6.2-r1.ebuild +++ b/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.6.2-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/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.6.2-r1.ebuild,v 1.6 2004/07/13 18:34:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.6.2-r1.ebuild,v 1.7 2004/11/26 22:36:40 nerdboy Exp $ IUSE="" @@ -38,12 +38,10 @@ src_install() { pkg_postinst() { - einfo "******************************************************************" einfo " Finished installing Qtopia Desktop into ${QD}" einfo einfo " To start Qtopia Desktop, run:" einfo einfo " $ qtopiadesktop" einfo - einfo "******************************************************************" } diff --git a/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.7.0.ebuild b/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.7.0.ebuild index 6dadf263b999..9b98350a3ffb 100644 --- a/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.7.0.ebuild +++ b/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.7.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/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.7.0.ebuild,v 1.4 2004/07/13 18:34:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.7.0.ebuild,v 1.5 2004/11/26 22:36:40 nerdboy Exp $ IUSE="" @@ -40,12 +40,10 @@ src_install() { pkg_postinst() { - einfo "******************************************************************" einfo " Finished installing Qtopia Desktop ${PV}${REV} into ${QD}" einfo einfo " To start Qtopia Desktop, run:" einfo einfo " $ qtopiadesktop" einfo - einfo "******************************************************************" } |