diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:13:50 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:13:50 +0000 |
commit | ecbacc15e2a030dc54e2446e0b822e78f8185700 (patch) | |
tree | f47bb8450e978aafb2f47ac168c76cbd9a2b70ed /www-apache/anyterm | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | historical-ecbacc15e2a030dc54e2446e0b822e78f8185700.tar.gz historical-ecbacc15e2a030dc54e2446e0b822e78f8185700.tar.bz2 historical-ecbacc15e2a030dc54e2446e0b822e78f8185700.zip |
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622). Fixing the DEPEND/RDEPEND for the move of net-www/mod_auth_pam to www-apache/mod_auth_pam.
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'www-apache/anyterm')
-rw-r--r-- | www-apache/anyterm/ChangeLog | 11 | ||||
-rw-r--r-- | www-apache/anyterm/anyterm-1.1.8-r2.ebuild | 8 |
2 files changed, 14 insertions, 5 deletions
diff --git a/www-apache/anyterm/ChangeLog b/www-apache/anyterm/ChangeLog index 92e8158a0bf0..1b8151eee8b1 100644 --- a/www-apache/anyterm/ChangeLog +++ b/www-apache/anyterm/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for www-apache/anyterm # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/anyterm/ChangeLog,v 1.5 2007/05/26 11:08:14 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/anyterm/ChangeLog,v 1.6 2007/07/29 17:13:50 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> anyterm-1.1.8-r2.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). Fixing the DEPEND/RDEPEND for the move of + net-www/mod_auth_pam to www-apache/mod_auth_pam. + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> anyterm-1.1.8-r2.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 26 May 2007; Luca Longinotti <chtekk@gentoo.org> anyterm-1.1.8-r2.ebuild: Fix bug #179840. diff --git a/www-apache/anyterm/anyterm-1.1.8-r2.ebuild b/www-apache/anyterm/anyterm-1.1.8-r2.ebuild index 3847846194c3..2428d4831170 100644 --- a/www-apache/anyterm/anyterm-1.1.8-r2.ebuild +++ b/www-apache/anyterm/anyterm-1.1.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/anyterm/anyterm-1.1.8-r2.ebuild,v 1.3 2007/05/26 11:08:14 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/anyterm/anyterm-1.1.8-r2.ebuild,v 1.4 2007/07/29 17:13:50 phreak Exp $ inherit apache-module eutils toolchain-funcs webapp @@ -17,7 +17,7 @@ DEPEND="dev-libs/boost >=dev-libs/rote-0.2.8 >=sys-devel/gcc-3 virtual/ssh - pam? ( net-www/mod_auth_pam )" + pam? ( www-apache/mod_auth_pam )" RDEPEND="${DEPEND}" APACHE2_MOD_CONF="50_${PN}" @@ -36,8 +36,8 @@ pkg_setup() { apache-module_pkg_setup - use ssl && ! built_with_use net-www/apache ssl && \ - eerror "Build net-www/apache with USE=ssl." + use ssl && ! built_with_use www-servers/apache ssl && \ + eerror "Build www-servers/apache with USE=ssl." } src_unpack() { |