summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2005-11-16 03:39:05 +0000
committerGustavo Felisberto <humpback@gentoo.org>2005-11-16 03:39:05 +0000
commite1e9335b4306c2b3e485d7afddb2c9eef151cebd (patch)
tree89a85677c769325784fb8db21315b2943ef91af9 /app-editors/gobby
parentbump (diff)
downloadhistorical-e1e9335b4306c2b3e485d7afddb2c9eef151cebd.tar.gz
historical-e1e9335b4306c2b3e485d7afddb2c9eef151cebd.tar.bz2
historical-e1e9335b4306c2b3e485d7afddb2c9eef151cebd.zip
bump
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-editors/gobby')
-rw-r--r--app-editors/gobby/ChangeLog9
-rw-r--r--app-editors/gobby/Manifest14
-rw-r--r--app-editors/gobby/files/digest-gobby-0.3.0_rc11
-rw-r--r--app-editors/gobby/gobby-0.3.0_rc1.ebuild52
4 files changed, 69 insertions, 7 deletions
diff --git a/app-editors/gobby/ChangeLog b/app-editors/gobby/ChangeLog
index 6173cc654d9b..1be47ccd0c22 100644
--- a/app-editors/gobby/ChangeLog
+++ b/app-editors/gobby/ChangeLog
@@ -1,6 +1,13 @@
# 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.4 2005/09/09 12:28:12 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.5 2005/11/16 03:39:05 humpback Exp $
+
+*gobby-0.3.0_rc1 (16 Nov 2005)
+
+ 16 Nov 2005; Gustavo Felisberto <humpback@gentoo.org>; gobby-0.2.2.ebuild,
+ +gobby-0.3.0_rc1.ebuild:
+ Bump to version 0.3.0_rc1. Arch teams please do not mark stable, I'll open a
+ bug when i think it is ready.
*gobby-0.2.2 (09 Sep 2005)
diff --git a/app-editors/gobby/Manifest b/app-editors/gobby/Manifest
index 440d5eb38997..1517f27bb7b4 100644
--- a/app-editors/gobby/Manifest
+++ b/app-editors/gobby/Manifest
@@ -1,15 +1,17 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 1448d76e4ea01b937b6bb4dc9e12087d gobby-0.2.2.ebuild 1381
-MD5 c26185db19d3dafdeaa17e25e050af72 ChangeLog 1178
-MD5 08b59cdb7488971fc1ab89cfc860eee9 metadata.xml 287
+MD5 53d808f9cb708ae6b756fb10a334394a ChangeLog 1426
MD5 19d6bb1c6dde54bc3c8cc32de695bb78 files/digest-gobby-0.2.2 63
+MD5 f39d707c80d1be545284fe434cce3220 files/digest-gobby-0.3.0_rc1 66
MD5 d4df29d4d1de91d4adccda4b540e256f files/gobby.desktop-r1 336
+MD5 1448d76e4ea01b937b6bb4dc9e12087d gobby-0.2.2.ebuild 1381
+MD5 ce8056017b8f7abfe94a05fa18f622f3 gobby-0.3.0_rc1.ebuild 1427
+MD5 08b59cdb7488971fc1ab89cfc860eee9 metadata.xml 287
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDIZHq8zY1VwezZiERAiFDAJ4nHHsjuQZhERyJB+ye+JQHuDPkvQCgg8mq
-k08L8KcfiTKpDWROTMoJ5i0=
-=M7Gz
+iD8DBQFDeqnl8zY1VwezZiERApdWAJ4nbiQ55iZyC0wZa6jvjraI5lyyRgCfebJf
+uSL3zMJWeDfPtWzzgH5PmFI=
+=19gh
-----END PGP SIGNATURE-----
diff --git a/app-editors/gobby/files/digest-gobby-0.3.0_rc1 b/app-editors/gobby/files/digest-gobby-0.3.0_rc1
new file mode 100644
index 000000000000..2a79eebd579f
--- /dev/null
+++ b/app-editors/gobby/files/digest-gobby-0.3.0_rc1
@@ -0,0 +1 @@
+MD5 a5d96561f64a19a41acaba6f559f2c6e gobby-0.3.0rc1.tar.gz 304414
diff --git a/app-editors/gobby/gobby-0.3.0_rc1.ebuild b/app-editors/gobby/gobby-0.3.0_rc1.ebuild
new file mode 100644
index 000000000000..374847f874ea
--- /dev/null
+++ b/app-editors/gobby/gobby-0.3.0_rc1.ebuild
@@ -0,0 +1,52 @@
+# 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.3.0_rc1.ebuild,v 1.1 2005/11/16 03:39:05 humpback Exp $
+
+inherit eutils
+
+MY_P=${P/_rc/rc}
+S=${WORKDIR}/${MY_P}
+
+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}/${MY_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
+}