From a81a2069aac4b6d1f026755f1656fd2515c22f18 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 1 Dec 2012 15:26:35 +0000 Subject: Drop old. (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 42B9401D) --- sys-apps/systemd/ChangeLog | 7 +- sys-apps/systemd/systemd-189-r3.ebuild | 189 ------------------------------ sys-apps/systemd/systemd-191-r1.ebuild | 194 ------------------------------- sys-apps/systemd/systemd-192.ebuild | 191 ------------------------------- sys-apps/systemd/systemd-193.ebuild | 194 ------------------------------- sys-apps/systemd/systemd-194.ebuild | 202 --------------------------------- 6 files changed, 6 insertions(+), 971 deletions(-) delete mode 100644 sys-apps/systemd/systemd-189-r3.ebuild delete mode 100644 sys-apps/systemd/systemd-191-r1.ebuild delete mode 100644 sys-apps/systemd/systemd-192.ebuild delete mode 100644 sys-apps/systemd/systemd-193.ebuild delete mode 100644 sys-apps/systemd/systemd-194.ebuild (limited to 'sys-apps') diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index 2acde8433842..c2a5984b80eb 100644 --- a/sys-apps/systemd/ChangeLog +++ b/sys-apps/systemd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.59 2012/10/27 21:52:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.60 2012/12/01 15:26:35 mgorny Exp $ + + 01 Dec 2012; Michał Górny -systemd-189-r3.ebuild, + -systemd-191-r1.ebuild, -systemd-192.ebuild, -systemd-193.ebuild, + -systemd-194.ebuild: + Drop old. 27 Oct 2012; Michał Górny systemd-195.ebuild: Disable storing coredumps again, since it is insecure (bug #433457, c9). diff --git a/sys-apps/systemd/systemd-189-r3.ebuild b/sys-apps/systemd/systemd-189-r3.ebuild deleted file mode 100644 index 177828604942..000000000000 --- a/sys-apps/systemd/systemd-189-r3.ebuild +++ /dev/null @@ -1,189 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-189-r3.ebuild,v 1.1 2012/09/17 09:56:27 mgorny Exp $ - -EAPI=4 - -inherit autotools-utils bash-completion-r1 linux-info pam systemd user - -DESCRIPTION="System and service manager for Linux" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd" -SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz" - -LICENSE="GPL-2 LGPL-2.1 MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="acl audit cryptsetup gcrypt lzma pam qrcode selinux tcpd" - -MINKV="2.6.39" - -COMMON_DEPEND=">=sys-apps/dbus-1.4.10 - >=sys-apps/kmod-5 - >=sys-apps/util-linux-2.20 - ~sys-fs/udev-189 - sys-libs/libcap - acl? ( sys-apps/acl ) - audit? ( >=sys-process/audit-2 ) - cryptsetup? ( >=sys-fs/cryptsetup-1.4.2 ) - gcrypt? ( >=dev-libs/libgcrypt-1.4.5 ) - lzma? ( app-arch/xz-utils ) - pam? ( virtual/pam ) - qrcode? ( media-gfx/qrencode ) - selinux? ( sys-libs/libselinux ) - tcpd? ( sys-apps/tcp-wrappers )" - -RDEPEND="${COMMON_DEPEND} - sys-apps/hwids - || ( - >=sys-apps/util-linux-2.22 -