* [gentoo-commits] gentoo-x86 commit in dev-java/bcmail: ChangeLog bcmail-1.45.ebuild
@ 2010-03-28 21:51 Vlastimil Babka (caster)
0 siblings, 0 replies; 7+ messages in thread
From: Vlastimil Babka (caster) @ 2010-03-28 21:51 UTC (permalink / raw
To: gentoo-commits
caster 10/03/28 21:51:13
Modified: ChangeLog
Added: bcmail-1.45.ebuild
Log:
Version bump, bug #283770. Switch to jdk15 sources.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.28 dev-java/bcmail/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/bcmail/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/bcmail/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/bcmail/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 28 Mar 2010 21:23:34 -0000 1.27
+++ ChangeLog 28 Mar 2010 21:51:13 -0000 1.28
@@ -1,6 +1,11 @@
# ChangeLog for dev-java/bcmail
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v 1.27 2010/03/28 21:23:34 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v 1.28 2010/03/28 21:51:13 caster Exp $
+
+*bcmail-1.45 (28 Mar 2010)
+
+ 28 Mar 2010; Vlastimil Babka <caster@gentoo.org> +bcmail-1.45.ebuild:
+ Version bump, bug #283770. Switch to jdk15 sources.
28 Mar 2010; Vlastimil Babka <caster@gentoo.org> bcmail-1.38-r1.ebuild:
Use slot dep for bcprov.
1.1 dev-java/bcmail/bcmail-1.45.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?rev=1.1&content-type=text/plain
Index: bcmail-1.45.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v 1.1 2010/03/28 21:51:13 caster Exp $
EAPI=2
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
MY_P="${PN}-jdk15-${PV/./}"
DESCRIPTION="Java cryptography APIs"
HOMEPAGE="http://www.bouncycastle.org/java.html"
SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
COMMON_DEPEND="~dev-java/bcprov-${PV}
=dev-java/junit-3.8*
dev-java/sun-jaf
java-virtuals/javamail"
DEPEND=">=virtual/jdk-1.5
app-arch/unzip
${COMMON_DEPEND}"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEPEND}"
S="${WORKDIR}/${MY_P}"
src_unpack() {
default
cd "${S}"
unpack ./src.zip
}
src_compile() {
mkdir "${S}/classes"
find org -name "*.java" > "${T}/src.list"
ejavac -d "${S}/classes" \
-classpath $(java-pkg_getjars bcprov,junit,sun-jaf,javamail) \
"@${T}/src.list"
cd "${S}/classes"
jar -cf "${S}/${PN}.jar" * || die "failed to create jar"
}
src_install() {
java-pkg_dojar "${S}/${PN}.jar"
use source && java-pkg_dosrc org
use doc && java-pkg_dojavadoc docs
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/bcmail: ChangeLog bcmail-1.45.ebuild
@ 2010-05-10 13:15 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-05-10 13:15 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/05/10 13:15:24
Modified: ChangeLog bcmail-1.45.ebuild
Log:
x86 stable wrt bug #317587
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.29 dev-java/bcmail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 28 Mar 2010 21:51:13 -0000 1.28
+++ ChangeLog 10 May 2010 13:15:24 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/bcmail
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v 1.28 2010/03/28 21:51:13 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v 1.29 2010/05/10 13:15:24 phajdan.jr Exp $
+
+ 10 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> bcmail-1.45.ebuild:
+ x86 stable wrt bug #317587
*bcmail-1.45 (28 Mar 2010)
1.2 dev-java/bcmail/bcmail-1.45.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?r1=1.1&r2=1.2
Index: bcmail-1.45.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bcmail-1.45.ebuild 28 Mar 2010 21:51:13 -0000 1.1
+++ bcmail-1.45.ebuild 10 May 2010 13:15:24 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v 1.1 2010/03/28 21:51:13 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v 1.2 2010/05/10 13:15:24 phajdan.jr Exp $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
COMMON_DEPEND="~dev-java/bcprov-${PV}
=dev-java/junit-3.8*
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/bcmail: ChangeLog bcmail-1.45.ebuild
@ 2010-05-13 15:15 Joseph Jezak (josejx)
0 siblings, 0 replies; 7+ messages in thread
From: Joseph Jezak (josejx) @ 2010-05-13 15:15 UTC (permalink / raw
To: gentoo-commits
josejx 10/05/13 15:15:36
Modified: ChangeLog bcmail-1.45.ebuild
Log:
Marked ppc/ppc64 stable.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.30 dev-java/bcmail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 10 May 2010 13:15:24 -0000 1.29
+++ ChangeLog 13 May 2010 15:15:36 -0000 1.30
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/bcmail
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v 1.29 2010/05/10 13:15:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v 1.30 2010/05/13 15:15:36 josejx Exp $
+
+ 13 May 2010; Joseph Jezak <josejx@gentoo.org> bcmail-1.45.ebuild:
+ Marked ppc/ppc64 stable.
10 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> bcmail-1.45.ebuild:
x86 stable wrt bug #317587
1.3 dev-java/bcmail/bcmail-1.45.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?r1=1.2&r2=1.3
Index: bcmail-1.45.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bcmail-1.45.ebuild 10 May 2010 13:15:24 -0000 1.2
+++ bcmail-1.45.ebuild 13 May 2010 15:15:36 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v 1.2 2010/05/10 13:15:24 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v 1.3 2010/05/13 15:15:36 josejx Exp $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
COMMON_DEPEND="~dev-java/bcprov-${PV}
=dev-java/junit-3.8*
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/bcmail: ChangeLog bcmail-1.45.ebuild
@ 2010-05-24 19:27 Pacho Ramos (pacho)
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2010-05-24 19:27 UTC (permalink / raw
To: gentoo-commits
pacho 10/05/24 19:27:17
Modified: ChangeLog bcmail-1.45.ebuild
Log:
stable amd64, bug 317587
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.31 dev-java/bcmail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 13 May 2010 15:15:36 -0000 1.30
+++ ChangeLog 24 May 2010 19:27:16 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/bcmail
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v 1.30 2010/05/13 15:15:36 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v 1.31 2010/05/24 19:27:16 pacho Exp $
+
+ 24 May 2010; Pacho Ramos <pacho@gentoo.org> bcmail-1.45.ebuild:
+ stable amd64, bug 317587
13 May 2010; Joseph Jezak <josejx@gentoo.org> bcmail-1.45.ebuild:
Marked ppc/ppc64 stable.
1.4 dev-java/bcmail/bcmail-1.45.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?r1=1.3&r2=1.4
Index: bcmail-1.45.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bcmail-1.45.ebuild 13 May 2010 15:15:36 -0000 1.3
+++ bcmail-1.45.ebuild 24 May 2010 19:27:16 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v 1.3 2010/05/13 15:15:36 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v 1.4 2010/05/24 19:27:16 pacho Exp $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
COMMON_DEPEND="~dev-java/bcprov-${PV}
=dev-java/junit-3.8*
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/bcmail: ChangeLog bcmail-1.45.ebuild
@ 2011-08-28 16:09 Fabian Groffen (grobian)
0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen (grobian) @ 2011-08-28 16:09 UTC (permalink / raw
To: gentoo-commits
grobian 11/08/28 16:09:14
Modified: ChangeLog bcmail-1.45.ebuild
Log:
Marked ~x64-macos
(Portage version: 2.2.01.19074-prefix/cvs/Darwin i386)
Revision Changes Path
1.32 dev-java/bcmail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 24 May 2010 19:27:16 -0000 1.31
+++ ChangeLog 28 Aug 2011 16:09:14 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/bcmail
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v 1.31 2010/05/24 19:27:16 pacho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v 1.32 2011/08/28 16:09:14 grobian Exp $
+
+ 28 Aug 2011; Fabian Groffen <grobian@gentoo.org> bcmail-1.45.ebuild:
+ Marked ~x64-macos
24 May 2010; Pacho Ramos <pacho@gentoo.org> bcmail-1.45.ebuild:
stable amd64, bug 317587
1.5 dev-java/bcmail/bcmail-1.45.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?r1=1.4&r2=1.5
Index: bcmail-1.45.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bcmail-1.45.ebuild 24 May 2010 19:27:16 -0000 1.4
+++ bcmail-1.45.ebuild 28 Aug 2011 16:09:14 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v 1.4 2010/05/24 19:27:16 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v 1.5 2011/08/28 16:09:14 grobian Exp $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
COMMON_DEPEND="~dev-java/bcprov-${PV}
=dev-java/junit-3.8*
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/bcmail: ChangeLog bcmail-1.45.ebuild
@ 2011-11-02 14:58 Alexis Ballier (aballier)
0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2011-11-02 14:58 UTC (permalink / raw
To: gentoo-commits
aballier 11/11/02 14:58:50
Modified: ChangeLog bcmail-1.45.ebuild
Log:
keyword ~x86-fbsd
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Revision Changes Path
1.33 dev-java/bcmail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 28 Aug 2011 16:09:14 -0000 1.32
+++ ChangeLog 2 Nov 2011 14:58:50 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/bcmail
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v 1.32 2011/08/28 16:09:14 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v 1.33 2011/11/02 14:58:50 aballier Exp $
+
+ 02 Nov 2011; Alexis Ballier <aballier@gentoo.org> bcmail-1.45.ebuild:
+ keyword ~x86-fbsd
28 Aug 2011; Fabian Groffen <grobian@gentoo.org> bcmail-1.45.ebuild:
Marked ~x64-macos
1.6 dev-java/bcmail/bcmail-1.45.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?r1=1.5&r2=1.6
Index: bcmail-1.45.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bcmail-1.45.ebuild 28 Aug 2011 16:09:14 -0000 1.5
+++ bcmail-1.45.ebuild 2 Nov 2011 14:58:50 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v 1.5 2011/08/28 16:09:14 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v 1.6 2011/11/02 14:58:50 aballier Exp $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
COMMON_DEPEND="~dev-java/bcprov-${PV}
=dev-java/junit-3.8*
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/bcmail: ChangeLog bcmail-1.45.ebuild
@ 2012-05-12 3:42 Alexis Ballier (aballier)
0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-12 3:42 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/12 03:42:10
Modified: ChangeLog bcmail-1.45.ebuild
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
Revision Changes Path
1.34 dev-java/bcmail/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 2 Nov 2011 14:58:50 -0000 1.33
+++ ChangeLog 12 May 2012 03:42:10 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/bcmail
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v 1.33 2011/11/02 14:58:50 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/ChangeLog,v 1.34 2012/05/12 03:42:10 aballier Exp $
+
+ 12 May 2012; Alexis Ballier <aballier@gentoo.org> bcmail-1.45.ebuild:
+ keyword ~amd64-fbsd
02 Nov 2011; Alexis Ballier <aballier@gentoo.org> bcmail-1.45.ebuild:
keyword ~x86-fbsd
1.7 dev-java/bcmail/bcmail-1.45.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild?r1=1.6&r2=1.7
Index: bcmail-1.45.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bcmail-1.45.ebuild 2 Nov 2011 14:58:50 -0000 1.6
+++ bcmail-1.45.ebuild 12 May 2012 03:42:10 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v 1.6 2011/11/02 14:58:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/bcmail/bcmail-1.45.ebuild,v 1.7 2012/05/12 03:42:10 aballier Exp $
EAPI=2
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
COMMON_DEPEND="~dev-java/bcprov-${PV}
=dev-java/junit-3.8*
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-05-12 3:42 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-02 14:58 [gentoo-commits] gentoo-x86 commit in dev-java/bcmail: ChangeLog bcmail-1.45.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2012-05-12 3:42 Alexis Ballier (aballier)
2011-08-28 16:09 Fabian Groffen (grobian)
2010-05-24 19:27 Pacho Ramos (pacho)
2010-05-13 15:15 Joseph Jezak (josejx)
2010-05-10 13:15 PaweA Hajdan (phajdan.jr)
2010-03-28 21:51 Vlastimil Babka (caster)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox