diff options
Diffstat (limited to 'app-editors/gobby/gobby-0.1.1.ebuild')
-rw-r--r-- | app-editors/gobby/gobby-0.1.1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-editors/gobby/gobby-0.1.1.ebuild b/app-editors/gobby/gobby-0.1.1.ebuild deleted file mode 100644 index 2097152f0eab..000000000000 --- a/app-editors/gobby/gobby-0.1.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.2 2005/07/15 16:20:10 humpback Exp $ - -DESCRIPTION="GTK-based collaborative editor" -HOMEPAGE="http://gobby.0x539.de" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86 ~amd64" -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 -} |