diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:41:24 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:41:24 +0000 |
commit | d4bcb9b6d9fe04055ff2408261c4e366fae3922c (patch) | |
tree | 4480baa861aa7ebe8259500b10a2c65106a3dabf /www-apps/trac | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | gentoo-2-d4bcb9b6d9fe04055ff2408261c4e366fae3922c.tar.gz gentoo-2-d4bcb9b6d9fe04055ff2408261c4e366fae3922c.tar.bz2 gentoo-2-d4bcb9b6d9fe04055ff2408261c4e366fae3922c.zip |
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'www-apps/trac')
-rw-r--r-- | www-apps/trac/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/trac/trac-0.10.3.1.ebuild | 4 | ||||
-rw-r--r-- | www-apps/trac/trac-0.10.4.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/www-apps/trac/ChangeLog b/www-apps/trac/ChangeLog index a16c1f877739..a6eecdf179d1 100644 --- a/www-apps/trac/ChangeLog +++ b/www-apps/trac/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/trac # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/ChangeLog,v 1.58 2007/06/19 12:23:25 dju Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/ChangeLog,v 1.59 2007/07/29 17:41:24 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> trac-0.10.3.1.ebuild, + trac-0.10.4.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 19 Jun 2007; Julien Allanos <dju@gentoo.org> files/tracd.initd: Fixed tracd init script, closing bug #179197. diff --git a/www-apps/trac/trac-0.10.3.1.ebuild b/www-apps/trac/trac-0.10.3.1.ebuild index 241a4ca60c21..6dbbbe7da7b8 100644 --- a/www-apps/trac/trac-0.10.3.1.ebuild +++ b/www-apps/trac/trac-0.10.3.1.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-apps/trac/trac-0.10.3.1.ebuild,v 1.3 2007/03/20 20:25:22 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/trac-0.10.3.1.ebuild,v 1.4 2007/07/29 17:41:24 phreak Exp $ inherit distutils webapp @@ -45,7 +45,7 @@ DEPEND="${DEPEND} # # Usage: built_with_use_error <category/package> <functionality> [<USE flag>] # ex: built_with_use_error dev-util/subversion python -# or: built_with_use_error net-www/apache LDAP ldap +# or: built_with_use_error www-servers/apache LDAP ldap # # Typical usage: # if ! built_with_use dev-util/subversion python ; then diff --git a/www-apps/trac/trac-0.10.4.ebuild b/www-apps/trac/trac-0.10.4.ebuild index b1d4c4dd1cbf..cc9a95e3a3df 100644 --- a/www-apps/trac/trac-0.10.4.ebuild +++ b/www-apps/trac/trac-0.10.4.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-apps/trac/trac-0.10.4.ebuild,v 1.1 2007/04/23 12:51:26 dju Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/trac-0.10.4.ebuild,v 1.2 2007/07/29 17:41:24 phreak Exp $ inherit distutils webapp @@ -45,7 +45,7 @@ DEPEND="${DEPEND} # # Usage: built_with_use_die <category/package> <functionality> [<USE flag>] # ex: built_with_use_die dev-util/subversion python -# or: built_with_use_die net-www/apache LDAP ldap +# or: built_with_use_die www-servers/apache LDAP ldap # # Typical usage: # if ! built_with_use dev-util/subversion python ; then |