commit:     b1fdf96af0ff8962d4a3dfb0dd7330932bc4266e
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 18 19:11:07 2020 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sat Apr 18 19:11:07 2020 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=b1fdf96a

Drop, qtorrent,crda,cronie now supported in main tree

Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 net-p2p/qbittorrent/Manifest                       |   1 -
 .../qbittorrent/files/qbittorrent-4.0.4-musl.patch |  21 ----
 .../files/qbittorrent-4.0.4-werror.patch           |  24 -----
 net-p2p/qbittorrent/metadata.xml                   |  19 ----
 net-p2p/qbittorrent/qbittorrent-4.0.4.ebuild       |  66 -------------
 net-wireless/crda/Manifest                         |   1 -
 net-wireless/crda/crda-1.1.3-r1.ebuild             |  67 -------------
 .../files/0001-add-missing-limits.h-include.patch  |  25 -----
 .../crda/files/crda-1.1.3-missing-include.patch    |  11 ---
 net-wireless/crda/metadata.xml                     |  12 ---
 sys-process/cronie/Manifest                        |   1 -
 sys-process/cronie/cronie-1.5.2.ebuild             | 109 ---------------------
 sys-process/cronie/files/cronie-1.2-cron.deny      |   4 -
 sys-process/cronie/files/cronie-1.3-initd          |  13 ---
 sys-process/cronie/files/cronie-1.4.3-pamd         |   9 --
 sys-process/cronie/files/cronie-crontab            |  17 ----
 sys-process/cronie/files/cronie-systemd.patch      |  30 ------
 sys-process/cronie/metadata.xml                    |  26 -----
 18 files changed, 456 deletions(-)

diff --git a/net-p2p/qbittorrent/Manifest b/net-p2p/qbittorrent/Manifest
deleted file mode 100644
index e7f74c0..0000000
--- a/net-p2p/qbittorrent/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qbittorrent-4.0.4.tar.xz 4279752 BLAKE2B 
6385040d1179814e3290fb1c7b2d1e0b5782144663d12a067c43a2d8a47d0f0cfc0633c69f183db70eab2591ef100f39b07ea2d5e3cbca3a4d149ccb70e4d838
 SHA512 
ead0a306242d883673e13f9e6dc5ad83d4624c3d7ffb586aff78c03f7685e89b6a6c8640fff6a1b251565892178d37f4a64d45d0ce18935a212ca39302a28969

diff --git a/net-p2p/qbittorrent/files/qbittorrent-4.0.4-musl.patch 
b/net-p2p/qbittorrent/files/qbittorrent-4.0.4-musl.patch
deleted file mode 100644
index 0181371..0000000
--- a/net-p2p/qbittorrent/files/qbittorrent-4.0.4-musl.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naru qbittorrent-4.0.4.orig/src/app/main.cpp 
qbittorrent-4.0.4/src/app/main.cpp
---- qbittorrent-4.0.4.orig/src/app/main.cpp    2018-03-16 10:08:10.493478535 
+0100
-+++ qbittorrent-4.0.4/src/app/main.cpp 2018-03-16 10:12:21.919464628 +0100
-@@ -57,8 +57,6 @@
- 
- #ifdef Q_OS_UNIX
- #include <signal.h>
--#include <execinfo.h>
--#include "stacktrace.h"
- #endif // Q_OS_UNIX
- 
- #ifdef STACKTRACE_WIN
-@@ -308,7 +306,6 @@
-     reportToUser(msg);
-     reportToUser(sigName);
-     reportToUser("\n");
--    print_stacktrace();  // unsafe
- #endif // !defined Q_OS_WIN && !defined Q_OS_HAIKU
- #ifdef STACKTRACE_WIN
-     StraceDlg dlg;  // unsafe
-

