diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-17 19:33:44 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-17 19:33:44 +0000 |
commit | 17715983a1eaa2e044fd601452d24b66e864ded7 (patch) | |
tree | 7a1bda04fe73e74e73a8f97c1b9c4bf7377621d7 /x11-libs/libsvg-cairo | |
parent | Add patch by Grigory Dorokhov fixing test failure and adding support for (diff) | |
download | gentoo-2-17715983a1eaa2e044fd601452d24b66e864ded7.tar.gz gentoo-2-17715983a1eaa2e044fd601452d24b66e864ded7.tar.bz2 gentoo-2-17715983a1eaa2e044fd601452d24b66e864ded7.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-libs/libsvg-cairo')
-rw-r--r-- | x11-libs/libsvg-cairo/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/libsvg-cairo/ChangeLog b/x11-libs/libsvg-cairo/ChangeLog index 0278e10616bc..a61af841f0cd 100644 --- a/x11-libs/libsvg-cairo/ChangeLog +++ b/x11-libs/libsvg-cairo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libsvg-cairo -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/ChangeLog,v 1.29 2007/09/01 13:13:46 phreak Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/ChangeLog,v 1.30 2008/01/17 19:33:44 grobian Exp $ + + 17 Jan 2008; Fabian Groffen <grobian@gentoo.org> + libsvg-cairo-0.1.6.ebuild: + Dropped ppc-macos keyword, see you in prefix 01 Sep 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing twp from metadata due to his retirement (see #190561 for reference). diff --git a/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild b/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild index bd24d04ec7d3..36337345f6b9 100644 --- a/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild +++ b/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild,v 1.20 2007/11/21 19:44:34 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsvg-cairo/libsvg-cairo-0.1.6.ebuild,v 1.21 2008/01/17 19:33:44 grobian Exp $ DESCRIPTION="Render SVG content using cairo" HOMEPAGE="http://cairographics.org" @@ -8,7 +8,7 @@ SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" LICENSE="X11" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=x11-libs/cairo-0.5.0 |