summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-08-26 10:28:40 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-08-26 10:28:40 +0000
commit3e86975a4557fe06179b4b1095775740044a7313 (patch)
treeaf3b1c2aadd3bd9a97b2b536af195ea170a12cbf /sys-apps/pcmciautils
parentPruned vulnerable versions, bug #103568. (diff)
downloadhistorical-3e86975a4557fe06179b4b1095775740044a7313.tar.gz
historical-3e86975a4557fe06179b4b1095775740044a7313.tar.bz2
historical-3e86975a4557fe06179b4b1095775740044a7313.zip
Pruned old versions.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-apps/pcmciautils')
-rw-r--r--sys-apps/pcmciautils/ChangeLog6
-rw-r--r--sys-apps/pcmciautils/files/digest-pcmciautils-0041
-rw-r--r--sys-apps/pcmciautils/files/digest-pcmciautils-0051
-rw-r--r--sys-apps/pcmciautils/files/digest-pcmciautils-0061
-rw-r--r--sys-apps/pcmciautils/pcmciautils-004.ebuild82
-rw-r--r--sys-apps/pcmciautils/pcmciautils-005.ebuild82
-rw-r--r--sys-apps/pcmciautils/pcmciautils-006.ebuild83
7 files changed, 5 insertions, 251 deletions
diff --git a/sys-apps/pcmciautils/ChangeLog b/sys-apps/pcmciautils/ChangeLog
index 7f3857ea4432..3a5d8bb0922a 100644
--- a/sys-apps/pcmciautils/ChangeLog
+++ b/sys-apps/pcmciautils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/pcmciautils
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v 1.5 2005/07/29 21:52:58 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v 1.6 2005/08/26 10:28:40 brix Exp $
+
+ 26 Aug 2005; Henrik Brix Andersen <brix@gentoo.org>
+ -pcmciautils-004.ebuild, -pcmciautils-005.ebuild, -pcmciautils-006.ebuild:
+ Pruned old versions.
*pcmciautils-007 (29 Jul 2005)
diff --git a/sys-apps/pcmciautils/files/digest-pcmciautils-004 b/sys-apps/pcmciautils/files/digest-pcmciautils-004
deleted file mode 100644
index 514a78dffd8e..000000000000
--- a/sys-apps/pcmciautils/files/digest-pcmciautils-004
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e42bd8610c3cfed71ecff0e1d7f9a1a0 pcmciautils-004.tar.bz2 35156
diff --git a/sys-apps/pcmciautils/files/digest-pcmciautils-005 b/sys-apps/pcmciautils/files/digest-pcmciautils-005
deleted file mode 100644
index 1aede136b7ca..000000000000
--- a/sys-apps/pcmciautils/files/digest-pcmciautils-005
+++ /dev/null
@@ -1 +0,0 @@
-MD5 67bb4efeb1b055753800c4b62b29987c pcmciautils-005.tar.bz2 34414
diff --git a/sys-apps/pcmciautils/files/digest-pcmciautils-006 b/sys-apps/pcmciautils/files/digest-pcmciautils-006
deleted file mode 100644
index 989011298400..000000000000
--- a/sys-apps/pcmciautils/files/digest-pcmciautils-006
+++ /dev/null
@@ -1 +0,0 @@
-MD5 93ba0aad0a9552dffea9308299af0e60 pcmciautils-006.tar.bz2 34414
diff --git a/sys-apps/pcmciautils/pcmciautils-004.ebuild b/sys-apps/pcmciautils/pcmciautils-004.ebuild
deleted file mode 100644
index f60508169b29..000000000000
--- a/sys-apps/pcmciautils/pcmciautils-004.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-004.ebuild,v 1.2 2005/07/07 10:48:50 brix Exp $
-
-inherit eutils toolchain-funcs linux-info
-
-DESCRIPTION="PCMCIA userspace utilities for Linux kernel 2.6.13 and beyond"
-
-HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/pcmcia/"
-SRC_URI="mirror://kernel/linux/utils/kernel/pcmcia/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE="cis debug staticsocket"
-RDEPEND=">=sys-fs/sysfsutils-1.2.0-r1
- >=sys-apps/module-init-tools-3.2_pre4
- >=sys-apps/hotplug-20040920
- >=sys-apps/coldplug-20040920
- cis? ( sys-apps/pcmcia-cs-cis )"
-DEPEND="${RDEPEND}
- dev-util/yacc
- sys-devel/flex
- sys-apps/sed"
-PROVIDE="virtual/pcmcia"
-
-CONFIG_CHECK="PCMCIA"
-ERROR_PCMCIA="${P} requires 16-bit PCMCIA support (CONFIG_PCMCIA)"
-
-pkg_setup() {
- linux-info_pkg_setup
-
- if kernel_is lt 2 6 13; then
- eerror
- eerror "${P} requires at least kernel 2.6.13."
- eerror
- die "${P} requires at least kernel 2.6.13."
- fi
-}
-
-src_unpack() {
- unpack ${A}
-
- sed -i -e "s:^\(KERNEL_DIR\) = .*:\1 = ${KV_DIR}:" ${S}/Makefile
-
- if use debug; then
- sed -i \
- -e "s:^\(DEBUG\) = .*:\1 = true:" \
- -e "s:^\(V\)=false:\1=true:" \
- ${S}/Makefile
- fi
-
- if use staticsocket; then
- sed -i -e "s:^\(STARTUP\) = .*:\1 = false:" ${S}/Makefile
- fi
-}
-
-src_compile() {
- MAKEOPTS="${MAKEOPTS} -j1" \
- emake CC="$(tc-getCC)" LD="$(tc-getCC)" CFLAGS="${CFLAGS}" \
- || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR=${D} install || die "emake install failed"
-}
-
-pkg_postinst() {
- einfo
- einfo "A mini-HOWTO for using pcmciautils can be found at:"
- einfo "http://www.kernel.org/pub/linux/utils/kernel/pcmcia/howto.html"
- ewarn
- ewarn "If you relied on pcmcia-cs to automatically load the"
- ewarn "appropriate PCMCIA-related modules upon boot, you need"
- ewarn "to add "
- ewarn " pcmcia"
- ewarn "and the PCMCIA socket driver you need for this system"
- ewarn "(yenta-socket, i82092, i82365, ...) to"
- ewarn "/etc/modules.autoload.d/kernel-2.6"
- ewarn
-}
diff --git a/sys-apps/pcmciautils/pcmciautils-005.ebuild b/sys-apps/pcmciautils/pcmciautils-005.ebuild
deleted file mode 100644
index 939681a1496c..000000000000
--- a/sys-apps/pcmciautils/pcmciautils-005.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-005.ebuild,v 1.2 2005/07/07 10:48:50 brix Exp $
-
-inherit eutils toolchain-funcs linux-info
-
-DESCRIPTION="PCMCIA userspace utilities for Linux kernel 2.6.13 and beyond"
-
-HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/pcmcia/"
-SRC_URI="mirror://kernel/linux/utils/kernel/pcmcia/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE="cis debug staticsocket"
-RDEPEND=">=sys-fs/sysfsutils-1.2.0-r1
- >=sys-apps/module-init-tools-3.2_pre4
- >=sys-apps/hotplug-20040920
- >=sys-apps/coldplug-20040920
- cis? ( sys-apps/pcmcia-cs-cis )"
-DEPEND="${RDEPEND}
- dev-util/yacc
- sys-devel/flex
- sys-apps/sed"
-PROVIDE="virtual/pcmcia"
-
-CONFIG_CHECK="PCMCIA"
-ERROR_PCMCIA="${P} requires 16-bit PCMCIA support (CONFIG_PCMCIA)"
-
-pkg_setup() {
- linux-info_pkg_setup
-
- if kernel_is lt 2 6 13; then
- eerror
- eerror "${P} requires at least kernel 2.6.13."
- eerror
- die "${P} requires at least kernel 2.6.13."
- fi
-}
-
-src_unpack() {
- unpack ${A}
-
- sed -i -e "s:^\(KERNEL_DIR\) = .*:\1 = ${KV_DIR}:" ${S}/Makefile
-
- if use debug; then
- sed -i \
- -e "s:^\(DEBUG\) = .*:\1 = true:" \
- -e "s:^\(V\)=false:\1=true:" \
- ${S}/Makefile
- fi
-
- if use staticsocket; then
- sed -i -e "s:^\(STARTUP\) = .*:\1 = false:" ${S}/Makefile
- fi
-}
-
-src_compile() {
- MAKEOPTS="${MAKEOPTS} -j1" \
- emake CC="$(tc-getCC)" LD="$(tc-getCC)" CFLAGS="${CFLAGS}" \
- || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR=${D} install || die "emake install failed"
-}
-
-pkg_postinst() {
- einfo
- einfo "A mini-HOWTO for using pcmciautils can be found at:"
- einfo "http://www.kernel.org/pub/linux/utils/kernel/pcmcia/howto.html"
- ewarn
- ewarn "If you relied on pcmcia-cs to automatically load the"
- ewarn "appropriate PCMCIA-related modules upon boot, you need"
- ewarn "to add "
- ewarn " pcmcia"
- ewarn "and the PCMCIA socket driver you need for this system"
- ewarn "(yenta-socket, i82092, i82365, ...) to"
- ewarn "/etc/modules.autoload.d/kernel-2.6"
- ewarn
-}
diff --git a/sys-apps/pcmciautils/pcmciautils-006.ebuild b/sys-apps/pcmciautils/pcmciautils-006.ebuild
deleted file mode 100644
index 3e12c97122ee..000000000000
--- a/sys-apps/pcmciautils/pcmciautils-006.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-006.ebuild,v 1.1 2005/07/18 13:40:48 brix Exp $
-
-inherit eutils toolchain-funcs linux-info
-
-DESCRIPTION="PCMCIA userspace utilities for Linux kernel 2.6.13 and beyond"
-
-HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/pcmcia/"
-SRC_URI="mirror://kernel/linux/utils/kernel/pcmcia/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE="cis debug staticsocket"
-RDEPEND=">=sys-fs/sysfsutils-1.2.0-r1
- >=sys-apps/module-init-tools-3.2_pre4
- >=sys-apps/hotplug-20040920
- >=sys-apps/coldplug-20040920
- cis? ( sys-apps/pcmcia-cs-cis )"
-DEPEND="${RDEPEND}
- dev-util/yacc
- sys-devel/flex
- sys-apps/sed"
-PROVIDE="virtual/pcmcia"
-
-CONFIG_CHECK="PCMCIA"
-ERROR_PCMCIA="${P} requires 16-bit PCMCIA support (CONFIG_PCMCIA)"
-
-pkg_setup() {
- linux-info_pkg_setup
-
- if kernel_is lt 2 6 13; then
- eerror
- eerror "${P} requires at least kernel 2.6.13."
- eerror
- die "${P} requires at least kernel 2.6.13."
- fi
-}
-
-src_unpack() {
- unpack ${A}
-
- sed -i \
- -e "s:^\(KERNEL_DIR\) = .*:\1 = ${KV_DIR}:" \
- -e "s:^\(V\)=false:\1=true:" \
- ${S}/Makefile
-
- if use debug; then
- sed -i \
- -e "s:^\(DEBUG\) = .*:\1 = true:" \
- ${S}/Makefile
- fi
-
- if use staticsocket; then
- sed -i -e "s:^\(STARTUP\) = .*:\1 = false:" ${S}/Makefile
- fi
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" LD="$(tc-getCC)" CFLAGS="${CFLAGS}" \
- || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR=${D} install || die "emake install failed"
-}
-
-pkg_postinst() {
- einfo
- einfo "A mini-HOWTO for using pcmciautils can be found at:"
- einfo "http://www.kernel.org/pub/linux/utils/kernel/pcmcia/howto.html"
- ewarn
- ewarn "If you relied on pcmcia-cs to automatically load the"
- ewarn "appropriate PCMCIA-related modules upon boot, you need"
- ewarn "to add "
- ewarn " pcmcia"
- ewarn "and the PCMCIA socket driver you need for this system"
- ewarn "(yenta-socket, i82092, i82365, ...) to"
- ewarn "/etc/modules.autoload.d/kernel-2.6"
- ewarn
-}