diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-26 07:48:12 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-26 07:48:12 +0000 |
commit | fb75740851f3123c2dbbf3c6857705885618f02c (patch) | |
tree | b19ed4343f15d439339c7e532629371c321cdeba /dev-util/nemiver | |
parent | drop old (diff) | |
download | gentoo-2-fb75740851f3123c2dbbf3c6857705885618f02c.tar.gz gentoo-2-fb75740851f3123c2dbbf3c6857705885618f02c.tar.bz2 gentoo-2-fb75740851f3123c2dbbf3c6857705885618f02c.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util/nemiver')
-rw-r--r-- | dev-util/nemiver/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/nemiver/nemiver-0.9.4.ebuild | 49 |
2 files changed, 4 insertions, 50 deletions
diff --git a/dev-util/nemiver/ChangeLog b/dev-util/nemiver/ChangeLog index b23aa802fff1..aa0fe365d6c0 100644 --- a/dev-util/nemiver/ChangeLog +++ b/dev-util/nemiver/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/nemiver # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/nemiver/ChangeLog,v 1.54 2014/03/09 11:56:51 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/nemiver/ChangeLog,v 1.55 2014/04/26 07:48:12 pacho Exp $ + + 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -nemiver-0.9.4.ebuild: + drop old 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> nemiver-0.9.5.ebuild: x86 stable, bug 499954 diff --git a/dev-util/nemiver/nemiver-0.9.4.ebuild b/dev-util/nemiver/nemiver-0.9.4.ebuild deleted file mode 100644 index f06cb3e9b14d..000000000000 --- a/dev-util/nemiver/nemiver-0.9.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/nemiver/nemiver-0.9.4.ebuild,v 1.3 2013/03/25 16:25:48 ago Exp $ - -EAPI="5" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" - -inherit eutils gnome2 - -DESCRIPTION="A gtkmm front end to the GNU Debugger (gdb)" -HOMEPAGE="http://projects.gnome.org/nemiver/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="memoryview" - -RDEPEND=" - >=dev-libs/glib-2.16:2 - >=dev-cpp/glibmm-2.30:2 - >=dev-cpp/gtkmm-3:3.0 - >=dev-cpp/gtksourceviewmm-3:3.0 - >=gnome-base/gsettings-desktop-schemas-0.0.1 - >=gnome-base/libgtop-2.19 - >=x11-libs/vte-0.28:2.90 - >=dev-db/sqlite-3:3 - sys-devel/gdb - dev-libs/boost - memoryview? ( >=app-editors/ghex-2.90:2 ) -" -# FIXME: dynamiclayout needs unreleased stable gdlmm:3 -# dynamiclayout? ( >=dev-cpp/gdlmm-3.0:3 ) -DEPEND="${RDEPEND} - app-text/docbook-xml-dtd:4.1.2 - >=dev-util/intltool-0.40 - >=sys-devel/gettext-0.17 - virtual/pkgconfig -" - -src_configure() { - gnome2_src_configure \ - --disable-dynamiclayout \ - --disable-static \ - --disable-symsvis \ - --enable-gsettings \ - $(use_enable memoryview) \ - ITSTOOL=$(type -P true) -} |