summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-11-02 14:26:20 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-11-02 14:26:20 +0000
commit4525524325f00adad342ad010d9ca501fe6d6d56 (patch)
tree2bb88df43aabb0e001c3a4e1a480acf3f30053d4
parentAdding qpkg patch. Closes #32505. (diff)
downloadgentoo-2-4525524325f00adad342ad010d9ca501fe6d6d56.tar.gz
gentoo-2-4525524325f00adad342ad010d9ca501fe6d6d56.tar.bz2
gentoo-2-4525524325f00adad342ad010d9ca501fe6d6d56.zip
Adding qpkg patch. Closes #32505.
-rw-r--r--app-portage/gentoolkit/ChangeLog8
-rw-r--r--app-portage/gentoolkit/Manifest8
-rw-r--r--app-portage/gentoolkit/files/digest-gentoolkit-0.1.340
-rw-r--r--app-portage/gentoolkit/files/scripts/qpkg7
-rw-r--r--app-portage/gentoolkit/gentoolkit-0.1.34.ebuild88
5 files changed, 103 insertions, 8 deletions
diff --git a/app-portage/gentoolkit/ChangeLog b/app-portage/gentoolkit/ChangeLog
index 3e33fdb22726..cb1ab4459744 100644
--- a/app-portage/gentoolkit/ChangeLog
+++ b/app-portage/gentoolkit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-portage/gentoolkit
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.11 2003/10/20 13:05:01 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.12 2003/11/02 14:26:02 mholzer Exp $
+
+*gentoolkit-0.1.34 (02 Nov 2003)
+
+ 02 Nov 2003; Martin Holzer <mholzer@gentoo.org> gentoolkit-0.1.34.ebuild,
+ files/scripts/qpkg:
+ Adding qpkg patch. Closes #32505.
*gentoolkit-0.1.33 (20 Oct 2003)
diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index a8a6687cf978..49de76ad0e29 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,5 +1,5 @@
-MD5 07b0113bbad629c6786f4df147a040a4 ChangeLog 21917
-MD5 5a9706c15a8cdead56cfda5dfde03c24 gentoolkit-0.1.34.ebuild 2780
+MD5 93932b3cb7b30c9478e1298eb3d66c0c ChangeLog 22087
+MD5 e49717bd90aa46894bde9f7487b79b09 gentoolkit-0.1.34.ebuild 2781
MD5 2342f8711f0a4ecb063556c25fde9add metadata.xml 605
MD5 df46236ae71dda0447c748ed7c324534 gentoolkit-0.1.32-r1.ebuild 2712
MD5 1c7fb88fc36be67a61f1ee985b521791 gentoolkit-0.1.32.ebuild 2710
@@ -23,7 +23,6 @@ MD5 e4a164d551dbf4f0fc809dec2a57e858 files/portage-statistics/histogram.awk 308
MD5 4465ed729e3e37c812bed62d9aa940e1 files/portage-statistics/pst-author-coverage 351
MD5 50dccf92bb434c370a284d02ca63362b files/portage-statistics/pst-package-count 356
MD5 8bd1ba99607f3b9c421aa0ba44e84fcc files/portage-statistics/pst-total-coverage 156
-MD5 63572dd6bcaf3535fb38094d7fd4a432 files/scripts/qpkg.orig 14451
MD5 53bb611c54d0d77c27a0b554a5300c67 files/scripts/ChangeLog 2214
MD5 a325d30ede781c8afd795dbdea44c71e files/scripts/dep-clean 6949
MD5 ae1ecff118b5583eac443b6afbccb0fd files/scripts/dep-clean.1 5645
@@ -36,11 +35,10 @@ MD5 413345a5a3407a323f486bb7ba828d12 files/scripts/etcat.1 2511
MD5 dcc46b6fbe3300b608bfd39c03e6c624 files/scripts/mkebuild 7807
MD5 18cb80b264de19fa91ee69f213dcbfef files/scripts/pkg-clean 2863
MD5 ed6713f4f45b71ee207a2511627d9bca files/scripts/pkg-size 1226
-MD5 462f5194ebdd7bf3e358cc1463a3275e files/scripts/qpkg 14577
+MD5 dd17df084a81483c02dffcbe2b5edc10 files/scripts/qpkg 14577
MD5 ac41939247058bc3d14dadeb9026e494 files/scripts/qpkg.1 3476
MD5 fec7a8826834d45de7c2d0cbd614a77e files/scripts/revdep-rebuild 11077
MD5 347e69e1c9fba8b60fa631d92ea0a8f2 files/scripts/useflag 16164
MD5 0a120feea2b79a3731c7912926421a27 files/scripts/useflag.1 5461
MD5 f2fc2302b97963117456b64a0d969ebd files/scripts/ewhich 1639
MD5 1f01507562f0417c9a80757a7f25b053 files/scripts/ewhich.1 518
-MD5 18f76f43f083254c74f41e728473961b files/scripts/qpkg.rej 865
diff --git a/app-portage/gentoolkit/files/digest-gentoolkit-0.1.34 b/app-portage/gentoolkit/files/digest-gentoolkit-0.1.34
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/app-portage/gentoolkit/files/digest-gentoolkit-0.1.34
diff --git a/app-portage/gentoolkit/files/scripts/qpkg b/app-portage/gentoolkit/files/scripts/qpkg
index 8158941a219c..971e8a9ac263 100644
--- a/app-portage/gentoolkit/files/scripts/qpkg
+++ b/app-portage/gentoolkit/files/scripts/qpkg
@@ -9,8 +9,8 @@
# Additional code thanks to:
# Josh Goebel <dreamer@firesedge.org>
#
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/files/scripts/qpkg,v 1.5 2003/10/16 18:18:42 mholzer Exp $
-ID='$Id: qpkg,v 1.5 2003/10/16 18:18:42 mholzer Exp $'
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/files/scripts/qpkg,v 1.6 2003/11/02 14:26:02 mholzer Exp $
+ID='$Id: qpkg,v 1.6 2003/11/02 14:26:02 mholzer Exp $'
VERSION=0.`echo ${ID} | cut -d\ -f3`
PROG=`basename ${0}`
@@ -421,6 +421,9 @@ for p in ${ipak} ${upak} -;do
else
grep -R "${package}" /var/db/pkg/*/*/RDEPEND | \
cut -f5,6 -d"/" | sed -e "s:^:\t${color}:;s:$:${NO}:" | sort -u
+ if [[ $(grep -R "*${package}" /etc/make.profile/packages) != "" ]]; then
+ echo -e "\t${color}SYSTEM PROFILE${NO}"
+ fi
fi
fi
diff --git a/app-portage/gentoolkit/gentoolkit-0.1.34.ebuild b/app-portage/gentoolkit/gentoolkit-0.1.34.ebuild
new file mode 100644
index 000000000000..fc6217934daa
--- /dev/null
+++ b/app-portage/gentoolkit/gentoolkit-0.1.34.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.1.34.ebuild,v 1.1 2003/11/02 14:26:02 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 amd64 ia64"
+
+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
+ fperms 0750 /usr/bin/revdep-rebuild
+
+ dobin ${FILESDIR}/scripts/etcat
+ doman ${FILESDIR}/scripts/etcat.1
+
+ dobin ${FILESDIR}/scripts/ewhich
+ doman ${FILESDIR}/scripts/ewhich.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 app-portage/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 "qpkg is no more case sensitive"
+ einfo ""
+}