summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-08-28 19:26:00 +0000
committerPacho Ramos <pacho@gentoo.org>2011-08-28 19:26:00 +0000
commiteac01834b6e3383c0b22cb10cc402e82db96a197 (patch)
tree68e5fbb0c7deaaeee65a4e563aa90886bcbf5c4f /net-voip/telepathy-gabble
parentChange version scheme (diff)
downloadgentoo-2-eac01834b6e3383c0b22cb10cc402e82db96a197.tar.gz
gentoo-2-eac01834b6e3383c0b22cb10cc402e82db96a197.tar.bz2
gentoo-2-eac01834b6e3383c0b22cb10cc402e82db96a197.zip
Version bump, remove old.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'net-voip/telepathy-gabble')
-rw-r--r--net-voip/telepathy-gabble/ChangeLog8
-rw-r--r--net-voip/telepathy-gabble/telepathy-gabble-0.12.6.ebuild (renamed from net-voip/telepathy-gabble/telepathy-gabble-0.12.3.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/net-voip/telepathy-gabble/ChangeLog b/net-voip/telepathy-gabble/ChangeLog
index a6fbaba96d15..f59164aa4931 100644
--- a/net-voip/telepathy-gabble/ChangeLog
+++ b/net-voip/telepathy-gabble/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-voip/telepathy-gabble
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.83 2011/08/13 18:20:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.84 2011/08/28 19:26:00 pacho Exp $
+
+*telepathy-gabble-0.12.6 (28 Aug 2011)
+
+ 28 Aug 2011; Pacho Ramos <pacho@gentoo.org> -telepathy-gabble-0.12.3.ebuild,
+ +telepathy-gabble-0.12.6.ebuild:
+ Version bump, remove old.
13 Aug 2011; Raúl Porcel <armin76@gentoo.org>
telepathy-gabble-0.12.1.ebuild:
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.12.3.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.12.6.ebuild
index e5584079fbd9..1609af560c34 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.12.3.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.12.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.12.3.ebuild,v 1.1 2011/06/26 18:01:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.12.6.ebuild,v 1.1 2011/08/28 19:26:00 pacho Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -13,7 +13,7 @@ SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
IUSE="debug test"
RDEPEND=">=dev-libs/glib-2.24:2
@@ -47,7 +47,7 @@ src_prepare() {
src_configure() {
econf \
- --docdir=/usr/share/doc/${PF} \
+ --docdir="${EPREFIX}/usr/share/doc/${PF}" \
$(use_enable debug handle-leak-debug)
}