summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-10-20 07:01:09 +0000
committerPacho Ramos <pacho@gentoo.org>2012-10-20 07:01:09 +0000
commit4ddcc51e7bcf3d38570801ebeb700b6e910cc9d1 (patch)
tree9132826dcd0b4598c9ee4a8b24ba7f256ebff974 /dev-cpp/mm-common
parentVersion bump, drop old. (diff)
downloadgentoo-2-4ddcc51e7bcf3d38570801ebeb700b6e910cc9d1.tar.gz
gentoo-2-4ddcc51e7bcf3d38570801ebeb700b6e910cc9d1.tar.bz2
gentoo-2-4ddcc51e7bcf3d38570801ebeb700b6e910cc9d1.zip
Version bump.
(Portage version: 2.1.11.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/mm-common')
-rw-r--r--dev-cpp/mm-common/ChangeLog10
-rw-r--r--dev-cpp/mm-common/mm-common-0.9.6.ebuild19
2 files changed, 26 insertions, 3 deletions
diff --git a/dev-cpp/mm-common/ChangeLog b/dev-cpp/mm-common/ChangeLog
index 36d10121de41..5424342666db 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/ChangeLog,v 1.14 2011/10/16 17:28:15 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/mm-common/ChangeLog,v 1.15 2012/10/20 07:01:09 pacho Exp $
+
+*mm-common-0.9.6 (20 Oct 2012)
+
+ 20 Oct 2012; Pacho Ramos <pacho@gentoo.org> +mm-common-0.9.6.ebuild:
+ Version bump.
16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> mm-common-0.9.5.ebuild:
ppc/ppc64 stable wrt #385699
@@ -59,4 +64,3 @@
29 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org> +mm-common-0.8.ebuild,
+metadata.xml:
Initial ebuild for GNOME 2.28.
-
diff --git a/dev-cpp/mm-common/mm-common-0.9.6.ebuild b/dev-cpp/mm-common/mm-common-0.9.6.ebuild
new file mode 100644
index 000000000000..4bc546a93d79
--- /dev/null
+++ b/dev-cpp/mm-common/mm-common-0.9.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 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.6.ebuild,v 1.1 2012/10/20 07:01:09 pacho Exp $
+
+EAPI="4"
+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=""