Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/deskzilla/
Date: Tue, 20 Jun 2017 20:55:12
Message-Id: 1497992106.86614b90cd8e33cbbffde4abb120abe1044072e2.monsieurp@gentoo
1 commit: 86614b90cd8e33cbbffde4abb120abe1044072e2
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 20 20:54:45 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 20 20:55:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86614b90
7
8 dev-util/deskzilla: get rid of elog message.
9
10 This message now links to a 404 page that no longer exists.
11
12 Gentoo-Bug: https://bugs.gentoo.org/622022
13
14 Package-Manager: Portage-2.3.5, Repoman-2.3.1
15
16 dev-util/deskzilla/deskzilla-1.7.1-r1.ebuild | 6 +-----
17 1 file changed, 1 insertion(+), 5 deletions(-)
18
19 diff --git a/dev-util/deskzilla/deskzilla-1.7.1-r1.ebuild b/dev-util/deskzilla/deskzilla-1.7.1-r1.ebuild
20 index 082b0fc72d9..66b5d1cf350 100644
21 --- a/dev-util/deskzilla/deskzilla-1.7.1-r1.ebuild
22 +++ b/dev-util/deskzilla/deskzilla-1.7.1-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -84,8 +84,4 @@ pkg_postinst() {
30 elog "It is locked to Gentoo, ALM Works and Mozilla bugzilla only."
31 elog "Note that you need to use 1.5 VM to run deskzilla when setting"
32 elog "license or it won't get set due to bug in 1.6+ VMs."
33 - elog
34 - elog "If you are going to use Deskzilla for an open source project,"
35 - elog "you can similarly request your own free license:"
36 - elog "http://almworks.com/opensource.html?product=deskzilla"
37 }