diff options
Diffstat (limited to 'dev-libs/librest/librest-0.6.0.ebuild')
-rw-r--r-- | dev-libs/librest/librest-0.6.0.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-libs/librest/librest-0.6.0.ebuild b/dev-libs/librest/librest-0.6.0.ebuild deleted file mode 100644 index cabe04d..0000000 --- a/dev-libs/librest/librest-0.6.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit gnome2 - -DESCRIPTION="Library to access RESTful web-services" -HOMEPAGE="http://moblin.org/projects/librest" -SRC_URI="http://moblin.org/sites/all/files/rest-0.6.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gnome" - -RDEPEND=">=dev-libs/glib-2.18.0 - >=net-libs/libsoup-2.4 - gnome? ( >=net-libs/libsoup-gnome-2.25.1 ) - >=dev-libs/libxml2-2" - -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/pkgconfig-0.9" - -DOCS="AUTHORS NEWS README" - -S="${WORKDIR}/rest-0.6" - -pkg_setup() { - G2CONF="${G2CONF} - $(use_with gnome)" -} |