diff options
author | 2013-05-04 23:04:21 +0000 | |
---|---|---|
committer | 2013-05-04 23:04:21 +0000 | |
commit | d313dcd5c464f569c5acb1bc447f336c9b5b13d1 (patch) | |
tree | 6ae84704f285c8e68ccef6fb334cb2a905238501 /x11-libs | |
parent | Version bump to 1.2.2. (diff) | |
download | gentoo-2-d313dcd5c464f569c5acb1bc447f336c9b5b13d1.tar.gz gentoo-2-d313dcd5c464f569c5acb1bc447f336c9b5b13d1.tar.bz2 gentoo-2-d313dcd5c464f569c5acb1bc447f336c9b5b13d1.zip |
Bug #448962.
(Portage version: 2.1.11.62/cvs/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/hippo-canvas/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/hippo-canvas/hippo-canvas-0.3.0.ebuild | 35 |
3 files changed, 9 insertions, 40 deletions
diff --git a/x11-libs/hippo-canvas/ChangeLog b/x11-libs/hippo-canvas/ChangeLog index 822872ec9c98..1bb136fa85d5 100644 --- a/x11-libs/hippo-canvas/ChangeLog +++ b/x11-libs/hippo-canvas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/hippo-canvas -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/hippo-canvas/ChangeLog,v 1.8 2012/05/05 03:52:28 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/hippo-canvas/ChangeLog,v 1.9 2013/05/04 23:04:21 elvanor Exp $ + + 04 May 2013; <elvanor@gentoo.org> -hippo-canvas-0.3.0.ebuild, + hippo-canvas-0.3.0-r1.ebuild: + Bug #448962. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> hippo-canvas-0.3.0.ebuild, hippo-canvas-0.3.0-r1.ebuild: 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 index 28d403853c06..c22f5263beb3 100644 --- a/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild +++ b/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.8 2012/05/05 03:52:28 jdhore Exp $ +# $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" @@ -9,7 +9,7 @@ G2PUNT_LA="yes" PYTHON_DEPEND="python? 2" inherit eutils gnome2 multilib python -DESCRIPTION="A canvas library based on GTK+-2, Cairo, and Pango" +DESCRIPTION="A canvas library based on GTK+ 2, Cairo, and Pango" HOMEPAGE="http://live.gnome.org/HippoCanvas" LICENSE="LGPL-2" diff --git a/x11-libs/hippo-canvas/hippo-canvas-0.3.0.ebuild b/x11-libs/hippo-canvas/hippo-canvas-0.3.0.ebuild deleted file mode 100644 index c5dc819f3573..000000000000 --- a/x11-libs/hippo-canvas/hippo-canvas-0.3.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 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.ebuild,v 1.5 2012/05/05 03:52:28 jdhore Exp $ - -EAPI="2" - -GCONF_DEBUG="no" -G2PUNT_LA="yes" -inherit gnome2 - -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 - python? ( dev-lang/python - dev-python/pycairo - dev-python/pygtk:2 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( dev-util/gtk-doc )" - -DOCS="AUTHORS README TODO" - -pkg_setup() { - G2CONF="$(use_enable python)" -} |