diff options
author | 2005-10-28 20:14:55 +0000 | |
---|---|---|
committer | 2005-10-28 20:14:55 +0000 | |
commit | 66cd6e339bfec9364187e83c22c33b9308ae4b7e (patch) | |
tree | db2c25b53dd5969c8ad8c7088d88e2df5152c194 /rox-extra/picky | |
parent | stable on alpha as per bug #109040 (diff) | |
download | gentoo-2-66cd6e339bfec9364187e83c22c33b9308ae4b7e.tar.gz gentoo-2-66cd6e339bfec9364187e83c22c33b9308ae4b7e.tar.bz2 gentoo-2-66cd6e339bfec9364187e83c22c33b9308ae4b7e.zip |
Fixed unpacking routine. BUg #106937
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'rox-extra/picky')
-rw-r--r-- | rox-extra/picky/ChangeLog | 5 | ||||
-rw-r--r-- | rox-extra/picky/Manifest | 4 | ||||
-rw-r--r-- | rox-extra/picky/picky-0.4.5.ebuild | 7 |
3 files changed, 9 insertions, 7 deletions
diff --git a/rox-extra/picky/ChangeLog b/rox-extra/picky/ChangeLog index 70e5ffef78de..23cce5847b3f 100644 --- a/rox-extra/picky/ChangeLog +++ b/rox-extra/picky/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for rox-extra/picky # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/picky/ChangeLog,v 1.2 2005/03/05 23:37:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/picky/ChangeLog,v 1.3 2005/10/28 20:14:55 svyatogor Exp $ + + 28 Oct 2005; Sergey Kuleshov <svyatogor@gentoo.org> picky-0.4.5.ebuild: + Fixed the unpacking routine. Thanks again to Peter. Bug #106937 06 Mar 2005; Joseph Jezak <josejx@gentoo.org> picky-0.4.5.ebuild: Marked ~ppc for bug #83706. diff --git a/rox-extra/picky/Manifest b/rox-extra/picky/Manifest index b9edec77bb9e..c106c2aa2a91 100644 --- a/rox-extra/picky/Manifest +++ b/rox-extra/picky/Manifest @@ -1,4 +1,4 @@ -MD5 497099c8d17ae04ac4b8b4c317d3316c ChangeLog 450 +MD5 3794996ec56fc1181f7957e920b0dd9f picky-0.4.5.ebuild 640 MD5 5394559a5f84d1ca65c57c3b2380195b metadata.xml 256 -MD5 7d653f2e2b11d4e38208a8f15805c733 picky-0.4.5.ebuild 651 +MD5 497099c8d17ae04ac4b8b4c317d3316c ChangeLog 450 MD5 da2bdc43bcea036e80cdcc4e009a2bf9 files/digest-picky-0.4.5 63 diff --git a/rox-extra/picky/picky-0.4.5.ebuild b/rox-extra/picky/picky-0.4.5.ebuild index 14221aae78f8..dc3d110f0b3e 100644 --- a/rox-extra/picky/picky-0.4.5.ebuild +++ b/rox-extra/picky/picky-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/picky/picky-0.4.5.ebuild,v 1.2 2005/03/05 23:37:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/picky/picky-0.4.5.ebuild,v 1.3 2005/10/28 20:14:55 svyatogor Exp $ DESCRIPTION="Picky - an image viewer/slideshow app for the ROX Desktop" @@ -25,10 +25,9 @@ ROX_LIB_VER=1.9.11 APPNAME=${MY_PN} src_unpack() { + mkdir -p ${S}/${APPNAME} + cd ${S}/${APPNAME} unpack ${A} - mkdir ${P} - mkdir ${P}/${APPNAME} - mv * ${P}/${APPNAME} } inherit rox |