summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-01-29 10:10:02 +0000
committerPacho Ramos <pacho@gentoo.org>2015-01-29 10:10:02 +0000
commitafc20a7a7b290869db6ea9189372b9b6a2204bbf (patch)
treeedf64de15414324f7a26499a16cbb1a1f4d42df0 /x11-libs
parentx86 stable, bug #530040 (diff)
downloadgentoo-2-afc20a7a7b290869db6ea9189372b9b6a2204bbf.tar.gz
gentoo-2-afc20a7a7b290869db6ea9189372b9b6a2204bbf.tar.bz2
gentoo-2-afc20a7a7b290869db6ea9189372b9b6a2204bbf.zip
drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/hippo-canvas/ChangeLog5
-rw-r--r--x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild56
2 files changed, 4 insertions, 57 deletions
diff --git a/x11-libs/hippo-canvas/ChangeLog b/x11-libs/hippo-canvas/ChangeLog
index a93e2576a7c6..da5ec0cffe12 100644
--- a/x11-libs/hippo-canvas/ChangeLog
+++ b/x11-libs/hippo-canvas/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/hippo-canvas
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/hippo-canvas/ChangeLog,v 1.13 2015/01/29 10:09:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/hippo-canvas/ChangeLog,v 1.14 2015/01/29 10:10:02 pacho Exp $
+
+ 29 Jan 2015; Pacho Ramos <pacho@gentoo.org> -hippo-canvas-0.3.0-r1.ebuild:
+ drop old
29 Jan 2015; Pacho Ramos <pacho@gentoo.org> hippo-canvas-0.3.0-r2.ebuild:
x86 stable, bug #530040
diff --git a/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild b/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild
deleted file mode 100644
index c22f5263beb3..000000000000
--- a/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild,v 1.9 2013/05/04 23:04:21 elvanor Exp $
-
-EAPI="2"
-
-GCONF_DEBUG="no"
-G2PUNT_LA="yes"
-PYTHON_DEPEND="python? 2"
-inherit eutils gnome2 multilib python
-
-DESCRIPTION="A canvas library based on GTK+ 2, Cairo, and Pango"
-HOMEPAGE="http://live.gnome.org/HippoCanvas"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="doc python"
-
-RDEPEND=">=dev-libs/glib-2.6:2
- dev-libs/libcroco
- >=x11-libs/gtk+-2.6:2
- x11-libs/pango
- gnome-base/librsvg:2
- python? ( dev-python/pycairo
- dev-python/pygtk:2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( dev-util/gtk-doc )"
-
-DOCS="AUTHORS README TODO"
-
-pkg_setup() {
- if use python; then
- python_set_active_version 2
- fi
- G2CONF="$(use_enable python)"
-}
-
-src_prepare() {
- cd "$S/python"
- epatch "${FILESDIR}/${PN}-python-override.patch"
-}
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- gnome2_src_install
- if use python; then
- python_clean_installation_image
- fi
- rm "${D}/usr/$(get_libdir)/libhippocanvas-1.la"
-}