diff options
Diffstat (limited to 'virtual/pcmcia/pcmcia-2.4.ebuild')
-rw-r--r-- | virtual/pcmcia/pcmcia-2.4.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/pcmcia/pcmcia-2.4.ebuild b/virtual/pcmcia/pcmcia-2.4.ebuild new file mode 100644 index 000000000000..a5ef51d8b41f --- /dev/null +++ b/virtual/pcmcia/pcmcia-2.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/pcmcia/pcmcia-2.4.ebuild,v 1.1 2006/01/19 17:35:15 brix Exp $ + +DESCRIPTION="Virtual for PCMCIA userspace tools" +HOMEPAGE="http://www.gentoo.org/proj/en/base/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc x86" + +IUSE="" +DEPEND="" +RDEPEND="sys-apps/pcmcia-cs" + |