summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-kernel/vanilla-tiny-sources/ChangeLog11
-rw-r--r--sys-kernel/vanilla-tiny-sources/Manifest6
-rw-r--r--sys-kernel/vanilla-tiny-sources/metadata.xml17
-rw-r--r--sys-kernel/vanilla-tiny-sources/vanilla-tiny-sources-2.6.1.ebuild41
-rw-r--r--sys-kernel/vanilla-tiny-sources/vanilla-tiny-sources-2.6.2_rc3.ebuild40
5 files changed, 0 insertions, 115 deletions
diff --git a/sys-kernel/vanilla-tiny-sources/ChangeLog b/sys-kernel/vanilla-tiny-sources/ChangeLog
deleted file mode 100644
index 7c0f467a1c4d..000000000000
--- a/sys-kernel/vanilla-tiny-sources/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-# ChangeLog for sys-kernel/vanilla-tiny-sources
-# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-tiny-sources/ChangeLog,v 1.1 2004/02/12 02:48:15 zul Exp $
-
-*vanilla-tiny-sources-2.6.2_rc3 (11 Feb 2004)
-
- 11 Feb 2004; Chuck Short <zul@gentoo.org> metadata.xml,
- vanilla-tiny-sources-2.6.1.ebuild, vanilla-tiny-sources-2.6.2_rc3.ebuild:
- Initial version, ebuilds originally written by Dorian Gray
- <gentoo-bugs@tintar.com>. Modified by me to use the kernel-2 eclass.
-
diff --git a/sys-kernel/vanilla-tiny-sources/Manifest b/sys-kernel/vanilla-tiny-sources/Manifest
deleted file mode 100644
index c37e256e224d..000000000000
--- a/sys-kernel/vanilla-tiny-sources/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 c40546f2e6384a5e639bbe59e5caeeea vanilla-tiny-sources-2.6.1.ebuild 1542
-MD5 aed2959cc9ca611fb2acd8fbb35a6b63 vanilla-tiny-sources-2.6.2_rc3.ebuild 1546
-MD5 e248b5bf0f3adc9c90b166d644068267 ChangeLog 454
-MD5 94386d7e0a90c885a9767f8bc48306c2 metadata.xml 579
-MD5 7d24e3e7186be83525bea07c221465b0 files/digest-vanilla-tiny-sources-2.6.1 190
-MD5 69be9dffe46fab96d3117a59cbdd60cf files/digest-vanilla-tiny-sources-2.6.2_rc3 263
diff --git a/sys-kernel/vanilla-tiny-sources/metadata.xml b/sys-kernel/vanilla-tiny-sources/metadata.xml
deleted file mode 100644
index fe25ce5cb208..000000000000
--- a/sys-kernel/vanilla-tiny-sources/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>zul@gentoo.org</email>
- <name>Chuck Short</name>
-</maintainer>
-<longdescription>
-This ebuild installs the tiny tree. It contains a series of patches against the
-mainline 2.6 linux kernel to reduce its memory and disk footprint. It also adds
-features to aid working on small systems. The target users are developers
-of embedded systms and users of small or legacy devices.
-
-</longdescription>
-</pkgmetadata>
-
diff --git a/sys-kernel/vanilla-tiny-sources/vanilla-tiny-sources-2.6.1.ebuild b/sys-kernel/vanilla-tiny-sources/vanilla-tiny-sources-2.6.1.ebuild
deleted file mode 100644
index bc25ca78b616..000000000000
--- a/sys-kernel/vanilla-tiny-sources/vanilla-tiny-sources-2.6.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-tiny-sources/vanilla-tiny-sources-2.6.1.ebuild,v 1.1 2004/02/12 02:48:15 zul Exp $
-
-TINY_V="2.6.1"
-TINY_SRC="http://www.selenic.com/tiny/${TINY_V}-tiny1.patch.bz2 http://www.selenic.com/tiny/${TINY_V}-tiny1.txt"
-
-UNIPATCH_LIST="${DISTDIR}/${TINY_V}-tiny1.patch.bz2"
-UNIPATCH_DOCS="${DISTDIR}/${TINY_V}-tiny1.txt"
-K_NOSETEXTRAVERSION="${PN/tiny/}"
-UNIPATCH_STRICTORDER="yes"
-
-ETYPE="sources"
-inherit kernel-2
-detect_version
-
-RESTRICT="nomirror"
-
-DESCRIPTION="Kernel sources aimed at embedded systsms and users of small or legacy machines."
-SRC_URI="${KERNEL_URI} ${TINY_SRC}"
-
-KEYWORDS="~x86"
-
-K_EXTRAEINFO="If there are any issues with this kernel, search http://bugs.gentoo.org for an existing bug. Only create a new bug if you have not found one that
-mathces your issue. It is best to do an advanced search as the initial search
-has a very low yield. Please assign your bugs to zul@gentoo.org.
-Please read the ChangeLog and associated docs for more information."
-
-pkg_postinst() {
- postinst_sources
-
- ewarn "IMPORTANT:"
- ewarn "To enable tiny-sources features"
- ewarn "General setup -> Configuure standard kernel features (for small systems"
- ewarn "ptyfs support has now been dropped from devfs and as a"
- ewarn "result you are now required to compile this support into"
- ewarn "the kernel. You can do so by enabling the following options"
- ewarn " Device Drivers -> Character devices -> Unix98 PTY Support"
- ewarn " File systems -> Pseudo filesystems -> /dev/pts filesystem."
- echo
-}
diff --git a/sys-kernel/vanilla-tiny-sources/vanilla-tiny-sources-2.6.2_rc3.ebuild b/sys-kernel/vanilla-tiny-sources/vanilla-tiny-sources-2.6.2_rc3.ebuild
deleted file mode 100644
index b66536eb8da0..000000000000
--- a/sys-kernel/vanilla-tiny-sources/vanilla-tiny-sources-2.6.2_rc3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-tiny-sources/vanilla-tiny-sources-2.6.2_rc3.ebuild,v 1.1 2004/02/12 02:48:15 zul Exp $
-
-TINY_V="2.6.2-rc3"
-TINY_SRC="http://www.selenic.com/tiny/${TINY_V}-tiny1.patch.bz2 http://www.selenic.com/tiny/${TINY_V}-tiny1.txt"
-
-UNIPATCH_LIST="${DISTDIR}/${TINY_V}-tiny1.patch.bz2"
-UNIPATCH_DOCS="${DISTDIR}/${TINY_V}-tiny1.txt"
-K_NOSETEXTRAVERSION="${PN/tiny/}"
-UNIPATCH_STRICTORDER="yes"
-
-ETYPE="sources"
-inherit kernel-2
-detect_version
-
-RESTRICT="nomirror"
-DESCRIPTION="Kernel sources aimed at embedded systsms and users of small or legacy machines."
-SRC_URI="${KERNEL_URI} ${TINY_SRC}"
-
-KEYWORDS="~x86"
-
-K_EXTRAEINFO="If there are any issues with this kernel, search http://bugs.gentoo.org for an existing bug. Only create a new bug if you have not found one that
-mathces your issue. It is best to do an advanced search as the initial search
-has a very low yield. Please assign your bugs to zul@gentoo.org.
-Please read the ChangeLog and associated docs for more information."
-
-pkg_postinst() {
- postinst_sources
-
- ewarn "IMPORTANT:"
- ewarn "To enable tiny-sources features"
- ewarn "General setup -> Configuure standard kernel features (for small systems"
- ewarn "ptyfs support has now been dropped from devfs and as a"
- ewarn "result you are now required to compile this support into"
- ewarn "the kernel. You can do so by enabling the following options"
- ewarn " Device Drivers -> Character devices -> Unix98 PTY Support"
- ewarn " File systems -> Pseudo filesystems -> /dev/pts filesystem."
- echo
-}