diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-07 23:59:04 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-07 23:59:04 +0000 |
commit | c8b7731a255c194c73634bbeb9070221569f1917 (patch) | |
tree | 5f887416fb157893e5d24ba0062281bd13de2a64 /app-i18n | |
parent | Moved gcc-hppa64 to kgcc64. (diff) | |
download | gentoo-2-c8b7731a255c194c73634bbeb9070221569f1917.tar.gz gentoo-2-c8b7731a255c194c73634bbeb9070221569f1917.tar.bz2 gentoo-2-c8b7731a255c194c73634bbeb9070221569f1917.zip |
Check for validity of ${A} during unpack phase, not setup. Thanks to Fabio Erculani in bug #154409.
(Portage version: 2.1.2_rc1-r4)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/koffice-i18n/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/koffice-i18n/koffice-i18n-1.4.2.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/koffice-i18n/koffice-i18n-1.5.1.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/koffice-i18n/koffice-i18n-1.5.2.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/koffice-i18n/koffice-i18n-1.6.0.ebuild | 6 |
5 files changed, 15 insertions, 17 deletions
diff --git a/app-i18n/koffice-i18n/ChangeLog b/app-i18n/koffice-i18n/ChangeLog index 6e3fafa8031f..e6ad8a129a97 100644 --- a/app-i18n/koffice-i18n/ChangeLog +++ b/app-i18n/koffice-i18n/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/koffice-i18n # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/koffice-i18n/ChangeLog,v 1.76 2006/10/24 15:24:35 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/koffice-i18n/ChangeLog,v 1.77 2006/11/07 23:59:04 flameeyes Exp $ + + 07 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> + koffice-i18n-1.4.2.ebuild, koffice-i18n-1.5.1.ebuild, + koffice-i18n-1.5.2.ebuild, koffice-i18n-1.6.0.ebuild: + Check for validity of ${A} during unpack phase, not setup. Thanks to Fabio + Erculani in bug #154409. 24 Oct 2006; Simon Stelling <blubb@gentoo.org> koffice-i18n-1.5.2.ebuild: stable on amd64 diff --git a/app-i18n/koffice-i18n/koffice-i18n-1.4.2.ebuild b/app-i18n/koffice-i18n/koffice-i18n-1.4.2.ebuild index 7b7e316a002b..e51999058ecf 100644 --- a/app-i18n/koffice-i18n/koffice-i18n-1.4.2.ebuild +++ b/app-i18n/koffice-i18n/koffice-i18n-1.4.2.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/app-i18n/koffice-i18n/koffice-i18n-1.4.2.ebuild,v 1.8 2006/02/10 10:04:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/koffice-i18n/koffice-i18n-1.4.2.ebuild,v 1.9 2006/11/07 23:59:04 flameeyes Exp $ inherit kde @@ -25,7 +25,7 @@ for X in ${LANGS}; do IUSE="${IUSE} linguas_${X}" done -pkg_setup() { +src_unpack() { if [ -z "${A}" ]; then echo eerror "You must set the LINGUAS environment variable to a list of valid" @@ -37,9 +37,7 @@ pkg_setup() { echo die fi -} -src_unpack() { unpack ${A} } diff --git a/app-i18n/koffice-i18n/koffice-i18n-1.5.1.ebuild b/app-i18n/koffice-i18n/koffice-i18n-1.5.1.ebuild index 71a4c911ff3f..703a4372a4de 100644 --- a/app-i18n/koffice-i18n/koffice-i18n-1.5.1.ebuild +++ b/app-i18n/koffice-i18n/koffice-i18n-1.5.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/app-i18n/koffice-i18n/koffice-i18n-1.5.1.ebuild,v 1.2 2006/07/18 21:58:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/koffice-i18n/koffice-i18n-1.5.1.ebuild,v 1.3 2006/11/07 23:59:04 flameeyes Exp $ inherit kde @@ -24,7 +24,7 @@ for X in ${LANGS}; do IUSE="${IUSE} linguas_${X}" done -pkg_setup() { +src_unpack() { if [ -z "${A}" ]; then echo eerror "You must set the LINGUAS environment variable to a list of valid" @@ -36,9 +36,7 @@ pkg_setup() { echo die fi -} -src_unpack() { unpack ${A} } diff --git a/app-i18n/koffice-i18n/koffice-i18n-1.5.2.ebuild b/app-i18n/koffice-i18n/koffice-i18n-1.5.2.ebuild index 00171e706c95..a025d3251ad3 100644 --- a/app-i18n/koffice-i18n/koffice-i18n-1.5.2.ebuild +++ b/app-i18n/koffice-i18n/koffice-i18n-1.5.2.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/app-i18n/koffice-i18n/koffice-i18n-1.5.2.ebuild,v 1.6 2006/10/24 15:24:35 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/koffice-i18n/koffice-i18n-1.5.2.ebuild,v 1.7 2006/11/07 23:59:04 flameeyes Exp $ inherit kde @@ -24,7 +24,7 @@ for X in ${LANGS}; do IUSE="${IUSE} linguas_${X}" done -pkg_setup() { +src_unpack() { if [ -z "${A}" ]; then echo eerror "You must set the LINGUAS environment variable to a list of valid" @@ -36,9 +36,7 @@ pkg_setup() { echo die fi -} -src_unpack() { unpack ${A} } diff --git a/app-i18n/koffice-i18n/koffice-i18n-1.6.0.ebuild b/app-i18n/koffice-i18n/koffice-i18n-1.6.0.ebuild index 457bdbebec83..e8eaea695ba2 100644 --- a/app-i18n/koffice-i18n/koffice-i18n-1.6.0.ebuild +++ b/app-i18n/koffice-i18n/koffice-i18n-1.6.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/app-i18n/koffice-i18n/koffice-i18n-1.6.0.ebuild,v 1.1 2006/10/20 15:47:37 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/koffice-i18n/koffice-i18n-1.6.0.ebuild,v 1.2 2006/11/07 23:59:04 flameeyes Exp $ inherit kde @@ -25,7 +25,7 @@ for X in ${LANGS}; do IUSE="${IUSE} linguas_${X}" done -pkg_setup() { +src_unpack() { if [ -z "${A}" ]; then echo eerror "You must set the LINGUAS environment variable to a list of valid" @@ -37,9 +37,7 @@ pkg_setup() { echo die fi -} -src_unpack() { unpack ${A} } |