diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-02-09 19:45:21 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-02-09 19:45:21 +0000 |
commit | 39167d658962a508ac61cf6742f4a499ad33e346 (patch) | |
tree | 93d1008dcde22973e07d0ab4b46281f13c684102 /xfce-extra/exo | |
parent | Stable on alpha, bug #258344 (diff) | |
download | gentoo-2-39167d658962a508ac61cf6742f4a499ad33e346.tar.gz gentoo-2-39167d658962a508ac61cf6742f4a499ad33e346.tar.bz2 gentoo-2-39167d658962a508ac61cf6742f4a499ad33e346.zip |
Removed old
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/exo')
-rw-r--r-- | xfce-extra/exo/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/exo/exo-0.3.4-r1.ebuild | 68 |
2 files changed, 4 insertions, 69 deletions
diff --git a/xfce-extra/exo/ChangeLog b/xfce-extra/exo/ChangeLog index b77789da1aa3..27b5bd82f656 100644 --- a/xfce-extra/exo/ChangeLog +++ b/xfce-extra/exo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/exo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.78 2009/02/04 21:16:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.79 2009/02/09 19:45:21 angelos Exp $ + + 09 Feb 2009; Christoph Mende <angelos@gentoo.org> -exo-0.3.4-r1.ebuild: + Removed old 04 Feb 2009; Raúl Porcel <armin76@gentoo.org> exo-0.3.4-r2.ebuild: arm/ia64/sparc stable wrt #254440 diff --git a/xfce-extra/exo/exo-0.3.4-r1.ebuild b/xfce-extra/exo/exo-0.3.4-r1.ebuild deleted file mode 100644 index 0ed06865a03f..000000000000 --- a/xfce-extra/exo/exo-0.3.4-r1.ebuild +++ /dev/null @@ -1,68 +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-r1.ebuild,v 1.14 2008/12/13 17:38:16 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/gtk-doc-1.10-r1 ) - dev-util/pkgconfig - dev-util/xfce4-dev-tools - doc? ( dev-util/gtk-doc ) - dev-util/intltool" - -DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" - -pkg_setup() { - XFCE_CONFIG="${XFCE_CONFIG} $(use_enable python) - $(use_enable libnotify notifications) - $(use_enable hal) --enable-mcs-plugin" -} - -# See bug 166568 for reference -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i -e 's:-Werror::g' "${S}"/configure.in || die "sed failed" - epatch "${FILESDIR}"/${P}-eject.patch \ - "${FILESDIR}"/${P}-remove-libmd5.patch - intltoolize --force --copy --automake || die "intltoolize failed." - 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 -} |