summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2004-08-18 14:05:23 +0000
committerMichael Imhof <tantive@gentoo.org>2004-08-18 14:05:23 +0000
commit7feb1dce07ac9451fab273a30a588b7f4701f11b (patch)
treee0a9ba589b1608429311356f92d253395337875c
parentInitial import. Ebuild submitted by Thomas Buntrock <bunti@bunti-home.de>, cl... (diff)
downloadgentoo-2-7feb1dce07ac9451fab273a30a588b7f4701f11b.tar.gz
gentoo-2-7feb1dce07ac9451fab273a30a588b7f4701f11b.tar.bz2
gentoo-2-7feb1dce07ac9451fab273a30a588b7f4701f11b.zip
Changed '' to "" ...
-rw-r--r--app-misc/omnibook/omnibook-20040701.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/app-misc/omnibook/omnibook-20040701.ebuild b/app-misc/omnibook/omnibook-20040701.ebuild
index 0c6567459bc3..563910c66466 100644
--- a/app-misc/omnibook/omnibook-20040701.ebuild
+++ b/app-misc/omnibook/omnibook-20040701.ebuild
@@ -1,19 +1,19 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/omnibook/omnibook-20040701.ebuild,v 1.1 2004/07/20 16:56:42 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/omnibook/omnibook-20040701.ebuild,v 1.2 2004/08/18 14:05:23 tantive Exp $
-MY_PV='2004-07-01'
+MY_PV="2004-07-01"
MY_P="${PN}-${MY_PV}"
-DESCRIPTION='Linux kernel module for HP Omnibook support'
-HOMEPAGE='http://www.sourceforge.net/projects/omke'
+DESCRIPTION="Linux kernel module for HP Omnibook support"
+HOMEPAGE="http://www.sourceforge.net/projects/omke"
SRC_URI="mirror://sourceforge/omke/${MY_P}.tar.gz"
-LICENSE='GPL-2'
+LICENSE="GPL-2"
SLOT="${KV}"
-KEYWORDS='~x86'
-IUSE=''
+KEYWORDS="~x86"
+IUSE=""
-DEPEND='virtual/kernel'
+DEPEND="virtual/kernel"
S="${WORKDIR}/${MY_P}"
src_compile() {