diff options
author | 2003-05-26 15:52:09 +0000 | |
---|---|---|
committer | 2003-05-26 15:52:09 +0000 | |
commit | 4536f410237d0d5d91331d2bb1fe83d216c9b4be (patch) | |
tree | 466b4198416280596185af9b1d45c21ecf2f3436 /app-admin | |
parent | fix bug 21022 (diff) | |
download | historical-4536f410237d0d5d91331d2bb1fe83d216c9b4be.tar.gz historical-4536f410237d0d5d91331d2bb1fe83d216c9b4be.tar.bz2 historical-4536f410237d0d5d91331d2bb1fe83d216c9b4be.zip |
fix bug 21022
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/gentoolkit/Manifest | 6 | ||||
-rw-r--r-- | app-admin/gentoolkit/files/digest-gentoolkit-0.1.25 | 0 | ||||
-rw-r--r-- | app-admin/gentoolkit/files/scripts/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/gentoolkit/files/scripts/echangelog | 5 | ||||
-rw-r--r-- | app-admin/gentoolkit/gentoolkit-0.1.25.ebuild | 86 |
5 files changed, 97 insertions, 5 deletions
diff --git a/app-admin/gentoolkit/Manifest b/app-admin/gentoolkit/Manifest index 6afeac432def..a0d511d31cb1 100644 --- a/app-admin/gentoolkit/Manifest +++ b/app-admin/gentoolkit/Manifest @@ -1,6 +1,6 @@ -MD5 8a0e2ba2d2650d3faea1de3effc37e68 gentoolkit-0.1.25.ebuild 2728 +MD5 c0c8c529c6310d7ed4aa32e73e7a2138 gentoolkit-0.1.25.ebuild 2728 MD5 8a0e2ba2d2650d3faea1de3effc37e68 gentoolkit-0.1.24.ebuild 2728 -MD5 8ca2899b858ceb5eb568db54f416af7d ChangeLog 17416 +MD5 5ebf3ae27591c39dff53d14b894fb90a ChangeLog 17609 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gentoolkit-0.1.24 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gentoolkit-0.1.25 0 MD5 300f133ec5d3f34b92165edfd2d54538 files/euse/euse 33484 @@ -21,7 +21,7 @@ MD5 347e69e1c9fba8b60fa631d92ea0a8f2 files/scripts/useflag 16164 MD5 0a120feea2b79a3731c7912926421a27 files/scripts/useflag.1 5461 MD5 8a01b5a884ddc44af62ddf32f44e4bde files/scripts/mkebuild 7806 MD5 66c792cf569cddd351bcccedd69d659f files/scripts/echangelog 6106 -MD5 1b22af5aca4a1373c53d44a0743d02a4 files/scripts/ChangeLog 2215 +MD5 990536b35649142ebeddebd3f411efee files/scripts/ChangeLog 2215 MD5 ae1ecff118b5583eac443b6afbccb0fd files/scripts/dep-clean.1 5645 MD5 08871c6fedbd9385ef8a55e1f72f3a14 files/scripts/ekeyword 917 MD5 8bd1ba99607f3b9c421aa0ba44e84fcc files/portage-statistics/pst-total-coverage 156 diff --git a/app-admin/gentoolkit/files/digest-gentoolkit-0.1.25 b/app-admin/gentoolkit/files/digest-gentoolkit-0.1.25 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/app-admin/gentoolkit/files/digest-gentoolkit-0.1.25 diff --git a/app-admin/gentoolkit/files/scripts/ChangeLog b/app-admin/gentoolkit/files/scripts/ChangeLog index 081353f04375..05a0e4b50a28 100644 --- a/app-admin/gentoolkit/files/scripts/ChangeLog +++ b/app-admin/gentoolkit/files/scripts/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/gentoolkit/lintool/scripts # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoolkit/files/scripts/ChangeLog,v 1.14 2003/05/25 17:36:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoolkit/files/scripts/ChangeLog,v 1.15 2003/05/26 15:52:02 agriffis Exp $ + +26 May 2003 Aron Griffis <agriffis@gentoo.org> + * fix bug 21022: echangelog should not be localized 25 May 2003 Aron Griffis <agriffis@gentoo.org> * fix double-reporting of removed ebuilds in echangelog diff --git a/app-admin/gentoolkit/files/scripts/echangelog b/app-admin/gentoolkit/files/scripts/echangelog index c4ce835c7b9a..f9fcba12629c 100644 --- a/app-admin/gentoolkit/files/scripts/echangelog +++ b/app-admin/gentoolkit/files/scripts/echangelog @@ -9,7 +9,10 @@ # > use strict; -use POSIX qw(strftime getcwd); +use POSIX qw(strftime getcwd setlocale); + +# Fix bug 21022 by restricting to C locale +setlocale(&POSIX::LC_ALL, "C"); use Text::Wrap; $Text::Wrap::columns = 79; diff --git a/app-admin/gentoolkit/gentoolkit-0.1.25.ebuild b/app-admin/gentoolkit/gentoolkit-0.1.25.ebuild new file mode 100644 index 000000000000..652cdfe2b36f --- /dev/null +++ b/app-admin/gentoolkit/gentoolkit-0.1.25.ebuild @@ -0,0 +1,86 @@ +# 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.25.ebuild,v 1.1 2003/05/26 15:52:01 agriffis 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 + 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 "" + +} |