diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-08-17 23:09:56 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-08-17 23:09:56 +0000 |
commit | ad00df32af7b2333dfaa7c658daad6585b968001 (patch) | |
tree | e3338c16407bd31b7c49ef680bb9e95cb3d5de42 /net-print | |
parent | Bump version (diff) | |
download | gentoo-2-ad00df32af7b2333dfaa7c658daad6585b968001.tar.gz gentoo-2-ad00df32af7b2333dfaa7c658daad6585b968001.tar.bz2 gentoo-2-ad00df32af7b2333dfaa7c658daad6585b968001.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() { :; } |