Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 892489 Details for
Bug 680770
games-board/megamek-0.45.3 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild games-board/megamek-0.49.19.ebuild
megamek-0.49.19.ebuild (text/plain), 2.48 KB, created by
Volkmar W. Pogatzki
on 2024-05-08 12:42:56 UTC
(
hide
)
Description:
ebuild games-board/megamek-0.49.19.ebuild
Filename:
MIME Type:
Creator:
Volkmar W. Pogatzki
Created:
2024-05-08 12:42:56 UTC
Size:
2.48 KB
patch
obsolete
># Copyright 1999-2024 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >inherit desktop java-pkg-2 java-pkg-simple > >DESCRIPTION="Unofficial online version of the Classic BattleTech board game" >HOMEPAGE="https://megamek.org/" >XSTR="1.4.20" # treecleaned >FMV="2.3.32" # presently not packaged >NSV="0.4" # presently not packaged >CCV="1.10" # presently not packaged >SRC_URI="https://github.com/MegaMek/megamek/archive/v${PV}.tar.gz -> ${P}.tar.gz > https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream/${XSTR}/xstream-${XSTR}.jar > https://repo1.maven.org/maven2/org/freemarker/freemarker/${FMV}/freemarker-${FMV}.jar > https://repo1.maven.org/maven2/org/nibblesec/serialkiller/${NSV}/serialkiller-${NSV}.jar > https://repo1.maven.org/maven2/commons-configuration/commons-configuration/${CCV}/commons-configuration-${CCV}.jar > https://dev.gentoo.org/~ionen/distfiles/${PN}.png" >S="${WORKDIR}/${P}/megamek" > >LICENSE="GPL-2+" >SLOT="0" >KEYWORDS="~amd64" > ># src/megamek/common/net/marshalling/NativeSerializationMarshaller.java:42: error: cannot access NestableException ># final ObjectInputStream in = new SerialKiller(stream, MMConstants.SERIALKILLER_CONFIG_FILE); ># ^ ># class file for org.apache.commons.lang.exception.NestableException not found >DEPEND=" > dev-java/commons-lang:2.6 > dev-java/commons-logging:0[log4j] > dev-java/commons-text:0 > dev-java/log4j-12-api:2 > dev-java/jackson-databind:0 > dev-java/jackson-dataformat-yaml:0 > dev-java/jakarta-mail:0 > dev-java/jaxb-api:4 > >=virtual/jdk-11:* >" >RDEPEND=">=virtual/jre-11:*" > >JAVA_CLASSPATH_EXTRA=" > commons-lang-2.6 > commons-logging > commons-text > jackson-databind > jackson-dataformat-yaml > jakarta-mail > jaxb-api-4 > log4j-12-api-2 >" > >PATCHES=( ># "${FILESDIR}/megamek-0.49.19-AmmoType.patch" >) > >JAVA_MAIN_CLASS="megamek.MegaMek" >JAVA_RESOURCE_DIRS=( i18n resources ) >JAVA_SRC_DIR="src" > >src_prepare() { > default #780585 > java-pkg-2_src_prepare > JAVA_GENTOO_CLASSPATH_EXTRA="${DISTDIR}/xstream-${XSTR}.jar" > JAVA_GENTOO_CLASSPATH_EXTRA+=":${DISTDIR}/freemarker-${FMV}.jar" > JAVA_GENTOO_CLASSPATH_EXTRA+=":${DISTDIR}/serialkiller-${NSV}.jar" > JAVA_GENTOO_CLASSPATH_EXTRA+=":${DISTDIR}/commons-configuration-${CCV}.jar" >} > >src_install() { > java-pkg-simple_src_install ># dobin ${PN} ># ># insinto /usr/share/${PN} ># doins -r MegaMek.jar data docs l10n lib mmconf readme* # readme used at runtime ># ># dodoc HACKING readme.txt ># ># doicon "${DISTDIR}"/${PN}.png > make_desktop_entry ${PN} MegaMek >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 680770
: 892489 |
892490
|
892491