summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-07-01 04:18:20 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-07-01 04:18:20 +0000
commit7fb53bfe8585cf7a43b8d3a99d28459b913382b8 (patch)
tree368c5783a3204c2747e8bf372448bb5f9b437b56 /www-servers/boa/boa-0.94.14_rc21.ebuild
parentnet-misc/howl is going away; make avahi non-optional (bug #183776) (diff)
downloadgentoo-2-7fb53bfe8585cf7a43b8d3a99d28459b913382b8.tar.gz
gentoo-2-7fb53bfe8585cf7a43b8d3a99d28459b913382b8.tar.bz2
gentoo-2-7fb53bfe8585cf7a43b8d3a99d28459b913382b8.zip
- Fix build error w/ USE="tetex". (bug #102174, Jochen Schlick)
- Make conf.d/boa look for config in /etc/boa. (bug #101600, Matt Thompson) - Update metadata.xml to list www-servers as proxy-maintainer. - Remove old version. (Portage version: 2.1.3_rc6)
Diffstat (limited to 'www-servers/boa/boa-0.94.14_rc21.ebuild')
-rw-r--r--www-servers/boa/boa-0.94.14_rc21.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/www-servers/boa/boa-0.94.14_rc21.ebuild b/www-servers/boa/boa-0.94.14_rc21.ebuild
index 71e156c36592..c945224ed6a5 100644
--- a/www-servers/boa/boa-0.94.14_rc21.ebuild
+++ b/www-servers/boa/boa-0.94.14_rc21.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/boa/boa-0.94.14_rc21.ebuild,v 1.2 2006/12/10 09:06:58 beu Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/boa/boa-0.94.14_rc21.ebuild,v 1.3 2007/07/01 04:18:20 dirtyepic Exp $
inherit eutils
@@ -18,6 +18,13 @@ DEPEND="sys-devel/flex
sys-devel/bison
tetex? ( virtual/tetex )"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ epatch "${FILESDIR}"/${P}-texi.patch
+}
+
src_compile() {
econf || die "econf failed"
emake || die "emake failed"