commit: 5c14e6e59e97cf1b09decbb918ee5427d68db301 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Aug 4 17:41:13 2016 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Fri Aug 5 16:38:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c14e6e5
dev-java/piccolo2d: remove unused patch dev-java/piccolo2d/files/1.2.1-font-api.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dev-java/piccolo2d/files/1.2.1-font-api.patch b/dev-java/piccolo2d/files/1.2.1-font-api.patch deleted file mode 100644 index ba77b35..0000000 --- a/dev-java/piccolo2d/files/1.2.1-font-api.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur piccolo-1.2.1.old/extras/edu/umd/cs/piccolox/swt/SWTGraphics2D.java piccolo-1.2.1/extras/edu/umd/cs/piccolox/swt/SWTGraphics2D.java ---- piccolo-1.2.1.old/extras/edu/umd/cs/piccolox/swt/SWTGraphics2D.java 2008-07-27 23:35:16.000000000 +0300 -+++ piccolo-1.2.1/extras/edu/umd/cs/piccolox/swt/SWTGraphics2D.java 2008-07-27 23:36:09.000000000 +0300 -@@ -238,7 +238,7 @@ - style = style | SWT.ITALIC; - } - -- return new Font(fd[0].getName(),style,fd[0].height); -+ return new Font(fd[0].getName(),style,fd[0].getHeight()); - } - return null; - }
