diff options
author | 2004-06-20 14:37:01 +0000 | |
---|---|---|
committer | 2004-06-20 14:37:01 +0000 | |
commit | 5b2457e423fa2fff120a9cb5cf3ad230f18f8334 (patch) | |
tree | 26f6e78e5e673de60f245568fd52d403b89f6ab7 | |
parent | Changed categor to net-www. (Manifest recommit) (diff) | |
download | gentoo-2-5b2457e423fa2fff120a9cb5cf3ad230f18f8334.tar.gz gentoo-2-5b2457e423fa2fff120a9cb5cf3ad230f18f8334.tar.bz2 gentoo-2-5b2457e423fa2fff120a9cb5cf3ad230f18f8334.zip |
Stable on x86.
-rw-r--r-- | net-www/mod_layout/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_layout/mod_layout-3.2.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-www/mod_layout/ChangeLog b/net-www/mod_layout/ChangeLog index 3a212e933fc9..e549b8b40db0 100644 --- a/net-www/mod_layout/ChangeLog +++ b/net-www/mod_layout/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_layout # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/ChangeLog,v 1.5 2004/05/07 12:41:09 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/ChangeLog,v 1.6 2004/06/20 14:37:01 zul Exp $ + + 20 Jun 2004; Chuck Short <zul@gentoo.org> mod_layout-3.2.1.ebuild: + Stable on x86. Changed category to net-www. *mod_layout-3.2.1 (08 May 2004) diff --git a/net-www/mod_layout/mod_layout-3.2.1.ebuild b/net-www/mod_layout/mod_layout-3.2.1.ebuild index 33f0a34eee34..69d2c5c65a66 100644 --- a/net-www/mod_layout/mod_layout-3.2.1.ebuild +++ b/net-www/mod_layout/mod_layout-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-3.2.1.ebuild,v 1.1 2004/05/07 12:41:09 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-3.2.1.ebuild,v 1.2 2004/06/20 14:37:01 zul Exp $ DESCRIPTION="An Apache DSO module for adding custom headers and/or footers" @@ -11,7 +11,7 @@ DEPEND="=net-www/apache-1* RDEPEND="" LICENSE="Apache-1.1" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" SLOT="0" @@ -32,7 +32,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo "Execute \"ebuild /var/db/pkg/net-www/${PF}/${PF}.ebuild config\"" einfo "to have your apache.conf auto-updated for use with this module." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo |