diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-20 11:17:33 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-23 21:51:34 +0100 |
commit | ab70e224ee18de76e7a23f8b253cbc4abe64cd72 (patch) | |
tree | 89800936bb00dd8c4642632e8c56225bafd4eb11 /dev-db/soci | |
parent | dev-db/odbtp: Fix toolong DESCRIPTION (diff) | |
download | gentoo-ab70e224ee18de76e7a23f8b253cbc4abe64cd72.tar.gz gentoo-ab70e224ee18de76e7a23f8b253cbc4abe64cd72.tar.bz2 gentoo-ab70e224ee18de76e7a23f8b253cbc4abe64cd72.zip |
dev-db/soci: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4253
Diffstat (limited to 'dev-db/soci')
-rw-r--r-- | dev-db/soci/soci-3.2.2.ebuild | 4 | ||||
-rw-r--r-- | dev-db/soci/soci-3.2.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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" |