diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-09-06 21:26:40 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-09-06 21:26:40 +0000 |
commit | 677f59e6a99901827e1b97c60382676dd0efb508 (patch) | |
tree | 0751cd9ca19b2c44b2f4271a7eb61032b2b47525 /dev-cpp/libgnomeuimm/libgnomeuimm-2.0.0.ebuild | |
parent | stable release, removed older versions (diff) | |
download | historical-677f59e6a99901827e1b97c60382676dd0efb508.tar.gz historical-677f59e6a99901827e1b97c60382676dd0efb508.tar.bz2 historical-677f59e6a99901827e1b97c60382676dd0efb508.zip |
stable release, removed older versions
Diffstat (limited to 'dev-cpp/libgnomeuimm/libgnomeuimm-2.0.0.ebuild')
-rw-r--r-- | dev-cpp/libgnomeuimm/libgnomeuimm-2.0.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.0.0.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.0.0.ebuild new file mode 100644 index 000000000000..04393ecb5533 --- /dev/null +++ b/dev-cpp/libgnomeuimm/libgnomeuimm-2.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/libgnomeuimm-2.0.0.ebuild,v 1.1 2003/09/06 21:26:30 foser Exp $ + +inherit gnome2 + +DESCRIPTION="C++ bindings for libgnomeui" +SRC_URI="mirror://sourceforge/gtkmm/${P}.tar.gz" +HOMEPAGE="http://gtkmm.sourceforge.net/" + +LICENSE="LGPL-2.1" +IUSE="" +KEYWORDS="~x86 ~ppc" +SLOT="0" + +RDEPEND=">=gnome-base/libgnomeui-2.0.0 + >=dev-cpp/libgnomemm-1.3.10 + >=dev-cpp/libgnomecanvasmm-2.0 + >=dev-cpp/gconfmm-2.0.1 + >=dev-cpp/gtkmm-2.0.0 + >=dev-cpp/libglademm-2.0.0" + +DEPEND=">=dev-util/pkgconfig-0.12.0 + ${RDEPEND}" + +DOCS="AUTHORS COPYING ChangeLog NEWS INSTALL TODO" |