diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-17 10:29:29 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-17 10:29:29 +0000 |
| commit | eeba4b72e5630426691716a292c0105aa051cdc6 (patch) | |
| tree | 7576c17056e1f6d84f2e32066021df6b4f674065 /dev-java/cpptasks | |
| parent | 18a9d9fce1ca01e5dfbbe84c1d1571c0c789c2af (diff) | |
| download | baldeagleos-repo-eeba4b72e5630426691716a292c0105aa051cdc6.tar.gz baldeagleos-repo-eeba4b72e5630426691716a292c0105aa051cdc6.tar.xz baldeagleos-repo-eeba4b72e5630426691716a292c0105aa051cdc6.zip | |
Adding metadata
Diffstat (limited to 'dev-java/cpptasks')
| -rw-r--r-- | dev-java/cpptasks/cpptasks-1.0_beta5-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-java/cpptasks/cpptasks-1.0_beta5.ebuild | 47 |
2 files changed, 1 insertions, 48 deletions
diff --git a/dev-java/cpptasks/cpptasks-1.0_beta5-r1.ebuild b/dev-java/cpptasks/cpptasks-1.0_beta5-r1.ebuild index d2302a4b865a..38a0c3f54a50 100644 --- a/dev-java/cpptasks/cpptasks-1.0_beta5-r1.ebuild +++ b/dev-java/cpptasks/cpptasks-1.0_beta5-r1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${P/_beta/b}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ppc64 x86" CP_DEPEND=" dev-java/ant-core:0 diff --git a/dev-java/cpptasks/cpptasks-1.0_beta5.ebuild b/dev-java/cpptasks/cpptasks-1.0_beta5.ebuild deleted file mode 100644 index e72710bc3451..000000000000 --- a/dev-java/cpptasks/cpptasks-1.0_beta5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -JAVA_PKG_IUSE="doc source examples" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="Ant-tasks to compile various source languages and produce executables" -HOMEPAGE="http://ant-contrib.sourceforge.net/" -SRC_URI="mirror://sourceforge/ant-contrib/ant-contrib/${P/_/-}/${P/_beta/b}.tar.gz" -S="${WORKDIR}/${P/_beta/b}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" - -CDEPEND=" - dev-java/ant-core:0 - dev-java/xerces:2" -RDEPEND="${CDEPEND} - >=virtual/jre-1.6" -DEPEND="${CDEPEND} - >=virtual/jdk-1.6" - -JAVA_ANT_REWRITE_CLASSPATH="yes" - -EANT_BUILD_TARGET="jars" -EANT_DOC_TARGET="javadocs -Dbuild.javadocs=build/api" -EANT_GENTOO_CLASSPATH="ant-core,xerces-2" - -src_prepare() { - default - find -name '*.jar' -exec rm -v {} + || die -} - -src_install() { - java-pkg_dojar target/lib/${PN}.jar - - java-pkg_register-ant-task - - dodoc NOTICE - use doc && java-pkg_dojavadoc build/api - use examples && java-pkg_doexamples src/samples/* - use source && java-pkg_dosrc src/main/java/* -} |
