summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-11-30 08:09:32 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-11-30 08:09:32 +0000
commitb98ca2b5c81f2ab1ef82e029dc4f52fa833d457c (patch)
tree33e33ce572fac2ac4c28d8bd75c52dbd4ad07f49 /dev-java
parentQuoted S variable. (diff)
downloadgentoo-2-b98ca2b5c81f2ab1ef82e029dc4f52fa833d457c.tar.gz
gentoo-2-b98ca2b5c81f2ab1ef82e029dc4f52fa833d457c.tar.bz2
gentoo-2-b98ca2b5c81f2ab1ef82e029dc4f52fa833d457c.zip
Unquoted A variable. Indented metadata.xml.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/blowfishj/ChangeLog9
-rw-r--r--dev-java/blowfishj/blowfishj-2.14-r1.ebuild6
-rw-r--r--dev-java/blowfishj/metadata.xml16
3 files changed, 17 insertions, 14 deletions
diff --git a/dev-java/blowfishj/ChangeLog b/dev-java/blowfishj/ChangeLog
index c794a5f49061..a90e718ba47e 100644
--- a/dev-java/blowfishj/ChangeLog
+++ b/dev-java/blowfishj/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/blowfishj
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/ChangeLog,v 1.13 2007/06/10 10:46:51 caster Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/ChangeLog,v 1.14 2013/11/30 08:09:32 tomwij Exp $
+
+ 30 Nov 2013; Tom Wijsman <TomWij@gentoo.org> blowfishj-2.14-r1.ebuild,
+ metadata.xml:
+ Unquoted A variable. Indented metadata.xml.
10 Jun 2007; Vlastimil Babka <caster@gentoo.org> -blowfishj-2.14.ebuild:
Remove gen-1 revision.
@@ -51,4 +55,3 @@
+blowfishj-2.13.ebuild:
Initial import. Ebuild submitted by Saleem A. <compnerd@compnerd.org>, fixes
#70326.
-
diff --git a/dev-java/blowfishj/blowfishj-2.14-r1.ebuild b/dev-java/blowfishj/blowfishj-2.14-r1.ebuild
index eef717fd5744..617c61a73f87 100644
--- a/dev-java/blowfishj/blowfishj-2.14-r1.ebuild
+++ b/dev-java/blowfishj/blowfishj-2.14-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/blowfishj-2.14-r1.ebuild,v 1.7 2007/06/10 10:32:12 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/blowfishj-2.14-r1.ebuild,v 1.8 2013/11/30 08:09:32 tomwij Exp $
JAVA_PKG_IUSE="doc source test"
@@ -20,7 +20,7 @@ DEPEND=">=virtual/jdk-1.4
RDEPEND=">=virtual/jre-1.4"
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cd "${S}"
java-ant_ignore-system-classes
mkdir -p target/lib
diff --git a/dev-java/blowfishj/metadata.xml b/dev-java/blowfishj/metadata.xml
index 23a1a427d99a..e01407e6d730 100644
--- a/dev-java/blowfishj/metadata.xml
+++ b/dev-java/blowfishj/metadata.xml
@@ -2,13 +2,13 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>java</herd>
+ <herd>java</herd>
-<longdescription>
-The Blowfish implementation in Java, provides very fast ECB and CBC encryption.
-Comes with the BlowfishEasy class for simple string encryption, plus a solution
-for streaming, both are binary compatible to Blowfish.NET. Additionally this
-package includes its own SHA-1 class, all sources, JUnit test cases, demos and
-JavaDocs.
-</longdescription>
+ <longdescription>
+ The Blowfish implementation in Java, provides very fast ECB and CBC encryption.
+ Comes with the BlowfishEasy class for simple string encryption, plus a solution
+ for streaming, both are binary compatible to Blowfish.NET. Additionally this
+ package includes its own SHA-1 class, all sources, JUnit test cases, demos and
+ JavaDocs.
+ </longdescription>
</pkgmetadata>