summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 20:50:18 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 20:50:18 +0000
commita61a2cf9207741f0d4c45f0285b884d7a5506a27 (patch)
tree71dc29f3ce4ef88cc1128ee306235b290e57215b /app-doc/howto-html-single
parentChanged mkdir ${D} to dodir ${D} (diff)
downloadgentoo-2-a61a2cf9207741f0d4c45f0285b884d7a5506a27.tar.gz
gentoo-2-a61a2cf9207741f0d4c45f0285b884d7a5506a27.tar.bz2
gentoo-2-a61a2cf9207741f0d4c45f0285b884d7a5506a27.zip
Changed src_install () to src_install()
Diffstat (limited to 'app-doc/howto-html-single')
-rw-r--r--app-doc/howto-html-single/howto-html-single-20020328.ebuild12
-rw-r--r--app-doc/howto-html-single/howto-html-single-20021121.ebuild11
2 files changed, 6 insertions, 17 deletions
diff --git a/app-doc/howto-html-single/howto-html-single-20020328.ebuild b/app-doc/howto-html-single/howto-html-single-20020328.ebuild
index 7ec9cc2be6c2..58f12d9b248e 100644
--- a/app-doc/howto-html-single/howto-html-single-20020328.ebuild
+++ b/app-doc/howto-html-single/howto-html-single-20020328.ebuild
@@ -1,28 +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-single/howto-html-single-20020328.ebuild,v 1.7 2002/10/04 04:02:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20020328.ebuild,v 1.8 2002/11/30 20:45:54 vapier Exp $
MY_P="Linux-html-single-HOWTOs-${PV}"
S=${WORKDIR}
-
DESCRIPTION="The LDP howtos, html single-page format."
-
SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${MY_P}.tar.gz"
-
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-single
dosym /usr/share/doc/howto /usr/share/doc/HOWTO
-
- cd ${S}
+
insinto /usr/share/doc/howto/html-single
doins *
-
}
diff --git a/app-doc/howto-html-single/howto-html-single-20021121.ebuild b/app-doc/howto-html-single/howto-html-single-20021121.ebuild
index fd969b0c42c5..d4f7fd5a1857 100644
--- a/app-doc/howto-html-single/howto-html-single-20021121.ebuild
+++ b/app-doc/howto-html-single/howto-html-single-20021121.ebuild
@@ -1,28 +1,23 @@
# 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-single/howto-html-single-20021121.ebuild,v 1.1 2002/11/25 05:28:17 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20021121.ebuild,v 1.2 2002/11/30 20:47:13 vapier Exp $
MY_P="Linux-html-single-HOWTOs-${PV}"
S=${WORKDIR}
DESCRIPTION="The LDP howtos, html single-page 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-single
dosym /usr/share/doc/howto /usr/share/doc/HOWTO
-
- cd ${S}
+
insinto /usr/share/doc/howto/html-single
doins *
-
}