aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-05-26 09:24:34 +0200
committerPeter Alfredsen <loki_val@gentoo.org>2009-05-26 09:24:34 +0200
commitb169daed1d0a88180eda2f10d80f1114730f56a7 (patch)
tree1ab37c00656314a72a6d531971ecaf8fc89c6c04
parentPaint-Mono, bug 269377. (diff)
downloaddotnet-b169daed1d0a88180eda2f10d80f1114730f56a7.tar.gz
dotnet-b169daed1d0a88180eda2f10d80f1114730f56a7.tar.bz2
dotnet-b169daed1d0a88180eda2f10d80f1114730f56a7.zip
Paint-Mono in tree, punting.
-rw-r--r--media-gfx/paint-mono/Manifest2
-rw-r--r--media-gfx/paint-mono/paint-mono-0.1.63.ebuild31
2 files changed, 0 insertions, 33 deletions
diff --git a/media-gfx/paint-mono/Manifest b/media-gfx/paint-mono/Manifest
deleted file mode 100644
index 3b37253..0000000
--- a/media-gfx/paint-mono/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST paintdotnet-0.1.63.tar.gz 1318570 RMD160 15308f86ba1662c968602948b5a50a736de186cd SHA1 4e902b1bd2f37169f696bdf910e310d586cd8f4a SHA256 32273a51d1643ff6eb28186c732e91f70474ecf796bbba3fbebb3eee7e1b53a5
-EBUILD paint-mono-0.1.63.ebuild 733 RMD160 1dc073bee33297be8538e04415d24ccaf216a2c2 SHA1 efb995072cdc00dba0d376d0e9839a49c18a9538 SHA256 7f9075000550188eb7265a7b811201e59c198fea38c23fd6e5e616b4c54a58c7
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 524d03d..0000000
--- a/media-gfx/paint-mono/paint-mono-0.1.63.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit mono multilib
-
-DESCRIPTION="An unofficial effort to port Paint.NET 3.0 to Linux using Mono."
-HOMEPAGE="http://code.google.com/p/paint-mono/"
-SRC_URI="http://${PN}.googlecode.com/files/paintdotnet-${PV}.tar.gz"
-
-LICENSE="MIT CCPL-Attribution-NonCommercial-NoDerivs-2.5"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/mono-2.4"
-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/*
-}