diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-09-02 16:10:35 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-09-02 16:10:35 +0000 |
commit | 79f8bf557b4fc2d06f57787faee5842591928e1a (patch) | |
tree | c163f28ecba2e38d3083a65f20dce9a87b29addb /net-voip | |
parent | stable on amd64 (diff) | |
download | historical-79f8bf557b4fc2d06f57787faee5842591928e1a.tar.gz historical-79f8bf557b4fc2d06f57787faee5842591928e1a.tar.bz2 historical-79f8bf557b4fc2d06f57787faee5842591928e1a.zip |
version bump thanks to Andy Holmes <andrew.g.r.holmes@gmail.com> in bug 145919
Package-Manager: portage-2.1.1_rc1-r2
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/cohoba/ChangeLog | 8 | ||||
-rw-r--r-- | net-voip/cohoba/cohoba-0.0.3.ebuild | 32 | ||||
-rw-r--r-- | net-voip/cohoba/files/digest-cohoba-0.0.3 | 3 |
3 files changed, 42 insertions, 1 deletions
diff --git a/net-voip/cohoba/ChangeLog b/net-voip/cohoba/ChangeLog index 004ad578fba6..5386bd3e9f4f 100644 --- a/net-voip/cohoba/ChangeLog +++ b/net-voip/cohoba/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-voip/cohoba # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/ChangeLog,v 1.1 2006/09/01 12:52:38 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/ChangeLog,v 1.2 2006/09/02 16:10:35 genstef Exp $ + +*cohoba-0.0.3 (02 Sep 2006) + + 02 Sep 2006; Stefan Schweizer <genstef@gentoo.org> -cohoba-0.0.2.ebuild, + +cohoba-0.0.3.ebuild: + version bump thanks to Andy Holmes <andrew.g.r.holmes@gmail.com> in bug 145919 *cohoba-0.0.2 (01 Sep 2006) diff --git a/net-voip/cohoba/cohoba-0.0.3.ebuild b/net-voip/cohoba/cohoba-0.0.3.ebuild new file mode 100644 index 000000000000..c4b6e8298951 --- /dev/null +++ b/net-voip/cohoba/cohoba-0.0.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/cohoba-0.0.3.ebuild,v 1.1 2006/09/02 16:10:35 genstef Exp $ + +DESCRIPTION="Gnome UI for Telepathy" +HOMEPAGE="http://telepathy.freedesktop.org/" +SRC_URI="http://telepathy.freedesktop.org/releases/cohoba/${P}.tar.gz" +EDARCS_REPOSITORY="http://projects.collabora.co.uk/darcs/telepathy/cohoba/" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="" + +DEPEND="dev-python/gnome-python-desktop + >=sys-apps/dbus-0.61 + x11-themes/gnome-icon-theme + x11-themes/gnome-themes" +RDEPEND="${DEPEND} + gnome-base/control-center" + +src_install() { + emake install DESTDIR="${D}" || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README TODO +} + +pkg_postinst() { + einfo "To run cohoba use:" + einfo "$ /usr/lib/cohoba/cohoba-applet -w" + einfo "For non-gnome, gnome-settings-daemon needs to be running:" + einfo "$ /usr/libexec/gnome-settings-daemon" +} diff --git a/net-voip/cohoba/files/digest-cohoba-0.0.3 b/net-voip/cohoba/files/digest-cohoba-0.0.3 new file mode 100644 index 000000000000..a1e7a1f8717c --- /dev/null +++ b/net-voip/cohoba/files/digest-cohoba-0.0.3 @@ -0,0 +1,3 @@ +MD5 9993159e90791fa8ebb57b4b0839e3bb cohoba-0.0.3.tar.gz 514682 +RMD160 681ba615f101d3b4086382eea50ab066c04e3dab cohoba-0.0.3.tar.gz 514682 +SHA256 e8fe7aacfe2906b63a52acba43cd7d468b1541c71956c08375d9eca0ef4f3594 cohoba-0.0.3.tar.gz 514682 |