diff options
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/gorg/ChangeLog | 7 | ||||
-rw-r--r-- | www-servers/gorg/gorg-0.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www-servers/gorg/ChangeLog b/www-servers/gorg/ChangeLog index e8907598dbb1..7f2e4375cf88 100644 --- a/www-servers/gorg/ChangeLog +++ b/www-servers/gorg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/gorg -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v 1.4 2005/12/15 21:39:46 flameeyes Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v 1.5 2006/03/28 07:16:15 flameeyes Exp $ + + 28 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> gorg-0.5.ebuild: + Fix keepdir. 15 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> gorg-0.5.ebuild: Added ~amd64 keyword as per bug #104720. diff --git a/www-servers/gorg/gorg-0.5.ebuild b/www-servers/gorg/gorg-0.5.ebuild index 064786f330eb..8d32df65d794 100644 --- a/www-servers/gorg/gorg-0.5.ebuild +++ b/www-servers/gorg/gorg-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.5.ebuild,v 1.4 2005/12/15 21:39:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.5.ebuild,v 1.5 2006/03/28 07:16:15 flameeyes Exp $ inherit ruby @@ -22,7 +22,7 @@ RDEPEND="apache? ( net-www/apache ) src_install() { ruby_src_install - keepdir etc/gorg + keepdir /etc/gorg diropts -m0750 -o apache -g apache; dodir /var/cache/gorg insinto etc/gorg ; doins ${S}/etc/gorg/* dodoc Changelog |