diff options
author | Tom William Payne <twp@gentoo.org> | 2004-12-06 09:14:38 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2004-12-06 09:14:38 +0000 |
commit | 054429c8c6662ba167cc31d85ba7ae82b002309d (patch) | |
tree | 58b3d20e2b4d0984b73965f315e31a37e496b191 /x11-libs/cairo | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-054429c8c6662ba167cc31d85ba7ae82b002309d.tar.gz gentoo-2-054429c8c6662ba167cc31d85ba7ae82b002309d.tar.bz2 gentoo-2-054429c8c6662ba167cc31d85ba7ae82b002309d.zip |
0.1.23 stable on x86. 0.2.0 fix LICENSE. Bug # 73489.
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-0.1.23-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-0.1.23.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-0.2.0.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 4a677b9d30e5..c5cf61a03bb7 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.17 2004/12/05 21:06:55 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.18 2004/12/06 09:14:38 twp Exp $ + + 06 Dec 2004; Tom Payne <twp@gentoo.org> cairo-0.1.23-r1.ebuild, + cairo-0.1.23.ebuild, cairo-0.2.0.ebuild: + 0.1.23 stable on x86. 0.2.0 fix LICENSE. Bug # 73489. 06 Dec 2004; Joseph Jezak <josejx@gentoo.org> cairo-0.1.23-r1.ebuild: Marked ppc stable for bug #71653. diff --git a/x11-libs/cairo/cairo-0.1.23-r1.ebuild b/x11-libs/cairo/cairo-0.1.23-r1.ebuild index cfa377accbe3..b2d100946e9f 100644 --- a/x11-libs/cairo/cairo-0.1.23-r1.ebuild +++ b/x11-libs/cairo/cairo-0.1.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23-r1.ebuild,v 1.7 2004/12/05 21:06:55 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23-r1.ebuild,v 1.8 2004/12/06 09:14:38 twp Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -8,7 +8,7 @@ SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~sparc x86" IUSE="" DEPEND="virtual/x11 diff --git a/x11-libs/cairo/cairo-0.1.23.ebuild b/x11-libs/cairo/cairo-0.1.23.ebuild index 6fcf5692c389..d87421fa6794 100644 --- a/x11-libs/cairo/cairo-0.1.23.ebuild +++ b/x11-libs/cairo/cairo-0.1.23.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23.ebuild,v 1.9 2004/09/10 19:35:21 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23.ebuild,v 1.10 2004/12/06 09:14:38 twp Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64 ~sparc" +KEYWORDS="x86 ~ppc ~amd64 ~sparc" IUSE="" DEPEND="virtual/x11 !>=x11-base/xfree-4.3.0-r7 diff --git a/x11-libs/cairo/cairo-0.2.0.ebuild b/x11-libs/cairo/cairo-0.2.0.ebuild index deec2ed0583e..b66f4be6cba5 100644 --- a/x11-libs/cairo/cairo-0.2.0.ebuild +++ b/x11-libs/cairo/cairo-0.2.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.2.0.ebuild,v 1.1 2004/12/05 16:57:17 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.2.0.ebuild,v 1.2 2004/12/06 09:14:38 twp Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" -LICENSE="BSD" +LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" KEYWORDS="~x86" IUSE="glitz png" |