summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-07-26 22:27:09 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-07-26 22:27:09 +0000
commitb3a80846c0574d3de053e8d279f84ebb86c37441 (patch)
treeb7894d4e773069a13ae6892eb4f8d0cbfa03c950 /media-gfx/dispcalgui
parentVersion bump. Thanks to Marios Andreopoulos <opensource@andmarios.com> (diff)
downloadgentoo-2-b3a80846c0574d3de053e8d279f84ebb86c37441.tar.gz
gentoo-2-b3a80846c0574d3de053e8d279f84ebb86c37441.tar.bz2
gentoo-2-b3a80846c0574d3de053e8d279f84ebb86c37441.zip
Remove old
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/dispcalgui')
-rw-r--r--media-gfx/dispcalgui/ChangeLog8
-rw-r--r--media-gfx/dispcalgui/dispcalgui-0.7.0.7.ebuild63
-rw-r--r--media-gfx/dispcalgui/dispcalgui-0.7.3.7.ebuild63
-rw-r--r--media-gfx/dispcalgui/dispcalgui-0.7.8.9.ebuild63
-rw-r--r--media-gfx/dispcalgui/dispcalgui-0.8.1.9.ebuild63
-rw-r--r--media-gfx/dispcalgui/dispcalgui-0.8.5.2.ebuild63
-rw-r--r--media-gfx/dispcalgui/dispcalgui-0.8.9.3.ebuild63
7 files changed, 7 insertions, 379 deletions
diff --git a/media-gfx/dispcalgui/ChangeLog b/media-gfx/dispcalgui/ChangeLog
index d1d35b7014dd..d3890c80ca35 100644
--- a/media-gfx/dispcalgui/ChangeLog
+++ b/media-gfx/dispcalgui/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/dispcalgui
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/ChangeLog,v 1.12 2012/07/26 22:24:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/ChangeLog,v 1.13 2012/07/26 22:27:09 hwoarang Exp $
+
+ 26 Jul 2012; Markos Chandras <hwoarang@gentoo.org> -dispcalgui-0.7.0.7.ebuild,
+ -dispcalgui-0.7.3.7.ebuild, -dispcalgui-0.7.8.9.ebuild,
+ -dispcalgui-0.8.1.9.ebuild, -dispcalgui-0.8.5.2.ebuild,
+ -dispcalgui-0.8.9.3.ebuild:
+ Remove old
*dispcalgui-1.0.7.7 (26 Jul 2012)
diff --git a/media-gfx/dispcalgui/dispcalgui-0.7.0.7.ebuild b/media-gfx/dispcalgui/dispcalgui-0.7.0.7.ebuild
deleted file mode 100644
index 29df2358d3d6..000000000000
--- a/media-gfx/dispcalgui/dispcalgui-0.7.0.7.ebuild
+++ /dev/null
@@ -1,63 +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/dispcalgui/dispcalgui-0.7.0.7.ebuild,v 1.2 2012/02/28 12:27:28 patrick Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-
-inherit distutils fdo-mime
-
-MY_PN="dispcalGUI"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Display Calibration and Characterization powered by Argyll CMS"
-HOMEPAGE="http://dispcalgui.hoech.net/"
-SRC_URI="http://dispcalgui.hoech.net/archive/${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-gfx/argyllcms-1.1.0
- >=dev-python/wxpython-2.8.10.1
- >=x11-libs/libX11-1.3.3
- >=x11-apps/xrandr-1.3.2
- >=x11-libs/libXxf86vm-1.1.0
- >=x11-proto/xineramaproto-1.2
- >=x11-libs/libXinerama-1.1"
-RDEPEND="${DEPEND}
- >=dev-python/numpy-1.2.1"
-
-# Just in case someone renames the ebuild
-S=${WORKDIR}/${MY_P}
-
-DOCS=(
- README.html
-)
-
-src_prepare() {
-# Prohibit setup from running xdg-* programs, resulting to sandbox violation
- cd "${S}/dispcalGUI" || die "Cannot cd to source directory."
- sed -e 's/if which(\"xdg-icon-resource\"):/if which(\"xdg-icon-resource-non-existant\"):/' \
- -e 's/if which(\"xdg-desktop-menu\"):/if which(\"xdg-desktop-menu-non-existant\"):/' \
- -i postinstall.py || die "sed'ing out the xdg-* setup functions failed"
-
- distutils_src_prepare
-}
-
-pkg_postinst() {
-# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- distutils_pkg_postinst
-}
-
-pkg_postrm() {
-# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- distutils_pkg_postrm
-}
diff --git a/media-gfx/dispcalgui/dispcalgui-0.7.3.7.ebuild b/media-gfx/dispcalgui/dispcalgui-0.7.3.7.ebuild
deleted file mode 100644
index 94a4add18997..000000000000
--- a/media-gfx/dispcalgui/dispcalgui-0.7.3.7.ebuild
+++ /dev/null
@@ -1,63 +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/dispcalgui/dispcalgui-0.7.3.7.ebuild,v 1.2 2012/02/28 12:27:28 patrick Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-
-inherit distutils fdo-mime
-
-MY_PN="dispcalGUI"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Display Calibration and Characterization powered by Argyll CMS"
-HOMEPAGE="http://dispcalgui.hoech.net/"
-SRC_URI="http://dispcalgui.hoech.net/archive/${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-gfx/argyllcms-1.1.0
- >=dev-python/wxpython-2.8.10.1
- >=x11-libs/libX11-1.3.3
- >=x11-apps/xrandr-1.3.2
- >=x11-libs/libXxf86vm-1.1.0
- >=x11-proto/xineramaproto-1.2
- >=x11-libs/libXinerama-1.1"
-RDEPEND="${DEPEND}
- >=dev-python/numpy-1.2.1"
-
-# Just in case someone renames the ebuild
-S=${WORKDIR}/${MY_P}
-
-DOCS=(
- README.html
-)
-
-src_prepare() {
-# Prohibit setup from running xdg-* programs, resulting to sandbox violation
- cd "${S}/dispcalGUI" || die "Cannot cd to source directory."
- sed -e 's/if which(\"xdg-icon-resource\"):/if which(\"xdg-icon-resource-non-existant\"):/' \
- -e 's/if which(\"xdg-desktop-menu\"):/if which(\"xdg-desktop-menu-non-existant\"):/' \
- -i postinstall.py || die "sed'ing out the xdg-* setup functions failed"
-
- distutils_src_prepare
-}
-
-pkg_postinst() {
-# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- distutils_pkg_postinst
-}
-
-pkg_postrm() {
-# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- distutils_pkg_postrm
-}
diff --git a/media-gfx/dispcalgui/dispcalgui-0.7.8.9.ebuild b/media-gfx/dispcalgui/dispcalgui-0.7.8.9.ebuild
deleted file mode 100644
index d85a35f1f8e6..000000000000
--- a/media-gfx/dispcalgui/dispcalgui-0.7.8.9.ebuild
+++ /dev/null
@@ -1,63 +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/dispcalgui/dispcalgui-0.7.8.9.ebuild,v 1.2 2012/02/28 12:27:28 patrick Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-
-inherit distutils fdo-mime
-
-MY_PN="dispcalGUI"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Display Calibration and Characterization powered by Argyll CMS"
-HOMEPAGE="http://dispcalgui.hoech.net/"
-SRC_URI="http://dispcalgui.hoech.net/archive/${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-gfx/argyllcms-1.1.0
- >=dev-python/wxpython-2.8.10.1
- >=x11-libs/libX11-1.3.3
- >=x11-apps/xrandr-1.3.2
- >=x11-libs/libXxf86vm-1.1.0
- >=x11-proto/xineramaproto-1.2
- >=x11-libs/libXinerama-1.1"
-RDEPEND="${DEPEND}
- >=dev-python/numpy-1.2.1"
-
-# Just in case someone renames the ebuild
-S=${WORKDIR}/${MY_P}
-
-DOCS=(
- README.html
-)
-
-src_prepare() {
-# Prohibit setup from running xdg-* programs, resulting to sandbox violation
- cd "${S}/dispcalGUI" || die "Cannot cd to source directory."
- sed -e 's/if which(\"xdg-icon-resource\"):/if which(\"xdg-icon-resource-non-existant\"):/' \
- -e 's/if which(\"xdg-desktop-menu\"):/if which(\"xdg-desktop-menu-non-existant\"):/' \
- -i postinstall.py || die "sed'ing out the xdg-* setup functions failed"
-
- distutils_src_prepare
-}
-
-pkg_postinst() {
-# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- distutils_pkg_postinst
-}
-
-pkg_postrm() {
-# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- distutils_pkg_postrm
-}
diff --git a/media-gfx/dispcalgui/dispcalgui-0.8.1.9.ebuild b/media-gfx/dispcalgui/dispcalgui-0.8.1.9.ebuild
deleted file mode 100644
index c1bffff17989..000000000000
--- a/media-gfx/dispcalgui/dispcalgui-0.8.1.9.ebuild
+++ /dev/null
@@ -1,63 +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/dispcalgui/dispcalgui-0.8.1.9.ebuild,v 1.2 2012/02/28 12:27:28 patrick Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-
-inherit distutils fdo-mime
-
-MY_PN="dispcalGUI"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Display Calibration and Characterization powered by Argyll CMS"
-HOMEPAGE="http://dispcalgui.hoech.net/"
-SRC_URI="http://dispcalgui.hoech.net/download.php?version=${PV}&suffix=.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-gfx/argyllcms-1.1.0
- >=dev-python/wxpython-2.8.10.1
- >=x11-libs/libX11-1.3.3
- >=x11-apps/xrandr-1.3.2
- >=x11-libs/libXxf86vm-1.1.0
- >=x11-proto/xineramaproto-1.2
- >=x11-libs/libXinerama-1.1"
-RDEPEND="${DEPEND}
- >=dev-python/numpy-1.2.1"
-
-# Just in case someone renames the ebuild
-S=${WORKDIR}/${MY_P}
-
-DOCS=(
- README.html
-)
-
-src_prepare() {
-# Prohibit setup from running xdg-* programs, resulting to sandbox violation
- cd "${S}/dispcalGUI" || die "Cannot cd to source directory."
- sed -e 's/if which(\"xdg-icon-resource\"):/if which(\"xdg-icon-resource-non-existant\"):/' \
- -e 's/if which(\"xdg-desktop-menu\"):/if which(\"xdg-desktop-menu-non-existant\"):/' \
- -i postinstall.py || die "sed'ing out the xdg-* setup functions failed"
-
- distutils_src_prepare
-}
-
-pkg_postinst() {
-# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- distutils_pkg_postinst
-}
-
-pkg_postrm() {
-# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- distutils_pkg_postrm
-}
diff --git a/media-gfx/dispcalgui/dispcalgui-0.8.5.2.ebuild b/media-gfx/dispcalgui/dispcalgui-0.8.5.2.ebuild
deleted file mode 100644
index c37521c0a0f6..000000000000
--- a/media-gfx/dispcalgui/dispcalgui-0.8.5.2.ebuild
+++ /dev/null
@@ -1,63 +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/dispcalgui/dispcalgui-0.8.5.2.ebuild,v 1.3 2012/02/28 12:27:28 patrick Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.* *-jython 2.7-pypy-*"
-
-inherit distutils fdo-mime
-
-MY_PN="dispcalGUI"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Display Calibration and Characterization powered by Argyll CMS"
-HOMEPAGE="http://dispcalgui.hoech.net/"
-SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-gfx/argyllcms-1.1.0
- >=dev-python/wxpython-2.8.10.1
- >=x11-libs/libX11-1.3.3
- >=x11-apps/xrandr-1.3.2
- >=x11-libs/libXxf86vm-1.1.0
- >=x11-proto/xineramaproto-1.2
- >=x11-libs/libXinerama-1.1"
-RDEPEND="${DEPEND}
- >=dev-python/numpy-1.2.1"
-
-# Just in case someone renames the ebuild
-S=${WORKDIR}/${MY_P}
-
-DOCS=(
- README.html
-)
-
-src_prepare() {
-# Prohibit setup from running xdg-* programs, resulting to sandbox violation
- cd "${S}/dispcalGUI" || die "Cannot cd to source directory."
- sed -e 's/if which(\"xdg-icon-resource\"):/if which(\"xdg-icon-resource-non-existant\"):/' \
- -e 's/if which(\"xdg-desktop-menu\"):/if which(\"xdg-desktop-menu-non-existant\"):/' \
- -i postinstall.py || die "sed'ing out the xdg-* setup functions failed"
-
- distutils_src_prepare
-}
-
-pkg_postinst() {
-# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- distutils_pkg_postinst
-}
-
-pkg_postrm() {
-# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- distutils_pkg_postrm
-}
diff --git a/media-gfx/dispcalgui/dispcalgui-0.8.9.3.ebuild b/media-gfx/dispcalgui/dispcalgui-0.8.9.3.ebuild
deleted file mode 100644
index 4e4000e17a80..000000000000
--- a/media-gfx/dispcalgui/dispcalgui-0.8.9.3.ebuild
+++ /dev/null
@@ -1,63 +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/dispcalgui/dispcalgui-0.8.9.3.ebuild,v 1.2 2012/02/28 12:27:28 patrick Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.* *-jython 2.7-pypy-*"
-
-inherit distutils fdo-mime
-
-MY_PN="dispcalGUI"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Display Calibration and Characterization powered by Argyll CMS"
-HOMEPAGE="http://dispcalgui.hoech.net/"
-SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-gfx/argyllcms-1.1.0
- >=dev-python/wxpython-2.8.10.1
- >=x11-libs/libX11-1.3.3
- >=x11-apps/xrandr-1.3.2
- >=x11-libs/libXxf86vm-1.1.0
- >=x11-proto/xineramaproto-1.2
- >=x11-libs/libXinerama-1.1"
-RDEPEND="${DEPEND}
- >=dev-python/numpy-1.2.1"
-
-# Just in case someone renames the ebuild
-S=${WORKDIR}/${MY_P}
-
-DOCS=(
- README.html
-)
-
-src_prepare() {
-# Prohibit setup from running xdg-* programs, resulting to sandbox violation
- cd "${S}/dispcalGUI" || die "Cannot cd to source directory."
- sed -e 's/if which(\"xdg-icon-resource\"):/if which(\"xdg-icon-resource-non-existant\"):/' \
- -e 's/if which(\"xdg-desktop-menu\"):/if which(\"xdg-desktop-menu-non-existant\"):/' \
- -i postinstall.py || die "sed'ing out the xdg-* setup functions failed"
-
- distutils_src_prepare
-}
-
-pkg_postinst() {
-# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- distutils_pkg_postinst
-}
-
-pkg_postrm() {
-# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
- distutils_pkg_postrm
-}