summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Briesenick <sbriesen@gentoo.org>2010-12-19 12:37:18 +0000
committerStefan Briesenick <sbriesen@gentoo.org>2010-12-19 12:37:18 +0000
commit0d75e530d57e7c566ba3e611501b6a1a6670902f (patch)
tree6b9969fd870f0662ab81e0960ce45b5891eb8646 /net-dialup/fcpci
parentppc64 stable wrt #344827 (diff)
downloadgentoo-2-0d75e530d57e7c566ba3e611501b6a1a6670902f.tar.gz
gentoo-2-0d75e530d57e7c566ba3e611501b6a1a6670902f.tar.bz2
gentoo-2-0d75e530d57e7c566ba3e611501b6a1a6670902f.zip
removed old versions
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup/fcpci')
-rw-r--r--net-dialup/fcpci/ChangeLog8
-rw-r--r--net-dialup/fcpci/fcpci-0.1-r1.ebuild57
-rw-r--r--net-dialup/fcpci/fcpci-0.1.ebuild51
3 files changed, 6 insertions, 110 deletions
diff --git a/net-dialup/fcpci/ChangeLog b/net-dialup/fcpci/ChangeLog
index 686a8d734baf..e40d1d093c0d 100644
--- a/net-dialup/fcpci/ChangeLog
+++ b/net-dialup/fcpci/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/fcpci
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.19 2008/01/30 01:36:37 sbriesen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.20 2010/12/19 12:37:18 sbriesen Exp $
+
+ 19 Dec 2010; Stefan Briesenick <sbriesen@gentoo.org> -fcpci-0.1.ebuild,
+ -fcpci-0.1-r1.ebuild:
+ removed old versions
*fcpci-0.1-r1 (30 Jan 2008)
diff --git a/net-dialup/fcpci/fcpci-0.1-r1.ebuild b/net-dialup/fcpci/fcpci-0.1-r1.ebuild
deleted file mode 100644
index 94f77deb5373..000000000000
--- a/net-dialup/fcpci/fcpci-0.1-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-0.1-r1.ebuild,v 1.1 2008/01/30 01:36:37 sbriesen Exp $
-
-inherit eutils rpm linux-mod
-
-DESCRIPTION="AVM kernel 2.6 modules for Fritz!Card PCI"
-HOMEPAGE="http://opensuse.foehr-it.de/"
-SRC_URI="http://opensuse.foehr-it.de/rpms/10_3/src/${P}-0.src.rpm"
-
-LICENSE="AVM-FC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="!net-dialup/fritzcapi"
-RDEPEND="${DEPEND} net-dialup/capi4k-utils"
-
-S="${WORKDIR}/fritz"
-
-pkg_setup() {
- linux-mod_pkg_setup
-
- if ! kernel_is 2 6; then
- die "This package works only with 2.6 kernel!"
- fi
-
- BUILD_TARGETS="all"
- BUILD_PARAMS="KDIR=${KV_DIR} LIBDIR=${S}/src"
- MODULE_NAMES="${PN}(net:${S}/src)"
-}
-
-src_unpack() {
- local BIT="" PAT="01234"
- if use amd64; then
- BIT="64bit-" PAT="1234"
- fi
-
- rpm_unpack "${DISTDIR}/${A}" || die "failed to unpack ${A} file"
- DISTDIR="${WORKDIR}" unpack ${PN}-suse[0-9][0-9]-${BIT}[0-9].[0-9]*-[0-9]*.tar.gz
-
- cd "${S}"
- epatch $(sed -n "s|^Patch[${PAT}]:\s*\(.*\)|../\1|p" ../${PN}.spec)
- convert_to_m src/Makefile
-
- for i in lib/*-lib.o; do
- einfo "Localize symbols in ${i##*/} ..."
- objcopy -L memcmp -L memcpy -L memmove -L memset -L strcat \
- -L strcmp -L strcpy -L strlen -L strncmp -L strncpy "${i}"
- done
-}
-
-src_install() {
- linux-mod_src_install
- dodoc CAPI*.txt
- dohtml *.html
-}
diff --git a/net-dialup/fcpci/fcpci-0.1.ebuild b/net-dialup/fcpci/fcpci-0.1.ebuild
deleted file mode 100644
index 94a5c1ceaa07..000000000000
--- a/net-dialup/fcpci/fcpci-0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-0.1.ebuild,v 1.1 2008/01/06 01:53:01 sbriesen Exp $
-
-inherit eutils rpm linux-mod
-
-DESCRIPTION="AVM kernel 2.6 modules for Fritz!Card PCI"
-HOMEPAGE="http://opensuse.foehr-it.de/"
-SRC_URI="http://opensuse.foehr-it.de/rpms/10_3/src/${P}-0.src.rpm"
-
-LICENSE="AVM-FC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="!net-dialup/fritzcapi"
-RDEPEND="${DEPEND} net-dialup/capi4k-utils"
-
-S="${WORKDIR}/fritz"
-
-pkg_setup() {
- linux-mod_pkg_setup
-
- if ! kernel_is 2 6; then
- die "This package works only with 2.6 kernel!"
- fi
-
- BUILD_TARGETS="all"
- BUILD_PARAMS="KDIR=${KV_DIR} LIBDIR=${S}/src"
- MODULE_NAMES="${PN}(net:${S}/src)"
-}
-
-src_unpack() {
- local BIT="" PAT="01234"
- if use amd64; then
- BIT="64bit-" PAT="1234"
- fi
-
- rpm_unpack "${DISTDIR}/${A}" || die "failed to unpack ${A} file"
- DISTDIR="${WORKDIR}" unpack ${PN}-suse[0-9][0-9]-${BIT}[0-9].[0-9]*-[0-9]*.tar.gz
-
- cd "${S}"
- epatch $(sed -n "s|^Patch[${PAT}]:\s*\(.*\)|../\1|p" ../${PN}.spec)
- convert_to_m "src/Makefile"
-}
-
-src_install() {
- linux-mod_src_install
- dodoc CAPI*.txt
- dohtml *.html
-}