diff options
author | 2006-03-26 22:58:07 +0000 | |
---|---|---|
committer | 2006-03-26 22:58:07 +0000 | |
commit | 23363dc0d8d8210b7f0733f0285c067836e48f32 (patch) | |
tree | fabfe05431c3f8f35cfb58f4f978eb9dd148de0e /media-sound/amarok | |
parent | New revisions, mainly for ia64. Needs testing. (diff) | |
download | gentoo-2-23363dc0d8d8210b7f0733f0285c067836e48f32.tar.gz gentoo-2-23363dc0d8d8210b7f0733f0285c067836e48f32.tar.bz2 gentoo-2-23363dc0d8d8210b7f0733f0285c067836e48f32.zip |
Remove Polish doc as it's broken in 1.3.9 package.
(Portage version: 2.1_pre7-r1)
Diffstat (limited to 'media-sound/amarok')
-rw-r--r-- | media-sound/amarok/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/amarok/amarok-1.3.9.ebuild | 10 |
2 files changed, 12 insertions, 3 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index 932290239c00..f5c13d284072 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/amarok # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.118 2006/03/26 19:17:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.119 2006/03/26 22:58:07 flameeyes Exp $ + + 26 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> amarok-1.3.9.ebuild: + Remove Polish doc as it's broken in 1.3.9 package. *amarok-1.3.9 (26 Mar 2006) diff --git a/media-sound/amarok/amarok-1.3.9.ebuild b/media-sound/amarok/amarok-1.3.9.ebuild index 4e5cbba3e2ab..f6d5745637d4 100644 --- a/media-sound/amarok/amarok-1.3.9.ebuild +++ b/media-sound/amarok/amarok-1.3.9.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.3.9.ebuild,v 1.1 2006/03/26 19:17:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.3.9.ebuild,v 1.2 2006/03/26 22:58:07 flameeyes Exp $ LANGS="af az be bg bn br ca cs cy da de el en_GB eo es et eu fi fr ga gl he hi hr hu id is it ja km ko ku lo lt nb nds nl nn pa pl pt pt_BR ro ru se sl sq sr sr@Latn ss sv ta tg th tr uk uz zh_CN zh_TW" -LANGS_DOC="da de es et fr it nl pl pt pt_BR ru sv" +LANGS_DOC="da de es et fr it nl pt pt_BR ru sv" USE_KEG_PACKAGING=1 @@ -73,6 +73,12 @@ pkg_setup() { append-flags -fno-inline } +src_unpack() { + kde_src_unpack + + rm -rf ${S}/configure ${S}/doc/pl +} + src_compile() { # amarok does not respect kde coding standards, and makes a lot of # assuptions regarding its installation directory. For this reason, |