summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-01-03 20:43:21 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-01-03 20:43:21 +0000
commit26dd853596d7aefd688d4ffca2e4bf10c6373e37 (patch)
treecf7afc9039d6ef3be937df3129d0793eb6c6b6b6 /dev-cpp/libgnomeuimm/libgnomeuimm-2.20.0.ebuild
parentMove python to RDEPEND, thanks to ishanarora (diff)
downloadhistorical-26dd853596d7aefd688d4ffca2e4bf10c6373e37.tar.gz
historical-26dd853596d7aefd688d4ffca2e4bf10c6373e37.tar.bz2
historical-26dd853596d7aefd688d4ffca2e4bf10c6373e37.zip
bump to 2.20.0, nothing new
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'dev-cpp/libgnomeuimm/libgnomeuimm-2.20.0.ebuild')
-rw-r--r--dev-cpp/libgnomeuimm/libgnomeuimm-2.20.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.20.0.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.20.0.ebuild
new file mode 100644
index 000000000000..f658acbd47e8
--- /dev/null
+++ b/dev-cpp/libgnomeuimm/libgnomeuimm-2.20.0.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.0.ebuild,v 1.1 2008/01/03 20:41:21 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.14.0
+ >=dev-cpp/libgnomecanvasmm-2.6
+ >=dev-cpp/gconfmm-2.6
+ >=dev-cpp/libglademm-2.4
+ >=dev-cpp/gnome-vfsmm-2.6"
+
+DEPEND=">=dev-util/pkgconfig-0.12.0
+ ${RDEPEND}"
+
+DOCS="AUTHORS ChangeLog NEWS INSTALL TODO"