Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/blowfishj: metadata.xml blowfishj-2.14-r1.ebuild ChangeLog
Date: Sat, 30 Nov 2013 08:09:41
Message-Id: 20131130080932.BD5FF2004B@flycatcher.gentoo.org
1 tomwij 13/11/30 08:09:32
2
3 Modified: metadata.xml blowfishj-2.14-r1.ebuild ChangeLog
4 Log:
5 Unquoted A variable. Indented metadata.xml.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.3 dev-java/blowfishj/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/blowfishj/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/blowfishj/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/blowfishj/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/blowfishj/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 14 Jan 2007 17:24:59 -0000 1.2
23 +++ metadata.xml 30 Nov 2013 08:09:32 -0000 1.3
24 @@ -2,13 +2,13 @@
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26
27 <pkgmetadata>
28 -<herd>java</herd>
29 + <herd>java</herd>
30
31 -<longdescription>
32 -The Blowfish implementation in Java, provides very fast ECB and CBC encryption.
33 -Comes with the BlowfishEasy class for simple string encryption, plus a solution
34 -for streaming, both are binary compatible to Blowfish.NET. Additionally this
35 -package includes its own SHA-1 class, all sources, JUnit test cases, demos and
36 -JavaDocs.
37 -</longdescription>
38 + <longdescription>
39 + The Blowfish implementation in Java, provides very fast ECB and CBC encryption.
40 + Comes with the BlowfishEasy class for simple string encryption, plus a solution
41 + for streaming, both are binary compatible to Blowfish.NET. Additionally this
42 + package includes its own SHA-1 class, all sources, JUnit test cases, demos and
43 + JavaDocs.
44 + </longdescription>
45 </pkgmetadata>
46
47
48
49 1.8 dev-java/blowfishj/blowfishj-2.14-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/blowfishj/blowfishj-2.14-r1.ebuild?rev=1.8&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/blowfishj/blowfishj-2.14-r1.ebuild?rev=1.8&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/blowfishj/blowfishj-2.14-r1.ebuild?r1=1.7&r2=1.8
54
55 Index: blowfishj-2.14-r1.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-java/blowfishj/blowfishj-2.14-r1.ebuild,v
58 retrieving revision 1.7
59 retrieving revision 1.8
60 diff -u -r1.7 -r1.8
61 --- blowfishj-2.14-r1.ebuild 10 Jun 2007 10:32:12 -0000 1.7
62 +++ blowfishj-2.14-r1.ebuild 30 Nov 2013 08:09:32 -0000 1.8
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2007 Gentoo Foundation
65 +# Copyright 1999-2013 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/blowfishj-2.14-r1.ebuild,v 1.7 2007/06/10 10:32:12 philantrop Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/blowfishj-2.14-r1.ebuild,v 1.8 2013/11/30 08:09:32 tomwij Exp $
69
70 JAVA_PKG_IUSE="doc source test"
71
72 @@ -20,7 +20,7 @@
73 RDEPEND=">=virtual/jre-1.4"
74
75 src_unpack() {
76 - unpack "${A}"
77 + unpack ${A}
78 cd "${S}"
79 java-ant_ignore-system-classes
80 mkdir -p target/lib
81
82
83
84 1.14 dev-java/blowfishj/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/blowfishj/ChangeLog?rev=1.14&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/blowfishj/ChangeLog?rev=1.14&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/blowfishj/ChangeLog?r1=1.13&r2=1.14
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/dev-java/blowfishj/ChangeLog,v
93 retrieving revision 1.13
94 retrieving revision 1.14
95 diff -u -r1.13 -r1.14
96 --- ChangeLog 10 Jun 2007 10:46:51 -0000 1.13
97 +++ ChangeLog 30 Nov 2013 08:09:32 -0000 1.14
98 @@ -1,6 +1,10 @@
99 # ChangeLog for dev-java/blowfishj
100 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/ChangeLog,v 1.13 2007/06/10 10:46:51 caster Exp $
102 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
103 +# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/ChangeLog,v 1.14 2013/11/30 08:09:32 tomwij Exp $
104 +
105 + 30 Nov 2013; Tom Wijsman <TomWij@g.o> blowfishj-2.14-r1.ebuild,
106 + metadata.xml:
107 + Unquoted A variable. Indented metadata.xml.
108
109 10 Jun 2007; Vlastimil Babka <caster@g.o> -blowfishj-2.14.ebuild:
110 Remove gen-1 revision.
111 @@ -51,4 +55,3 @@
112 +blowfishj-2.13.ebuild:
113 Initial import. Ebuild submitted by Saleem A. <compnerd@××××××××.org>, fixes
114 #70326.
115 -