summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-12-31 16:43:36 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-12-31 16:43:36 +0000
commit0474d6c5b5b87a4396d3d137edff7557ccc76839 (patch)
tree1d584e6df6dcf5cac84632d8241aa4fdde29700b /media-gfx
parentnet-misc/danbooru-grabber: Version bump (diff)
downloadsunrise-0474d6c5b5b87a4396d3d137edff7557ccc76839.tar.gz
sunrise-0474d6c5b5b87a4396d3d137edff7557ccc76839.tar.bz2
sunrise-0474d6c5b5b87a4396d3d137edff7557ccc76839.zip
media-gfx/ mypaint: Moved to gx86 by me
svn path=/sunrise/; revision=11644
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/mypaint/ChangeLog16
-rw-r--r--media-gfx/mypaint/Manifest4
-rw-r--r--media-gfx/mypaint/metadata.xml6
-rw-r--r--media-gfx/mypaint/mypaint-0.7.1.ebuild32
4 files changed, 0 insertions, 58 deletions
diff --git a/media-gfx/mypaint/ChangeLog b/media-gfx/mypaint/ChangeLog
deleted file mode 100644
index c7a35b67a..000000000
--- a/media-gfx/mypaint/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for media-gfx/mypaint
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 04 Dec 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- mypaint-0.7.1.ebuild:
- Drop unneeded die
-
- 30 Nov 2009; Markos Chandras <hwoarang@gentoo.org> mypaint-0.7.1.ebuild:
- Add die statement on doicon
-
- 27 Nov 2009; Arne Babenhauserheide (ArneBab) <arne_bab@web.de>
- +mypaint-0.7.1.ebuild, +metadata.xml:
- New Ebuild for bug 197672 thanks to Adrian Perez, Christoph Brill (egore),
- Eric Womer, Martin Gysel and Tommy[D].
-
diff --git a/media-gfx/mypaint/Manifest b/media-gfx/mypaint/Manifest
deleted file mode 100644
index ba850166e..000000000
--- a/media-gfx/mypaint/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST mypaint-0.7.1.tar.bz2 2846407 RMD160 9a8672e97ef36b5654c0a921b085728b5014f2f5 SHA1 3cba8cf280e95ebbccbbfb3a8ad02c662a7dd1ba SHA256 b449ccf55d191a27efdb0efa95c56ff2b0d48709b369c96f6701b41cbabf1e2b
-EBUILD mypaint-0.7.1.ebuild 692 RMD160 7dac19f2db436f3570df26218b8ca9a21f3847f2 SHA1 78941df9f05870ece5d0b4625aae08c1d5b40d5f SHA256 62e3f720504ff4c4ae98d20fa8590d59b1cfffdb17ac00bc1970fcef141149f0
-MISC ChangeLog 552 RMD160 eba32f0eaa467019c25c9f5b294eafdc370557bb SHA1 cc9ac42c2d06b7f743cbea1c06540b5bfc88be2f SHA256 c5ae40e61701c98629522b4c02ee9b9d36994a4cd5c7f11792620eae8960cd87
-MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/media-gfx/mypaint/metadata.xml b/media-gfx/mypaint/metadata.xml
deleted file mode 100644
index e6233b5dc..000000000
--- a/media-gfx/mypaint/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/media-gfx/mypaint/mypaint-0.7.1.ebuild b/media-gfx/mypaint/mypaint-0.7.1.ebuild
deleted file mode 100644
index 5ae58a95a..000000000
--- a/media-gfx/mypaint/mypaint-0.7.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="fast and easy graphics application for digital painters"
-HOMEPAGE="http://mypaint.intilinux.com/"
-SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/pygtk
- dev-python/numpy
- >=dev-python/pycairo-1.4
- >=dev-lang/python-2.4
- <dev-lang/python-3"
-DEPEND="${RDEPEND}
- >=dev-util/scons-1.0
- dev-lang/swig"
-
-src_compile() {
- scons || die "scons failed"
-}
-
-src_install () {
- scons prefix="${D}/usr" install || die "scons install failed"
- doicon desktop/mypaint_48.png
-}