diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-01-28 17:03:19 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-01-28 17:03:19 +0000 |
commit | b0761af705cb6f39e6ae8afb1aed0d50675f3573 (patch) | |
tree | b100700e89bac70799a4fa3047ed15758f25b1e0 /net-www | |
parent | Use CXXFLAGS instead of CFLAGS, closes bug #79828 (diff) | |
download | historical-b0761af705cb6f39e6ae8afb1aed0d50675f3573.tar.gz historical-b0761af705cb6f39e6ae8afb1aed0d50675f3573.tar.bz2 historical-b0761af705cb6f39e6ae8afb1aed0d50675f3573.zip |
Added icons and sample cgis. Fixed bug #79722
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-www')
4 files changed, 22 insertions, 6 deletions
diff --git a/net-www/gentoo-webroot-default/ChangeLog b/net-www/gentoo-webroot-default/ChangeLog index 8bfdc26d5bc4..8995d57a871f 100644 --- a/net-www/gentoo-webroot-default/ChangeLog +++ b/net-www/gentoo-webroot-default/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/gentoo-webroot-default # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/gentoo-webroot-default/ChangeLog,v 1.3 2005/01/25 13:10:01 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gentoo-webroot-default/ChangeLog,v 1.4 2005/01/28 17:03:19 hollow Exp $ + + 28 Jan 2005; Benedikt Boehm <hollow@gentoo.org> + gentoo-webroot-default-0.1.ebuild: + Added icons and sample cgis. Fixed bug #79722 25 Jan 2005; Michael Stewart <vericgar@gentoo.org> gentoo-webroot-default-0.1.ebuild: diff --git a/net-www/gentoo-webroot-default/Manifest b/net-www/gentoo-webroot-default/Manifest index 248de350ccab..61350cbe1601 100644 --- a/net-www/gentoo-webroot-default/Manifest +++ b/net-www/gentoo-webroot-default/Manifest @@ -1,4 +1,14 @@ -MD5 2ef691a360d5c7879f879c76d9605668 ChangeLog 688 -MD5 bf01c1b5c256cc894868c405379c71b8 gentoo-webroot-default-0.1.ebuild 955 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 7811b39cffb2eff680785879bda55fbe ChangeLog 822 +MD5 36f2ac69332b65a075874260d1861060 gentoo-webroot-default-0.1.ebuild 1003 MD5 c5683447f4654608f8b9bc6ce7f5f3c8 metadata.xml 264 -MD5 07902a01b0d7b7ccff7d9fb671078f2b files/digest-gentoo-webroot-default-0.1 78 +MD5 48818134df7582c86c15175f7b0687e1 files/digest-gentoo-webroot-default-0.1 78 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFB+nCfmPFBzbX68WERAnBfAJ42Cd4u5cxNWXmJMsDknvHHpPwTWwCfZ+J8 +nYqPhbJueN0r39D7/9xSvWE= +=kmIR +-----END PGP SIGNATURE----- diff --git a/net-www/gentoo-webroot-default/files/digest-gentoo-webroot-default-0.1 b/net-www/gentoo-webroot-default/files/digest-gentoo-webroot-default-0.1 index 124460daf624..ac8c82cda2bd 100644 --- a/net-www/gentoo-webroot-default/files/digest-gentoo-webroot-default-0.1 +++ b/net-www/gentoo-webroot-default/files/digest-gentoo-webroot-default-0.1 @@ -1 +1 @@ -MD5 54a71c7484274b33fb2dcb13c02e7402 gentoo-webroot-default-0.1.tar.bz2 13448 +MD5 1c2a77dfc84321dd9792f49f72bf9417 gentoo-webroot-default-0.1.tar.bz2 76127 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 0694f892f506..2f2ebb5d49ce 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.6 2005/01/25 13:10:01 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild,v 1.7 2005/01/28 17:03:19 hollow Exp $ DESCRIPTION="This is the default Gentoo WebServer content" HOMEPAGE="http://www.gentoo.org/" @@ -20,6 +20,8 @@ src_install() { insinto /var/www/localhost/ fi doins -r webroot/htdocs + doins -r webroot/icons + doins -r webroot/cgi-bin dodoc AUTHORS README TODO } |