summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2008-02-19 18:28:26 +0000
committerOlivier Crête <tester@gentoo.org>2008-02-19 18:28:26 +0000
commit846ddfb31bb59da525780195fa1b619ef6a6f09b (patch)
treeedf0a7f8d48335e270a6be3a5a3ce0c928160ed1 /net-libs
parentStable on ppc wrt bug 210735 (diff)
downloadgentoo-2-846ddfb31bb59da525780195fa1b619ef6a6f09b.tar.gz
gentoo-2-846ddfb31bb59da525780195fa1b619ef6a6f09b.tar.bz2
gentoo-2-846ddfb31bb59da525780195fa1b619ef6a6f09b.zip
Version bump, remove older versions
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/telepathy-glib/ChangeLog12
-rw-r--r--net-libs/telepathy-glib/telepathy-glib-0.5.13.ebuild42
-rw-r--r--net-libs/telepathy-glib/telepathy-glib-0.5.14.ebuild41
-rw-r--r--net-libs/telepathy-glib/telepathy-glib-0.6.0.ebuild41
-rw-r--r--net-libs/telepathy-glib/telepathy-glib-0.6.1.ebuild41
-rw-r--r--net-libs/telepathy-glib/telepathy-glib-0.7.2.ebuild (renamed from net-libs/telepathy-glib/telepathy-glib-0.7.0.ebuild)4
6 files changed, 12 insertions, 169 deletions
diff --git a/net-libs/telepathy-glib/ChangeLog b/net-libs/telepathy-glib/ChangeLog
index 6ef1f4502f57..1f99c97febdc 100644
--- a/net-libs/telepathy-glib/ChangeLog
+++ b/net-libs/telepathy-glib/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-libs/telepathy-glib
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.9 2007/12/04 14:18:49 peper Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.10 2008/02/19 18:28:26 tester Exp $
+
+*telepathy-glib-0.7.2 (19 Feb 2008)
+
+ 19 Feb 2008; <tester@gentoo.org> -telepathy-glib-0.5.13.ebuild,
+ -telepathy-glib-0.5.14.ebuild, -telepathy-glib-0.6.0.ebuild,
+ -telepathy-glib-0.6.1.ebuild, -telepathy-glib-0.7.0.ebuild,
+ +telepathy-glib-0.7.2.ebuild:
+ Version bump, remove older versions
*telepathy-glib-0.7.0 (04 Dec 2007)
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.5.13.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.5.13.ebuild
deleted file mode 100644
index fc5bec6053d2..000000000000
--- a/net-libs/telepathy-glib/telepathy-glib-0.5.13.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 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.5.13.ebuild,v 1.2 2007/06/30 17:38:03 peper Exp $
-
-DESCRIPTION="GLib binding 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="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.4
- >=dev-libs/dbus-glib-0.72
- >=dev-lang/python-2.3
- !<net-voip/telepathy-gabble-0.5.10"
-
-DEPEND="${RDEPEND}
- dev-libs/libxslt"
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable debug backtrace) \
- $(use_enable debug handle-leak-debug) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_test() {
- vecho ">>> Test phase [check]: ${CATEGORY}/${PF}"
- if ! dbus-launch emake -j1 check; then
- hasq test $FEATURES && die "Make check failed. See above for details."
- hasq test $FEATURES || eerror "Make check failed. See above for details."
- fi
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS ChangeLog
-}
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.5.14.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.5.14.ebuild
deleted file mode 100644
index 04f3c5241868..000000000000
--- a/net-libs/telepathy-glib/telepathy-glib-0.5.14.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 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.5.14.ebuild,v 1.1 2007/09/01 10:24:53 peper Exp $
-
-DESCRIPTION="GLib binding 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="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.4
- >=dev-libs/dbus-glib-0.72
- >=dev-lang/python-2.3
- !<net-voip/telepathy-gabble-0.5.10"
-
-DEPEND="${RDEPEND}
- dev-libs/libxslt"
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable debug backtrace) \
- $(use_enable debug handle-leak-debug) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_test() {
- vecho ">>> Test phase [check]: ${CATEGORY}/${PF}"
- if ! dbus-launch emake -j1 check; then
- die "Make check failed. See above for details."
- fi
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS ChangeLog
-}
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.6.0.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.6.0.ebuild
deleted file mode 100644
index 686ad071cd4a..000000000000
--- a/net-libs/telepathy-glib/telepathy-glib-0.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 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.6.0.ebuild,v 1.1 2007/09/28 17:58:51 peper Exp $
-
-DESCRIPTION="GLib binding 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="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.4
- >=dev-libs/dbus-glib-0.72
- >=dev-lang/python-2.3
- !<net-voip/telepathy-gabble-0.5.10"
-
-DEPEND="${RDEPEND}
- dev-libs/libxslt"
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable debug backtrace) \
- $(use_enable debug handle-leak-debug) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_test() {
- vecho ">>> Test phase [check]: ${CATEGORY}/${PF}"
- if ! dbus-launch emake -j1 check; then
- die "Make check failed. See above for details."
- fi
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS ChangeLog
-}
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.6.1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.6.1.ebuild
deleted file mode 100644
index 70430a46d15d..000000000000
--- a/net-libs/telepathy-glib/telepathy-glib-0.6.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 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.6.1.ebuild,v 1.1 2007/11/22 15:16:38 peper Exp $
-
-DESCRIPTION="GLib binding 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="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.4
- >=dev-libs/dbus-glib-0.72
- >=dev-lang/python-2.3
- !<net-voip/telepathy-gabble-0.5.10"
-
-DEPEND="${RDEPEND}
- dev-libs/libxslt"
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable debug backtrace) \
- $(use_enable debug handle-leak-debug) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_test() {
- vecho ">>> Test phase [check]: ${CATEGORY}/${PF}"
- if ! dbus-launch emake -j1 check; then
- die "Make check failed. See above for details."
- fi
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS ChangeLog
-}
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.7.0.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.7.2.ebuild
index 3ccb695d36ec..257973f010a9 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.7.0.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.7.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.7.0.ebuild,v 1.1 2007/12/04 14:18:49 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.2.ebuild,v 1.1 2008/02/19 18:28:26 tester Exp $
DESCRIPTION="GLib binding for the Telepathy D-Bus protocol."
HOMEPAGE="http://telepathy.freedesktop.org"