diff options
author | Rémi Cardona <remi@gentoo.org> | 2008-04-11 23:21:26 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2008-04-11 23:21:26 +0000 |
commit | 1b1bdf0b51a2e4b55eacab41a1399e699451dbac (patch) | |
tree | e1da7897d7b088a8154e65123a0f6be62074a1c5 /dev-cpp | |
parent | dev-cpp/libgnomecanvasmm: Bump to 2.22.0 (upstream version bump, nothing new) (diff) | |
download | gentoo-2-1b1bdf0b51a2e4b55eacab41a1399e699451dbac.tar.gz gentoo-2-1b1bdf0b51a2e4b55eacab41a1399e699451dbac.tar.bz2 gentoo-2-1b1bdf0b51a2e4b55eacab41a1399e699451dbac.zip |
dev-cpp/libgnomemm: 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/libgnomemm/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/libgnomemm/libgnomemm-2.22.0.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-cpp/libgnomemm/ChangeLog b/dev-cpp/libgnomemm/ChangeLog index b372a38c74c4..8d19ebc49675 100644 --- a/dev-cpp/libgnomemm/ChangeLog +++ b/dev-cpp/libgnomemm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-cpp/libgnomemm # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/ChangeLog,v 1.68 2008/01/27 22:30:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/ChangeLog,v 1.69 2008/04/11 23:21:26 remi Exp $ + +*libgnomemm-2.22.0 (11 Apr 2008) + + 11 Apr 2008; Rémi Cardona <remi@gentoo.org> +libgnomemm-2.22.0.ebuild: + Bump to 2.22.0 (upstream version bump, nothing new) *libgnomemm-2.20.1 (27 Jan 2008) diff --git a/dev-cpp/libgnomemm/libgnomemm-2.22.0.ebuild b/dev-cpp/libgnomemm/libgnomemm-2.22.0.ebuild new file mode 100644 index 000000000000..47438f2635d9 --- /dev/null +++ b/dev-cpp/libgnomemm/libgnomemm-2.22.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/libgnomemm-2.22.0.ebuild,v 1.1 2008/04/11 23:21:26 remi Exp $ + +inherit gnome2 + +DESCRIPTION="C++ bindings for libgnome" +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=">=dev-cpp/gtkmm-2.8 + >=gnome-base/libgnome-2.6" +DEPEND=">=dev-util/pkgconfig-0.12.0 + ${RDEPEND}" + +DOCS="AUTHORS ChangeLog NEWS README TODO" |