summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-09-21 17:05:14 +0000
committerChristoph Mende <angelos@gentoo.org>2008-09-21 17:05:14 +0000
commit6989e1cc96ffb96804ecb6b4817bdf372efbe2ea (patch)
tree2beb8a522b9fcc9cd7b93d27ebb7597364621956 /xfce-extra/exo
parentRemoved old (diff)
downloadgentoo-2-6989e1cc96ffb96804ecb6b4817bdf372efbe2ea.tar.gz
gentoo-2-6989e1cc96ffb96804ecb6b4817bdf372efbe2ea.tar.bz2
gentoo-2-6989e1cc96ffb96804ecb6b4817bdf372efbe2ea.zip
Removed old
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc6 x86_64)
Diffstat (limited to 'xfce-extra/exo')
-rw-r--r--xfce-extra/exo/ChangeLog5
-rw-r--r--xfce-extra/exo/exo-0.3.2.ebuild56
2 files changed, 4 insertions, 57 deletions
diff --git a/xfce-extra/exo/ChangeLog b/xfce-extra/exo/ChangeLog
index f5e738e7fa98..300287923040 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.55 2008/05/29 18:25:48 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.56 2008/09/21 17:05:14 angelos Exp $
+
+ 21 Sep 2008; Christoph Mende <angelos@gentoo.org> -exo-0.3.2.ebuild:
+ Removed old
29 May 2008; Ali Polatel <hawking@gentoo.org> exo-0.3.2.ebuild,
exo-0.3.4.ebuild:
diff --git a/xfce-extra/exo/exo-0.3.2.ebuild b/xfce-extra/exo/exo-0.3.2.ebuild
deleted file mode 100644
index 90fbb05ce785..000000000000
--- a/xfce-extra/exo/exo-0.3.2.ebuild
+++ /dev/null
@@ -1,56 +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.2.ebuild,v 1.20 2008/05/29 18:25:48 hawking Exp $
-
-inherit xfce44 python multilib
-
-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/pkgconfig
- 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
-}
-
-# 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_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
-}
-
-pkg_postrm() {
- xfce44_pkg_postrm
- python_mod_cleanup
-}