summaryrefslogtreecommitdiff
path: root/media-gfx/opcion
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/opcion')
-rw-r--r--media-gfx/opcion/Manifest4
-rw-r--r--media-gfx/opcion/files/opcion-1.1.1-fix-source.patch15
-rw-r--r--media-gfx/opcion/metadata.xml11
-rw-r--r--media-gfx/opcion/opcion-1.1.1-r2.ebuild59
4 files changed, 0 insertions, 89 deletions
diff --git a/media-gfx/opcion/Manifest b/media-gfx/opcion/Manifest
deleted file mode 100644
index 36f1ef3a7099..000000000000
--- a/media-gfx/opcion/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX opcion-1.1.1-fix-source.patch 408 BLAKE2B db69614febebd183d219dae70717e3916d6747c5dcd1219303ae3f1a6f8f565aa70d8e21762b1094fc6ae128eda584b7026ad6ba39375856c9fdd57a4a114849 SHA512 3097cc8970296bf9d571c44ac9c07074c88e7a3b8800082dfcaf94c1daa0ddae8c56f7101c5052d8382ac554a725debbb7a3271fd0257ab195d63313133f18ae
-DIST Opcion_v1.1.1_src.zip 319793 BLAKE2B 1c374f7e52ce7f313b8bc5b99ffcc990ccef3776a4e48d2499d3c3e8dccdbca353e00b109dc2f1fceacf020d095106d1c67569a23f65f1b891dc0bdbdf902070 SHA512 47b4729a54b4b76fdd5ece01f40e700f6c942df60a36956e08383aa24bb436e59b40df25d42d2d7c6b01633a92c7449a8c7f0acb9a9e63af76d1054373f51f14
-EBUILD opcion-1.1.1-r2.ebuild 1352 BLAKE2B cd9799c147bc824803f872f20616f4f5b71f863ff6195f735d8a9d6df3b745d02d494887df0a6d68d8fb5ea364ff3ca209db23253e107ab184bcb92a5c497e82 SHA512 6ee0fa78e5a3651c44bd716f8674b0b8e70fbe6b07574b01574bc6ad55bd4a8859f0d37252433132fa4d43739f5268debf8598820947808d0b8692c1949395a9
-MISC metadata.xml 314 BLAKE2B cd7e5e66092292581e8368d19331e42bbf2d9cf9cd9ba11a1537938ffcd8b04acdae9edf2250822452ca2cab8a4526dff70674059faf90c47d81ff56c91ac441 SHA512 2d933e44fbd5ec8dc05d7730bbca4f1d80d658f5735706fdc2ba3ce50b1637f37df9e5054d19e3e0e3869ea7b5417593d05bc8eaeaece0239000204666706687
diff --git a/media-gfx/opcion/files/opcion-1.1.1-fix-source.patch b/media-gfx/opcion/files/opcion-1.1.1-fix-source.patch
deleted file mode 100644
index 4c5f1dc9c9e3..000000000000
--- a/media-gfx/opcion/files/opcion-1.1.1-fix-source.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- FontViewer/components/AAToggleButton.java 2007-04-29 12:20:16.000000000 +0200
-+++ FontViewer/components/AAToggleButton.java 2007-04-29 12:10:53.000000000 +0200
-@@ -38,7 +38,11 @@
- this.setToolTipText(fname + " (" + floc + ")");
- }
-
-- public String getFName() {
-+ public AAToggleButton(String s) {
-+ super(s);
-+ }
-+
-+ public String getFName() {
- return fname;
- }
-
diff --git a/media-gfx/opcion/metadata.xml b/media-gfx/opcion/metadata.xml
deleted file mode 100644
index 99e11a0882f4..000000000000
--- a/media-gfx/opcion/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>fonts@gentoo.org</email>
- <name>Fonts</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">opcion</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-gfx/opcion/opcion-1.1.1-r2.ebuild b/media-gfx/opcion/opcion-1.1.1-r2.ebuild
deleted file mode 100644
index 9d00507f7c00..000000000000
--- a/media-gfx/opcion/opcion-1.1.1-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils java-pkg-2
-
-MY_P="Opcion_v${PV}"
-
-DESCRIPTION="Free font viewer written in Java"
-HOMEPAGE="http://opcion.sourceforge.net/"
-SRC_URI="mirror://sourceforge/opcion/${MY_P}_src.zip"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-COMMON_DEP="=dev-java/jgoodies-looks-1.2*"
-RDEPEND=">=virtual/jre-1.4
- ${COMMON_DEP}"
-DEPEND=">=virtual/jdk-1.4
- ${COMMON_DEP}
- app-arch/unzip"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # add missing constructor
- epatch "${FILESDIR}/${P}-fix-source.patch"
-
- # calls nonexisting constructor and seems unused
- rm FontViewer/windows/test.java || die
-
- rm -rf com/jgoodies || die
- find . -name '*.class' -delete || die
- rm *.txt || die
-}
-
-src_compile() {
- find . -name '*.java' > "${T}/src.list"
- local cp="$(java-pkg_getjars jgoodies-looks-1.2)"
- mkdir build || die
- # quite icky way to copy resources
- cp -R FontViewer com build || die
- find build -name '*.java' -delete
- ejavac -nowarn -classpath "${cp}" -d build "@${T}/src.list"
- jar cf ${PN}.jar -C build . || die
-}
-
-src_install() {
- java-pkg_dojar ${PN}.jar
-
- java-pkg_dolauncher ${PN} --main FontViewer.Opcion
-
- newicon FontViewer/resources/icons/IconSmall.png ${PN}-icon.png
- make_desktop_entry ${PN} opcion ${PN}-icon
-}