Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-HTTP_Session2/
Date: Mon, 10 Jul 2017 16:59:13
Message-Id: 1499705940.3b0d42e211207f3ecd361342ff4a6fef03e78b7a.grknight@gentoo
1 commit: 3b0d42e211207f3ecd361342ff4a6fef03e78b7a
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 10 16:59:00 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 10 16:59:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0d42e2
7
8 dev-php/PEAR-HTTP_Session2: Fix description
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.3-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.3-r1.ebuild b/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.3-r1.ebuild
16 index 592c86f98ea..bc9f35b1085 100644
17 --- a/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.3-r1.ebuild
18 +++ b/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.3-r1.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25
26 inherit php-pear-r1
27
28 -DESCRIPTION="Wraps PHP's session_* functions, providing extras like db storage for session data"
29 +DESCRIPTION="Wraps PHP's session functions providing extras like db storage for session data"
30
31 LICENSE="BSD"
32 SLOT="0"