summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 21:51:17 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 21:51:17 +0000
commit66999c66a8a819e98325e8ea29f3774da66e2185 (patch)
treee7acfb682ee41437eeffed9ed8f091fa62db757f /app-doc/selflinux
parentChanged mkdir ${D} to dodir ${D} (diff)
downloadhistorical-66999c66a8a819e98325e8ea29f3774da66e2185.tar.gz
historical-66999c66a8a819e98325e8ea29f3774da66e2185.tar.bz2
historical-66999c66a8a819e98325e8ea29f3774da66e2185.zip
Changed src_install () to src_install()
Diffstat (limited to 'app-doc/selflinux')
-rw-r--r--app-doc/selflinux/selflinux-0.1.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/app-doc/selflinux/selflinux-0.1.ebuild b/app-doc/selflinux/selflinux-0.1.ebuild
index 261d41889e77..b93779291e66 100644
--- a/app-doc/selflinux/selflinux-0.1.ebuild
+++ b/app-doc/selflinux/selflinux-0.1.ebuild
@@ -1,22 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.1.ebuild,v 1.1 2002/08/15 18:43:01 cybersystem Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.1.ebuild,v 1.2 2002/11/30 21:50:33 vapier Exp $
-# Unfortunately the real package name doesn't get along with portage
MY_P="basisrelease"
S=${WORKDIR}/${MY_P}
-DESCRIPTION="selflinux is a german-language hypertext tutorial about Linux"
-
+DESCRIPTION="german-language hypertext tutorial about Linux"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-HOMEPAGE="http://selflinux.sourceforge.net"
+HOMEPAGE="http://selflinux.sourceforge.net/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc sparc64"
-src_install () {
+src_install() {
dodir /usr/share/doc/selflinux
- cd ${S}
cp -R * ${D}/usr/share/doc/selflinux
}