diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-06-15 21:49:15 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-06-15 21:49:15 +0000 |
commit | cb99ddd81c91aea4600f781e200e796de467a683 (patch) | |
tree | f39df06548c1ebf343e9852cb5850082767580d4 /net-dialup/ivcall | |
parent | New upstream version. Also make all rtorrent version depend on the libtorrent... (diff) | |
download | historical-cb99ddd81c91aea4600f781e200e796de467a683.tar.gz historical-cb99ddd81c91aea4600f781e200e796de467a683.tar.bz2 historical-cb99ddd81c91aea4600f781e200e796de467a683.zip |
remove old ver
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-dialup/ivcall')
-rw-r--r-- | net-dialup/ivcall/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/ivcall/Manifest | 10 | ||||
-rw-r--r-- | net-dialup/ivcall/files/digest-ivcall-0.3 | 1 | ||||
-rw-r--r-- | net-dialup/ivcall/ivcall-0.3.ebuild | 27 |
4 files changed, 8 insertions, 35 deletions
diff --git a/net-dialup/ivcall/ChangeLog b/net-dialup/ivcall/ChangeLog index 9242b648c756..45a5ba4327d0 100644 --- a/net-dialup/ivcall/ChangeLog +++ b/net-dialup/ivcall/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/ivcall # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivcall/ChangeLog,v 1.3 2005/04/06 05:26:11 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivcall/ChangeLog,v 1.4 2005/06/15 21:49:15 mrness Exp $ + + 15 Jun 2005; Alin Nastac <mrness@gentoo.org> -ivcall-0.3.ebuild: + Remove old version. *ivcall-0.4-r1 (06 Apr 2005) diff --git a/net-dialup/ivcall/Manifest b/net-dialup/ivcall/Manifest index 60a19aa15629..6bccbf220dae 100644 --- a/net-dialup/ivcall/Manifest +++ b/net-dialup/ivcall/Manifest @@ -3,16 +3,14 @@ Hash: SHA1 MD5 a71451c6c8f966a09211a8c31da8e606 ivcall-0.4-r1.ebuild 794 MD5 e809f1530ddbd393dd95fa8c201a5af8 ivcall-0.4.ebuild 736 -MD5 c94b0dfdbd5136f198faafda120b63d9 ivcall-0.3.ebuild 736 -MD5 73f169d93084725c26318e28fcd0fea1 ChangeLog 765 +MD5 b81349a52ed2d1a6e16ddaa719d2c892 ChangeLog 855 MD5 c1142dc0a0ffc5e8cbaac0db478de330 metadata.xml 252 -MD5 f75547c2596e1e493f26174a0940c024 files/digest-ivcall-0.3 61 MD5 1062d5f96c51d0af7a720d98495a0ba3 files/digest-ivcall-0.4 62 MD5 1062d5f96c51d0af7a720d98495a0ba3 files/digest-ivcall-0.4-r1 62 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCU3MDjiC39V7gKu0RAsyeAJ9klfkCBsbN8PxIohmt8TC+h8rviQCbBlbD -Ar9gaU1lfbSmSWEuIr3wNHc= -=RPtq +iD8DBQFCsKJmjiC39V7gKu0RAgKdAJ4upTN5YO4bMCgW36EjyESDlKWUSQCg4PaS +1GEkNPd+WxYa2QnHrG1kxYQ= +=kue+ -----END PGP SIGNATURE----- diff --git a/net-dialup/ivcall/files/digest-ivcall-0.3 b/net-dialup/ivcall/files/digest-ivcall-0.3 deleted file mode 100644 index 1304c8b3b0e0..000000000000 --- a/net-dialup/ivcall/files/digest-ivcall-0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 bd6be454d0446ae7f043e8841c6d54aa ivcall-0.3.tar.gz 91495 diff --git a/net-dialup/ivcall/ivcall-0.3.ebuild b/net-dialup/ivcall/ivcall-0.3.ebuild deleted file mode 100644 index b26e2e2dc288..000000000000 --- a/net-dialup/ivcall/ivcall-0.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivcall/ivcall-0.3.ebuild,v 1.2 2005/01/31 23:29:24 mrness Exp $ - -inherit eutils - -DESCRIPTION="Utility for making automated telephone calls via ISDN" -HOMEPAGE="http://0pointer.de/lennart/projects/ivcall/" -SRC_URI="http://0pointer.de/lennart/projects/ivcall/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" -DEPEND="net-dialup/isdn4k-utils" - -src_compile() { - local myconf="--disable-lynx --disable-xmltoman" - econf $myconf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - dohtml doc/*.{html,css} - dodoc doc/README -} |