diff options
author | 2014-10-02 12:04:35 +0000 | |
---|---|---|
committer | 2014-10-02 12:04:35 +0000 | |
commit | bae8efd2c7a6f36b217c19d0287006c9c9a59fef (patch) | |
tree | 2f308cf925b7ccf61158460ea86bb4736b1afd71 /dev-cpp/mm-common | |
parent | Version bump (diff) | |
download | gentoo-2-bae8efd2c7a6f36b217c19d0287006c9c9a59fef.tar.gz gentoo-2-bae8efd2c7a6f36b217c19d0287006c9c9a59fef.tar.bz2 gentoo-2-bae8efd2c7a6f36b217c19d0287006c9c9a59fef.zip |
Version bump
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-cpp/mm-common')
-rw-r--r-- | dev-cpp/mm-common/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/mm-common/mm-common-0.9.7.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-cpp/mm-common/ChangeLog b/dev-cpp/mm-common/ChangeLog index 1b4701801bf0..bd9c2970417b 100644 --- a/dev-cpp/mm-common/ChangeLog +++ b/dev-cpp/mm-common/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-cpp/mm-common # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/ChangeLog,v 1.26 2014/04/23 21:08:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/ChangeLog,v 1.27 2014/10/02 12:04:35 pacho Exp $ + +*mm-common-0.9.7 (02 Oct 2014) + + 02 Oct 2014; Pacho Ramos <pacho@gentoo.org> +mm-common-0.9.7.ebuild: + Version bump 23 Apr 2014; Pacho Ramos <pacho@gentoo.org> -mm-common-0.9.5.ebuild: Drop old diff --git a/dev-cpp/mm-common/mm-common-0.9.7.ebuild b/dev-cpp/mm-common/mm-common-0.9.7.ebuild new file mode 100644 index 000000000000..a483a45e9cc5 --- /dev/null +++ b/dev-cpp/mm-common/mm-common-0.9.7.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 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.7.ebuild,v 1.1 2014/10/02 12:04:35 pacho Exp $ + +EAPI="5" +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="" |