diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-09-16 18:54:30 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-09-16 18:54:30 +0000 |
commit | e9bcff8bdac336f1173b06c6cfd2de38e31cbb2e (patch) | |
tree | 18338dc354fe100c146db630fa921023f563b4e8 /dev-cpp | |
parent | version bump (diff) | |
download | gentoo-2-e9bcff8bdac336f1173b06c6cfd2de38e31cbb2e.tar.gz gentoo-2-e9bcff8bdac336f1173b06c6cfd2de38e31cbb2e.tar.bz2 gentoo-2-e9bcff8bdac336f1173b06c6cfd2de38e31cbb2e.zip |
Version bump.
(Portage version: 2.2_rc78/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/mm-common/ChangeLog | 10 | ||||
-rw-r--r-- | dev-cpp/mm-common/mm-common-0.9.2.ebuild | 28 |
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-cpp/mm-common/ChangeLog b/dev-cpp/mm-common/ChangeLog index d1bb460f1dd1..2646881cc053 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/ChangeLog,v 1.1 2009/10/29 22:57:21 eva Exp $ +# 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 $ + +*mm-common-0.9.2 (16 Sep 2010) + + 16 Sep 2010; Gilles Dartiguelongue <eva@gentoo.org> + +mm-common-0.9.2.ebuild: + Version bump. *mm-common-0.8 (29 Oct 2009) diff --git a/dev-cpp/mm-common/mm-common-0.9.2.ebuild b/dev-cpp/mm-common/mm-common-0.9.2.ebuild new file mode 100644 index 000000000000..805c76044e31 --- /dev/null +++ b/dev-cpp/mm-common/mm-common-0.9.2.ebuild @@ -0,0 +1,28 @@ +# 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" +} |