public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/commons-net: commons-net-3.2.ebuild ChangeLog
@ 2013-05-29 13:28 Tom Wijsman (tomwij)
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Wijsman (tomwij) @ 2013-05-29 13:28 UTC (permalink / raw
  To: gentoo-commits

tomwij      13/05/29 13:28:31

  Modified:             ChangeLog
  Added:                commons-net-3.2.ebuild
  Log:
  Version bump to 3.2.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)

Revision  Changes    Path
1.50                 dev-java/commons-net/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-net/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-net/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-net/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	31 Dec 2011 12:28:49 -0000	1.49
+++ ChangeLog	29 May 2013 13:28:31 -0000	1.50
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/commons-net
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.49 2011/12/31 12:28:49 sera Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.50 2013/05/29 13:28:31 tomwij Exp $
+
+*commons-net-3.2 (29 May 2013)
+
+  29 May 2013; Tom Wijsman <TomWij@gentoo.org> +commons-net-3.2.ebuild,
+  +files/commons-net-3.2-build.xml:
+  Version bump to 3.2.
 
   31 Dec 2011; Ralph Sennhauser <sera@gentoo.org> commons-net-1.4.1-r1.ebuild:
   Drop ia64 support #345433
@@ -189,4 +195,3 @@
 
   22 Mar 2003; Dylan Carlson <absinthe@gentoo.org> commons-net-1.0.0.ebuild:
   Initial import.
-



1.1                  dev-java/commons-net/commons-net-3.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-net/commons-net-3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-net/commons-net-3.2.ebuild?rev=1.1&content-type=text/plain

Index: commons-net-3.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-3.2.ebuild,v 1.1 2013/05/29 13:28:31 tomwij Exp $

EAPI="5"

# http://issues.apache.org/bugzilla/show_bug.cgi?id=37985
RESTRICT="test"
JAVA_PKG_IUSE="doc examples source" # test

inherit eutils java-pkg-2 java-ant-2 java-osgi

MY_P="${P}-src"

DESCRIPTION="The purpose of the library is to provide fundamental protocol access, not higher-level abstractions."
HOMEPAGE="http://commons.apache.org/net/"
SRC_URI="mirror://apache/commons/net/source/${MY_P}.tar.gz"

DEPEND=">=virtual/jdk-1.5"
RDEPEND=">=virtual/jre-1.5"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"

S="${WORKDIR}/${MY_P}"

java_prepare() {
	cp "${FILESDIR}"/${P}-build.xml build.xml || die
	sed -i 's/depends="compile,test"/depends="compile"/' build.xml || die "Failed to disable junit"
	sed -i 's/manifest=".*MANIFEST.MF"//g' build.xml || die
	sed -i '/name="Main-Class"/d' build.xml || die
}

src_install() {
	java-osgi_newjar target/${P}.jar ${P} ${P} "Export-Package: ${P}"

	use doc && java-pkg_dojavadoc dist/docs/api
	use examples && java-pkg_doexamples src/java/examples
	use source && java-pkg_dosrc src/java/org
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/commons-net: commons-net-3.2.ebuild ChangeLog
@ 2013-05-30  7:57 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2013-05-30  7:57 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/05/30 07:57:56

  Modified:             commons-net-3.2.ebuild ChangeLog
  Log:
  Update paths for doc, examples, and source use flags (fixes bug #471782).
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.2                  dev-java/commons-net/commons-net-3.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-net/commons-net-3.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-net/commons-net-3.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-net/commons-net-3.2.ebuild?r1=1.1&r2=1.2

Index: commons-net-3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- commons-net-3.2.ebuild	29 May 2013 13:28:31 -0000	1.1
+++ commons-net-3.2.ebuild	30 May 2013 07:57:56 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-3.2.ebuild,v 1.1 2013/05/29 13:28:31 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-3.2.ebuild,v 1.2 2013/05/30 07:57:56 radhermit Exp $
 
 EAPI="5"
 
@@ -35,7 +35,7 @@
 src_install() {
 	java-osgi_newjar target/${P}.jar ${P} ${P} "Export-Package: ${P}"
 
-	use doc && java-pkg_dojavadoc dist/docs/api
-	use examples && java-pkg_doexamples src/java/examples
-	use source && java-pkg_dosrc src/java/org
+	use doc && java-pkg_dojavadoc target/site/apidocs
+	use examples && java-pkg_doexamples src/main/java/examples
+	use source && java-pkg_dosrc src/main/java/org
 }



1.51                 dev-java/commons-net/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-net/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-net/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-net/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	29 May 2013 13:28:31 -0000	1.50
+++ ChangeLog	30 May 2013 07:57:56 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/commons-net
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.50 2013/05/29 13:28:31 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.51 2013/05/30 07:57:56 radhermit Exp $
+
+  30 May 2013; Tim Harder <radhermit@gentoo.org> commons-net-3.2.ebuild:
+  Update paths for doc, examples, and source use flags (fixes bug #471782).
 
 *commons-net-3.2 (29 May 2013)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-30  7:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-29 13:28 [gentoo-commits] gentoo-x86 commit in dev-java/commons-net: commons-net-3.2.ebuild ChangeLog Tom Wijsman (tomwij)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-30  7:57 Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox