summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-30 17:01:17 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-30 17:01:17 +0000
commitfd07dd8fd305dc83e0273a4010daadbf48f986c5 (patch)
treea20505067c8d32dfdc36be5612365ce29ca70844 /net-libs/rest
parentClean up old revision. (diff)
downloadgentoo-2-fd07dd8fd305dc83e0273a4010daadbf48f986c5.tar.gz
gentoo-2-fd07dd8fd305dc83e0273a4010daadbf48f986c5.tar.bz2
gentoo-2-fd07dd8fd305dc83e0273a4010daadbf48f986c5.zip
Clean up old revision.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-libs/rest')
-rw-r--r--net-libs/rest/ChangeLog5
-rw-r--r--net-libs/rest/rest-0.7.11.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/net-libs/rest/ChangeLog b/net-libs/rest/ChangeLog
index 767b5a55a2f4..9cb71e8486a9 100644
--- a/net-libs/rest/ChangeLog
+++ b/net-libs/rest/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/rest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/ChangeLog,v 1.15 2013/03/29 16:54:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/ChangeLog,v 1.16 2013/03/30 17:01:17 eva Exp $
+
+ 30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -rest-0.7.11.ebuild:
+ Clean up old revision.
29 Mar 2013; Pacho Ramos <pacho@gentoo.org> rest-0.7.90.ebuild:
Be ready for unsplitted libsoup (#463748)
diff --git a/net-libs/rest/rest-0.7.11.ebuild b/net-libs/rest/rest-0.7.11.ebuild
deleted file mode 100644
index 3d9d6e0766da..000000000000
--- a/net-libs/rest/rest-0.7.11.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.11.ebuild,v 1.2 2012/05/05 02:54:25 jdhore Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 virtualx
-
-DESCRIPTION="Helper library for RESTful services"
-HOMEPAGE="http://git.gnome.org/browse/librest"
-
-LICENSE="LGPL-2.1"
-SLOT="0.7"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +gnome +introspection test"
-
-# Coverage testing should not be enabled
-RDEPEND=">=dev-libs/glib-2.22:2
- dev-libs/libxml2:2
- net-libs/libsoup:2.4
- gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.13 )
- test? ( sys-apps/dbus )"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-static
- --disable-gcov
- $(use_with gnome)
- $(use_enable introspection)"
- DOCS="AUTHORS README"
-}
-
-src_test() {
- # Tests need dbus
- Xemake check || die
-}