diff options
Diffstat (limited to 'dev-libs/libcroco/libcroco-0.6.8-r1.ebuild')
-rw-r--r-- | dev-libs/libcroco/libcroco-0.6.8-r1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-libs/libcroco/libcroco-0.6.8-r1.ebuild b/dev-libs/libcroco/libcroco-0.6.8-r1.ebuild deleted file mode 100644 index a035015..0000000 --- a/dev-libs/libcroco/libcroco-0.6.8-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gtk-doc gnome2-multilib - -DESCRIPTION="Generic Cascading Style Sheet (CSS) parsing and manipulation toolkit" -HOMEPAGE="http://git.gnome.org/browse/libcroco/" - -LICENSE="LGPL-2" -SLOT="0.6" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND="dev-libs/glib:2[${MULTILIB_USEDEP}] - >=dev-libs/libxml2-2.4.23[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - virtual/pkgconfig" - -G2CONF=(--disable-static) -DOCS=(AUTHORS ChangeLog HACKING NEWS README TODO) - -src_prepare() { - [[ ${CHOST} == *-darwin* ]] && G2CONF+=(--disable-Bsymbolic) - - if ! use test; then - # don't waste time building tests - sed 's/^\(SUBDIRS .*\=.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \ - || die "sed failed" - fi - - gnome2-multilib_src_prepare -} |