diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-08-26 14:56:19 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-08-26 14:56:19 +0000 |
| commit | abce86c246ba1361b5b2ff3ee1f361eee67dcb37 (patch) | |
| tree | 4fb498e0d33474cdf9934ba7a9139b17a55d5ca3 /dev-java | |
| parent | 74295b09bfd56062f954a39a8f46b4200eeb064d (diff) | |
| download | baldeagleos-repo-abce86c246ba1361b5b2ff3ee1f361eee67dcb37.tar.gz baldeagleos-repo-abce86c246ba1361b5b2ff3ee1f361eee67dcb37.tar.xz baldeagleos-repo-abce86c246ba1361b5b2ff3ee1f361eee67dcb37.zip | |
Adding metadata
Diffstat (limited to 'dev-java')
7 files changed, 4 insertions, 148 deletions
diff --git a/dev-java/jai-imageio-core/jai-imageio-core-1.4.0.ebuild b/dev-java/jai-imageio-core/jai-imageio-core-1.4.0.ebuild index 98cb04b71840..6a9788508dab 100644 --- a/dev-java/jai-imageio-core/jai-imageio-core-1.4.0.ebuild +++ b/dev-java/jai-imageio-core/jai-imageio-core-1.4.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jai-imageio/${PN}/archive/refs/tags/${P}.tar.gz" LICENSE="Sun-BSD-no-nuclear-2005" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ppc64 ~x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" diff --git a/dev-java/jai-imageio-jpeg2000/jai-imageio-jpeg2000-1.4.0.ebuild b/dev-java/jai-imageio-jpeg2000/jai-imageio-jpeg2000-1.4.0.ebuild index b3b0973e65d6..71c66db4067c 100644 --- a/dev-java/jai-imageio-jpeg2000/jai-imageio-jpeg2000-1.4.0.ebuild +++ b/dev-java/jai-imageio-jpeg2000/jai-imageio-jpeg2000-1.4.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jai-imageio/${PN}/archive/refs/tags/${P}.tar.gz" LICENSE="Sun-BSD-no-nuclear-2005" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ppc64 ~x86" # Common dependencies # POM: ${PN}-${P}/pom.xml diff --git a/dev-java/java-diff-utils/java-diff-utils-1.3.0.ebuild b/dev-java/java-diff-utils/java-diff-utils-1.3.0.ebuild index 5dd403738076..a11087d16421 100644 --- a/dev-java/java-diff-utils/java-diff-utils-1.3.0.ebuild +++ b/dev-java/java-diff-utils/java-diff-utils-1.3.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://repo1.maven.org/maven2/com/googlecode/${PN}/diffutils/${PV}/dif LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ppc64 ~x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" diff --git a/dev-java/jbig2-imageio/jbig2-imageio-3.0.3.ebuild b/dev-java/jbig2-imageio/jbig2-imageio-3.0.3.ebuild index f6ba1cf47e0c..1576a379c300 100644 --- a/dev-java/jbig2-imageio/jbig2-imageio-3.0.3.ebuild +++ b/dev-java/jbig2-imageio/jbig2-imageio-3.0.3.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://downloads.apache.org/pdfbox/${PN}/${PV}/${P}-src.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ppc64 ~x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" diff --git a/dev-java/jgoodies-looks/files/jgoodies-looks-1.2.2-build.xml b/dev-java/jgoodies-looks/files/jgoodies-looks-1.2.2-build.xml deleted file mode 100644 index b24ec32156b4..000000000000 --- a/dev-java/jgoodies-looks/files/jgoodies-looks-1.2.2-build.xml +++ /dev/null @@ -1,83 +0,0 @@ -<?xml version="1.0"?> - -<project name="Plastic" default="jar" basedir="."> - - <!-- This is a customized build.xml for portage! --> - <!-- - <property file="${basedir}/build.properties"/> - <property file="${basedir}/default.properties"/> - --> - - <property name="build" value="${basedir}/build"/> - - <property name="spec.title" value="JGoodies Looks"/> - <property name="spec.version" value="1.2"/> - <property name="spec.vendor" value="Apache Software Foundation"/> - <property name="imp.title" value="com.jgoodies.plaf"/> - <property name="imp.version" value="1.2.2"/> - <property name="imp.vendor" value="Apache Software Foundation"/> - - <property name="plaf.src" value="${basedir}/com/jgoodies/plaf"/> - <property name="clearlook.src" value="${basedir}/com/jgoodies/clearlook"/> - - <property name="clearlook.javadoc" value="${build}/doc/clearlook"/> - <property name="clearlook.packages" value="com.jgoodies.clearlook.*"/> - - <property name="plastic.javadoc" value="${build}/doc/plastic"/> - <property name="plastic.packages" value="com.jgoodies.clearlook.*"/> - - <target name="init"> - <tstamp /> - <mkdir dir="${build}"/> - <mkdir dir="${build}/doc"/> - </target> - - <target name="manifest" depends="init"> - <manifest file="MANIFEST.MF" mode="update"> - <attribute name="Built-By" value="Gentoo Portage"/> - - <section name="com/jgoodies/plaf"> - <attribute name="Specification-Title" value="${spec.title}"/> - <attribute name="Specification-Version" value="${spec.version}"/> - <attribute name="Specification-Vendor" value="${spec.vendor}"/> - <attribute name="Implementation-Title" value="${imp.title}"/> - <attribute name="Implementation-Version" value="${imp.version}"/> - <attribute name="Implementation-Vendor" value="${imp.vendor}"/> - </section> - </manifest> - </target> - - <target name="compile" depends="init"> - <javac srcdir="${plaf.src};${clearlook.src}" - destdir="${build}" - source="1.4" - target="1.4"/> - - <!-- - Copy application resources - NOTE: THIS MAY NEED TO BE CHANGED IN FUTURE VERSIONS!! - --> - <copy toDir="${build}/com/jgoodies/plaf"> - <fileset dir="${plaf.src}" excludes="**/*.java"/> - </copy> - </target> - - <target name="javadoc" depends="compile"> - <javadoc sourcepath="${basedir}" - destdir="${clearlook.javadoc}" - packagenames="${clearlook.packages}"/> - <javadoc sourcepath="${basedir}" - destdir="${plastic.javadoc}" - packagenames="${plastic.packages}"/> - </target> - - <target name="jar" depends="compile,manifest"> - <jar jarfile="looks.jar" manifest="MANIFEST.MF"> - <fileset dir="${build}"/> - <zipfileset dir="${basedir}" - includes="plastic.txt" - fullpath="META-INF/services/javax.swing.LookAndFeel"/> - </jar> - </target> - -</project> diff --git a/dev-java/jgoodies-looks/files/jgoodies-looks-1.2.2-plastic.txt b/dev-java/jgoodies-looks/files/jgoodies-looks-1.2.2-plastic.txt deleted file mode 100644 index ab3737ca6a30..000000000000 --- a/dev-java/jgoodies-looks/files/jgoodies-looks-1.2.2-plastic.txt +++ /dev/null @@ -1,8 +0,0 @@ -# JGoodies Plastic L&F- replacement for Metal -com.jgoodies.plaf.plastic.PlasticLookAndFeel -# JGoodies Plastic 3D L&F -com.jgoodies.plaf.plastic.Plastic3DLookAndFeel -# JGoodies Plastic XP L&F -com.jgoodies.plaf.plastic.PlasticXPLookAndFeel -# JGoodies Windows L&F -com.jgoodies.plaf.windows.ExtWindowsLookAndFeel diff --git a/dev-java/stringtemplate/files/3.2.1-test-fixes.patch b/dev-java/stringtemplate/files/3.2.1-test-fixes.patch deleted file mode 100644 index fd625abd0668..000000000000 --- a/dev-java/stringtemplate/files/3.2.1-test-fixes.patch +++ /dev/null @@ -1,53 +0,0 @@ -https://github.com/antlr/stringtemplate3/pull/3 - ---- test/org/antlr/stringtemplate/test/TestStringTemplate.java.orig 2015-09-18 22:04:18.131902875 +0100 -+++ test/org/antlr/stringtemplate/test/TestStringTemplate.java 2015-09-18 22:04:21.651848456 +0100 -@@ -36,6 +36,10 @@ - import java.text.SimpleDateFormat; - import java.util.*; - -+import org.junit.FixMethodOrder; -+import org.junit.runners.MethodSorters; -+ -+@FixMethodOrder(MethodSorters.NAME_ASCENDING) - public class TestStringTemplate extends TestCase { - static final String newline = System.getProperty("line.separator"); - -@@ -87,7 +91,7 @@ - assertEquals(expecting,I.toString()); - } - -- public void testNoGroupLoader() throws Exception { -+ public void testAaaNoGroupLoader() throws Exception { - // this also tests the group loader - StringTemplateErrorListener errors = new ErrorBuffer(); - String tmpdir = System.getProperty("java.io.tmpdir"); -@@ -2214,8 +2218,12 @@ - s.add("2"); - s.add("3"); - st.setAttribute("items", s); -- expecting = "<li>3</li><li>2</li><li>1</li>"; -- assertEquals(expecting, st.toString()); -+ String[] split = st.toString().split("(</?li>){1,2}"); -+ Arrays.sort(split); -+ assertEquals("", split[0]); -+ assertEquals("1", split[1]); -+ assertEquals("2", split[2]); -+ assertEquals("3", split[3]); - } - - public void testDumpMapAndSet() throws Exception { -@@ -2235,8 +2243,11 @@ - s.add("2"); - s.add("3"); - st.setAttribute("items", s); -- expecting = "3,2,1"; -- assertEquals(expecting, st.toString()); -+ String[] split = st.toString().split(","); -+ Arrays.sort(split); -+ assertEquals("1", split[0]); -+ assertEquals("2", split[1]); -+ assertEquals("3", split[2]); - } - - public class Connector3 { |
