From 841fec4ac79bf2be2a03966ecb26825801540ea6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 3 Apr 2021 19:57:33 +0300 Subject: cpt: drop release candidate from testing --- testing/cpt/build | 7 ------- testing/cpt/checksums | 3 --- testing/cpt/depends | 2 -- testing/cpt/files/cpt-base | 25 ------------------------- testing/cpt/files/news | 4 ---- testing/cpt/message | 5 ----- testing/cpt/post-install | 13 ------------- testing/cpt/sources | 3 --- testing/cpt/test | 2 -- testing/cpt/version | 1 - 10 files changed, 65 deletions(-) delete mode 100755 testing/cpt/build delete mode 100644 testing/cpt/checksums delete mode 100644 testing/cpt/depends delete mode 100644 testing/cpt/files/cpt-base delete mode 100644 testing/cpt/files/news delete mode 100644 testing/cpt/message delete mode 100755 testing/cpt/post-install delete mode 100644 testing/cpt/sources delete mode 100755 testing/cpt/test delete mode 100644 testing/cpt/version (limited to 'testing') diff --git a/testing/cpt/build b/testing/cpt/build deleted file mode 100755 index 7aa514e7..00000000 --- a/testing/cpt/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -docs=$(./src/cpt-list --check texinfo yes no) -make PREFIX=/usr DOCS="$docs" DESTDIR="$1" install - -install -Dm644 cpt-base "$1/etc/cpt-base" -install -Dm755 news "$1/usr/bin/cpt-news" diff --git a/testing/cpt/checksums b/testing/cpt/checksums deleted file mode 100644 index 9f3699fe..00000000 --- a/testing/cpt/checksums +++ /dev/null @@ -1,3 +0,0 @@ -694198b277bc582c169f35969035a4d3ad484716e265a02c56e6e45b52afed21 cpt-6.0.0-rc2.tar.gz -1f6d1470f254164898fc5a3ab5ddf1c57c873c3cfbfd0acb519a8f242265540a news -e1401cff417a903e72355edf878ef946eb674a051cb2cfeda356863d21495e76 cpt-base diff --git a/testing/cpt/depends b/testing/cpt/depends deleted file mode 100644 index a615eba9..00000000 --- a/testing/cpt/depends +++ /dev/null @@ -1,2 +0,0 @@ -curl -rsync diff --git a/testing/cpt/files/cpt-base b/testing/cpt/files/cpt-base deleted file mode 100644 index ad4d1dc7..00000000 --- a/testing/cpt/files/cpt-base +++ /dev/null @@ -1,25 +0,0 @@ -# This file defines the base packages of the system. You can add or remove -# package names in order to redefine the base. This file will be used by -# cpt-orphans and cpt-reset. If this file doesn't exist on /etc/cpt-base, both -# of the tools will assume that there is no defined base, so use with caution. -baselayout -binutils -byacc -busybox -bzip2 -ca-certificates -curl -flex -gcc -git -rsync -gzip -cpt -bearssl -linux-headers -m4 -make -musl -pkgconf -xz -zlib diff --git a/testing/cpt/files/news b/testing/cpt/files/news deleted file mode 100644 index 4c0dabfd..00000000 --- a/testing/cpt/files/news +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -e -# Read news and announcements from Carbs Linux - -curl -sfL https://carbslinux.org/news/index.txt | ${PAGER:-less} diff --git a/testing/cpt/message b/testing/cpt/message deleted file mode 100644 index 271062b6..00000000 --- a/testing/cpt/message +++ /dev/null @@ -1,5 +0,0 @@ -NOTE - - 'cpt-news' tool was added to see news about the distribution. Feel free to - check it out and give your feedback. - diff --git a/testing/cpt/post-install b/testing/cpt/post-install deleted file mode 100755 index 7f98b4d9..00000000 --- a/testing/cpt/post-install +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -grep -q '\.la$' "$CPT_ROOT/var/db/cpt/installed/"*/manifest || exit 0 - -find "$CPT_ROOT/usr/lib" \ - ! -type d \ - -name '*.la' \ - -exec rm -f -- {} + - -find "$CPT_ROOT/var/db/cpt/installed" \ - ! -type d \ - -name manifest \ - -exec sed -i '/.*\.la$/d' {} + diff --git a/testing/cpt/sources b/testing/cpt/sources deleted file mode 100644 index a273252b..00000000 --- a/testing/cpt/sources +++ /dev/null @@ -1,3 +0,0 @@ -https://git.carbslinux.org/cpt/snapshot/cpt-6.0.0-rc2.tar.gz -files/news -files/cpt-base diff --git a/testing/cpt/test b/testing/cpt/test deleted file mode 100755 index eb052596..00000000 --- a/testing/cpt/test +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -make test diff --git a/testing/cpt/version b/testing/cpt/version deleted file mode 100644 index 02a6edef..00000000 --- a/testing/cpt/version +++ /dev/null @@ -1 +0,0 @@ -6.0.0-rc2 1 -- cgit v1.2.3