199 Commits

Author SHA1 Message Date
Natanael Copa
6e5499bca1 move seafile and deps to unmaintained
it does not work
2016-04-25 09:50:54 +00:00
Przemyslaw Pawelczyk
da4e96aace Reorder arguments passed to addgroup/adduser in scripts.
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
2016-04-25 06:56:47 +00:00
Przemyslaw Pawelczyk
a60b9f07de Improve consistency of scripts using adduser/addgroup.
Following rules have been applied:
- script starts with shebang !#/bin/sh followed by blank line,
- script ends with exit 0 prepended by blank line,
- only stderr of adduser, addgroup or passwd is redirected to /dev/null,
- getent passwd/group instances has been removed,
- manual checking of file and group existence has been removed,
- `|| true` instances has been removed.

Comments and line wrapping have been preserved.
2016-04-25 06:55:43 +00:00
Przemyslaw Pawelczyk
a593d306c9 Add -g option (GECOS/comment) to adduser in scripts.
This way we can avoid ugly default:

    Linux user,,,
2016-04-25 06:54:18 +00:00
Przemyslaw Pawelczyk
ccc056dbf9 Add lacking -S option (system) to adduser/addgroup in scripts.
Groups and users created by packages shouldn't use high ids by default
(unless explicitly requested), to distinguish them from groups and users
created by administrators for humans.

Following 41 files lacked -S next to addgroup:
- community/sword/sword.pre-install
- main/amavisd-new/amavisd-new.pre-install
- main/chrony/chrony.pre-install
- main/cvechecker/cvechecker.pre-install
- main/dnsmasq/dnsmasq.pre-install
- main/freeradius/freeradius.pre-install
- main/gdnsd/gdnsd.pre-install
- main/haproxy/haproxy.pre-install
- main/haproxy/haproxy.pre-upgrade
- main/kamailio/kamailio.pre-install
- main/logcheck/logcheck.pre-install
- main/mlmmj/mlmmj.pre-install
- main/nrpe/nrpe.pre-install
- main/open-vm-tools/open-vm-tools.pre-install
- main/postgrey/postgrey.pre-install
- main/privoxy/privoxy.pre-install
- main/redis/redis.pre-install
- main/samba/winbind.pre-install
- main/sircbot/sircbot.pre-install
- main/smokeping/smokeping.pre-install
- main/squark/squark.post-install
- main/squid/squid.pre-install
- main/squid/squid.pre-upgrade
- main/subversion/subversion.pre-install
- main/trac/trac.pre-install
- main/vsftpd/vsftpd.pre-install
- main/zabbix/zabbix-agent.pre-install
- testing/3proxy/3proxy.pre-install
- testing/cluster-glue/cluster-glue.pre-install
- testing/elasticsearch/elasticsearch.pre-install
- testing/emby/emby.pre-install
- testing/gdnsd/gdnsd.pre-install
- testing/icinga2/icinga2.pre-install
- testing/lusca/lusca.pre-install
- testing/lusca/lusca.pre-upgrade
- testing/mongodb/mongodb.pre-install
- testing/openxcap/openxcap.pre-install
- testing/prosody/prosody.pre-install
- testing/rancid/rancid.pre-install
- testing/rutorrent/rutorrent.pre-install
- testing/zabbix/zabbix-agent.pre-install

