summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-10-22 10:57:22 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-10-22 10:57:22 +0000
commit03f71dab729ba911546c3838206ec125711b9443 (patch)
tree6c27bbda223ed09b7b7a57d040d13cc7345800c1 /sys-apps/pcmciautils
parentPruned old versions. (diff)
downloadhistorical-03f71dab729ba911546c3838206ec125711b9443.tar.gz
historical-03f71dab729ba911546c3838206ec125711b9443.tar.bz2
historical-03f71dab729ba911546c3838206ec125711b9443.zip
Pruned old versions.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sys-apps/pcmciautils')
-rw-r--r--sys-apps/pcmciautils/ChangeLog6
-rw-r--r--sys-apps/pcmciautils/Manifest6
-rw-r--r--sys-apps/pcmciautils/files/digest-pcmciautils-0071
-rw-r--r--sys-apps/pcmciautils/files/digest-pcmciautils-0081
-rw-r--r--sys-apps/pcmciautils/pcmciautils-007.ebuild83
-rw-r--r--sys-apps/pcmciautils/pcmciautils-008.ebuild83
6 files changed, 6 insertions, 174 deletions
diff --git a/sys-apps/pcmciautils/ChangeLog b/sys-apps/pcmciautils/ChangeLog
index bab114a24dd0..c6e1a0709222 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.8 2005/10/20 15:01:21 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v 1.9 2005/10/22 10:57:22 brix Exp $
+
+ 22 Oct 2005; Henrik Brix Andersen <brix@gentoo.org>
+ -pcmciautils-007.ebuild, -pcmciautils-008.ebuild:
+ Pruned old versions.
*pcmciautils-010 (20 Oct 2005)
diff --git a/sys-apps/pcmciautils/Manifest b/sys-apps/pcmciautils/Manifest
index 3de6ba4e93a7..95c241a94b18 100644
--- a/sys-apps/pcmciautils/Manifest
+++ b/sys-apps/pcmciautils/Manifest
@@ -1,8 +1,4 @@
MD5 c7716530b54d50e74210c32ae4376fbc pcmciautils-010.ebuild 2251
-MD5 6249d7d502898bc76d3a7e0a8558936a pcmciautils-008.ebuild 2085
-MD5 9c74271019e4120031c3b2c9d27a5e38 pcmciautils-007.ebuild 2085
-MD5 66396d285015388b4d903f2c7b043e52 ChangeLog 1417
+MD5 56257eb20ff5dc4e6d5331d25de9bbb1 ChangeLog 1547
MD5 b280eebc74d70d85e664debf1adce2c3 metadata.xml 255
-MD5 807939d55ad5fb4a2ec533a1d40ecd62 files/digest-pcmciautils-007 67
-MD5 e7d980571f7d04762696f9e9da068383 files/digest-pcmciautils-008 67
MD5 f0b6ef73c257acea57b05a10e0019fc2 files/digest-pcmciautils-010 67
diff --git a/sys-apps/pcmciautils/files/digest-pcmciautils-007 b/sys-apps/pcmciautils/files/digest-pcmciautils-007
deleted file mode 100644
index af9418eee8de..000000000000
--- a/sys-apps/pcmciautils/files/digest-pcmciautils-007
+++ /dev/null
@@ -1 +0,0 @@
-MD5 af6e65394a194d50df60153f975948b7 pcmciautils-007.tar.bz2 34421
diff --git a/sys-apps/pcmciautils/files/digest-pcmciautils-008 b/sys-apps/pcmciautils/files/digest-pcmciautils-008
deleted file mode 100644
index 0fbccc0450ef..000000000000
--- a/sys-apps/pcmciautils/files/digest-pcmciautils-008
+++ /dev/null
@@ -1 +0,0 @@
-MD5 14db1f7afd623a42a776236ba8f4b8a8 pcmciautils-008.tar.bz2 34489
diff --git a/sys-apps/pcmciautils/pcmciautils-007.ebuild b/sys-apps/pcmciautils/pcmciautils-007.ebuild
deleted file mode 100644
index 3091cd9e084a..000000000000
--- a/sys-apps/pcmciautils/pcmciautils-007.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-007.ebuild,v 1.1 2005/07/29 21:52:58 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
-}
diff --git a/sys-apps/pcmciautils/pcmciautils-008.ebuild b/sys-apps/pcmciautils/pcmciautils-008.ebuild
deleted file mode 100644
index f72ec60bad3a..000000000000
--- a/sys-apps/pcmciautils/pcmciautils-008.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-008.ebuild,v 1.1 2005/08/29 20:32:12 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
-}