commit: ed50c80eb7bc2c99198cdbac56befeebeae344a0 Author: Daniel Campbell <zlg <AT> gentoo <DOT> org> AuthorDate: Mon Aug 21 07:53:52 2017 +0000 Commit: Daniel Campbell <zlg <AT> gentoo <DOT> org> CommitDate: Mon Aug 21 07:54:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed50c80e
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 app-misc/unfoo/unfoo-1.0.8.ebuild | 5 ++--- 1 file 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 ec41fc061e6..cc38a96c378 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
