diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:21:48 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:21:48 +0000 |
commit | 40c5369b13ddd93a9b401786e13a86194800f701 (patch) | |
tree | 5201055b76b35a91f9bba983db2c0e8dd1c66b49 /sys-auth | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-40c5369b13ddd93a9b401786e13a86194800f701.tar.gz gentoo-2-40c5369b13ddd93a9b401786e13a86194800f701.tar.bz2 gentoo-2-40c5369b13ddd93a9b401786e13a86194800f701.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/consolekit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-0.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog index 12d63b2cd30f..f1044a8cb036 100644 --- a/sys-auth/consolekit/ChangeLog +++ b/sys-auth/consolekit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/consolekit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.170 2014/03/15 12:33:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.171 2014/08/10 20:21:48 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> consolekit-0.4.6.ebuild: + QA: drop trailing '.' from DESCRIPTION 15 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> consolekit-0.4.6.ebuild: Install /etc/logrotate.d file wrt #374513 by Vladimir Berezhnoy diff --git a/sys-auth/consolekit/consolekit-0.4.6.ebuild b/sys-auth/consolekit/consolekit-0.4.6.ebuild index 3047bcc2fb66..198b776f23f9 100644 --- a/sys-auth/consolekit/consolekit-0.4.6.ebuild +++ b/sys-auth/consolekit/consolekit-0.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild,v 1.14 2014/03/15 12:33:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild,v 1.15 2014/08/10 20:21:48 slyfox Exp $ EAPI=5 inherit autotools eutils linux-info pam systemd @@ -8,7 +8,7 @@ inherit autotools eutils linux-info pam systemd MY_PN=ConsoleKit MY_P=${MY_PN}-${PV} -DESCRIPTION="Framework for defining and tracking users, login sessions and seats." +DESCRIPTION="Framework for defining and tracking users, login sessions and seats" HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" SRC_URI="http://www.freedesktop.org/software/${MY_PN}/dist/${MY_P}.tar.xz mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-4.debian.tar.gz" # for logrotate file |