gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 06/10: remove more CMake, remove unused personal pubkey, rewrite


From: gnunet
Subject: [gnurl] 06/10: remove more CMake, remove unused personal pubkey, rewrite perl SHaline
Date: Mon, 18 Nov 2019 18:33:38 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit fdd9d400781c732113df2a469d6fa656a7e76389
Author: ng0 <address@hidden>
AuthorDate: Mon Nov 18 11:29:51 2019 +0000

    remove more CMake, remove unused personal pubkey, rewrite perl SHaline
---
 ci-gnurl/Dockerfile              |  8 --------
 docs/libcurl/opts/CMakeLists.txt | 12 ------------
 libgnurl.pub                     |  2 --
 scripts/delta                    |  2 +-
 scripts/singleuse.pl             |  2 +-
 5 files changed, 2 insertions(+), 24 deletions(-)

diff --git a/ci-gnurl/Dockerfile b/ci-gnurl/Dockerfile
deleted file mode 100644
index 3c983213c..000000000
--- a/ci-gnurl/Dockerfile
+++ /dev/null
@@ -1,8 +0,0 @@
-from debian:stretch
-
-# Install build tools
-RUN apt-get update && apt-get install -y git make automake autopoint autoconf
-
-# We need at least gnutls-dane-3.5.13 groff-1.22.3 libidn-1.33 libtool-2.4.6 
perl-5.26.0 pkg-config-0.29.2 python-2.7.13 zlib-1.2.11
-# at least that's my Guix package building.
-RUN apt-get update && apt-get install -y libltdl-dev libidn11-dev 
libgnutls28-dev perl pkg-config groff python2.7 python2.7-dev
diff --git a/docs/libcurl/opts/CMakeLists.txt b/docs/libcurl/opts/CMakeLists.txt
deleted file mode 100644
index 709d3e4b8..000000000
--- a/docs/libcurl/opts/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-# Load man_MANS from shared file
-transform_makefile_inc("Makefile.inc" 
"${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
-include("${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
-
-add_manual_pages(man_MANS)
-
-string(REPLACE ".3" ".html" HTMLPAGES "${man_MANS}")
-string(REPLACE ".3" ".pdf" PDFPAGES "${man_MANS}")
-add_custom_target(opts-html DEPENDS ${HTMLPAGES})
-add_custom_target(opts-pdf DEPENDS ${PDFPAGES})
-add_dependencies(html opts-html)
-add_dependencies(pdf opts-pdf)
diff --git a/libgnurl.pub b/libgnurl.pub
deleted file mode 100644
index 4cd395c58..000000000
--- a/libgnurl.pub
+++ /dev/null
@@ -1,2 +0,0 @@
-untrusted comment: signify public key
-RWR26h6WR6+0U9xCGX9w2wV+NMoS4WbUENdcpOTL7/rCd/ZSyr1P5KTo
diff --git a/scripts/delta b/scripts/delta
index 3d3ecc13f..63cc1522b 100755
--- a/scripts/delta
+++ b/scripts/delta
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #***************************************************************************
 #                                  _   _ ____  _
 #  Project                     ___| | | |  _ \| |
diff --git a/scripts/singleuse.pl b/scripts/singleuse.pl
index 0a5876a72..10b9e27cd 100755
--- a/scripts/singleuse.pl
+++ b/scripts/singleuse.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #***************************************************************************
 #                                  _   _ ____  _
 #  Project                     ___| | | |  _ \| |

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]