Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] avrdude: update to 6.4, adopt
@ 2022-04-02 10:53 subnut
  2022-04-02 10:58 ` subnut
  2022-04-07 17:05 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: subnut @ 2022-04-02 10:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1241 bytes --]

There is a new pull request by subnut against master on the void-packages repository

https://github.com/subnut/void-packages avrdude
https://github.com/void-linux/void-packages/pull/36463

avrdude: update to 6.4, adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36463.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-avrdude-36463.patch --]
[-- Type: text/x-diff, Size: 1544 bytes --]

From e7b8cbdd0efb2ebe785bc43484eeb3a07dd0a8db Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Sat, 2 Apr 2022 16:22:04 +0530
Subject: [PATCH] avrdude: update to 6.4, adopt

---
 srcpkgs/avrdude/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/avrdude/template b/srcpkgs/avrdude/template
index ec6866e05bab..5ebe45ae47e4 100644
--- a/srcpkgs/avrdude/template
+++ b/srcpkgs/avrdude/template
@@ -1,15 +1,21 @@
 # Template file for 'avrdude'
 pkgname=avrdude
-version=6.3
-revision=3
+version=6.4
+revision=1
 build_style=gnu-configure
+configure_args="$(vopt_enable gpio linuxgpio) $(vopt_enable spi linuxspi)"
 hostmakedepends="flex"
-makedepends="elfutils-devel libusb-devel libusb-compat-devel libftdi1-devel"
+makedepends="elfutils-devel libusb-devel libusb-compat-devel libftdi1-devel
+ hidapi-devel"
 depends="avr-libc"
 short_desc="Utility to manipulate ROM and EEPROM of AVR microcontrollers"
-maintainer="allan <mail@may.mooo.com>"
+maintainer="Subhaditya Nath <sn03.general@gmail.com>"
 license="GPL-2.0-only"
 homepage="http://www.nongnu.org/avrdude/"
 distfiles="$NONGNU_SITE/$pkgname/${pkgname}-$version.tar.gz"
-checksum=0f9f731b6394ca7795b88359689a7fa1fba818c6e1d962513eb28da670e0a196
+checksum=a9be7066f70a9dcf4bf0736fcf531db6a3250aed1a24cc643add27641b7110f9
 conf_files="/etc/avrdude.conf"
+build_options="gpio spi"
+desc_option_spi="Enable LINUXSPI support"
+desc_option_gpio="Enable LINUXGPIO support"
+build_options_default="${build_options}"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: avrdude: update to 6.4, adopt
  2022-04-02 10:53 [PR PATCH] avrdude: update to 6.4, adopt subnut
@ 2022-04-02 10:58 ` subnut
  2022-04-07 17:05 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: subnut @ 2022-04-02 10:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 350 bytes --]

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/36463#issuecomment-1086615140

Comment:
Since @allan has been inactive on GitHub for a long time (since 2017), I thought I'd adopt this package.

@allan, if you are reading this message, please reply whether it's okay for me to adopt this package.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: avrdude: update to 6.4, adopt
  2022-04-02 10:53 [PR PATCH] avrdude: update to 6.4, adopt subnut
  2022-04-02 10:58 ` subnut
@ 2022-04-07 17:05 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2022-04-07 17:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1092 bytes --]

There's a merged pull request on the void-packages repository

avrdude: update to 6.4, adopt
https://github.com/void-linux/void-packages/pull/36463

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-07 17:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-02 10:53 [PR PATCH] avrdude: update to 6.4, adopt subnut
2022-04-02 10:58 ` subnut
2022-04-07 17:05 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).