diff options
author | Christian Parpart <trapni@gentoo.org> | 2005-01-29 02:36:31 +0000 |
---|---|---|
committer | Christian Parpart <trapni@gentoo.org> | 2005-01-29 02:36:31 +0000 |
commit | d3227bf6a9641e5b74eef2fbf642556090a7d933 (patch) | |
tree | 3300fc4a683e4915e6a3cf46fe0ad9813300bd4a /net-www/gentoo-webroot-default | |
parent | header fix (diff) | |
download | gentoo-2-d3227bf6a9641e5b74eef2fbf642556090a7d933.tar.gz gentoo-2-d3227bf6a9641e5b74eef2fbf642556090a7d933.tar.bz2 gentoo-2-d3227bf6a9641e5b74eef2fbf642556090a7d933.zip |
Adding pkg_config notice to enduser, so, that they don't just watch to /dev/null when invoking `ebuild foo config`
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-www/gentoo-webroot-default')
-rw-r--r-- | net-www/gentoo-webroot-default/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-www/gentoo-webroot-default/ChangeLog b/net-www/gentoo-webroot-default/ChangeLog index acbdea7f27a7..535f76538d3d 100644 --- a/net-www/gentoo-webroot-default/ChangeLog +++ b/net-www/gentoo-webroot-default/ChangeLog @@ -1,6 +1,11 @@ # 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.5 2005/01/28 22:00:58 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gentoo-webroot-default/ChangeLog,v 1.6 2005/01/29 02:36:31 trapni Exp $ + + 29 Jan 2005; Christian Parpart <trapni@gentoo.org> + gentoo-webroot-default-0.1.ebuild: + Adding pkg_config notice to enduser, so, that they don't just watch to + /dev/null when invoking `ebuild foo config` 28 Jan 2005; Michael Hanselmann <hansmi@gentoo.org> gentoo-webroot-default-0.1.ebuild: 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 991aec921f35..0b94b1ee030f 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.8 2005/01/28 22:00:58 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild,v 1.9 2005/01/29 02:36:31 trapni Exp $ DESCRIPTION="This is the default Gentoo WebServer content" HOMEPAGE="http://www.gentoo.org/" @@ -35,6 +35,7 @@ pkg_postinst() { } pkg_config() { + ebegin "Installing webroot to /var/www/localhost" cp -r /usr/share/doc/${PF}/webroot/htdocs /var/www/localhost + eend $? } - |