diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-07 22:22:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-07 22:22:57 +0000 |
commit | e536e90ff9d0ee86ac354cb10b9a4b889dcfb317 (patch) | |
tree | 194e66311d9c5d71f3518cb761aed1d4ca3529d8 /dev-libs | |
parent | ppc64 stable wrt #324077 (diff) | |
download | gentoo-2-e536e90ff9d0ee86ac354cb10b9a4b889dcfb317.tar.gz gentoo-2-e536e90ff9d0ee86ac354cb10b9a4b889dcfb317.tar.bz2 gentoo-2-e536e90ff9d0ee86ac354cb10b9a4b889dcfb317.zip |
old
(Portage version: 2.2_rc90/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libcroco/libcroco-0.6.1.ebuild | 20 | ||||
-rw-r--r-- | dev-libs/libcroco/libcroco-0.6.2.ebuild | 12 |
2 files changed, 7 insertions, 25 deletions
diff --git a/dev-libs/libcroco/libcroco-0.6.1.ebuild b/dev-libs/libcroco/libcroco-0.6.1.ebuild deleted file mode 100644 index bcb1c4d9748b..000000000000 --- a/dev-libs/libcroco/libcroco-0.6.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.1.ebuild,v 1.17 2010/07/20 04:37:02 jer Exp $ - -inherit gnome2 - -DESCRIPTION="Generic Cascading Style Sheet (CSS) parsing and manipulation toolkit" -HOMEPAGE="http://www.freespiders.org/projects/libcroco/" - -LICENSE="LGPL-2" -SLOT="0.6" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-libs/glib-2 - >=dev-libs/libxml2-2.4.23" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -DOCS="AUTHORS ChangeLog HACKING NEWS README TODO" diff --git a/dev-libs/libcroco/libcroco-0.6.2.ebuild b/dev-libs/libcroco/libcroco-0.6.2.ebuild index 8d5bd089abe2..d5d2b3372586 100644 --- a/dev-libs/libcroco/libcroco-0.6.2.ebuild +++ b/dev-libs/libcroco/libcroco-0.6.2.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.2.ebuild,v 1.10 2010/07/20 04:37:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.2.ebuild,v 1.11 2010/10/07 22:22:57 ssuominen Exp $ +EAPI=2 inherit gnome2 DESCRIPTION="Generic Cascading Style Sheet (CSS) parsing and manipulation toolkit" @@ -12,12 +13,13 @@ SLOT="0.6" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="doc" -RDEPEND=">=dev-libs/glib-2 +RDEPEND="dev-libs/glib:2 >=dev-libs/libxml2-2.4.23" DEPEND="${RDEPEND} dev-util/pkgconfig doc? ( >=dev-util/gtk-doc-1 )" -DOCS="AUTHORS ChangeLog HACKING NEWS README TODO" - -G2CONF="${G2CONF} --disable-static" +pkg_setup() { + G2CONF="${G2CONF} --disable-static" + DOCS="AUTHORS ChangeLog HACKING NEWS README TODO" +} |