diff options
author | Rémi Cardona <remi@gentoo.org> | 2008-04-11 23:44:53 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2008-04-11 23:44:53 +0000 |
commit | 0ef7ae544e0e605f0813f08f403d6b800d336e6e (patch) | |
tree | 3e999795508d023688c209d6c1c65a1f787bfc33 /dev-cpp | |
parent | Initial commit. Fixes bug 131294. (diff) | |
download | gentoo-2-0ef7ae544e0e605f0813f08f403d6b800d336e6e.tar.gz gentoo-2-0ef7ae544e0e605f0813f08f403d6b800d336e6e.tar.bz2 gentoo-2-0ef7ae544e0e605f0813f08f403d6b800d336e6e.zip |
dev-cpp/libgnomeuimm: Bump to 2.22.0 (upstream version bump, nothing new)
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libgnomeuimm/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/libgnomeuimm/libgnomeuimm-2.22.0.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-cpp/libgnomeuimm/ChangeLog b/dev-cpp/libgnomeuimm/ChangeLog index 732cabfaa520..ece81f2435f9 100644 --- a/dev-cpp/libgnomeuimm/ChangeLog +++ b/dev-cpp/libgnomeuimm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-cpp/libgnomeuimm # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v 1.59 2008/02/11 22:07:35 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v 1.60 2008/04/11 23:44:53 remi Exp $ + +*libgnomeuimm-2.22.0 (11 Apr 2008) + + 11 Apr 2008; Rémi Cardona <remi@gentoo.org> +libgnomeuimm-2.22.0.ebuild: + Bump to 2.22.0 (upstream version bump, nothing new) *libgnomeuimm-2.20.2 (11 Feb 2008) diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.22.0.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.22.0.ebuild new file mode 100644 index 000000000000..b44a9bbc6b67 --- /dev/null +++ b/dev-cpp/libgnomeuimm/libgnomeuimm-2.22.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.22.0.ebuild,v 1.1 2008/04/11 23:44:53 remi 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" |