summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-02-15 09:46:08 +0000
committerPacho Ramos <pacho@gentoo.org>2014-02-15 09:46:08 +0000
commit57144b802e9625f5c9abe93292a8987a129a7fe3 (patch)
treed330ab886785341b7287e3e2e00407205e729803 /net-libs/libzapojit
parentre-added stable keywords from -100 to -1.100 (diff)
downloadgentoo-2-57144b802e9625f5c9abe93292a8987a129a7fe3.tar.gz
gentoo-2-57144b802e9625f5c9abe93292a8987a129a7fe3.tar.bz2
gentoo-2-57144b802e9625f5c9abe93292a8987a129a7fe3.zip
Documentation is now properly installed from start and, then, we don't need to modify it any more (#501240 by Julian W.), drop old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/libzapojit')
-rw-r--r--net-libs/libzapojit/ChangeLog9
-rw-r--r--net-libs/libzapojit/libzapojit-0.0.2.ebuild48
-rw-r--r--net-libs/libzapojit/libzapojit-0.0.3.ebuild14
3 files changed, 11 insertions, 60 deletions
diff --git a/net-libs/libzapojit/ChangeLog b/net-libs/libzapojit/ChangeLog
index ab4e12b1bd4a..872950a87e37 100644
--- a/net-libs/libzapojit/ChangeLog
+++ b/net-libs/libzapojit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/libzapojit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/ChangeLog,v 1.12 2013/12/08 19:26:44 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/ChangeLog,v 1.13 2014/02/15 09:46:08 pacho Exp $
+
+ 15 Feb 2014; Pacho Ramos <pacho@gentoo.org> -libzapojit-0.0.2.ebuild,
+ libzapojit-0.0.3.ebuild:
+ Documentation is now properly installed from start and, then, we don't need to
+ modify it any more (#501240 by Julian W.), drop old
08 Dec 2013; Pacho Ramos <pacho@gentoo.org> libzapojit-0.0.3.ebuild:
x86 stable, bug #478252
diff --git a/net-libs/libzapojit/libzapojit-0.0.2.ebuild b/net-libs/libzapojit/libzapojit-0.0.2.ebuild
deleted file mode 100644
index 1a34b236b32e..000000000000
--- a/net-libs/libzapojit/libzapojit-0.0.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.2.ebuild,v 1.8 2013/02/02 23:05:18 ago Exp $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
-HOMEPAGE="http://git.gnome.org/browse/libzapojit"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="+introspection"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
- >=dev-libs/glib-2.28:2
- >=net-libs/libsoup-2.38:2.4
- dev-libs/json-glib
- net-libs/rest
- net-libs/gnome-online-accounts
-
- introspection? ( >=dev-libs/gobject-introspection-1.30.0 )"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.11
- >=dev-util/intltool-0.35.0
- sys-devel/gettext
- virtual/pkgconfig
-"
-# eautoreconf needs:
-# gnome-base/gnome-common:3
-
-src_configure() {
- G2CONF="${G2CONF}
- --enable-compile-warnings=minimum
- --disable-static
- $(use_enable introspection)"
- gnome2_src_configure
-}
-
-src_install() {
- gnome2_src_install
- # Drop self-installed documentation
- rm -r "${ED}"/usr/share/doc/libzapojit/ || die
-}
diff --git a/net-libs/libzapojit/libzapojit-0.0.3.ebuild b/net-libs/libzapojit/libzapojit-0.0.3.ebuild
index 00876a591807..d7860885bfd7 100644
--- a/net-libs/libzapojit/libzapojit-0.0.3.ebuild
+++ b/net-libs/libzapojit/libzapojit-0.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.3.ebuild,v 1.4 2013/12/08 19:26:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libzapojit/libzapojit-0.0.3.ebuild,v 1.5 2014/02/15 09:46:08 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -22,7 +22,8 @@ RDEPEND="
net-libs/rest
net-libs/gnome-online-accounts
- introspection? ( >=dev-libs/gobject-introspection-1.30.0 )"
+ introspection? ( >=dev-libs/gobject-introspection-1.30.0 )
+"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.11
>=dev-util/intltool-0.35.0
@@ -34,13 +35,6 @@ DEPEND="${RDEPEND}
src_configure() {
gnome2_src_configure \
- --enable-compile-warnings=minimum \
--disable-static \
$(use_enable introspection)
}
-
-src_install() {
- gnome2_src_install
- # Drop self-installed documentation
- rm -r "${ED}"/usr/share/doc/${PN}/ || die
-}