summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-04-07 22:26:41 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-04-07 22:26:41 +0000
commit9e2ea815fd0f939ae6d8638b464dd522a7172923 (patch)
tree3c57e16bfb18ac40eb9f684ab68228b84f56fbde /sys-apps/readahead-list
parentmedia-video/transcode dependency x264 pkgmove (diff)
downloadgentoo-2-9e2ea815fd0f939ae6d8638b464dd522a7172923.tar.gz
gentoo-2-9e2ea815fd0f939ae6d8638b464dd522a7172923.tar.bz2
gentoo-2-9e2ea815fd0f939ae6d8638b464dd522a7172923.zip
Cleanup old ebuilds.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps/readahead-list')
-rw-r--r--sys-apps/readahead-list/ChangeLog9
-rw-r--r--sys-apps/readahead-list/readahead-list-0.20050320.2320.ebuild38
-rw-r--r--sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild48
-rw-r--r--sys-apps/readahead-list/readahead-list-0.20050328.0142.ebuild52
-rw-r--r--sys-apps/readahead-list/readahead-list-0.20050425.1452.ebuild60
5 files changed, 8 insertions, 199 deletions
diff --git a/sys-apps/readahead-list/ChangeLog b/sys-apps/readahead-list/ChangeLog
index 7da7190fe48d..fe2375f65801 100644
--- a/sys-apps/readahead-list/ChangeLog
+++ b/sys-apps/readahead-list/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/readahead-list
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/ChangeLog,v 1.12 2008/04/07 22:25:35 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/readahead-list/ChangeLog,v 1.13 2008/04/07 22:26:41 robbat2 Exp $
+
+ 07 Apr 2008; Robin H. Johnson <robbat2@gentoo.org>
+ -readahead-list-0.20050320.2320.ebuild,
+ -readahead-list-0.20050323.0658.ebuild,
+ -readahead-list-0.20050328.0142.ebuild,
+ -readahead-list-0.20050425.1452.ebuild:
+ Cleanup old ebuilds.
07 Apr 2008; Robin H. Johnson <robbat2@gentoo.org>
readahead-list-1.20060421.1016.ebuild:
diff --git a/sys-apps/readahead-list/readahead-list-0.20050320.2320.ebuild b/sys-apps/readahead-list/readahead-list-0.20050320.2320.ebuild
deleted file mode 100644
index a52a207d9642..000000000000
--- a/sys-apps/readahead-list/readahead-list-0.20050320.2320.ebuild
+++ /dev/null
@@ -1,38 +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/readahead-list/readahead-list-0.20050320.2320.ebuild,v 1.1 2005/03/21 07:22:25 robbat2 Exp $
-
-DESCRIPTION="Perform readahead(2) to pre-cache files."
-HOMEPAGE="http://tirpitz.iat.sfu.ca/"
-SRC_URI="${HOMEPAGE}/custom-software/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-# I'm not entirely certain about this
-# need to check if other libc variants provide readahead(2)
-DEPEND="virtual/libc"
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- into /
- dosbin readahead-list
- cd ${S}/init/gentoo/
- newinitd init.d-readahead-list readahead-list
- newconfd conf.d-readahead-list readahead-list
- insinto /etc/readahead-list
- # default config
- cd ${S}/scripts/
- newins readahead.runlevel-default.list runlevel-default
- newins readahead.runlevel-boot.list runlevel-boot
- newins readahead._sbin_rc.list exec_sbin_rc
- # docs
- cd ${S}
- dodoc README
- docinto scripts
- dodoc scripts/*
-}
diff --git a/sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild b/sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild
deleted file mode 100644
index 72efe423c532..000000000000
--- a/sys-apps/readahead-list/readahead-list-0.20050323.0658.ebuild
+++ /dev/null
@@ -1,48 +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/readahead-list/readahead-list-0.20050323.0658.ebuild,v 1.4 2005/04/25 22:26:08 robbat2 Exp $
-
-DESCRIPTION="Preloads files into the page cache to accelerate program loading."
-
-HOMEPAGE="http://www.orbis-terrarum.net"
-SRC_URI="http://tirpitz.iat.sfu.ca/custom-software/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="doc"
-
-# I'm not entirely certain about this
-# need to check if other libc variants provide readahead(2)
-RDEPEND="virtual/libc"
-DEPEND="${RDEPEND}
- virtual/os-headers"
-
-src_compile() {
- econf --sbindir=/sbin || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # init scripts
- cd ${S}/contrib/init/gentoo/
- newinitd init.d-readahead-list readahead-list
- newconfd conf.d-readahead-list readahead-list
-
- # default config
- insinto /etc/readahead-list
- cd ${S}/contrib/data
- newins readahead.runlevel-default.list runlevel-default
- newins readahead.runlevel-boot.list runlevel-boot
- newins readahead._sbin_rc.list exec_sbin_rc
-
- # docs
- cd ${S}
- dodoc README
- if use doc; then
- docinto scripts
- dodoc contrib/scripts/*
- rm ${D}/usr/contrib/scripts/Makefile*
- fi
-}
diff --git a/sys-apps/readahead-list/readahead-list-0.20050328.0142.ebuild b/sys-apps/readahead-list/readahead-list-0.20050328.0142.ebuild
deleted file mode 100644
index e75c205175e3..000000000000
--- a/sys-apps/readahead-list/readahead-list-0.20050328.0142.ebuild
+++ /dev/null
@@ -1,52 +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/readahead-list/readahead-list-0.20050328.0142.ebuild,v 1.3 2005/04/25 22:26:08 robbat2 Exp $
-
-DESCRIPTION="Preloads files into the page cache to accelerate program loading."
-
-HOMEPAGE="http://www.orbis-terrarum.net"
-SRC_URI="http://tirpitz.iat.sfu.ca/custom-software/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="doc"
-
-# I'm not entirely certain about this
-# need to check if other libc variants provide readahead(2)
-RDEPEND="virtual/libc"
-# the blocked headers are broken
-# they don't compile properly!
-DEPEND="${RDEPEND}
- virtual/os-headers
- !=sys-kernel/linux-headers-2.6.8.1*"
-
-src_compile() {
- econf --sbindir=/sbin || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # init scripts
- cd ${S}/contrib/init/gentoo/
- newinitd init.d-readahead-list readahead-list
- newconfd conf.d-readahead-list readahead-list
-
- # default config
- insinto /etc/readahead-list
- cd ${S}/contrib/data
- newins readahead.runlevel-default.list runlevel-default
- newins readahead.runlevel-boot.list runlevel-boot
- newins readahead._sbin_rc.list exec_sbin_rc
-
- # docs
- cd ${S}
- dodoc README
- if use doc; then
- docinto scripts
- dodoc contrib/scripts/*
- fi
- # clean up a bit
- find ${D}/usr/share/doc/${PF}/ -type f -name 'Makefile*' -exec rm -f \{} \;
-}
diff --git a/sys-apps/readahead-list/readahead-list-0.20050425.1452.ebuild b/sys-apps/readahead-list/readahead-list-0.20050425.1452.ebuild
deleted file mode 100644
index e42ec570ed7b..000000000000
--- a/sys-apps/readahead-list/readahead-list-0.20050425.1452.ebuild
+++ /dev/null
@@ -1,60 +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/readahead-list/readahead-list-0.20050425.1452.ebuild,v 1.1 2005/04/25 22:26:08 robbat2 Exp $
-
-DESCRIPTION="Preloads files into the page cache to accelerate program loading."
-
-HOMEPAGE="http://www.orbis-terrarum.net"
-SRC_URI="http://tirpitz.iat.sfu.ca/custom-software/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="doc"
-
-# I'm not entirely certain about this
-# need to check if other libc variants provide readahead(2)
-RDEPEND="virtual/libc"
-# the blocked headers are broken
-# they don't compile properly!
-DEPEND="${RDEPEND}
- virtual/os-headers"
-
-src_compile() {
- econf --sbindir=/sbin || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # init scripts
- cd ${S}/contrib/init/gentoo/
- newinitd init.d-readahead-list readahead-list
- newinitd init.d-readahead-list-early readahead-list-early
- newconfd conf.d-readahead-list readahead-list
-
- # default config
- insinto /etc/readahead-list
- cd ${S}/contrib/data
- newins readahead.runlevel-default.list runlevel-default
- newins readahead.runlevel-boot.list runlevel-boot
- newins readahead._sbin_rc.list exec_sbin_rc
-
- # docs
- cd ${S}
- dodoc README
- if use doc; then
- docinto scripts
- dodoc contrib/scripts/*
- fi
- # clean up a bit
- find ${D}/usr/share/doc/${PF}/ -type f -name 'Makefile*' -exec rm -f \{} \;
-}
-
-pkg_postinst() {
- einfo "You should add readahead-list to your runlevels:"
- einfo " rc-update add readahead-list-early boot"
- einfo " rc-update add readahead-list boot"
- einfo "Also consider customizing the lists in /etc/readahead-list"
- einfo "for maximum performance gain."
-}