summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/paint-mono/paint-mono-0.1.63.ebuild')
-rw-r--r--media-gfx/paint-mono/paint-mono-0.1.63.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/media-gfx/paint-mono/paint-mono-0.1.63.ebuild b/media-gfx/paint-mono/paint-mono-0.1.63.ebuild
deleted file mode 100644
index f6c9664e183b..000000000000
--- a/media-gfx/paint-mono/paint-mono-0.1.63.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit mono multilib
-
-DESCRIPTION="An unofficial effort to port Paint.NET 3.0 to Linux using Mono"
-HOMEPAGE="https://github.com/shana/paint-mono"
-SRC_URI="https://${PN}.googlecode.com/files/paintdotnet-${PV}.tar.gz"
-
-LICENSE="MIT CC-BY-NC-ND-2.5"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=dev-lang/mono-2.4[-minimal]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/paintdotnet-${PV}"
-
-src_configure() {
- ./configure --prefix=/usr
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- mono_multilib_comply
- sed -i -e 's:usr/local:usr:' "${D}"/usr/$(get_libdir)/pkgconfig/* "${D}"/usr/bin/*
-}