public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gmx.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-glib/, net-libs/libgcal/
Date: Mon, 17 Oct 2011 13:28:19 +0000 (UTC)	[thread overview]
Message-ID: <259912db155ac30719d1638dfb38911a92a3d742.johu@gentoo> (raw)

commit:     259912db155ac30719d1638dfb38911a92a3d742
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Mon Oct 17 13:28:33 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Mon Oct 17 13:28:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=259912db

[net-libs/telepathy-glib] Removed, newer version in tree.

(Portage version: 2.2.0_alpha67/git/Linux i686, signed Manifest commit with key DF018462)

---
 net-libs/libgcal/metadata.xml                      |    5 +-
 net-libs/telepathy-glib/metadata.xml               |   18 ------
 .../telepathy-glib/telepathy-glib-0.15.1.ebuild    |   65 --------------------
 3 files changed, 1 insertions(+), 87 deletions(-)

diff --git a/net-libs/libgcal/metadata.xml b/net-libs/libgcal/metadata.xml
index 616f048..8d1e86a 100644
--- a/net-libs/libgcal/metadata.xml
+++ b/net-libs/libgcal/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
-	<email>maintainer-needed@gentoo.org</email>
-</maintainer>
+<herd>kde</herd>
 </pkgmetadata>

diff --git a/net-libs/telepathy-glib/metadata.xml b/net-libs/telepathy-glib/metadata.xml
deleted file mode 100644
index 1bef2fe..0000000
--- a/net-libs/telepathy-glib/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>gnome</herd>
-	<herd>voip</herd>
-	<maintainer>
-		<email>peper@gentoo.org</email>
-		<name>Piotr Jaroszyński</name>
-	</maintainer>
-	<longdescription lang="en">
-	</longdescription>
-	<use>
-		<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
-		for introspection</flag>
-		<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
-	</use>
-</pkgmetadata>
-

diff --git a/net-libs/telepathy-glib/telepathy-glib-0.15.1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.15.1.ebuild
deleted file mode 100644
index 874ce9e..0000000
--- a/net-libs/telepathy-glib/telepathy-glib-0.15.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.14.7.ebuild,v 1.1 2011/06/03 17:01:40 pacho Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-
-inherit python virtualx
-
-DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol."
-HOMEPAGE="http://telepathy.freedesktop.org"
-SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug +introspection +vala"
-
-# Tests fail in /stream-tube/creation
-RESTRICT="test"
-RDEPEND=">=dev-libs/glib-2.25.16:2
-	>=dev-libs/dbus-glib-0.82
-	introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
-	vala? (
-		dev-lang/vala:0.12[vapigen]
-		>=dev-libs/gobject-introspection-0.9.6 )"
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	>=dev-util/pkgconfig-0.21"
-
-src_prepare() {
-	python_convert_shebangs -r 2 examples tests tools
-	default_src_prepare
-}
-
-src_configure() {
-	local myconf
-
-	if use vala; then
-		myconf="--enable-introspection
-			VALAC=$(type -p valac-0.12)
-			VAPIGEN=$(type -p vapigen-0.12)"
-	fi
-
-	econf --disable-static \
-		PYTHON=$(PYTHON -2 -a) \
-		$(use_enable debug backtrace) \
-		$(use_enable debug handle-leak-debug) \
-		$(use_enable debug debug-cache) \
-		$(use_enable introspection) \
-		$(use_enable vala vala-bindings) \
-		${myconf}
-}
-
-src_test() {
-	# Needs dbus for tests (auto-launched)
-	Xemake -j1 check || die
-}
-
-src_install() {
-	emake install DESTDIR="${D}" || die "emake install failed"
-	dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-
-	find "${ED}" -name '*.la' -exec rm -f '{}' + || die
-}



                 reply	other threads:[~2011-10-17 13:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=259912db155ac30719d1638dfb38911a92a3d742.johu@gentoo \
    --to=johu@gmx.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox