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
commit5824c4088330cdc8e3e26cff679b1a95b6cdac7b (patch)
tree93af8c5cf966b2b20ba7f5969b99744c6089b401 /dev-cpp/gnome-vfsmm
parentRemoved files/README.gentoo because it's not being used by the ebuild (anymore). (diff)
downloadgentoo-2-5824c4088330cdc8e3e26cff679b1a95b6cdac7b.tar.gz
gentoo-2-5824c4088330cdc8e3e26cff679b1a95b6cdac7b.tar.bz2
gentoo-2-5824c4088330cdc8e3e26cff679b1a95b6cdac7b.zip
Initial import.
Diffstat (limited to 'dev-cpp/gnome-vfsmm')
-rw-r--r--dev-cpp/gnome-vfsmm/ChangeLog9
-rw-r--r--dev-cpp/gnome-vfsmm/Manifest2
-rw-r--r--dev-cpp/gnome-vfsmm/files/digest-gnome-vfsmm-1.3.51
-rw-r--r--dev-cpp/gnome-vfsmm/gnome-vfsmm-1.3.5.ebuild22
4 files changed, 34 insertions, 0 deletions
diff --git a/dev-cpp/gnome-vfsmm/ChangeLog b/dev-cpp/gnome-vfsmm/ChangeLog
new file mode 100644
index 000000000000..b41c7ab24628
--- /dev/null
+++ b/dev-cpp/gnome-vfsmm/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-cpp/gnome-vfsmm
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gnome-vfsmm/ChangeLog,v 1.1 2004/01/25 13:51:30 pyrania Exp $
+
+*gnome-vfsmm-1.3.5 (25 Jan 2004)
+
+ 25 Jan 2004; Markus Nigbur <pyrania@gentoo.org> gnome-vfsmm-1.3.5.ebuild:
+ Initial import.
+
diff --git a/dev-cpp/gnome-vfsmm/Manifest b/dev-cpp/gnome-vfsmm/Manifest
new file mode 100644
index 000000000000..8efa95c17941
--- /dev/null
+++ b/dev-cpp/gnome-vfsmm/Manifest
@@ -0,0 +1,2 @@
+MD5 d32ef3561b7289bcfc976150b650148f gnome-vfsmm-1.3.5.ebuild 489
+MD5 c44be57ac20c53ab02a30145017c1dad files/digest-gnome-vfsmm-1.3.5 69
diff --git a/dev-cpp/gnome-vfsmm/files/digest-gnome-vfsmm-1.3.5 b/dev-cpp/gnome-vfsmm/files/digest-gnome-vfsmm-1.3.5
new file mode 100644
index 000000000000..55b45422d34f
--- /dev/null
+++ b/dev-cpp/gnome-vfsmm/files/digest-gnome-vfsmm-1.3.5
@@ -0,0 +1 @@
+MD5 5656881e007604c75c9104c20ced3e4b gnome-vfsmm-1.3.5.tar.gz 411003
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"