summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2009-07-22 13:12:39 +0000
committerChris PeBenito <pebenito@gentoo.org>2009-07-22 13:12:39 +0000
commit73981e54a2e66a29a4bca6f4ce36295cff7431dc (patch)
treeb7ccb2eecf0a55672b05be10d58fc7da9943f525 /sec-policy/selinux-ftpd
parentkeyword ~x86-fbsd, bug #277813 (diff)
downloadhistorical-73981e54a2e66a29a4bca6f4ce36295cff7431dc.tar.gz
historical-73981e54a2e66a29a4bca6f4ce36295cff7431dc.tar.bz2
historical-73981e54a2e66a29a4bca6f4ce36295cff7431dc.zip
Drop alpha, mips, ppc, sparc selinux support part 1.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'sec-policy/selinux-ftpd')
-rw-r--r--sec-policy/selinux-ftpd/ChangeLog9
-rw-r--r--sec-policy/selinux-ftpd/selinux-ftpd-20070329.ebuild6
-rw-r--r--sec-policy/selinux-ftpd/selinux-ftpd-20070928.ebuild6
-rw-r--r--sec-policy/selinux-ftpd/selinux-ftpd-20080525.ebuild6
4 files changed, 16 insertions, 11 deletions
diff --git a/sec-policy/selinux-ftpd/ChangeLog b/sec-policy/selinux-ftpd/ChangeLog
index b66014aa09ec..f730c0111fae 100644
--- a/sec-policy/selinux-ftpd/ChangeLog
+++ b/sec-policy/selinux-ftpd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sec-policy/selinux-ftpd
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ftpd/ChangeLog,v 1.17 2008/05/25 23:49:37 pebenito Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ftpd/ChangeLog,v 1.18 2009/07/22 13:12:36 pebenito Exp $
+
+ 18 Jul 2009; Chris PeBenito <pebenito@gentoo.org>
+ selinux-ftpd-20070329.ebuild, selinux-ftpd-20070928.ebuild,
+ selinux-ftpd-20080525.ebuild:
+ Drop alpha, mips, ppc, sparc selinux support.
*selinux-ftpd-20080525 (25 May 2008)
diff --git a/sec-policy/selinux-ftpd/selinux-ftpd-20070329.ebuild b/sec-policy/selinux-ftpd/selinux-ftpd-20070329.ebuild
index 937945ff5e8a..70fdc92eb05e 100644
--- a/sec-policy/selinux-ftpd/selinux-ftpd-20070329.ebuild
+++ b/sec-policy/selinux-ftpd/selinux-ftpd-20070329.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ftpd/selinux-ftpd-20070329.ebuild,v 1.3 2007/07/11 02:56:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ftpd/selinux-ftpd-20070329.ebuild,v 1.4 2009/07/22 13:12:36 pebenito Exp $
MODS="ftp"
IUSE=""
@@ -9,4 +9,4 @@ inherit selinux-policy-2
DESCRIPTION="SELinux policy for ftp daemons"
-KEYWORDS="alpha amd64 mips ppc sparc x86"
+KEYWORDS="amd64 x86"
diff --git a/sec-policy/selinux-ftpd/selinux-ftpd-20070928.ebuild b/sec-policy/selinux-ftpd/selinux-ftpd-20070928.ebuild
index fde1757c77a7..0fe955d8b5c3 100644
--- a/sec-policy/selinux-ftpd/selinux-ftpd-20070928.ebuild
+++ b/sec-policy/selinux-ftpd/selinux-ftpd-20070928.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ftpd/selinux-ftpd-20070928.ebuild,v 1.2 2008/02/03 01:37:26 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ftpd/selinux-ftpd-20070928.ebuild,v 1.3 2009/07/22 13:12:36 pebenito Exp $
MODS="ftp"
IUSE=""
@@ -9,4 +9,4 @@ inherit selinux-policy-2
DESCRIPTION="SELinux policy for ftp daemons"
-KEYWORDS="alpha amd64 mips ppc sparc x86"
+KEYWORDS="amd64 x86"
diff --git a/sec-policy/selinux-ftpd/selinux-ftpd-20080525.ebuild b/sec-policy/selinux-ftpd/selinux-ftpd-20080525.ebuild
index 889ec48b1a80..d89d40dd9c7c 100644
--- a/sec-policy/selinux-ftpd/selinux-ftpd-20080525.ebuild
+++ b/sec-policy/selinux-ftpd/selinux-ftpd-20080525.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ftpd/selinux-ftpd-20080525.ebuild,v 1.1 2008/05/25 23:49:37 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-ftpd/selinux-ftpd-20080525.ebuild,v 1.2 2009/07/22 13:12:36 pebenito Exp $
MODS="ftp"
IUSE=""
@@ -9,4 +9,4 @@ inherit selinux-policy-2
DESCRIPTION="SELinux policy for ftp daemons"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~x86"