Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 77239 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/gnome-extra/gnome-vfs-httpcaptive/gnome-vfs-httpcaptive-2.3.8.ebuild (-3 / +10 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2004 Gentoo Foundation
1
# Copyright 1999-2004 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-vfs-httpcaptive/gnome-vfs-httpcaptive-2.3.8.ebuild,v 1.1 2004/12/02 19:42:21 genstef Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-vfs-httpcaptive/gnome-vfs-httpcaptive-2.3.8-r1.ebuild,v 1.0 2005/01/9 1:42:21 genstef Exp $
4
4
5
inherit gnome2
5
inherit eutils gnome2
6
6
7
S=${WORKDIR}/${P}captive2
7
S=${WORKDIR}/${P}captive2
8
8
Lines 15-23 Link Here
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
KEYWORDS="~x86"
16
KEYWORDS="~x86"
17
17
18
RDEPEND="=gnome-base/gnome-vfs-2.6*"
18
RDEPEND="=gnome-base/gnome-vfs-2.8*"
19
19
20
DEPEND="${RDEPEND}
20
DEPEND="${RDEPEND}
21
	>=dev-util/pkgconfig-0.9"
21
	>=dev-util/pkgconfig-0.9"
22
22
23
src_unpack() {
24
	unpack ${A}
25
	cd ${S}
26
	# fix to work with gnome-vfs-2.8.x
27
	epatch ${FILESDIR}/gnome-vfs-2.8.patch
28
}
29
23
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"
30
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"

Return to bug 77239