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

Collapse All | Expand All

(-)/usr/portage/gnome-base/libgnomeprintui/libgnomeprintui-2.8.1.ebuild (-3 / +9 lines)
Lines 2-8 Link Here
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-base/libgnomeprintui/libgnomeprintui-2.8.1.ebuild,v 1.1 2004/11/29 09:28:27 obz Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.8.1.ebuild,v 1.1 2004/11/29 09:28:27 obz Exp $
4
4
5
inherit gnome2
5
inherit gnome2 eutils
6
6
7
DESCRIPTION="user interface libraries for gnome print"
7
DESCRIPTION="user interface libraries for gnome print"
8
HOMEPAGE="http://www.gnome.org/"
8
HOMEPAGE="http://www.gnome.org/"
Lines 14-21 IUSE="doc" Link Here
14
14
15
RDEPEND=">=x11-libs/gtk+-2.4
15
RDEPEND=">=x11-libs/gtk+-2.4
16
	=gnome-base/libgnomeprint-${PV}*
16
	=gnome-base/libgnomeprint-${PV}*
17
	>=gnome-base/libgnomecanvas-2
17
	>=gnome-base/libgnomecanvas-2"
18
	>=x11-themes/gnome-icon-theme-1.2.0"
19
18
20
DEPEND="${RDEPEND}
19
DEPEND="${RDEPEND}
21
	sys-devel/gettext
20
	sys-devel/gettext
Lines 23-25 DEPEND="${RDEPEND} Link Here
23
	doc? ( >=dev-util/gtk-doc-1 )"
22
	doc? ( >=dev-util/gtk-doc-1 )"
24
23
25
DOCS="AUTHORS ChangeLog NEWS README"
24
DOCS="AUTHORS ChangeLog NEWS README"
25
26
src_unpack() {
27
	unpack ${A}
28
	cd ${S}
29
	epatch ${FILESDIR}/${P}-noicon.diff
30
}
31

Return to bug 72901