summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-05 22:57:34 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-05 22:57:34 +0000
commit971c642a414123415a1a1909cf84e0cda8958e91 (patch)
tree55c5825c2efea7238e93a0f2b9006437172754f5 /app-emulation
parentClean up old revision. (diff)
downloadgentoo-2-971c642a414123415a1a1909cf84e0cda8958e91.tar.gz
gentoo-2-971c642a414123415a1a1909cf84e0cda8958e91.tar.bz2
gentoo-2-971c642a414123415a1a1909cf84e0cda8958e91.zip
Clean up old revision.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/libvirt-glib/ChangeLog6
-rw-r--r--app-emulation/libvirt-glib/libvirt-glib-0.1.3.ebuild49
-rw-r--r--app-emulation/libvirt-glib/libvirt-glib-0.1.4.ebuild40
3 files changed, 5 insertions, 90 deletions
diff --git a/app-emulation/libvirt-glib/ChangeLog b/app-emulation/libvirt-glib/ChangeLog
index 79a16a97b603..c5a860ab93fd 100644
--- a/app-emulation/libvirt-glib/ChangeLog
+++ b/app-emulation/libvirt-glib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/libvirt-glib
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.18 2013/01/14 20:25:03 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.19 2013/03/05 22:57:34 eva Exp $
+
+ 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
+ -libvirt-glib-0.1.3.ebuild, -libvirt-glib-0.1.4.ebuild:
+ Clean up old revision.
*libvirt-glib-0.1.5 (14 Jan 2013)
diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.1.3.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.1.3.ebuild
deleted file mode 100644
index 89a0859fe33a..000000000000
--- a/app-emulation/libvirt-glib/libvirt-glib-0.1.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.1.3.ebuild,v 1.1 2012/10/08 15:44:22 cardoe Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.14"
-
-inherit gnome2 python vala
-
-DESCRIPTION="GLib and GObject mappings for libvirt"
-HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git"
-SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +introspection python +vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="
- dev-libs/libxml2:2
- >=app-emulation/libvirt-0.9.10
- >=dev-libs/glib-2.10:2
- introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.10 )
- vala? ( $(vala_depend) )"
-
-src_prepare() {
- use vala && vala_src_prepare
-}
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README"
- G2CONF="--disable-test-coverage
- $(use_enable introspection)
- $(use_enable vala)
- $(use_with python)"
-
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_compile() {
- emake -j1
-}
diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.1.4.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.1.4.ebuild
deleted file mode 100644
index 86844fea8fa6..000000000000
--- a/app-emulation/libvirt-glib/libvirt-glib-0.1.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.1.4.ebuild,v 1.1 2012/12/24 20:28:46 pacho Exp $
-
-EAPI=5
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.14"
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit gnome2 python-single-r1 vala
-
-DESCRIPTION="GLib and GObject mappings for libvirt"
-HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git"
-SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+introspection python +vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="dev-libs/libxml2:2
- >=app-emulation/libvirt-0.9.10:=
- >=dev-libs/glib-2.10:2
- introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )
- python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- virtual/pkgconfig
- vala? ( $(vala_depend) )"
-
-pkg_setup() {
- G2CONF+="--disable-test-coverage
- --disable-static
- $(use_enable introspection)
- $(use_enable vala)
- $(use_with python)"
- use python && python-single-r1_pkg_setup
-}