summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-03-15 10:17:31 +0000
committerPacho Ramos <pacho@gentoo.org>2011-03-15 10:17:31 +0000
commit50aba7aadf48c156e32841e38cfe80a26c83b176 (patch)
treec1643940a1447e16c46b84fbf79accfc55eaa558 /dev-cpp
parentDrop gnucash mask. (diff)
downloadgentoo-2-50aba7aadf48c156e32841e38cfe80a26c83b176.tar.gz
gentoo-2-50aba7aadf48c156e32841e38cfe80a26c83b176.tar.bz2
gentoo-2-50aba7aadf48c156e32841e38cfe80a26c83b176.zip
Version bump, remove old.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/mm-common/ChangeLog10
-rw-r--r--dev-cpp/mm-common/mm-common-0.9.3.ebuild (renamed from dev-cpp/mm-common/mm-common-0.9.2.ebuild)12
2 files changed, 11 insertions, 11 deletions
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 <pacho@gentoo.org> -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.3.ebuild
index 805c76044e31..a148d6b894d0 100644
--- a/dev-cpp/mm-common/mm-common-0.9.2.ebuild
+++ b/dev-cpp/mm-common/mm-common-0.9.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.2.ebuild,v 1.1 2010/09/16 18:54:30 eva Exp $
+# $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="2"
+EAPI="3"
GCONF_DEBUG="no"
inherit gnome2
@@ -20,9 +20,3 @@ DEPEND="${RDEPEND}
|| (
net-misc/wget
net-misc/curl )"
-
-src_install() {
- gnome2_src_install
-
- find "${D}" -name ".gitignore" -delete || die "could not delete .gitignore"
-}