summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:10:37 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:10:37 +0000
commit520391170f0c18eef4a3e410ae702605cd134a64 (patch)
tree06128d55a5a12f7b4f7e68739bb14ca3b102a2ea
parentQA: drop trailing '.' from DESCRIPTION (diff)
downloadgentoo-2-520391170f0c18eef4a3e410ae702605cd134a64.tar.gz
gentoo-2-520391170f0c18eef4a3e410ae702605cd134a64.tar.bz2
gentoo-2-520391170f0c18eef4a3e410ae702605cd134a64.zip
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
-rw-r--r--dev-java/commons-el/ChangeLog5
-rw-r--r--dev-java/commons-el/commons-el-1.0-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-el/ChangeLog b/dev-java/commons-el/ChangeLog
index 8a261a411c83..edac437ece44 100644
--- a/dev-java/commons-el/ChangeLog
+++ b/dev-java/commons-el/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/commons-el
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.34 2014/08/03 10:36:55 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.35 2014/08/10 20:10:37 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> commons-el-1.0-r3.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
03 Aug 2014; Ralph Sennhauser <sera@gentoo.org> -commons-el-1.0-r2.ebuild:
Remove old
diff --git a/dev-java/commons-el/commons-el-1.0-r3.ebuild b/dev-java/commons-el/commons-el-1.0-r3.ebuild
index 8217c314127e..b99dc1e3765e 100644
--- a/dev-java/commons-el/commons-el-1.0-r3.ebuild
+++ b/dev-java/commons-el/commons-el-1.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r3.ebuild,v 1.5 2014/08/02 18:10:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r3.ebuild,v 1.6 2014/08/10 20:10:37 slyfox Exp $
EAPI=5
@@ -8,7 +8,7 @@ JAVA_PKG_IUSE="source"
inherit eutils java-pkg-2 java-ant-2 java-osgi
-DESCRIPTION="EL is the JSP 2.0 Expression Language Interpreter from Apache."
+DESCRIPTION="EL is the JSP 2.0 Expression Language Interpreter from Apache"
HOMEPAGE="http://commons.apache.org/el/"
SRC_URI="mirror://apache/jakarta/commons/el/source/${P}-src.tar.gz"