Portage is a package management system used by Gentoo Linux
# ChangeLog for net-dialup/capidivert
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/capidivert/ChangeLog,v 1.1 2005/11/06 01:49:05 sbriesen Exp $
*capidivert-0.0.2 (06 Nov 2005)
06 Nov 2005; Stefan Briesenick
+capidivert-0.0.2.ebuild:
initial commit, using ~x86 and ~amd64 keywords (both tested and working).
DIST capidivert-0.0.2.tar.gz 24971 RMD160 f6be84bbb9d6b5ef79abe58da55df70629d04d58 SHA1 6c9a35bd1f65ff85d96ec1b206957f7ecf0d69a8 SHA256 94dd5fdc2649eff955192292973a8d94c46b60b58e98d8c82ff1c5f5f8b3feef
EBUILD capidivert-0.0.2.ebuild 608 RMD160 94ee8c36b2fba6abe062e048ed058b26141b5785 SHA1 a0f55dd94650f5b4091a1a6a7cedaa6bd9812543 SHA256 654eb9e408e073e0623cda8d6cca94e8943cc70331c682821cdd9e7613248871
MISC ChangeLog 425 RMD160 cddc6723380e81032b5c3696e8a3f21a14d831b3 SHA1 1553d7184ad4e5bf735be783fdd8808ccb8f8451 SHA256 0df975ddff23605fd9108cfd5128230793e36a75f81e08557ba3a98e4ffafd15
MISC metadata.xml 371 RMD160 02ea5f5f3555dc222278bbb86bc24605beff5a4e SHA1 95d9f269138e157eaf96ca6af5ea49fcd11c6776 SHA256 83471022cc68bf318ac1151aeabf6364260e9c40579f4b9c668f4eb8230ee3c3
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/capidivert/capidivert-0.0.2.ebuild,v 1.1 2005/11/06 01:49:05 sbriesen Exp $
DESCRIPTION="CAPI based utility to control ISDN diversion facilities"
HOMEPAGE="http://www.tp1.ruhr-uni-bochum.de/~kai/i4l/capidivert/"
SRC_URI="http://www.tp1.ruhr-uni-bochum.de/~kai/i4l/capidivert/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="net-dialup/capi4k-utils"
src_install() {
make DESTDIR="${D}" install || die "make install failed"
}
CAPI based utility to control ISDN diversion facilities.