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-pdf
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-pdf')
-rw-r--r--app-doc/howto-pdf/howto-pdf-20020328.ebuild10
-rw-r--r--app-doc/howto-pdf/howto-pdf-20021121.ebuild10
2 files changed, 6 insertions, 14 deletions
diff --git a/app-doc/howto-pdf/howto-pdf-20020328.ebuild b/app-doc/howto-pdf/howto-pdf-20020328.ebuild
index d0b129da1a37..14ed3e7ddf1d 100644
--- a/app-doc/howto-pdf/howto-pdf-20020328.ebuild
+++ b/app-doc/howto-pdf/howto-pdf-20020328.ebuild
@@ -1,28 +1,24 @@
# 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-pdf/howto-pdf-20020328.ebuild,v 1.7 2002/10/04 04:02:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-pdf/howto-pdf-20020328.ebuild,v 1.8 2002/11/30 20:47:53 vapier Exp $
MY_P="Linux-pdf-HOWTOs-${PV}"
S=${WORKDIR}/${MY_P}
DESCRIPTION="The LDP howtos, pdf 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/pdf
dosym /usr/share/doc/howto /usr/share/doc/HOWTO
-
+
cd ${WORKDIR}
insinto /usr/share/doc/howto/pdf
doins *
-
}
diff --git a/app-doc/howto-pdf/howto-pdf-20021121.ebuild b/app-doc/howto-pdf/howto-pdf-20021121.ebuild
index a90461adb200..48f0e70cbb1c 100644
--- a/app-doc/howto-pdf/howto-pdf-20021121.ebuild
+++ b/app-doc/howto-pdf/howto-pdf-20021121.ebuild
@@ -1,28 +1,24 @@
# 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-pdf/howto-pdf-20021121.ebuild,v 1.1 2002/11/25 05:28:17 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-pdf/howto-pdf-20021121.ebuild,v 1.2 2002/11/30 20:48:32 vapier Exp $
MY_P="Linux-pdf-HOWTOs-${PV}"
S=${WORKDIR}/${MY_P}
DESCRIPTION="The LDP howtos, pdf 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/pdf
dosym /usr/share/doc/howto /usr/share/doc/HOWTO
-
+
cd ${WORKDIR}
insinto /usr/share/doc/howto/pdf
doins *
-
}