summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2007-09-27 20:14:18 +0000
committerMart Raudsepp <leio@gentoo.org>2007-09-27 20:14:18 +0000
commit307093edf98a1e67e23a90897054d59196b31990 (patch)
tree65c32d1f761faff8d6a9c0868871f88f47ff23e9 /dev-cpp/libgnomecanvasmm
parentVersion bump for bug #193951. (diff)
downloadgentoo-2-307093edf98a1e67e23a90897054d59196b31990.tar.gz
gentoo-2-307093edf98a1e67e23a90897054d59196b31990.tar.bz2
gentoo-2-307093edf98a1e67e23a90897054d59196b31990.zip
Autumn cleanup
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-cpp/libgnomecanvasmm')
-rw-r--r--dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.10.03
-rw-r--r--dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.11.13
-rw-r--r--dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.6.13
-rw-r--r--dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.10.0.ebuild48
-rw-r--r--dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.11.1.ebuild48
-rw-r--r--dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.6.1.ebuild48
6 files changed, 0 insertions, 153 deletions
diff --git a/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.10.0 b/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.10.0
deleted file mode 100644
index 6e69ab778e34..000000000000
--- a/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.10.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 09010717524f990915a6923d685ca5c1 libgnomecanvasmm-2.10.0.tar.bz2 315570
-RMD160 3ad615e5b10635363e056e28988080ec1f1dce44 libgnomecanvasmm-2.10.0.tar.bz2 315570
-SHA256 b5027248f41b016add4429faa0bdd4223b5e7324231aa7e86c51c99a5413a70e libgnomecanvasmm-2.10.0.tar.bz2 315570
diff --git a/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.11.1 b/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.11.1
deleted file mode 100644
index 8716916dcaac..000000000000
--- a/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.11.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 4233b30d3d3b7c6bd29c4863dffbdb3a libgnomecanvasmm-2.11.1.tar.bz2 337302
-RMD160 6bf73329d5e23fbb525e834a584fb56c5ca03caf libgnomecanvasmm-2.11.1.tar.bz2 337302
-SHA256 f68f8b2a0d51558cac657690379a65353afb7e7f0d396d7ec9b1596aff4fa481 libgnomecanvasmm-2.11.1.tar.bz2 337302
diff --git a/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.6.1 b/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.6.1
deleted file mode 100644
index affd34363237..000000000000
--- a/dev-cpp/libgnomecanvasmm/files/digest-libgnomecanvasmm-2.6.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 52e6eea23dad7873485439f11d5b5a43 libgnomecanvasmm-2.6.1.tar.bz2 306363
-RMD160 83982f3a1ded0c8de826b1b1bca3b1c5a116635d libgnomecanvasmm-2.6.1.tar.bz2 306363
-SHA256 209031e815bf187218cc8ed310ef2e848efd93e638fc01482983c82a71e3f3cc libgnomecanvasmm-2.6.1.tar.bz2 306363
diff --git a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.10.0.ebuild b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.10.0.ebuild
deleted file mode 100644
index e8a31c2154bc..000000000000
--- a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.10.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.10.0.ebuild,v 1.2 2005/07/22 00:34:10 ka0ttic Exp $
-
-inherit gnome2
-
-DESCRIPTION="C++ bindings for libgnomecanvas"
-HOMEPAGE="http://gtkmm.sourceforge.net/"
-
-LICENSE="LGPL-2.1"
-SLOT="2.6"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc"
-
-RDEPEND=">=gnome-base/libgnomecanvas-2.6
- >=dev-cpp/gtkmm-2.4"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- doc? ( app-doc/doxygen )"
-
-DOCS="AUTHORS COPYING ChangeLog NEWS README TODO INSTALL"
-
-src_compile() {
- if useq amd64; then
- libtoolize --copy --force
- aclocal -I scripts
- autoconf
- automake -c -f
- fi
-
- gnome2_src_compile
-
- if use doc ; then
- einfo "Building API documentation"
- cd docs/reference
- emake || die "failed to build API docs"
- fi
-}
-
-src_install() {
- gnome2_src_install
-
- if use doc ; then
- cd docs/reference
- dohtml -r html/*
- fi
-}
diff --git a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.11.1.ebuild b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.11.1.ebuild
deleted file mode 100644
index 56f56c04fa0d..000000000000
--- a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.11.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.11.1.ebuild,v 1.1 2005/08/21 11:48:42 ka0ttic Exp $
-
-inherit gnome2
-
-DESCRIPTION="C++ bindings for libgnomecanvas"
-HOMEPAGE="http://gtkmm.sourceforge.net/"
-
-LICENSE="LGPL-2.1"
-SLOT="2.6"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc"
-
-RDEPEND=">=gnome-base/libgnomecanvas-2.6
- >=dev-cpp/gtkmm-2.4"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0
- doc? ( app-doc/doxygen )"
-
-DOCS="AUTHORS COPYING ChangeLog NEWS README TODO INSTALL"
-
-src_compile() {
- if useq amd64; then
- libtoolize --copy --force
- aclocal -I scripts
- autoconf
- automake -c -f
- fi
-
- gnome2_src_compile
-
- if use doc ; then
- einfo "Building API documentation"
- cd docs/reference
- emake || die "failed to build API docs"
- fi
-}
-
-src_install() {
- gnome2_src_install
-
- if use doc ; then
- cd docs/reference
- dohtml -r html/*
- fi
-}
diff --git a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.6.1.ebuild b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.6.1.ebuild
deleted file mode 100644
index cdac410cf995..000000000000
--- a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.6.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.6.1.ebuild,v 1.18 2005/07/22 12:34:18 herbs Exp $
-
-inherit gnome2
-
-DESCRIPTION="C++ bindings for libgnomecanvas"
-HOMEPAGE="http://gtkmm.sourceforge.net/"
-
-LICENSE="LGPL-2.1"
-SLOT="2.6"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=">=gnome-base/libgnomecanvas-2.6
- >=dev-cpp/gtkmm-2.4"
-
-DEPEND=">=dev-util/pkgconfig-0.12.0
- ${RDEPEND}"
-
-DOCS="AUTHORS COPYING ChangeLog NEWS README TODO INSTALL"
-
-src_compile() {
-
- if useq amd64; then
- libtoolize --copy --force
- aclocal -I scripts
- autoconf
- automake -c -f
- fi
-
- gnome2_src_compile
-
- if use doc ; then
- einfo "Building API documentation"
- cd docs/reference
- emake || die "failed to build API docs"
- fi
-}
-
-src_install() {
- gnome2_src_install
-
- if use doc ; then
- cd docs/reference
- dohtml -r html/*
- fi
-}