diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-07-01 16:38:50 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-07-01 16:38:50 +0000 |
commit | 19e64b76a6f66268536064a62b1b7e3f2fa9de0b (patch) | |
tree | 2b855c131f905b44978427be465d771babab6cba /app-admin/gentoolkit | |
parent | Adding back (diff) | |
download | historical-19e64b76a6f66268536064a62b1b7e3f2fa9de0b.tar.gz historical-19e64b76a6f66268536064a62b1b7e3f2fa9de0b.tar.bz2 historical-19e64b76a6f66268536064a62b1b7e3f2fa9de0b.zip |
Adding back
Diffstat (limited to 'app-admin/gentoolkit')
-rw-r--r-- | app-admin/gentoolkit/Manifest | 2 | ||||
-rw-r--r-- | app-admin/gentoolkit/files/digest-gentoolkit-0.1.28 | 0 | ||||
-rw-r--r-- | app-admin/gentoolkit/gentoolkit-0.1.28.ebuild | 87 |
3 files changed, 88 insertions, 1 deletions
diff --git a/app-admin/gentoolkit/Manifest b/app-admin/gentoolkit/Manifest index 073501d5c440..43b32d467b1c 100644 --- a/app-admin/gentoolkit/Manifest +++ b/app-admin/gentoolkit/Manifest @@ -1,5 +1,5 @@ MD5 86be4efa34b4253ca513a36f5b8b962d ChangeLog 19061 -MD5 18263235d05c75e6e90865addd332a69 gentoolkit-0.1.28.ebuild 2801 +MD5 000f84eeb6a9379429898e8c4dac4170 gentoolkit-0.1.28.ebuild 2805 MD5 df6bcbacbdaf9e7ecb72677b98d91fae gentoolkit-0.1.29.ebuild 2808 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gentoolkit-0.1.28 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gentoolkit-0.1.29 0 diff --git a/app-admin/gentoolkit/files/digest-gentoolkit-0.1.28 b/app-admin/gentoolkit/files/digest-gentoolkit-0.1.28 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/app-admin/gentoolkit/files/digest-gentoolkit-0.1.28 diff --git a/app-admin/gentoolkit/gentoolkit-0.1.28.ebuild b/app-admin/gentoolkit/gentoolkit-0.1.28.ebuild new file mode 100644 index 000000000000..a0a345f76d8b --- /dev/null +++ b/app-admin/gentoolkit/gentoolkit-0.1.28.ebuild @@ -0,0 +1,87 @@ +# 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.28.ebuild,v 1.3 2003/07/01 16:38:39 mholzer Exp $ + +DESCRIPTION="Collection of unofficial administration scripts for Gentoo" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" + +DEPEND=">=dev-lang/python-2.0 + >=dev-util/dialog-0.7 + >=dev-lang/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/dep-clean + doman ${FILESDIR}/scripts/dep-clean.1 + fowners root:wheel /usr/bin/dep-clean + fperms 0750 /usr/bin/dep-clean + + dobin ${FILESDIR}/scripts/revdep-rebuild-1 + mv ${D}${DESTTREE}/bin/revdep-rebuild-1 ${D}${DESTTREE}/bin/revdep-rebuild + fperms 0750 /usr/bin/revdep-rebuild + + dobin ${FILESDIR}/scripts/etcat + doman ${FILESDIR}/scripts/etcat.1 + + 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 + + dobin ${FILESDIR}/euse/euse + doman ${FILESDIR}/euse/euse.1 + docinto euse + dodoc ${FILESDIR}/euse/{ChangeLog,README} + + dosbin ${FILESDIR}/scripts/pkg-clean + dosbin ${FILESDIR}/scripts/mkebuild + +# dobin ${FILESDIR}/lintool/lintool +# doman ${FILESDIR}/lintool/lintool.1 +# docinto lintool +# dodoc ${FILESDIR}/lintool/{checklist-for-ebuilds,ChangeLog} + + dobin ${FILESDIR}/scripts/echangelog + doman ${FILESDIR}/scripts/echangelog.1 + 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." + einfo "" + 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 has been re-incarnated at the request of dragon. The new version" + einfo "is much faster and better than the old one, and is included herein" + einfo "" + einfo "emerge-webrsync is now in sys-apps/portage (2.0.47+) included" + einfo "" + +} |