summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2005-06-19 14:20:12 +0000
committerGustavo Felisberto <humpback@gentoo.org>2005-06-19 14:20:12 +0000
commitc096362ee760fcc303e8618efa7a44156ddcdc05 (patch)
treecfbaefbcb9b5c0d1a811d745e35237bf7563e281 /app-editors/gobby
parent1.1.1 final. (diff)
downloadgentoo-2-c096362ee760fcc303e8618efa7a44156ddcdc05.tar.gz
gentoo-2-c096362ee760fcc303e8618efa7a44156ddcdc05.tar.bz2
gentoo-2-c096362ee760fcc303e8618efa7a44156ddcdc05.zip
Moved from app-text/gobby to app-editors/gobby.
Diffstat (limited to 'app-editors/gobby')
-rw-r--r--app-editors/gobby/ChangeLog18
-rw-r--r--app-editors/gobby/Manifest5
-rw-r--r--app-editors/gobby/files/digest-gobby-0.1.11
-rw-r--r--app-editors/gobby/files/gobby.desktop13
-rw-r--r--app-editors/gobby/gobby-0.1.1.ebuild27
-rw-r--r--app-editors/gobby/metadata.xml9
6 files changed, 73 insertions, 0 deletions
diff --git a/app-editors/gobby/ChangeLog b/app-editors/gobby/ChangeLog
new file mode 100644
index 000000000000..92159a4c918f
--- /dev/null
+++ b/app-editors/gobby/ChangeLog
@@ -0,0 +1,18 @@
+# ChangeLog for app-editors/gobby
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.1 2005/06/19 14:20:12 humpback Exp $
+
+ 19 Jun 2005; Gustavo Felisberto <humpback@gentoo.org>;
+ +files/gobby.desktop, +metadata.xml, +gobby-0.1.1.ebuild:
+ Moved from app-text/gobby to app-editors/gobby.
+
+ 12 Jun 2005; David Holm <dholm@gentoo.org> gobby-0.1.1.ebuild:
+ Added to ~ppc.
+
+*gobby-0.1.1 (12 Jun 2005)
+
+ 12 Jun 2005; Gustavo Felisberto <humpback@gentoo.org>;
+ +files/gobby.desktop, +metadata.xml, +gobby-0.1.1.ebuild:
+ Initial import, based on ebuild's by upstream devs with changes to handle
+ locale bug.
+
diff --git a/app-editors/gobby/Manifest b/app-editors/gobby/Manifest
new file mode 100644
index 000000000000..91466f7801d1
--- /dev/null
+++ b/app-editors/gobby/Manifest
@@ -0,0 +1,5 @@
+MD5 a5a9fbc81240203be90f1a25e5016683 ChangeLog 519
+MD5 5a2b70178f34bb349028e79009e6887f gobby-0.1.1.ebuild 778
+MD5 08b59cdb7488971fc1ab89cfc860eee9 metadata.xml 287
+MD5 430dcccb6cc929a0851b1b7bfa53c9d0 files/digest-gobby-0.1.1 63
+MD5 e35d10904c6f4ce67f5d497121f5b49d files/gobby.desktop 349
diff --git a/app-editors/gobby/files/digest-gobby-0.1.1 b/app-editors/gobby/files/digest-gobby-0.1.1
new file mode 100644
index 000000000000..497c86a4ff54
--- /dev/null
+++ b/app-editors/gobby/files/digest-gobby-0.1.1
@@ -0,0 +1 @@
+MD5 d4432093ca10582b6a01dd069ea2322d gobby-0.1.1.tar.gz 212384
diff --git a/app-editors/gobby/files/gobby.desktop b/app-editors/gobby/files/gobby.desktop
new file mode 100644
index 000000000000..2aadd688fad6
--- /dev/null
+++ b/app-editors/gobby/files/gobby.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Gobby Collaborative Editor
+Name[de]=Gobby-Gemeinschaftseditor
+Comment=Edit text files collaboratively
+Comment[de]=Gemeinschaftliches Editieren von Textdateien
+Exec=env LC_ALL=C gobby
+Terminal=false
+Type=Application
+Icon=gobby.png
+Categories=Application;TextEditor;Network;
+StartupNotify=true
+MimeType=text/plain;
diff --git a/app-editors/gobby/gobby-0.1.1.ebuild b/app-editors/gobby/gobby-0.1.1.ebuild
new file mode 100644
index 000000000000..bd5ec67891de
--- /dev/null
+++ b/app-editors/gobby/gobby-0.1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.1.1.ebuild,v 1.1 2005/06/19 14:20:12 humpback Exp $
+
+DESCRIPTION="GTK-based collaborative editor"
+HOMEPAGE="http://gobby.0x539.de"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc ~x86"
+IUSE="gnome"
+SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
+DEPEND=">=dev-cpp/gtkmm-2.6
+ >=dev-libs/libsigc++-2.0
+ >=net-libs/obby-0.1.0
+ >=dev-cpp/libxmlpp-2.6
+ >=x11-libs/gtksourceview-1.2.0"
+
+src_compile() {
+ econf --with-gtksourceview `use_with gnome` || die "./configure failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ insinto /usr/share/applications
+ doins ${FILESDIR}/${PN}.desktop
+}
diff --git a/app-editors/gobby/metadata.xml b/app-editors/gobby/metadata.xml
new file mode 100644
index 000000000000..dce5142fd174
--- /dev/null
+++ b/app-editors/gobby/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>humpback@gentoo.org</email>
+</maintainer>
+ <longdescription>Multiuser text editor.</longdescription>
+</pkgmetadata>