summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-02-06 22:31:03 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-02-06 22:31:03 +0000
commit37799fed2b41ac25646539fe8b4f32b29e776921 (patch)
treeea1f2b1bc816ccc998b83f1a6ff3e357ae3787de /dev-cpp/libgnomeuimm/libgnomeuimm-2.20.1.ebuild
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadhistorical-37799fed2b41ac25646539fe8b4f32b29e776921.tar.gz
historical-37799fed2b41ac25646539fe8b4f32b29e776921.tar.bz2
historical-37799fed2b41ac25646539fe8b4f32b29e776921.zip
bump to 2.20.1, gcc-4.3 fixes and updated dependencies
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'dev-cpp/libgnomeuimm/libgnomeuimm-2.20.1.ebuild')
-rw-r--r--dev-cpp/libgnomeuimm/libgnomeuimm-2.20.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.20.1.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.20.1.ebuild
new file mode 100644
index 000000000000..7554d2e1e1f3
--- /dev/null
+++ b/dev-cpp/libgnomeuimm/libgnomeuimm-2.20.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/libgnomeuimm-2.20.1.ebuild,v 1.1 2008/02/06 22:31:03 eva Exp $
+
+inherit gnome2 eutils
+
+DESCRIPTION="C++ bindings for libgnomeui"
+HOMEPAGE="http://gtkmm.sourceforge.net/"
+
+LICENSE="LGPL-2.1"
+SLOT="2.6"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=gnome-base/libgnomeui-2.7.1
+ >=dev-cpp/libgnomemm-2.16.0
+ >=dev-cpp/libgnomecanvasmm-2.6
+ >=dev-cpp/gconfmm-2.6
+ >=dev-cpp/libglademm-2.4
+ >=dev-cpp/gnome-vfsmm-2.16"
+
+DEPEND=">=dev-util/pkgconfig-0.12.0
+ ${RDEPEND}"
+
+DOCS="AUTHORS ChangeLog NEWS INSTALL TODO"