From ba0bf4ec3351dade754c8c34e7aae5655374a6fc Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Tue, 19 Jul 2011 17:14:35 +0000 Subject: Clean dependencies (bug #337706 by David King), remove old. (Portage version: 2.1.10.6/cvs/Linux x86_64) --- dev-cpp/mm-common/ChangeLog | 6 +++++- dev-cpp/mm-common/mm-common-0.8.ebuild | 28 ---------------------------- dev-cpp/mm-common/mm-common-0.9.4.ebuild | 22 ---------------------- dev-cpp/mm-common/mm-common-0.9.5.ebuild | 7 ++----- 4 files changed, 7 insertions(+), 56 deletions(-) delete mode 100644 dev-cpp/mm-common/mm-common-0.8.ebuild delete mode 100644 dev-cpp/mm-common/mm-common-0.9.4.ebuild (limited to 'dev-cpp/mm-common') diff --git a/dev-cpp/mm-common/ChangeLog b/dev-cpp/mm-common/ChangeLog index 11b7f9ef7888..517aa0d7811a 100644 --- a/dev-cpp/mm-common/ChangeLog +++ b/dev-cpp/mm-common/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/mm-common # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/ChangeLog,v 1.9 2011/07/17 21:29:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/ChangeLog,v 1.10 2011/07/19 17:14:35 pacho Exp $ + + 19 Jul 2011; Pacho Ramos -mm-common-0.8.ebuild, + -mm-common-0.9.4.ebuild, mm-common-0.9.5.ebuild: + Clean dependencies (bug #337706 by David King), remove old. 17 Jul 2011; Markus Meier mm-common-0.9.5.ebuild: arm stable, bug #372353 diff --git a/dev-cpp/mm-common/mm-common-0.8.ebuild b/dev-cpp/mm-common/mm-common-0.8.ebuild deleted file mode 100644 index cf2df89ea8a9..000000000000 --- a/dev-cpp/mm-common/mm-common-0.8.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/mm-common-0.8.ebuild,v 1.1 2009/10/29 22:57:21 eva Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings" -HOMEPAGE="http://www.gtkmm.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - || ( - net-misc/wget - net-misc/curl )" - -src_install() { - gnome2_src_install - - find "${D}" -name ".gitignore" -delete || die "could not delete .gitignore" -} diff --git a/dev-cpp/mm-common/mm-common-0.9.4.ebuild b/dev-cpp/mm-common/mm-common-0.9.4.ebuild deleted file mode 100644 index 26d9e252223e..000000000000 --- a/dev-cpp/mm-common/mm-common-0.9.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/mm-common-0.9.4.ebuild,v 1.1 2011/03/21 16:52:24 pacho Exp $ - -EAPI="3" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings" -HOMEPAGE="http://www.gtkmm.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - || ( - net-misc/wget - net-misc/curl )" diff --git a/dev-cpp/mm-common/mm-common-0.9.5.ebuild b/dev-cpp/mm-common/mm-common-0.9.5.ebuild index 05ae467b8d26..a16b7979c715 100644 --- a/dev-cpp/mm-common/mm-common-0.9.5.ebuild +++ b/dev-cpp/mm-common/mm-common-0.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/mm-common-0.9.5.ebuild,v 1.4 2011/07/17 21:29:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/mm-common-0.9.5.ebuild,v 1.5 2011/07/19 17:14:35 pacho Exp $ EAPI="3" GCONF_DEBUG="no" @@ -16,7 +16,4 @@ KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86" IUSE="" RDEPEND="" -DEPEND="${RDEPEND} - || ( - net-misc/wget - net-misc/curl )" +DEPEND="" -- cgit v1.2.3-65-gdbad