ChangeLog

# ChangeLog for net-im/tapiocad
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/ChangeLog,v 1.7 2008/01/12 17:17:28 coldwind Exp $

12 Jan 2008; Santiago M. Mola tapiocad-0.3.9.ebuild:
Add pkgconfig to DEPEND, #205484. Quoting fixed.

02 Aug 2007; Michael Sterrett
tapiocad-0.3.9.ebuild:
correct dbus deps (bug #187369)

08 Jul 2007; Michael Sterrett
tapiocad-0.3.9.ebuild:
remove reference to old, removed dbus (bug #183696)

03 Dec 2006; Piotr JaroszyƄski tapiocad-0.3.9.ebuild:
Fix dep: dbus wrt bug #154521.

08 Oct 2006; Simon Stelling tapiocad-0.3.9.ebuild:
added ~amd64

09 Jun 2006; Stefan Schweizer -tapiocad-0.3.0.ebuild,
+tapiocad-0.3.9.ebuild:
version bump

*tapiocad-0.3.0 (22 May 2006)

22 May 2006; Stefan Schweizer +metadata.xml,
+tapiocad-0.3.0.ebuild:
New ebuild tapiocad, bug 127383, thanks to zugaina for the inital ebuild
work in his overlay

Manifest

DIST tapioca-0.3.9.tar.gz 414789 RMD160 215b072e72242024e0060c2d8818b2a3e1b06a0d SHA1 2f6f622ed43c43b26bd8a858edeaa98a1b1a526d SHA256 fb89ac4e8578adc140e19cb4929b200d2898e5a8373230f500c16e59c803cba1
EBUILD tapiocad-0.3.9.ebuild 635 RMD160 af0df86b779418a28dc6473dc818da33fcafa26a SHA1 7353971abe626ecd4672944d5784d955ff6c66b7 SHA256 e253d5d0acc4efc9fce6931209cc80d9d8dc28473f4d7e9173d2dc865c9dbd83
MISC ChangeLog 1124 RMD160 4c1b6c9adcd2133c4a2f4a344ee70ce065f1d361 SHA1 6c720c26c249d39499536a1c00c608edebc08d64 SHA256 daa0223ef2186292b1630b0ba6a292f0fc6d62e28818769e0e4392862252ac60
MISC metadata.xml 157 RMD160 cb900ea8bf389b8f6147746711462b5757752b16 SHA1 bbbbd897cfe8d8bac785b23bead8e185871055bd SHA256 6759dc127ff53f85505b9b455ba325e65015b694b1ec50eb99ddfc8903b967bf

metadata.xml




voip

tapiocad-0.3.9.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/tapiocad-0.3.9.ebuild,v 1.7 2008/01/12 17:17:28 coldwind Exp $

DESCRIPTION="Tapioca framework for VOIP and IM"
HOMEPAGE="http://tapioca-voip.sf.net"
SRC_URI="mirror://sourceforge/tapioca-voip/tapioca-${PV}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-libs/glib-2
>=dev-libs/dbus-glib-0.71"

DEPEND="${RDEPEND}
dev-util/pkgconfig"

S="${WORKDIR}/tapioca-${PV}"

src_install() {
make DESTDIR="${D}" install || die "make install failed"
}