From: "Sergei Trofimovich (slyfox)" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/smarty-docs: smarty-docs-3.0.ebuild smarty-docs-2.6.14.ebuild ChangeLog
Date: Sun, 10 Aug 2014 21:05:45 +0000 (UTC) [thread overview]
Message-ID: <20140810210545.AC0A22004E@flycatcher.gentoo.org> (raw)
slyfox 14/08/10 21:05:45
Modified: smarty-docs-3.0.ebuild smarty-docs-2.6.14.ebuild
ChangeLog
Log:
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.6 dev-php/smarty-docs/smarty-docs-3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?r1=1.5&r2=1.6
Index: smarty-docs-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- smarty-docs-3.0.ebuild 16 Feb 2012 18:32:00 -0000 1.5
+++ smarty-docs-3.0.ebuild 10 Aug 2014 21:05:45 -0000 1.6
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v 1.5 2012/02/16 18:32:00 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v 1.6 2014/08/10 21:05:45 slyfox Exp $
EAPI=4
KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="pdf html"
-DESCRIPTION="Documentation for Smarty, a template engine for PHP."
+DESCRIPTION="Documentation for Smarty, a template engine for PHP"
HOMEPAGE="http://www.smarty.net/documentation"
SRC_URI="html? ( http://www.smarty.net/files/docs/manual-en-${PV}.zip -> ${P}-en.zip )
pdf? ( http://www.smarty.net/files/docs/manual-en-${PV}.pdf -> ${P}-en.pdf )"
1.11 dev-php/smarty-docs/smarty-docs-2.6.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild?r1=1.10&r2=1.11
Index: smarty-docs-2.6.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- smarty-docs-2.6.14.ebuild 12 Feb 2011 17:33:32 -0000 1.10
+++ smarty-docs-2.6.14.ebuild 10 Aug 2014 21:05:45 -0000 1.11
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild,v 1.10 2011/02/12 17:33:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild,v 1.11 2014/08/10 21:05:45 slyfox Exp $
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
MY_P="Smarty-${PV}-docs"
-DESCRIPTION="Documentation for Smarty, a template engine for PHP."
+DESCRIPTION="Documentation for Smarty, a template engine for PHP"
HOMEPAGE="http://smarty.php.net/docs.php"
SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
1.59 dev-php/smarty-docs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 30 Mar 2013 11:13:56 -0000 1.58
+++ ChangeLog 10 Aug 2014 21:05:45 -0000 1.59
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/smarty-docs
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.58 2013/03/30 11:13:56 mabi Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.59 2014/08/10 21:05:45 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> smarty-docs-2.6.14.ebuild,
+ smarty-docs-3.0.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
30 Mar 2013; Matti Bickel <mabi@gentoo.org> -smarty-docs-2.6.11.ebuild,
-smarty-docs-2.6.ebuild:
reply other threads:[~2014-08-11 21:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140810210545.AC0A22004E@flycatcher.gentoo.org \
--to=slyfox@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox