diff options
author | 2005-08-14 21:45:19 +0000 | |
---|---|---|
committer | 2005-08-14 21:45:19 +0000 | |
commit | 5a853c82ee43cbc7f5fca177bf256a8670286ddd (patch) | |
tree | 1fffadd653e5f19287a7016772636affa0948152 /app-editors | |
parent | keyworded ~alpha, wrt bug #102503 (diff) | |
download | gentoo-2-5a853c82ee43cbc7f5fca177bf256a8670286ddd.tar.gz gentoo-2-5a853c82ee43cbc7f5fca177bf256a8670286ddd.tar.bz2 gentoo-2-5a853c82ee43cbc7f5fca177bf256a8670286ddd.zip |
bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gobby/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/gobby/Manifest | 13 | ||||
-rw-r--r-- | app-editors/gobby/files/digest-gobby-0.2.0 | 1 | ||||
-rw-r--r-- | app-editors/gobby/files/gobby.desktop-r1 | 13 | ||||
-rw-r--r-- | app-editors/gobby/gobby-0.2.0.ebuild | 49 |
5 files changed, 73 insertions, 11 deletions
diff --git a/app-editors/gobby/ChangeLog b/app-editors/gobby/ChangeLog index 0ba1656bb9cf..a008a700da6d 100644 --- a/app-editors/gobby/ChangeLog +++ b/app-editors/gobby/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2005/07/15 16:20:10 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.3 2005/08/14 21:45:19 humpback Exp $ + +*gobby-0.2.0 (14 Aug 2005) + + 14 Aug 2005; Gustavo Felisberto <humpback@gentoo.org>; + +files/gobby.desktop-r1, +gobby-0.2.0.ebuild: + Version bump. 15 Jul 2005; Gustavo Felisberto <humpback@gentoo.org>; gobby-0.1.1.ebuild: Keywording ~amd64 diff --git a/app-editors/gobby/Manifest b/app-editors/gobby/Manifest index bc5d23952153..3c51c9a3d492 100644 --- a/app-editors/gobby/Manifest +++ b/app-editors/gobby/Manifest @@ -1,15 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 3555b90df348d7b41ba61460d081e2b7 gobby-0.2.0.ebuild 1281 MD5 6964ab8378e34a154588cd7c5eabe009 gobby-0.1.1.ebuild 791 MD5 05f72b45a9e82d2a4c0f3bd9294f0282 ChangeLog 794 MD5 08b59cdb7488971fc1ab89cfc860eee9 metadata.xml 287 MD5 430dcccb6cc929a0851b1b7bfa53c9d0 files/digest-gobby-0.1.1 63 +MD5 0262c344b87b6917c33db2dcc6f19581 files/digest-gobby-0.2.0 63 MD5 e35d10904c6f4ce67f5d497121f5b49d files/gobby.desktop 349 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC1+JW8zY1VwezZiERAn/eAJ9PULrNlr28JmAFQ0XwCS/pYFUXngCdHD+B -NYIALV2XLUZLQ44Eglax1Kg= -=Sx4J ------END PGP SIGNATURE----- +MD5 d4df29d4d1de91d4adccda4b540e256f files/gobby.desktop-r1 336 diff --git a/app-editors/gobby/files/digest-gobby-0.2.0 b/app-editors/gobby/files/digest-gobby-0.2.0 new file mode 100644 index 000000000000..9828b8388a43 --- /dev/null +++ b/app-editors/gobby/files/digest-gobby-0.2.0 @@ -0,0 +1 @@ +MD5 96840791c38db6a36d4fb16aefbedad2 gobby-0.2.0.tar.gz 244746 diff --git a/app-editors/gobby/files/gobby.desktop-r1 b/app-editors/gobby/files/gobby.desktop-r1 new file mode 100644 index 000000000000..2869c38ec11a --- /dev/null +++ b/app-editors/gobby/files/gobby.desktop-r1 @@ -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=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.2.0.ebuild b/app-editors/gobby/gobby-0.2.0.ebuild new file mode 100644 index 000000000000..8e94a74c5784 --- /dev/null +++ b/app-editors/gobby/gobby-0.2.0.ebuild @@ -0,0 +1,49 @@ +# 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.2.0.ebuild,v 1.1 2005/08/14 21:45:19 humpback Exp $ + +inherit eutils + +DESCRIPTION="GTK-based collaborative editor" +HOMEPAGE="http://darcs.0x539.de/gobby" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="gnome" +SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" + +DEPEND=">=dev-cpp/glibmm-2.6 + >=dev-cpp/gtkmm-2.6 + >=dev-libs/libsigc++-2.0 + >=net-libs/obby-0.2.0 + >=dev-cpp/libxmlpp-2.6 + >=x11-libs/gtksourceview-1.2.0" + +RDEPEND="" + +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 + newins ${FILESDIR}/${PN}.desktop-r1 ${PN}.desktop +} + +pkg_postinst() { + if built_with_use net-libs/obby howl + then + einfo "Zeroconf support has been enabled for gobby" + else + einfo "net-libs/obby was not build with zeroconf support," + einfo "thus zeroconf is not enabled for ${PN}." + einfo "" + einfo "To get zeroconf support, rebuild net-libs/obby" + einfo "with \"howl\" in your USE flags." + einfo "Try USE=\"howl\" emerge net-libs/obby app-editors/gobby," + einfo "or add \"howl\" to your USE string in /etc/make.conf and" + einfo "emerge net-libs/obby" + fi +} |