summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2004-08-19 21:44:45 +0000
committerMartin Schlemmer <azarah@gentoo.org>2004-08-19 21:44:45 +0000
commit8b9a3ee4bf43ebba8741374d1d3ff97b01f16526 (patch)
tree5c760af24965f97c2fc4c315e6a1c14883a3e42b /app-admin/gamin
parentgtk+ fixes of old (diff)
downloadhistorical-8b9a3ee4bf43ebba8741374d1d3ff97b01f16526.tar.gz
historical-8b9a3ee4bf43ebba8741374d1d3ff97b01f16526.tar.bz2
historical-8b9a3ee4bf43ebba8741374d1d3ff97b01f16526.zip
Initial version.
Diffstat (limited to 'app-admin/gamin')
-rw-r--r--app-admin/gamin/ChangeLog10
-rw-r--r--app-admin/gamin/Manifest4
-rw-r--r--app-admin/gamin/files/digest-gamin-0.0.61
-rw-r--r--app-admin/gamin/gamin-0.0.6.ebuild30
-rw-r--r--app-admin/gamin/metadata.xml10
5 files changed, 55 insertions, 0 deletions
diff --git a/app-admin/gamin/ChangeLog b/app-admin/gamin/ChangeLog
new file mode 100644
index 000000000000..bb9e400db138
--- /dev/null
+++ b/app-admin/gamin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-admin/gamin
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.1 2004/08/19 21:44:45 azarah Exp $
+
+*gamin-0.0.6 (19 Aug 2004)
+
+ 19 Aug 2004; Martin Schlemmer <azarah@gentoo.org> +metadata.xml,
+ +gamin-0.0.6.ebuild:
+ Initial version.
+
diff --git a/app-admin/gamin/Manifest b/app-admin/gamin/Manifest
new file mode 100644
index 000000000000..4a03f178eba1
--- /dev/null
+++ b/app-admin/gamin/Manifest
@@ -0,0 +1,4 @@
+MD5 2847b07301ae44b9920bfcbd56211e6b ChangeLog 341
+MD5 875135e8740bafa4dab79ee592cf9744 metadata.xml 279
+MD5 b9cbe4aee62373ce44ff01b583afb639 gamin-0.0.6.ebuild 712
+MD5 59c722e7488d52801fe5b6df1cd6d48e files/digest-gamin-0.0.6 63
diff --git a/app-admin/gamin/files/digest-gamin-0.0.6 b/app-admin/gamin/files/digest-gamin-0.0.6
new file mode 100644
index 000000000000..8254b2729611
--- /dev/null
+++ b/app-admin/gamin/files/digest-gamin-0.0.6
@@ -0,0 +1 @@
+MD5 8f8841ed896cd11a96ad2089ab7326b8 gamin-0.0.6.tar.gz 385972
diff --git a/app-admin/gamin/gamin-0.0.6.ebuild b/app-admin/gamin/gamin-0.0.6.ebuild
new file mode 100644
index 000000000000..305d5745df80
--- /dev/null
+++ b/app-admin/gamin/gamin-0.0.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.0.6.ebuild,v 1.1 2004/08/19 21:44:45 azarah Exp $
+
+DESCRIPTION="Library providing the FAM File Alteration Monitor API"
+HOMEPAGE="http://www.gnome.org/~veillard/gamin/"
+SRC_URI="http://www.gnome.org/~veillard/gamin/sources/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=
+
+DEPEND="virtual/libc
+ >=dev-libs/glib-2.0
+ !app-admin/fam"
+
+PROVIDE="virtual/fam"
+
+src_compile() {
+ econf || die
+ # Currently not smp safe
+ make || die "emake failed"
+}
+
+src_install() {
+ einstall || die
+
+ dodoc AUTHORS COPYING ChangeLog Copyright README TODO
+}
diff --git a/app-admin/gamin/metadata.xml b/app-admin/gamin/metadata.xml
new file mode 100644
index 000000000000..e2c5c0431fad
--- /dev/null
+++ b/app-admin/gamin/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <!-- Anybody from Gnome herd welcome to take this -->
+ <email>azarah@gentoo.org</email>
+</maintainer>
+</pkgmetadata>