diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:33:28 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:33:28 +0000 |
commit | 2a7d9c4cdb6adfccfc899d579d0d1908e6a16635 (patch) | |
tree | 21a01ffccc37f5ac5e45fdc274e4579834838e61 /www-apps/gnopaste | |
parent | Drop unused and broken versions. (diff) | |
download | historical-2a7d9c4cdb6adfccfc899d579d0d1908e6a16635.tar.gz historical-2a7d9c4cdb6adfccfc899d579d0d1908e6a16635.tar.bz2 historical-2a7d9c4cdb6adfccfc899d579d0d1908e6a16635.zip |
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'www-apps/gnopaste')
-rw-r--r-- | www-apps/gnopaste/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/gnopaste/gnopaste-0.5.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/gnopaste/ChangeLog b/www-apps/gnopaste/ChangeLog index f74b83ac2312..799a1decfef1 100644 --- a/www-apps/gnopaste/ChangeLog +++ b/www-apps/gnopaste/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/gnopaste # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gnopaste/ChangeLog,v 1.3 2007/05/31 19:48:19 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gnopaste/ChangeLog,v 1.4 2007/07/29 17:27:15 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> gnopaste-0.5.5.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 31 May 2007; Jurek Bartuszek <jurek@gentoo.org> +files/postinstall-en-0.5.5.txt: diff --git a/www-apps/gnopaste/gnopaste-0.5.5.ebuild b/www-apps/gnopaste/gnopaste-0.5.5.ebuild index bd1175967bbd..d469014ab94f 100644 --- a/www-apps/gnopaste/gnopaste-0.5.5.ebuild +++ b/www-apps/gnopaste/gnopaste-0.5.5.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/gnopaste/gnopaste-0.5.5.ebuild,v 1.2 2007/05/11 20:04:43 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gnopaste/gnopaste-0.5.5.ebuild,v 1.3 2007/07/29 17:27:15 phreak Exp $ inherit webapp @@ -17,7 +17,7 @@ KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="virtual/mysql - net-www/apache + www-servers/apache dev-lang/php" src_install() { |