diff options
author | Joe McCann <joem@gentoo.org> | 2005-03-09 23:58:37 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2005-03-09 23:58:37 +0000 |
commit | 816953bd4b5e362c61a7190ceaea1984db1ae82c (patch) | |
tree | ac6d1152506c6413bf073c3cef5eb15844f55ddc /gnome-base/libgnomeui | |
parent | Do not check for gcc dir when we check if modules are link to libs in /usr. (diff) | |
download | gentoo-2-816953bd4b5e362c61a7190ceaea1984db1ae82c.tar.gz gentoo-2-816953bd4b5e362c61a7190ceaea1984db1ae82c.tar.bz2 gentoo-2-816953bd4b5e362c61a7190ceaea1984db1ae82c.zip |
apply fosers patch
(Portage version: 2.0.51.19)
Diffstat (limited to 'gnome-base/libgnomeui')
-rw-r--r-- | gnome-base/libgnomeui/libgnomeui-2.10.0.ebuild | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gnome-base/libgnomeui/libgnomeui-2.10.0.ebuild b/gnome-base/libgnomeui/libgnomeui-2.10.0.ebuild index 8c46461f2c77..9759af7fc67e 100644 --- a/gnome-base/libgnomeui/libgnomeui-2.10.0.ebuild +++ b/gnome-base/libgnomeui/libgnomeui-2.10.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.10.0.ebuild,v 1.1 2005/03/09 03:27:54 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeui/libgnomeui-2.10.0.ebuild,v 1.2 2005/03/09 23:58:37 joem Exp $ -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="User Interface routines for Gnome" HOMEPAGE="http://www.gnome.org/" @@ -34,5 +34,14 @@ DEPEND="${RDEPEND} PDEPEND="x11-themes/gnome-themes x11-themes/gnome-icon-theme" +src_unpack() { + + unpack ${A} + cd ${S} + # cleanliness is ... (#68698) + epatch ${FILESDIR}/${PN}-2.8.0-ditch_ancient_pics.patch + + automake || die +} DOCS="AUTHORS ChangeLog NEWS README" USE_DESTDIR="1" |