summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-01-25 13:51:30 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-01-25 13:51:30 +0000
commit0fc71bba83b9307d20d8088398ce6c33f3760e59 (patch)
tree1a0062f980148adea130a4b44365a8c8d4a2c264 /dev-cpp/gnome-vfsmm/gnome-vfsmm-1.3.5.ebuild
parentRemoved files/README.gentoo because it's not being used by the ebuild (anymore). (diff)
downloadhistorical-0fc71bba83b9307d20d8088398ce6c33f3760e59.tar.gz
historical-0fc71bba83b9307d20d8088398ce6c33f3760e59.tar.bz2
historical-0fc71bba83b9307d20d8088398ce6c33f3760e59.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.ebuild22
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"