diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-29 19:37:39 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-29 19:37:39 +0000 |
commit | cb9818c1f4af9ec18944da426c0c34447f22275b (patch) | |
tree | a6f955b4f3beed6022c9e19e9b1dfd65c16c01e1 /gnome-base/libgnomecanvas | |
parent | Clean up old revision, small policy fixes to 3.8 ebuild. (diff) | |
download | gentoo-2-cb9818c1f4af9ec18944da426c0c34447f22275b.tar.gz gentoo-2-cb9818c1f4af9ec18944da426c0c34447f22275b.tar.bz2 gentoo-2-cb9818c1f4af9ec18944da426c0c34447f22275b.zip |
Clean up old revisions.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-base/libgnomecanvas')
-rw-r--r-- | gnome-base/libgnomecanvas/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/libgnomecanvas/libgnomecanvas-2.30.1.ebuild | 56 | ||||
-rw-r--r-- | gnome-base/libgnomecanvas/libgnomecanvas-2.30.2.ebuild | 59 |
3 files changed, 6 insertions, 117 deletions
diff --git a/gnome-base/libgnomecanvas/ChangeLog b/gnome-base/libgnomecanvas/ChangeLog index 39a514350f60..67ea17dcebd6 100644 --- a/gnome-base/libgnomecanvas/ChangeLog +++ b/gnome-base/libgnomecanvas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libgnomecanvas -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog,v 1.149 2012/05/15 23:32:53 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog,v 1.150 2013/03/29 19:37:39 eva Exp $ + + 29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -libgnomecanvas-2.30.1.ebuild, -libgnomecanvas-2.30.2.ebuild: + Clean up old revisions. 15 May 2012; Alexis Ballier <aballier@gentoo.org> libgnomecanvas-2.30.3.ebuild: diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.30.1.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.30.1.ebuild deleted file mode 100644 index 0cca171ff708..000000000000 --- a/gnome-base/libgnomecanvas/libgnomecanvas-2.30.1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.30.1.ebuild,v 1.13 2012/05/05 05:38:11 jdhore Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit gnome2 multilib virtualx - -DESCRIPTION="The Gnome 2 Canvas library" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc glade" - -RDEPEND=">=dev-libs/glib-2.10:2 - >=x11-libs/gtk+-2.13:2 - >=media-libs/libart_lgpl-2.3.8 - >=x11-libs/pango-1.0.1 - glade? ( >=gnome-base/libglade-2:2.0 )" - -DEPEND="${RDEPEND} - >=dev-lang/perl-5 - sys-devel/gettext - >=dev-util/intltool-0.35 - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - G2CONF="${G2CONF} $(use_enable glade) --disable-static" -} - -src_prepare() { - gnome2_src_prepare - - # Fix intltoolize broken file, see upstream #577133 - sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \ - || die "sed failed" -} - -src_install() { - gnome2_src_install - - if use glade; then - # libglade doesn't need .la files - find "${D}/usr/$(get_libdir)/libglade/2.0" -name "*.la" -delete || die - fi -} - -src_test() { - Xmake check || die "Test phase failed" -} diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.30.2.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.30.2.ebuild deleted file mode 100644 index abf936a9fd6e..000000000000 --- a/gnome-base/libgnomecanvas/libgnomecanvas-2.30.2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.30.2.ebuild,v 1.7 2012/05/05 05:38:11 jdhore Exp $ - -EAPI="3" -GCONF_DEBUG="no" - -inherit gnome2 multilib virtualx - -DESCRIPTION="The Gnome 2 Canvas library" -HOMEPAGE="http://library.gnome.org/devel/libgnomecanvas/stable/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc glade" - -RDEPEND=">=dev-libs/glib-2.10:2 - >=x11-libs/gtk+-2.13:2 - >=media-libs/libart_lgpl-2.3.8 - >=x11-libs/pango-1.0.1 - glade? ( >=gnome-base/libglade-2:2.0 )" - -DEPEND="${RDEPEND} - >=dev-lang/perl-5 - sys-devel/gettext - >=dev-util/intltool-0.35 - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1 )" - -pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README" - G2CONF="${G2CONF} $(use_enable glade) --disable-static" -} - -src_prepare() { - gnome2_src_prepare - - # Fix intltoolize broken file, see upstream #577133 - sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \ - || die "sed failed" - - # Don't build demos that are not even installed, bug #226299 - sed 's/^\(SUBDIRS =.*\)demos\(.*\)$/\1\2/' -i Makefile.am Makefile.in \ - || die "sed 2 failed" -} - -src_install() { - gnome2_src_install - - if use glade; then - # libglade doesn't need .la files - find "${ED}/usr/$(get_libdir)/libglade/2.0" -name "*.la" -delete || die - fi -} - -src_test() { - Xmake check || die "Test phase failed" -} |