Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496110 - dev-java/commons-dbcp-2.1: version bump
Summary: dev-java/commons-dbcp-2.1: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Java team
URL: http://mail-archives.apache.org/mod_m...
Whiteboard:
Keywords: EBUILD
Depends on: 496108
Blocks: 483018
  Show dependency tree
 
Reported: 2013-12-27 01:27 UTC by Andreas Sturmlechner
Modified: 2015-03-23 18:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
commons-dbcp-2.0.0_pre20131211.ebuild.diff (commons-dbcp-2.0.0_pre20131211.ebuild.diff,1.27 KB, patch)
2013-12-27 01:27 UTC, Andreas Sturmlechner
Details | Diff
commons-dbcp-2.0.0_pre20140113.ebuild.diff (commons-dbcp-2.0.0_pre20140113.ebuild.diff,1.27 KB, patch)
2014-01-15 00:45 UTC, Andreas Sturmlechner
Details | Diff
commons-dbcp-2.0.0_pre20140209.ebuild.diff (commons-dbcp-2.0.0_pre20140209.ebuild.diff,2.27 KB, patch)
2014-02-09 13:26 UTC, Andreas Sturmlechner
Details | Diff
commons-dbcp-2.0.0_pre20140209-build.xml.patch (commons-dbcp-2.0.0_pre20140209-build.xml.patch,701 bytes, patch)
2014-02-09 13:27 UTC, Andreas Sturmlechner
Details | Diff
commons-dbcp-2.0.ebuild.diff (commons-dbcp-2.0.ebuild.diff,2.23 KB, patch)
2014-03-07 23:25 UTC, Andreas Sturmlechner
Details | Diff
commons-dbcp-2.0.1.ebuild.diff (commons-dbcp-2.0.1.ebuild.diff,2.51 KB, patch)
2014-05-31 20:53 UTC, Andreas Sturmlechner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2013-12-27 01:27:26 UTC
Created attachment 366256 [details, diff]
commons-dbcp-2.0.0_pre20131211.ebuild.diff

Finally some activity to create a Java 7 compatible version, so an ebuild might be interesting.

additionally requires (according to pom.xml):
>=commons-logging-1.1.3 
>=commons-pool-2.1
Comment 1 Andreas Sturmlechner gentoo-dev 2014-01-15 00:45:49 UTC
Created attachment 367866 [details, diff]
commons-dbcp-2.0.0_pre20140113.ebuild.diff

New version using SVN Rev 1558245 tarball, changed commons-pool dependency to >=2.1
Comment 2 Andreas Sturmlechner gentoo-dev 2014-02-09 13:26:23 UTC
Created attachment 369938 [details, diff]
commons-dbcp-2.0.0_pre20140209.ebuild.diff

- new version using SVN Rev 1566272 tarball
- fixed several paths
- fixed build.xml javadoc.overview path
Comment 3 Andreas Sturmlechner gentoo-dev 2014-02-09 13:27:02 UTC
Created attachment 369940 [details, diff]
commons-dbcp-2.0.0_pre20140209-build.xml.patch

required build.patch
Comment 4 Andreas Sturmlechner gentoo-dev 2014-03-07 23:25:00 UTC
Created attachment 372022 [details, diff]
commons-dbcp-2.0.ebuild.diff

final release announcement: http://mail-archives.apache.org/mod_mbox/www-announce/201403.mbox/%3C53165285.1040803@apache.org%3E

now requires commons-pool-2.2, diff is against commons-dbcp-1.4-r2.ebuild
Comment 5 Andreas Sturmlechner gentoo-dev 2014-05-31 20:53:12 UTC
Created attachment 377958 [details, diff]
commons-dbcp-2.0.1.ebuild.diff

bugfix release
Comment 6 William L. Thomson Jr. 2015-03-20 14:41:19 UTC
This needs to be slotted to SLOT="2" as it is now org.apache.commons.dbcp2 vs org.apache.commons.dbcp. Also it is currently 2.1, but that should just require changing ebuild version.
Comment 7 Patrice Clement gentoo-dev 2015-03-20 15:30:58 UTC
I'm bumping it . It's a bit of a pain but I'm gonna get there!
Comment 8 Patrice Clement gentoo-dev 2015-03-20 15:35:46 UTC
+*commons-dbcp-2.1 (20 Mar 2015)
+
+  20 Mar 2015; Patrice Clement <monsieurp@gentoo.org> +commons-dbcp-2.1.ebuild,
+  commons-dbcp-1.4-r2.ebuild:
+  Version bump to v2.1. Drop ~ppc and ~ppc64 arch (no jdk-1.7 nor commons-pool
+  for these archs yet). Add SLOT. Fix bug 496110.

I've tweaked your ebuild a bit, it needed some adjusments (wrt slotting and some missing deps). Thank you Andreas!
Comment 9 Andreas Sturmlechner gentoo-dev 2015-03-23 18:17:44 UTC
Thx for bump, one more bug down. ;)