diff options
author | 2005-04-28 22:45:41 +0000 | |
---|---|---|
committer | 2005-04-28 22:45:41 +0000 | |
commit | 249f1148f53237c0c49c415afc7e80d50bd88e7f (patch) | |
tree | 4857f6f8017e36d9a47ad92f5db3b3ed46437eb0 /gnome-extra/gnome-system-monitor/gnome-system-monitor-2.10.0.ebuild | |
parent | Cleaning and bumping (diff) | |
download | historical-249f1148f53237c0c49c415afc7e80d50bd88e7f.tar.gz historical-249f1148f53237c0c49c415afc7e80d50bd88e7f.tar.bz2 historical-249f1148f53237c0c49c415afc7e80d50bd88e7f.zip |
fixup some warnings& cleanup
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'gnome-extra/gnome-system-monitor/gnome-system-monitor-2.10.0.ebuild')
-rw-r--r-- | gnome-extra/gnome-system-monitor/gnome-system-monitor-2.10.0.ebuild | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.10.0.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.10.0.ebuild index c592adcc87d7..d2dc978374a9 100644 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.10.0.ebuild +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-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-extra/gnome-system-monitor/gnome-system-monitor-2.10.0.ebuild,v 1.1 2005/03/09 07:55:06 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-system-monitor/gnome-system-monitor-2.10.0.ebuild,v 1.2 2005/04/28 22:45:41 foser Exp $ -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="The Gnome System Monitor" HOMEPAGE="http://www.gnome.org/" @@ -27,3 +27,13 @@ DEPEND=">=dev-util/pkgconfig-0.12.0 DOCS="AUTHORS ChangeLog HACKING README NEWS TODO" USE_DESTDIR="1" + +src_unpack() { + + unpack ${A} + + cd ${S} + # remove warnings + epatch ${FILESDIR}/${PN}-2.10.1-icon_warning.patch + +} |