diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:23:10 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:23:10 +0000 |
commit | b7fa0965a3120dfae8e006008c3fb9d79c859dbb (patch) | |
tree | c76370f1d0e90a37f725ee6af86d99a74b59e86e /dev-vcs/github-pages-publish | |
parent | sys-fs/aufs-util: Bump to latest aufs3 (diff) | |
download | gentoo-2-b7fa0965a3120dfae8e006008c3fb9d79c859dbb.tar.gz gentoo-2-b7fa0965a3120dfae8e006008c3fb9d79c859dbb.tar.bz2 gentoo-2-b7fa0965a3120dfae8e006008c3fb9d79c859dbb.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 'dev-vcs/github-pages-publish')
-rw-r--r-- | dev-vcs/github-pages-publish/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-vcs/github-pages-publish/ChangeLog b/dev-vcs/github-pages-publish/ChangeLog index 0bc18a643948..fae95aef4fde 100644 --- a/dev-vcs/github-pages-publish/ChangeLog +++ b/dev-vcs/github-pages-publish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/github-pages-publish # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog,v 1.5 2014/07/06 12:52:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/ChangeLog,v 1.6 2014/08/10 21:23:10 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> + github-pages-publish-0.1.2.ebuild: + QA: drop trailing '.' from DESCRIPTION 06 Jul 2014; Michał Górny <mgorny@gentoo.org> github-pages-publish-0.1.2.ebuild: diff --git a/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild b/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild index 23fff73d8282..f8c00d78beb6 100644 --- a/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild +++ b/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.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/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild,v 1.3 2014/07/06 12:52:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/github-pages-publish/github-pages-publish-0.1.2.ebuild,v 1.4 2014/08/10 21:23:10 slyfox Exp $ EAPI=5 @@ -15,7 +15,7 @@ fi inherit distutils-r1 ${GIT_ECLASS} -DESCRIPTION="A script that commits files from a directory to Github Pages." +DESCRIPTION="A script that commits files from a directory to Github Pages" HOMEPAGE="https://pypi.python.org/pypi/github-pages-publish https://github.com/rafaelmartins/github-pages-publish" |