From 50aba7aadf48c156e32841e38cfe80a26c83b176 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Tue, 15 Mar 2011 10:17:31 +0000 Subject: Version bump, remove old. (Portage version: 2.1.9.42/cvs/Linux x86_64) --- dev-cpp/mm-common/ChangeLog | 10 ++++++++-- dev-cpp/mm-common/mm-common-0.9.2.ebuild | 28 ---------------------------- dev-cpp/mm-common/mm-common-0.9.3.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 dev-cpp/mm-common/mm-common-0.9.2.ebuild create mode 100644 dev-cpp/mm-common/mm-common-0.9.3.ebuild (limited to 'dev-cpp') diff --git a/dev-cpp/mm-common/ChangeLog b/dev-cpp/mm-common/ChangeLog index 2646881cc053..fadd583c89ad 100644 --- a/dev-cpp/mm-common/ChangeLog +++ b/dev-cpp/mm-common/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-cpp/mm-common -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/ChangeLog,v 1.2 2010/09/16 18:54:30 eva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/ChangeLog,v 1.3 2011/03/15 10:17:30 pacho Exp $ + +*mm-common-0.9.3 (15 Mar 2011) + + 15 Mar 2011; Pacho Ramos -mm-common-0.9.2.ebuild, + +mm-common-0.9.3.ebuild: + Version bump, remove old. *mm-common-0.9.2 (16 Sep 2010) diff --git a/dev-cpp/mm-common/mm-common-0.9.2.ebuild b/dev-cpp/mm-common/mm-common-0.9.2.ebuild deleted file mode 100644 index 805c76044e31..000000000000 --- a/dev-cpp/mm-common/mm-common-0.9.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 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.2.ebuild,v 1.1 2010/09/16 18:54:30 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.3.ebuild b/dev-cpp/mm-common/mm-common-0.9.3.ebuild new file mode 100644 index 000000000000..a148d6b894d0 --- /dev/null +++ b/dev-cpp/mm-common/mm-common-0.9.3.ebuild @@ -0,0 +1,22 @@ +# 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.3.ebuild,v 1.1 2011/03/15 10:17:30 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="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + || ( + net-misc/wget + net-misc/curl )" -- cgit v1.2.3-65-gdbad