summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 20:44:50 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 20:44:50 +0000
commit4a36d26894ac89b9f30a2fb558493de8731b2448 (patch)
treedb7f5752985b9622d742f4c30b061e51c688297d /app-doc
parentChanged einstall||die to einstall (diff)
downloadgentoo-2-4a36d26894ac89b9f30a2fb558493de8731b2448.tar.gz
gentoo-2-4a36d26894ac89b9f30a2fb558493de8731b2448.tar.bz2
gentoo-2-4a36d26894ac89b9f30a2fb558493de8731b2448.zip
Changed src_install () to src_install()
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/howto-html/howto-html-20020328.ebuild13
-rw-r--r--app-doc/howto-html/howto-html-20021121.ebuild9
2 files changed, 6 insertions, 16 deletions
diff --git a/app-doc/howto-html/howto-html-20020328.ebuild b/app-doc/howto-html/howto-html-20020328.ebuild
index 7fcafcfb9eb4..9329590c7f4f 100644
--- a/app-doc/howto-html/howto-html-20020328.ebuild
+++ b/app-doc/howto-html/howto-html-20020328.ebuild
@@ -1,27 +1,22 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20020328.ebuild,v 1.5 2002/10/04 04:02:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20020328.ebuild,v 1.6 2002/11/30 20:40:15 vapier Exp $
MY_P="Linux-html-HOWTOs-${PV}"
S=${WORKDIR}/HOWTO
DESCRIPTION="The LDP howtos, html format."
-
SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${MY_P}.tar.gz"
-
-HOMEPAGE="http://www.linuxdoc.org"
+HOMEPAGE="http://www.linuxdoc.org/"
SLOT="0"
LICENSE="GPL-2 LDP"
KEYWORDS="x86 ppc sparc sparc64"
-src_install () {
-
+src_install() {
dodir /usr/share/doc/howto
dodir /usr/share/doc/howto/html
dosym /usr/share/doc/howto /usr/share/doc/HOWTO
-
- cd ${S}
+
cp -R * ${D}/usr/share/doc/howto/html
-
}
diff --git a/app-doc/howto-html/howto-html-20021121.ebuild b/app-doc/howto-html/howto-html-20021121.ebuild
index 53f18badd64a..dab3bafd7ca9 100644
--- a/app-doc/howto-html/howto-html-20021121.ebuild
+++ b/app-doc/howto-html/howto-html-20021121.ebuild
@@ -1,27 +1,22 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20021121.ebuild,v 1.1 2002/11/25 05:28:17 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20021121.ebuild,v 1.2 2002/11/30 20:44:50 vapier Exp $
MY_P="Linux-html-HOWTOs-${PV}"
S=${WORKDIR}/HOWTO
DESCRIPTION="The LDP howtos, html format."
-
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-
HOMEPAGE="http://www.linuxdoc.org"
SLOT="0"
LICENSE="GPL-2 LDP"
KEYWORDS="x86 ppc sparc sparc64"
-src_install () {
-
+src_install() {
dodir /usr/share/doc/howto
dodir /usr/share/doc/howto/html
dosym /usr/share/doc/howto /usr/share/doc/HOWTO
- cd ${S}
cp -R * ${D}/usr/share/doc/howto/html
-
}