Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211710 - dev-java/swing-layout-1.0.3 version bump
Summary: dev-java/swing-layout-1.0.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL: https://swing-layout.dev.java.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-28 10:15 UTC by Alexey Fansky
Modified: 2008-02-28 10:38 UTC (History)
1 user (show)

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


Attachments
updated ebuild (swing-layout-1.0.3.ebuild,749 bytes, text/plain)
2008-02-28 10:16 UTC, Alexey Fansky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Fansky 2008-02-28 10:15:21 UTC
Please find an updated ebuild attached
Comment 1 Alexey Fansky 2008-02-28 10:16:30 UTC
Created attachment 144827 [details]
updated ebuild

swing-layout % diff -u swing-layout-1.0.1-r1.ebuild swing-layout-1.0.3.ebuild
--- swing-layout-1.0.1-r1.ebuild        2007-08-19 23:05:54.000000000 +0300
+++ swing-layout-1.0.3.ebuild   2008-02-28 12:16:17.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/swing-layout/swing-layout-1.0.1-r1.ebuild,v 1.7 2007/08/19 19:42:47 wltjr Exp $
+# $Header: $

 JAVA_PKG_IUSE="doc source"

@@ -8,7 +8,7 @@

 DESCRIPTION="Professional cross platform layouts with Swing"
 HOMEPAGE="https://swing-layout.dev.java.net/"
-SRC_URI="https://swing-layout.dev.java.net/files/documents/2752/35842/${P}-src.zip"
+SRC_URI="https://swing-layout.dev.java.net/files/documents/2752/70793/${P}-src.zip"

 LICENSE="LGPL-2.1"
 SLOT="1"
@@ -19,7 +19,7 @@
                app-arch/unzip"
 RDEPEND=">=virtual/jre-1.4"

-S=${WORKDIR}
+S="${WORKDIR}/${P}"
 EANT_FILTER_COMPILER=jikes

 src_install(){
Comment 2 Alistair Bush (RETIRED) gentoo-dev 2008-02-28 10:38:15 UTC
Thanks for the bug report

Only one thing to say
S="${WORKDIR}/${P}" is the default value.  So you shouldn't have it in the ebuild.

Otherwise great work.  Please give it a couple of hours to hit the rsync mirrors.

Alistair.