summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:00:32 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:00:32 +0000
commit7ea746c3e0622f56fdd48441065218f8389f2bde (patch)
tree15907e5d235d7cee91855b8f4675349003db2bf8 /dev-db/libdbi
parentQA: drop trailing '.' from DESCRIPTION (diff)
downloadgentoo-2-7ea746c3e0622f56fdd48441065218f8389f2bde.tar.gz
gentoo-2-7ea746c3e0622f56fdd48441065218f8389f2bde.tar.bz2
gentoo-2-7ea746c3e0622f56fdd48441065218f8389f2bde.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-db/libdbi')
-rw-r--r--dev-db/libdbi/ChangeLog6
-rw-r--r--dev-db/libdbi/libdbi-0.8.3.ebuild6
-rw-r--r--dev-db/libdbi/libdbi-0.8.4.ebuild6
-rw-r--r--dev-db/libdbi/libdbi-0.9.0.ebuild4
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-db/libdbi/ChangeLog b/dev-db/libdbi/ChangeLog
index 3ea315645c9a..6cbe28ce9155 100644
--- a/dev-db/libdbi/ChangeLog
+++ b/dev-db/libdbi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/libdbi
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.62 2014/06/09 23:56:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.63 2014/08/10 20:00:32 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> libdbi-0.8.3.ebuild,
+ libdbi-0.8.4.ebuild, libdbi-0.9.0.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
09 Jun 2014; Mike Frysinger <vapier@gentoo.org> libdbi-0.9.0.ebuild:
Mark arm64/m68k/s390/sh stable.
diff --git a/dev-db/libdbi/libdbi-0.8.3.ebuild b/dev-db/libdbi/libdbi-0.8.3.ebuild
index d63d15353af8..7c7efa9bf42a 100644
--- a/dev-db/libdbi/libdbi-0.8.3.ebuild
+++ b/dev-db/libdbi/libdbi-0.8.3.ebuild
@@ -1,10 +1,10 @@
-# 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/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.22 2013/11/07 03:18:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.23 2014/08/10 20:00:32 slyfox Exp $
inherit eutils autotools multilib
-DESCRIPTION="libdbi is a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl."
+DESCRIPTION="libdbi is a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://libdbi.sourceforge.net/"
LICENSE="LGPL-2.1"
diff --git a/dev-db/libdbi/libdbi-0.8.4.ebuild b/dev-db/libdbi/libdbi-0.8.4.ebuild
index 9b2ac730bc56..be82cf9ae40d 100644
--- a/dev-db/libdbi/libdbi-0.8.4.ebuild
+++ b/dev-db/libdbi/libdbi-0.8.4.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/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.13 2013/05/14 02:23:38 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.14 2014/08/10 20:00:32 slyfox Exp $
EAPI=4
inherit eutils autotools multilib
-DESCRIPTION="libdbi is a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl."
+DESCRIPTION="libdbi is a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://libdbi.sourceforge.net/"
LICENSE="LGPL-2.1"
diff --git a/dev-db/libdbi/libdbi-0.9.0.ebuild b/dev-db/libdbi/libdbi-0.9.0.ebuild
index e7ea1223f7ca..887f6b292206 100644
--- a/dev-db/libdbi/libdbi-0.9.0.ebuild
+++ b/dev-db/libdbi/libdbi-0.9.0.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.9.0.ebuild,v 1.11 2014/06/09 23:56:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.9.0.ebuild,v 1.12 2014/08/10 20:00:32 slyfox Exp $
EAPI=4
inherit eutils autotools multilib
-DESCRIPTION="libdbi is a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl."
+DESCRIPTION="libdbi is a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://libdbi.sourceforge.net/"
LICENSE="LGPL-2.1"