summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2007-11-05 14:58:15 +0000
committerGustavo Felisberto <humpback@gentoo.org>2007-11-05 14:58:15 +0000
commitdff142613b08ef167571d9791a5a1057ba3f412d (patch)
tree54a2b16a677964a3e9f3fee227d64398d3fa29e6 /app-editors/gobby/gobby-0.3.0.ebuild
parentAdd visibility useflag for sys-apps/paludis. (diff)
downloadgentoo-2-dff142613b08ef167571d9791a5a1057ba3f412d.tar.gz
gentoo-2-dff142613b08ef167571d9791a5a1057ba3f412d.tar.bz2
gentoo-2-dff142613b08ef167571d9791a5a1057ba3f412d.zip
Removing older version.
(Portage version: 2.1.3.15)
Diffstat (limited to 'app-editors/gobby/gobby-0.3.0.ebuild')
-rw-r--r--app-editors/gobby/gobby-0.3.0.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/app-editors/gobby/gobby-0.3.0.ebuild b/app-editors/gobby/gobby-0.3.0.ebuild
deleted file mode 100644
index 43179f559449..000000000000
--- a/app-editors/gobby/gobby-0.3.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2007 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.ebuild,v 1.6 2007/10/12 11:02:48 remi 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="amd64 ~ppc x86"
-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.3.0
- >=dev-cpp/libxmlpp-2.6
- =x11-libs/gtksourceview-1*
- dev-libs/gmp"
-
-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
- elog "Zeroconf support has been enabled for gobby"
- else
- elog "net-libs/obby was not build with zeroconf support,"
- elog "thus zeroconf is not enabled for ${PN}."
- elog
- elog "To get zeroconf support, rebuild net-libs/obby"
- elog "with \"howl\" in your USE flags."
- elog "Try USE=\"howl\" emerge net-libs/obby app-editors/gobby,"
- elog "or add \"howl\" to your USE string in /etc/make.conf and"
- elog "emerge net-libs/obby"
- fi
-}