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
commitdef745e640c35d4981a6f072e6a1e01202b66fc7 (patch)
treef0b05014d60cafe4cf4688959329be6f1fa291cc /app-misc/tomboy
parentStable on x86 and amd64. Added ~ppc and ~sparc. (diff)
downloadhistorical-def745e640c35d4981a6f072e6a1e01202b66fc7.tar.gz
historical-def745e640c35d4981a6f072e6a1e01202b66fc7.tar.bz2
historical-def745e640c35d4981a6f072e6a1e01202b66fc7.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/Manifest4
-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, 45 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..35642508c4a4
--- /dev/null
+++ b/app-misc/tomboy/Manifest
@@ -0,0 +1,4 @@
+MD5 a0c1fe4a956079c42348c151f4c650eb tomboy-0.2.2.ebuild 614
+MD5 e3607246ff3ffd1fa24c88b5beade492 ChangeLog 376
+MD5 a60fdfbce7c7cfc52187ff86a7f8bbf8 metadata.xml 222
+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"