diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-07 10:35:50 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-07 10:35:50 +0000 |
commit | 8b655baf4a501f4173603521f1d87c55369a8e88 (patch) | |
tree | d9ca4c0b53a260f595b94ba58a89d57088a38209 /dev-python/pyxfce | |
parent | Cleaned up older versions. (diff) | |
download | gentoo-2-8b655baf4a501f4173603521f1d87c55369a8e88.tar.gz gentoo-2-8b655baf4a501f4173603521f1d87c55369a8e88.tar.bz2 gentoo-2-8b655baf4a501f4173603521f1d87c55369a8e88.zip |
Version bump. Add DOCS. Add RDEPEND. Add IUSE="debug". Edit description. Clean up.
(Portage version: 2.1.2-r8)
Diffstat (limited to 'dev-python/pyxfce')
-rw-r--r-- | dev-python/pyxfce/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/pyxfce/files/digest-pyxfce-4.4.0 | 3 | ||||
-rw-r--r-- | dev-python/pyxfce/pyxfce-4.4.0.ebuild | 22 |
3 files changed, 32 insertions, 2 deletions
diff --git a/dev-python/pyxfce/ChangeLog b/dev-python/pyxfce/ChangeLog index 8bf4f8ac263c..3d8eadec5ae1 100644 --- a/dev-python/pyxfce/ChangeLog +++ b/dev-python/pyxfce/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyxfce -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxfce/ChangeLog,v 1.1 2006/12/28 02:32:44 nichoj Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxfce/ChangeLog,v 1.2 2007/02/07 10:35:50 drac Exp $ + +*pyxfce-4.4.0 (07 Feb 2007) + + 07 Feb 2007; Samuli Suominen <drac@gentoo.org> +pyxfce-4.4.0.ebuild: + Version bump for final Xfce4-4.4.0 release. *pyxfce-4.3.91 (28 Dec 2006) diff --git a/dev-python/pyxfce/files/digest-pyxfce-4.4.0 b/dev-python/pyxfce/files/digest-pyxfce-4.4.0 new file mode 100644 index 000000000000..056e6e6419ed --- /dev/null +++ b/dev-python/pyxfce/files/digest-pyxfce-4.4.0 @@ -0,0 +1,3 @@ +MD5 5f9ac63908adc9eaf9eb3e3b2d41167b pyxfce-4.4.0.tar.gz 449069 +RMD160 588db645a7b611cad340b3ebb7a4569d1b99a6f8 pyxfce-4.4.0.tar.gz 449069 +SHA256 bd26e2be435a9ffe987f26d3b233709b7e47fa1b5117874f71d52b8082964d7b pyxfce-4.4.0.tar.gz 449069 diff --git a/dev-python/pyxfce/pyxfce-4.4.0.ebuild b/dev-python/pyxfce/pyxfce-4.4.0.ebuild new file mode 100644 index 000000000000..3d2924715f7a --- /dev/null +++ b/dev-python/pyxfce/pyxfce-4.4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxfce/pyxfce-4.4.0.ebuild,v 1.1 2007/02/07 10:35:50 drac Exp $ + +inherit xfce44 + +xfce44 + +DESCRIPTION="Python bindings for Xfce4 desktop enviroment" +HOMEPAGE="http://pyxfce.xfce.org" +SRC_URI="$HOMEPAGE/$P.tar.gz" + +LICENSE="as-is" +KEYWORDS="~x86" +IUSE="debug" + +RDEPEND=">=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} + >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION} + >=dev-python/pygtk-2.6" +DEPEND="${RDEPEND}" + +DOCS="AUTHORS ChangeLog NEWS README TODO*" |