diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:49:13 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:49:13 +0000 |
commit | 41e3f3adf2ec373f4e5f73996476b31423e2a2a8 (patch) | |
tree | 769204e9240136dbb057ee440caeed163e88bf08 /net-libs | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-41e3f3adf2ec373f4e5f73996476b31423e2a2a8.tar.gz gentoo-2-41e3f3adf2ec373f4e5f73996476b31423e2a2a8.tar.bz2 gentoo-2-41e3f3adf2ec373f4e5f73996476b31423e2a2a8.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 'net-libs')
-rw-r--r-- | net-libs/libetpan/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libetpan/libetpan-1.0.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libetpan/libetpan-1.1.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libetpan/libetpan-1.5.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/net-libs/libetpan/ChangeLog b/net-libs/libetpan/ChangeLog index f8a1611c4b45..c91c754b08f8 100644 --- a/net-libs/libetpan/ChangeLog +++ b/net-libs/libetpan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libetpan # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.103 2014/07/08 07:40:03 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.104 2014/08/10 20:49:13 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> libetpan-1.0.ebuild, + libetpan-1.1.ebuild, libetpan-1.5.ebuild: + QA: drop trailing '.' from DESCRIPTION *libetpan-1.5 (08 Jul 2014) diff --git a/net-libs/libetpan/libetpan-1.0.ebuild b/net-libs/libetpan/libetpan-1.0.ebuild index a845b251da5b..ea92e41295eb 100644 --- a/net-libs/libetpan/libetpan-1.0.ebuild +++ b/net-libs/libetpan/libetpan-1.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.0.ebuild,v 1.9 2011/08/07 16:44:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.0.ebuild,v 1.10 2014/08/10 20:49:13 slyfox Exp $ EAPI="2" inherit autotools eutils -DESCRIPTION="A portable, efficient middleware for different kinds of mail access." +DESCRIPTION="A portable, efficient middleware for different kinds of mail access" HOMEPAGE="http://libetpan.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/net-libs/libetpan/libetpan-1.1.ebuild b/net-libs/libetpan/libetpan-1.1.ebuild index fe923a42c8eb..0d803f4f1c7e 100644 --- a/net-libs/libetpan/libetpan-1.1.ebuild +++ b/net-libs/libetpan/libetpan-1.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.1.ebuild,v 1.11 2013/04/30 06:38:46 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.1.ebuild,v 1.12 2014/08/10 20:49:13 slyfox Exp $ EAPI="4" inherit autotools eutils -DESCRIPTION="A portable, efficient middleware for different kinds of mail access." +DESCRIPTION="A portable, efficient middleware for different kinds of mail access" HOMEPAGE="http://libetpan.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/net-libs/libetpan/libetpan-1.5.ebuild b/net-libs/libetpan/libetpan-1.5.ebuild index 4af8915c2734..d474ef790a97 100644 --- a/net-libs/libetpan/libetpan-1.5.ebuild +++ b/net-libs/libetpan/libetpan-1.5.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.5.ebuild,v 1.1 2014/07/08 07:40:03 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-1.5.ebuild,v 1.2 2014/08/10 20:49:13 slyfox Exp $ EAPI=5 inherit autotools eutils -DESCRIPTION="A portable, efficient middleware for different kinds of mail access." +DESCRIPTION="A portable, efficient middleware for different kinds of mail access" HOMEPAGE="http://libetpan.sourceforge.net/" SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |