diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-16 21:28:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-16 21:28:53 +0000 |
commit | 2e06c9c3278ffa8606b755d56cb92f6c9f603e67 (patch) | |
tree | 91e7b87ad538886287626d7ae8fcabd5625b340e /media-sound/grip | |
parent | Remove gnuconfig update. (diff) | |
download | historical-2e06c9c3278ffa8606b755d56cb92f6c9f603e67.tar.gz historical-2e06c9c3278ffa8606b755d56cb92f6c9f603e67.tar.bz2 historical-2e06c9c3278ffa8606b755d56cb92f6c9f603e67.zip |
Remove gnuconfig update.
Package-Manager: portage-2.1.1_pre1
Diffstat (limited to 'media-sound/grip')
-rw-r--r-- | media-sound/grip/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/grip/grip-3.3.0.ebuild | 4 | ||||
-rw-r--r-- | media-sound/grip/grip-3.3.1.ebuild | 10 |
3 files changed, 7 insertions, 13 deletions
diff --git a/media-sound/grip/ChangeLog b/media-sound/grip/ChangeLog index 76381e364482..aa427fcfe73b 100644 --- a/media-sound/grip/ChangeLog +++ b/media-sound/grip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/grip # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/ChangeLog,v 1.63 2006/04/03 16:13:04 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/ChangeLog,v 1.64 2006/06/16 21:12:06 flameeyes Exp $ + + 16 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> grip-3.3.0.ebuild, + grip-3.3.1.ebuild: + Remove gnuconfig update. 03 Apr 2006; Patrick McLean <chutzpah@gentoo.org> grip-3.3.0.ebuild, grip-3.3.1.ebuild: diff --git a/media-sound/grip/grip-3.3.0.ebuild b/media-sound/grip/grip-3.3.0.ebuild index 8bc2b981e9e9..e46b42e206ac 100644 --- a/media-sound/grip/grip-3.3.0.ebuild +++ b/media-sound/grip/grip-3.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.3.0.ebuild,v 1.11 2006/04/03 16:13:05 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.3.0.ebuild,v 1.12 2006/06/16 21:12:06 flameeyes Exp $ inherit gnuconfig flag-o-matic eutils toolchain-funcs @@ -34,8 +34,6 @@ src_unpack() { cd ${S} # see #84704 epatch ${FILESDIR}/${PV}-crashfix.patch - - gnuconfig_update } src_compile() { diff --git a/media-sound/grip/grip-3.3.1.ebuild b/media-sound/grip/grip-3.3.1.ebuild index 2affcf8c3b07..990bd5c349de 100644 --- a/media-sound/grip/grip-3.3.1.ebuild +++ b/media-sound/grip/grip-3.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.3.1.ebuild,v 1.4 2006/04/03 16:13:05 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.3.1.ebuild,v 1.5 2006/06/16 21:12:06 flameeyes Exp $ inherit gnuconfig flag-o-matic eutils toolchain-funcs @@ -28,14 +28,6 @@ RDEPEND=">=x11-libs/gtk+-2.2 DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -src_unpack() { - unpack ${A} - - cd ${S} - - gnuconfig_update -} - src_compile() { # Bug #69536 [[ $(tc-arch) == "x86" ]] && append-flags "-mno-sse" |