diff options
author | Daniel Campbell <zlg@gentoo.org> | 2017-08-21 00:53:52 -0700 |
---|---|---|
committer | Daniel Campbell <zlg@gentoo.org> | 2017-08-21 00:54:10 -0700 |
commit | ed50c80eb7bc2c99198cdbac56befeebeae344a0 (patch) | |
tree | e272590d9d9e062e10d4d9376cef4d79fe24fdbb /app-misc/unfoo | |
parent | net-libs/nghttp2: Removed old. (diff) | |
download | gentoo-ed50c80eb7bc2c99198cdbac56befeebeae344a0.tar.gz gentoo-ed50c80eb7bc2c99198cdbac56befeebeae344a0.tar.bz2 gentoo-ed50c80eb7bc2c99198cdbac56befeebeae344a0.zip |
app-misc/unfoo: Remove unrar-gpl from COMMON_DEPS
* Remove unrar-gpl from COMMON_DEPS
* EAPI bump
* Copyright year bump
Stable ebuild chosen over revbump due to security issues.
Thanks hanno for reporting.
Gentoo-Bug-URL: https://bugs.gentoo.org/628474
Gentoo-Bug: 628474
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-misc/unfoo')
-rw-r--r-- | app-misc/unfoo/unfoo-1.0.8.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-misc/unfoo/unfoo-1.0.8.ebuild b/app-misc/unfoo/unfoo-1.0.8.ebuild index ec41fc061e62..cc38a96c3784 100644 --- a/app-misc/unfoo/unfoo-1.0.8.ebuild +++ b/app-misc/unfoo/unfoo-1.0.8.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 DESCRIPTION="A simple bash driven frontend to simplify decompression of files" HOMEPAGE="http://obsoleet.org/code/unfoo" @@ -23,7 +23,6 @@ COMMON_DEPS=" app-arch/p7zip || ( app-arch/rar - app-arch/unrar-gpl app-arch/unrar ) app-arch/unace app-arch/unzip |