From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unar/
Date: Thu, 9 Apr 2020 05:58:51 +0000 (UTC) [thread overview]
Message-ID: <1586411904.570249583c36683bc8e29b8b596a1a51cd4eea98.juippis@gentoo> (raw)
commit: 570249583c36683bc8e29b8b596a1a51cd4eea98
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 9 05:52:26 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 9 05:58:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57024958
app-arch/unar: clean old 1.10.6
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-arch/unar/Manifest | 1 -
app-arch/unar/unar-1.10.6.ebuild | 60 ----------------------------------------
2 files changed, 61 deletions(-)
diff --git a/app-arch/unar/Manifest b/app-arch/unar/Manifest
index 7dd8f19e012..270ff06cac0 100644
--- a/app-arch/unar/Manifest
+++ b/app-arch/unar/Manifest
@@ -1,3 +1,2 @@
-DIST XADMaster-1.10.6.tar.gz 2064628 BLAKE2B 34203e5280a8e450db616849a953eb9f5147c8fe2922fabdcfce8585fd4bbe2c3aad76921368818e546d60d64b9c59de942cb63008edec83efa29ce4f5caae7f SHA512 f6e51943fd3ced9d0a0a2189db0a7a45d7f59e8109e78406b8c434f568fb53d791613e51437996cb1debae7d4490cdfabc9fa1fdfcc621ad97a43770af6b13e8
DIST XADMaster-1.10.7.tar.gz 2064770 BLAKE2B f6119dfb46f3d617fafb5847f41d6c0f3e5e87c8cd0763cd8e5986fae1d5b1c6e6761e9e7e4fa84125003979151b2b34d35ff47dc9be3271107cf53f1be22644 SHA512 3447b6d8f3f4fa5eea93c6628a1633017da6ff09c580d5ce4fd422027b3b79acbf38d6e41a059806d1e60eb25a9d66889938b32599168dc2c0ca648e1c1976b1
DIST universal-detector-1.1.tar.gz 196274 BLAKE2B d84dc1f850031213d88c288341edcbb588197f23ae0d10632ed129e73e4cc2b7670c8c862bba2165fcc7421c265e4dc3e791ea188e3d2b647bd1ab9b428bb866 SHA512 e514670b3d37b2472ed3e9cb0fdc3298a8479772264b7573411f104be554222bec2e01f73e1f35db95620fe785bee2dcf9ddc9c2b1f4ff6b522fa64d14d020f5
diff --git a/app-arch/unar/unar-1.10.6.ebuild b/app-arch/unar/unar-1.10.6.ebuild
deleted file mode 100644
index dfaa376110b..00000000000
--- a/app-arch/unar/unar-1.10.6.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 toolchain-funcs
-
-DESCRIPTION="Unpacker for various archiving formats, e.g. rar v3"
-HOMEPAGE="https://unarchiver.c3.cx/"
-SRC_URI="
- https://github.com/MacPaw/XADMaster/archive/v${PV}/XADMaster-${PV}.tar.gz
- https://github.com/MacPaw/universal-detector/archive/1.1/universal-detector-1.1.tar.gz
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
- sys-devel/gcc[objc]
-"
-RDEPEND="
- app-arch/bzip2:=
- dev-libs/icu:=
- gnustep-base/gnustep-base
- media-sound/wavpack
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}
- ${BDEPEND}
- gnustep-base/gnustep-make[native-exceptions]
-"
-
-S="${WORKDIR}/XADMaster-${PV}"
-
-src_prepare() {
- default
- # avoid jobserver warning "make[1]: warning: jobserver unavailable: using -j1"
- sed -i -e 's:make:$(MAKE):g' Makefile.linux || die
- mv "${WORKDIR}/universal-detector-1.1" "${WORKDIR}/UniversalDetector" || die
-}
-
-src_compile() {
- emake -f Makefile.linux \
- AR="$(tc-getAR)" \
- CC="$(tc-getCC)" \
- CXX="$(tc-getCXX)" \
- OBJCC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- CXXFLAGS="${CXXFLAGS}" \
- OBJCFLAGS="${CFLAGS}" \
- LD="$(tc-getCXX)" \
- LDFLAGS="-Wl,--whole-archive -fexceptions -fgnu-runtime ${LDFLAGS}"
-}
-
-src_install() {
- dobin {ls,un}ar
- doman Extra/{ls,un}ar.1
- dobashcomp Extra/{ls,un}ar.bash_completion
-}
next reply other threads:[~2020-04-09 5:58 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-09 5:58 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-08 14:30 [gentoo-commits] repo/gentoo:master commit in: app-arch/unar/ Mike Gilbert
2024-02-17 9:49 David Seifert
2024-02-15 9:11 David Seifert
2024-02-12 13:05 Sam James
2024-01-12 10:40 David Seifert
2020-07-05 20:55 David Seifert
2020-05-30 8:43 David Seifert
2020-04-09 5:58 Joonas Niilola
2020-03-09 15:53 Joonas Niilola
2020-03-09 15:53 Joonas Niilola
2020-01-22 10:53 Joonas Niilola
2019-12-13 13:14 Hanno Böck
2019-12-07 7:28 Hanno Böck
2019-08-28 9:11 David Seifert
2018-05-23 14:59 Andreas Sturmlechner
2016-11-08 10:34 Hanno Boeck
2016-11-08 10:34 Hanno Boeck
2016-11-06 12:19 Michael Palimaka
2016-06-26 8:52 Hanno Boeck
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=1586411904.570249583c36683bc8e29b8b596a1a51cd4eea98.juippis@gentoo \
--to=juippis@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