summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2010-11-09 16:17:59 +0100
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2010-11-09 16:17:59 +0100
commitb84b2eaa8f1b84463c85db2f3a1f574335349bd8 (patch)
treea823d6390835bd72098b2b73d3b8247e0eafaf09 /net-libs
parentbump librest (diff)
downloadkeruspe-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.ebuild37
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
-}