diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2005-08-19 20:51:57 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2005-08-19 20:51:57 +0000 |
commit | 612697e5f8df1505e4c6773d903f32d47c9b8418 (patch) | |
tree | 3c23da89dc9a42cf78c3cf61d459ed3c3db42c8a /net-dialup | |
parent | New beta version (diff) | |
download | gentoo-2-612697e5f8df1505e4c6773d903f32d47c9b8418.tar.gz gentoo-2-612697e5f8df1505e4c6773d903f32d47c9b8418.tar.bz2 gentoo-2-612697e5f8df1505e4c6773d903f32d47c9b8418.zip |
stable on x86
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ivam2/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/ivam2/files/ivam2.init | 6 | ||||
-rw-r--r-- | net-dialup/ivam2/ivam2-0.3-r1.ebuild | 16 |
3 files changed, 15 insertions, 13 deletions
diff --git a/net-dialup/ivam2/ChangeLog b/net-dialup/ivam2/ChangeLog index 1a09618dfb4e..a9269c47477d 100644 --- a/net-dialup/ivam2/ChangeLog +++ b/net-dialup/ivam2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/ivam2 # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivam2/ChangeLog,v 1.5 2005/07/04 07:43:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivam2/ChangeLog,v 1.6 2005/08/19 20:51:57 sbriesen Exp $ + + 19 Aug 2005; Stefan Briesenick <sbriesen@gentoo.org> files/ivam2.init, + ivam2-0.3-r1.ebuild: + stable on x86 04 Jul 2005; David Holm <dholm@gentoo.org> ivam2-0.3-r1.ebuild: Added to ~ppc. diff --git a/net-dialup/ivam2/files/ivam2.init b/net-dialup/ivam2/files/ivam2.init index d6938841fb16..b6d2c590c19e 100644 --- a/net-dialup/ivam2/files/ivam2.init +++ b/net-dialup/ivam2/files/ivam2.init @@ -1,9 +1,9 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivam2/files/ivam2.init,v 1.1 2004/11/24 06:31:03 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivam2/files/ivam2.init,v 1.2 2005/08/19 20:51:57 sbriesen Exp $ -opts="start stop reload info" +opts="reload info" depend() { need isdn diff --git a/net-dialup/ivam2/ivam2-0.3-r1.ebuild b/net-dialup/ivam2/ivam2-0.3-r1.ebuild index 70ab792cbc50..79ec8cd625de 100644 --- a/net-dialup/ivam2/ivam2-0.3-r1.ebuild +++ b/net-dialup/ivam2/ivam2-0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivam2/ivam2-0.3-r1.ebuild,v 1.3 2005/07/20 05:49:00 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivam2/ivam2-0.3-r1.ebuild,v 1.4 2005/08/19 20:51:57 sbriesen Exp $ inherit eutils @@ -8,7 +8,7 @@ DESCRIPTION="Automatic phone answering machine software for ISDN" SRC_URI="http://0pointer.de/lennart/projects/ivam2/${P}.tar.gz" HOMEPAGE="http://0pointer.de/lennart/projects/ivam2/" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" LICENSE="GPL-2" IUSE="" SLOT="0" @@ -21,13 +21,12 @@ DEPEND="virtual/libc RDEPEND="${DEPEND} media-sound/sox media-sound/vorbis-tools - || ( net-mail/metamail dev-libs/openssl )" #needed for base64 encoding + || ( net-mail/metamail dev-libs/openssl )" # needed for base64 encoding src_unpack() { unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${P}-base64-enc.patch + cd "${S}" + epatch "${FILESDIR}/${P}-base64-enc.patch" } src_compile() { @@ -38,11 +37,10 @@ src_compile() { src_install() { keepdir /var/spool/ivam2 - make install DESTDIR=${D} || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" dodoc doc/{README,README.VoiceBox,TODO} dohtml doc/*.{html,css} - exeinto /etc/init.d - newexe ${FILESDIR}/ivam2.init ivam2 + newinitd "${FILESDIR}/ivam2.init" ivam2 } pkg_preinst() { |