summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-06 20:41:28 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-06 20:41:28 +0100
commit6273a4ae7e96bb0198abf06a6173090b57aff645 (patch)
treed1b650d205e3c636af17e638f5b79c2e2b7bb249 /media-gfx
parentmedia-gfx/exiftags: Remove last-rited pkg (diff)
downloadgentoo-6273a4ae7e96bb0198abf06a6173090b57aff645.tar.gz
gentoo-6273a4ae7e96bb0198abf06a6173090b57aff645.tar.bz2
gentoo-6273a4ae7e96bb0198abf06a6173090b57aff645.zip
media-gfx/aoi: Remove last-rited pkg
Closes: https://bugs.gentoo.org/697288 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/aoi/Manifest4
-rw-r--r--media-gfx/aoi/aoi-2.5.ebuild50
-rw-r--r--media-gfx/aoi/aoi-2.7.2.ebuild51
-rw-r--r--media-gfx/aoi/metadata.xml11
4 files changed, 0 insertions, 116 deletions
diff --git a/media-gfx/aoi/Manifest b/media-gfx/aoi/Manifest
deleted file mode 100644
index 4d4686bd288b..000000000000
--- a/media-gfx/aoi/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST aoi25.zip 4529346 BLAKE2B 8de066ab70d2223d7721c3f7b0454e1873a96479d7bb7b9572789e74411ca7806c7156475775cc190a9e75d360ad363639a45f8b1681ee5195e3a4d5eafc4446 SHA512 3374c687426c2b62fa5fbf5f8440f2b3f299972968376e262f06da0eddf420876cf3f9f3c817c0ab7fc1f2f2804dee918752364f7fbff61e417042f4c868a524
-DIST aoi272.zip 4733701 BLAKE2B 781479fbc2778b25c35158f11d7f3eac7af29ab6014e976b431d871916bc18f6de4dd6d07557d3d5b25c8b12ce6537764d89bc6a12540339e1cf7b76f9b34143 SHA512 8dadbc23e795700b625d83f00bf15b79a923ed083de63e0f18579706baa8af9c3cbad3c08e0e7e5156190e257941f2499a3a49259295a52c586a54f19e4af182
-DIST manual2.3.zip 11511867 BLAKE2B 1b670bbe889c9425804e897cd27c0b57ba9a342926090db33c91da84ce355cb53baf22d56d7212bf74324d6fae3fc24aa931922cc4895609d94616488febf8bc SHA512 b8d11eba570f854d621622a6ef30e26194913b2069c4cd5bc00090521120dc9d1c20d4dae4ef8cf900dbaf9ef94f7afc2d88dc88c4dc6e2e0064db08e2567366
-DIST manual2.6.zip 13402007 BLAKE2B 69b5a0c7259add32849db3cbefdb083810389626459211f23de0bab4820db49a291438ecf2bf2bc28197465f0bc110a02aeddebba2000b0efb796da9ba85faa3 SHA512 ef8d1bce3cbd1f8f5a7f55f5d296f4cd3694af8aafc88579f3c514104ae2ded4f0c1bbe8379dfc91a865042ce459b336b4630718f6b293216d9577b3eb5765f1
diff --git a/media-gfx/aoi/aoi-2.5.ebuild b/media-gfx/aoi/aoi-2.5.ebuild
deleted file mode 100644
index 06c64af08dd5..000000000000
--- a/media-gfx/aoi/aoi-2.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit java-pkg-2 eutils
-
-MY_P="aoi25"
-MY_MANUAL_V="2.3"
-S="${WORKDIR}/ArtOfIllusion25"
-DESCRIPTION="A free, open-source 3D modelling and rendering studio"
-SRC_URI="mirror://sourceforge/aoi/${MY_P}.zip
- doc? ( mirror://sourceforge/aoi/manual${MY_MANUAL_V}.zip )"
-HOMEPAGE="http://aoi.sourceforge.net/index"
-KEYWORDS="~amd64 x86"
-LICENSE="GPL-2"
-SLOT="0"
-DEPEND="app-arch/unzip"
-RDEPEND=">=virtual/jre-1.4"
-IUSE="doc"
-
-src_install() {
- # documentation
- dodoc HISTORY README
- if use doc ; then
- mv "${WORKDIR}"/AoI\ Manual/ "${WORKDIR}"/aoi_manual
- dohtml -r "${WORKDIR}"/aoi_manual/
- fi
-
- # main app
- java-pkg_dojar ArtOfIllusion.jar
-
- # run script
- java-pkg_dolauncher aoi \
- --jar ArtOfIllusion.jar \
- --java_args -Xmx128M
-
- # plugins
- mv Plugins "${D}"/usr/share/${PN}/lib
-
- # scripts
- mv Scripts "${D}"/usr/share/${PN}/lib
-
- # icon
- mv Icons/64x64.png Icons/aoi.png
- doicon Icons/aoi.png
-
- # desktop entry
- make_desktop_entry aoi "Art of Illusion" aoi "Graphics"
-}
diff --git a/media-gfx/aoi/aoi-2.7.2.ebuild b/media-gfx/aoi/aoi-2.7.2.ebuild
deleted file mode 100644
index df3e0a207a32..000000000000
--- a/media-gfx/aoi/aoi-2.7.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit java-pkg-2 eutils versionator
-
-MY_V=$(delete_all_version_separators)
-MY_P="aoi${MY_V}"
-MY_MANUAL_V="2.6"
-S="${WORKDIR}/ArtOfIllusion${MY_V}"
-DESCRIPTION="A free, open-source 3D modelling and rendering studio"
-SRC_URI="mirror://sourceforge/aoi/${MY_P}.zip
- doc? ( mirror://sourceforge/aoi/manual${MY_MANUAL_V}.zip )"
-HOMEPAGE="http://aoi.sourceforge.net/index"
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-DEPEND="app-arch/unzip"
-RDEPEND=">=virtual/jre-1.5"
-IUSE="doc"
-
-src_install() {
- # documentation
- dodoc HISTORY README
- if use doc ; then
- mv "${WORKDIR}"/AoI\ Manual/ "${WORKDIR}"/aoi_manual
- dohtml -r "${WORKDIR}"/aoi_manual/
- fi
-
- # main app
- java-pkg_dojar ArtOfIllusion.jar
-
- # run script
- java-pkg_dolauncher aoi \
- --jar ArtOfIllusion.jar \
- --java_args -Xmx128M
-
- # plugins
- mv Plugins "${D}"/usr/share/${PN}/lib
-
- # scripts
- mv Scripts "${D}"/usr/share/${PN}/lib
-
- # icon
- mv Icons/64x64.png Icons/aoi.png
- doicon Icons/aoi.png
-
- # desktop entry
- make_desktop_entry aoi "Art of Illusion" aoi "Graphics"
-}
diff --git a/media-gfx/aoi/metadata.xml b/media-gfx/aoi/metadata.xml
deleted file mode 100644
index b75d613c6085..000000000000
--- a/media-gfx/aoi/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>graphics@gentoo.org</email>
- <name>Gentoo Graphics Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">aoi</remote-id>
- </upstream>
-</pkgmetadata>