diff --git a/net-p2p/qbittorrent/files/qbittorrent-4.0.4-werror.patch 
b/net-p2p/qbittorrent/files/qbittorrent-4.0.4-werror.patch
deleted file mode 100644
index 6d02e31..0000000
--- a/net-p2p/qbittorrent/files/qbittorrent-4.0.4-werror.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Bug: https://bugs.gentoo.org/641382
-
---- a/cmake/Modules/MacroQbtCompilerSettings.cmake
-+++ b/cmake/Modules/MacroQbtCompilerSettings.cmake
-@@ -11,16 +11,15 @@
-         #-Wshadow -Wconversion ?
-         set(_GCC_COMMON_C_AND_CXX_FLAGS "-Wall -Wextra"
-             "-Wfloat-equal -Wcast-qual -Wcast-align"
--            "-Wsign-conversion -Winvalid-pch -Werror=return-type 
-Wno-long-long"
-+            "-Wsign-conversion -Winvalid-pch -Wno-long-long"
- #                     -fstack-protector-all
--            "-Werror -Wno-error=deprecated-declarations"
-+            "-Wno-error=deprecated-declarations"
-         )
-         set (_GCC_COMMON_CXX_FLAGS  "-fexceptions -frtti"
-             "-Woverloaded-virtual -Wold-style-cast -Wstrict-null-sentinel"
-             "-Wnon-virtual-dtor -Wfloat-equal -Wcast-qual -Wcast-align"
--            "-Werror=overloaded-virtual"
-     #                 "-Weffc++"
--            "-Werror -Wno-error=cpp"
-+            "-Wno-error=cpp"
-             # we should modify code to make these ones obsolete
-             "-Wno-error=sign-conversion -Wno-error=float-equal"
-         )

diff --git a/net-p2p/qbittorrent/metadata.xml b/net-p2p/qbittorrent/metadata.xml
deleted file mode 100644
index 06c858a..0000000
--- a/net-p2p/qbittorrent/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Markos Chandras</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Qt Project</name>
-       </maintainer>
-       <use>
-               <flag name="webui">Enable the Web UI</flag>
-       </use>
-       <upstream>
-               <remote-id type="github">qbittorrent/qBittorrent</remote-id>
-               <remote-id type="sourceforge">qbittorrent</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/net-p2p/qbittorrent/qbittorrent-4.0.4.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.0.4.ebuild
deleted file mode 100644
index ef94ab4..0000000
--- a/net-p2p/qbittorrent/qbittorrent-4.0.4.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils xdg-utils
-
-DESCRIPTION="BitTorrent client in C++ and Qt"
-HOMEPAGE="https://www.qbittorrent.org/";
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git";
-else
-       MY_P=${P/_}
-       SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-       KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-       S=${WORKDIR}/${MY_P}
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+dbus debug webui +X"
-REQUIRED_USE="dbus? ( X )"
-
-RDEPEND="
-       >=dev-libs/boost-1.62.0-r1:=
-       dev-qt/qtcore:5
-       dev-qt/qtnetwork:5[ssl]
-       >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt5(+),X?]
-       dev-qt/qtxml:5
-       >=net-libs/libtorrent-rasterbar-1.0.6:0=
-       sys-libs/zlib
-       dbus? ( dev-qt/qtdbus:5 )
-       X? (
-               dev-qt/qtgui:5
-               dev-qt/qtsvg:5
-               dev-qt/qtwidgets:5
-       )"
-DEPEND="${RDEPEND}
-       dev-qt/linguist-tools:5
-       virtual/pkgconfig"
-
-DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO )
-PATCHES=( "${FILESDIR}/${PN}-4.0.4-werror.patch" )
-PATCHES=( "${FILESDIR}/${PN}-4.0.4-musl.patch" )
-
-src_configure() {
-       local mycmakeargs=(
-               -DSYSTEM_QTSINGLEAPPLICATION=ON
-               -DDBUS=$(usex dbus)
-               -DGUI=$(usex X)
-               -DWEBUI=$(usex webui)
-       )
-       cmake-utils_src_configure
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-       xdg_desktop_database_update
-}

diff --git a/net-wireless/crda/Manifest b/net-wireless/crda/Manifest
deleted file mode 100644
index 4dbd525..0000000
--- a/net-wireless/crda/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST crda-1.1.3.tar.bz2 38697 SHA256 
aa8a7fe92f0765986c421a5b6768a185375ac210393df0605ee132f6754825f0 SHA512 
4ec37d3d51f5988af79c2eaadc1bce344f20d4d9833533838d308533ee02cb12d5ed193391679ae1231c8afe61b21defdb368614a6238f99fdc5824f6819cfed
 WHIRLPOOL 
