Skip to content

Commit

Permalink
app-editors/jedit: epatch->eapply.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Closes: gentoo#7932
  • Loading branch information
hanetzer authored and monsieurp committed Apr 14, 2018
1 parent 2febda0 commit dde4187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions app-editors/jedit/files/jedit-5.4.0-build-xml.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Subject: [PATCH] Do not have target "build" call target "test"
--- a/build.xml 2017-03-18 16:30:34.000000000 +0300
+++ b/build.xml 2017-08-25 12:24:24.000000000 +0300
--- a/build.xml
+++ b/build.xml
@@ -505,7 +505,7 @@
</target>

Expand Down
4 changes: 2 additions & 2 deletions app-editors/jedit/jedit-5.4.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -39,7 +39,7 @@ JEDIT_HOME="/usr/share/${PN}"
src_prepare() {
mkdir -p lib/{ant-contrib,compile,default-plugins,scripting,test} || die

epatch "${FILESDIR}"/${P}-build-xml.patch
eapply "${FILESDIR}"/${P}-build-xml.patch

java-ant_xml-rewrite -f "${S}/build.xml" -c \
-e javadoc \
Expand Down

0 comments on commit dde4187

Please sign in to comment.