public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-ivy/files/
@ 2018-06-13 21:18 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-06-13 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     871ebb2b84a0994cc00e0eabcc5244c9d24f80dc
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jun 13 18:03:00 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Jun 13 21:15:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871ebb2b

dev-java/ant-ivy: remove unused patches

 dev-java/ant-ivy/files/ivy-1.3.1-noresolve.patch | 12 ------------
 dev-java/ant-ivy/files/ivy-1.3.1-tasks.patch     | 20 --------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-java/ant-ivy/files/ivy-1.3.1-noresolve.patch b/dev-java/ant-ivy/files/ivy-1.3.1-noresolve.patch
deleted file mode 100644
index 206141f4c26..00000000000
--- a/dev-java/ant-ivy/files/ivy-1.3.1-noresolve.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nru ivy-1.3.1.vanilla/build.xml ivy-1.3.1/build.xml
---- ivy-1.3.1.vanilla/build.xml	2006-08-21 16:11:08.000000000 +0200
-+++ ivy-1.3.1/build.xml	2006-08-21 16:11:21.000000000 +0200
-@@ -9,7 +9,7 @@
- 	</target>
- 
- 	<target name="resolve" depends="prepare">
--		<ivy:retrieve/>
-+		<!-- <ivy:retrieve/> -->
- 	</target>
- 
- 	<target name="build" depends="resolve">

diff --git a/dev-java/ant-ivy/files/ivy-1.3.1-tasks.patch b/dev-java/ant-ivy/files/ivy-1.3.1-tasks.patch
deleted file mode 100644
index 4e392f07935..00000000000
--- a/dev-java/ant-ivy/files/ivy-1.3.1-tasks.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -Nru ivy-1.3.1-vanilla/build.xml ivy-1.3.1/build.xml
---- ivy-1.3.1-vanilla/build.xml	2006-08-21 19:34:19.000000000 +0200
-+++ ivy-1.3.1/build.xml	2006-08-21 19:35:18.000000000 +0200
-@@ -33,6 +33,16 @@
-   		<jar 	destfile="${artifacts.build.dir}/ivy.jar"
- 				basedir="${classes.build.dir}"/>
- 	</target>
-+
-+	<target name="javadoc">
-+		<javadoc destdir="${javadoc.build.dir}">
-+			<fileset dir="${src.dir}"/>
-+		</javadoc>
-+	</target>
-+
-+	<target name="clean">
-+		<delete dir="${build.dir}"/>
-+	</target>
- 	
- 	<target name="test" depends="jar">
- 		<path id="run.classpath">


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-ivy/files/
@ 2022-01-10 18:47 Florian Schmaus
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Schmaus @ 2022-01-10 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     1f2601c2264354d32d26b1fe7477e24fe220013e
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Jan 10 16:59:24 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan 10 18:47:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2601c2

dev-java/ant-ivy: remove unused 1.4.1-javadoc.patch

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/23724
Fixes: 8f0c7f0c9203 ("dev-java/ant-ivy: Drop old versions")
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-java/ant-ivy/files/1.4.1-javadoc.patch | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/dev-java/ant-ivy/files/1.4.1-javadoc.patch b/dev-java/ant-ivy/files/1.4.1-javadoc.patch
deleted file mode 100644
index 4a0b47d8a714..000000000000
--- a/dev-java/ant-ivy/files/1.4.1-javadoc.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur ivy-1.4.1.old/build.xml ivy-1.4.1/build.xml
---- ivy-1.4.1.old/build.xml	2007-09-04 02:44:23.000000000 +0300
-+++ ivy-1.4.1/build.xml	2007-09-04 02:44:53.000000000 +0300
-@@ -245,9 +245,7 @@
- 	</target>
- 	
- 	<target name="javadoc">
--		<javadoc destdir="${javadoc.build.dir}">
--			<fileset dir="${src.dir}"/>
--		</javadoc>
-+		<javadoc destdir="${javadoc.build.dir}" sourcepath="${src.dir}" />
- 	</target>
- 
- 	<target name="get-dxml" description="download dxml doc file from web site">


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-10 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-13 21:18 [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-ivy/files/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2022-01-10 18:47 Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox