Skip to content

Commit

Permalink
app-eselect/eselect-wxwidgets: [QA] Move files/ to a distfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Dec 8, 2017
1 parent b3c32a5 commit bb953f2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1,142 deletions.
1 change: 1 addition & 0 deletions app-eselect/eselect-wxwidgets/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST eselect-wxwidgets-20140423.tar.xz 6792 SHA256 e97d5734f4b0e314abdaa1a9ee148cdafed74e1cdc036e01e6ac74599736e1bb SHA512 0d83e0b6979803c8a02c20ac33a42c91fd8d350c095e26704a80c1913309f0e7d741cc466ab22e0a6ce4773deab21ca80756299a12a83d441ded968531003d0e WHIRLPOOL 31108a15a0f3774c7a5959de946c741b758d818f1dbf09f96d633e354c086863684f431a6ac59a63f559f0c65482f790a95c7dc431dc91b7b48ec4e4a2c9c730
DIST eselect-wxwidgets-files.tar.bz2 9126 BLAKE2B 47ec94aec721d325fc483ece28e84b48c35b103078415447b6e79e68ab44af9356955c960b9464713396f4cbbf663522e5a4493516414641aa5b99e7cdca0ac8 SHA512 c5aba3bf4bbb891534e0c7a444da6cb90a947dab407e436a1eccd13ddb33251816ce95b5fb6826aa9a64ec2b3d9be09c9852859597b0b8ce91cbaf0f6ed6da5e
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ WXWRAP_VER=1.4

DESCRIPTION="Eselect module and wrappers for wxWidgets"
HOMEPAGE="https://www.gentoo.org"
SRC_URI="https://dev.gentoo.org/~junghans/dist/${P}.tar.xz"
SRC_URI="https://dev.gentoo.org/~junghans/dist/${P}.tar.xz
https://dev.gentoo.org/~mgorny/dist/${PN}-files.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
Expand All @@ -19,7 +20,7 @@ IUSE=""
RDEPEND="app-admin/eselect"

src_prepare() {
cp "${FILESDIR}"/{wx-config,wxrc}-${WXWRAP_VER} . || die
cp "${WORKDIR}"/eselect-wxwidgets-files/{wx-config,wxrc}-${WXWRAP_VER} . || die
sed \
-e "/^LIBDIR=/s:lib:$(get_libdir):" \
-e "/^EPREFIX=/s:'':'${EPREFIX}':" \
Expand All @@ -31,7 +32,7 @@ src_install() {
doins wxwidgets.eselect

insinto /usr/share/aclocal
newins "${FILESDIR}"/wxwin.m4-3.0 wxwin.m4
newins "${WORKDIR}"/eselect-wxwidgets-files/wxwin.m4-3.0 wxwin.m4

newbin wx-config-${WXWRAP_VER} wx-config
newbin wxrc-${WXWRAP_VER} wxrc
Expand Down
40 changes: 0 additions & 40 deletions app-eselect/eselect-wxwidgets/files/wx-config-1.4

This file was deleted.

40 changes: 0 additions & 40 deletions app-eselect/eselect-wxwidgets/files/wxrc-1.4

This file was deleted.

Loading

0 comments on commit bb953f2

Please sign in to comment.