summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-07-10 15:56:12 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-07-10 15:56:12 +0000
commit769463dc85aa9cd67ed2dca3b52e2b94a70fda78 (patch)
treec50eca7a492e60014c65a9199506d6aaf5f27e75 /net-print/omni
parentadd id back into SRC_URI #98518 (diff)
downloadhistorical-769463dc85aa9cd67ed2dca3b52e2b94a70fda78.tar.gz
historical-769463dc85aa9cd67ed2dca3b52e2b94a70fda78.tar.bz2
historical-769463dc85aa9cd67ed2dca3b52e2b94a70fda78.zip
small fix
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-print/omni')
-rw-r--r--net-print/omni/Manifest10
-rw-r--r--net-print/omni/omni-0.9.1.ebuild4
-rw-r--r--net-print/omni/omni-0.9.2.ebuild4
3 files changed, 14 insertions, 4 deletions
diff --git a/net-print/omni/Manifest b/net-print/omni/Manifest
index 8839daeb5ac6..d4bf9e08cbc1 100644
--- a/net-print/omni/Manifest
+++ b/net-print/omni/Manifest
@@ -1,6 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 c41bc1e65ede00dc0e0b9ed1a41336bc omni-0.9.1.ebuild 1422
MD5 36c8b5a0eab6b33bf4f22c8f8176f876 ChangeLog 1093
MD5 1d0faaeaf12b2b9e9c257d3d91411d94 omni-0.9.2.ebuild 1778
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
MD5 b4fb01c3394f59f16ff3ecffb7457ec1 files/digest-omni-0.9.1 63
MD5 49f24c62ec6b52af1a05fde619ed383b files/digest-omni-0.9.2 277
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFC0UW/evY57Fted3ERAs1kAJ9GU+11gpXXQL8kNFHIkym20s4BLwCfVmwG
+LkEfjQyVEs9CspyuVZk2mxA=
+=YqoN
+-----END PGP SIGNATURE-----
diff --git a/net-print/omni/omni-0.9.1.ebuild b/net-print/omni/omni-0.9.1.ebuild
index e7babcc33d95..8d474dc8c4bb 100644
--- a/net-print/omni/omni-0.9.1.ebuild
+++ b/net-print/omni/omni-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/omni/omni-0.9.1.ebuild,v 1.2 2005/06/07 14:59:54 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/omni/omni-0.9.1.ebuild,v 1.3 2005/07/10 15:56:12 lanius Exp $
DESCRIPTION="Omni provides support for many printers with a pluggable framework (easy to add devices)"
HOMEPAGE="http://sourceforge.net/projects/omniprint"
@@ -32,7 +32,7 @@ src_compile() {
libtoolize --copy --force
- LANG="" ./setupOmni ${myconf} || die
+ LC_ALL="" LC_NUMERIC="" LANG="" ./setupOmni ${myconf} || die
if use ppds && use cups; then
sed -i -e "s/model\/foomatic/model\/omni/g" CUPS/Makefile \
diff --git a/net-print/omni/omni-0.9.2.ebuild b/net-print/omni/omni-0.9.2.ebuild
index 085dc7928585..2ab6100eee07 100644
--- a/net-print/omni/omni-0.9.2.ebuild
+++ b/net-print/omni/omni-0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/omni/omni-0.9.2.ebuild,v 1.2 2005/06/08 08:38:01 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/omni/omni-0.9.2.ebuild,v 1.3 2005/07/10 15:56:12 lanius Exp $
inherit eutils
@@ -45,7 +45,7 @@ src_compile() {
libtoolize --copy --force
- LANG="" ./setupOmni ${myconf} --disable-device-xml --enable-device-compile || die
+ LC_ALL="" LC_NUMERIC="" LANG="" ./setupOmni ${myconf} --disable-device-xml --enable-device-compile || die
if use ppds && use cups; then
sed -i -e "s/model\/foomatic/model\/omni/g" CUPS/Makefile \