summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-03-26 13:34:41 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-03-26 13:34:41 +0000
commitc5916651edfe29f28561654f2534651677e21f39 (patch)
tree099834733afc89a190623f07a68ac242f02c7702 /x11-libs/libFS
parentRemove old/vulnerable versions, bug #471098. (diff)
downloadgentoo-2-c5916651edfe29f28561654f2534651677e21f39.tar.gz
gentoo-2-c5916651edfe29f28561654f2534651677e21f39.tar.bz2
gentoo-2-c5916651edfe29f28561654f2534651677e21f39.zip
Remove old/vulnerable versions, bug #471098.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/libFS')
-rw-r--r--x11-libs/libFS/ChangeLog8
-rw-r--r--x11-libs/libFS/libFS-1.0.3.ebuild22
-rw-r--r--x11-libs/libFS/libFS-1.0.4.ebuild24
3 files changed, 6 insertions, 48 deletions
diff --git a/x11-libs/libFS/ChangeLog b/x11-libs/libFS/ChangeLog
index 7fb56770373e..2aa539eea359 100644
--- a/x11-libs/libFS/ChangeLog
+++ b/x11-libs/libFS/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libFS
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.68 2013/10/08 05:07:16 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.69 2014/03/26 13:34:41 chithanh Exp $
+
+ 26 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ -libFS-1.0.3.ebuild, -libFS-1.0.4.ebuild:
+ Remove old/vulnerable versions, bug #471098.
08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.5.ebuild:
Stable for x86, wrt bug #475480
diff --git a/x11-libs/libFS/libFS-1.0.3.ebuild b/x11-libs/libFS/libFS-1.0.3.ebuild
deleted file mode 100644
index 9605d8c6c950..000000000000
--- a/x11-libs/libFS/libFS-1.0.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.3.ebuild,v 1.9 2011/02/14 14:37:16 xarthisius Exp $
-
-EAPI=3
-inherit xorg-2
-
-DESCRIPTION="X.Org FS library"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="ipv6"
-
-RDEPEND="x11-libs/xtrans
- x11-proto/xproto
- x11-proto/fontsproto"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- CONFIGURE_OPTIONS="$(use_enable ipv6)"
-}
diff --git a/x11-libs/libFS/libFS-1.0.4.ebuild b/x11-libs/libFS/libFS-1.0.4.ebuild
deleted file mode 100644
index a94d8186f7bc..000000000000
--- a/x11-libs/libFS/libFS-1.0.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.4.ebuild,v 1.8 2012/08/26 17:23:02 armin76 Exp $
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="X.Org FS library"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="ipv6"
-
-RDEPEND="x11-libs/xtrans
- x11-proto/xproto
- x11-proto/fontsproto"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- xorg-2_pkg_setup
-
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable ipv6)
- )
-}