Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/unfoo/
Date: Thu, 06 Feb 2020 00:04:16
Message-Id: 1580947440.8b0db89fffa5c0fbe2d938955467f013127b20e4.slyfox@gentoo
1 commit: 8b0db89fffa5c0fbe2d938955467f013127b20e4
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 00:04:00 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 00:04:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0db89f
7
8 app-misc/unfoo: drop string version compare, bug #705242
9
10 Closes: https://bugs.gentoo.org/705242
11 Package-Manager: Portage-2.3.87, Repoman-2.3.20
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 app-misc/unfoo/unfoo-1.0.8.ebuild | 4 +---
15 1 file changed, 1 insertion(+), 3 deletions(-)
16
17 diff --git a/app-misc/unfoo/unfoo-1.0.8.ebuild b/app-misc/unfoo/unfoo-1.0.8.ebuild
18 index a6c641e8024..1049dfaf93b 100644
19 --- a/app-misc/unfoo/unfoo-1.0.8.ebuild
20 +++ b/app-misc/unfoo/unfoo-1.0.8.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -45,7 +45,5 @@ pkg_postinst() {
28 elog "optional packages to do so. For a list, either consult the source"
29 elog "(less /usr/bin/unfoo), or see http://obsoleet.org/code/unfoo"
30 elog "To get full support please use USE=-minimal"
31 - elif [[ ${REPLACING_VERSIONS} < 1.0.7 ]]; then
32 - elog "To get full support please use USE=-minimal"
33 fi
34 }