diff options
author | 2008-05-24 12:26:36 +0000 | |
---|---|---|
committer | 2008-05-24 12:26:36 +0000 | |
commit | c98061d65449004e8ee60a197840316aaf055f7e (patch) | |
tree | 354833d52dc260ccb05dd1bd8abd84e0fda03084 /app-text/ggv/ggv-2.12.0.ebuild | |
parent | Keyword ~amd64. (diff) | |
download | historical-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.ebuild | 11 |
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 -} |