diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:38:45 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:38:45 +0000 |
commit | c8e605c942351d07ea772342a6c1dceb8cec93c6 (patch) | |
tree | 2c04a7a245a0812788e8e6eafc1a82c0a9e63b87 /dev-libs/poco/poco-1.3.3_p1.ebuild | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-c8e605c942351d07ea772342a6c1dceb8cec93c6.tar.gz gentoo-2-c8e605c942351d07ea772342a6c1dceb8cec93c6.tar.bz2 gentoo-2-c8e605c942351d07ea772342a6c1dceb8cec93c6.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-libs/poco/poco-1.3.3_p1.ebuild')
-rw-r--r-- | dev-libs/poco/poco-1.3.3_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/poco/poco-1.3.3_p1.ebuild b/dev-libs/poco/poco-1.3.3_p1.ebuild index f87d8c970b4e..4bd95748fd9d 100644 --- a/dev-libs/poco/poco-1.3.3_p1.ebuild +++ b/dev-libs/poco/poco-1.3.3_p1.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-libs/poco/poco-1.3.3_p1.ebuild,v 1.6 2014/03/12 02:54:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.3.3_p1.ebuild,v 1.7 2014/08/10 20:38:45 slyfox Exp $ EAPI="2" @@ -9,7 +9,7 @@ inherit eutils toolchain-funcs flag-o-matic multilib versionator MY_P="${P/_}" MY_DOCP="${PN}-$(get_version_component_range 1-3)-doc" -DESCRIPTION="C++ class libraries to simplify the development of network-centric, portable applications." +DESCRIPTION="C++ class libraries to simplify the development of network-centric, portable applications" HOMEPAGE="http://pocoproject.org/" SRC_URI="mirror://sourceforge/poco/${MY_P}-all.tar.bz2 doc? ( mirror://sourceforge/poco/${MY_DOCP}.tar.gz )" |