summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-02-24 09:09:38 +0000
committerPacho Ramos <pacho@gentoo.org>2013-02-24 09:09:38 +0000
commit34c5f1bc20813f055acda20899414a8d094c24e6 (patch)
treed77e52b752c4bc506f5d7e4c8c3fe59a4b02dbf4 /app-editors/gphpedit
parent[bump] dev-perl/Throwable-0.200.4 (diff)
downloadgentoo-2-34c5f1bc20813f055acda20899414a8d094c24e6.tar.gz
gentoo-2-34c5f1bc20813f055acda20899414a8d094c24e6.tar.bz2
gentoo-2-34c5f1bc20813f055acda20899414a8d094c24e6.zip
Drop old
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-editors/gphpedit')
-rw-r--r--app-editors/gphpedit/ChangeLog7
-rw-r--r--app-editors/gphpedit/gphpedit-0.9.91-r1.ebuild39
2 files changed, 5 insertions, 41 deletions
diff --git a/app-editors/gphpedit/ChangeLog b/app-editors/gphpedit/ChangeLog
index c987d77e6d76..5d5957b82987 100644
--- a/app-editors/gphpedit/ChangeLog
+++ b/app-editors/gphpedit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/gphpedit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.28 2012/10/16 04:03:35 blueness Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gphpedit/ChangeLog,v 1.29 2013/02/24 09:09:38 pacho Exp $
+
+ 24 Feb 2013; Pacho Ramos <pacho@gentoo.org> -gphpedit-0.9.91-r1.ebuild:
+ Drop old
16 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
gphpedit-0.9.98_rc1.ebuild:
diff --git a/app-editors/gphpedit/gphpedit-0.9.91-r1.ebuild b/app-editors/gphpedit/gphpedit-0.9.91-r1.ebuild
deleted file mode 100644
index cb33ff6644b4..000000000000
--- a/app-editors/gphpedit/gphpedit-0.9.91-r1.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/gphpedit/gphpedit-0.9.91-r1.ebuild,v 1.6 2012/05/03 18:33:00 jdhore Exp $
-
-EAPI="2"
-
-inherit gnome2 eutils
-
-DESCRIPTION="A Gnome2 PHP/HTML source editor"
-HOMEPAGE="http://www.gphpedit.org/"
-SRC_URI="http://www.gphpedit.org/download/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.0:2
- >=dev-libs/glib-2.0:2
- >=gnome-base/libgnomeui-2.0
- >=gnome-base/gnome-vfs-2.0:2
- gnome-extra/gtkhtml:2"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog README TODO"
-
-# Parallel build unhappy (bug #145351)
-MAKEOPTS="${MAKEOPTS} -j1"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.9.91-empty-apply-prefs.patch
- # Fix crash when finding and replacing, see bug #248497
- epatch "${FILESDIR}"/${PN}-0.9.91-find_replace.patch
-
- gnome2_src_prepare
-}