Re: [aur-general] Cabal-install-git package

2017-05-13 Thread Eli Schwartz via aur-general
On 05/13/2017 02:09 PM, Markus Ongyerth wrote:
> Hello,
> 
> I created a PKGBUILD for cabal-install (from git) and wanted to upload it to 
> the aur. [1]
> 
> When I fetched the repository from the server, I got a PKGBUILD that already 
> exists, but isn't listed on the website.
> 
> #archlinux on freenode told me, that can happen when a repository was deleted 
> from the aur.
> Is it possible to get my version in? Or was it removed, because a git HEAD 
> version of cabal-install is considered superseeded by something from the 
> official repos?

This means that an AUR package previously existed, but was deleted.
Package deletions will remove the website listing and comments, but will
not remove the git repo backing it, because we want to preserve history.
You may be able to find the reason it was deleted by searching through
the aur-requests mailing list.

Any deleted package can be restored by ssh'ing to the AUR and running
the 'restore ' command, or alternatively by cloning, appending a
new commit, and pushing the new history. (You may be able to simply push
the current version, I am not sure.)
Of course, you should probably try to make sure the reason it was
initially deleted does not still apply. :)

As per the AUR standards, you cannot force-push and remove the history,
even of a deleted package, so simply treat this the same way you would
treat a package that you took over maintenance for. Essentially, that is
what happened anyway, except you also have to trigger the recreation of
the website listing as well...

-- 
Eli Schwartz



signature.asc
Description: OpenPGP digital signature


Re: [aur-general] TU Application: André Silva

2017-05-13 Thread André Silva
On 05/13/2017 10:24 PM, Christian Rebischke wrote:
> Hello Andre,
> Can you tell us more about your position at parabola? Why did you quit
> the developer job for there and why do you want to be Arch Linux
> Trusted User now? This is no offense, I just want to know more about
> that part in your history.
> 
> Best regards,
> 
> Chris
> 

Hi Chris don't worry about your questions, it isn't a offense. :)

I was one of the full-time Parabola devs there, mainly i've been
maintaining around 90% packages in libre repo [0] and 100% in kernels
[1] and nonprism repos [2][3] for x86_64 and i686 only, except the
kernels packages that were maintained by me for all architectures
supported by Parabola (x86_64, i686 and armv7h).

However a couple days ago, i've posted an email in Parabola's dev lists
about some doubts related to Parabola'd donations [4]

For constants multiple personal attacks (ad hominem), but no substance
[5], causing an unnecessary division and this on going flamewar over
something that should have been simple, i've decided to say goodbye to
Parabola [6]

Currently, i'm dedicating my life to my family and friends than ever
before, however i would at least continuing maintaining some of my
kernels such as linux-libre and linux-libre-lts in Arch as TU in
[community] for the benefit of Arch the same as other Arch-based distros.

Regards,
André

[0]:https://wiki.parabola.nu/Repositories#libre
[1]:https://wiki.parabola.nu/Repositories#kernels
[2]:https://wiki.parabola.nu/Repositories#nonprism
[3]:https://wiki.parabola.nu/Nonprism
[4]:https://lists.parabola.nu/pipermail/dev/2017-April/004848.html
[5]:https://lists.parabola.nu/pipermail/dev/2017-April/004954.html
[6]:https://lists.parabola.nu/pipermail/dev/2017-April/005022.html



signature.asc
Description: OpenPGP digital signature


Re: [aur-general] TU Application: André Silva

2017-05-13 Thread Christian Rebischke
On Sat, May 13, 2017 at 04:35:37PM +, André Silva wrote:
> Hi all, I'm André Silva (known as Emulatorman) that was one of main
> full-time Parabola devs between 2012-2017 [0] maintaining around 800
> packages [..]

Hello Andre,
Can you tell us more about your position at parabola? Why did you quit
the developer job for there and why do you want to be Arch Linux
Trusted User now? This is no offense, I just want to know more about
that part in your history.

Best regards,

Chris


signature.asc
Description: PGP signature


Re: [aur-general] Cabal-install-git package

2017-05-13 Thread Rafael Fontenelle
2017-05-13 15:09 GMT-03:00 Markus Ongyerth :

> Hello,
>
> I created a PKGBUILD for cabal-install (from git) and wanted to upload it
> to
> the aur. [1]
>
> When I fetched the repository from the server, I got a PKGBUILD that
> already
> exists, but isn't listed on the website.
>
> #archlinux on freenode told me, that can happen when a repository was
> deleted
> from the aur.
> Is it possible to get my version in? Or was it removed, because a git HEAD
> version of cabal-install is considered superseeded by something from the
> official repos?
>

Cloning, updating the PKGBUILD, creating the .SRCINFO, and then pushing it
back should probably do the job.


>
> [1] https://github.com/Ongy/cabal-install-PKGBUILD



