summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2004-10-28 23:44:39 +0000
committerPeter Johanson <latexer@gentoo.org>2004-10-28 23:44:39 +0000
commit08e4a320ad23a7cc658434e6b3fef37758ad343f (patch)
tree7774c093bbd99fd65ced079c6bd485638ed81fa0 /app-misc/tomboy
parentStable on x86 and amd64. Added ~ppc and ~sparc. (Manifest recommit) (diff)
downloadgentoo-2-08e4a320ad23a7cc658434e6b3fef37758ad343f.tar.gz
gentoo-2-08e4a320ad23a7cc658434e6b3fef37758ad343f.tar.bz2
gentoo-2-08e4a320ad23a7cc658434e6b3fef37758ad343f.zip
Initial commit. Ebuild by yours truly. See bug #64554
Diffstat (limited to 'app-misc/tomboy')
-rw-r--r--app-misc/tomboy/ChangeLog9
-rw-r--r--app-misc/tomboy/Manifest2
-rw-r--r--app-misc/tomboy/files/digest-tomboy-0.2.21
-rw-r--r--app-misc/tomboy/metadata.xml8
-rw-r--r--app-misc/tomboy/tomboy-0.2.2.ebuild23
5 files changed, 43 insertions, 0 deletions
diff --git a/app-misc/tomboy/ChangeLog b/app-misc/tomboy/ChangeLog
new file mode 100644
index 000000000000..778c79cde710
--- /dev/null
+++ b/app-misc/tomboy/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-misc/tomboy
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/ChangeLog,v 1.1 2004/10/28 23:44:39 latexer Exp $
+
+*tomboy-0.2.2 (28 Oct 2004)
+
+ 28 Oct 2004; <peter@gentoo.org> +metadata.xml, +tomboy-0.2.2.ebuild:
+ Initial commit. Ebuild simultaneously by yours truly. See bug #64554
+
diff --git a/app-misc/tomboy/Manifest b/app-misc/tomboy/Manifest
new file mode 100644
index 000000000000..7646a6719052
--- /dev/null
+++ b/app-misc/tomboy/Manifest
@@ -0,0 +1,2 @@
+MD5 f82775dc1db5b95b522b157acb8bb658 tomboy-0.2.2.ebuild 516
+MD5 63af496a835d4816dc76a26ef1a847ff files/digest-tomboy-0.2.2 64
diff --git a/app-misc/tomboy/files/digest-tomboy-0.2.2 b/app-misc/tomboy/files/digest-tomboy-0.2.2
new file mode 100644
index 000000000000..ee8d5d8689c1
--- /dev/null
+++ b/app-misc/tomboy/files/digest-tomboy-0.2.2
@@ -0,0 +1 @@
+MD5 be87c798d7f978c307433485cbd38f4e tomboy-0.2.2.tar.gz 416228
diff --git a/app-misc/tomboy/metadata.xml b/app-misc/tomboy/metadata.xml
new file mode 100644
index 000000000000..ba7eb92cb2fb
--- /dev/null
+++ b/app-misc/tomboy/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>dotnet</herd>
+<maintainer>
+ <email>latexer@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/app-misc/tomboy/tomboy-0.2.2.ebuild b/app-misc/tomboy/tomboy-0.2.2.ebuild
new file mode 100644
index 000000000000..41d9ca59a738
--- /dev/null
+++ b/app-misc/tomboy/tomboy-0.2.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/tomboy-0.2.2.ebuild,v 1.1 2004/10/28 23:44:39 latexer Exp $
+
+inherit gnome2 mono
+
+DESCRIPTION="Desktop note-taking application"
+
+HOMEPAGE="http://www.beatniksoftware.com/tomboy/"
+SRC_URI="http://www.beatniksoftware.com/tomboy/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~x86"
+IUSE="doc"
+
+DEPEND=">=dev-dotnet/mono-1.0
+ >=dev-dotnet/gtk-sharp-1.0
+ >=dev-libs/atk-1.2.4
+ >=app-text/gtkspell-2"
+
+DOCS="AUTHORS Changelog INSTALL NEWS README"