diff options
author | 2002-08-17 23:09:56 +0000 | |
---|---|---|
committer | 2002-08-17 23:09:56 +0000 | |
commit | 5fb13f4437b6e3f271762f7491e14ae56a770bb7 (patch) | |
tree | 797d1bb070a97e86380df0a0242bc90c49ec7cc0 /net-print | |
parent | Bump version (diff) | |
download | historical-5fb13f4437b6e3f271762f7491e14ae56a770bb7.tar.gz historical-5fb13f4437b6e3f271762f7491e14ae56a770bb7.tar.bz2 historical-5fb13f4437b6e3f271762f7491e14ae56a770bb7.zip |
Closes #6427.
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hp-web-jetadmin/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/hp-web-jetadmin/hp-web-jetadmin-6.5-r2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-print/hp-web-jetadmin/ChangeLog b/net-print/hp-web-jetadmin/ChangeLog index eed2f04e80d3..7193c6740355 100644 --- a/net-print/hp-web-jetadmin/ChangeLog +++ b/net-print/hp-web-jetadmin/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for net-print/hp-web-jetadmin # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-print/hp-web-jetadmin/ChangeLog,v 1.3 2002/07/14 20:41:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hp-web-jetadmin/ChangeLog,v 1.4 2002/08/17 23:09:56 aliz Exp $ *hp-web-jetadmin-6.5-r2 (4 May 2002) + 18 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> hp-web-jetadmin-6.5-r2.ebuild : + Since it is a binary package the only way to make this install was to add + SANDBOX_DISABLED="1" to the ebuild. + 14 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> hp-web-jetadmin-6.5-r2.ebuild : Added KEYWORDS. diff --git a/net-print/hp-web-jetadmin/hp-web-jetadmin-6.5-r2.ebuild b/net-print/hp-web-jetadmin/hp-web-jetadmin-6.5-r2.ebuild index fc253861e456..82ccb49bd07f 100644 --- a/net-print/hp-web-jetadmin/hp-web-jetadmin-6.5-r2.ebuild +++ b/net-print/hp-web-jetadmin/hp-web-jetadmin-6.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-print/hp-web-jetadmin/hp-web-jetadmin-6.5-r2.ebuild,v 1.2 2002/07/14 20:41:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hp-web-jetadmin/hp-web-jetadmin-6.5-r2.ebuild,v 1.3 2002/08/17 23:09:56 aliz Exp $ # This package, in its most basic form (no optional components) will install # some 4300 files, totalling some 45MB. According to HP the minimum system @@ -20,6 +20,7 @@ SRC_URI="http://ftp.hp.com/pub/networking/software/hpwebjet_linux.selfx DEPEND="virtual/glibc" LICENSE="HP" SLOT="0" +SANDBOX_DISABLED="1" src_unpack() { :; } ; src_compile() { :; } |