diff options
author | 2016-03-02 01:37:59 +0100 | |
---|---|---|
committer | 2016-03-02 23:26:53 +0100 | |
commit | adb3e7b1c942ea2a92333e3ea4322f7cd060ff4a (patch) | |
tree | 91956e0db8759c6430fec7ddff1dace43d99a698 /dev-libs/libcss/libcss-0.6.0.ebuild | |
parent | dev-libs/libparserutils: Drop old. (diff) | |
download | gentoo-adb3e7b1c942ea2a92333e3ea4322f7cd060ff4a.tar.gz gentoo-adb3e7b1c942ea2a92333e3ea4322f7cd060ff4a.tar.bz2 gentoo-adb3e7b1c942ea2a92333e3ea4322f7cd060ff4a.zip |
dev-libs/libcss: Version bump.
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-libs/libcss/libcss-0.6.0.ebuild')
-rw-r--r-- | dev-libs/libcss/libcss-0.6.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/libcss/libcss-0.6.0.ebuild b/dev-libs/libcss/libcss-0.6.0.ebuild new file mode 100644 index 000000000000..18dbb98102ed --- /dev/null +++ b/dev-libs/libcss/libcss-0.6.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +NETSURF_BUILDSYSTEM=buildsystem-1.5 +inherit netsurf + +DESCRIPTION="CSS parser and selection engine, written in C" +HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~m68k-mint" +IUSE="test" + +RDEPEND=">=dev-libs/libparserutils-0.2.1-r1[static-libs?,${MULTILIB_USEDEP}] + >=dev-libs/libwapcaplet-0.2.2-r1[static-libs?,${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( dev-lang/perl )" |