From patchwork Wed Sep 25 17:59:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2427 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 46dm6s16KFz42Td for ; Wed, 25 Sep 2019 18:00:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 46dm6r0PS5zKR; Wed, 25 Sep 2019 18:00:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 46dm6q6FFSz2ydv; Wed, 25 Sep 2019 18:00:03 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 46dm6p5pxtz2y30; Wed, 25 Sep 2019 18:00:02 +0000 (UTC) Received: from tuxedo.stevee (213162073120.public.t-mobile.at [213.162.73.120]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 46dm6p28KRz8r; Wed, 25 Sep 2019 18:00:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1569434402; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ED/yVtiS/wDpbiNHQutfE6OtSK7mqnGlPDazwRZNOxs=; b=bkgnXzFvM6kv1pwbQYY78xek+W1VRlwuZBfTDiONgr/Sgri2Vhk54p5HoP53uGJveUjcRb xqCyJpv5LvTEjcCTntwmdCCnU7fEevVFt7pE39FMz6irReAphQOkNy1FRflF53WMuDcBNC A1JbSPGRERDy8XpWnvFF0waOqWnMmpaEiC+wWZY608NUl4b3ivTKStuLmm4O5adNFR4aQd 5UsUdjrkXcSg8jLf7h3FBrxnN7JI0tHKkVuiuKraxidg+CPDJrXT3FosKeXum1cFj4WoTX cGtEmM7MTA+Ym96nNaKjtIZPgb8Um85AUFwF2W4n9dK0GkkKyF54YwQfuv9N6Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1569434402; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ED/yVtiS/wDpbiNHQutfE6OtSK7mqnGlPDazwRZNOxs=; b=+RmN1ooC9QdigA6Vt7pfXAxDA+B+m3+f/2nnz4uB9GU2moeDXjgV6Mzq2XFkTU/sUlyXpN f2S7od7eIYLEGNAA== From: Stefan Schantl To: development@lists.ipfire.org, location@lists.ipfire.org Subject: [PATCH] perl: Remove unneeded/unwanted files. Date: Wed, 25 Sep 2019 19:59:41 +0200 Message-Id: <20190925175941.2571-1-stefan.schantl@ipfire.org> In-Reply-To: <4810BE2E-971E-4310-AB7E-1F6882F2EAE7@ipfire.org> References: <4810BE2E-971E-4310-AB7E-1F6882F2EAE7@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- src/perl/Location/Changes | 5 ----- src/perl/Location/MANIFEST | 2 -- src/perl/Location/README | 38 -------------------------------------- 3 files changed, 45 deletions(-) delete mode 100644 src/perl/Location/Changes delete mode 100644 src/perl/Location/README diff --git a/src/perl/Location/Changes b/src/perl/Location/Changes deleted file mode 100644 index 7afbdba..0000000 --- a/src/perl/Location/Changes +++ /dev/null @@ -1,5 +0,0 @@ -Revision history for Perl extension Location. - -0.01 Mon Sep 23 19:59:15 2019 - - original version; created by h2xs 1.23 with options - -O -A -n Location loc/libloc.h loc/database.h diff --git a/src/perl/Location/MANIFEST b/src/perl/Location/MANIFEST index 55fe58b..f381916 100644 --- a/src/perl/Location/MANIFEST +++ b/src/perl/Location/MANIFEST @@ -1,9 +1,7 @@ -Changes Location.xs Makefile.PL MANIFEST ppport.h -README typemap t/Location.t lib/Location.pm diff --git a/src/perl/Location/README b/src/perl/Location/README deleted file mode 100644 index 21d8017..0000000 --- a/src/perl/Location/README +++ /dev/null @@ -1,38 +0,0 @@ -Location version 0.01 -=================== - -The README is used to introduce the module and provide instructions on -how to install the module, any machine dependencies it may have (for -example C compilers and installed libraries) and any other information -that should be provided before the module is installed. - -A README file is required for CPAN modules since CPAN extracts the -README file from a module distribution so that people browsing the -archive can use it get an idea of the modules uses. It is usually a -good idea to provide version information here so that people can -decide whether fixes for the module are worth downloading. - -INSTALLATION - -To install this module type the following: - - perl Makefile.PL - make - make test - make install - -DEPENDENCIES - -This module requires these other modules and libraries: - - libloc - -COPYRIGHT AND LICENCE - -Put the correct copyright and licence information here. - -Copyright (C) 2019 by Stefan Schantl - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.28.1 or, -at your option, any later version of Perl 5 you may have available.