Following 60 files lacked -S next to adduser:
- community/caddy/caddy.pre-install
- community/domoticz/domoticz.pre-install
- community/minetest/minetest-server.pre-install
- community/oscam/oscam.pre-install
- community/seafile/seafile-server.pre-install
- community/syncthing/syncthing.pre-install
- main/apache2/apache2.pre-install
- main/aports-build/aports-build.pre-install
- main/atheme-iris/atheme-iris.pre-install
- main/bind/bind.pre-install
- main/clamav/clamav-db.pre-install
- main/clamsmtp/clamsmtp.pre-install
- main/clamsmtp/clamsmtp.pre-upgrade
- main/coova-chilli/coova-chilli.pre-install
- main/cvechecker/cvechecker.pre-install
- main/dhcp/dhcp.pre-install
- main/distcc/distcc.pre-install
- main/djbdns/dnscache.pre-install
- main/djbdns/tinydns.pre-install
- main/dovecot/dovecot.pre-install
- main/ez-ipupdate/ez-ipupdate.pre-install
- main/fetchmail/fetchmail.pre-install
- main/freeswitch/freeswitch.pre-install
- main/gitolite/gitolite.pre-install
- main/gnats/gnats.pre-install
- main/gross/gross.pre-install
- main/icecast/icecast.pre-install
- main/kamailio/kamailio.pre-install
- main/lighttpd/lighttpd.pre-install
- main/mariadb/mariadb.pre-install
- main/memcached/memcached.pre-install
- main/ngircd/ngircd.pre-install
- main/nrpe/nrpe.pre-install
- main/openntpd/openntpd.pre-install
- main/postgrey/postgrey.pre-install
- main/snort/snort.pre-install
- main/squid/squid.pre-install
- main/squid/squid.pre-upgrade
- main/subversion/subversion.pre-install
- main/trac/trac.pre-install
- main/transmission/transmission-daemon.pre-install
- main/ympd/ympd.pre-install
- main/znc/znc.pre-install
- testing/at/at.pre-install
- testing/buildbot-slave/buildbot-slave.pre-install
- testing/buildbot/buildbot.pre-install
- testing/clapf/clapf.pre-install
- testing/cluster-glue/cluster-glue.pre-install
- testing/dbmail/dbmail.pre-install
- testing/dspam/dspam.pre-install
- testing/ejabberd/ejabberd.pre-install
- testing/emby/emby.pre-install
- testing/mongodb/mongodb.pre-install
- testing/opensips/opensips.pre-install
- testing/pdns/pdns.pre-install
- testing/prosody/prosody.pre-install
- testing/qpage/qpage.pre-install
- testing/rrdbot/rrdbot.pre-install
- testing/wt/wt.pre-install
- unmaintained/ejabberd-git/ejabberd-git.pre-install
2016-04-25 06:53:54 +00:00
Przemyslaw Pawelczyk
2a573734b6 Reorder options passed to adduser in scripts: make -S first.
It's only for consistency and to ease spotting lack of it.
2016-04-25 06:51:49 +00:00
Natanael Copa
289aecc6e6 unmaintained/otter-browser: move as requested 2016-04-18 12:34:34 +00:00
Sören Tempel
4a113e5c2a testing/clisp: move from unmaintained 2016-04-05 21:56:49 +02:00
Sören Tempel
1a2af8f02b unmaintained/omorfi: moved from testing
This package is outdated can't be installed currently and depends on a
python3 subpackage which was removed in the previous commit. Furthermore
it has no maintainer.

See also: Commit 9e713fec92631860166637090c74eabd00697c75
2016-03-23 13:23:10 +01:00
Muh Muhten
1301e6ae13 update all source= lines to use :: instead of saveas- syntax 2016-03-10 10:03:19 +00:00
Francesco Colista
a9a474b96d testing/podofo: moved from unmaintained, upgraded to 0.9.3 2016-03-10 08:24:41 +00:00
Francesco Colista
40697964cf unmaintained/perl-glib-ex-objectbits: removed, since there's the same package in testing 2016-03-10 07:39:45 +00:00
Natanael Copa
db824002e8 testing/network-manager-applet: move from unmaintained and upgrade to 1.0.10 2016-02-04 09:06:06 +00:00
Jiri Horner
7d87912bfb unmaintained/network-manager-applet: bring back from Valhalla
* new version 1.0.6
* disable introspection as introspection is disabled in network-manager
2016-02-04 08:59:59 +00:00
Natanael Copa
049bd53e62 testing/evolution: resurrect from unmaintained 2016-01-22 09:10:05 +00:00
Sören Tempel
6873064833 unmaintained/texlive: remove aport
It has been added to testing/ again.

