diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 04:48:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 04:48:44 +0000 |
commit | 298f4e0db6f31a86c2c3e69fd14e6d6cdf719d87 (patch) | |
tree | 7ff87caf27a91c11f0843a9c0a9d794508d06b77 | |
parent | Remove debug.eclass usage for bug #160118. (diff) | |
download | gentoo-2-298f4e0db6f31a86c2c3e69fd14e6d6cdf719d87.tar.gz gentoo-2-298f4e0db6f31a86c2c3e69fd14e6d6cdf719d87.tar.bz2 gentoo-2-298f4e0db6f31a86c2c3e69fd14e6d6cdf719d87.zip |
Remove debug.eclass usage.
(Portage version: 2.1.2_rc4-r5)
-rw-r--r-- | x11-libs/cairo/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.2.6.ebuild | 8 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.3.10.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index f5d097a01442..fefb91c77ec5 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.95 2007/01/03 21:07:48 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.96 2007/01/05 04:48:44 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> cairo-1.2.6.ebuild, + cairo-1.3.10.ebuild: + Remove debug.eclass usage. 03 Jan 2007; Roy Marples <uberlord@gentoo.org> cairo-1.3.10.ebuild: Run elibtoolize so that we get correct .so versioning on FreeBSD diff --git a/x11-libs/cairo/cairo-1.2.6.ebuild b/x11-libs/cairo/cairo-1.2.6.ebuild index 42dc82892958..fc53b6c13047 100644 --- a/x11-libs/cairo/cairo-1.2.6.ebuild +++ b/x11-libs/cairo/cairo-1.2.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.4 2006/12/31 22:01:34 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.5 2007/01/05 04:48:44 flameeyes Exp $ -inherit eutils flag-o-matic debug +inherit eutils flag-o-matic DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -11,7 +11,7 @@ SRC_URI="http://cairographics.org/releases/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="directfb doc glitz svg X" +IUSE="debug directfb doc glitz svg X" # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it RESTRICT="test" diff --git a/x11-libs/cairo/cairo-1.3.10.ebuild b/x11-libs/cairo/cairo-1.3.10.ebuild index 57aac6a63d4e..fa61e3e439d8 100644 --- a/x11-libs/cairo/cairo-1.3.10.ebuild +++ b/x11-libs/cairo/cairo-1.3.10.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.3.10.ebuild,v 1.3 2007/01/03 21:07:48 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.3.10.ebuild,v 1.4 2007/01/05 04:48:44 flameeyes Exp $ -inherit eutils flag-o-matic libtool debug +inherit eutils flag-o-matic libtool DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -11,7 +11,7 @@ SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="directfb doc glitz svg X xcb" +IUSE="debug directfb doc glitz svg X xcb" # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it RESTRICT="test" |