diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-20 09:42:02 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-20 09:42:02 +0000 |
commit | 80ed4c10852ff7dc6ad6584ef083238a981c61bd (patch) | |
tree | 6af91d61f94d2e8a35600414f17e96c5b557cdd5 /net-print/hpoj | |
parent | Add the release candidate and clean up some old versions (diff) | |
download | gentoo-2-80ed4c10852ff7dc6ad6584ef083238a981c61bd.tar.gz gentoo-2-80ed4c10852ff7dc6ad6584ef083238a981c61bd.tar.bz2 gentoo-2-80ed4c10852ff7dc6ad6584ef083238a981c61bd.zip |
small fixes
Diffstat (limited to 'net-print/hpoj')
-rw-r--r-- | net-print/hpoj/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/hpoj/Manifest | 4 | ||||
-rw-r--r-- | net-print/hpoj/hpoj-0.90-r1.ebuild | 7 |
3 files changed, 12 insertions, 5 deletions
diff --git a/net-print/hpoj/ChangeLog b/net-print/hpoj/ChangeLog index 9c61c0b4f8cf..8911773b5e25 100644 --- a/net-print/hpoj/ChangeLog +++ b/net-print/hpoj/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2003/07/15 13:08:13 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/ChangeLog,v 1.4 2003/07/20 09:41:50 lanius Exp $ + + 20 Jul 2003; Heinrich Wendel <lanius@gentoo.org> hpoj-0.90-r1.ebuild, + - Added missing header + - remove comment on hpijs because it is already in deps *hpoj-0.90-r1 (15 Jul 2003) diff --git a/net-print/hpoj/Manifest b/net-print/hpoj/Manifest index 8329e4f58a08..7b734a6e9cbe 100644 --- a/net-print/hpoj/Manifest +++ b/net-print/hpoj/Manifest @@ -1,6 +1,6 @@ -MD5 ea98eeebe2ba4d24863e42a40da0b3a4 ChangeLog 726 +MD5 101ebe04c413cea50dc8b5835ca0c809 ChangeLog 882 MD5 8418c74c513841d527fd5746fe371b65 hpoj-0.90.ebuild 2798 -MD5 c9040b2f601f5243c073c5e9c4d8595a hpoj-0.90-r1.ebuild 2753 +MD5 48208633e77423e886453341ff707875 hpoj-0.90-r1.ebuild 2927 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 dc8b953d80ad954d0016f88452864fa5 files/hpoj.init 195 MD5 e56953b799bb0ac5fa2e9cc49c885de2 files/ExMgr.cpp_patch 328 diff --git a/net-print/hpoj/hpoj-0.90-r1.ebuild b/net-print/hpoj/hpoj-0.90-r1.ebuild index 1a6d988c0ece..7439ddabd9c5 100644 --- a/net-print/hpoj/hpoj-0.90-r1.ebuild +++ b/net-print/hpoj/hpoj-0.90-r1.ebuild @@ -1,3 +1,7 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.90-r1.ebuild,v 1.2 2003/07/20 09:41:50 lanius Exp $ + DESCRIPTION="HP OfficeJet Linux driver" HOMEPAGE="http://hpoj.sourceforge.net/" SRC_URI="mirror://sourceforge/hpoj/${P}.tgz" @@ -86,8 +90,7 @@ src_install() { pkg_postinst() { echo - einfo "You might want to emerge net-print/hpijs too for better quality" - einfo "or app-admin/mtools for photo-card support." + einfo "You might want to emerge app-admin/mtools for photo-card support." echo einfo "Before starting hpoj you have to set it up with 'ptal-init setup'" echo |