See: e0df73eed09c148c3a132372c619b780566f033f
2016-01-12 01:52:11 +01:00
Sören Tempel
8cb55c032d unmaintained/pulseaudio: remove aport
Pulseaudio is already present in testing/.
2016-01-09 16:06:44 +01:00
Francesco Colista
9ad7f5bf28 testing/sleuthkit: new aport 2015-12-28 15:37:47 +00:00
Sören Tempel
a895e51814 testing/texlive: move from unmaintained
This package is not even halfway decent. People constantly complain that
it doesn't work as expected and sadly nobody is interested in
maintaining it so I will move it to unmaintained for now.
2015-12-18 12:43:04 +01:00
Sören Tempel
e677b66edd unmaintained/kde-base-artwork: moved from testing 2015-12-17 15:49:14 +01:00
Sören Tempel
85eb4258fd unmaintained/baloo-widgets: moved from testing 2015-12-17 15:49:14 +01:00
Sören Tempel
7538d933ed unmaintained/kde-baseapps: moved from testing 2015-12-17 15:49:14 +01:00
Sören Tempel
35a34d15b3 unmaintained/kde-core: moved from testing 2015-12-17 15:49:14 +01:00
Sören Tempel
b16d22c610 unmaintained/gtk-qt-engine: moved from testing 2015-12-17 15:49:14 +01:00
Sören Tempel
61f55b7785 unmaintained/kmix: moved from testing 2015-12-17 15:49:14 +01:00
Sören Tempel
b6b180c565 unmaintained/polkit-kde-agent: moved from testing 2015-12-17 15:49:14 +01:00
Sören Tempel
b4e3691107 unmaintained/baloo: moved from testing 2015-12-17 15:49:14 +01:00
Sören Tempel
4846d2c4be unmaintained/kfilemetadata: moved from testing 2015-12-17 15:49:14 +01:00
Sören Tempel
a467f4e760 unmaintained/kde-workspace: moved from testing 2015-12-17 15:49:14 +01:00
Sören Tempel
c19681d565 unmaintained/kde-runtime: moved from testing 2015-12-17 15:49:14 +01:00
Sören Tempel
32a425d29f unmaintained/kdegraphics-mobipocket: moved from testing 2015-12-17 15:49:14 +01:00
Sören Tempel
fb964bbced unmaintained/kdepimlibs: moved from testing 2015-12-17 15:49:14 +01:00
Sören Tempel
340885f2d8 unmaintained/kactivities: moved from testing 2015-12-17 15:49:14 +01:00
Sören Tempel
2ed30bba7d unmaintained/kdelibs: moved from testing 2015-12-17 15:49:14 +01:00
Olivier Mauras
dd914f02d0 testing/cfengine: Update to 3.7.2 2015-12-11 12:23:46 +00:00
Carlo Landmeter
984b4aa72d testing/clisp: move to unmaintained 2015-12-07 16:25:24 +01:00
Natanael Copa
5776a8f79e community/rawtherapee: fix build with sigc++ 2.5.2 2015-11-23 13:00:13 +00:00
Natanael Copa
7dc24d7ca2 unmaintained/rawtherapee: does not build 2015-11-16 12:07:13 +00:00
Sören Tempel
e2a6056687 unmaintained/oksh: move from testing/
The package doesn't build anymore. I wrote the maintainer an email a few
months ago and he still didn't fix it. Furthermore a decent OpenBSD ksh
port to linux is already available in the testing/loksh package.
2015-10-21 06:31:51 +00:00
Sören Tempel
5623516045 unmaintained/wendy: move from testing/
The package is outdated and the maintainer (who is also the author of
wendy) doesn't seem to be interested in maintaining this package
anymore.
2015-10-21 06:29:54 +00:00
Timo Teräs
d06bbe1abf testing/nemo: move to unmaintained
it depends on cinnamon-desktop which is unmaintained
2015-10-20 07:49:25 +00:00
Sören Tempel
53679caf4f don't prefix GPL version number with a dash
This conforms to wiki documentation regarding package creation:
http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
2015-10-03 13:19:51 +02:00
Bartłomiej Piotrowski
f79c99430b unmaintained/cjs: remove trailing backslash 2015-09-10 14:05:13 +02:00
Bartłomiej Piotrowski
b4a13e7314 Do not delete *.la files manually
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
2015-09-10 13:59:03 +02:00
Isaac Dunham
d9c09d1908 unmaintained/lua-sqlite3: delete
testing/lua-sqlite is the same package.
2015-07-29 08:48:32 +00:00
Isaac Dunham
57a84278e0 unmaintained/chromium: delete
For reasons unknown to me, git send-email refuses to send this.
>From 054955df1da7503ee0536a8dae051a91aee89954 Mon Sep 17 00:00:00 2001
From: Isaac Dunham <ibid.ag@gmail.com>
Date: Tue, 28 Jul 2015 18:37:44 -0700
Subject: [PATCH] unmaintained/chromium: delete

This lives in main/chromium.
2015-07-29 08:09:04 +00:00
Leonardo Arena
e754521bd7 unmaintained/pmacct: move to main 2015-06-08 07:47:34 +00:00
Leonardo Arena
00d2ba45bb unmaintained/pmacct: upgrade to 1.5.1. Disable deprecated ULOG 2015-06-08 07:43:08 +00:00
Carlo Landmeter
cf52c70d52 testing/mp3info: fix build on musl 2015-05-20 11:30:06 +02:00
Carlo Landmeter
e7df83744a main/pidgin-audacious: move to unmaintained
does not build against newer audacious
2015-05-01 10:52:02 +02:00