diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-03-07 22:20:43 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-03-07 22:20:43 +0000 |
commit | acf37ccd8afc3f423b5e89616c92b51bb7713ffe (patch) | |
tree | 301a155f1666821898d593ea19009d1c978c028a /x11-libs/goocanvas | |
parent | Add initial ebuild for the mongodb php driver (diff) | |
download | gentoo-2-acf37ccd8afc3f423b5e89616c92b51bb7713ffe.tar.gz gentoo-2-acf37ccd8afc3f423b5e89616c92b51bb7713ffe.tar.bz2 gentoo-2-acf37ccd8afc3f423b5e89616c92b51bb7713ffe.zip |
Take maintainer-ship. Clean up old revisions.
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/goocanvas')
-rw-r--r-- | x11-libs/goocanvas/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/goocanvas/goocanvas-0.10.ebuild | 42 | ||||
-rw-r--r-- | x11-libs/goocanvas/goocanvas-0.13.ebuild | 39 | ||||
-rw-r--r-- | x11-libs/goocanvas/metadata.xml | 2 |
4 files changed, 7 insertions, 84 deletions
diff --git a/x11-libs/goocanvas/ChangeLog b/x11-libs/goocanvas/ChangeLog index 4b59e073ab93..37f79d627012 100644 --- a/x11-libs/goocanvas/ChangeLog +++ b/x11-libs/goocanvas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/goocanvas -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/ChangeLog,v 1.14 2009/11/08 19:14:03 nixnut Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/ChangeLog,v 1.15 2010/03/07 22:20:43 eva Exp $ + + 07 Mar 2010; Gilles Dartiguelongue <eva@gentoo.org> + -goocanvas-0.10.ebuild, -goocanvas-0.13.ebuild, metadata.xml: + Take maintainer-ship. Clean up old revisions. 08 Nov 2009; nixnut <nixnut@gentoo.org> goocanvas-0.14.ebuild: ppc stable #286916 diff --git a/x11-libs/goocanvas/goocanvas-0.10.ebuild b/x11-libs/goocanvas/goocanvas-0.10.ebuild deleted file mode 100644 index 3910c6d782d2..000000000000 --- a/x11-libs/goocanvas/goocanvas-0.10.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-0.10.ebuild,v 1.2 2008/12/14 22:57:07 eva Exp $ - -inherit libtool - -DESCRIPTION="GooCanvas is a canvas widget for GTK+ using the cairo 2D library for drawing." -HOMEPAGE="http://sourceforge.net/projects/goocanvas" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.10 - x11-libs/cairo" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Fails to build with recent GTK+ - sed -e "s/-D.*_DISABLE_DEPRECATED//g" \ - -i src/Makefile.am src/Makefile.in demo/Makefile.am demo/Makefile.in \ - || die "sed failed" - - # Needed for FreeBSD - Please do not remove - elibtoolize -} - -src_compile() { - econf --disable-dependency-tracking --disable-gtk-doc - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/x11-libs/goocanvas/goocanvas-0.13.ebuild b/x11-libs/goocanvas/goocanvas-0.13.ebuild deleted file mode 100644 index 7f9430f22746..000000000000 --- a/x11-libs/goocanvas/goocanvas-0.13.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-0.13.ebuild,v 1.2 2009/01/19 00:28:17 mr_bones_ Exp $ - -inherit gnome2 libtool - -DESCRIPTION="GooCanvas is a canvas widget for GTK+ using the cairo 2D library for drawing." -HOMEPAGE="http://live.gnome.org/GooCanvas" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="doc" - -RDEPEND=">=x11-libs/gtk+-2.10 - >=dev-libs/glib-2.10 - >=x11-libs/cairo-1.4" -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( >=dev-util/gtk-doc-1.8 )" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} --disable-rebuilds" -} - -src_unpack() { - unpack ${A} - cd "${S}" - - # Fails to build with recent GTK+ - sed -e "s/-D.*_DISABLE_DEPRECATED//g" \ - -i src/Makefile.am src/Makefile.in demo/Makefile.am demo/Makefile.in \ - || die "sed failed" - - # Needed for FreeBSD - Please do not remove - elibtoolize -} diff --git a/x11-libs/goocanvas/metadata.xml b/x11-libs/goocanvas/metadata.xml index 49240cb37235..67ed4817c572 100644 --- a/x11-libs/goocanvas/metadata.xml +++ b/x11-libs/goocanvas/metadata.xml @@ -3,6 +3,6 @@ <pkgmetadata> <herd>no-herd</herd> <maintainer> - <email>maintainer-needed@gentoo.org</email> + <email>eva@gentoo.org</email> </maintainer> </pkgmetadata> |