From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id CE3001F463 for ; Sun, 1 Dec 2019 01:27:17 +0000 (UTC) Received: from localhost ([::1]:39826 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibE17-0004SP-1d for e@80x24.org; Sat, 30 Nov 2019 20:27:17 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59347) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibE14-0004R9-6T for dtas-all@nongnu.org; Sat, 30 Nov 2019 20:27:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibE12-0006Vg-OD for dtas-all@nongnu.org; Sat, 30 Nov 2019 20:27:14 -0500 Received: from dcvr.yhbt.net ([64.71.152.64]:48450) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ibE12-0006VP-GN for dtas-all@nongnu.org; Sat, 30 Nov 2019 20:27:12 -0500 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 620D81F47A for ; Sun, 1 Dec 2019 01:26:54 +0000 (UTC) From: Eric Wong To: dtas-all@nongnu.org Subject: [PATCH 5/5] doc: remove "sleepy_penguin" references Date: Sun, 1 Dec 2019 01:26:53 +0000 Message-Id: <20191201012653.21967-6-e@80x24.org> In-Reply-To: <20191201012653.21967-1-e@80x24.org> References: <20191201012653.21967-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.71.152.64 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: duct tape audio suite List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+e=80x24.org@nongnu.org Sender: "dtas-all" Less to install, less to document, a win for everybody! --- Documentation/dtas-sinkedit.pod | 2 +- Documentation/dtas-sourceedit.pod | 2 +- INSTALL | 19 ------------------- dtas-linux.gemspec | 19 ------------------- 4 files changed, 2 insertions(+), 40 deletions(-) delete mode 100644 dtas-linux.gemspec diff --git a/Documentation/dtas-sinkedit.pod b/Documentation/dtas-sinkedi= t.pod index ee2d5b7..6787e25 100644 --- a/Documentation/dtas-sinkedit.pod +++ b/Documentation/dtas-sinkedit.pod @@ -13,7 +13,7 @@ dtas-sinkedit SINKNAME dtas-sinkedit spawns an editor to allow editing of a sink as a YAML file= . See L for details on SINKARGS. =20 -On Linux machines with the sleepy_penguin RubyGem installed, L +On Linux machines with the "fiddle" default RubyGem installed, L is used to monitor the file for changes while the text editor is running= . Each time a user finishes saving a file, changes are committed immediate= ly. This behavior may be disabled by using the -N or --no-watch command-line diff --git a/Documentation/dtas-sourceedit.pod b/Documentation/dtas-sourc= eedit.pod index ee88e8f..be158d3 100644 --- a/Documentation/dtas-sourceedit.pod +++ b/Documentation/dtas-sourceedit.pod @@ -16,7 +16,7 @@ a pipe or file, it is parsed as YAML and fed to the L instance non-interactively. This is useful for loading various profiles from the filesystem. =20 -On Linux machines with the sleepy_penguin RubyGem installed, L +On Linux machines with the "fiddle" default RubyGem installed, L is used to monitor the file for changes while the text editor is running= . Each time a user finishes saving a file, changes are committed immediate= ly. This behavior may be disabled by using the -N or --no-watch command-line diff --git a/INSTALL b/INSTALL index d0b8a24..16d3d34 100644 --- a/INSTALL +++ b/INSTALL @@ -16,21 +16,6 @@ Debian 7+ users can install dependencies easily: =20 sudo apt-get install sox libsox-fmt-all mp3gain flac ruby-dev =20 -# installing dtas RubyGem on GNU/Linux (Linux kernel 2.6.32+) - -Be sure to have Ruby development headers and a working C compiler. -This will pull in the sleepy_penguin RubyGems for minor -speedups. If you cannot be bothered to have a development -environment, just use "gem install dtas". - - sudo gem install dtas-linux - -This should pull in the "sleepy_penguin" RubyGems - -For future upgrades of dtas (upgrades to dtas-linux will be infrequent) - - sudo gem update dtas - # installing the dtas RubyGem on non-GNU/Linux or old GNU/Linux systems =20 sudo gem install dtas @@ -45,10 +30,6 @@ Grab the latest tarball from our HTTPS site: $ cd dtas-0.17.0 $ sudo ruby setup.rb =20 -GNU/Linux users may optionally install the "sleepy_penguin" package: - - * sleepy_penguin - https://bogomips.org/sleepy_penguin/ - # CONTACT =20 Please do not hesitate to send plain-text mail to diff --git a/dtas-linux.gemspec b/dtas-linux.gemspec deleted file mode 100644 index cc9a8c8..0000000 --- a/dtas-linux.gemspec +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright (C) 2013-2019 all contributors -# License: GPL-3.0+ -# -# this just declares dependencies to make gem installation a little easi= er -# for Linux users -Gem::Specification.new do |s| - s.name =3D %q{dtas-linux} - s.version =3D '1.1.0' - s.authors =3D ["dtas hackers"] - s.summary =3D "meta-package for dtas users on the Linux kernel" - s.description =3D "gives small performance improvements for dtas users= \n" \ - "via tee(), splice() and eventfd() on Linux" - s.email =3D %q{e@80x24.org} - s.files =3D [] - s.homepage =3D 'https://80x24.org/dtas.git/about/' - s.add_dependency(%q, '~> 0.16') - s.add_dependency(%q, '~> 3.5') - s.licenses =3D 'GPL-3.0+' -end