bbcb31277b664243f9e494c494152cf0ebcb187360ba48aa07c8e96c83dd91098bc49f1edf0b196a9bf4071565ac389b2907fcc73e348780aa890e066895c282

diff --git a/net-wireless/crda/crda-1.1.3-r1.ebuild 
b/net-wireless/crda/crda-1.1.3-r1.ebuild
deleted file mode 100644
index e9343c9..0000000
--- a/net-wireless/crda/crda-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit eutils toolchain-funcs python-any-r1 udev
-
-DESCRIPTION="Central Regulatory Domain Agent for wireless networks"
-HOMEPAGE="https://wireless.kernel.org/en/developers/Regulatory";
-SRC_URI="http://linuxwireless.org/download/crda/${P}.tar.bz2";
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc x86"
-IUSE=""
-
-RDEPEND="dev-libs/openssl:0
-       dev-libs/libnl:3
-       net-wireless/wireless-regdb"
-DEPEND="${RDEPEND}
-       ${PYTHON_DEPS}
-       $(python_gen_any_dep 'dev-python/m2crypto[${PYTHON_USEDEP}]')
-       virtual/pkgconfig"
-
-python_check_deps() {
-       has_version --host-root "dev-python/m2crypto[${PYTHON_USEDEP}]"
-}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-missing-include.patch
-       epatch "${FILESDIR}"/0001-add-missing-limits.h-include.patch
-       sed -i \
-               -e "s:\<pkg-config\>:$(tc-getPKG_CONFIG):" \
-               Makefile || die
-}
-
-_emake() {
-       # The source hardcodes /usr/lib/crda/ paths (ignoring all make vars
-       # that look like it should change it).  We want to use /usr/lib/
-       # anyways as this file is not ABI specific and we want to share it
-       # among all ABIs rather than pointlessly duplicate it.
-       #
-       # The trailing slash on SBINDIR is required by the source.
-       emake \
-               PREFIX="${EPREFIX}/usr" \
-               SBINDIR='$(PREFIX)/sbin/' \
-               UDEV_RULE_DIR="$(get_udevdir)/rules.d" \
-               REG_BIN=/usr/lib/crda/regulatory.bin \
-               USE_OPENSSL=1 \
-               CC="$(tc-getCC)" \
-               V=1 \
-               "$@"
-}
-
-src_compile() {
-       _emake all_noverify
-}
-
-src_test() {
-       _emake verify
-}
-
-src_install() {
-       _emake DESTDIR="${D}" install
-       keepdir /etc/wireless-regdb/pubkeys
-}

diff --git a/net-wireless/crda/files/0001-add-missing-limits.h-include.patch 
b/net-wireless/crda/files/0001-add-missing-limits.h-include.patch
deleted file mode 100644
index d086a01..0000000
--- a/net-wireless/crda/files/0001-add-missing-limits.h-include.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 9db06271ea75090b651e635004729d7b25b9a4f6 Mon Sep 17 00:00:00 2001
-From: "Jory A. Pratt" <[email protected]>
-Date: Mon, 4 Jan 2016 16:32:03 -0600
-Subject: [PATCH] add missing limits.h include
-
-Signed-off-by: Jory A. Pratt <[email protected]>
----
- reglib.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/reglib.c b/reglib.c
-index 1fafd37..aa1b857 100644
---- a/reglib.c
-+++ b/reglib.c
-@@ -10,6 +10,7 @@
- #include <stdbool.h>
- #include <unistd.h>
- #include <string.h>
-+#include <limits.h>
- 
- #include <arpa/inet.h> /* ntohl */
- 
--- 
-2.6.4
-

diff --git a/net-wireless/crda/files/crda-1.1.3-missing-include.patch 
b/net-wireless/crda/files/crda-1.1.3-missing-include.patch
deleted file mode 100644
index a472e23..0000000
--- a/net-wireless/crda/files/crda-1.1.3-missing-include.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/reglib.c b/reglib.c
-index bc81974..1fafd37 100644
---- a/reglib.c
-+++ b/reglib.c
-@@ -9,6 +9,7 @@
- #include <fcntl.h>
- #include <stdbool.h>
- #include <unistd.h>
-+#include <string.h>
- 
- #include <arpa/inet.h> /* ntohl */

