aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained
Commit message (Collapse)AuthorAgeFilesLines
* testing/[multiple]: move unmaintained packagesCarlo Landmeter2016-08-251080-0/+60506
| | | | | | | | | | | This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
* unmaintained/shairplay: no longer maintained, no versioningFrancesco Colista2016-08-253-0/+82
|
* unmaintained/darwin-streaming-server: moved from testing, project seems ↵Francesco Colista2016-08-235-0/+871
| | | | abandoned
* testing/ranger: move to unmaintained (doesn't work)Jakub Jirutka2016-08-221-0/+26
| | | | | It builds fine, but segfaults when you try to run it and I don't know how to fix it.
* testing/mlocate: move to unmaintained (doesn't work)Jakub Jirutka2016-08-224-0/+96
| | | | | This package doesn't work for a long time and I don't know how to fix it.
* community/imapsync: move to unmaintained (missing deps)Carlo Landmeter2016-08-221-0/+32
|
* community/perl-uri-escape: dup of perl-uriCarlo Landmeter2016-08-221-0/+34
|
* community/inotail: move to unmaintained (upstream unmaintained)Carlo Landmeter2016-08-221-0/+29
|
* unmaintained/crtmpserver: moved from testingFrancesco Colista2016-08-224-0/+118
|
* community/kodi-pvr-addons: move to unmaintainedCarlo Landmeter2016-08-171-0/+87
|
* main/samba36: move to unmaintainedCarlo Landmeter2016-08-1122-0/+11193
|
* main/nagiosql: move to unmaintainedCarlo Landmeter2016-08-111-0/+34
|
* unmaintained/jetring: move from testing/Sören Tempel2016-07-191-0/+39
|
* unmaintained/lok: move from testing/Sören Tempel2016-07-191-0/+31
|
* testing/flashcache-grsec: move to unmaintainedNatanael Copa2016-07-114-0/+423
| | | | its also unmaintained upstream
* unmaintained/: Purge packages unmaintained since v3.0Natanael Copa2016-05-11147-9558/+0
| | | | | | | | Removes packages that have been in aports/unmaintained since the 3.0-stable branch. Alpine Linux v3.0 was released on 2014-06-04 and EOL on 2016-05-01, so these packages have not been touched since at least 23 months. The files can still be recovered from the 3.3-stable branch.
* unmaintained/ruby-bundler: move back into main and upgrade to 1.12.1Jakub Jirutka2016-05-021-45/+0
|
* move testing/opennebula to unmaintainedNatanael Copa2016-04-298-0/+218
| | | | it was broken and not touched since 2014.
* move testing/ruby-* to unmaintainedNatanael Copa2016-04-2954-0/+2117
| | | | ruby-mime-types and ruby-nokogiri was there already so remove those
* move community/redmine to unmaintainedNatanael Copa2016-04-295-0/+258
|
* move community/ruby-* to unmaintainedNatanael Copa2016-04-2932-0/+1208
|
* move main/ruby-* to unmaintainedNatanael Copa2016-04-2942-0/+1718
|
* move seafile and deps to unmaintainedNatanael Copa2016-04-259-0/+397
| | | | it does not work
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-254-4/+4
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-254-3/+11
| | | | | | | | | | | | 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.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-254-4/+4
| | | | | | This way we can avoid ugly default: Linux user,,,
* Add lacking -S option (system) to adduser/addgroup in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Reorder options passed to adduser in scripts: make -S first.Przemyslaw Pawelczyk2016-04-252-2/+2
| | | | It's only for consistency and to ease spotting lack of it.
* unmaintained/otter-browser: move as requestedNatanael Copa2016-04-181-0/+50
|
* testing/clisp: move from unmaintainedSören Tempel2016-04-052-63/+0
|
* unmaintained/omorfi: moved from testingSören Tempel2016-03-231-0/+62
| | | | | | | | 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
* update all source= lines to use :: instead of saveas- syntaxMuh Muhten2016-03-101-1/+1
|
* testing/podofo: moved from unmaintained, upgraded to 0.9.3Francesco Colista2016-03-101-33/+0
|
* unmaintained/perl-glib-ex-objectbits: removed, since there's the same ↵Francesco Colista2016-03-101-39/+0
| | | | package in testing
* testing/network-manager-applet: move from unmaintained and upgrade to 1.0.10Natanael Copa2016-02-041-56/+0
|
* unmaintained/network-manager-applet: bring back from ValhallaJiri Horner2016-02-041-10/+20
| | | | | * new version 1.0.6 * disable introspection as introspection is disabled in network-manager
* testing/evolution: resurrect from unmaintainedNatanael Copa2016-01-224-102/+0
|
* unmaintained/texlive: remove aportSören Tempel2016-01-121-103/+0
| | | | | | It has been added to testing/ again. See: e0df73eed09c148c3a132372c619b780566f033f
* unmaintained/pulseaudio: remove aportSören Tempel2016-01-093-189/+0
| | | | Pulseaudio is already present in testing/.
* testing/sleuthkit: new aportFrancesco Colista2015-12-281-34/+0
|
* testing/texlive: move from unmaintainedSören Tempel2015-12-181-0/+103
| | | | | | 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.
* unmaintained/kde-base-artwork: moved from testingSören Tempel2015-12-171-0/+44
|
* unmaintained/baloo-widgets: moved from testingSören Tempel2015-12-171-0/+44
|
* unmaintained/kde-baseapps: moved from testingSören Tempel2015-12-171-0/+44
|
* unmaintained/kde-core: moved from testingSören Tempel2015-12-171-0/+38
|
* unmaintained/gtk-qt-engine: moved from testingSören Tempel2015-12-172-0/+52
|
* unmaintained/kmix: moved from testingSören Tempel2015-12-171-0/+46
|
* unmaintained/polkit-kde-agent: moved from testingSören Tempel2015-12-172-0/+96
|
* unmaintained/baloo: moved from testingSören Tempel2015-12-172-0/+59
|
* unmaintained/kfilemetadata: moved from testingSören Tempel2015-12-171-0/+47
|