From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unace/
Date: Mon, 30 Oct 2017 12:35:44 +0000 (UTC) [thread overview]
Message-ID: <1509366936.1ebf7fce2b6cb75d53d11ffa42a49ed0a6bec191.whissi@gentoo> (raw)
commit: 1ebf7fce2b6cb75d53d11ffa42a49ed0a6bec191
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 12:34:50 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 12:35:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebf7fce
app-arch/unace: Rev bump to update to Debian patch set 9
Closes: https://bugs.gentoo.org/635840
Package-Manager: Portage-2.3.13, Repoman-2.3.4
app-arch/unace/Manifest | 1 +
app-arch/unace/unace-2.5-r5.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-arch/unace/Manifest b/app-arch/unace/Manifest
index d1b73c9f7ae..72d236f8fa6 100644
--- a/app-arch/unace/Manifest
+++ b/app-arch/unace/Manifest
@@ -1,3 +1,4 @@
DIST unace-nonfree_2.5-7.debian.tar.gz 16205 SHA256 9cc12ae2fe1af2356164800390316501a82293e1692268edc9781275058ff809 SHA512 f381e68fe27f9e892bf76b0b976e89b801829fdb7d25caf3bab758a7d4cc9cf6d5157d6cccf08df94fa895b5cf75c8c0b8f4a0f5bd87e2b71811f88ec4e94b12 WHIRLPOOL a27dfa86f5e58a970187307cfc846ed92198dbadad885df2b62b44506ddb66662a9bb2e1df6a4c58e3676db4381670cae04c4309311a28f55adfd1cf7242c152
DIST unace-nonfree_2.5-8.debian.tar.xz 16312 SHA256 697ebcd1e2d20fea394b0ba40c097ff04d2b3b0f7d435e74f304b74c01c4c47b SHA512 8b8ce964aceee1c96040a1f0ca347c95c035fd688cc2501543543a48603513a9c9314920f899eb6c3122c44a77dd0e7c8bd67c41395c5028d5ca5fd0b42e9229 WHIRLPOOL 91a7f8782ad4f6c068c2fb7a347b6b5ad9f6f35d5a9624752bbd28c3bef6bf7c2634842fa0d42cf6c01530ee0e82e47aa4192cbd14d9a7e788f1292460e2f7df
+DIST unace-nonfree_2.5-9.debian.tar.xz 16900 SHA256 a151e86d3f04a6e8437bcc1b58db65862b636073d85f29251a1697b20bc0b52a SHA512 bb704cc1881601b3319b6052bce71f1c98d638b6822f32b9595c9b5434898187d747220c7167cc4acb2bbdbe8bde8618856fdcd277a69026a4bef41950cbb46b WHIRLPOOL 130832d63e1c358e919f5e60315a6d48333106170ab382b3db4a47fe0611739cb406a01a4e048330c4e65b8231ab6c06e3c14a52f2e1c04f9a7d8fecb2fa0589
DIST unace-nonfree_2.5.orig.tar.gz 122509 SHA256 5a85480ed0d39672962a05dc835efc0876be4f0d47b0fa7741b955ae7b148566 SHA512 f7e9f3431f882160693cb55a90449e881aead9dc501bb4bb8303f04530bd3f6e1d84bbc2775d23e7c680e1e2d55a06872658c4b14c7bf51dd2db73fdcdea953b WHIRLPOOL 9aaa3098ef45dad66a00c42d13cd916206751e37042ad5ce9cd5704a88219b0941bca69612a4c102acc2b6877d33b8b50f4fcbdc5b1853cadc2d7e3e5a1f3361
diff --git a/app-arch/unace/unace-2.5-r5.ebuild b/app-arch/unace/unace-2.5-r5.ebuild
new file mode 100644
index 00000000000..a100ec59b45
--- /dev/null
+++ b/app-arch/unace/unace-2.5-r5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+DEB_VER="9"
+DESCRIPTION="ACE unarchiver"
+HOMEPAGE="http://www.winace.com/"
+SRC_URI="mirror://debian/pool/non-free/u/unace-nonfree/unace-nonfree_${PV}.orig.tar.gz
+ mirror://debian/pool/non-free/u/unace-nonfree/unace-nonfree_${PV}-${DEB_VER}.debian.tar.xz"
+
+LICENSE="freedist"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris"
+IUSE=""
+
+PATCHES=( "${WORKDIR}"/debian/patches/ )
+
+src_configure() {
+ tc-export CC
+}
+
+src_install() {
+ dobin unace
+ doman "${WORKDIR}"/debian/manpage/unace.1
+}
next reply other threads:[~2017-10-30 12:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-30 12:35 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-05-14 22:19 [gentoo-commits] repo/gentoo:master commit in: app-arch/unace/ Mikle Kolyada
2018-05-14 22:18 Mikle Kolyada
2018-04-07 22:11 Matt Turner
2018-04-03 21:57 Sergei Trofimovich
2018-04-02 8:33 Markus Meier
2018-03-31 15:38 Tobias Klausmann
2018-03-31 10:36 Sergei Trofimovich
2018-03-29 15:19 Thomas Deutschmann
2018-03-20 10:01 Agostino Sarubbo
2015-11-25 19:56 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1509366936.1ebf7fce2b6cb75d53d11ffa42a49ed0a6bec191.whissi@gentoo \
--to=whissi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox