diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-07-29 15:54:57 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-07-29 17:40:26 +0200 |
commit | 5389e75aeb9820df1b51852d3868a83f0c727bd0 (patch) | |
tree | 26b45e0b4c42e2d92d4b47b4de97a1d18b769c7e /app-office | |
parent | x11-libs/colord-gtk: keyword ~arm64 (diff) | |
download | gentoo-5389e75aeb9820df1b51852d3868a83f0c727bd0.tar.gz gentoo-5389e75aeb9820df1b51852d3868a83f0c727bd0.tar.bz2 gentoo-5389e75aeb9820df1b51852d3868a83f0c727bd0.zip |
app-office/projectlibre-bin: [QA] Move binary file to Gentoo mirrors.
Bug: 608944
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/projectlibre-bin/Manifest | 1 | ||||
-rw-r--r-- | app-office/projectlibre-bin/files/projectlibre.png | bin | 7955 -> 0 bytes | |||
-rw-r--r-- | app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild | 5 |
3 files changed, 4 insertions, 2 deletions
diff --git a/app-office/projectlibre-bin/Manifest b/app-office/projectlibre-bin/Manifest index 297fc14773e0..10c56561b536 100644 --- a/app-office/projectlibre-bin/Manifest +++ b/app-office/projectlibre-bin/Manifest @@ -1 +1,2 @@ DIST projectlibre-1.6.2.tar.gz 14735171 SHA256 72ea964533a2da0af0882acb91268647e7f5a99151b0abb8f3b84c6f26229fc4 SHA512 128319a37aeeb4603fd45433e3961805b0de30e5760394d5eef2de1910bff3815e600462aa3264fa64df55eb8568849895c9d673e5574badafcbc1df89e2c9e7 WHIRLPOOL 78124a7a2dd488b55938cd0e2465ab5212dd3cc9dfb673a408664667fe49458ac6cf8aa9b684832e51c1af18f7fdd48acd5fd967db70eb4ee5f9f3b70c615289 +DIST projectlibre.png 7955 SHA256 a466a61385aa61b00ab38dfcf030eb223931247b90c543d17f973ba270c7477b SHA512 db6e87e74fac3274be34b36cd9daf7231f06e19096cfbe2feeb616c1ae1a60ffc838a81b45b94621d806e00ef5e220391f1d1be3148f9895aa467fdbcac62843 WHIRLPOOL f3d9f800c3c6b3ecbb7c90768184aa1e45b3d7f1b701455d339575a78ff98024fbec5a58de59986edf204627eb04a6576a3e4061d0c05303d8261e351c87b39b diff --git a/app-office/projectlibre-bin/files/projectlibre.png b/app-office/projectlibre-bin/files/projectlibre.png Binary files differdeleted file mode 100644 index a68aff0629ff..000000000000 --- a/app-office/projectlibre-bin/files/projectlibre.png +++ /dev/null diff --git a/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild b/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild index caff7f33b159..4631aa88b465 100644 --- a/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild +++ b/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild @@ -10,7 +10,8 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="An open source desktop alternative to Microsoft Project" HOMEPAGE="http://www.projectlibre.org/" -SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz + mirror://gentoo/${MY_PN}.png" LICENSE="CPAL-1.0" SLOT="0" @@ -24,7 +25,7 @@ S=${WORKDIR}/${MY_P} src_unpack() { unpack ${MY_P}.tar.gz - cp "${FILESDIR}"/${MY_PN}.{desktop,png} ./ || die + cp "${FILESDIR}"/${MY_PN}.desktop "${DISTDIR}"/${MY_PN}.png ./ || die cd "${S}" rm -rf license projectlibre.bat } |