Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominika Liberda
aports
Commits
5ce3bb52
Commit
5ce3bb52
authored
6 years ago
by
Sören Tempel
Browse files
Options
Downloads
Patches
Plain Diff
community/cloc: upgrade to 1.80
parent
027895d1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
community/cloc/APKBUILD
+5
-5
5 additions, 5 deletions
community/cloc/APKBUILD
community/cloc/disable-01_opts.patch
+0
-14
0 additions, 14 deletions
community/cloc/disable-01_opts.patch
community/cloc/disable-git-tests.patch
+15
-0
15 additions, 0 deletions
community/cloc/disable-git-tests.patch
with
20 additions
and
19 deletions
community/cloc/APKBUILD
+
5
−
5
View file @
5ce3bb52
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname
=
cloc
pkgver
=
1.
7
8
pkgver
=
1.8
0
pkgrel
=
0
pkgdesc
=
"Count lines of code"
url
=
"https://github.com/AlDanial/cloc"
...
...
@@ -11,8 +11,8 @@ depends="perl perl-algorithm-diff perl-regexp-common
perl-parallel-forkmanager"
makedepends
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"https://github.com/AlDanial/
$pkgname
/releases/download/
$pkgver
/
$pkgname
-
$pkgver
.tar.gz
disable-
01_op
ts.patch"
source
=
"https://github.com/AlDanial/
$pkgname
/releases/download/
v
$pkgver
/
$pkgname
-
$pkgver
.tar.gz
disable-
git-tes
ts.patch"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
...
...
@@ -32,5 +32,5 @@ package() {
"
$pkgdir
"
/usr/share/doc/
$pkgname
/
}
sha512sums
=
"
e5824d0a0796302173974e516848abdb4e653c1df4d660bf60b51e766ad09239b8b72276e2cb6b57771399dadfd1c7eb60218dc62b80cebdeebf607150baeb35
cloc-1.
7
8.tar.gz
10039c23d06f16f3c44427ee0f0e5d16dd05d2c5364145f57c1e5de94227387907f9ecebe7d42fc976599a8c1814e51d5f0a4eddef154222c5138cbcce777c4a
disable-
01_op
ts.patch"
sha512sums
=
"
3f41a0e2bd4becbb393e24834c45d9998217443d5c6d0478be5ce4f9506bb8dcb44088ce4a2c75c06cb6af47b4432f3dc58db9009f9a350a00dd80802109117f
cloc-1.8
0
.tar.gz
57c645db88bd83a06c32a38311b5f5a8cb0b86af454f20c7f4ce4311cc87932f8a61de381d5ca9f7189271034b487f2cb35f1d8568674f772d2969fb2e4e9cac
disable-
git-tes
ts.patch"
This diff is collapsed.
Click to expand it.
community/cloc/disable-01_opts.patch
deleted
100644 → 0
+
0
−
14
View file @
027895d1
This part of the test suite currently fails, we therefore temporarily
disable it until we figured out what's causing the failure.
diff -upr cloc-1.76.orig/Unix/Makefile cloc-1.76/Unix/Makefile
--- cloc-1.76.orig/Unix/Makefile 2018-02-10 17:51:48.335889390 +0100
+++ cloc-1.76/Unix/Makefile 2018-02-10 17:52:02.309227510 +0100
@@ -95,7 +95,6 @@
test-pod:
# Rule: test-code - Check that the counter works
test-code:
t/00_C.t
- t/01_opts.t
# Rule: test - Run tests
test: test-perl test-pod test-code
This diff is collapsed.
Click to expand it.
community/cloc/disable-git-tests.patch
0 → 100644
+
15
−
0
View file @
5ce3bb52
Disable all git-related tests. Those probably fail because the source
tarball doesn't ship the `.git` directory. Needs further investigation.
diff -upr cloc-1.80.orig/Unix/Makefile cloc-1.80/Unix/Makefile
--- cloc-1.80.orig/Unix/Makefile 2018-10-06 18:14:59.066930304 +0200
+++ cloc-1.80/Unix/Makefile 2018-10-06 18:15:06.760329821 +0200
@@ -95,8 +95,6 @@
test-pod:
# Rule: test-code - Check that the counter works
test-code:
t/00_C.t
- t/02_git.t
- t/01_opts.t
# Rule: test - Run tests
test: test-perl test-pod test-code
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment