diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-03-01 19:55:55 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-03-01 19:55:55 +0000 |
commit | 88dc2bc7f3261693be92496839d66bfda99ea886 (patch) | |
tree | 9d709f00e5e5f2f3cab0300eb155c7f7aa607339 /app-admin | |
parent | add some more todo items (diff) | |
download | gentoo-2-88dc2bc7f3261693be92496839d66bfda99ea886.tar.gz gentoo-2-88dc2bc7f3261693be92496839d66bfda99ea886.tar.bz2 gentoo-2-88dc2bc7f3261693be92496839d66bfda99ea886.zip |
drop old versions
Diffstat (limited to 'app-admin')
8 files changed, 0 insertions, 276 deletions
diff --git a/app-admin/gentoolkit/files/digest-gentoolkit-0.1.18 b/app-admin/gentoolkit/files/digest-gentoolkit-0.1.18 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/app-admin/gentoolkit/files/digest-gentoolkit-0.1.18 +++ /dev/null diff --git a/app-admin/gentoolkit/files/digest-gentoolkit-0.1.18-r1 b/app-admin/gentoolkit/files/digest-gentoolkit-0.1.18-r1 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/app-admin/gentoolkit/files/digest-gentoolkit-0.1.18-r1 +++ /dev/null diff --git a/app-admin/gentoolkit/files/digest-gentoolkit-0.1.18-r2 b/app-admin/gentoolkit/files/digest-gentoolkit-0.1.18-r2 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/app-admin/gentoolkit/files/digest-gentoolkit-0.1.18-r2 +++ /dev/null diff --git a/app-admin/gentoolkit/files/digest-gentoolkit-0.1.18-r3 b/app-admin/gentoolkit/files/digest-gentoolkit-0.1.18-r3 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/app-admin/gentoolkit/files/digest-gentoolkit-0.1.18-r3 +++ /dev/null diff --git a/app-admin/gentoolkit/gentoolkit-0.1.18-r1.ebuild b/app-admin/gentoolkit/gentoolkit-0.1.18-r1.ebuild deleted file mode 100644 index 0046e1583d5d..000000000000 --- a/app-admin/gentoolkit/gentoolkit-0.1.18-r1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoolkit/gentoolkit-0.1.18-r1.ebuild,v 1.2 2003/02/13 05:24:01 vapier Exp $ - -DESCRIPTION="Collection of unofficial administration scripts for Gentoo" -SRC_URI="" -HOMEPAGE="http://www.gentoo.org/~karltk/projects/gentoolkit/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha mips hppa" - -DEPEND=">=dev-lang/python-2.0 - >=dev-util/dialog-0.7 - >=sys-devel/perl-5.6 - >=sys-apps/grep-2.5-r1" - -src_install() { - dodir /usr/share/gentoolkit - - insinto /usr/share/gentoolkit - doins ${FILESDIR}/portage-statistics/histogram.awk - - dobin ${FILESDIR}/gentool/gentool-bump-revision - dobin ${FILESDIR}/gentool/gentool-total-coverage - dobin ${FILESDIR}/gentool/gentool-author-coverage - dobin ${FILESDIR}/gentool/gentool-package-count - docinto gentool - dodoc ${FILESDIR}/gentool/ChangeLog - - dobin ${FILESDIR}/scripts/qpkg - doman ${FILESDIR}/scripts/qpkg.1 - fowners root:wheel /usr/bin/qpkg - fperms 0750 /usr/bin/qpkg - - dobin ${FILESDIR}/scripts/pkg-size -# 2002-08-06: karltk -# This utility currently does more harm than good. I'm not including it -# until it has been fixed properly. See #5777 in particular. -# dobin ${FILESDIR}/scripts/useflag -# doman ${FILESDIR}/scripts/useflag.1 - - dosbin ${FILESDIR}/scripts/pkg-clean - dosbin ${FILESDIR}/scripts/mkebuild - dosbin ${FILESDIR}/scripts/emerge-webrsync -# dosbin ${FILESDIR}/scripts/epm - -# dobin ${FILESDIR}/lintool/lintool -# doman ${FILESDIR}/lintool/lintool.1 -# docinto lintool -# dodoc ${FILESDIR}/lintool/{checklist-for-ebuilds,ChangeLog} - - dobin ${FILESDIR}/scripts/echangelog - dobin ${FILESDIR}/scripts/ekeyword -} - -pkg_postinst() { - ewarn "The 'useflag' utility has been removed, pending an overhaul. It has proven to be too brittle to be used safely." - ewarn "The 'etc-update' utility has been moved to portage." - einfo "" - einfo "emerge-webrsync -v displays the wget status" - einfo "since epm is now it's own package please emerge it yourself sys-apps/epm" - einfo "" - einfo "if you are upgrading from gentoolkit-0.1.17-r7 or earlier and" - einfo "you're using mkebuild, please remove ~/.mkebuild to update your settings" - einfo "" - einfo "dep-clean is no more supported and has been removed" - -} diff --git a/app-admin/gentoolkit/gentoolkit-0.1.18-r2.ebuild b/app-admin/gentoolkit/gentoolkit-0.1.18-r2.ebuild deleted file mode 100644 index 22f7356171c7..000000000000 --- a/app-admin/gentoolkit/gentoolkit-0.1.18-r2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoolkit/gentoolkit-0.1.18-r2.ebuild,v 1.2 2003/02/22 08:53:31 zwelch Exp $ - -DESCRIPTION="Collection of unofficial administration scripts for Gentoo" -SRC_URI="" -HOMEPAGE="http://www.gentoo.org/~karltk/projects/gentoolkit/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha mips hppa arm" - -DEPEND=">=dev-lang/python-2.0 - >=dev-util/dialog-0.7 - >=sys-devel/perl-5.6 - >=sys-apps/grep-2.5-r1" - -src_install() { - dodir /usr/share/gentoolkit - - insinto /usr/share/gentoolkit - doins ${FILESDIR}/portage-statistics/histogram.awk - - dobin ${FILESDIR}/gentool/gentool-bump-revision - dobin ${FILESDIR}/gentool/gentool-total-coverage - dobin ${FILESDIR}/gentool/gentool-author-coverage - dobin ${FILESDIR}/gentool/gentool-package-count - docinto gentool - dodoc ${FILESDIR}/gentool/ChangeLog - - dobin ${FILESDIR}/scripts/qpkg - doman ${FILESDIR}/scripts/qpkg.1 - fowners root:wheel /usr/bin/qpkg - fperms 0750 /usr/bin/qpkg - - dobin ${FILESDIR}/scripts/pkg-size -# 2002-08-06: karltk -# This utility currently does more harm than good. I'm not including it -# until it has been fixed properly. See #5777 in particular. -# dobin ${FILESDIR}/scripts/useflag -# doman ${FILESDIR}/scripts/useflag.1 - - dosbin ${FILESDIR}/scripts/pkg-clean - dosbin ${FILESDIR}/scripts/mkebuild - dosbin ${FILESDIR}/scripts/emerge-webrsync -# dosbin ${FILESDIR}/scripts/epm - -# dobin ${FILESDIR}/lintool/lintool -# doman ${FILESDIR}/lintool/lintool.1 -# docinto lintool -# dodoc ${FILESDIR}/lintool/{checklist-for-ebuilds,ChangeLog} - - dobin ${FILESDIR}/scripts/echangelog - dobin ${FILESDIR}/scripts/ekeyword -} - -pkg_postinst() { - ewarn "The 'useflag' utility has been removed, pending an overhaul. It has proven to be too brittle to be used safely." - ewarn "The 'etc-update' utility has been moved to portage." - einfo "" - einfo "emerge-webrsync -v displays the wget status" - einfo "since epm is now it's own package please emerge it yourself sys-apps/epm" - einfo "" - einfo "if you are upgrading from gentoolkit-0.1.17-r7 or earlier and" - einfo "you're using mkebuild, please remove ~/.mkebuild to update your settings" - einfo "" - einfo "dep-clean is no more supported and has been removed" - -} diff --git a/app-admin/gentoolkit/gentoolkit-0.1.18-r3.ebuild b/app-admin/gentoolkit/gentoolkit-0.1.18-r3.ebuild deleted file mode 100644 index cb5f2068bca2..000000000000 --- a/app-admin/gentoolkit/gentoolkit-0.1.18-r3.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoolkit/gentoolkit-0.1.18-r3.ebuild,v 1.1 2003/02/25 14:39:57 agriffis Exp $ - -DESCRIPTION="Collection of unofficial administration scripts for Gentoo" -SRC_URI="" -HOMEPAGE="http://www.gentoo.org/~karltk/projects/gentoolkit/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha mips hppa arm" - -DEPEND=">=dev-lang/python-2.0 - >=dev-util/dialog-0.7 - >=sys-devel/perl-5.6 - >=sys-apps/grep-2.5-r1" - -src_install() { - dodir /usr/share/gentoolkit - - insinto /usr/share/gentoolkit - doins ${FILESDIR}/portage-statistics/histogram.awk - - dobin ${FILESDIR}/gentool/gentool-bump-revision - dobin ${FILESDIR}/gentool/gentool-total-coverage - dobin ${FILESDIR}/gentool/gentool-author-coverage - dobin ${FILESDIR}/gentool/gentool-package-count - docinto gentool - dodoc ${FILESDIR}/gentool/ChangeLog - - dobin ${FILESDIR}/scripts/qpkg - doman ${FILESDIR}/scripts/qpkg.1 - fowners root:wheel /usr/bin/qpkg - fperms 0750 /usr/bin/qpkg - - dobin ${FILESDIR}/scripts/pkg-size -# 2002-08-06: karltk -# This utility currently does more harm than good. I'm not including it -# until it has been fixed properly. See #5777 in particular. -# dobin ${FILESDIR}/scripts/useflag -# doman ${FILESDIR}/scripts/useflag.1 - - dosbin ${FILESDIR}/scripts/pkg-clean - dosbin ${FILESDIR}/scripts/mkebuild - dosbin ${FILESDIR}/scripts/emerge-webrsync -# dosbin ${FILESDIR}/scripts/epm - -# dobin ${FILESDIR}/lintool/lintool -# doman ${FILESDIR}/lintool/lintool.1 -# docinto lintool -# dodoc ${FILESDIR}/lintool/{checklist-for-ebuilds,ChangeLog} - - dobin ${FILESDIR}/scripts/echangelog - dobin ${FILESDIR}/scripts/ekeyword -} - -pkg_postinst() { - ewarn "The 'useflag' utility has been removed, pending an overhaul. It has proven to be too brittle to be used safely." - ewarn "The 'etc-update' utility has been moved to portage." - einfo "" - einfo "emerge-webrsync -v displays the wget status" - einfo "since epm is now it's own package please emerge it yourself sys-apps/epm" - einfo "" - einfo "if you are upgrading from gentoolkit-0.1.17-r7 or earlier and" - einfo "you're using mkebuild, please remove ~/.mkebuild to update your settings" - einfo "" - einfo "dep-clean is no more supported and has been removed" - -} diff --git a/app-admin/gentoolkit/gentoolkit-0.1.18.ebuild b/app-admin/gentoolkit/gentoolkit-0.1.18.ebuild deleted file mode 100644 index 809e048c84a3..000000000000 --- a/app-admin/gentoolkit/gentoolkit-0.1.18.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoolkit/gentoolkit-0.1.18.ebuild,v 1.2 2003/02/13 05:23:56 vapier Exp $ - -DESCRIPTION="Collection of unofficial administration scripts for Gentoo" -SRC_URI="" -HOMEPAGE="http://www.gentoo.org/~karltk/projects/gentoolkit/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha mips hppa" - -DEPEND=">=dev-lang/python-2.0 - >=dev-util/dialog-0.7 - >=sys-devel/perl-5.6 - >=sys-apps/grep-2.5-r1" - -src_install() { - dodir /usr/share/gentoolkit - - insinto /usr/share/gentoolkit - doins ${FILESDIR}/portage-statistics/histogram.awk - - dobin ${FILESDIR}/gentool/gentool-bump-revision - dobin ${FILESDIR}/gentool/gentool-total-coverage - dobin ${FILESDIR}/gentool/gentool-author-coverage - dobin ${FILESDIR}/gentool/gentool-package-count - docinto gentool - dodoc ${FILESDIR}/gentool/ChangeLog - - dobin ${FILESDIR}/scripts/qpkg - doman ${FILESDIR}/scripts/qpkg.1 - fowners root:wheel /usr/bin/qpkg - fperms 0750 /usr/bin/qpkg - - dobin ${FILESDIR}/scripts/pkg-size -# 2002-08-06: karltk -# This utility currently does more harm than good. I'm not including it -# until it has been fixed properly. See #5777 in particular. -# dobin ${FILESDIR}/scripts/useflag -# doman ${FILESDIR}/scripts/useflag.1 - - dosbin ${FILESDIR}/scripts/pkg-clean - dosbin ${FILESDIR}/scripts/mkebuild - dosbin ${FILESDIR}/scripts/emerge-webrsync -# dosbin ${FILESDIR}/scripts/epm - -# dobin ${FILESDIR}/lintool/lintool -# doman ${FILESDIR}/lintool/lintool.1 -# docinto lintool -# dodoc ${FILESDIR}/lintool/{checklist-for-ebuilds,ChangeLog} - - dobin ${FILESDIR}/scripts/echangelog - dobin ${FILESDIR}/scripts/ekeyword -} - -pkg_postinst() { - ewarn "The 'useflag' utility has been removed, pending an overhaul. It has proven to be too brittle to be used safely." - ewarn "The 'etc-update' utility has been moved to portage." - einfo "" - einfo "emerge-webrsync -v displays the wget status" - einfo "since epm is now it's own package please emerge it yourself sys-apps/epm" - einfo "" - einfo "if you are upgrading from gentoolkit-0.1.17-r7 or earlier and" - einfo "you're using mkebuild, please remove ~/.mkebuild to update your settings" - einfo "" - einfo "dep-clean is no more supported and has been removed" - -} |