diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-11-20 16:52:33 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-11-20 16:52:33 +0000 |
commit | 7f08bef11374cc297ae4afc2a365bcc1a7f4810a (patch) | |
tree | 28ae200ce7db0fe5108fc345f855955a2888823a /xfce-extra | |
parent | Bump kvm to 79 (diff) | |
download | historical-7f08bef11374cc297ae4afc2a365bcc1a7f4810a.tar.gz historical-7f08bef11374cc297ae4afc2a365bcc1a7f4810a.tar.bz2 historical-7f08bef11374cc297ae4afc2a365bcc1a7f4810a.zip |
Removed old
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.28-rc5-00172-gee2f6cc x86_64
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/exo/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/exo/exo-0.3.4.ebuild | 62 |
2 files changed, 4 insertions, 63 deletions
diff --git a/xfce-extra/exo/ChangeLog b/xfce-extra/exo/ChangeLog index dffb1c0c71a9..8bfab2791327 100644 --- a/xfce-extra/exo/ChangeLog +++ b/xfce-extra/exo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/exo # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.69 2008/11/20 16:44:51 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.70 2008/11/20 16:52:33 angelos Exp $ + + 20 Nov 2008; Christoph Mende <angelos@gentoo.org> -exo-0.3.4.ebuild: + Removed old 20 Nov 2008; Brent Baude <ranger@gentoo.org> exo-0.3.4-r1.ebuild: Marking exo-0.3.4-r1 ppc64 for bug 245970 diff --git a/xfce-extra/exo/exo-0.3.4.ebuild b/xfce-extra/exo/exo-0.3.4.ebuild deleted file mode 100644 index 252ea9a49002..000000000000 --- a/xfce-extra/exo/exo-0.3.4.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.4.ebuild,v 1.13 2008/11/14 15:53:48 angelos Exp $ - -inherit eutils xfce44 python multilib autotools - -XFCE_VERSION=4.4.2 -xfce44 -xfce44_core_package - -DESCRIPTION="Extensions, widgets and framework library with session management support" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="debug doc hal libnotify python" - -RDEPEND=">=dev-lang/perl-5.6 - dev-perl/URI - >=dev-libs/glib-2.6 - >=x11-libs/gtk+-2.6 - >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} - >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION} - >=xfce-base/xfce-mcs-plugins-${XFCE_MASTER_VERSION} - libnotify? ( x11-libs/libnotify ) - hal? ( >=sys-apps/hal-0.5.7.1 ) - python? ( dev-python/pygtk )" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - dev-util/pkgconfig - dev-util/xfce4-dev-tools - doc? ( dev-util/gtk-doc ) - dev-util/intltool" - -XFCE_CONFIG="${XFCE_CONFIG} $(use_enable python) \ - $(use_enable libnotify notifications) \ - $(use_enable hal) --enable-mcs-plugin" - -DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" - -# See bug 166568 for reference -src_unpack() { - unpack ${A} - sed -i -e 's:-Werror::g' "${S}"/configure - epatch "${FILESDIR}"/${P}-remove-libmd5.patch - AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf -} - -# See bug 164780 for reference -src_install() { - xfce44_src_install - rm -f "${D}"/usr/lib*/python*/site-packages/pyexo.py[co] - rm -f "${D}"/usr/lib*/python*/site-packages/${PN}-0.3/${PN}/__init__.py[co] -} - -pkg_postinst() { - xfce44_pkg_postinst - python_version - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages -} - -pkg_postrm() { - xfce44_pkg_postrm - python_mod_cleanup -} |