Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 405305 - app-misc/vifm-0.7.2 version bump
Summary: app-misc/vifm-0.7.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alex Alexander (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-22 17:32 UTC by Sergei Shilovsky
Modified: 2012-02-25 15:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
app-misc/vifm-0.7.2.ebuild (vifm-0.7.2.ebuild,1.62 KB, text/plain)
2012-02-22 17:32 UTC, Sergei Shilovsky
Details
app-misc/vifm-0.7.2.ebuild (vifm-0.7.2.ebuild,1.54 KB, text/plain)
2012-02-24 08:56 UTC, Sergei Shilovsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Shilovsky 2012-02-22 17:32:08 UTC
Created attachment 302831 [details]
app-misc/vifm-0.7.2.ebuild

Source tarball is created without ${P} prefix since this version.
So, custom src_unpack() was added.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-02-22 18:17:34 UTC
Comment on attachment 302831 [details]
app-misc/vifm-0.7.2.ebuild

--- vifm-0.7.1.ebuild   2011-11-24 23:03:54.000000000 +0100
+++ -   2012-02-22 19:17:09.875125896 +0100
@@ -26,6 +26,13 @@
 
 DOCS=( AUTHORS TODO README )
 
+src_unpack() {
+       mkdir ${P} || die
+       pushd ${P} || die
+       tar xjf ${DISTDIR}/${A}
+       popd || die
+}
+
 src_configure() {
        econf \
                $(use_enable compatibility compatibility-mode) \
Comment 2 Sergei Shilovsky 2012-02-24 08:56:56 UTC
Created attachment 303031 [details]
app-misc/vifm-0.7.2.ebuild

No direct 'tar xjf' usage any more
Comment 3 Alex Alexander (RETIRED) gentoo-dev 2012-02-25 15:45:30 UTC
bumped, thanks :)