diff options
author | Arun Raghavan <ford_prefect@gentoo.org> | 2008-08-24 07:28:35 +0000 |
---|---|---|
committer | Arun Raghavan <ford_prefect@gentoo.org> | 2008-08-24 07:28:35 +0000 |
commit | 91697083256792a871b7103203e66e078c30aaff (patch) | |
tree | c10fcb38cc077d45f9471e093ee1ab25305992bc /dev-python/gnome-vfs-python | |
parent | Initial import of gnome-python split ebuilds. This package installs bindings ... (diff) | |
download | historical-91697083256792a871b7103203e66e078c30aaff.tar.gz historical-91697083256792a871b7103203e66e078c30aaff.tar.bz2 historical-91697083256792a871b7103203e66e078c30aaff.zip |
Initial import of gnome-python split ebuilds. This package installs bindings for the GnomeVFS library.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26.2 i686
Diffstat (limited to 'dev-python/gnome-vfs-python')
-rw-r--r-- | dev-python/gnome-vfs-python/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/gnome-vfs-python/gnome-vfs-python-2.22.1.ebuild | 22 | ||||
-rw-r--r-- | dev-python/gnome-vfs-python/metadata.xml | 6 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/gnome-vfs-python/ChangeLog b/dev-python/gnome-vfs-python/ChangeLog new file mode 100644 index 000000000000..5b8c7efe2548 --- /dev/null +++ b/dev-python/gnome-vfs-python/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-python/gnome-vfs-python +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-vfs-python/ChangeLog,v 1.1 2008/08/24 07:28:35 ford_prefect Exp $ + +*gnome-vfs-python-2.22.1 (24 Aug 2008) + + 24 Aug 2008; Arun Raghavan <ford_prefect@gentoo.org> +metadata.xml, + +gnome-vfs-python-2.22.1.ebuild: + Initial import of gnome-python split ebuilds. This package installs + bindings for the GnomeVFS library. + diff --git a/dev-python/gnome-vfs-python/gnome-vfs-python-2.22.1.ebuild b/dev-python/gnome-vfs-python/gnome-vfs-python-2.22.1.ebuild new file mode 100644 index 000000000000..e93a968eb55c --- /dev/null +++ b/dev-python/gnome-vfs-python/gnome-vfs-python-2.22.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-vfs-python/gnome-vfs-python-2.22.1.ebuild,v 1.1 2008/08/24 07:28:35 ford_prefect Exp $ + +G_PY_PN="gnome-python" +G_PY_BINDINGS="gnomevfs gnomevfsbonobo pyvfsmodule" + +inherit gnome-python-common + +DESCRIPTION="Python bindings for the GnomeVFS library" +LICENSE="LGPL-2.1" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc examples" + +RDEPEND=">=gnome-base/gnome-vfs-2.14.0 + >=gnome-base/libbonobo-2.8 + !<dev-python/gnome-python-2.22.1" +DEPEND="${RDEPEND}" + +EXAMPLES="examples/vfs/* + examples/vfs/pygvfsmethod/" diff --git a/dev-python/gnome-vfs-python/metadata.xml b/dev-python/gnome-vfs-python/metadata.xml new file mode 100644 index 000000000000..888e60bf6a90 --- /dev/null +++ b/dev-python/gnome-vfs-python/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +<herd>gnome</herd> +</pkgmetadata> |