summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2010-06-18 09:03:22 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2010-06-18 09:03:22 +0000
commit9bd1aa59d1b36709ba84769be011fa67143bde73 (patch)
tree9bd80051316097fcee792c3f8fc5ee06cc2af2cc /app-editors/gobby
parentVersion bump (diff)
downloadgentoo-2-9bd1aa59d1b36709ba84769be011fa67143bde73.tar.gz
gentoo-2-9bd1aa59d1b36709ba84769be011fa67143bde73.tar.bz2
gentoo-2-9bd1aa59d1b36709ba84769be011fa67143bde73.zip
Remove old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/gobby')
-rw-r--r--app-editors/gobby/ChangeLog6
-rw-r--r--app-editors/gobby/gobby-0.4.91.ebuild37
-rw-r--r--app-editors/gobby/gobby-0.4.92.ebuild37
3 files changed, 5 insertions, 75 deletions
diff --git a/app-editors/gobby/ChangeLog b/app-editors/gobby/ChangeLog
index 32d8bcdfac30..0b4fa3f873f3 100644
--- a/app-editors/gobby/ChangeLog
+++ b/app-editors/gobby/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/gobby
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.39 2010/06/18 09:01:05 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.40 2010/06/18 09:03:22 xarthisius Exp $
+
+ 18 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> -gobby-0.4.91.ebuild,
+ -gobby-0.4.92.ebuild:
+ Remove old
*gobby-0.4.93 (18 Jun 2010)
diff --git a/app-editors/gobby/gobby-0.4.91.ebuild b/app-editors/gobby/gobby-0.4.91.ebuild
deleted file mode 100644
index b64bf719b034..000000000000
--- a/app-editors/gobby/gobby-0.4.91.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.91.ebuild,v 1.1 2009/04/08 19:56:27 dev-zero Exp $
-
-EAPI="2"
-
-inherit base eutils
-
-DESCRIPTION="GTK-based collaborative editor"
-HOMEPAGE="http://gobby.0x539.de/"
-SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0.5"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="avahi gnome"
-
-RDEPEND="dev-cpp/glibmm:2
- dev-cpp/gtkmm:2.4
- dev-libs/libsigc++:2
- >=net-libs/libinfinity-0.2[gtk,avahi?]
- dev-cpp/libxmlpp:2.6
- x11-libs/gtksourceview:2.0
- gnome? ( gnome-base/gnome-vfs )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-# There's only one test and it needs X
-RESTRICT="test"
-
-src_configure() {
- econf $(use_with gnome)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- domenu contrib/gobby-0.5.desktop
-}
diff --git a/app-editors/gobby/gobby-0.4.92.ebuild b/app-editors/gobby/gobby-0.4.92.ebuild
deleted file mode 100644
index 2569db38c1f7..000000000000
--- a/app-editors/gobby/gobby-0.4.92.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.92.ebuild,v 1.1 2009/11/09 15:11:44 vostorga Exp $
-
-EAPI="2"
-
-inherit base eutils
-
-DESCRIPTION="GTK-based collaborative editor"
-HOMEPAGE="http://gobby.0x539.de/"
-SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0.5"
-KEYWORDS="~amd64"
-IUSE="avahi gnome"
-
-RDEPEND="dev-cpp/glibmm:2
- dev-cpp/gtkmm:2.4
- dev-libs/libsigc++:2
- >=net-libs/libinfinity-0.2[gtk,avahi?]
- dev-cpp/libxmlpp:2.6
- x11-libs/gtksourceview:2.0
- gnome? ( gnome-base/gnome-vfs )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-# There's only one test and it needs X
-RESTRICT="test"
-
-src_configure() {
- econf $(use_with gnome)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- domenu contrib/gobby-0.5.desktop
-}