diff options
Diffstat (limited to 'media-gfx/yed/yed-3.6.ebuild')
-rw-r--r-- | media-gfx/yed/yed-3.6.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/media-gfx/yed/yed-3.6.ebuild b/media-gfx/yed/yed-3.6.ebuild deleted file mode 100644 index 7e962e4..0000000 --- a/media-gfx/yed/yed-3.6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" - -inherit eutils java-pkg-2 - -DESCRIPTION="yEd is a powerful diagram editor that can be used to quickly and effectively generate high-quality drawings of diagrams." -HOMEPAGE="http://www.yworks.com/en/products_yed_about.html" -SRC_URI="yEd-${PV}.zip" -MY_JAR="${P}.jar" -DOWNLOAD_URL="http://www.yworks.com/en/products_download.php?file=${SRC_URI}" -LICENSE="yEd" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="fetch" - -RDEPEND=">=virtual/jre-1.4" -DEPEND=" - app-arch/unzip - ${RDEPEND}" - - -pkg_nofetch() { - einfo "Please download the ${SRC_URI} from" - einfo "${DOWNLOAD_URL}" - einfo "and place it in ${DISTDIR}" -} - - -src_unpack() { - unzip "${DISTDIR}/"${A} -d ${S} -} - -src_install() { - java-pkg_newjar "${S}/${P}"/${PN}.jar - java-pkg_dolauncher ${PN} - make_desktop_entry ${PN} yEd - dodoc "${S}/${P}"/license.html -} - |