summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:43:03 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:43:03 +0000
commita9e6ad4f374502a76e6d5dccd10c0c00fcdaad42 (patch)
tree7545b63b384950fc567a9069227b9e9d6504ba97 /dev-ml
parentQA: drop trailing '.' from DESCRIPTION (diff)
downloadgentoo-2-a9e6ad4f374502a76e6d5dccd10c0c00fcdaad42.tar.gz
gentoo-2-a9e6ad4f374502a76e6d5dccd10c0c00fcdaad42.tar.bz2
gentoo-2-a9e6ad4f374502a76e6d5dccd10c0c00fcdaad42.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-ml')
-rw-r--r--dev-ml/ocaml-mysql/ChangeLog8
-rw-r--r--dev-ml/ocaml-mysql/ocaml-mysql-1.0.4.ebuild6
-rw-r--r--dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-ml/ocaml-mysql/ChangeLog b/dev-ml/ocaml-mysql/ChangeLog
index ccdcda70bb8a..e594d0980415 100644
--- a/dev-ml/ocaml-mysql/ChangeLog
+++ b/dev-ml/ocaml-mysql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-mysql
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.14 2013/09/22 13:53:42 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.15 2014/08/10 20:43:03 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> ocaml-mysql-1.0.4.ebuild,
+ ocaml-mysql-1.1.1.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> ocaml-mysql-1.1.1.ebuild:
Stable for x86, wrt bug #289226
diff --git a/dev-ml/ocaml-mysql/ocaml-mysql-1.0.4.ebuild b/dev-ml/ocaml-mysql/ocaml-mysql-1.0.4.ebuild
index 7cc21366a0e8..3528d9755be3 100644
--- a/dev-ml/ocaml-mysql/ocaml-mysql-1.0.4.ebuild
+++ b/dev-ml/ocaml-mysql/ocaml-mysql-1.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.0.4.ebuild,v 1.4 2009/09/28 16:54:47 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.0.4.ebuild,v 1.5 2014/08/10 20:43:03 slyfox Exp $
EAPI="2"
@@ -8,7 +8,7 @@ inherit findlib eutils
IUSE="doc +ocamlopt"
-DESCRIPTION="A package for ocaml that provides access to mysql databases."
+DESCRIPTION="A package for ocaml that provides access to mysql databases"
SRC_URI="http://raevnos.pennmush.org/code/${PN}/${P}.tar.gz"
HOMEPAGE="http://raevnos.pennmush.org/code/ocaml-mysql/index.html"
diff --git a/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild b/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild
index 287f90f3df13..fa0a0d9db220 100644
--- a/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild
+++ b/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild
@@ -1,6 +1,6 @@
-# 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-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild,v 1.4 2013/09/22 13:53:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild,v 1.5 2014/08/10 20:43:03 slyfox Exp $
EAPI=5
@@ -8,7 +8,7 @@ inherit findlib eutils
IUSE="+ocamlopt"
-DESCRIPTION="A package for ocaml that provides access to mysql databases."
+DESCRIPTION="A package for ocaml that provides access to mysql databases"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/870/${P}.tar.gz"
HOMEPAGE="http://ocaml-mysql.forge.ocamlcore.org/"