summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-05-03 17:46:41 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-05-03 17:46:41 +0000
commit1df71919c1f2dc26ec57aa02d32de5afef427a21 (patch)
treea45e684edfec4cde083cfc4c9302f1a8043ca7f4 /dev-cpp/gtkmm/gtkmm-2.6.2.ebuild
parentMarked ~amd64. (diff)
downloadhistorical-1df71919c1f2dc26ec57aa02d32de5afef427a21.tar.gz
historical-1df71919c1f2dc26ec57aa02d32de5afef427a21.tar.bz2
historical-1df71919c1f2dc26ec57aa02d32de5afef427a21.zip
Version bump.
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'dev-cpp/gtkmm/gtkmm-2.6.2.ebuild')
-rw-r--r--dev-cpp/gtkmm/gtkmm-2.6.2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-cpp/gtkmm/gtkmm-2.6.2.ebuild b/dev-cpp/gtkmm/gtkmm-2.6.2.ebuild
new file mode 100644
index 000000000000..9d1a1f55dae2
--- /dev/null
+++ b/dev-cpp/gtkmm/gtkmm-2.6.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-2.6.2.ebuild,v 1.1 2005/05/03 17:46:41 cryos Exp $
+
+inherit gnome2
+
+DESCRIPTION="C++ interface for GTK+2"
+HOMEPAGE="http://gtkmm.sourceforge.net/"
+
+LICENSE="LGPL-2.1"
+SLOT="2.4"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~ppc64 ~hppa"
+IUSE=""
+G2CONF="--disable-examples --disable-demos"
+
+RDEPEND=">=dev-cpp/glibmm-2.6
+ >=x11-libs/gtk+-2.6
+ >=dev-libs/libsigc++-2.0
+ >=dev-libs/atk-1.9.1"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS CHANGES ChangeLog PORTING NEWS README"