summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2005-01-22 16:52:36 +0000
committerMichael Stewart <vericgar@gentoo.org>2005-01-22 16:52:36 +0000
commit1e4e8bd49da6109182e8b340689c4da88bf12e81 (patch)
tree239fc2fe9641ad429065dc7cbff1c9a196d5a0c0 /net-www/gentoo-webroot-default
parentVersion bump, stable on amd64. (diff)
downloadgentoo-2-1e4e8bd49da6109182e8b340689c4da88bf12e81.tar.gz
gentoo-2-1e4e8bd49da6109182e8b340689c4da88bf12e81.tar.bz2
gentoo-2-1e4e8bd49da6109182e8b340689c4da88bf12e81.zip
Path fixes because of new tarball
(Portage version: 2.0.51-r13)
Diffstat (limited to 'net-www/gentoo-webroot-default')
-rw-r--r--net-www/gentoo-webroot-default/Manifest4
-rw-r--r--net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild11
2 files changed, 9 insertions, 6 deletions
diff --git a/net-www/gentoo-webroot-default/Manifest b/net-www/gentoo-webroot-default/Manifest
index 9c4a90e1ab4c..c7d0ffee8bcd 100644
--- a/net-www/gentoo-webroot-default/Manifest
+++ b/net-www/gentoo-webroot-default/Manifest
@@ -1,4 +1,4 @@
-MD5 fe23578298695ed038bfa71e23144d5b gentoo-webroot-default-0.1.ebuild 582
-MD5 c5683447f4654608f8b9bc6ce7f5f3c8 metadata.xml 264
MD5 b6df2269ec469809f62c7cf04ddccf11 ChangeLog 386
+MD5 36aefa9c7f866f3e2ace0ca044546bb2 gentoo-webroot-default-0.1.ebuild 560
+MD5 c5683447f4654608f8b9bc6ce7f5f3c8 metadata.xml 264
MD5 07902a01b0d7b7ccff7d9fb671078f2b files/digest-gentoo-webroot-default-0.1 78
diff --git a/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild b/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild
index bf9f19c3e0c0..f6ee445a18df 100644
--- a/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild
+++ b/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild,v 1.3 2005/01/22 06:15:17 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild,v 1.4 2005/01/22 16:52:36 vericgar Exp $
DESCRIPTION="This is the default Gentoo WebServer content"
HOMEPAGE="http://www.gentoo.org/"
@@ -10,9 +10,12 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
+S=${WORKDIR}/${PF}
+
src_install() {
- insinto /var/www/localhost/htdocs
- doins ${WORKDIR}/${PF}/htdocs/index.html
- doins ${WORKDIR}/${PF}/htdocs/gentoo-logo.png
+ insinto /var/www/localhost/
+ doins -r webroot/htdocs
+
+ dodoc AUTHORS README TODO
}