Skip to content

Commit

Permalink
dev-java/commons-logging: epatch->eapply.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.28, Repoman-2.3.9
  • Loading branch information
hanetzer authored and monsieurp committed Apr 14, 2018
1 parent dde4187 commit 2b2d62e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dev-java/commons-logging/commons-logging-1.2-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ DOCS=( RELEASE-NOTES.txt PROPOSAL.html )
src_prepare() {
default

epatch "${FILESDIR}/${P}-gentoo.patch"
eapply "${FILESDIR}/${P}-gentoo.patch"
# patch to make the build.xml respect no servletapi
epatch "${FILESDIR}/${P}-servletapi.patch"
eapply "${FILESDIR}/${P}-servletapi.patch"

# bug #208098
echo "jdk.1.4.present=true" > build.properties || die
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- a/build.xml 2013-05-16 22:04:22.000000000 +0200
+++ b/build.xml 2013-12-25 23:58:47.447266535 +0100
--- a/build.xml
+++ b/build.xml
@@ -773,4 +773,23 @@
</fail>
</target>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- a/build.xml 2013-12-26 00:00:51.019721667 +0100
+++ b/build.xml 2013-12-26 00:22:27.616511976 +0100
--- a/build.xml
+++ b/build.xml
@@ -279,6 +279,8 @@
classpathref="compile.classpath"
classname="org.apache.log.Logger"/>
Expand Down

0 comments on commit 2b2d62e

Please sign in to comment.