From defa54bad664bd518f8f8901e61bfe5169c40b9e Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sun, 2 Dec 2007 15:12:38 +0000 Subject: Version bump. (Portage version: 2.1.4_rc4) --- xfce-extra/exo/ChangeLog | 7 ++++- xfce-extra/exo/exo-0.3.4.ebuild | 56 +++++++++++++++++++++++++++++++++++ xfce-extra/exo/files/digest-exo-0.3.4 | 3 ++ 3 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 xfce-extra/exo/exo-0.3.4.ebuild create mode 100644 xfce-extra/exo/files/digest-exo-0.3.4 (limited to 'xfce-extra/exo') diff --git a/xfce-extra/exo/ChangeLog b/xfce-extra/exo/ChangeLog index 926ecbe8f82a..8aae7e24065e 100644 --- a/xfce-extra/exo/ChangeLog +++ b/xfce-extra/exo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/exo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.46 2007/06/11 14:43:36 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.47 2007/12/02 15:12:37 drac Exp $ + +*exo-0.3.4 (02 Dec 2007) + + 02 Dec 2007; Samuli Suominen +exo-0.3.4.ebuild: + Version bump. 11 Jun 2007; Samuli Suominen exo-0.3.2.ebuild: Adjust sys-apps/hal dep to 0.5.7.1 because of compilation failure on arm. diff --git a/xfce-extra/exo/exo-0.3.4.ebuild b/xfce-extra/exo/exo-0.3.4.ebuild new file mode 100644 index 000000000000..bf87842b67eb --- /dev/null +++ b/xfce-extra/exo/exo-0.3.4.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2007 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.1 2007/12/02 15:12:37 drac Exp $ + +inherit xfce44 python + +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 "${ROOT}"usr/lib*/python*/site-packages +} + +pkg_postrm() { + xfce44_pkg_postrm + python_mod_cleanup "${ROOT}"usr/lib*/python*/site-packages +} diff --git a/xfce-extra/exo/files/digest-exo-0.3.4 b/xfce-extra/exo/files/digest-exo-0.3.4 new file mode 100644 index 000000000000..045a9d5670be --- /dev/null +++ b/xfce-extra/exo/files/digest-exo-0.3.4 @@ -0,0 +1,3 @@ +MD5 7a1af943b1df32b6f89ae91823118a22 exo-0.3.4.tar.bz2 1300127 +RMD160 e021f030a624c522c819ec0f3a8682a1007ae748 exo-0.3.4.tar.bz2 1300127 +SHA256 a5373e9bd6055caa7cd5d06128f6236cfd2f4f6657ea4a85d7bd9eafe5bf0538 exo-0.3.4.tar.bz2 1300127 -- cgit v1.2.3-65-gdbad