Skip to content

Commit

Permalink
media-tv/tvbrowser: Remove dependency on stax
Browse files Browse the repository at this point in the history
It is included in Java 6. The jar wasn't even being included in the
classpath anyway.

Package-Manager: portage-2.2.20.1
  • Loading branch information
chewi committed Sep 25, 2015
1 parent 90e89b4 commit 8bbab6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ COMMON_DEP="dev-java/bsh:0
dev-java/htmlparser-org:0
dev-java/log4j:0
dev-java/skinlf:0
dev-java/stax:0
dev-java/xalan:0
dev-java/opencsv:0
dev-java/texhyphj:0
Expand All @@ -51,7 +50,6 @@ RDEPEND="${COMMON_DEP}

java_prepare() {
epatch "${FILESDIR}"/${PV}-*.patch
#epatch "${FILESDIR}"/${PV}-build.xml.patch

rm -v lib/{bsh-,commons,jgoodies,l2fprod-common-tasks,skinlf,stax,htmlparser,opencsv,trident,texhyphj,jRegistryKey}*.jar

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ CDEPEND="dev-java/bsh:0
dev-java/l2fprod-common:0
dev-java/log4j:0
dev-java/skinlf:0
dev-java/stax:0
dev-java/swt:4.2
dev-java/xalan:0
x11-libs/libXt:0
Expand All @@ -108,7 +107,7 @@ RDEPEND="${CDEPEND}
src_prepare() {
cp "${FILESDIR}"/${P}-build.xml build.xml || die "Failed to replace build.xml."

# Yes, there are some bundled jars.
# Yes, there are some bundled jars.
# Can't help but use them for the time being.
local error="Failed to unbundle or remove libraries or classes."
pushd lib > /dev/null
Expand Down

0 comments on commit 8bbab6d

Please sign in to comment.