From: Harri Nieminen Date: Mon, 20 Mar 2017 09:17:33 +0000 (+0200) Subject: dev-db/soci: Fix toolong DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ab70e224ee18de76e7a23f8b253cbc4abe64cd72;p=gentoo.git dev-db/soci: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4253 --- diff --git a/dev-db/soci/soci-3.2.2.ebuild b/dev-db/soci/soci-3.2.2.ebuild index c5dcb45ce313..390012ef0f71 100644 --- a/dev-db/soci/soci-3.2.2.ebuild +++ b/dev-db/soci/soci-3.2.2.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 @@ -7,7 +7,7 @@ inherit cmake-utils KEYWORDS="~amd64 ~x86" -DESCRIPTION="A db access library for C++ that makes the illusion of embedding SQL queries in the regular C++ code" +DESCRIPTION="Makes the illusion of embedding SQL queries in the regular C++ code" HOMEPAGE="http://soci.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="Boost-1.0" diff --git a/dev-db/soci/soci-3.2.3.ebuild b/dev-db/soci/soci-3.2.3.ebuild index c5dcb45ce313..390012ef0f71 100644 --- a/dev-db/soci/soci-3.2.3.ebuild +++ b/dev-db/soci/soci-3.2.3.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 @@ -7,7 +7,7 @@ inherit cmake-utils KEYWORDS="~amd64 ~x86" -DESCRIPTION="A db access library for C++ that makes the illusion of embedding SQL queries in the regular C++ code" +DESCRIPTION="Makes the illusion of embedding SQL queries in the regular C++ code" HOMEPAGE="http://soci.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="Boost-1.0"