diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-09-13 13:06:19 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-09-13 13:06:19 +0000 |
commit | 387af2f328dbe2c3ab6c4bd594bb324cffe74af6 (patch) | |
tree | 31693aa52feef8895d21b8907d249bdd04dac04a /gnome-extra/libgnomeuimm | |
parent | new *gnome*mm packages, with ppc tested (diff) | |
download | gentoo-2-387af2f328dbe2c3ab6c4bd594bb324cffe74af6.tar.gz gentoo-2-387af2f328dbe2c3ab6c4bd594bb324cffe74af6.tar.bz2 gentoo-2-387af2f328dbe2c3ab6c4bd594bb324cffe74af6.zip |
the g*mm packages updated with KEYWORDS changes
Diffstat (limited to 'gnome-extra/libgnomeuimm')
-rw-r--r-- | gnome-extra/libgnomeuimm/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/libgnomeuimm/files/digest-libgnomeuimm-1.3.9 | 1 | ||||
-rw-r--r-- | gnome-extra/libgnomeuimm/libgnomeuimm-1.3.9.ebuild | 29 |
3 files changed, 36 insertions, 1 deletions
diff --git a/gnome-extra/libgnomeuimm/ChangeLog b/gnome-extra/libgnomeuimm/ChangeLog index 14c420ab96cf..d34f6bdfbaf5 100644 --- a/gnome-extra/libgnomeuimm/ChangeLog +++ b/gnome-extra/libgnomeuimm/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for gnome-extra/libgnomeuimm # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomeuimm/ChangeLog,v 1.2 2002/06/17 23:29:48 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomeuimm/ChangeLog,v 1.3 2002/09/13 13:06:19 spider Exp $ +*libgnomeuimm-1.3.9 (13 Sep 2002) + 13 Sep 2002; Spider <spider@gentoo.org> libgnomeuimm-1.3.9.ebuild : + new version by Markus Bertheau <twanger@bluetwanger.de> + + *libgnomeui-1.3.6 (17 Jun 2002) 17 Jun 2002; Spider <spider@gentoo.org> libgnomeui-1.3.6.ebuild : version bump diff --git a/gnome-extra/libgnomeuimm/files/digest-libgnomeuimm-1.3.9 b/gnome-extra/libgnomeuimm/files/digest-libgnomeuimm-1.3.9 new file mode 100644 index 000000000000..a94c6752514f --- /dev/null +++ b/gnome-extra/libgnomeuimm/files/digest-libgnomeuimm-1.3.9 @@ -0,0 +1 @@ +MD5 8218399e0c89756ed3d9825bfe2d084a libgnomeuimm-1.3.9.tar.gz 289835 diff --git a/gnome-extra/libgnomeuimm/libgnomeuimm-1.3.9.ebuild b/gnome-extra/libgnomeuimm/libgnomeuimm-1.3.9.ebuild new file mode 100644 index 000000000000..0b50efc695fb --- /dev/null +++ b/gnome-extra/libgnomeuimm/libgnomeuimm-1.3.9.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomeuimm/libgnomeuimm-1.3.9.ebuild,v 1.1 2002/09/13 13:06:19 spider Exp $ + + +inherit gnome2 + +S=${WORKDIR}/${P} +SLOT="0" +DESCRIPTION="C++ bindings for libgnomeuimm" +SRC_URI="mirror://sourceforge/gtkmm/${P}.tar.gz" +HOMEPAGE="http://gtkmm.sourceforge.net/" +LICENSE="LGPL-2.1" +KEYWORDS="x86 ppc" + + +RDEPEND=">=gnome-base/libgnomeui-2.0.0 + >=gnome-extra/libgnomemm-1.3.6 + >=gnome-extra/libgnomecanvasmm-1.3.8 + >=gnome-extra/gconfmm-1.3.6 + >=x11-libs/gtkmm-1.3.18 + >=gnome-extra/libglademm-1.3.2" + + +DEPEND=">=dev-util/pkgconfig-0.12.0 + ${RDEPEND}" + + +DOCS="AUTHORS COPYING ChangeLog NEWS README TODO" |