summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2004-11-21 18:23:25 +0000
committerAlin Năstac <mrness@gentoo.org>2004-11-21 18:23:25 +0000
commit97e0479762e8ea35ef88591dbc0b6bf2f70df74e (patch)
tree206a94266b49132b3536b812ee1f8b4640566c31 /net-dialup/vbox3
parentVersion bump. (diff)
downloadhistorical-97e0479762e8ea35ef88591dbc0b6bf2f70df74e.tar.gz
historical-97e0479762e8ea35ef88591dbc0b6bf2f70df74e.tar.bz2
historical-97e0479762e8ea35ef88591dbc0b6bf2f70df74e.zip
initial import from #71845
Diffstat (limited to 'net-dialup/vbox3')
-rw-r--r--net-dialup/vbox3/ChangeLog9
-rw-r--r--net-dialup/vbox3/Manifest16
-rw-r--r--net-dialup/vbox3/files/digest-vbox3-0.1.91
-rw-r--r--net-dialup/vbox3/files/makefile-0.1.9.patch24
-rw-r--r--net-dialup/vbox3/files/vbox3.logrotate16
-rw-r--r--net-dialup/vbox3/metadata.xml6
-rw-r--r--net-dialup/vbox3/vbox3-0.1.9.ebuild41
7 files changed, 113 insertions, 0 deletions
diff --git a/net-dialup/vbox3/ChangeLog b/net-dialup/vbox3/ChangeLog
new file mode 100644
index 000000000000..4c2413cc42ef
--- /dev/null
+++ b/net-dialup/vbox3/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-dialup/vbox3
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/vbox3/ChangeLog,v 1.1 2004/11/21 18:23:25 mrness Exp $
+
+*vbox3-0.1.9 (21 Nov 2004)
+
+ 21 Nov 2004; Alin Nastac <mrness@gentoo.org> +metadata.xml,
+ +files/makefile-0.1.9.patch, +files/vbox3.logrotate, +vbox3-0.1.9.ebuild:
+ Initial import from bug #71845, thanks to Stefan Briesenick <sbriesen@gmx.de>.
diff --git a/net-dialup/vbox3/Manifest b/net-dialup/vbox3/Manifest
new file mode 100644
index 000000000000..b88801847e67
--- /dev/null
+++ b/net-dialup/vbox3/Manifest
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 1bd7798511424017c99def1137cf54f7 vbox3-0.1.9.ebuild 958
+MD5 f15551f78ce3ec5ff2e941977a01272b metadata.xml 225
+MD5 5e91bc00647bce7756a4d8840ad19aa7 ChangeLog 452
+MD5 b9a72f9dce2fd7544e6014e5c2c9a55b files/digest-vbox3-0.1.9 63
+MD5 15ef676fec91271f9a48dc7a1b7e82a2 files/makefile-0.1.9.patch 1211
+MD5 c578f2a311150c592b0e504f8f206cd1 files/vbox3.logrotate 428
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBoN0pjtv59x0+BrURAgzBAJ4mRBKGIWXfozM0bEmi4+nUVlX3rQCfc8Rd
+2bFLY/dKFLvZE4GyHbpiP9g=
+=kY2K
+-----END PGP SIGNATURE-----
diff --git a/net-dialup/vbox3/files/digest-vbox3-0.1.9 b/net-dialup/vbox3/files/digest-vbox3-0.1.9
new file mode 100644
index 000000000000..d88416e9df56
--- /dev/null
+++ b/net-dialup/vbox3/files/digest-vbox3-0.1.9
@@ -0,0 +1 @@
+MD5 dec7c96a6b3e8aa524bf0bcbae1f8af7 vbox3_0.1.9.tar.gz 105619
diff --git a/net-dialup/vbox3/files/makefile-0.1.9.patch b/net-dialup/vbox3/files/makefile-0.1.9.patch
new file mode 100644
index 000000000000..226262112f89
--- /dev/null
+++ b/net-dialup/vbox3/files/makefile-0.1.9.patch
@@ -0,0 +1,24 @@
+--- vboxgetty/examples/scripts/Makefile.am.orig 2004-09-24 11:14:08.044455472 +0930
++++ vboxgetty/examples/scripts/Makefile.am 2004-09-24 11:14:38.451386288 +0930
+@@ -14,6 +14,6 @@
+ ## Local install routines ################################################
+
+ install-data-local:
+- $(mkinstalldirs) $(pkgdatadir)/tcl
+- $(INSTALL) -m 644 initmodem.tcl $(pkgdatadir)/tcl/
+- $(INSTALL) -m 644 answercall.tcl $(pkgdatadir)/tcl/
++ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/tcl
++ $(INSTALL) -m 644 initmodem.tcl $(DESTDIR)$(pkgdatadir)/tcl/
++ $(INSTALL) -m 644 answercall.tcl $(DESTDIR)$(pkgdatadir)/tcl/
+--- vboxgetty/examples/Makefile.am.orig 2004-09-24 11:27:49.756751152 +0930
++++ vboxgetty/examples/Makefile.am 2004-09-24 11:27:08.663145584 +0930
+@@ -18,6 +18,6 @@
+ ## Local install routines ################################################
+
+ install-data-local:
+- $(mkinstalldirs) $(sysconfdir)
+- $(INSTALL) -m 664 vboxgetty.conf $(sysconfdir)
+- $(INSTALL) -m 664 vboxcallerid.conf $(sysconfdir)
++ $(mkinstalldirs) $(DESTDIR)/$(sysconfdir)
++ $(INSTALL) -m 664 vboxgetty.conf $(DESTDIR)/$(sysconfdir)
++ $(INSTALL) -m 664 vboxcallerid.conf $(DESTDIR)/$(sysconfdir)
diff --git a/net-dialup/vbox3/files/vbox3.logrotate b/net-dialup/vbox3/files/vbox3.logrotate
new file mode 100644
index 000000000000..74d5f2f4e6f3
--- /dev/null
+++ b/net-dialup/vbox3/files/vbox3.logrotate
@@ -0,0 +1,16 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/vbox3/files/vbox3.logrotate,v 1.1 2004/11/21 18:23:25 mrness Exp $
+#
+# vbox3 logrotate snippet for Gentoo Linux
+# contributed by Stefan Briesenick
+
+/var/log/vbox/vbox.tty* {
+ weekly
+ compress
+ rotate 99
+ size=1024k
+ notifempty
+ missingok
+ copytruncate
+}
diff --git a/net-dialup/vbox3/metadata.xml b/net-dialup/vbox3/metadata.xml
new file mode 100644
index 000000000000..e1bb4ba23650
--- /dev/null
+++ b/net-dialup/vbox3/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-dialup</herd>
+<longdescription>ISDN voice response system</longdescription>
+</pkgmetadata>
diff --git a/net-dialup/vbox3/vbox3-0.1.9.ebuild b/net-dialup/vbox3/vbox3-0.1.9.ebuild
new file mode 100644
index 000000000000..458cb6738431
--- /dev/null
+++ b/net-dialup/vbox3/vbox3-0.1.9.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/vbox3/vbox3-0.1.9.ebuild,v 1.1 2004/11/21 18:23:25 mrness Exp $
+
+inherit eutils libtool
+
+DESCRIPTION="ISDN voice response system"
+SRC_URI="http://smarden.org/pape/${PN}/${PN}_${PV}.tar.gz"
+HOMEPAGE="http://smarden.org/pape/${PN}/"
+
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+IUSE=""
+SLOT="0"
+
+DEPEND="virtual/libc
+ sys-libs/ncurses
+ dev-lang/tcl"
+RDEPEND="${DEPEND}
+ net-dialup/isdn4k-utils"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/makefile-${PV}.patch || die "failed to patch makefile"
+ elibtoolize
+}
+
+src_install() {
+ keepdir /var/log/vbox
+ einstall || die "make install failed"
+ dosym vboxgetty /usr/sbin/vboxputty
+
+ dodoc AUTHORS CHANGES README doc/INSTALL
+ dohtml doc/*.html
+ doman debian/*.8
+
+ # install logrotate configs
+ insinto /etc/logrotate.d
+ newins ${FILESDIR}/vbox3.logrotate vbox3
+}