Skip to content

Commit

Permalink
cuppa: Sync with git
Browse files Browse the repository at this point in the history
**Summary**

- Sync source to latest commit
- Add `homepage` key to `package.yml` (Part of #411)

**Test Plan**

Verified the added homepage loads information about the package

**Checklist**

- [x] Package was built and tested against unstable
  • Loading branch information
malfisya committed Mar 27, 2024
1 parent ae983d8 commit 1a04b90
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
4 changes: 0 additions & 4 deletions packages/c/cuppa/MAINTAINERS.md

This file was deleted.

7 changes: 5 additions & 2 deletions packages/c/cuppa/abi_used_symbols
@@ -1,5 +1,4 @@
libc.so.6:__errno_location
libc.so.6:__stack_chk_fail
libc.so.6:abort
libc.so.6:fprintf
libc.so.6:fputc
Expand All @@ -17,16 +16,20 @@ libc.so.6:mmap
libc.so.6:munmap
libc.so.6:nanosleep
libc.so.6:pthread_attr_destroy
libc.so.6:pthread_attr_getstack
libc.so.6:pthread_attr_getstacksize
libc.so.6:pthread_attr_init
libc.so.6:pthread_cond_broadcast
libc.so.6:pthread_cond_wait
libc.so.6:pthread_create
libc.so.6:pthread_detach
libc.so.6:pthread_getattr_np
libc.so.6:pthread_key_create
libc.so.6:pthread_mutex_lock
libc.so.6:pthread_mutex_unlock
libc.so.6:pthread_self
libc.so.6:pthread_setspecific
libc.so.6:pthread_sigmask
libc.so.6:realloc
libc.so.6:setenv
libc.so.6:sigaction
libc.so.6:sigaddset
Expand Down
5 changes: 3 additions & 2 deletions packages/c/cuppa/package.yml
@@ -1,8 +1,9 @@
name : cuppa
version : 1.1.0
release : 8
release : 9
source :
- https://github.com/DataDrake/cuppa/archive/1.1.0.tar.gz : 09afd907209ec90b5a566a487ec1c77dea1545b3eb1f8b6a976e61489329f31b
- git|https://github.com/DataDrake/cuppa.git : 480be4e72c83b9c4e5b4cc58216fef792cd626a2
homepage : https://github.com/DataDrake/cuppa/
license : Apache-2.0
component : programming.tools
summary : Comprehensive Upstream Provider Polling Assistant
Expand Down
15 changes: 8 additions & 7 deletions packages/c/cuppa/pspec_x86_64.xml
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>cuppa</Name>
<Homepage>https://github.com/DataDrake/cuppa/</Homepage>
<Packager>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>programming.tools</PartOf>
<Summary xml:lang="en">Comprehensive Upstream Provider Polling Assistant</Summary>
<Description xml:lang="en">As a package maintainer, it&apos;s a challenging task to keep track of every new release of a piece of software. Usually this involves subscribing to mailing lists, signing up for notifications from FOSS portals like Github, or even subscribing to news sites. For a distro, this might also mean a repeated effort amongst its package maintainers. The inefficiency and time requirements of such an approach is inevitable. This has led several distros to create their own upstream tracking platforms to automate the process of tracking upstream releases. However, these platforms are often distro specific, leading to further duplication of effort between distros.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>cuppa</Name>
Expand All @@ -23,12 +24,12 @@
</Files>
</Package>
<History>
<Update release="8">
<Date>2022-04-02</Date>
<Update release="9">
<Date>2024-03-27</Date>
<Version>1.1.0</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 1a04b90

Please sign in to comment.