diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-08-21 10:43:53 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-08-21 10:43:53 +0000 |
commit | 2d8c888d9b937ed270dca5dbca4d3c149142d813 (patch) | |
tree | 77d7134846989361394451e7c139229ab6b6c64f /dev-util/telepathy-inspector | |
parent | Version bump. (diff) | |
download | gentoo-2-2d8c888d9b937ed270dca5dbca4d3c149142d813.tar.gz gentoo-2-2d8c888d9b937ed270dca5dbca4d3c149142d813.tar.bz2 gentoo-2-2d8c888d9b937ed270dca5dbca4d3c149142d813.zip |
Version bump, remove old.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'dev-util/telepathy-inspector')
-rw-r--r-- | dev-util/telepathy-inspector/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/telepathy-inspector/telepathy-inspector-0.5.1.ebuild | 29 | ||||
-rw-r--r-- | dev-util/telepathy-inspector/telepathy-inspector-0.5.3.ebuild (renamed from dev-util/telepathy-inspector/telepathy-inspector-0.5.2.ebuild) | 4 |
3 files changed, 10 insertions, 32 deletions
diff --git a/dev-util/telepathy-inspector/ChangeLog b/dev-util/telepathy-inspector/ChangeLog index 9e921b28b289..699f79c54c3d 100644 --- a/dev-util/telepathy-inspector/ChangeLog +++ b/dev-util/telepathy-inspector/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/telepathy-inspector # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/telepathy-inspector/ChangeLog,v 1.6 2008/05/28 21:04:17 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/telepathy-inspector/ChangeLog,v 1.7 2008/08/21 10:43:53 coldwind Exp $ + +*telepathy-inspector-0.5.3 (21 Aug 2008) + + 21 Aug 2008; Santiago M. Mola <coldwind@gentoo.org> + -telepathy-inspector-0.5.1.ebuild, -telepathy-inspector-0.5.2.ebuild, + +telepathy-inspector-0.5.3.ebuild: + Version bump, remove old. 28 May 2008; Santiago M. Mola <coldwind@gentoo.org> -files/telepathy-inspector-0.5.0-scons.patch, diff --git a/dev-util/telepathy-inspector/telepathy-inspector-0.5.1.ebuild b/dev-util/telepathy-inspector/telepathy-inspector-0.5.1.ebuild deleted file mode 100644 index 656d6a5747ab..000000000000 --- a/dev-util/telepathy-inspector/telepathy-inspector-0.5.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/telepathy-inspector/telepathy-inspector-0.5.1.ebuild,v 1.1 2008/02/25 18:15:28 coldwind Exp $ - -EAPI=1 - -inherit eutils flag-o-matic - -DESCRIPTION="The swiss-army knife of every Telepathy developer." -HOMEPAGE="http://telepathy.freedesktop.org/wiki/TelepathyInspector" -SRC_URI="http://telepathy.freedesktop.org/releases/telepathy-inspector/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2 - >=net-libs/telepathy-glib-0.7.1 - gnome-base/libglade - dev-libs/dbus-glib" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" -} diff --git a/dev-util/telepathy-inspector/telepathy-inspector-0.5.2.ebuild b/dev-util/telepathy-inspector/telepathy-inspector-0.5.3.ebuild index 06448df17d96..b972816c80ea 100644 --- a/dev-util/telepathy-inspector/telepathy-inspector-0.5.2.ebuild +++ b/dev-util/telepathy-inspector/telepathy-inspector-0.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/telepathy-inspector/telepathy-inspector-0.5.2.ebuild,v 1.1 2008/04/10 11:26:45 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/telepathy-inspector/telepathy-inspector-0.5.3.ebuild,v 1.1 2008/08/21 10:43:53 coldwind Exp $ EAPI=1 @@ -17,7 +17,7 @@ IUSE="" RDEPEND="dev-libs/glib:2 x11-libs/gtk+:2 - >=net-libs/telepathy-glib-0.7.6 + >=net-libs/telepathy-glib-0.7.14 gnome-base/libglade dev-libs/dbus-glib" DEPEND="${RDEPEND} |