diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-02 17:17:17 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-02 17:17:17 +0000 |
commit | 9c710d7670376e71b95f9ded4c6016e26efa939f (patch) | |
tree | 392715c49ec10b5fb53b8624752061304bd22393 /gnome-extra | |
parent | removed ggv 1.99.5 mask now that gvv 1.99.6 is out and added gnome c++ bindings (diff) | |
download | historical-9c710d7670376e71b95f9ded4c6016e26efa939f.tar.gz historical-9c710d7670376e71b95f9ded4c6016e26efa939f.tar.bz2 historical-9c710d7670376e71b95f9ded4c6016e26efa939f.zip |
gconfmm C++ drivers for gconf2
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gconfmm/ChangeLog | 10 | ||||
-rw-r--r-- | gnome-extra/gconfmm/files/digest-gconfmm-1.3.3 | 1 | ||||
-rw-r--r-- | gnome-extra/gconfmm/gconfmm-1.3.3.ebuild | 23 |
3 files changed, 34 insertions, 0 deletions
diff --git a/gnome-extra/gconfmm/ChangeLog b/gnome-extra/gconfmm/ChangeLog new file mode 100644 index 000000000000..f7fbaed1169c --- /dev/null +++ b/gnome-extra/gconfmm/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for gnome-extra/gconfmm +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconfmm/ChangeLog,v 1.1 2002/06/02 17:17:17 spider Exp $ + +*gconfmm-1.3.3 (02 Jun 2002) + 02 Jun 2002; Spider <spider@gentoo.org> ChangeLog gconfmm-1.3.3.ebuild : + gnome2.eclass version of foser <foser@sesmar.eu.org> gnome-c++ + bindings. + initial release + diff --git a/gnome-extra/gconfmm/files/digest-gconfmm-1.3.3 b/gnome-extra/gconfmm/files/digest-gconfmm-1.3.3 new file mode 100644 index 000000000000..e04594ef1008 --- /dev/null +++ b/gnome-extra/gconfmm/files/digest-gconfmm-1.3.3 @@ -0,0 +1 @@ +MD5 11bedfbdba5f409c70bacfaa0f8b6542 gconfmm-1.3.3.tar.gz 213420 diff --git a/gnome-extra/gconfmm/gconfmm-1.3.3.ebuild b/gnome-extra/gconfmm/gconfmm-1.3.3.ebuild new file mode 100644 index 000000000000..30a054e76ee4 --- /dev/null +++ b/gnome-extra/gconfmm/gconfmm-1.3.3.ebuild @@ -0,0 +1,23 @@ +# 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/gconfmm/gconfmm-1.3.3.ebuild,v 1.1 2002/06/02 17:17:17 spider Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +SLOT="0" +DESCRIPTION="C++ bindings for libgconf" +SRC_URI="mirror://sourceforge/gtkmm/${P}.tar.gz" +HOMEPAGE="http://gtkmm.sourceforge.net/" +LICENSE="LGPL-2.1" + + +RDEPEND=">=gnome-base/gconf-1.1.10-r1 + >=x11-libs/gtkmm-1.3.14" + + +DEPEND=">=dev-util/pkgconfig-0.12.0 + ${RDEPEND}" + +DOC="AUTHORS COPYING ChangeLog NEWS README TODO" + |