diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-03-22 17:02:57 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-03-22 17:02:57 +0000 |
commit | b7d75d5e0e0d8bad3bec29a44d5e8b80439f434b (patch) | |
tree | a76231bfde720fa429041811d0bf119070affa9c | |
parent | rm old ebuild (diff) | |
download | gentoo-2-b7d75d5e0e0d8bad3bec29a44d5e8b80439f434b.tar.gz gentoo-2-b7d75d5e0e0d8bad3bec29a44d5e8b80439f434b.tar.bz2 gentoo-2-b7d75d5e0e0d8bad3bec29a44d5e8b80439f434b.zip |
Clean up old revision.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
-rw-r--r-- | x11-libs/diacanvas/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/diacanvas/diacanvas-0.10.0.ebuild | 37 |
2 files changed, 6 insertions, 39 deletions
diff --git a/x11-libs/diacanvas/ChangeLog b/x11-libs/diacanvas/ChangeLog index 32ff116e2075..6b780ee3836d 100644 --- a/x11-libs/diacanvas/ChangeLog +++ b/x11-libs/diacanvas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/diacanvas -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/diacanvas/ChangeLog,v 1.5 2008/11/24 13:25:36 eva Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/diacanvas/ChangeLog,v 1.6 2009/03/22 17:02:57 eva Exp $ + + 22 Mar 2009; Gilles Dartiguelongue <eva@gentoo.org> + -diacanvas-0.10.0.ebuild: + Clean up old revision. *diacanvas-0.15.4 (24 Nov 2008) diff --git a/x11-libs/diacanvas/diacanvas-0.10.0.ebuild b/x11-libs/diacanvas/diacanvas-0.10.0.ebuild deleted file mode 100644 index de6a4bf789c0..000000000000 --- a/x11-libs/diacanvas/diacanvas-0.10.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/diacanvas/diacanvas-0.10.0.ebuild,v 1.3 2004/09/03 15:35:19 pvdabeel Exp $ - -inherit gnome2 - -MY_P=${PN}2-${PV} - -DESCRIPTION="Gnome library to draw diagrams" -HOMEPAGE="http://diacanvas.sourceforge.net/" -SRC_URI="mirror://sourceforge/diacanvas/${MY_P}.tar.gz" - -IUSE="python gnome doc" -SLOT="0" -KEYWORDS="~x86 ~ppc" -LICENSE="LGPL-2.1" - -RDEPEND=">=dev-libs/glib-2 - >=media-libs/libart_lgpl-2 - >=gnome-base/libgnomecanvas-2 - python? ( >=dev-lang/python-2.2 - >=dev-python/pygtk-2 ) - gnome? ( >=gnome-base/libgnomeprint-2.2 )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( >=dev-util/gtk-doc-1 )" - -S=${WORKDIR}/${MY_P} - -G2CONF="${G2CONF} $(use_enable gnome gnome-print) $(use_enable python)" - -DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" - -# 2 hacks needed for the python bindings to build -MAKEOPTS="${MAKEOPTS} -j1" -USE_DESTDIR="1" |