diff options
author | 2011-09-13 11:49:36 +0000 | |
---|---|---|
committer | 2011-09-13 11:49:36 +0000 | |
commit | 903e1a189312436f9b0a22717f92a2309b10b7ed (patch) | |
tree | 672eba2dbe13ba9be74728807d3a7e942229138b /app-editors | |
parent | Drop package due x11-libs/gtksourceview-1 removal (diff) | |
download | gentoo-2-903e1a189312436f9b0a22717f92a2309b10b7ed.tar.gz gentoo-2-903e1a189312436f9b0a22717f92a2309b10b7ed.tar.bz2 gentoo-2-903e1a189312436f9b0a22717f92a2309b10b7ed.zip |
Remove old.
(Portage version: 2.1.10.14/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/mlview/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/mlview/mlview-0.9.0.ebuild | 52 |
2 files changed, 4 insertions, 53 deletions
diff --git a/app-editors/mlview/ChangeLog b/app-editors/mlview/ChangeLog index 0d1e336312a4..d89d8eee3b3b 100644 --- a/app-editors/mlview/ChangeLog +++ b/app-editors/mlview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/mlview # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.32 2011/08/05 01:40:12 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.33 2011/09/13 11:49:36 pacho Exp $ + + 13 Sep 2011; Pacho Ramos <pacho@gentoo.org> -mlview-0.9.0.ebuild: + Remove old. *mlview-0.9.0-r1 (05 Aug 2011) diff --git a/app-editors/mlview/mlview-0.9.0.ebuild b/app-editors/mlview/mlview-0.9.0.ebuild deleted file mode 100644 index bfe3b6c7a6d0..000000000000 --- a/app-editors/mlview/mlview-0.9.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.9.0.ebuild,v 1.6 2011/03/21 22:49:04 nirbheek Exp $ - -EAPI=2 -inherit eutils gnome2 - -DESCRIPTION="XML editor for the GNOME environment" -HOMEPAGE="http://www.freespiders.org/projects/gmlview/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux" -IUSE="debug" - -RDEPEND=">=dev-libs/libxml2-2.6.11:2 - >=dev-libs/libxslt-1.1.8 - >=dev-libs/glib-2.6:2 - >=x11-libs/gtk+-2.6:2 - >=dev-cpp/gtkmm-2.4:2.4 - >=gnome-base/libglade-2.4:2.0 - >=dev-cpp/libglademm-2.6:2.4 - >=gnome-base/libgnome-2.8.1 - >=gnome-base/gnome-vfs-2.6:2 - >=gnome-base/libgnomeui-2.2 - >=gnome-base/gconf-2.6.2:2 - x11-libs/gtksourceview:1.0 - >=x11-libs/vte-0.11.12:0 - sys-libs/zlib" -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/intltool - sys-devel/gettext" - -pkg_setup() { - DOCS="AUTHORS BRANCHES ChangeLog NEWS README" - G2CONF="--disable-dependency-tracking - --disable-static - $(use_enable debug)" -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-desktop.patch \ - "${FILESDIR}"/${P}-gcc44.patch \ - "${FILESDIR}"/${P}-gcc45.patch - gnome2_src_prepare -} - -src_install() { - gnome2_src_install - find "${D}" -name '*.la' -exec rm -f {} + -} |