From: Jonas Stein Date: Mon, 31 Jul 2017 22:53:29 +0000 (+0200) Subject: dev-libs/poco: Shorter DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=50cd53fbb9dac55547d5377edf1fa4fb91b886f8;p=gentoo.git dev-libs/poco: Shorter DESCRIPTION --- diff --git a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild b/dev-libs/poco/poco-1.4.6_p4-r1.ebuild index c248b24725a3..77806a182593 100644 --- a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild +++ b/dev-libs/poco/poco-1.4.6_p4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs flag-o-matic multilib versionator MY_P="${P/_}" MY_DOCP="${PN}-$(get_version_component_range 1-3)-all-doc" -DESCRIPTION="C++ class libraries to simplify the development of network-centric, portable applications" +DESCRIPTION="C++ libraries for building network-based applications" HOMEPAGE="http://pocoproject.org/" SRC_URI="http://pocoproject.org/releases/poco-$(get_version_component_range 1-3)/${MY_P}-all.tar.bz2 doc? ( mirror://sourceforge/poco/${MY_DOCP}.zip )" diff --git a/dev-libs/poco/poco-1.4.6_p4.ebuild b/dev-libs/poco/poco-1.4.6_p4.ebuild index e4cbc8af7ee7..a84174e298be 100644 --- a/dev-libs/poco/poco-1.4.6_p4.ebuild +++ b/dev-libs/poco/poco-1.4.6_p4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs flag-o-matic multilib versionator MY_P="${P/_}" MY_DOCP="${PN}-$(get_version_component_range 1-3)-all-doc" -DESCRIPTION="C++ class libraries to simplify the development of network-centric, portable applications" +DESCRIPTION="C++ libraries for building network-based applications" HOMEPAGE="http://pocoproject.org/" SRC_URI="http://pocoproject.org/releases/poco-$(get_version_component_range 1-3)/${MY_P}-all.tar.bz2 doc? ( mirror://sourceforge/poco/${MY_DOCP}.zip )" diff --git a/dev-libs/poco/poco-1.7.6.ebuild b/dev-libs/poco/poco-1.7.6.ebuild index 141970e3ef8b..cd5a524f2790 100644 --- a/dev-libs/poco/poco-1.7.6.ebuild +++ b/dev-libs/poco/poco-1.7.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-utils -DESCRIPTION="C++ class libraries for building network- and internet-based applications" +DESCRIPTION="C++ libraries for building network-based applications" HOMEPAGE="http://pocoproject.org/" SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> ${P}.tar.gz" LICENSE="Boost-1.0"