diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-12-01 09:33:23 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-12-01 09:33:23 +0000 |
commit | 677467a4a79d1bf3bcac74511eda0eeffbfa3b91 (patch) | |
tree | 8b94e4ddeb1837825a90a812b99eb08a044ac430 /gnome-extra | |
parent | punt 0.7.6; has a nasty portage configuration bug. Add 0.7.6.1 carrying the fix (diff) | |
download | gentoo-2-677467a4a79d1bf3bcac74511eda0eeffbfa3b91.tar.gz gentoo-2-677467a4a79d1bf3bcac74511eda0eeffbfa3b91.tar.bz2 gentoo-2-677467a4a79d1bf3bcac74511eda0eeffbfa3b91.zip |
Drop old version that still needs deprecated gnome-python meta package.
(Portage version: 2.1.10.38/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gdesklets-core/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/gdesklets-core/gdesklets-core-0.36.2-r3.ebuild | 132 |
2 files changed, 4 insertions, 133 deletions
diff --git a/gnome-extra/gdesklets-core/ChangeLog b/gnome-extra/gdesklets-core/ChangeLog index aa7d8ff1260e..4a0b72d4608f 100644 --- a/gnome-extra/gdesklets-core/ChangeLog +++ b/gnome-extra/gdesklets-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/gdesklets-core # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog,v 1.151 2011/10/24 05:47:25 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog,v 1.152 2011/12/01 09:33:23 pacho Exp $ + + 01 Dec 2011; Pacho Ramos <pacho@gentoo.org> -gdesklets-core-0.36.2-r3.ebuild: + Drop old version that still needs deprecated gnome-python meta package. 24 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gdesklets-core-0.36.3-r3.ebuild: diff --git a/gnome-extra/gdesklets-core/gdesklets-core-0.36.2-r3.ebuild b/gnome-extra/gdesklets-core/gdesklets-core-0.36.2-r3.ebuild deleted file mode 100644 index 18ed5d868bfa..000000000000 --- a/gnome-extra/gdesklets-core/gdesklets-core-0.36.2-r3.ebuild +++ /dev/null @@ -1,132 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.36.2-r3.ebuild,v 1.11 2011/10/08 18:02:51 nixphoeni Exp $ - -EAPI=3 -# desklets don't run with USE=debug -GCONF_DEBUG="no" -PYTHON_USE_WITH="xml" -PYTHON_DEPEND="2:2.4" - -inherit gnome2 python eutils autotools multilib bash-completion-r1 - -MY_PN="gDesklets" -MY_P="${MY_PN}-${PV}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="GNOME Desktop Applets: Core library for desktop applets" -SRC_URI="http://gdesklets.de/files/${MY_PN}-${PV}.tar.bz2" -HOMEPAGE="http://gdesklets.de" -LICENSE="GPL-2" - -SLOT="0" -IUSE="" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" - -# is libgsf needed for runtime or just compiling? -# only need expat for python-2.4, I think -RDEPEND=">=dev-libs/glib-2.4 - gnome-extra/libgsf - >=gnome-base/librsvg-2.8 - >=gnome-base/libgtop-2.8.2 - >=dev-python/pygtk-2.10 - >=dev-python/gnome-python-2.6 - >=dev-libs/expat-1.95.8" - -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/pkgconfig - dev-util/intltool" - -# Parallel makes sometimes break during install phase -MAKEOPTS="${MAKEOPTS} -j1" -# Force using MAKEOPTS with emake -USE_EINSTALL="0" -DOCS="AUTHORS ChangeLog NEWS README TODO" -CONVERT_SHEBANGS="ctrlinfo gdesklets gdesklets-daemon gdesklets-logview \ - gdesklets-shell test-control.py contrib/gdesklets-migration-tool" - -pkg_setup() { - - python_set_active_version 2 - -} - -src_prepare() { - - epatch "${FILESDIR}/${PN}-getid-fix.patch" - epatch "${FILESDIR}/${P}-ConfigWidget-dupe-fix.patch" - gnome2_src_prepare - - # Postpone pyc compiling until pkg_postinst - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile - - eautoreconf - intltoolize --force || die - - python_convert_shebangs 2 ${CONVERT_SHEBANGS} - -} - -src_install() { - - gnome2_src_install - - # Install bash completion script - dobashcomp "contrib/bash/gdesklets" - - # Install autostart script - insinto "/etc/xdg/autostart" - doins "contrib/gdesklets.desktop" - - # Install the gdesklets-control-getid script - insinto "/usr/$(get_libdir)/gdesklets" - insopts -m0555 - doins "${FILESDIR}/gdesklets-control-getid" - - # Ensure the global Displays and Controls directories exist - dodir "/usr/$(get_libdir)/gdesklets/Displays" - dodir "/usr/$(get_libdir)/gdesklets/Controls" - -} - -pkg_postinst() { - - gnome2_pkg_postinst - python_need_rebuild - # Compile pyc files on target system - python_mod_optimize "/usr/$(get_libdir)/gdesklets" - - echo - elog "gDesklets Displays are required before the library" - elog "will be usable. Core Displays (Calendar, Clock, Quote-of-the-Day," - elog "and the 15pieces game) are already installed in" - elog " ${ROOT}usr/$(get_libdir)/gdesklets/Displays" - elog "Additional Displays can be found in -" - elog " x11-plugins/desklet-* ," - elog "at http://www.gdesklets.de, or at http://archive.gdesklets.info" - elog - elog "Next you'll need to start gDesklets using" - elog " ${ROOT}usr/bin/gdesklets start" - elog "If you're using GNOME this can be done conveniently through" - elog "Applications->Accessories->gDesklets or automatically each login" - elog "under System->Preferences->Sessions" - elog - elog "If you're updating from a version less than 0.35_rc1," - elog "you can migrate your desklet configurations by" - elog "running" - elog " ${ROOT}usr/$(get_libdir)/gdesklets/contrib/gdesklets-migration-tool" - elog "after the first time you run gDesklets" - elog - -} - -pkg_postrm() { - - gnome2_pkg_postrm - # Cleanup after our cavalier python compilation - # The function takes care of ${ROOT} for us - python_mod_cleanup "/usr/$(get_libdir)/gdesklets" - -} |