diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-29 22:57:21 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-29 22:57:21 +0000 |
commit | bc50d6096ee82fbfcb2b7286c4516bee4602cd49 (patch) | |
tree | d74ea9dbc06b6bd1db16a1bb2843f47e285605a2 /dev-cpp/mm-common | |
parent | New version for GNOME 2.28. (diff) | |
download | gentoo-2-bc50d6096ee82fbfcb2b7286c4516bee4602cd49.tar.gz gentoo-2-bc50d6096ee82fbfcb2b7286c4516bee4602cd49.tar.bz2 gentoo-2-bc50d6096ee82fbfcb2b7286c4516bee4602cd49.zip |
Initial ebuild for GNOME 2.28.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/mm-common')
-rw-r--r-- | dev-cpp/mm-common/ChangeLog | 10 | ||||
-rw-r--r-- | dev-cpp/mm-common/metadata.xml | 6 | ||||
-rw-r--r-- | dev-cpp/mm-common/mm-common-0.8.ebuild | 28 |
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-cpp/mm-common/ChangeLog b/dev-cpp/mm-common/ChangeLog new file mode 100644 index 000000000000..d1bb460f1dd1 --- /dev/null +++ b/dev-cpp/mm-common/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*mm-common-0.8 (29 Oct 2009) + + 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/metadata.xml b/dev-cpp/mm-common/metadata.xml new file mode 100644 index 000000000000..0c3fdbb65e79 --- /dev/null +++ b/dev-cpp/mm-common/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome-mm</herd> +</pkgmetadata> + diff --git a/dev-cpp/mm-common/mm-common-0.8.ebuild b/dev-cpp/mm-common/mm-common-0.8.ebuild new file mode 100644 index 000000000000..cf2df89ea8a9 --- /dev/null +++ b/dev-cpp/mm-common/mm-common-0.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 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.8.ebuild,v 1.1 2009/10/29 22:57:21 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" +} |