From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67BEF1382C5 for ; Tue, 8 May 2018 20:00:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88445E0C03; Tue, 8 May 2018 20:00:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52975E0C03 for ; Tue, 8 May 2018 20:00:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 673D1335C09 for ; Tue, 8 May 2018 20:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 603D137 for ; Tue, 8 May 2018 20:00:33 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1525809611.3a66a0a6489f15b876c039b80e6c37f83ad4c159.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/otrs/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/otrs/otrs-5.0.25.ebuild www-apps/otrs/otrs-6.0.3.ebuild www-apps/otrs/otrs-6.0.4.ebuild www-apps/otrs/otrs-6.0.5.ebuild X-VCS-Directories: www-apps/otrs/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3a66a0a6489f15b876c039b80e6c37f83ad4c159 X-VCS-Branch: master Date: Tue, 8 May 2018 20:00:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fefcd4d6-334d-4cff-92be-11348eea6b7c X-Archives-Hash: fac59ff8a3257d8c6cdf65016a98012a commit: 3a66a0a6489f15b876c039b80e6c37f83ad4c159 Author: Mikle Kolyada gentoo org> AuthorDate: Tue May 8 19:59:41 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue May 8 20:00:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a66a0a6 www-apps/otrs: fix DESCRIPTION Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-apps/otrs/otrs-5.0.25.ebuild | 4 ++-- www-apps/otrs/otrs-6.0.3.ebuild | 4 ++-- www-apps/otrs/otrs-6.0.4.ebuild | 4 ++-- www-apps/otrs/otrs-6.0.5.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www-apps/otrs/otrs-5.0.25.ebuild b/www-apps/otrs/otrs-5.0.25.ebuild index 172bd42f6b4..c24819ae459 100644 --- a/www-apps/otrs/otrs-5.0.25.ebuild +++ b/www-apps/otrs/otrs-5.0.25.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" inherit user systemd -DESCRIPTION="OTRS is an Open source Ticket Request System" +DESCRIPTION="An open source Ticket Request System" HOMEPAGE="https://www.otrs.com/" SRC_URI="https://ftp.otrs.org/pub/${PN}/${P}.tar.bz2" diff --git a/www-apps/otrs/otrs-6.0.3.ebuild b/www-apps/otrs/otrs-6.0.3.ebuild index 5ab8f192a5b..e2a70653571 100644 --- a/www-apps/otrs/otrs-6.0.3.ebuild +++ b/www-apps/otrs/otrs-6.0.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" inherit user systemd -DESCRIPTION="OTRS is an Open source Ticket Request System" +DESCRIPTION="An open source Ticket Request System" HOMEPAGE="https://www.otrs.com/" SRC_URI="https://ftp.otrs.org/pub/${PN}/${P}.tar.bz2" diff --git a/www-apps/otrs/otrs-6.0.4.ebuild b/www-apps/otrs/otrs-6.0.4.ebuild index 5ab8f192a5b..e2a70653571 100644 --- a/www-apps/otrs/otrs-6.0.4.ebuild +++ b/www-apps/otrs/otrs-6.0.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" inherit user systemd -DESCRIPTION="OTRS is an Open source Ticket Request System" +DESCRIPTION="An open source Ticket Request System" HOMEPAGE="https://www.otrs.com/" SRC_URI="https://ftp.otrs.org/pub/${PN}/${P}.tar.bz2" diff --git a/www-apps/otrs/otrs-6.0.5.ebuild b/www-apps/otrs/otrs-6.0.5.ebuild index 5ab8f192a5b..e2a70653571 100644 --- a/www-apps/otrs/otrs-6.0.5.ebuild +++ b/www-apps/otrs/otrs-6.0.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" inherit user systemd -DESCRIPTION="OTRS is an Open source Ticket Request System" +DESCRIPTION="An open source Ticket Request System" HOMEPAGE="https://www.otrs.com/" SRC_URI="https://ftp.otrs.org/pub/${PN}/${P}.tar.bz2"