public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-servers/gorg: ChangeLog gorg-0.6.3-r3.ebuild
@ 2009-08-24 16:43 Lance Albertson (ramereth)
  0 siblings, 0 replies; 2+ messages in thread
From: Lance Albertson (ramereth) @ 2009-08-24 16:43 UTC (permalink / raw
  To: gentoo-commits

ramereth    09/08/24 16:43:06

  Modified:             ChangeLog
  Added:                gorg-0.6.3-r3.ebuild
  Log:
  Add www-server/mod_fcgid dep if both apache2 & fastcgi use flags are enabled.
  Fixes bug #251177
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 www-servers/gorg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/gorg/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/gorg/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/gorg/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	13 Jun 2009 07:40:06 -0000	1.20
+++ ChangeLog	24 Aug 2009 16:43:06 -0000	1.21
@@ -1,6 +1,13 @@
 # ChangeLog for www-servers/gorg
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v 1.20 2009/06/13 07:40:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v 1.21 2009/08/24 16:43:06 ramereth Exp $
+
+*gorg-0.6.3-r3 (24 Aug 2009)
+
+  24 Aug 2009; Lance Albertson <ramereth@gentoo.org> +gorg-0.6.3-r3.ebuild:
+  Add www-server/mod_fcgid dep if both apache2 & fastcgi use flags are
+  enabled.
+  Fixes bug #251177
 
   13 Jun 2009; Hans de Graaff <graaff@gentoo.org> -gorg-0.5.ebuild,
   -gorg-0.6.3.ebuild, -gorg-0.6.3-r1.ebuild:



1.1                  www-servers/gorg/gorg-0.6.3-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/gorg/gorg-0.6.3-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/gorg/gorg-0.6.3-r3.ebuild?rev=1.1&content-type=text/plain

Index: gorg-0.6.3-r3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.6.3-r3.ebuild,v 1.1 2009/08/24 16:43:06 ramereth Exp $

EAPI=2

inherit ruby eutils

DESCRIPTION="Back-end XSLT processor for an XML-based web site"
HOMEPAGE="http://gentoo.neysx.org/mystuff/gorg/gorg.xml"
SRC_URI="http://gentoo.neysx.org/mystuff/gorg/${P}.tgz"
IUSE="apache2 fastcgi mysql"

SLOT="0"
USE_RUBY="ruby18"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"

DEPEND="virtual/ruby
	>=dev-libs/libxml2-2.6.16
	>=dev-libs/libxslt-1.1.12"
RDEPEND="${DEPEND}
	mysql? ( >=dev-ruby/ruby-dbi-0.0.21[mysql] )
	apache2? ( www-servers/apache
		fastcgi? ( www-apache/mod_fcgid ) )
	fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.5-r1 )"

pkg_setup() {
	enewgroup gorg
	enewuser  gorg -1 -1 -1 gorg
}

src_compile() {
	# Fix listen issue w/ webrick
	sed -i -e 's/WEBrick::HTTPServer.new(/WEBrick::HTTPServer.new( :BindAddress=>"127.0.0.1",/' lib/gorg/www.rb

	ruby_src_compile
}

src_install() {
	ruby_einstall

	# install doesn't seem to chmod these correctly, forcing it here
	SITE_LIB_DIR=`$RUBY -r rbconfig -e 'puts Config::CONFIG["sitelibdir"]'`
	chmod +x "${D}"/${SITE_LIB_DIR}/gorg/cgi-bin/*.cgi
	chmod +x "${D}"/${SITE_LIB_DIR}/gorg/fcgi-bin/*.fcgi

	keepdir /etc/gorg; insinto /etc/gorg ; doins etc/gorg/*
	diropts -m0770 -o gorg -g gorg; keepdir /var/cache/gorg

	dodoc Changelog README
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/gorg: ChangeLog gorg-0.6.3-r3.ebuild
@ 2011-04-09 18:11 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-04-09 18:11 UTC (permalink / raw
  To: gentoo-commits

graaff      11/04/09 18:11:04

  Modified:             ChangeLog
  Removed:              gorg-0.6.3-r3.ebuild
  Log:
  Remove old version.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 www-servers/gorg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	10 Nov 2010 06:04:48 -0000	1.25
+++ ChangeLog	9 Apr 2011 18:11:04 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/gorg
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v 1.25 2010/11/10 06:04:48 ramereth Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v 1.26 2011/04/09 18:11:04 graaff Exp $
+
+  09 Apr 2011; Hans de Graaff <graaff@gentoo.org> -gorg-0.6.3-r3.ebuild:
+  Remove old version.
 
   10 Nov 2010; Lance Albertson <ramereth@gentoo.org> metadata.xml:
   transfer maintainership over to robbat2






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-09 18:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-24 16:43 [gentoo-commits] gentoo-x86 commit in www-servers/gorg: ChangeLog gorg-0.6.3-r3.ebuild Lance Albertson (ramereth)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-09 18:11 Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox