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
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')
-rw-r--r--dev-cpp/gnome-vfsmm/ChangeLog9
-rw-r--r--dev-cpp/gnome-vfsmm/Manifest3
-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, 35 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..40100614bf3d
--- /dev/null
+++ b/dev-cpp/gnome-vfsmm/Manifest
@@ -0,0 +1,3 @@
+MD5 3f50b102c5f124195b8e824218dc4f70 gnome-vfsmm-1.3.5.ebuild 597
+MD5 603ead6e2e6d543492cc1a3bc017d418 ChangeLog 350
+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"