summaryrefslogtreecommitdiff
path: root/media-gfx
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-09 11:57:25 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-09 11:59:16 +0100
commit517f783331e1c17e007963be5222369445a9904d (patch)
tree3db29a0de27c2855e2c572f4ad7f8f567f0decf5 /media-gfx
parent73d0a64bbd98cf21a87b0049bb7cb4e90dbb8424 (diff)
downloadgentoo-517f783331e1c17e007963be5222369445a9904d.tar.gz
gentoo-517f783331e1c17e007963be5222369445a9904d.tar.xz
Remove masked for removal packages
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/drqueue/Manifest1
-rw-r--r--media-gfx/drqueue/drqueue-0.64.4-r1.ebuild150
-rw-r--r--media-gfx/drqueue/drqueue-9999.ebuild140
-rw-r--r--media-gfx/drqueue/files/drqueue-0.64.3-compile-flags.patch15
-rw-r--r--media-gfx/drqueue/files/drqueue-0.64.3-etc-confd-drqmd20
-rw-r--r--media-gfx/drqueue/files/drqueue-0.64.3-etc-confd-drqsd20
-rw-r--r--media-gfx/drqueue/files/drqueue-0.64.3-etc-envd-02drqueue5
-rw-r--r--media-gfx/drqueue/files/drqueue-0.64.3-etc-initd-drqmd26
-rw-r--r--media-gfx/drqueue/files/drqueue-0.64.3-etc-initd-drqsd25
-rw-r--r--media-gfx/drqueue/files/drqueue-0.64.3-sconstruct.patch11
-rw-r--r--media-gfx/drqueue/files/drqueue-0.64.4-fpic.patch11
-rw-r--r--media-gfx/drqueue/files/drqueue-0.64.4-git.patch17
-rw-r--r--media-gfx/drqueue/metadata.xml8
-rw-r--r--media-gfx/paint-mono/Manifest1
-rw-r--r--media-gfx/paint-mono/metadata.xml12
-rw-r--r--media-gfx/paint-mono/paint-mono-0.1.63.ebuild31
-rw-r--r--media-gfx/skencil/Manifest2
-rw-r--r--media-gfx/skencil/files/skencil-0.6.17-setup.py.patch11
-rw-r--r--media-gfx/skencil/files/skencil-configure-without-nls.diff11
-rw-r--r--media-gfx/skencil/metadata.xml8
-rw-r--r--media-gfx/skencil/skencil-0.6.18_pre20080519.ebuild61
-rw-r--r--media-gfx/skencil/skencil-1.0_alpha784.ebuild31
22 files changed, 0 insertions, 617 deletions
diff --git a/media-gfx/drqueue/Manifest b/media-gfx/drqueue/Manifest
deleted file mode 100644
index 594c4753ac3..00000000000
--- a/media-gfx/drqueue/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST drqueue.0.64.4.tgz 619577 SHA256 a8753a41558e2d5af48a10071cb4a201b5e12f674d25127593bcf8a4bd1f634d SHA512 3ba014fe8ceb8b35658126455cdab9ccbd3d9343124267d61d128d94fd48fe695da724936b2ce7153ee620cf27f3e9e8fd0eb819fa4916c930a3c06a05efc680 WHIRLPOOL ca90cc9d3c47f4d2e3694880cb666175a39344114a3095ddc72f53521e2c0a7be928bb3dd359060695ffc8e12b6995b2740ccbed659f89ad4c09d5b7ee7b34f4
diff --git a/media-gfx/drqueue/drqueue-0.64.4-r1.ebuild b/media-gfx/drqueue/drqueue-0.64.4-r1.ebuild
deleted file mode 100644
index 74fa8ae064d..00000000000
--- a/media-gfx/drqueue/drqueue-0.64.4-r1.ebuild
+++ /dev/null
@@ -1,150 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 user
-
-DESCRIPTION="Render farm managing software"
-HOMEPAGE="http://www.drqueue.org/"
-SRC_URI="http://drqueue.org/files/${PN}.${PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X python ruby"
-
-RDEPEND="X? ( x11-libs/gtk+:2 )
- ruby? ( dev-lang/ruby )
- app-shells/tcsh"
-
-DEPEND="${RDEPEND}
- python? ( dev-lang/swig )
- ruby? ( dev-lang/swig )
- python? ( dev-python/setuptools[${PYTHON_USEDEP}] )
- >=dev-util/scons-0.97"
-
-S=${WORKDIR}/DrQueue-${PV}
-
-PATCHES=( "${FILESDIR}"/${P}-fpic.patch
- "${FILESDIR}"/${P}-git.patch )
-
-pkg_setup() {
- enewgroup drqueue
- enewuser drqueue -1 /bin/bash /dev/null daemon,drqueue
-
- use python && python-single-r1_pkg_setup
-}
-
-python_prepare() {
- distutils-r1_python_prepare
- # Workaround broken SWIG path
- ln -s ../libdrqueue python/libdrqueue || die
-}
-
-src_compile() {
- if use X; then
- scons ${MAKEOPTS} build_drman=yes || die "scons failed"
- else
- scons ${MAKEOPTS} build_drqman=no || die "scons failed"
- fi
-
- if use python; then
- einfo "compiling python bindings"
- pushd "${S}"/python/ > /dev/null
- distutils-r1_src_compile
- popd > /dev/null
- fi
-
- if use ruby; then
- einfo "compiling ruby bindings"
- cd "${S}"/ruby/
- ruby extconf.rb
- emake || die "emake failed"
- fi
-}
-
-pkg_preinst() {
- # stop daemons since script is being updated
- [ -n "$(pidof drqsd)" -a -x /etc/init.d/drqsd ] && \
- /etc/init.d/drqsd stop
- [ -n "$(pidof drqmd)" -a -x /etc/init.d/drqmd ] && \
- /etc/init.d/drqmd stop
-}
-
-src_install() {
- dodir /var/lib
- scons PREFIX="${D}"/var/lib install || die "install failed"
-
- # not really needed
- rm -R "${D}"/var/lib/drqueue/bin/viewcmd || die "rm failed"
-
- # install {conf,init,env}.d files
- for i in drqmd drqsd ; do
- newinitd "${FILESDIR}"/${PN}-0.64.3-etc-initd-${i} ${i} || die "newinitd failed"
- newconfd "${FILESDIR}"/${PN}-0.64.3-etc-confd-${i} ${i} || die "newconfd failed"
- done
- newenvd "${FILESDIR}"/${PN}-0.64.3-etc-envd-02drqueue 02drqueue || die "newenvd failed"
-
- # create the drqueue pid directory
- dodir /var/run/drqueue
- keepdir /var/run/drqueue
-
- # move logs dir to /var/log
- dodir /var/log
- mv "${D}"/var/lib/drqueue/logs "${D}"/var/log/drqueue
-
- # fix bins and make links for /usr/bin
- dodir /usr/bin
- local commands=( blockhost cjob jobfinfo \
- jobinfo master requeue sendjob slave )
- if use X ; then
- commands=( ${commands[@]} drqman )
- else
- # Remove drqman leftovers
- for i in etc/drqman.rc etc/drqman.conf bin/drqman ; do
- rm -v "${D}"/var/lib/drqueue/$i || die "rm failed"
- done
- fi
- for cmd in ${commands[@]} ; do
- sed -e 's|SHLIB=\$DRQUEUE_ROOT/bin/shlib|SHLIB=/var/lib/drqueue/bin/shlib|' \
- -i "${D}"var/lib/drqueue/bin/${cmd} || die "sed failed"
- dosym /var/lib/drqueue/bin/${cmd} /usr/bin/ \
- || die "dosym failed"
- done
-
- # install documentation
- dodoc AUTHORS ChangeLog INSTALL \
- NEWS README README.mentalray \
- README.python setenv || die "dodoc failed"
-
- if use python; then
- cd "${S}"/python/
- distutils-r1_src_install
- dodir /var/lib/${PN}/python
-
- # Install DRKeewee web service and example python scripts
- insinto /var/lib/${PN}/python
- doins -r DrKeewee examples || die "doins failed"
- python_fix_shebang "${ED}var/lib/${PN}/python"
- fi
-
- if use ruby; then
- cd "${S}"/ruby/
- emake DESTDIR="${D}" install || die "emake failed"
- fi
-}
-
-pkg_postinst() {
- einfo "Edit /etc/conf.d/drqsd /etc/env.d/02drqueue"
- einfo "and /etc/conf.d/drqmd DRQUEUE_MASTER=\"hostname\""
- einfo "to reflect your master's hostname."
- if use python ; then
- einfo
- einfo "DrKeewee can be found in /var/lib/drqueue/python"
- fi
-}
diff --git a/media-gfx/drqueue/drqueue-9999.ebuild b/media-gfx/drqueue/drqueue-9999.ebuild
deleted file mode 100644
index b9b52959316..00000000000
--- a/media-gfx/drqueue/drqueue-9999.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 git-2 user
-
-DESCRIPTION="Render farm managing software"
-HOMEPAGE="http://www.drqueue.org/"
-EGIT_REPO_URI="https://ssl.drqueue.org/git/${PN}.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="X python ruby"
-
-RDEPEND="X? ( x11-libs/gtk+:2 )
- ruby? ( dev-lang/ruby )
- app-shells/tcsh"
-
-DEPEND="${RDEPEND}
- python? ( dev-lang/swig )
- ruby? ( dev-lang/swig )
- python? ( dev-python/setuptools[${PYTHON_USEDEP}] )
- >=dev-util/scons-0.97"
-
-pkg_setup() {
- enewgroup drqueue
- enewuser drqueue -1 /bin/bash /dev/null daemon,drqueue
-
- use python && python_pkg_setup
-}
-
-src_compile() {
- if use X; then
- scons ${MAKEOPTS} build_drman=yes || die "scons failed"
- else
- scons ${MAKEOPTS} build_drqman=no || die "scons failed"
- fi
-
- if use python; then
- einfo "compiling python bindings"
- pushd "${S}"/python/ > /dev/null
- distutils-r1_src_compile
- popd > /dev/null
- fi
-
- if use ruby; then
- einfo "compiling ruby bindings"
- cd "${S}"/ruby/
- ruby extconf.rb
- emake || die "emake failed"
- fi
-}
-
-pkg_preinst() {
- # stop daemons since script is being updated
- [ -n "$(pidof drqsd)" -a -x /etc/init.d/drqsd ] && \
- /etc/init.d/drqsd stop
- [ -n "$(pidof drqmd)" -a -x /etc/init.d/drqmd ] && \
- /etc/init.d/drqmd stop
-}
-
-src_install() {
- dodir /var/lib
- scons PREFIX="${D}"/var/lib install || die "install failed"
-
- # not really needed
- rm -R "${D}"/var/lib/drqueue/bin/viewcmd || die "rm failed"
-
- # install {conf,init,env}.d files
- for i in drqmd drqsd ; do
- newinitd "${FILESDIR}"/${PN}-0.64.3-etc-initd-${i} ${i} || die "newinitd failed"
- newconfd "${FILESDIR}"/${PN}-0.64.3-etc-confd-${i} ${i} || die "newconfd failed"
- done
- newenvd "${FILESDIR}"/${PN}-0.64.3-etc-envd-02drqueue 02drqueue || die "newenvd failed"
-
- # create the drqueue pid directory
- dodir /var/run/drqueue
- keepdir /var/run/drqueue
-
- # move logs dir to /var/log
- dodir /var/log
- mv "${D}"/var/lib/drqueue/logs "${D}"/var/log/drqueue
-
- # fix bins and make links for /usr/bin
- dodir /usr/bin
- local commands=( blockhost cjob jobfinfo \
- jobinfo master requeue sendjob slave )
- if use X ; then
- commands=( ${commands[@]} drqman )
- else
- # Remove drqman leftovers
- for i in etc/drqman.rc etc/drqman.conf bin/drqman ; do
- rm -v "${D}"/var/lib/drqueue/$i || die "rm failed"
- done
- fi
- for cmd in ${commands[@]} ; do
- sed -e 's|SHLIB=\$DRQUEUE_ROOT/bin/shlib|SHLIB=/var/lib/drqueue/bin/shlib|' \
- -i "${D}"var/lib/drqueue/bin/${cmd} || die "sed failed"
- dosym /var/lib/drqueue/bin/${cmd} /usr/bin/ \
- || die "dosym failed"
- done
-
- # install documentation
- dodoc AUTHORS ChangeLog INSTALL \
- NEWS README README.mentalray \
- README.python README.shell_variables \
- setenv || die "dodoc failed"
-
- if use python; then
- cd "${S}"/python/
- distutils-r1_src_install
- dodir /var/lib/${PN}/python
-
- # Install DRKeewee web service and example python scripts
- insinto /var/lib/${PN}/python
- doins -r DrKeewee examples || die "doins failed"
- python_fix_shebang "${ED}var/lib/${PN}/python"
- fi
-
- if use ruby; then
- cd "${S}"/ruby/
- emake DESTDIR="${D}" install || die "emake failed"
- fi
-}
-
-pkg_postinst() {
- einfo "Edit /etc/conf.d/drqsd /etc/env.d/02drqueue"
- einfo "and /etc/conf.d/drqmd DRQUEUE_MASTER=\"hostname\""
- einfo "to reflect your master's hostname."
- if use python ; then
- einfo
- einfo "DrKeewee can be found in /var/lib/drqueue/python"
- fi
-}
diff --git a/media-gfx/drqueue/files/drqueue-0.64.3-compile-flags.patch b/media-gfx/drqueue/files/drqueue-0.64.3-compile-flags.patch
deleted file mode 100644
index eeee2a67f75..00000000000
--- a/media-gfx/drqueue/files/drqueue-0.64.3-compile-flags.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- SConstruct_BACKUP 2009-12-31 22:53:23.000000000 +0100
-+++ SConstruct 2009-12-31 22:57:48.000000000 +0100
-@@ -102,9 +102,10 @@
- env_lib.Append (CPPPATH=['.','libdrqueue'])
- env_lib.Append (CPPDEFINES = Split ('-DCOMM_REPORT -D_GNU_SOURCE ' \
- + '-D_NO_COMPUTER_POOL_SEMAPHORES -D_NO_COMPUTER_SEMAPHORES'),
-- CPPFLAGS = Split ('-g -O0'),
-+ CFLAGS = Split(os.environ.get('CFLAGS', '')),
- CXXFLAGS = ['-D__CPLUSPLUS',Split(env_lib.subst('$CCFLAGS')),
-- Split(env_lib.subst('$CPPDEFINES'))])
-+ Split(env_lib.subst('$CPPDEFINES')),
-+ Split(os.environ.get('CXXFLAGS', ''))])
-
- print "Platform is: ",sys.platform
- if sys.platform == "linux2":
diff --git a/media-gfx/drqueue/files/drqueue-0.64.3-etc-confd-drqmd b/media-gfx/drqueue/files/drqueue-0.64.3-etc-confd-drqmd
deleted file mode 100644
index c6580b279b0..00000000000
--- a/media-gfx/drqueue/files/drqueue-0.64.3-etc-confd-drqmd
+++ /dev/null
@@ -1,20 +0,0 @@
-# /etc/conf.d/drqmd config file for /etc/init.d/drqmd
-
-# enter your master hostname here
-DRQUEUE_MASTER="127.0.0.1"
-
-# this is the drqueue root dir, do not change below here unless you know what you're doing
-DRQUEUE_ROOT="/var/lib/drqueue"
-DRQUEUE_LOGS="/var/log/drqueue"
-
-# set the environmental variables for drqueue
-ENV="env DRQUEUE_ROOT=${DRQUEUE_ROOT} DRQUEUE_MASTER=${DRQUEUE_MASTER} DRQUEUE_LOGS=${DRQUEUE_LOGS}"
-
-# this is the drqueue master executable
-DRQUEUEMASTER_EXEC="/usr/bin/master"
-
-# this is where drqueue master will store its pid file
-DRQUEUEMASTER_PIDFILE="/var/run/drqueue/drqmd.pid"
-
-
-
diff --git a/media-gfx/drqueue/files/drqueue-0.64.3-etc-confd-drqsd b/media-gfx/drqueue/files/drqueue-0.64.3-etc-confd-drqsd
deleted file mode 100644
index d65b0555578..00000000000
--- a/media-gfx/drqueue/files/drqueue-0.64.3-etc-confd-drqsd
+++ /dev/null
@@ -1,20 +0,0 @@
-# /etc/conf.d/drqsd config file for /etc/init.d/drqsd
-
-# enter your master hostname here
-DRQUEUE_MASTER="127.0.0.1"
-
-# this is the drqueue root dir, do not change below here unless you know what you're doing
-DRQUEUE_ROOT="/var/lib/drqueue"
-DRQUEUE_LOGS="/var/log/drqueue"
-
-# list of pools the slave is belonging to ("blender:mentalray:bla123")
-DRQUEUE_POOL=""
-
-# set the environmental variables for drqueue
-ENV="env DRQUEUE_ROOT=${DRQUEUE_ROOT} DRQUEUE_MASTER=${DRQUEUE_MASTER} DRQUEUE_LOGS=${DRQUEUE_LOGS} DRQUEUE_POOL=${DRQUEUE_POOL}"
-
-# this is the drqueue slave executable
-DRQUEUESLAVE_EXEC="/usr/bin/slave"
-
-# this is where drqueue slave will store its pid file
-DRQUEUESLAVE_PIDFILE="/var/run/drqueue/drqsd.pid"
diff --git a/media-gfx/drqueue/files/drqueue-0.64.3-etc-envd-02drqueue b/media-gfx/drqueue/files/drqueue-0.64.3-etc-envd-02drqueue
deleted file mode 100644
index cb368bf79cf..00000000000
--- a/media-gfx/drqueue/files/drqueue-0.64.3-etc-envd-02drqueue
+++ /dev/null
@@ -1,5 +0,0 @@
-# environment variable for DrQueue
-DRQUEUE_MASTER="127.0.0.1"
-DRQUEUE_ROOT="/var/lib/drqueue"
-DRQUEUE_LOGS="/var/log/drqueue"
-
diff --git a/media-gfx/drqueue/files/drqueue-0.64.3-etc-initd-drqmd b/media-gfx/drqueue/files/drqueue-0.64.3-etc-initd-drqmd
deleted file mode 100644
index 01e11ada61d..00000000000
--- a/media-gfx/drqueue/files/drqueue-0.64.3-etc-initd-drqmd
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/sbin/openrc-run
-
-depend() {
- need net
-}
-
-start() {
- [ -e "${DRQUEUEMASTER_PIDFILE}" ] && rm -f ${DRQUEUEMASTER_PIDFILE} &>/dev/null
- ebegin "Starting drqmd"
-
- chown drqueue `dirname ${DRQUEUEMASTER_PIDFILE}` &>/dev/null
- ${ENV} /sbin/start-stop-daemon -b --start --quiet --startas /usr/bin/master \
- --pidfile ${DRQUEUEMASTER_PIDFILE} --make-pidfile
-
- eend $?
-}
-
-stop() {
- ebegin "Stopping drqmd"
- pkill -u root,drqueue master
- start-stop-daemon --stop --quiet --pidfile "${DRQUEUEMASTER_PIDFILE}"
- rm -f "${DRQUEUEMASTER_PIDFILE}"
- eend $?
-}
-
-
diff --git a/media-gfx/drqueue/files/drqueue-0.64.3-etc-initd-drqsd b/media-gfx/drqueue/files/drqueue-0.64.3-etc-initd-drqsd
deleted file mode 100644
index 504aada7f7c..00000000000
--- a/media-gfx/drqueue/files/drqueue-0.64.3-etc-initd-drqsd
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/sbin/openrc-run
-
-depend() {
- need net
-}
-
-start() {
- [ -e "${DRQUEUESLAVE_PIDFILE}" ] && rm -f ${DRQUEUESLAVE_PIDFILE} &>/dev/null
-
- ebegin "Starting drqsd"
- chown drqueue `dirname ${DRQUEUESLAVE_PIDFILE}` &>/dev/null
- ${ENV} /sbin/start-stop-daemon -b --start --quiet --startas /usr/bin/slave \
- --pidfile ${DRQUEUESLAVE_PIDFILE} --make-pidfile
-
- eend $?
-}
-
-stop() {
- ebegin "Stopping drqsd"
- pkill -u root,drqueue slave
- start-stop-daemon --stop --quiet --pidfile "${DRQUEUESLAVE_PIDFILE}"
- rm -f "${DRQUEUESLAVE_PIDFILE}"
- eend $?
-}
-
diff --git a/media-gfx/drqueue/files/drqueue-0.64.3-sconstruct.patch b/media-gfx/drqueue/files/drqueue-0.64.3-sconstruct.patch
deleted file mode 100644
index 87b4608300b..00000000000
--- a/media-gfx/drqueue/files/drqueue-0.64.3-sconstruct.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- drqueue-0.64.3/SConstruct 2007-07-22 07:34:40.000000000 +0100
-+++ drqueue-0.64.3/SConstruct.patched 2007-08-15 18:59:54.000000000 +0100
-@@ -108,7 +108,7 @@ env_lib.Append (CPPDEFINES = Split ('-DC
-
- print "Platform is: ",sys.platform
- if sys.platform == "linux2":
-- env_lib.Append (CPPDEFINES = Split ('-D__LINUX'))
-+ env_lib.Append (CPPDEFINES = Split ('-D__LINUX'),CFLAGS = Split ('-fPIC'))
- elif sys.platform == "darwin":
- env_lib.Append (CPPDEFINES = Split ('-D__OSX'))
- if env_lib.get('universal_binary'):
diff --git a/media-gfx/drqueue/files/drqueue-0.64.4-fpic.patch b/media-gfx/drqueue/files/drqueue-0.64.4-fpic.patch
deleted file mode 100644
index 217728f181a..00000000000
--- a/media-gfx/drqueue/files/drqueue-0.64.4-fpic.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- DrQueue-0.64.4/SConstruct 2012-10-29 17:11:02.462831439 +0100
-+++ DrQueue-0.64.4/SConstruct 2012-10-29 17:11:08.746752880 +0100
-@@ -141,7 +141,7 @@
-
- print "Platform is: ",sys.platform
- if sys.platform == "linux2":
-- env_lib.Append (CPPDEFINES = Split ('-D__LINUX'))
-+ env_lib.Append (CPPDEFINES = Split ('-D__LINUX'),CFLAGS = Split ('-fPIC'))
- elif sys.platform == "darwin":
- env_lib.Append (CPPDEFINES = Split ('-D__OSX'))
- if env_lib.get('universal_binary'):
diff --git a/media-gfx/drqueue/files/drqueue-0.64.4-git.patch b/media-gfx/drqueue/files/drqueue-0.64.4-git.patch
deleted file mode 100644
index 3d87ceef634..00000000000
--- a/media-gfx/drqueue/files/drqueue-0.64.4-git.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- DrQueue-0.64.4/SConstruct 2012-10-29 16:40:29.396747920 +0100
-+++ DrQueue-0.64.4/SConstruct 2012-10-29 16:49:00.676356045 +0100
-@@ -79,8 +79,12 @@
- print("Not a Git repository. Can't fetch commit id.")
- commit_string = ""
- else:
-- commit_string = gitlog.communicate()[0].split("\n")[0].split(" ")[1]
-- print("Current Git commit id is: "+commit_string)
-+ output = gitlog.communicate()[0]
-+ if output:
-+ commit_string = output.split("\n")[0].split(" ")[1]
-+ print("Current Git commit id is: "+commit_string)
-+ else:
-+ commit_string = ""
- return commit_string
-
- def write_git_rev(commit_id):
diff --git a/media-gfx/drqueue/metadata.xml b/media-gfx/drqueue/metadata.xml
deleted file mode 100644
index 6d2298876fa..00000000000
--- a/media-gfx/drqueue/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>sping@gentoo.org</email>
- <name>Sebastian Pipping</name>
- </maintainer>
-</pkgmetadata>
diff --git a/media-gfx/paint-mono/Manifest b/media-gfx/paint-mono/Manifest
deleted file mode 100644
index 5bcda56f31b..00000000000
--- a/media-gfx/paint-mono/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST paintdotnet-0.1.63.tar.gz 1318570 SHA256 32273a51d1643ff6eb28186c732e91f70474ecf796bbba3fbebb3eee7e1b53a5 SHA512 718a37414f29845ead611148a2ab571eade8788c9e95dfd4451c34421e67ae0f8b565973476266b5625c6eecedce4d7bece0ec251e6b078a2996020e70807e1f WHIRLPOOL 5b3341c413f6f2d3a28b232a1675de15075e0240d65f1589682a2210781e1181332022fd896ab91ebbe5f5101fe4e64509c1ea7b7d8aa4a5dc426cc4a6df4227
diff --git a/media-gfx/paint-mono/metadata.xml b/media-gfx/paint-mono/metadata.xml
deleted file mode 100644
index c217a4bce65..00000000000
--- a/media-gfx/paint-mono/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>dotnet@gentoo.org</email>
- <name>Gentoo Dotnet Project</name>
- </maintainer>
- <upstream>
- <remote-id type="google-code">paint-mono</remote-id>
- <remote-id type="github">shana/paint-mono</remote-id>
- </upstream>
-</pkgmetadata>
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 f6c9664e183..00000000000
--- 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/*
-}
diff --git a/media-gfx/skencil/Manifest b/media-gfx/skencil/Manifest
deleted file mode 100644
index be3a13e9618..00000000000
--- a/media-gfx/skencil/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST skencil-0.6.18_pre20080519.tar.bz2 858436 SHA256 493bd7c3ec9d80542f4d926497ca31aceb9a9dede7989332cee0539f417a7d53 SHA512 3b59b29ff20994687b03daa089f19a9d12552de9620e4b610946210a2fc2cede97db69c92f54ced8853a479759695d9df2722797d8de67acc2534f5036bda266 WHIRLPOOL dadf374db142aa4248767f7fcd4f0306c3c5e461c6c82fcca2eb01fc5964414f290c4989f7d5c1361311e29c9da7b09a0e724ffd65982dd589b825abf86a798e
-DIST skencil-1.0alpha_rev784.tar.gz 947398 SHA256 8794f361c8ee0ca86e9d237646db03ab57214cf452663fde23c66e0430523a60 SHA512 ec14370f3df12fb33e638ba4d4f33d6b37aec95a10c516358e363bbe69b858f86486e3761f730e3f866cb7d314f74caa38132203e2e3e184aa6008f0acb7480d WHIRLPOOL 6aab25bd54c0b2e308ebd1c930e401553ec5feeb64fc73faa435d87fc046433685292291886e17ce0212582d4a6baa3c870774fe339e632428e560fc33c978a5
diff --git a/media-gfx/skencil/files/skencil-0.6.17-setup.py.patch b/media-gfx/skencil/files/skencil-0.6.17-setup.py.patch
deleted file mode 100644
index ca0bafd02e8..00000000000
--- a/media-gfx/skencil/files/skencil-0.6.17-setup.py.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig+ 2007-12-27 23:40:59.000000000 +0100
-+++ setup.py 2007-12-27 23:41:40.000000000 +0100
-@@ -255,7 +255,7 @@ def configure_tkinter(configs, flags):
- # possible version suffixes. Some systems use dots in the suffixes
- # (e.g. debian), some don't (e.g. OpenBSD) so we try both.
- versions = []
-- for version in ["8.4", "8.3", "8.2", "8.1", "8.0"]:
-+ for version in ["8.5", "8.4", "8.3", "8.2", "8.1", "8.0"]:
- versions.append(version)
- versions.append(version[0] + version[-1])
-
diff --git a/media-gfx/skencil/files/skencil-configure-without-nls.diff b/media-gfx/skencil/files/skencil-configure-without-nls.diff
deleted file mode 100644
index 7cec4d4929c..00000000000
--- a/media-gfx/skencil/files/skencil-configure-without-nls.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- skencil-0.6/setup.py 2007-04-21 04:10:05.000000000 +0200
-+++ skencil-0.6-1/setup.py 2007-05-09 06:47:17.000000000 +0200
-@@ -642,6 +642,8 @@
- flags['sketch']['imaging-include'] = value
- elif arg == '--with-nls':
- flags['intl']['files'] = 'intl intl.c'
-+ elif arg == '--without-nls':
-+ flags['intl']['files'] = ''
- elif arg == '--tk-flags':
- flags['tk']['flags'] = value
- elif arg == '--tk-autoconf':
diff --git a/media-gfx/skencil/metadata.xml b/media-gfx/skencil/metadata.xml
deleted file mode 100644
index 97fdbbad5b2..00000000000
--- a/media-gfx/skencil/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="google-code">sk1</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-gfx/skencil/skencil-0.6.18_pre20080519.ebuild b/media-gfx/skencil/skencil-0.6.18_pre20080519.ebuild
deleted file mode 100644
index fa2dcf7496f..00000000000
--- a/media-gfx/skencil/skencil-0.6.18_pre20080519.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-PYTHON_USE_WITH="tk"
-RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
-
-inherit eutils multilib python
-
-DESCRIPTION="Interactive X11 vector drawing program"
-HOMEPAGE="http://www.skencil.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
-IUSE="nls"
-
-DEPEND="dev-python/pillow
- dev-python/pyxml
- dev-python/reportlab
- dev-lang/tk
- nls? ( sys-devel/gettext )"
-RDEPEND="${DEPEND}
- !elibc_glibc? ( nls? ( sys-devel/gettext ) )"
-
-S="${WORKDIR}/${PN}-0.6"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- epatch "${FILESDIR}/skencil-configure-without-nls.diff"
- epatch "${FILESDIR}/skencil-0.6.17-setup.py.patch"
-
- # Fix hardcoded libdir
- sed -i -e "s:lib/:$(get_libdir)/:" \
- -e "s:lib':$(get_libdir)':" \
- "${S}"/{Pax,Filter,Sketch/Modules}/Makefile.pre.in \
- "${S}"/Plugins/Objects/Lib/multilinetext/{TextEditor,styletext}.py \
- "${S}"/setup.py || die "sed failed"
-}
-
-src_compile() {
- ./setup.py configure `use_with nls` || die
- BLDSHARED='gcc -shared' ./setup.py build || die
-}
-
-src_install () {
- ./setup.py install --prefix=/usr --dest-dir="${D}"
- assert "setup.py install failed"
-
- newdoc Pax/README README.pax
- newdoc Filter/README README.filter
- dodoc Examples Doc Misc
- dodoc README INSTALL BUGS CREDITS TODO PROJECTS FAQ NEWS
-}
diff --git a/media-gfx/skencil/skencil-1.0_alpha784.ebuild b/media-gfx/skencil/skencil-1.0_alpha784.ebuild
deleted file mode 100644
index 1d15643dd74..00000000000
--- a/media-gfx/skencil/skencil-1.0_alpha784.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-PYTHON_USE_WITH="tk"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-
-inherit distutils
-
-DESCRIPTION="Interactive X11 vector drawing program"
-HOMEPAGE="http://www.skencil.org/"
-SRC_URI="https://sk1.googlecode.com/files/${P/_alpha/alpha_rev}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-python/pillow
- dev-python/pyxml
- dev-python/reportlab
- dev-lang/tk
- sys-devel/gettext"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-1.0alpha"
-
-DOCS="README"