diff options
Diffstat (limited to 'app-doc/howto-html-single')
-rw-r--r-- | app-doc/howto-html-single/howto-html-single-20020328.ebuild | 12 | ||||
-rw-r--r-- | app-doc/howto-html-single/howto-html-single-20021121.ebuild | 11 |
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 * - } |