| Summary: | dev-java/swing-layout-1.0.3 version bump | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alexey Fansky <afansky> |
| Component: | [OLD] Java | Assignee: | Java team <java> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | afansky |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://swing-layout.dev.java.net/ | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | updated ebuild | ||
|
Description
Alexey Fansky
2008-02-28 10:15:21 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(){ 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.
|