summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Brown <rbrown@gentoo.org>2007-04-23 17:15:36 +0000
committerRichard Brown <rbrown@gentoo.org>2007-04-23 17:15:36 +0000
commit1e819b0e4def62b0c1f8ffc0e103685df4c68cba (patch)
treea1a98b5e493aa16591d8516151489a01a0018877 /www-servers/gorg/gorg-0.6.1.ebuild
parentRe-add ~sparc keyword --- Bug 101326 is now fixed. (diff)
downloadhistorical-1e819b0e4def62b0c1f8ffc0e103685df4c68cba.tar.gz
historical-1e819b0e4def62b0c1f8ffc0e103685df4c68cba.tar.bz2
historical-1e819b0e4def62b0c1f8ffc0e103685df4c68cba.zip
Fix bug #133713, #173748, #175204. Remove old versions
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'www-servers/gorg/gorg-0.6.1.ebuild')
-rw-r--r--www-servers/gorg/gorg-0.6.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/www-servers/gorg/gorg-0.6.1.ebuild b/www-servers/gorg/gorg-0.6.1.ebuild
deleted file mode 100644
index 5fc2eef66a8c..000000000000
--- a/www-servers/gorg/gorg-0.6.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.6.1.ebuild,v 1.3 2007/02/10 13:57:59 beandog Exp $
-
-inherit ruby
-
-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="apache fastcgi mysql"
-
-SLOT="0"
-USE_RUBY="ruby18"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND=">=dev-libs/libxml2-2.6.16
- >=dev-libs/libxslt-1.1.12"
-RDEPEND="apache? ( net-www/apache )
- fastcgi? ( >=www-apache/mod_fcgid-1.05
- >=dev-ruby/ruby-fcgi-0.8.5-r1 )
- mysql? ( >=virtual/mysql-4.0
- >=dev-ruby/ruby-dbi-0.0.21
- >=dev-ruby/mysql-ruby-2.5 )"
-
-src_install() {
- ruby_src_install
-
- # install doesn't seem to chmod these correctly, forcing it here
- chmod +x ${D}/usr/lib/ruby/site_ruby/*/gorg/cgi-bin/*.cgi
- chmod +x ${D}/usr/lib/ruby/site_ruby/*/gorg/fcgi-bin/*.fcgi
-
- keepdir /etc/gorg
- diropts -m0750 -o apache -g apache; dodir /var/cache/gorg
- keepdir /var/cache/gorg
- insinto etc/gorg ; doins ${S}/etc/gorg/*
- dodoc Changelog
-}