diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-01-25 13:51:30 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-01-25 13:51:30 +0000 |
commit | 5824c4088330cdc8e3e26cff679b1a95b6cdac7b (patch) | |
tree | 93af8c5cf966b2b20ba7f5969b99744c6089b401 /dev-cpp/gnome-vfsmm/gnome-vfsmm-1.3.5.ebuild | |
parent | Removed files/README.gentoo because it's not being used by the ebuild (anymore). (diff) | |
download | gentoo-2-5824c4088330cdc8e3e26cff679b1a95b6cdac7b.tar.gz gentoo-2-5824c4088330cdc8e3e26cff679b1a95b6cdac7b.tar.bz2 gentoo-2-5824c4088330cdc8e3e26cff679b1a95b6cdac7b.zip |
Initial import.
Diffstat (limited to 'dev-cpp/gnome-vfsmm/gnome-vfsmm-1.3.5.ebuild')
-rw-r--r-- | dev-cpp/gnome-vfsmm/gnome-vfsmm-1.3.5.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-cpp/gnome-vfsmm/gnome-vfsmm-1.3.5.ebuild b/dev-cpp/gnome-vfsmm/gnome-vfsmm-1.3.5.ebuild new file mode 100644 index 000000000000..a18f4b11e0ed --- /dev/null +++ b/dev-cpp/gnome-vfsmm/gnome-vfsmm-1.3.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/gnome-vfsmm-1.3.5.ebuild,v 1.1 2004/01/25 13:51:30 pyrania Exp $ + +inherit gnome2 + +DESCRIPTION="C++ bindings for gnome-vfs" +SRC_URI="mirror://sourceforge/gtkmm/${P}.tar.gz" +HOMEPAGE="http://gtkmm.sourceforge.net/" + +IUSE="" +LICENSE="LGPL-2.1" +KEYWORDS="~x86" +SLOT="0" + +RDEPEND=">=gnome-base/gnome-vfs-2 + >=dev-cpp/gtkmm-2" + +DEPEND=">=dev-util/pkgconfig-0.12.0 + ${RDEPEND}" + +DOCS="AUTHORS COPYING* ChangeLog NEWS README INSTALL" |