diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2010-11-09 16:17:59 +0100 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2010-11-09 16:17:59 +0100 |
commit | b84b2eaa8f1b84463c85db2f3a1f574335349bd8 (patch) | |
tree | a823d6390835bd72098b2b73d3b8247e0eafaf09 /net-libs | |
parent | bump librest (diff) | |
download | keruspe-b84b2eaa8f1b84463c85db2f3a1f574335349bd8.tar.gz keruspe-b84b2eaa8f1b84463c85db2f3a1f574335349bd8.tar.bz2 keruspe-b84b2eaa8f1b84463c85db2f3a1f574335349bd8.zip |
clearlooks released
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/librest/librest-0.6.1.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/net-libs/librest/librest-0.6.1.ebuild b/net-libs/librest/librest-0.6.1.ebuild deleted file mode 100644 index 85aa6168..00000000 --- a/net-libs/librest/librest-0.6.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 -inherit autotools gnome2 - -DESCRIPTION="Library to access RESTful web-services" -HOMEPAGE="http://moblin.org/projects/librest" -SRC_URI="http://ftp.de.debian.org/debian/pool/main/libr/librest/${PN}_${PV}.orig.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" - -pkg_setup() { - G2CONF="${G2CONF} - $(use_with gnome)" -} - -src_prepare() { - gnome2_src_prepare - gtkdocize - eautoreconf -} |