summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-07-24 21:13:45 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-07-24 21:13:45 +0000
commit24d600cc6d1a06c82f1024797199a6c1761cc3e6 (patch)
treecc8a13c41c20667f66fc16b0d412b440f978b3e4 /media-gfx
parentStable on amd64 wrt bug #427634. Remove old (diff)
downloadgentoo-2-24d600cc6d1a06c82f1024797199a6c1761cc3e6.tar.gz
gentoo-2-24d600cc6d1a06c82f1024797199a6c1761cc3e6.tar.bz2
gentoo-2-24d600cc6d1a06c82f1024797199a6c1761cc3e6.zip
Stable on amd64 wrt bug #427630. Remove old
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/mypaint/ChangeLog7
-rw-r--r--media-gfx/mypaint/mypaint-0.9.0.ebuild53
-rw-r--r--media-gfx/mypaint/mypaint-0.9.1.ebuild53
-rw-r--r--media-gfx/mypaint/mypaint-1.0.0-r1.ebuild4
-rw-r--r--media-gfx/mypaint/mypaint-1.0.0.ebuild59
5 files changed, 7 insertions, 169 deletions
diff --git a/media-gfx/mypaint/ChangeLog b/media-gfx/mypaint/ChangeLog
index 011da95e122a..951e00bce2f4 100644
--- a/media-gfx/mypaint/ChangeLog
+++ b/media-gfx/mypaint/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/mypaint
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/ChangeLog,v 1.18 2012/07/23 06:05:00 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/ChangeLog,v 1.19 2012/07/24 21:13:45 hwoarang Exp $
+
+ 24 Jul 2012; Markos Chandras <hwoarang@gentoo.org> -mypaint-0.9.0.ebuild,
+ -mypaint-0.9.1.ebuild, -mypaint-1.0.0.ebuild, mypaint-1.0.0-r1.ebuild:
+ Stable on amd64 wrt bug #427630. Remove old
23 Jul 2012; Jeff Horelick <jdhore@gentoo.org> mypaint-1.0.0-r1.ebuild:
marked x86 per bug 427630
@@ -70,4 +74,3 @@
Ebuild moved from sunrise overlay. Thanks to Arne Babenhauserheide (ArneBab)
<arne_bab@web.de> and Mike Limansky <limanski@narod.ru>. Thanks to Mike
Frysinger for the scons build system shiny code. Bug #197672
-
diff --git a/media-gfx/mypaint/mypaint-0.9.0.ebuild b/media-gfx/mypaint/mypaint-0.9.0.ebuild
deleted file mode 100644
index a75924e95550..000000000000
--- a/media-gfx/mypaint/mypaint-0.9.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-0.9.0.ebuild,v 1.6 2011/03/13 16:06:33 hwoarang Exp $
-
-EAPI=2
-
-inherit eutils fdo-mime multilib scons-utils toolchain-funcs
-
-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
- dev-libs/protobuf[python]"
-DEPEND="${RDEPEND}
- >=dev-util/scons-1.0
- dev-lang/swig"
-
-src_prepare() {
- # multilib support
- sed -i -e "s:lib\/${PN}:$(get_libdir)\/${PN}:" "${S}"/SConstruct || die
- # respect CXXFLAGS,CXX,LDFLAGS
- epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_compile() {
- #workaround scons bug with locales. Bug #352700
- export LANG="en_US.UTF-8"
- tc-export CXX
- escons || die "scons failed"
-}
-
-src_install () {
- escons prefix="${D}/usr" install || die "scons install failed"
- newicon pixmaps/${PN}_logo.png ${PN}.png
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/media-gfx/mypaint/mypaint-0.9.1.ebuild b/media-gfx/mypaint/mypaint-0.9.1.ebuild
deleted file mode 100644
index e7ab6f74d6eb..000000000000
--- a/media-gfx/mypaint/mypaint-0.9.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-0.9.1.ebuild,v 1.3 2011/09/04 17:42:33 phajdan.jr Exp $
-
-EAPI=2
-
-inherit eutils fdo-mime multilib scons-utils toolchain-funcs
-
-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
- dev-libs/protobuf[python]"
-DEPEND="${RDEPEND}
- >=dev-util/scons-1.0
- dev-lang/swig"
-
-src_prepare() {
- # multilib support
- sed -i -e "s:lib\/${PN}:$(get_libdir)\/${PN}:" "${S}"/SConstruct || die
- # respect CXXFLAGS,CXX,LDFLAGS
- epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_compile() {
- #workaround scons bug with locales. Bug #352700
- export LANG="en_US.UTF-8"
- tc-export CXX
- escons || die "scons failed"
-}
-
-src_install () {
- escons prefix="${D}/usr" install || die "scons install failed"
- newicon pixmaps/${PN}_logo.png ${PN}.png
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/media-gfx/mypaint/mypaint-1.0.0-r1.ebuild b/media-gfx/mypaint/mypaint-1.0.0-r1.ebuild
index 8ab486456370..986a0383cf71 100644
--- a/media-gfx/mypaint/mypaint-1.0.0-r1.ebuild
+++ b/media-gfx/mypaint/mypaint-1.0.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-1.0.0-r1.ebuild,v 1.7 2012/07/23 06:05:00 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-1.0.0-r1.ebuild,v 1.8 2012/07/24 21:13:45 hwoarang Exp $
EAPI=4
@@ -14,7 +14,7 @@ SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
LANGS="cs de en_CA es fr hu id it ja ko nb nn_NO pl pt_BR ru sl sv uk zh_CN zh_TW"
diff --git a/media-gfx/mypaint/mypaint-1.0.0.ebuild b/media-gfx/mypaint/mypaint-1.0.0.ebuild
deleted file mode 100644
index 2b4bc822b2f7..000000000000
--- a/media-gfx/mypaint/mypaint-1.0.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-1.0.0.ebuild,v 1.3 2012/05/05 07:00:23 jdhore Exp $
-
-EAPI=2
-
-inherit eutils fdo-mime gnome2-utils multilib scons-utils toolchain-funcs
-
-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
- dev-libs/protobuf[python]"
-DEPEND="${RDEPEND}
- >=dev-util/scons-1.0
- dev-lang/swig
- virtual/pkgconfig"
-
-src_prepare() {
- # multilib support
- sed -i -e "s:lib\/${PN}:$(get_libdir)\/${PN}:" "${S}"/SConstruct || die
- # respect CXXFLAGS,CXX,LDFLAGS
- epatch "${FILESDIR}"/${PN}-0.9.1-gentoo.patch
-}
-
-src_compile() {
- #workaround scons bug with locales. Bug #352700
- export LANG="en_US.UTF-8"
- tc-export CXX
- escons || die "scons failed"
-}
-
-src_install () {
- escons prefix="${D}/usr" install || die "scons install failed"
- newicon pixmaps/${PN}_logo.png ${PN}.png
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}