diff options
author | 2015-05-30 14:11:29 +0000 | |
---|---|---|
committer | 2015-05-30 14:11:29 +0000 | |
commit | 74a308159683f32b2b1577b6278f497e4993aa05 (patch) | |
tree | 3619c09bee5cbd4c5b52fe1937eb5b26634a683a /media-gfx | |
parent | Remove obsolete postinst messages. (diff) | |
download | gentoo-2-74a308159683f32b2b1577b6278f497e4993aa05.tar.gz gentoo-2-74a308159683f32b2b1577b6278f497e4993aa05.tar.bz2 gentoo-2-74a308159683f32b2b1577b6278f497e4993aa05.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/dispcalgui/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/dispcalgui/dispcalgui-0.9.9.1.ebuild | 70 | ||||
-rw-r--r-- | media-gfx/dispcalgui/dispcalgui-1.1.2.9.ebuild | 77 |
3 files changed, 5 insertions, 148 deletions
diff --git a/media-gfx/dispcalgui/ChangeLog b/media-gfx/dispcalgui/ChangeLog index 3762887e9673..b90134b3f74a 100644 --- a/media-gfx/dispcalgui/ChangeLog +++ b/media-gfx/dispcalgui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/dispcalgui # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/ChangeLog,v 1.25 2015/01/31 13:34:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/ChangeLog,v 1.26 2015/05/30 14:11:29 mrueg Exp $ + + 30 May 2015; Manuel Rüger <mrueg@gentoo.org> -dispcalgui-0.9.9.1.ebuild, + -dispcalgui-1.1.2.9.ebuild: + Remove old. *dispcalgui-2.6.0.0 (31 Jan 2015) diff --git a/media-gfx/dispcalgui/dispcalgui-0.9.9.1.ebuild b/media-gfx/dispcalgui/dispcalgui-0.9.9.1.ebuild deleted file mode 100644 index 4f7783a4814a..000000000000 --- a/media-gfx/dispcalgui/dispcalgui-0.9.9.1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.9.9.1.ebuild,v 1.5 2013/05/10 23:31:00 hwoarang 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 - !dev-python/wxpython:2.9 - >=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 -} - -src_install() { - distutils_src_install - #remove udev files - rm -rf "${D}"/etc/udev/rules.d -} - -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-1.1.2.9.ebuild b/media-gfx/dispcalgui/dispcalgui-1.1.2.9.ebuild deleted file mode 100644 index 71a8a7854019..000000000000 --- a/media-gfx/dispcalgui/dispcalgui-1.1.2.9.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-1.1.2.9.ebuild,v 1.2 2013/05/10 23:31:00 hwoarang 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/~jlec/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 - !dev-python/wxpython:2.9 - >=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" - -# Remove deprecated Encoding key from .desktop file - cd "${S}" || die "Cannot cd to work directory." - for offendingFile in $(grep -r -l "Encoding=UTF-8" .); do - sed -e '/Encoding=UTF-8/d' -i "${offendingFile}" || \ - die "removing deprecated Encoding key from .desktop files failed" - done - - distutils_src_prepare -} - -src_install() { - distutils_src_install - #remove udev files - rm -rf "${D}"/etc/udev/rules.d -} - -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 -} |