If I may, I have some suggestions for your PKGBUILD:
1) adjust sed to remove "cabal" from pkgver
2) remove blank lines between the variables at start, and
3) move SANDBOX variable into build() as it is not used anywhere.
4) remove "cabal-install" as makedeps (your PKGBUILD provides it, so can't
depend on it)

Best Regards,
Rafael Fontenelle


Re: [aur-general] TU Application: Thore Bödecker

2017-05-13 Thread Thore Boedecker via aur-general
Hey,

just to be clear:
I did not and do not want to move any php56 related packages to the
Arch repo at any point.
It seems there was some confusion on that topic, so I have quoted the
important part from the original mail below:

On 10.05.17 - 13:49, Thore Boedecker via aur-general wrote:
> 
> The packages that I would like to move to [community], if the current
> maintainers agree, are:
>   - amavisd-new
>   - amavisd-milter
>   - perl-convert-tnef (required for amavisd-new)
>   - perl-convert-uulib (required for amavisd-new)
>   - libspf2
> 


Cheers,
Thore


signature.asc
Description: PGP signature


Re: [aur-general] Cabal-install-git package

2017-05-13 Thread Alex Talker via aur-general
I'm not an expert but guess `git push -u ` should make the deal.

On 13 May 2017 21:09:40 GMT+03:00, Markus Ongyerth  wrote:
>Hello,
>
>I created a PKGBUILD for cabal-install (from git) and wanted to upload
>it to 
>the aur. [1]
>
>When I fetched the repository from the server, I got a PKGBUILD that
>already 
>exists, but isn't listed on the website.
>
>#archlinux on freenode told me, that can happen when a repository was
>deleted 
>from the aur.
>Is it possible to get my version in? Or was it removed, because a git
>HEAD 
>version of cabal-install is considered superseeded by something from
>the 
>official repos?
>
>ongy
>
>
>[1] https://github.com/Ongy/cabal-install-PKGBUILD

-- 
Best regards,
Alex
Sent from my Android device with K-9 Mail. Please excuse my brevity.


[aur-general] Cabal-install-git package

2017-05-13 Thread Markus Ongyerth
Hello,

I created a PKGBUILD for cabal-install (from git) and wanted to upload it to 
the aur. [1]

When I fetched the repository from the server, I got a PKGBUILD that already 
exists, but isn't listed on the website.

#archlinux on freenode told me, that can happen when a repository was deleted 
from the aur.
Is it possible to get my version in? Or was it removed, because a git HEAD 
version of cabal-install is considered superseeded by something from the 
official repos?

ongy


[1] https://github.com/Ongy/cabal-install-PKGBUILD


signature.asc
Description: PGP signature


Re: [aur-general] TU Application: André Silva

2017-05-13 Thread NicoHood
On 05/13/2017 06:35 PM, André Silva wrote:
> Hi all, I'm André Silva (known as Emulatorman) that was one of main
> full-time Parabola devs between 2012-2017 [0] maintaining around 800
> packages [1], mainly Linux-libre kernels and personal ones such as the
> Linux-libre in combination with Knock [2], Grsecurity+Knock [3]. I will
> happy to maintain some of my packages with the other TUs and my sponsor
> (nicohood) in [community].
> 
> The following packages that i would maintain are:
> 
> * ath9k-htc-firmware
> * linux-libre-firmware
> * openfwwf
> * linux-libre
> * linux-libre-lts
> 
> Regards,
> André Silva
> 
> GPG ID: C92B AA71 3B8D 53D3 CAE6  3FC9 E697 4752 F970 4456
> 
> [0]:https://git.parabola.nu/hackers.git/tree/users/1007.yml
> [1]:https://lists.parabola.nu/pipermail/dev/2017-April/005094.html
> [2]:https://wiki.parabola.nu/Knock
> [3]:https://wiki.parabola.nu/Grsecurity%2BKnock
> 

I confirm the sponsorship of Emulatorman. Let the discussion period
begin. Good luck!



signature.asc
Description: OpenPGP digital signature


[aur-general] TU Application: André Silva

2017-05-13 Thread André Silva
Hi all, I'm André Silva (known as Emulatorman) that was one of main
full-time Parabola devs between 2012-2017 [0] maintaining around 800
packages [1], mainly Linux-libre kernels and personal ones such as the
Linux-libre in combination with Knock [2], Grsecurity+Knock [3]. I will
happy to maintain some of my packages with the other TUs and my sponsor
(nicohood) in [community].

The following packages that i would maintain are:

* ath9k-htc-firmware
* linux-libre-firmware
* openfwwf
* linux-libre
* linux-libre-lts

Regards,
André Silva

GPG ID: C92B AA71 3B8D 53D3 CAE6  3FC9 E697 4752 F970 4456

[0]:https://git.parabola.nu/hackers.git/tree/users/1007.yml
[1]:https://lists.parabola.nu/pipermail/dev/2017-April/005094.html
[2]:https://wiki.parabola.nu/Knock
[3]:https://wiki.parabola.nu/Grsecurity%2BKnock



signature.asc
Description: OpenPGP digital signature