summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-29 03:57:40 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-29 03:57:40 +0000
commit7f5ebcd6a97fbf4eb897be70ddf2740fbe433411 (patch)
tree941c1ee44b7c120efe25f43a074b0f0a99e6900b /app-editors/gobby
parentRemove old. (diff)
downloadgentoo-2-7f5ebcd6a97fbf4eb897be70ddf2740fbe433411.tar.gz
gentoo-2-7f5ebcd6a97fbf4eb897be70ddf2740fbe433411.tar.bz2
gentoo-2-7f5ebcd6a97fbf4eb897be70ddf2740fbe433411.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-editors/gobby')
-rw-r--r--app-editors/gobby/ChangeLog8
-rw-r--r--app-editors/gobby/gobby-0.4.11.ebuild39
-rw-r--r--app-editors/gobby/gobby-0.4.8.ebuild41
3 files changed, 6 insertions, 82 deletions
diff --git a/app-editors/gobby/ChangeLog b/app-editors/gobby/ChangeLog
index 797ab8f5aab8..9af44639b35b 100644
--- a/app-editors/gobby/ChangeLog
+++ b/app-editors/gobby/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/gobby
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.52 2014/05/24 10:15:11 xarthisius Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.53 2015/03/29 03:57:40 mrueg Exp $
+
+ 29 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -gobby-0.4.11.ebuild,
+ -gobby-0.4.8.ebuild:
+ Remove old.
24 May 2014; Kacper Kowalik <xarthisius@gentoo.org> metadata.xml:
Drop maintainership
diff --git a/app-editors/gobby/gobby-0.4.11.ebuild b/app-editors/gobby/gobby-0.4.11.ebuild
deleted file mode 100644
index 716ba5159dea..000000000000
--- a/app-editors/gobby/gobby-0.4.11.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.11.ebuild,v 1.3 2012/05/03 18:33:01 jdhore 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"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="avahi gnome"
-
-RDEPEND="dev-cpp/glibmm:2
- dev-cpp/gtkmm:2.4
- dev-libs/libsigc++:2
- >=net-libs/obby-0.4.6[avahi?]
- dev-cpp/libxmlpp:2.6
- x11-libs/gtksourceview:2.0
- gnome? ( gnome-base/gnome-vfs )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-# There's only one test and it needs X
-RESTRICT="test"
-
-src_configure() {
- econf \
- --with-gtksourceview2 \
- $(use_with gnome)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- domenu contrib/gobby.desktop
-}
diff --git a/app-editors/gobby/gobby-0.4.8.ebuild b/app-editors/gobby/gobby-0.4.8.ebuild
deleted file mode 100644
index 7def107d4e35..000000000000
--- a/app-editors/gobby/gobby-0.4.8.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.8.ebuild,v 1.10 2012/05/03 18:33:01 jdhore 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"
-KEYWORDS="amd64 ppc x86"
-IUSE="avahi gnome"
-
-RDEPEND=">=dev-cpp/glibmm-2.6:2
- >=dev-cpp/gtkmm-2.6:2.4
- >=dev-libs/libsigc++-2.0
- >=net-libs/obby-0.4.6
- >=dev-cpp/libxmlpp-2.6:2.6
- x11-libs/gtksourceview:2.0
- avahi? ( >=net-libs/obby-0.4.6 )
- gnome? ( gnome-base/gnome-vfs:2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-# There's only one test and it needs X
-RESTRICT="test"
-
-src_configure() {
- econf \
- --with-gtksourceview2 \
- $(use_with gnome) \
- || die "econf failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- domenu contrib/gobby.desktop
-}