summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-10-29 22:53:54 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-10-29 22:53:54 +0000
commit9b0c99a160c4a29e64f57c5eceb2a21681f67903 (patch)
tree2fb5631cb2955bb15617a43bf9b698b9cb92b79a /dev-cpp
parentNew version for GNOME 2.28. (diff)
downloadgentoo-2-9b0c99a160c4a29e64f57c5eceb2a21681f67903.tar.gz
gentoo-2-9b0c99a160c4a29e64f57c5eceb2a21681f67903.tar.bz2
gentoo-2-9b0c99a160c4a29e64f57c5eceb2a21681f67903.zip
New version for GNOME 2.28.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/libgnomeuimm/ChangeLog8
-rw-r--r--dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-cpp/libgnomeuimm/ChangeLog b/dev-cpp/libgnomeuimm/ChangeLog
index 3b6fe5010273..eca73bdb5481 100644
--- a/dev-cpp/libgnomeuimm/ChangeLog
+++ b/dev-cpp/libgnomeuimm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-cpp/libgnomeuimm
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v 1.72 2009/10/19 23:04:54 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v 1.73 2009/10/29 22:53:54 eva Exp $
+
+*libgnomeuimm-2.28.0 (29 Oct 2009)
+
+ 29 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ +libgnomeuimm-2.28.0.ebuild:
+ New version for GNOME 2.28.
12 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org>
-libgnomeuimm-2.24.0.ebuild:
diff --git a/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0.ebuild b/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0.ebuild
new file mode 100644
index 000000000000..6dc766ba0198
--- /dev/null
+++ b/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0.ebuild,v 1.1 2009/10/29 22:53:54 eva Exp $
+
+inherit gnome2 eutils
+
+DESCRIPTION="C++ bindings for libgnomeui"
+HOMEPAGE="http://www.gtkmm.org"
+
+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"