]> Pileus Git - ~andy/sunrise/commitdiff
Remove, this is in vanilla kernel
authorJakub Moc <jakub@gentoo.org>
Sun, 27 Jan 2008 14:16:53 +0000 (14:16 +0000)
committerJakub Moc <jakub@gentoo.org>
Sun, 27 Jan 2008 14:16:53 +0000 (14:16 +0000)
svn path=/sunrise/; revision=5530

net-wireless/crc-itu-t/ChangeLog [deleted file]
net-wireless/crc-itu-t/Manifest [deleted file]
net-wireless/crc-itu-t/crc-itu-t-20070529.ebuild [deleted file]
net-wireless/crc-itu-t/metadata.xml [deleted file]

diff --git a/net-wireless/crc-itu-t/ChangeLog b/net-wireless/crc-itu-t/ChangeLog
deleted file mode 100644 (file)
index e8fc2f4..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for net-wireless/crc-itu-t
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  28 Oct 2007; Markus Ullmann <jokey@gentoo.org> crc-itu-t-20070529:
-  fix quoting
-
-  11 Jul 2007; Jakub Moc <jakub@gentoo.org> crc-itu-t-20070529.ebuild:
-  Add check for 2.6.22+ kernels which has this one bundled already
-
-  15 Jun 2007; Ali Polatel (hawking) <polatel@gmail.com>
-  -crc-itu-t-20070513.ebuild:
-  Drop old
-
-  14 Jun 2007; Jakub Moc <jakub@gentoo.org> +crc-itu-t-20070529.ebuild:
-  Bump to newer snapshot
-
-  14 May 2007; Jakub Moc <jakub@gentoo.org> +crc-itu-t-20070513.ebuild,
-  +metadata.xml:
-  New ebuild, needed for rt2x00 git versions, thanks to Dick Marinus. Bug 176148
-
diff --git a/net-wireless/crc-itu-t/Manifest b/net-wireless/crc-itu-t/Manifest
deleted file mode 100644 (file)
index 3194b18..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST rt2x00-git-20070529.tar.gz 327893 RMD160 e32b25bc84a1bcf5212b70f33f728b9b67065075 SHA1 525ad5131219107cfe6237e041457c49a5a791f6 SHA256 2e6913396a648fe7a03ced6dc51de7fcfa0f194dbf37fb3197c770ef3433411d
-EBUILD crc-itu-t-20070529.ebuild 1061 RMD160 45ef3fb4c2e8f5aed842037a542be61c27682223 SHA1 7cca2e19cdf952bf271f07c38a9e05f1704fb660 SHA256 ff44d34806e7ee76f162ebcd7cbb062a6774014ef4344fb1338e3c2e84e92685
-MISC ChangeLog 714 RMD160 6c0e06ffdce173e9577bc6f7da76eb8f1034ad8b SHA1 5ae150c71ceb0dd8053e62554b5bda2f72ae5656 SHA256 d840c1bb2ac6497dbd6961530ae626dcc8d5377c70a0f056d31151480a271600
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-wireless/crc-itu-t/crc-itu-t-20070529.ebuild b/net-wireless/crc-itu-t/crc-itu-t-20070529.ebuild
deleted file mode 100644 (file)
index cc53e20..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit linux-mod
-
-MY_PN="rt2x00-git"
-DESCRIPTION="CRC ITU-T V.41 calculations"
-HOMEPAGE="http://rt2x00.serialmonkey.com/"
-SRC_URI="http://dev.gentooexperimental.org/~jakub/distfiles/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/lib"
-
-BUILD_PARAMS="CONFIG_CRC_ITU_T=m -C ${KERNEL_DIR} M=${S}"
-BUILD_TARGETS="modules"
-MODULE_NAMES="crc-itu-t()"
-
-pkg_setup() {
-       if kernel_is ge 2 6 22 ; then
-               CONFIG_CHECK="${CONFIG_CHECK} !CRC_ITU_T"
-               ERROR_CRC_ITU_T="CRC_ITU_T support already enabled in kernel. You do not need this ebuild."
-       fi
-
-       linux-mod_pkg_setup
-}
-
-src_unpack() {
-       unpack ${A}
-       echo 'obj-$(CONFIG_CRC_ITU_T) += crc-itu-t.o' > "${S}"/Makefile
-       echo "CFLAGS += -I"${WORKDIR}"/include" >> "${S}"/Makefile
-}
-
-src_install() {
-       linux-mod_src_install
-       dodir /usr/include/crc-itu-t/linux/
-       insinto /usr/include/crc-itu-t/linux/
-       doins "${WORKDIR}"/include/linux/crc-itu-t.h
-}
diff --git a/net-wireless/crc-itu-t/metadata.xml b/net-wireless/crc-itu-t/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>