+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>java@gentoo.org</email>
- <name>Java</name>
- </maintainer>
- <longdescription lang="en">
- SVG Salamander is an SVG engine for Java that's designed to be small,
- fast, and allow programmers to use it with a minimum of fuss. It's in
- particular targeted for making it easy to integrate SVG into Java games
- and making it much easier for artists to design 2D game content - from
- rich interactive menus to charts and graphcs to complex animations.
- </longdescription>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-JAVA_PKG_IUSE="doc examples source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="a SVG engine for Java"
-HOMEPAGE="https://svgsalamander.dev.java.net/"
-# Created from
-# https://svgsalamander.dev.java.net/svn/svgsalamander/tags/release-${PV}
-# with bundled jars removed.
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-CDEPEND="
- dev-java/ant-core:0
- dev-java/javacc:0
-"
-
-RDEPEND="
- ${CDEPEND}
- >=virtual/jre-1.6"
-
-DEPEND="
- ${CDEPEND}
- >=virtual/jdk-1.6"
-
-JAVA_ANT_REWRITE_CLASSPATH="yes"
-
-java_prepare() {
- # Delete these so that we don't need junit
- # They run a dialog any way so not useful for us
- rm -vr test/* || die
-
- cd lib || die
- java-pkg_jar-from --build-only javacc
- java-pkg_jar-from ant-core
-}
-
-src_install() {
- java-pkg_dojar build/jar/*.jar
- java-pkg_register-ant-task
-
- use doc && java-pkg_dojavadoc build/javadoc
- use examples && java-pkg_doexamples examples
- use source && java-pkg_dosrc src/com
-}
# Removal in 30 days
dev-java/logback
-# Aaron Bauman <bman@gentoo.org> (2019-08-14)
-# open sec bug #607720, unmaintained
-# Removal in 30 days
-dev-java/svgsalamander
-
# Mike Gilbert <floppym@gentoo.org> (2019-08-13)
# Dev channel releases are only for people who
# are developers or want more experimental features