diff --git a/net-wireless/crda/metadata.xml b/net-wireless/crda/metadata.xml
deleted file mode 100644
index 7639c46..0000000
--- a/net-wireless/crda/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Bjarke Istrup Pedersen</name>
-       </maintainer>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Rick Farina</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest
deleted file mode 100644
index 5b198ab..0000000
--- a/sys-process/cronie/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cronie-1.5.2.tar.gz 121604 BLAKE2B 
4225439fd13a32bba3bd24f25d7dd405cdb123e666ebbf14574143af9d161867f82ea3fc479d81a884590faaa9c42e19c971285e01a19d6ac793b7deb7fc4775
 SHA512 
6455e234becc44e6568fa25fd72abfaa293cb0bc2d2f1d124e551c068ba01083192b21e82e941158c8c1f41cb6dad3851d665b9f3baa82fd49080f3f8619740b

diff --git a/sys-process/cronie/cronie-1.5.2.ebuild 
b/sys-process/cronie/cronie-1.5.2.ebuild
deleted file mode 100644
index 98c5ef0..0000000
--- a/sys-process/cronie/cronie-1.5.2.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools cron flag-o-matic pam systemd user
-
-DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original 
vixie-cron"
-HOMEPAGE="https://github.com/cronie-crond/cronie";
-SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz";
-
-LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="amd64 arm arm64 ~mips ppc x86"
-IUSE="+anacron +inotify pam selinux"
-
-DEPEND="pam? ( sys-libs/pam )
-       anacron? ( !sys-process/anacron
-               elibc_musl? ( sys-libs/obstack-standalone )
-       )"
-RDEPEND="${DEPEND}
-       sys-apps/debianutils"
-
-#cronie supports /etc/crontab
-CRON_SYSTEM_CRONTAB="yes"
-
-S="${WORKDIR}/${PN}-${P}"
-
-PATCHES=(
-       "${FILESDIR}/cronie-systemd.patch"
-)
-
-pkg_setup() {
-       enewgroup crontab
-}
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_with inotify)
-               $(use_with pam)
-               $(use_with selinux)
-               $(use_enable anacron)
-               --enable-syscrontab
-               --with-daemon_username=cron
-               --with-daemon_groupname=cron
-       )
-
-       if use anacron; then
-               use elibc_musl && append-cflags "-lobstack"
-       fi
-       SPOOL_DIR="/var/spool/cron/crontabs" \
-       ANACRON_SPOOL_DIR="/var/spool/anacron" \
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       emake install DESTDIR="${D}"
-
-       docrondir -m 1730 -o root -g crontab
-       fowners root:crontab /usr/bin/crontab
-       fperms 2751 /usr/bin/crontab
-
-       newconfd "${S}"/crond.sysconfig ${PN}
-
-       insinto /etc
-       newins "${FILESDIR}/${PN}-crontab" crontab
-       newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
-
-       insinto /etc/cron.d
-       doins contrib/0hourly
-
-       newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN}
-       newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
-
-       systemd_newunit contrib/cronie.systemd cronie.service
-
-       if use anacron ; then
-               local anacrondir="/var/spool/anacron"
-               keepdir ${anacrondir}
-               fowners root:cron ${anacrondir}
-               fperms 0750 ${anacrondir}
-
-               insinto /etc
-               doins contrib/anacrontab
-
-               insinto /etc/cron.hourly
-               doins contrib/0anacron
-               fperms 0750 /etc/cron.hourly/0anacron
-       else
-               insinto /etc/cron.d
-               doins contrib/dailyjobs
-       fi
-
-       einstalldocs
-}
-
-pkg_postinst() {
-       cron_pkg_postinst
-
-       if [[ -n "${REPLACING_VERSIONS}" ]] ; then
-               ewarn "You should restart ${PN} daemon or else you might 
experience segfaults"
-               ewarn "or ${PN} not working reliably anymore."
-               einfo "(see https://bugs.gentoo.org/557406 for details.)"
-       fi
-}

diff --git a/sys-process/cronie/files/cronie-1.2-cron.deny 
b/sys-process/cronie/files/cronie-1.2-cron.deny
deleted file mode 100644
index f703d58..0000000
--- a/sys-process/cronie/files/cronie-1.2-cron.deny
+++ /dev/null
@@ -1,4 +0,0 @@
-# If for any reason you have users in the 'cron' group who should not
-# be allowed to run crontab, add them to this file (one username per
-# line)
-

