diff options
author | 2003-11-09 13:24:57 +0000 | |
---|---|---|
committer | 2003-11-09 13:24:57 +0000 | |
commit | 20dcc3c1902f3fe3c1e1a1aa43d61fa66ef1e965 (patch) | |
tree | 77a3f4570ee1c9c104c4596a09054cb02671b1d3 /net-print | |
parent | cleanup (diff) | |
download | historical-20dcc3c1902f3fe3c1e1a1aa43d61fa66ef1e965.tar.gz historical-20dcc3c1902f3fe3c1e1a1aa43d61fa66ef1e965.tar.bz2 historical-20dcc3c1902f3fe3c1e1a1aa43d61fa66ef1e965.zip |
changelog:P
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hpoj/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/hpoj/Manifest | 8 | ||||
-rw-r--r-- | net-print/hpoj/hpoj-0.91.ebuild | 6 |
3 files changed, 13 insertions, 6 deletions
diff --git a/net-print/hpoj/ChangeLog b/net-print/hpoj/ChangeLog index 691591716dfa..5ea288b14b0d 100644 --- a/net-print/hpoj/ChangeLog +++ b/net-print/hpoj/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/hpoj # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/ChangeLog,v 1.8 2003/11/07 12:54:57 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/ChangeLog,v 1.9 2003/11/09 13:24:51 lanius Exp $ + + 09 Nov 2003; Heinrich Wendel <lanius@gentoo.org> hpoj-0.91.ebuild: + added ptal-setup on upgrade notice *hpoj-0.91 (07 Nov 2003) diff --git a/net-print/hpoj/Manifest b/net-print/hpoj/Manifest index 389551e391e7..9db6e110a5cf 100644 --- a/net-print/hpoj/Manifest +++ b/net-print/hpoj/Manifest @@ -1,7 +1,7 @@ -MD5 0fa3c9657698507c3d08b050089da50a ChangeLog 1313 -MD5 1de16ebbaef666d36c7c7861ee4ff28b hpoj-0.90-r1.ebuild 2949 +MD5 da1e441d4887611e482062e96ab40852 hpoj-0.91.ebuild 2996 +MD5 c07cece6fcba6ec9e1ff9abbd382bafe ChangeLog 1420 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 -MD5 c849b1504db4a2cc1572629feabbb26e hpoj-0.91.ebuild 2778 -MD5 7b10c1855f92a1d1551de2c65128176f files/digest-hpoj-0.91 58 +MD5 1de16ebbaef666d36c7c7861ee4ff28b hpoj-0.90-r1.ebuild 2949 MD5 c5cedb38ee0632e6d0ca973da68e6a5f files/digest-hpoj-0.90-r1 58 +MD5 7b10c1855f92a1d1551de2c65128176f files/digest-hpoj-0.91 58 MD5 6e2752d0e79c76507dccdc943f7c9cf0 files/hpoj.init 208 diff --git a/net-print/hpoj/hpoj-0.91.ebuild b/net-print/hpoj/hpoj-0.91.ebuild index d1d3b5fb9d6b..f65bfd13066c 100644 --- a/net-print/hpoj/hpoj-0.91.ebuild +++ b/net-print/hpoj/hpoj-0.91.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/net-print/hpoj/hpoj-0.91.ebuild,v 1.1 2003/11/07 12:54:57 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91.ebuild,v 1.2 2003/11/09 13:24:51 lanius Exp $ DESCRIPTION="HP OfficeJet Linux driver" HOMEPAGE="http://hpoj.sourceforge.net/" @@ -90,4 +90,8 @@ pkg_postinst() { echo einfo "Before starting hpoj you have to set it up with 'ptal-init setup'" echo + einfo "If you are upgrading from a previous version, re-run ptal-init setup" + einfo "as the format of the connection has changed again and your previously" + einfo "installed hpoj-device will not be recognized." + echo } |