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 | 3286058e6d494ab8ec3e750eb82a7ec5df48dcfa (patch) | |
tree | d8a05a06d59b5fba4b6c09aad9d567b25d7f992d /net-dialup/ivcall | |
parent | New upstream version. Also make all rtorrent version depend on the libtorrent... (diff) | |
download | gentoo-2-3286058e6d494ab8ec3e750eb82a7ec5df48dcfa.tar.gz gentoo-2-3286058e6d494ab8ec3e750eb82a7ec5df48dcfa.tar.bz2 gentoo-2-3286058e6d494ab8ec3e750eb82a7ec5df48dcfa.zip |
remove old ver
(Portage version: 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 | 14 | ||||
-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, 5 insertions, 42 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..a3b928637359 100644 --- a/net-dialup/ivcall/Manifest +++ b/net-dialup/ivcall/Manifest @@ -1,18 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 a71451c6c8f966a09211a8c31da8e606 ivcall-0.4-r1.ebuild 794 +MD5 bf6a7b9253606c4043c82abfa93f2a69 ivcall-0.4-r1.ebuild 793 MD5 e809f1530ddbd393dd95fa8c201a5af8 ivcall-0.4.ebuild 736 -MD5 c94b0dfdbd5136f198faafda120b63d9 ivcall-0.3.ebuild 736 MD5 73f169d93084725c26318e28fcd0fea1 ChangeLog 765 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 ------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 -} |