diff --git a/sys-process/cronie/files/cronie-1.3-initd 
b/sys-process/cronie/files/cronie-1.3-initd
deleted file mode 100644
index bf9e38d..0000000
--- a/sys-process/cronie/files/cronie-1.3-initd
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-command="/usr/sbin/crond"
-command_args="${CRONDARGS}"
-pidfile="/var/run/crond.pid"
-
-depend() {
-       use clock logger
-       need localmount
-       provide cron    
-}

diff --git a/sys-process/cronie/files/cronie-1.4.3-pamd 
b/sys-process/cronie/files/cronie-1.4.3-pamd
deleted file mode 100644
index e82be8d..0000000
--- a/sys-process/cronie/files/cronie-1.4.3-pamd
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# The PAM configuration file for the cron daemon
-#
-#
-auth       include    system-auth
-account    required   pam_access.so
-account    include    system-auth
-session    required   pam_loginuid.so
-session    include    system-auth

diff --git a/sys-process/cronie/files/cronie-crontab 
b/sys-process/cronie/files/cronie-crontab
deleted file mode 100644
index 275f06c..0000000
--- a/sys-process/cronie/files/cronie-crontab
+++ /dev/null
@@ -1,17 +0,0 @@
-# Global variables
-SHELL=/bin/bash
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-MAILTO=root
-HOME=/
-
-# For details see man 4 crontabs
-
-# Example of job definition:
-# .---------------- minute (0 - 59)
-# |  .------------- hour (0 - 23)
-# |  |  .---------- day of month (1 - 31)
-# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
-# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR 
sun,mon,tue,wed,thu,fri,sat
-# |  |  |  |  |
-# *  *  *  *  * user-name  command to be executed
-

diff --git a/sys-process/cronie/files/cronie-systemd.patch 
b/sys-process/cronie/files/cronie-systemd.patch
deleted file mode 100644
index 81c1917..0000000
--- a/sys-process/cronie/files/cronie-systemd.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 11d255eb05ae9814c16cd443a7710d99492e16c1 Mon Sep 17 00:00:00 2001
-From: Mike Gilbert <[email protected]>
-Date: Mon, 13 Jul 2015 10:59:57 -0400
-Subject: [PATCH] Adjust systemd service unit for Gentoo
-
----
- contrib/cronie.systemd | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/contrib/cronie.systemd b/contrib/cronie.systemd
-index ad46899..7a6c1a9 100644
---- a/contrib/cronie.systemd
-+++ b/contrib/cronie.systemd
-@@ -3,10 +3,11 @@ Description=Command Scheduler
- After=auditd.service nss-user-lookup.target systemd-user-sessions.service 
time-sync.target ypbind.service
- 
- [Service]
--EnvironmentFile=/etc/sysconfig/crond
--ExecStart=/usr/sbin/crond -n $CRONDARGS
-+ExecStart=/usr/sbin/crond
- ExecReload=/bin/kill -HUP $MAINPID
- KillMode=process
-+Type=forking
-+PIDFile=/var/run/crond.pid
- 
- [Install]
- WantedBy=multi-user.target
--- 
-2.4.5
-

diff --git a/sys-process/cronie/metadata.xml b/sys-process/cronie/metadata.xml
deleted file mode 100644
index b25dd02..0000000
--- a/sys-process/cronie/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <email>[email protected]</email>
-    <name>Lars Wendler</name>
-  </maintainer>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Gentoo Cron Project</name>
-  </maintainer>
-  <longdescription lang="en">
-  Cronie contains the standard UNIX daemon crond that runs specified programs 
at
-  scheduled times and related tools. It is based on the original cron and
-  has security and configuration enhancements like the ability to use pam and
-  SELinux.
-  And why cronie? See http://www.urbandictionary.com/define.php?term=cronie
-  </longdescription>
-  <use>
-    <flag name="anacron">Install the periodic anacron command scheduler.</flag>
-    <flag name="inotify">Enable inotify filesystem monitoring support.</flag>
-  </use>
-  <upstream>
-    <remote-id type="github">cronie-crond/cronie</remote-id>
-  </upstream>
-</pkgmetadata>

Reply via email to