Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189617 - version bump: dev-java/swt-3.3
Summary: version bump: dev-java/swt-3.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL: http://download.eclipse.org/eclipse/d...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-20 17:26 UTC by Zeev Tarantov
Modified: 2007-08-20 17:58 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zeev Tarantov 2007-08-20 17:26:27 UTC
The version of 3.3 final is 3346.
The rc4 version in portage is 3345.
I noticed because Azureus 3.0.2.0 wants the new version.

Reproducible: Always




this works for me:

--- /usr/portage/dev-java/swt/swt-3.3_rc4.ebuild        2007-07-11 23:05:34.000000000 +0300
+++ /usr/local/portage/dev-java/swt/swt-3.3.ebuild      2007-08-20 20:02:28.000000000 +0300
@@ -1,12 +1,12 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/swt/swt-3.3_rc4.ebuild,v 1.2 2007/07/11 19:58:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/swt/swt-3.3.ebuild,v 1.0 2007/07/11 19:58:38 z.t. Exp $

 inherit eutils java-pkg-2 java-ant-2 toolchain-funcs

-MY_PV="${PV/_rc/RC}"
-#MY_PV="${PV}"
-MY_DMF="S-${MY_PV}-200706081718"
+#MY_PV="${PV/_rc/RC}"
+MY_PV="${PV}"
+MY_DMF="R-${MY_PV}-200706251500"
 MY_P="${PN}-${MY_PV}"
 # https://overlays.gentoo.org/svn/proj/java/other/swt-patches
 #PATCHSET="${P}-gentoo-patches-r1"
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-08-20 17:58:56 UTC
In CVS. Had it sitting in my checkout for some time, but did not get around to finish it. Thanks for noting me.