summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-06-20 23:45:59 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-06-20 23:45:59 +0000
commitf1ce73b39afe15d08acdd90bec2b9523e3eed9d0 (patch)
tree30ade3584fd9318cda1d45ed971121800a556d78 /dev-cpp/libgnomecanvasmm
parentPointy hat at brad, named the ebuild wrong, caused unfetchability. (diff)
downloadgentoo-2-f1ce73b39afe15d08acdd90bec2b9523e3eed9d0.tar.gz
gentoo-2-f1ce73b39afe15d08acdd90bec2b9523e3eed9d0.tar.bz2
gentoo-2-f1ce73b39afe15d08acdd90bec2b9523e3eed9d0.zip
big gnome-extra gtk/gnomemm move to dev-cpp
Diffstat (limited to 'dev-cpp/libgnomecanvasmm')
-rw-r--r--dev-cpp/libgnomecanvasmm/ChangeLog25
-rw-r--r--dev-cpp/libgnomecanvasmm/Manifest3
-rw-r--r--dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.0.01
-rw-r--r--dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.0.ebuild23
4 files changed, 52 insertions, 0 deletions
diff --git a/dev-cpp/libgnomecanvasmm/ChangeLog b/dev-cpp/libgnomecanvasmm/ChangeLog
new file mode 100644
index 000000000000..91c3e9b2277c
--- /dev/null
+++ b/dev-cpp/libgnomecanvasmm/ChangeLog
@@ -0,0 +1,25 @@
+# ChangeLog for dev-cpp/libgnomecanvasmm
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog,v 1.1 2003/06/20 23:44:44 liquidx Exp $
+
+*libgnomecanvas-2.0.0 (22 Dec 2002)
+
+ 22 Dec 2002; foser <foser@gentoo.org> libgnomecanvas-2.0.0.ebuild :
+ new version, first stable gnome2 release
+
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
+
+*libgnomecanvasmm-1.3.9 (13 Sep 2002)
+ 13 Sep 2002; Spider <spider@gentoo.org> libgnomecanvasmm-1.3.9.ebuild :
+ new version by Markus Bertheau <twanger@bluetwanger.de>
+
+*libgnomecanvasmm-1.3.6 (17 Jun 2002)
+ 17 Jun 2002; Spider <spider@gentoo.org> libgnomecanvasmm-1.3.6.ebuild :
+ version bump
+
+*libgnomecanvasmm-1.3.5 (02 Jun 2002)
+ 02 Jun 2002; Spider <spider@gentoo.org> ChangeLog libgnomecanvasmm-1.3.5.ebuild :
+ gnome2.eclass version of foser <foser@sesmar.eu.org> gnome-c++
+ bindings.
+ initial release
+
diff --git a/dev-cpp/libgnomecanvasmm/Manifest b/dev-cpp/libgnomecanvasmm/Manifest
new file mode 100644
index 000000000000..2fc6aaaca03c
--- /dev/null
+++ b/dev-cpp/libgnomecanvasmm/Manifest
@@ -0,0 +1,3 @@
+MD5 a57beab48fbb64e9a98e994fe5e09d0e ChangeLog 985
+MD5 aaf658e25066111cb889f026de278c0f libgnomecanvasmm-2.0.0.ebuild 644
+MD5 374e73c2ee23f5d948e866b203faaf63 files/digest-libgnomecanvasmm-2.0.0 74
diff --git a/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.0.0 b/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.0.0
new file mode 100644
index 000000000000..52bacf70f0eb
--- /dev/null
+++ b/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.0.0
@@ -0,0 +1 @@
+MD5 62704413745ad4b1f9744660c0f8395d libgnomecanvasmm-2.0.0.tar.gz 319606
diff --git a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.0.ebuild b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.0.ebuild
new file mode 100644
index 000000000000..eaf092093eef
--- /dev/null
+++ b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.0.ebuild,v 1.1 2003/06/20 23:44:44 liquidx Exp $
+
+inherit gnome2
+
+
+DESCRIPTION="C++ bindings for libgnomecanvasmm"
+SRC_URI="mirror://sourceforge/gtkmm/${P}.tar.gz"
+HOMEPAGE="http://gtkmm.sourceforge.net/"
+
+IUSE=""
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="x86 ~ppc ~sparc"
+
+RDEPEND=">=gnome-base/libgnomecanvas-2.0.0
+ >=x11-libs/gtkmm-2.0.1"
+
+DEPEND=">=dev-util/pkgconfig-0.12.0
+ ${RDEPEND}"
+
+DOCS="AUTHORS COPYING ChangeLog NEWS README TODO INSTALL"