summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-05-24 12:26:36 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-05-24 12:26:36 +0000
commitc98061d65449004e8ee60a197840316aaf055f7e (patch)
tree354833d52dc260ccb05dd1bd8abd84e0fda03084 /app-text/ggv/ggv-2.12.0.ebuild
parentKeyword ~amd64. (diff)
downloadhistorical-c98061d65449004e8ee60a197840316aaf055f7e.tar.gz
historical-c98061d65449004e8ee60a197840316aaf055f7e.tar.bz2
historical-c98061d65449004e8ee60a197840316aaf055f7e.zip
remove unneeded src_unpack
Package-Manager: portage-2.1.5
Diffstat (limited to 'app-text/ggv/ggv-2.12.0.ebuild')
-rw-r--r--app-text/ggv/ggv-2.12.0.ebuild11
1 files changed, 2 insertions, 9 deletions
diff --git a/app-text/ggv/ggv-2.12.0.ebuild b/app-text/ggv/ggv-2.12.0.ebuild
index 02969e192dc8..8e1878473ac5 100644
--- a/app-text/ggv/ggv-2.12.0.ebuild
+++ b/app-text/ggv/ggv-2.12.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-2.12.0.ebuild,v 1.4 2007/07/12 04:37:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-2.12.0.ebuild,v 1.5 2008/05/24 12:26:36 eva Exp $
inherit gnome2
@@ -30,10 +30,3 @@ DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
pkg_setup() {
G2CONF="${G2CONF} --enable-pdf-options $(use_enable debug bonobo-debug)"
}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- gnome2_omf_fix
-}