summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-02-13 19:19:48 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-02-13 19:19:48 +0000
commit184b137d91678751b71f9907b75051b8e18bd908 (patch)
tree0ed0ae5c450564b652cbc33e822935808669b404 /dev-java/commons-codec
parentEbuild cleanup. (diff)
downloadgentoo-2-184b137d91678751b71f9907b75051b8e18bd908.tar.gz
gentoo-2-184b137d91678751b71f9907b75051b8e18bd908.tar.bz2
gentoo-2-184b137d91678751b71f9907b75051b8e18bd908.zip
Fix white space and too long DESCRIPTION warnings from qualudis.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-java/commons-codec')
-rw-r--r--dev-java/commons-codec/ChangeLog6
-rw-r--r--dev-java/commons-codec/commons-codec-1.3-r1.ebuild4
-rw-r--r--dev-java/commons-codec/commons-codec-1.3.ebuild6
-rw-r--r--dev-java/commons-codec/metadata.xml4
4 files changed, 12 insertions, 8 deletions
diff --git a/dev-java/commons-codec/ChangeLog b/dev-java/commons-codec/ChangeLog
index be3d50f96c17..655e48f02a96 100644
--- a/dev-java/commons-codec/ChangeLog
+++ b/dev-java/commons-codec/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/commons-codec
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-codec/ChangeLog,v 1.19 2007/02/13 19:17:13 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-codec/ChangeLog,v 1.20 2007/02/13 19:19:48 betelgeuse Exp $
+
+ 13 Feb 2007; Petteri Räty <betelgeuse@gentoo.org> metadata.xml,
+ commons-codec-1.3.ebuild, commons-codec-1.3-r1.ebuild:
+ Fix white space and too long DESCRIPTION warnings from qualudis.
13 Feb 2007; Petteri Räty <betelgeuse@gentoo.org>
commons-codec-1.3-r1.ebuild:
diff --git a/dev-java/commons-codec/commons-codec-1.3-r1.ebuild b/dev-java/commons-codec/commons-codec-1.3-r1.ebuild
index b08afb66159b..bc158d615496 100644
--- a/dev-java/commons-codec/commons-codec-1.3-r1.ebuild
+++ b/dev-java/commons-codec/commons-codec-1.3-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-codec/commons-codec-1.3-r1.ebuild,v 1.2 2007/02/13 19:17:13 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-codec/commons-codec-1.3-r1.ebuild,v 1.3 2007/02/13 19:19:48 betelgeuse Exp $
inherit java-pkg-2 java-ant-2
-DESCRIPTION="Common Codecs provides implementations of common encoders and decoders such as Base64, Hex, various phonetic encodings, and URLs"
+DESCRIPTION="Implementations of common encoders and decoders in Java."
HOMEPAGE="http://jakarta.apache.org/commons/codec/"
SRC_URI="mirror://apache/jakarta/commons/codec/source/${P}-src.tar.gz"
diff --git a/dev-java/commons-codec/commons-codec-1.3.ebuild b/dev-java/commons-codec/commons-codec-1.3.ebuild
index 9f6595c4090f..d3bec5583aaf 100644
--- a/dev-java/commons-codec/commons-codec-1.3.ebuild
+++ b/dev-java/commons-codec/commons-codec-1.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-codec/commons-codec-1.3.ebuild,v 1.8 2005/07/10 13:07:12 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-codec/commons-codec-1.3.ebuild,v 1.9 2007/02/13 19:19:48 betelgeuse Exp $
inherit java-pkg
-DESCRIPTION="Common Codecs provides implementations of common encoders and decoders such as Base64, Hex, various phonetic encodings, and URLs"
+DESCRIPTION="Implementations of common encoders and decoders in Java."
HOMEPAGE="http://jakarta.apache.org/commons/codec/"
SRC_URI="mirror://apache/jakarta/commons/codec/source/${P}-src.tar.gz"
diff --git a/dev-java/commons-codec/metadata.xml b/dev-java/commons-codec/metadata.xml
index 7fedee7130de..4ddd96d6ead4 100644
--- a/dev-java/commons-codec/metadata.xml
+++ b/dev-java/commons-codec/metadata.xml
@@ -17,11 +17,11 @@ one another. XML-RPC had applied numerous fixes and patches which were
not applied to the Commons HttpClient Base64. Different subprojects had
differing implementations at various levels of compliance with the RFC
2045.
-
+
Out of that confusing duplication of effort sprang this simple attempt
to encourage code reuse among various projects. While this package
contains a abstract framework for the creation of encoders and decoders,
Codec itself is primarily focused on providing functional utilities for
-working with common encodings.
+working with common encodings.
</longdescription>
</pkgmetadata>