* [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /
@ 2017-03-22 11:00 Brian Dolbec
0 siblings, 0 replies; 14+ messages in thread
From: Brian Dolbec @ 2017-03-22 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 8c8f3d4f931f807b6f0990cd94d9959b246ade33
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 10:51:31 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 10:51:31 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=8c8f3d4f
Remove Changelog in prep for gentoolkit merge
ChangeLog | 1019 -------------------------------------------------------------
1 file changed, 1019 deletions(-)
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index ad6a8ef..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,1019 +0,0 @@
-2012-04-23: Christian Ruppert <idl0r@gentoo.org>
- * ekeyword: Some cleanup
- Do a basic pre sort to get a rid of duplicates, bug 399575.
- NOTE: e.g. ~amd64 and -amd64 wouldn't be detected as duplicate!
- Fix "ekeyword ^sparc *.ebuild" removing the "sparc" from e.g.
- ~sparc-solaris, bug 413133.
-
-2012-04-09: Christian Ruppert <idl0r@gentoo.org>
- * echangelog: Improve the VCS check by adding a fallback/default PATH in
- case $PATH is empty.
- Don't modify the initial copyright year when updating e.g. 1999-2012,
- bug 380325.
-
-2011-03-24: Christian Ruppert <idl0r@gentoo.org>
- * echangelog: Remove duplicate sort calls.
-
-2011-03-23: Christian Ruppert <idl0r@gentoo.org>
- * echangelog: Fix update_copyright loop to check/update ebuilds again.
-
-2011-01-25: Christian Ruppert <idl0r@gentoo.org>
- * echangelog: Some cleanup.
- Use the @ebuilds array instead of @files for ebuild related changes.
- Use update_cat_pn() and update_copyright() only once for the ChangeLog,
- right after loading it.
- Fix a bug where writing the new ChangeLog faild if *only* the ChangeLog
- itself has been modified.
- Fix sorting again, bug 336390.
- Add a option to allow easy updating of the MD5 sums.
- Exit properly.
- Update some MD5 sums, related to the sorting fix in
- e34afa6e3da2ed329104a14eb957fb05326c437f.
-
-2011-01-05: Christian Ruppert <idl0r@gentoo.org>
- * imlate: Ignore empty tags
-
-2011-01-02: Christian Ruppert <idl0r@gentoo.org>
- * echangelog: Fix echangelog test by using the --vcs $vcs option
-
-2010-11-16: Christian Ruppert <idl0r@gentoo.org>
- * echangelog: Make test case POSIX conform.
- Update md5 sums.
-
-2010-10-28: Tomáš Chvátal <scarabeus@gentoo.org>
- * eshowkw: Deprecate eshowkw.
- This package (more of its full rewrite) will be from now on at
- gentoolkit package.
-
-2010-10-25: Christian Ruppert <idl0r@gentoo.org>
- * ebump: Whitespace fixes.
- Fix options. Add descriptions for -a|--no-auxfiles and -c|--no-changelog.
- Cleanup. Make it a bit more POSIX conform. Update manpage. Add support
- for multiple ebuilds to bump. Bump version. Fix header.
-
- * ego: Move "ego" into DEPRECATED.
-
-2010-10-23: Christian Ruppert <idl0r@gentoo.org>
- * echangelog: Fix version bump detection for hg/mercurial, bug 335636,
- thanks to Mike Gilbert <floppymaster@gmail.com>.
- Sort files properly, bug 336390, thanks to Michał Górny
- <mgorny@gentoo.org>.
-
-2010-10-19: Christian Ruppert <idl0r@gentoo.org>
- * eshowkw: Apply a patch from Mart Raudsepp <leio@gentoo.org> to speedup
- version_sort(). Remove unused functions.
-
-2010-10-10: Christian Ruppert <idl0r@gentoo.org>
- * ebump: Make ebump POSIX conform
-
-2010-07-03: Christian Ruppert <idl0r@gentoo.org>
- * ekeyword: Don't touch an empty KEYWORDS variable in case it occurs more
- than once, like in live ebuilds. Bug 321475.
- * ekeyword: Fix stabilization with "all", bug 304133#c11.
-
-2010-07-02: Christian Ruppert <idl0r@gentoo.org>
- * imlate: Don't ignore package names without category.
- * ekeyword: Show "diff -U 0" to cover all changes.
- Add file_parse, get_portdir and get_architectures functions.
- file_parse is a file parser which strips trailing and starting
- whitespace, replaces multiple whitespace by one whitespace and ignores
- comments. It returns an array.
- get_portdir uses portageq to determine the PORTDIR value.
- get_architectures reads $PORTDIR/profiles/arch.list and adds all
- available architectures to the %ARCH hash which can be used for
- validation.
- Validate user input/arch, bug 326029.
- Add get_architectures_status function to get the architecture status,
- 0 = unkown, 1 = dev, 2 = exp, 3 = stable.
- Don't override stable status in get_architectures_status.
- Stabilize stable architectures only when using "all", bug 304133.
-
-2010-05-17: Christian Ruppert <idl0r@gentoo.org>
- * echangelog: Update copyright in other files too (except binaries and
- diff/patches), bug 285520.
-
-2010-04-18: Christian Ruppert <idl0r@gentoo.org>
- src/echangelog/echangelog: Fix bazaar MOVED/MODIFIED, thanks to Serkan
- Kaba <serkan@gentoo.org>, bug 315931.
-
-2010-03-28: Christian Ruppert <idl0r@gentoo.org>
- src/imlate/imlate, src/imlate/imlate.1: Made imlate python 2.6/3 compatible.
- Fixed deprecated portdb.dbapi.mysettings to portdb.dbapi.settings.
- Removed portage check to ensure at least portage 2.1.6 has been installed.
- Bumped version to 1.0.0, in imlate manpage as well.
-
-2010-02-10: Christian Ruppert <idl0r@gentoo.org>
- src/echangelog/echangelog: Fix replacement regex for TextWrap, thanks to
- Torsten Veller <tove@gentoo.org>, bug 304249.
-
-2010-02-02: Christian Ruppert <idl0r@gentoo.org>
- src/echangelog/echangelog: Add --vcs switch to specify the vcs without
- autodetection as requested per bug 302784, thanks to Martin von Gagern
- <Martin.vGagern@gmx.net>. Sort the VCS during autodetection.
-
-2010-01-02: Christian Ruppert <idl0r@gentoo.org>
- src/echangelog/echangelog: Improve vcs detection, might fix bug 302784 as
- well.
-
-2009-12-11: Christian Ruppert <idl0r@gentoo.org>
- src/echangelog/test/test.sh, src/echangelog/Makefile:
- Fix bug 292932, thanks to Alexis Ballier <aballier@gentoo.org>.
-
-2009-22-10: Christian Ruppert <idl0r@gentoo.org>
- src/imlate/imlate: Some cleanup.
- Disable metadata warnings.
-
-2009-22-10: Christian Ruppert <idl0r@gentoo.org>
- src/imlate/imlate.1: Update man-page.
-
-2009-11-10: Christian Ruppert <idl0r@gentoo.org>
- * src/echangelog/echangelog: Fix bug 288589, thanks to Kent Fredric <kentfredric@gmail.com>.
-
-2009-28-09: Christian Ruppert <idl0r@gentoo.org>
- * src/eshowkw/eshowkw: Make eshowkw a bit more POSIX compliant when using
- /bin/sh, thanks to Daniel Pielmeier <billie@gentoo.org>.
- Ignore comments when parsing arch.list, thanks to Fabian Groffen <grobian@gentoo.org>.
-
-2009-12-09: Christian Ruppert <idl0r@gentoo.org>
- * src/echangelog/echangelog: Fix bug 284657, thanks to Andrew Gaffney <agaffney@gentoo.org>.
- Cleanup VCS detection.
- Cleanup.
- Make --strict default, add --no-strict option.
-
-2009-09-09: Christian Ruppert <idl0r@gentoo.org>
- * src/imlate/imlate: Bump to 0.0.4.
- Add SLOT support.
- Add option to specify the minimum mtime for the mtime check.
- Add search by herd or maintainer.
- Add single package mode.
- Automatic detection of TARGET/MAIN-_ARCH.
- Remove EXPERIMENTAL option, make it default.
-
-2009-09-06: Christian Ruppert <idl0r@gentoo.org>
- * src/echangelog/echangelog: Fix regex, thanks to Magnus Granberg (zorry) <zorry@ume.nu>.
-
-2009-07-20: Christian Ruppert <idl0r@gentoo.org>
- * README.Developer, README: Some clean-up.
- * Makefile, Makefile.skel, makedefs.mak: Some minor improvements. Fix
- docdir to use gentoolkit-dev instead of gentoolkit. Add all and clean
- targets (skeletons) to makedefs.mak. Fix test target to be
- parallel-build compatible. Add Makefile.skel as example for new tools.
- * src/eshowkw/eshowkw.1, src/eshowkw/eshowkw,
- src/eshowkw/Makefile: Add new tool eshowkw, thanks to Fabian Groffen
- <grobian@gentoo.org>
- * release.sh: Removed, I think it is not needed anymore.
-
-2009-07-19: Christian Ruppert <idl0r@gentoo.org>
- * src/ebump/ebump: Use svn cp instead of cp if vcs == svn, thanks to Justin
- Lecher (jlec) <jlec@j-schmitz.net>.
- * src/ekeyword/Makefile src/eviewcvs/Makefile: Add a clean target to remove
- generated manpages.
-
-2009-06-03: Christian Ruppert <idl0r@gentoo.org>
- Cleanup, update ChangeLog, README, TODO.
- * src/echangelog/echangelog: Add support for bzr. Cleanup. Removed git related if statement in check
- for unknown/untracked files since it was useless.
-
-2009-05-26: Christian Ruppert <idl0r@gentoo.org>
- * src/ebump/ebump: Fixed bug 271322, thanks to Justin Lecher (jlec)
- <jlec@j-schmitz.net>.
-
-2009-05-15: Christian Ruppert <idl0r@gentoo.org>
- * src/ekeyword/ekeyword: Fix keywording if the KEYWORDS line starts with
- whitespace, thanks to Markus Meier <maekke@gentoo.org>.
-
-2009-05-12: Christian Ruppert <idl0r@gentoo.org>
- * src/echangelog/echangelog: Fix regex, bug 269557, thanks to Samuli
- Suominen <ssuominen@gentoo.org>.
-
-2009-05-09: Christian Ruppert <idl0r@gentoo.org>
- * src/echangelog/echangelog: Ignore .git dir when running echangelog in
- the repository root, fixes bug 199805 c8,c13. Improved
- git_unknown_objects(), git status parsing improved. Thanks to Andrew
- Gaffney <agaffney@gentoo.org> for testing etc.
- * src/echangelog/echangelog: Update category/package when creating the
- initial ChangeLog, thanks to Serkan Kaba <serkan@gentoo.org>. Cleanup.
-
-2009-05-07: Christian Ruppert <idl0r@gentoo.org>
- * echangelog: Re-add files (git) if the copyright has been updated, thanks
- to Justin Lecher (jlec) <jlec@j-schmitz.net>.
-
-2009-05-06: Christian Ruppert <idl0r@gentoo.org>
- * ekeyword: Improved die message, bug 257853.
- * echangelog: Fixed git detection. Add support for project-wide variables
- as suggested in bug 213374. Improved environment handling. Respect $PATH
- while looking for git. Fixed stty call. Fix 'Use of uninitialized value in
- concatenation' when calling echangelog on untouched ebuild directories
- (Add an action for ChangeLog). Removed duplicate sort call. Don't eat
- newlines, bug 264146, added new function text_fill (modified
- Text::Wrap::fill). Add some useful information when using $EDITOR.
- * ebump: Add support for git/svn, bug 256398. Use echangelog instead of
- creating own ChangeLog entries. ebump calls ekeyword from now on (default).
- Old option opt_add_cvs (now opt_add_vcs) and variables
- AUTHORNAME/AUTHOREMAIL are deprecated, see bug 213374 and/or echangelog(1).
-
-2009-04-30: Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Add patch from loki_val to check -l dependencies in
- .la files (Bug #267898)
-
-2009-04-24: Paul Varner <fuzzyray@gentoo.org>
- * ekeyword: Fix to handle multiline KEYWORDS (Bug #267250)
-
-2009-01-08: Paul Varner <fuzzyray@gentoo.org>
- * equery: Fix package.py to account for PORTDIR being a symbolic link
- when checking if a package is in an overlay. (Bug #253968)
-
-2008-11-25: Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fixes for non-linux Gentoo systems. Add patch from
- igli to fix find command to comply with POSIX. Change awk calls to
- gawk.
-
-2008-11-11: Paul Varner <fuzzyray@gentoo.org>
- * echangelog: Add --strict option (Bug 246242).
- * echangelog: Fix processing of virtual category (Bug 179530)
-
-2008-09-17: Paul Varner <fuzzyray@gentoo.org>
- * euse: Fix check_sanity function to use get_all_make_defaults
- function when checking for the make.defaults files in the profile.
- (Bug #233651)
-
-2008-09-03: Paul Varner <fuzzyray@gentoo.org>
- * equery: Fix depgraph function to print out dependencies that don't
- resolve to a package (Bug #236492)
-
-2008-08-26: Paul Varner <fuzzyray@gentoo.org>
- * glsa-check: Fix has_key() deprecation message. (Bug #232797)
- * revdep-rebuild: Update fix for Bug 232270 to utilize better patch
- from Ian Abbott.
-
-2008-08-22: Paul Varner <fuzzyray@gentoo.org>
- * gentoolkit: Fix find_packages and find_installed_packages to print
- a warning instead of a traceback when an InvalidAtom exception occurs.
- (Bug #234358)
- * equery: Fix equery belongs to strip multiple slashes from path
- names. (Bug #234584)
-
-2008-07-24: Paul Varner <fuzzyray@gentoo.org>
- * equery: Fix equery check to convert mtime to an integer so that
- comparisions always work. Thanks to Alexey Parshin for discovering the
- problem and providing a patch. (Bug 232803)
-
-2008-07-22: Paul Varner <fuzzyray@gentoo.org>
- * gentoolkit: Fix gentoolkit.split_package_name to work with
- newer portage.catpkgsplit that now returns a tuple instead of a
- list. (Bug 232599)
-
-2008-07-21: Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fix filtering of masked paths from SEARCH_DIRS
- variable. (Bug 232270)
-
-2008-07-18: Paul Varner <fuzzyray@gentoo.org>
- * equery: Remove prefixed '+/-' signs from IUSE for equery uses
- command. (Bug 232019)
-
-2008-07-09: Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fix revdep-rebuild to use TMPDIR instead of HOME for
- temporary files. (Bug 203414)
- * revdep-rebuild: Fix revdep-rebuild to not evaluate broken objects
- multiple times. (Bug 220761)
-
-2008-07-09: Paul Varner <fuzzyray@gentoo.org>
- * gentoolkit: Fix gentoolkit to work without thread support in
- python. (Bug 223255)
-
-2008-06-16: Marius Mauch <genone@gentoo.org>
- * euse: Add support for multi-parent profiles, account for missing
- final newline in make.conf
-
-2008-03-19: Paul Varner <fuzzyray@gentoo.org>
- * glsa-check: Fix imports so mail functionality in glsa-check works
- with python versions less than 2.5 (Bug 211706)
-
-2008-03-13: Paul Varner <fuzzyray@gentoo.org>
- * euse: Add --info-installed option from patch provided by Andreas
- Waidler. (Bug 212573)
-
-2008-03-13: Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fix trying to emerge an empty list of packages. (Bug
- 213294)
-
-2008-02-28: Paul Varner <fuzzyray@gentoo.org>
- * gentoolkit: Fix traceback when accessing the portage
- db. (Bug #211716)
-
-2008-02-21: Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: "Use /etc/init.d/functions.sh instead of
- /sbin/functions.sh. (Bug 210940)
-
-2008-02-18: Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Apply patch to allow combined short options.
- (Bug 188343)
- * revdep-rebuild: Don't duplicate broken file output. (Bug 201319)
- * revdep-rebuild: unset GREP_OPTIONS to prevent problems with grep.
- (Bug 189257)
- * revdep-rebuild: Apply patch to prevent false matches of object names.
- (Bug 196460)
- * revdep-rebuild: Apply patch to better handle masked and removed
- packages. (Bug 205227)
- * revdep-rebuild: Filter SEARCH_DIRS_MASK paths from SEARCH_DIRS.
- (Bug 194993)
- * revdep-rebuild: Apply patch for revdep-rebuild portable find function.
- (Bug 194234)
- * equery: Fix equery list to not generate an internal portage error when
- fed input with too many slashes. (Bug 119806)
- * equery: Assume the -p flag when equery list -I is used by itself.
- (Bug 106278)
-
-
-2007-10-09: Marius Mauch <genone@gentoo.org>
- * glsa-check: Change "affected" target so it's based on "new" instead of
- "all" (IOW: exclude already applied/injected GLSAs).
-
-2007-10-05: Marius Mauch <genone@gentoo.org>
- * glsa-check: Use UTF-8 strings to avoid EncodeErrors if a GLSA contains
- non-ascii characters (bug #162493)
-
-2007-09-19: Paul Varner <fuzzyray@gentoo.org>
- * epkginfo: Fix handling of KEYWORDS="" in an ebuild. (Bug #193108)
- * revdep-rebuild: Fix handling of /var/db/pkg when it is a symbolic
- link. (Bug #179392)
-
-2007-09-18: Paul Varner <fuzzyray@gentoo.org>
- * equery: Apply patch from Carlo Marcelo Arenas Belon to fix incorrect
- display of masking status in list command. (Bug #188678)
- * revdep-rebuild: Correctly handle LD_LIBRARY_MASK when checking for
- "no version information" errors/ (Bug #182882)
-
-2007-09-12: Paul Varner <fuzzyray@gentoo.org>
- * eclean: Fix processing of the long arguments to work correctly. (Bug
- #192345)
- * revdep-rebuild: Correctly handle the case where an ebuild no longer
- exists for a package (Bug #188918)
- * eread: Fix eread to not accept invalid input for file selection.
- (Bug #189994)
-
-2007-08-08: Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fix progress bar to only update when there is a
- change (Bug #186945)
- * revdep-rebuild: Ensure that we source functions.sh before calling
- ewarn, etc.
-
-2007-08-06: Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fix processing of .la files (Bug #187453)
- * revdep-rebuild: Add -X option back for backwards compatibilty (Bug
- #187366)
-
-2007-07-30: Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fix grepping for non-existant package-owners file
- (Bug #187141)
-
-2007-07-05: Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Added refactored revdep-rebuild from Michael A.
- Smith (Bug #184042)
-
-2007-05-30: Marius Mauch <genone@gentoo.org>
- * glsa-check: check SLOT when selecting and displaying upgrades
- * glsa-check: new --emergelike option to use the best version
- within the same SLOT instead of the one with the smallest delta.
- * glsa-check: prefer visible upgrades to masked upgrades
- * equery: check for and warn about unknown options (bug 119674)
- * equery,eclean,glsa-check,epkginfo: Only add /usr/lib/portage/pym
- to python search path when necessary
-
-2007-05-21: Paul Varner <fuzzyray@gentoo.org>
- * echangelog: Add patch from genstef to fix issues from Bug 176337
-
-2007-05-11: Paul Varner <fuzzyray@gentoo.org>
- * eclean: Changed permission check to see if you are either root or
- belong to the portage group (Bug #177385)
-
-2007-05-11: Paul Varner <fuzzyray@gentoo.org>
- * eclean: Updated eclean to not delete metadata.dtd by default (Bug
- #176951)
-
-2007-05-10: Marius Mauch <genone@gentoo.org>
- * euse: Fix incorrect flag status display when a flag appears multiple
- times in a single location
-
-2007-04-25: Paul Varner <fuzzyray@gentoo.org>
- * echangelog: Re-added subversion/git support with fixes from genstef.
- (Bug #136048)
-
-2007-04-24: Paul Varner <fuzzyray@gentoo.org>
- * etcat: Removed from Makefile (deprecated since 04-25-2005)
- * qpkg: Removed from Makefile (deprecated since 04-25-2005)
-
-2007-04-23: Paul Varner <fuzzyray@gentoo.org>
- * genpkgindex, epkginfo: Move to /usr/bin from
- /usr/lib/gentoolkit/bin (Bug #175759)
-
-2007-04-10: Paul Varner <fuzzyray@gentoo.org>
- * equery: Change equery uses to command to display the best matching
- uninstalled package version if an uninstalled package is specified.
- Changed the meaning of -a to mean display all versions. (Bug #152325)
-
-2007-04-01: Alec Warner <antarus@gentoo.org>
- * eread: Fix path and fully qualified paths (Bug #172969)
-
-2007-03-31: Paul Varner <fuzzyray@gentoo.org>
- * equery: Fix traceback in equery which (Bug #134053)
-
-2007-03-29: Paul Varner <fuzzyray@gentoo.org>
- * gentoolkit: Change package.get_???_deps() methods to try the portage
- tree first, since emerge always uses the portage tree for dependencies.
- (Bug #164678)
-
-2007-03-29: Paul Varner <fuzzyray@gentoo.org>
- * equery: Convert deprecated strings functions to str methods (Bug
- #172694)
-
-2007-03-25: Paul Varner <fuzzyray@gentoo.org>
- * echangelog: Remove subversion/git patch due to many bugs.
-
-2007-03-18 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Change --no-color to --nocolor for consistency
- within gentoolkit. (Bug #165165)
-
-2007-03-16 Paul Varner <fuzzyray@gentoo.org>
- * gentoolkit: Fix typo in package.py (Bug #168347)
-
-2007-03-15 Paul Varner <fuzzyray@gentoo.org>
- * equery: Fix equery check to not fail for symlinks prefixed with ./
- (Bug #170702)
-
-2007-03-14 Paul Varner <fuzzyray@gentoo.org>
- * equery: Trim trailing slash from query for equery belongs command
- (Bug #170981)
-
-2007-03-13 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fix bug with --package-names option not rebuilding
- packages (Bug #169761)
-
-2007-03-10 Paul Varner <fuzzyray@gentoo.org>
- * equery: Add --depth option to equery depgraph to limit the depth of
- the dependency graph. (Bug #115807)
-
-2007-03-09 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Add support to detect "no version information
- available" message from ldd (Bug #169973)
-
-2007-03-08 Paul Varner <fuzzyray@gentoo.org>
- * equery: Improved handling of KeyError in equery depends command
- (Bug #169929)
-
-2007-03-07 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Change ordering algorithm to use --deep instead of
- --emptytree on the advice of zmedico
-
-2007-02-26 Marius Mauch <genone@gentoo.org>
- * glsa-check: Display access information in verbose list mode (bug 168482)
-
-2007-02-19 Paul Varner <fuzzyray@gentoo.org>
- * echangelog: Updated to support git and subversion (Bug #136048)
-
-2007-01-10 Paul Varner <fuzzyray@gentoo.org>
- * epkgmove: removed epkgmove command due to popular demand. (Bug
- 161360)
- * gensync: Deprecated gensync in favor of app-portage/layman (multiple
- bugs)
-
-2007-01-02 Paul Varner <fuzzyray@gentoo.org>
- * equery: Fix equery depends --indirect command. (Bug #124552)
-
-2006-12-31 Paul Varner <fuzzyray@gentoo.org>
- * equery: Reworked equery depends command to be more accurate.
-
-2006-12-13 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fix handling of /etc/portage/package.mask (Bug
- #158025) Thanks to Wolfram Schlich for the patch.
-
-2006-12-12 Paul Varner <fuzzyray@gentoo.org>
- * equery: Add --tree option to equery files command. (Bug #62898)
- Thanks to scope for the patch.
-
-2006-12-06 Paul Varner <fuzzyray@gentoo.org>
- * equery: Modify equery size command to work like the equery list
- command for pkgspec arguments
-
-2006-11-27 Paul Varner <fuzzyray@gentoo.org>
- * eclean: Fix typographical error in help and man page. (Bug #156243)
-
-2006-10-11 Paul Varner <fuzzyray@gentoo.org>
- * equery: Fix fileAsStr to understand device files.
- (http://forums.gentoo.org/viewtopic-p-3639575.html)
-
-2006-10-07 Paul Varner <fuzzyray@gentoo.org>
- * euse: Fix quoting bug in get_real_path() (Bug #150335).
-
-2006-09-21 Paul Varner <fuzzyray@gentoo.org>
- * eread: Add eread script for reading and managing portage ELOG files.
- Thanks to Donnie Berkholz for writing this.
-
-2006-09-03 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Remove unused environment variables before calling
- emerge (Bug #142074). Check for permissions to write temporary files
- (Bug #142308)
-
-2006-08-12 Marius Mauch <genone@gentoo.org>
- * glsa-check: Add new --mail option to send out vulnerability reports
- (output of --list plus --dump for each matched glsa as attachment),
- using elog configuration.
-
-2006-07-31 Paul Varner <fuzzyray@gentoo.org>
- * euse: Replace calls to readlink with bash function for Gentoo/ALT
- compatibility. (Bugs #140477, #128960)
-
-2006-07-28 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fix revdep-rebuild to correctly handle --ask being
- passed to emerge. Thanks to Sal Gonzalez <ghostx@optonline.net> for
- the patch. (Bug #37485)
-
-2006-07-07 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Rename --no-path to --no-ld-path and change
- functionality to not set LD_LIBRARY_PATH. This fixes bug #96946 as
- well as bug #137313
- * revdep-rebuild: Apply patch from truedfx to fix bug #38751
-
-2006-07-05 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Add --no-path option to revdep-rebuild for bug
- #137313
-
-2006-06-25 Marius Mauch <genone@gentoo.org>
- * glsa-check: update cve code for bug 128115
-
-2006-06-14 Paul Varner <fuzzyray@gentoo.org>
- * gentoolkit: Fix package.py to honor $ROOT. (bug #136811)
-
-2006-05-22 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Use qfile to locate packages if portage-utils is
- installed (Bug #128374). Be even more paranoid about extra slashes in
- path names (Bug #128108). Remove unused code. Update configuration
- section of manpage (Bug #126038).
-
-2006-04-02 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Remove double-slashes from path names (Bug #128108)
-
-2006-04-01 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Add fix so that packages no longer in the tree cause
- errors (Bug #128174). Fix case where masked packages cause
- revdep-rebuild to not rebuild any packages (Bug #128085)
-
-2006-03-29 Marius Mauch <genone@gentoo.org>
- * euse: Add support for special %active argument as placeholder for
- active use flags
-
-2006-03-26 Aron Griffis <agriffis@gentoo.org>
- * echangelog: Don't warn about missing ebuilds when updating
- copyrights #120061
-
-2006-03-25 Aron Griffis <agriffis@gentoo.org>
- * eviewcvs: Update for sources.gentoo.org, add subversion support
-
-2006-03-21 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fix to clear environment before portageq call. (Bug
- #126038)
-
-2006-03-08 Paul Varner <fuzzyray@gentoo.org>
- * genpkgindex: Add binary package indexing utility. (Bug 82132)
-
-2006-03-01 Paul Varner <fuzzyray@gentoo.org>
- * gentoolkit: Fix depends parsing to properly handle conjunction. (bug
- #123725). Thanks to tgl for the patch.
- * gentoolkit: Added function to get post-merge dependencies (PDEPEND)
- (bug #99191)
- * gentoolkit: Change get_dependency functions to always use the
- portage tree
- * equery: Added post-merge dependencies to depends and depgraph
- actions. (bug #99191)
- * equery: Removed requirement for package to be installed to use
- depgraph action.
-
-2006-02-16 Marius Mauch <genone@gentoo.org>
- * euse: add/remove use flags even if there is no USE= statement in make.conf
- (bug #95432)
-
-2006-02-16 Marius Mauch <genone@gentoo.org>
- * glsa-check: Fix bug causing the wrong summary to be displayed
- for --test --verbose (bug #123084)
-
-2006-02-06 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Reset PORTAGE_NICENESS, so that emerge is not niced
- twice. Thanks to Lukas Reck for the patch. (Bug 121482)
-
-2006-01-24 Marius Mauch <genone@gentoo.org>
- * glsa-check: Use vbd information in verbose list mode (patch by solar)
-
-2006-01-18 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Add capability to check libtool .la files for
- non-existant references.
-
-2006-01-06 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fix revdep-rebuild to play nicely with portage-2.1
- (Bug 118124)
-
-2005-12-28 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fix to automatically determine how to call find (Bug 111203)
-
-2005-12-19 Paul Varner <fuzzyray@gentoo.org>
- * eclean: Add regular expression matching for exclude files (Bug 114365)
-
-2005-12-13 Paul Varner <fuzzyray@gentoo.org>
- * equery: Fix USE flag parsing. (Bug 115294)
-
-2005-12-07 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fix revdep-rebuild to work with findutils-4.2.27.
- (bug 111203)
- * equery: Added note to error message about quoting redirection
- characters. (Bug 113423)
- * gentoolkit: Removed python-config call from make file. (Bug 113386)
-
-2005-11-23 Paul Varner <fuzzyray@gentoo.org>
- * equery: Changed default behavior for equery list to search for
- partial name matches. Added equery list examples to the equery man
- page. (Bugs 113032, 113134)
-
-2005-11-15 Marius Mauch <genone@gentoo.org>
- * glsa-check: Changed several messages to stderr instead of stdout
- * glsa-check: Added new --cve option as requested by solar (bug 98589)
- * glsa-check: Added support for a EMERGE_OPTS env variable to modify the emerge call of glsa-check --fix
- * glsa-check: Added a new target "affected"
- * glsa-check: Removed the warning message as it is now pretty much tested
- * glsa-check: Show GLSA title on --test if --verbose is also used
-
-2005-11-11 Paul Varner <fuzzyray@gentoo.org>
- * equery: Added sanity check to equery files (Bug 75983)
- * equery: Fix string matching for equery depends (Bug 85653)
- * gentoolkit: Fix package.size() to report correct size for symbolic
- links (Bug 90384)
- * equery: Fix equery depgraph to show all dependencies (Bug 99191)
- * equery: Fix traceback with invalid regular expression for equery
- list (Bug 109392)
-
-2005-11-04 Paul Varner <fuzzyray@gentoo.org>
- * equery: Fix equery belongs to correctly work when passed an argument
- list of multiple files (Bug 111501)
-
-2005-11-02 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Fix to work with findutils-4.2.25 (Bug 111203)
-
-2005-10-18 Paul Varner <fuzzyray@gentoo.org>
- * equery: Make equery look at both DEPEND and RDEPEND for dependencies
- * gentoolkit: Fix _parse_deps to understand || syntax (Bug 101377)
-
-2005-10-14 Paul Varner <fuzzyray@gentoo.org>
- * equery: Add qpkg --dups functionality to equery list command (bug
- 109156)
-
-2005-10-13 Paul Varner <fuzzyray@gentoo.org>
- * equery: equery depgraph shows USE flags (Bug 74554)
- * equery: equery should properly parse use.local.desc (Bug 74569)
- * equery: equery list escapes regular expressions (Bug 77113)
- * equery: equery uses displays flags correctly (Bug 86633)
- * equery: equery -N option to disable pipe detection (Bug 90046)
- * equery: equery list properly detects version string (Bug 91286)
- * equery: equery belongs now requires a filename (Bug 94618)
- * equery: equery files over a pipe only prints file names (Bug 100148)
- * revdep-rebuild: Fix typo in man page (Bug 109147)
-
-2005-09-25 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Update to read configuration files from
- /etc/revdep-rebuild
-
-2005-09-23 Paul Varner <fuzzyray@gentoo.org>
- * equery: Sort output from equery list (bug 67152)
- * equery: Update man page (Bugs 73893, 74944)
- * equery: equery which returns best-visible ebuild (bug 78687)
- * equery: equery --quiet is actually quiet (bug 78921)
- * equery: Fixed typo in equery -h (bug 82352)
- * gentoolkit: gentoolkit now uses a single portage.config object (bug
- 90680)
- * equery: equery uses returns unique, sorted list (bug 91623)
- * equery: equery always honors nocolor flag and settings (bug 98634)
-
-2005-09-08 Paul Varner <fuzzyray@gentoo.org>
- * eclean: Inital commit of eclean 0.4.1 from Thomas de Grenier de
- Latour (tgl) <degrenier@easyconnect.fr> (bug 33877)
-
-2005-06-28 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Revert fix for bug 93574 as it can cause packages to
- be missed. (bug 97171)
-
-2005-06-07 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Delete temporary files if the environment does not
- match the previous environment (bug 95274)
-
-2005-06-05 Paul Varner <fuzzyray@gentoo.org>
- * revdep-rebuild: Imported revdep-rebuild release from bug 62644
- * revdep-rebuild: Major changes to the functionality when using
- --package-names/-X The script should now update slotted packages
- correctly. (bug 22161)
- * revdep-rebuild: Customizable searching controlled through environment
- variables. This removes the need for end users to directly modify the
- script. (bugs 32276, 38011, 59803)
- * revdep-rebuild: The directories to search are no longer hard coded
- into the script. revdep-rebuild now determines the directories to
- search based upon /etc/profile.env and /etc/ld.so.conf. (bugs 32276,
- 38011, 89781)
- * revdep-rebuild: --ignore option to ignore temporary files left from
- previous runs. Automatically ignore temporary files older than 24 hours.
- (bug 34052)
- * revdep-rebuild: Always return an exit status based upon success or
- failure. (bug 38472)
- * revdep-rebuild: Fixed to only emerge packages with direct missing
- dependencies. (bug 38487)
- * revdep-rebuild: New man page. (bug 40042)
- * revdep-rebuild: emerge is no longer called with --nodeps. This allows
- for needed dependencies to be pulled in. (bug 62893)
- * revdep-rebuild: Cleaned up grammatical errors (bug 85278)
- * revdep-rebuild: Added support for revdep-rebuild --soname
- /path/to/library.so (bug 91503)
- * revdep-rebuild: Removed symbolically linked directories from search
- (bug 93574)
- * revdep-rebuild: --nocolor option to turn off colored output, the
- script also obeys the NOCOLOR setting from /etc/make.conf.
- * revdep-rebuild: Removed dependency on qpkg
- * revdep-rebuild: Script uses PORTAGE_NICENESS from /etc/make.conf
- * revdep-rebuild: Undocumented --keep-temp option. This is primarily
- for debugging/testing. This option prevents temporary files from being
- deleted.
- * revdep-rebuild: Changed --soname --soname-regexp options to --library
- and treat all arguments as basic regular expressions. --soname and
- --soname-regexp can still be used as options for backwards
- compatability.
- * revdep-rebuild: Removed requirement to keep revdep-rebuild and emerge
- options distinct. Options that are unrecognized by revdep-rebuild are
- passed directly to emerge.
-
-2005-04-30 Marius Mauch <genone@gentoo.org>
- * glsa-check: add V to short option list so it actually works
- * equery: added new option --name-only to belongs command to make it
- "emerge-compatible"
-
-2005-04-26 Marius Mauch <genone@gentoo.org>
- * gentoolkit: fix broken Makefile
- * gentoolkit: add some sticky tape to get the stupid thing working again
- * equery: fix a few minor problems
-
-2005-04-25 Marius Mauch <genone@gentoo.org>
- * qpkg: moving to /usr/share/doc/gentoolkit-*/deprecated
- * etcat: moving to /usr/share/doc/gentoolkit-*/deprecated
- * revdep-rebuild: replacing qpkg call with equivalent grep/sed call
-
-2005-04-07 Marius Mauch <genone@gentoo.org>
- * euse: fixed bugs 74344, 75525 and 84521
- * euse: add better support for cascaded profiles
- * glsa-check: use --oneshot (bug 79819)
- * glsa.py: fix stupid revision comparison bug (bug 75233)
-
-2005-03-12 Aron Griffis <agriffis@gentoo.org>
- * Added eviewcvs to -dev, utility for generating viewcvs URLs
-
-2005-03-01 Karl Trygve Kalleberg <karltk@gentoo.org>
- * Dropped epkgmove from the -dev
- * Released gentoolkit-dev-0.2.3
-
-2005-03-01 Karl Trygve Kalleberg <karltk@gentoo.org>
- * Released gentookit-dev-0.2.2
-
-2004-12-09 Marius Mauch <genone@gentoo.org>
- * glsa.py: Another stupid bug, this time revisionMatch() broke as
- ~foobar-rN isn't valid anymore
-
-2004-12-08 Marius Mauch <genone@gentoo.org>
- * equery: implemented the --category option
- * glsa-check: fixed the bug where it wanted to unnecessary merge masked
- packages
- * glsa-check: added a check to verify that all non-option arguments are
- valid GLSAs
- * glsa.py: changed the outfile parameter in Glsa.dump() to outstream so
- we don't have to open/close a file which breaks pipes
- * glsa.py: checks now for python versions below 2.3 and throws an
- exception
-
-2004-11-29 Karl Trygve Kalleberg <karltk@gentoo.org>
- * branched v0-3-0: major rework in equery is in progess. the main
- branch is reserved for minor and incremental fixups.
-
-2004-10-20 Karl Trygve Kalleberg <karltk@gentoo.org>
- * release.sh: New script that automates the relase of a new gentoolkit
- relase. Only works for gentoolkit-dev at the moment.
- * src/echangelog/Makefile: Fixed spurious '}'
- * Released gentoolkit-dev-0.2.1
-
-2004-10-31 Marius Mauch <genone@gentoo.org>
- * qpkg: security fix for bug #68846
-
-2004-10-20 Karl Trygve Kalleberg <karltk@gentoo.org>
- * etcat: fixed get_use_vars to get_use_flags, fixes #67349.
-
-2004-10-18 Karl Trygve Kalleberg <karltk@gentoo.org>
- * gentoolkit: collapsed ChangeLog into base ChangeLog
- * gentoolkit: reverted indenting back to tabs, due to loud protests
- from Marius;)
- * equery: collapsed ChangeLog into base ChangeLog
- * equery: reverted indenting back to tabs, due to loud protests from
- Marius;)
- * equery: minor syntactical cleanups.
- * equery: minor documentation improvements
- * equery: added errors module that will hold various types of internal
- errors raised.
- * equery: added try block around on md5sum check, which fails on various
- conditions like insufficient permission or stale temporary checksum
- files.
-
-2004-10-17 Marius Mauch <genone@gentoo.org>
- * equery: fix for bug #67473 (checking md5sums of prelinked binaries)
- * equery: fix for bug #67275 (--nocolor didn't work as configure was
- called before parsing the arguments
- * equery: changed defaults for `equery depends` as making a depgraph for
- the full portage tree isn't a good idea and find_all_packages() uses way
- to much memory currently
- * euse: replaced the old perl version with a newly written bash version.
-
-2004-10-12 Marius Mauch <genone@gentoo.org>
- * equery: fix for bug #67210
-
-2004-10-10 Marius Mauch <genone@gentoo.org>
- * Removed old-scripts directory from gentoolkit
- * euse: added a errormessage that it doesn't support cascading profiles
- * equery: small bugfixes
- * equery: performance speedup for `equery belongs` by using portage
- directly
- * equery: added MD5 verification to `equery check`
- * equery: renamed 'hasuses' to 'hasuse'
- * equery: added filter patch for `equery files` from bug 43422, thanks
- to degrenier@easyconnect.fr
- * Released gentoolkit-0.2.0_pre10
-
-2004-10-10 Karl Trygve Kalleberg <karltk@gentoo.org>
- * equery: Added unit tests for all supported commands
- * equery: Fixed printing order and recognition of overlay, #53432.
-
-2004-10-11 Karl Trygve Kalleberg <karltk@gentoo.org>
- * gentoolkit: Split gentoolkit.py into helpers.py and package.py
-
-2004-10-10 Karl Trygve Kalleberg <karltk@gentoo.org>
- * gentoolkit: Fixed Makefiles to work with posix-compatible shells
- * gentoolkit: Fixed is_overlay() to report properly, #53432.
-
-2004-10-06 Marius Mauch <genone@gentoo.org>
- * glsa.py: Convert Unicode strings to ascii before passing them to
- portage
- * glsa.py: Some formatting fixes for dump()
- * glsa.py: changed the matching routines so the reports are hopefully
- more accurate
- * glsa-check: added color support
- * glsa-check: added a --verbose option to show the warnings about
- invalid GLSAs
-
-2004-09-30 Karl Trygve Kalleberg <karltk@gentoo.org>
- * equery: Added unit tests for --help
- * equery: Added unit tests for 'files'
-
-2004-09-27 Karl Trygve Kalleberg <karltk@gentoo.org>
- * gentoolkit: Added find_installed_packages
- * equery: Added short commands
- * equery: Fixed copyright dates
- * equery: Fixed belongs to search only installed packages
- * equery: Fixed reporting bug in uses command
- * equery: Fixed reference to cppv
- * equery: Added import of die
- * equery: Added searching header to uses
- * equery: Fixed hasuses to report properly
- * Released gentoolkit-0.2.0_pre9
- * Released gentoolkit-dev-0.2.0_pre4
-
-2004-09-08 Karl Trygve Kalleberg <karltk@gentoo.org>
- * equery: Added man page rewrites by Katerina Barone-Adesi
- <katerinab@gmail.com>, fixes #63045
- * equery: Fixed spacing issues with files, fixes #63036.
- * equery: Added depends command by Olivier Crete <tester@gentoo.org>,
- fixes #40830.
- * equery: Reworked output yet again.
- * equery: Belongs handles multiple files on the command line, partially
- fixes #62361.
- * gentoolkit: Reworked printing functions
-
-2004-08-29 Karl Trygve Kalleberg <karltk@gentoo.org>
- * gentoolkit: Added printing functions
- * equery: Added check for bad regexp in belongs, fixes #58494
- * equery: Added proper error reporting to stderr, fixes #57580
-
-2004-08-22 Karl Trygve Kalleberg <karltk@gentoo.org>
- * gentoolkit: Fixed Package.get_env_var to use the correct tree db.
- * gentoolkit: Renamed Package.get_use_vars to Package.get_use_flags
- * equery: Searches now include masked packages, when installed.
- * equery: Fixed output to be piping-friendly
- * equery: Added -N option to force non-piping output
- * equery: Added hasuses command
-
-2004-08-01 Marius Mauch <genone@gentoo.org>
- * Fixed grep expression for `qpkg -f`
-
-2004-05-04 Karl Trygve Kalleberg <karltk@gentoo.org>
- * equery: Added a -f/--full-regex option to belongs and some logic so
- users can do belongs ant, belongs /usr/bin/ant and belongs -f ".*ant.*"
- while getting sensible results. Fixes #37637.
-
-2004-04-14 Karl Trygve Kalleberg <karltk@gentoo.org>
- * Released gentoolkit-dev-0.2.0_pre3
-
-2004-03-31 Marius Mauch <genone@gentoo.org>
- * glsa-check: updates, fixing #45528 and #45522, adding support for rXX
- operators and passing filenames as arguments to Glsa()
-
-2004-03-13 Marius Mauch <genone@gentoo.org>
- * Added glsa-check and glsa.py, please note:
- - they are only temporary for testing, so no manpage/ChangeLog
- - their CVS home is in gentoo-projects
- * fixed bugs #42160, #40935, #43389
- * equery: fixing descriptions for local USE flags
- * equery: more checking on exceptions
-
-2004-02-08 Karl Trygve Kalleberg <karltk@gentoo.org>
- * Added ebump
- * Added gensync
- * Added epkgmove, closes #36663.
-
-2004-02-06 Marius Mauch <genone@gentoo.org>
- * fixed bugs #40159, #39798, #39652, #39596, #39293
- * changed etcat and equery behavior for ambigous package names,
- they now return values for all matching packages rather
- than erroring out
- * added "will be phased out" messages to etcat and qpkg
-
-2004-01-23 Marius Mauch <genone@gentoo.org>
- * lots of bugfixes
- * equery: now catches Exceptions thrown by portage
- * equery: minor bugfixes
-
-2004-01-14 Karl Trygve Kalleberg <karltk@gentoo.org>
- * Added src/ego to gentoolkit-dev
-
-2004-01-12 Marius Mauch <genone@gentoo.org>
- * equery: added mask, keyword and slot information to list command
- * equery: fixed traceback in equery
- * equery: added more information on "equery list"
-
-2004-01-10 Karl Trygve Kalleberg <karltk@gentoo.org>
- * Added src/ego
-
-2004-01-07 Karl Trygve Kalleberg <karltk@gentoo.org>
- * equery: Added Makefile
- * Added new build system
- * Added src/old-scripts, the scripts from app-portage/gentoolkit
- * Renamed gentool to equery
- * Released 0.2.0_pre1
-
-2003-12-31 Karl Trygve Kalleberg <karltk@gentoo.org>
- * equery: Added which command
- * equery: Added check command (not finished)
-
-2003-12-12 Karl Trygve Kalleberg <karltk@gentoo.org>
- * equery: Added size command
- * equery: Added depgraph command
-
-2003-12-11 Karl Trygve Kalleberg <karltk@gentoo.org>
- * equery: Added list command
- * equery: Added uses command
-
-2003-12-08 Karl Trygve Kalleberg <karltk@gentoo.org>
- * Removed emerge-rsync, emerge-webrsync
- * Added moo
- * Added skeleton man pages to all packages
- * Added Makefile
-
-2003-10-05 Karl Trygve Kalleberg <karltk@gentoo.org>
- * equery: Added files command
- * equery: Added belongs command
-
-2003-10-04 Karl Trygve Kalleberg <karltk@gentoo.org>
- * Rewrote dep-clean to python
-
-2003-06-31 Karl Trygve Kalleberg <karltk@gentoo.org>
- * Rewrote more of etcat; many of the functions now employ
- gentoolkit.
- * Replaced qpkg with stubs of a reimplementation in python.
-
-2003-06-27 Karl Trygve Kalleberg <karltk@gentoo.org>
- * Added patch to echangelog to consider PORTDIR, fixes #23881.
-
-2003-06-26 Karl Trygve Kalleberg <karltk@gentoo.org>
- * Added echangelog, by agenkin
- * Added ekeyword, by agenkin
- * Added gentoolkit, the common python library for all Gentoolkit tools.
- * Revived pkg-size as a testbed for the gentoolkit library
- * Fixed some minor issues in qpkg
- * Added revdep-rebuild-1
- * Added revdep-rebuild-2
- * Restructuring etcat
- * Fixed some minor issues in dep-clean
-
-2002-11-21 Karl Trygve Kalleberg <karltk@gentoo.org>
- * Renamed pkg-size to gentool-package-size
- * Renamed pst-package-count to gentool-package-count
- * Retired rest of pst-* stuff
-
-2002-08-06 Karl Trygve Kalleberg <karltk@gentoo.org>
- * Created separate CVS module for Gentoolkit
- * Restructured directory hierarchy
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /
@ 2017-03-23 1:40 Mike Frysinger
0 siblings, 0 replies; 14+ messages in thread
From: Mike Frysinger @ 2017-03-23 1:40 UTC (permalink / raw
To: gentoo-commits
commit: 82ee23760cacee0c2f2fc853d97ed99fd3e84d33
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 01:40:03 2017 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 01:40:03 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=82ee2376
AUTHORS: fix some typos
AUTHORS.gentoolkit-dev | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AUTHORS.gentoolkit-dev b/AUTHORS.gentoolkit-dev
index ca985ba..f8c9389 100644
--- a/AUTHORS.gentoolkit-dev
+++ b/AUTHORS.gentoolkit-dev
@@ -2,5 +2,5 @@ Christian Ruppert <idl0r@gentoo.org>
Paul Varner <fuzzyray@gentoo.org>
Karl Trygve Kalleberg <karltk@gentoo.org>
-See the AUTHOR file in the various src/<foo> subdirectories for a full
-log of who's done what with whome and when.
+See the AUTHORS file in the various src/<foo> subdirectories for a full
+log of who's done what with whom and when.
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /
@ 2017-03-22 11:00 Brian Dolbec
0 siblings, 0 replies; 14+ messages in thread
From: Brian Dolbec @ 2017-03-22 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 293d28df279c04f3bc54902bb415eb167bb63289
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 10:59:02 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 10:59:02 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=293d28df
Remove .gitignore in prep for gentoolkit merge
.gitignore | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 8022697..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-.coverage
-*.pyc
-src/echangelog/echangelog.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /
@ 2017-03-22 11:00 Brian Dolbec
0 siblings, 0 replies; 14+ messages in thread
From: Brian Dolbec @ 2017-03-22 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 274eceaeff8a6825c8bb9aa292f21be8370cbcb0
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 10:58:23 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 10:58:23 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=274eceae
Rename AUTHORS in prep for gentoolkit merge
AUTHORS => AUTHORS.gentoolkit-dev | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/AUTHORS b/AUTHORS.gentoolkit-dev
similarity index 100%
rename from AUTHORS
rename to AUTHORS.gentoolkit-dev
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /
@ 2017-03-22 11:00 Brian Dolbec
0 siblings, 0 replies; 14+ messages in thread
From: Brian Dolbec @ 2017-03-22 11:00 UTC (permalink / raw
To: gentoo-commits
commit: b3db2a1f4029f41a715854a3ebe591d7a0457b45
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 10:53:47 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 10:53:47 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=b3db2a1f
Remove makedefs.mak in prep for gentoolkit merge
makedefs.mak | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/makedefs.mak b/makedefs.mak
deleted file mode 100644
index d19557e..0000000
--- a/makedefs.mak
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-# Override this on command line when making a release, ie 'dist'
-VERSION ?= 9.9.9
-RELEASE_TAG ?=
-RELEASE ?= "gentoolkit-dev-$(VERSION)$(RELEASE_TAG)"
-
-# python-config is not installed on all arches Bug #113386
-PYVERSION ?= "`LC_COLLATE=C; python -V 2>&1 | tr '[:upper:]' '[:lower:]' | sed -e 's/ //g;s/\([0-9]\.[0-9]\)\.[0-9]/\1/'`"
-DESTDIR ?=
-
-PREFIX ?= /usr
-DOCDIR ?= $(DESTDIR)$(PREFIX)/share/doc/gentoolkit-dev-$(VERSION)$(RELEASE_TAG)
-BINDIR ?= $(DESTDIR)$(PREFIX)/bin
-SBINDIR ?= $(DESTDIR)$(PREFIX)/sbin
-MANDIR ?= $(DESTDIR)$(PREFIX)/share/man
-MAN1DIR ?= $(MANDIR)/man1
-SYSCONFDIR ?= $(DESTDIR)/etc
-
-# skeletons
-all:
-clean:
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /
@ 2017-03-22 11:00 Brian Dolbec
0 siblings, 0 replies; 14+ messages in thread
From: Brian Dolbec @ 2017-03-22 11:00 UTC (permalink / raw
To: gentoo-commits
commit: f27f1bf33a4a062554711c9badd3768e0774840a
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 10:52:53 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 10:52:53 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=f27f1bf3
Remove Makefile* in prep for gentoolkit merge
Makefile | 58 ----------------------------------------------------------
Makefile.skel | 18 ------------------
2 files changed, 76 deletions(-)
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 7954425..0000000
--- a/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-include makedefs.mak
-
-TOOLS=ebump echangelog ekeyword eviewcvs imlate
-
-all:
- @echo "YARMOUTH (vb.) To shout at foreigners in the belief that the louder you speak, the better they'll understand you."
- @echo "PYVERSION=$(PYVERSION)"
- @echo "VERSION=$(VERSION)"
- @echo "DOCDIR=$(DOCDIR)"
- @echo "BINDIR=$(BINDIR)"
- @echo "SBINDIR=$(SBINDIR)"
- @echo "MANDIR=$(MANDIR)"
- @echo "MAN1DIR=$(MAN1DIR)"
-
-# use $(TOOLS) if we have more than one test
-test:
- $(MAKE) -C src/echangelog test
-
-clean:
- rm -rf release/
- @for tool in $(TOOLS); do \
- ( $(MAKE) -C src/$${tool} clean ) \
- done
-
-dist:
- mkdir -p release/gentoolkit-dev-$(VERSION)$(RELEASE_TAG)
- @for tool in $(TOOLS); do \
- ( $(MAKE) -C src/$${tool} DISTDIR=release/$(RELEASE) dist ) \
- done
-
- cp Makefile AUTHORS README README.Developer TODO COPYING NEWS ChangeLog release/$(RELEASE)/
-
- @sed -e "s/^VERSION ?= .*/VERSION ?= $(VERSION)/" \
- -e "s/^RELEASE_TAG ?= .*/RELEASE_TAG ?= $(RELEASE_TAG)/" \
- makedefs.mak > release/$(RELEASE)/makedefs.mak
-
- ( cd release ; tar zcf $(RELEASE).tar.gz $(RELEASE)/ )
- @echo
- @echo "Now test and then copy the release tarball to the distfiles dir on dev.gentoo.org"
- @echo "scp release/$(RELEASE).tar.gz dev.gentoo.org:/space/distfiles-local/"
- @echo "And create a new git tag: git tag $(RELEASE); git push origin $(RELEASE)"
-
-install: install-gentoolkit-dev
-
-install-gentoolkit-dev:
- install -d $(DOCDIR)
- install -d $(BINDIR)
- install -d $(MAN1DIR)
-
- install -m 0644 AUTHORS ChangeLog COPYING NEWS README README.Developer TODO $(DOCDIR)/
-
- @for tool in $(TOOLS); do \
- ( $(MAKE) -C src/$${tool} DESTDIR=$(DESTDIR) install ) \
- done
diff --git a/Makefile.skel b/Makefile.skel
deleted file mode 100644
index f544190..0000000
--- a/Makefile.skel
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-include ../../makedefs.mak
-
-.PHONY: all
-
-all:
-
-dist:
- mkdir -p ../../$(DISTDIR)/src/<TOOL>/
- cp Makefile <TOOL> <TOOL>.1 ../../$(DISTDIR)/src/<TOOL>/
-
-install: all
- install -m 0755 <TOOL> $(BINDIR)/
- install -m 0644 <TOOL>.1 $(MAN1DIR)/
-
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /
@ 2017-03-22 11:00 Brian Dolbec
0 siblings, 0 replies; 14+ messages in thread
From: Brian Dolbec @ 2017-03-22 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 16af55408e3e7d56fd5d35a19471c38479440cdf
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 10:57:35 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 10:57:35 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=16af5540
Remove COPYING file in prep for gentoolkit merge
COPYING | 340 ----------------------------------------------------------------
1 file changed, 340 deletions(-)
diff --git a/COPYING b/COPYING
deleted file mode 100644
index 60549be..0000000
--- a/COPYING
+++ /dev/null
@@ -1,340 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The licenses for most software are designed to take away your
-freedom to share and change it. By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users. This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it. (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.) You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
- To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have. You must make sure that they, too, receive or can get the
-source code. And you must show them these terms so they know their
-rights.
-
- We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
- Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software. If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
- Finally, any free program is threatened constantly by software
-patents. We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary. To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-\f
- GNU GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License. The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language. (Hereinafter, translation is included without limitation in
-the term "modification".) Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
- 1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
- 2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) You must cause the modified files to carry prominent notices
- stating that you changed the files and the date of any change.
-
- b) You must cause any work that you distribute or publish, that in
- whole or in part contains or is derived from the Program or any
- part thereof, to be licensed as a whole at no charge to all third
- parties under the terms of this License.
-
- c) If the modified program normally reads commands interactively
- when run, you must cause it, when started running for such
- interactive use in the most ordinary way, to print or display an
- announcement including an appropriate copyright notice and a
- notice that there is no warranty (or else, saying that you provide
- a warranty) and that users may redistribute the program under
- these conditions, and telling the user how to view a copy of this
- License. (Exception: if the Program itself is interactive but
- does not normally print such an announcement, your work based on
- the Program is not required to print an announcement.)
-\f
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
- 3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
- a) Accompany it with the complete corresponding machine-readable
- source code, which must be distributed under the terms of Sections
- 1 and 2 above on a medium customarily used for software interchange; or,
-
- b) Accompany it with a written offer, valid for at least three
- years, to give any third party, for a charge no more than your
- cost of physically performing source distribution, a complete
- machine-readable copy of the corresponding source code, to be
- distributed under the terms of Sections 1 and 2 above on a medium
- customarily used for software interchange; or,
-
- c) Accompany it with the information you received as to the offer
- to distribute corresponding source code. (This alternative is
- allowed only for noncommercial distribution and only if you
- received the program in object code or executable form with such
- an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it. For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable. However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-\f
- 4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License. Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
- 5. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Program or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
- 6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
- 7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all. For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-\f
- 8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded. In such case, this License incorporates
-the limitation as if written in the body of this License.
-
- 9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation. If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
- 10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission. For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this. Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
- NO WARRANTY
-
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
- END OF TERMS AND CONDITIONS
-\f
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
- <one line to give the program's name and a brief idea of what it does.>
- Copyright (C) 19yy <name of author>
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
- Gnomovision version 69, Copyright (C) 19yy name of author
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary. Here is a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the program
- `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
- <signature of Ty Coon>, 1 April 1989
- Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs. If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library. If this is what you want to do, use the GNU Library General
-Public License instead of this License.
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /
@ 2017-03-22 11:00 Brian Dolbec
0 siblings, 0 replies; 14+ messages in thread
From: Brian Dolbec @ 2017-03-22 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 0b370f78fcb87c440d5b71908f27417ea3faf8a2
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 10:55:59 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 10:55:59 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=0b370f78
Remove no longer needed readme and todo files in prep for gentoolkit merge
NEWS | 0
README | 36 ------------------------------------
README.Developer | 49 -------------------------------------------------
TODO | 6 ------
4 files changed, 91 deletions(-)
diff --git a/NEWS b/NEWS
deleted file mode 100644
index e69de29..0000000
diff --git a/README b/README
deleted file mode 100644
index bbc42f0..0000000
--- a/README
+++ /dev/null
@@ -1,36 +0,0 @@
-Package: gentoolkit-dev
-Authors: Aron Griffis <agriffis@gentoo.org>
- Brandon Low <lostlogic@gentoo.org>
- Ian Leitch <port001@gentoo.org>
- Karl Trygve Kalleberg <karltk@gentoo.org>
- Marius Mauch <genone@gentoo.org>
- Paul Varner <fuzzyray@gentoo.org>
- Christian Ruppert <idl0r@gentoo.org>
- See src/<tool>/AUTHORS for tool-specific authors
-
-MOTIVATION
-
-The gentoolkit and gentoolkit-dev packages contain a collection of useful
-administration scripts particular to the Gentoo Linux distribution. It contains
-rough drafts and implementations of features that may in time make it into
-Portage, or into full-fledged tools in their own right.
-
-The gentoolkit-dev package is intended primarily for Gentoo developers.
-
-CONTENTS
-
-gentoolkit-dev
-==============
-ebump - Ebuild revision bumper
-echangelog - update portage ChangeLogs
-ego -
-ekeyword - modify package KEYWORDS
-eviewcvs - generate viewcvs URLs
-imlate - Displays candidates for keywords for an architecture based upon a target architecture
-
-IMPROVEMENTS
-
-Any suggestions for improvements should be sent to tools-portage@gentoo.org, or
-added as a bug assigned to us.
-
-We only accept new contributions if they are written in bash or python.
diff --git a/README.Developer b/README.Developer
deleted file mode 100644
index d8d37b6..0000000
--- a/README.Developer
+++ /dev/null
@@ -1,49 +0,0 @@
-
-OVERVIEW
-
-The SVN module 'gentoolkit' contains all the scripts and stuff for both the
-gentoolkit and the gentoolkit-dev package. The gentoolkit-dev package is
-an optional add-on, that is only intented for the Gentoo developers.
-
-STYLE POLICY
-
-If you're touching any of the python scripts please don't change the indentation
-style (if it's using tabs, you should use tabs too). Especially don't mix
-spaces and tabs as that makes the code completely unreadable.
-Tabs should be default for new scripts.
-
-Each script must provide a manpage.
-
-MAKING A RELEASE
-
-Releases should only be made by members of the tools-portage team. See
-http://www.gentoo.org/proj/en/metastructure/herds/herds.xml?select=tools-portage
-for who to contact on IRC, or shuffle over a bug report to us, or send
-us a mail at tools-portage@gentoo.org if you need an immediate release.
-
-The release manager (big words;) will then do
-
-1) make VERSION=major.minor.patch RELEASE_TAG=<optional> dist
-2) copy release/gentoolkit-dev-${VERSION}-${RELEASE_TAG}.tar.gz to
- dev.gentoo.org:/space/distfiles-local/
-3) make a new ebuild, app-portage/gentoolkit-dev/gentoolkit-dev-${VERSION}.ebuild
- with a SRC_URI that points to
- mirror://gentoo/gentoolkit-dev-${VERSION}-${RELEASE_TAG}.tar.gz
- (just use one of the previous ebuilds)
-
-Important!
-1) _ALWAYS_ make sure you don't "overwrite" a previous release. Your
- new VERSION must be newer than any previous released version. If you
- mess up a release, don't overwrite with the same release number, iterate
- the patch version and try again (and again, and again until you get
- it right;)
-
-
-Currently, the following people have "release access":
-
- - zmedico@gentoo.org
- - fuzzyray@gentoo.org
- - idl0r@gentoo.org
-
-If you want a new release, ping either one of us. If you want to get
-"release access", talk to fuzzyray@gentoo.org
diff --git a/TODO b/TODO
deleted file mode 100644
index fee248d..0000000
--- a/TODO
+++ /dev/null
@@ -1,6 +0,0 @@
-- rewrite ekeyword and echangelog to use gentoolkit
-- look through forums.gentoo.org for additional scripts
-- write a Gentoolkit Guide
-
-- imlate
- Compare one arch with all others to see possible candidates for several architectures
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /
@ 2014-11-15 18:37 Christian Ruppert
0 siblings, 0 replies; 14+ messages in thread
From: Christian Ruppert @ 2014-11-15 18:37 UTC (permalink / raw
To: gentoo-commits
commit: f02178d29fa765b64592507d2352cf71178ba020
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 15 18:36:39 2014 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Sat Nov 15 18:36:39 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=f02178d2
Merge branch 'gentoolkit-dev' of git+ssh://git.overlays.gentoo.org/proj/gentoolkit into gentoolkit-dev
src/ekeyword/ekeyword.py | 73 +++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 63 insertions(+), 10 deletions(-)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /
@ 2013-05-11 19:28 Christian Ruppert
0 siblings, 0 replies; 14+ messages in thread
From: Christian Ruppert @ 2013-05-11 19:28 UTC (permalink / raw
To: gentoo-commits
commit: d4a173ae00081df0a585b161d31788136fdb1c69
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 19:27:52 2013 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Sat May 11 19:27:52 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=d4a173ae
Further improve the dist target
---
Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 13bcf67..7954425 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ dist:
@echo
@echo "Now test and then copy the release tarball to the distfiles dir on dev.gentoo.org"
@echo "scp release/$(RELEASE).tar.gz dev.gentoo.org:/space/distfiles-local/"
+ @echo "And create a new git tag: git tag $(RELEASE); git push origin $(RELEASE)"
install: install-gentoolkit-dev
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /
@ 2013-05-10 17:24 Christian Ruppert
0 siblings, 0 replies; 14+ messages in thread
From: Christian Ruppert @ 2013-05-10 17:24 UTC (permalink / raw
To: gentoo-commits
commit: b7210faf0a11c86e9127e552c5401cb5036e3798
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 17:24:13 2013 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Fri May 10 17:24:13 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=b7210faf
Minor
---
Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 78a4c82..13bcf67 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,9 @@ dist:
makedefs.mak > release/$(RELEASE)/makedefs.mak
( cd release ; tar zcf $(RELEASE).tar.gz $(RELEASE)/ )
+ @echo
+ @echo "Now test and then copy the release tarball to the distfiles dir on dev.gentoo.org"
+ @echo "scp release/$(RELEASE).tar.gz dev.gentoo.org:/space/distfiles-local/"
install: install-gentoolkit-dev
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /
@ 2013-05-10 15:26 Christian Ruppert
0 siblings, 0 replies; 14+ messages in thread
From: Christian Ruppert @ 2013-05-10 15:26 UTC (permalink / raw
To: gentoo-commits
commit: a213cd600529fe2a52cbbc6db2db62151bcbc585
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 15:25:54 2013 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Fri May 10 15:25:54 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=a213cd60
Fix version replecement of the dist target
---
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index cc14256..78a4c82 100644
--- a/Makefile
+++ b/Makefile
@@ -34,8 +34,8 @@ dist:
cp Makefile AUTHORS README README.Developer TODO COPYING NEWS ChangeLog release/$(RELEASE)/
- @sed -e "s/^VERSION=.*/VERSION=$(VERSION)/" \
- -e "s/^RELEASE_TAG=.*/RELEASE_TAG=$(RELEASE_TAG)/" \
+ @sed -e "s/^VERSION ?= .*/VERSION ?= $(VERSION)/" \
+ -e "s/^RELEASE_TAG ?= .*/RELEASE_TAG ?= $(RELEASE_TAG)/" \
makedefs.mak > release/$(RELEASE)/makedefs.mak
( cd release ; tar zcf $(RELEASE).tar.gz $(RELEASE)/ )
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /
@ 2012-04-23 3:02 Christian Ruppert
0 siblings, 0 replies; 14+ messages in thread
From: Christian Ruppert @ 2012-04-23 3:02 UTC (permalink / raw
To: gentoo-commits
commit: d041af3972c83745ad7a076f4ad96d1c70e51117
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 02:07:18 2012 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 02:07:18 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=d041af39
Typo
---
ChangeLog | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 80e6caa..afc9383 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,12 @@
-2011-03-24: Christian Ruppert <idl0r@gentoo.org>
- * echangelog: Remove duplicate sort calls.
- Improve the VCS check by adding a fallback/default PATH in case $PATH is
- empty.
+2012-04-09: Christian Ruppert <idl0r@gentoo.org>
+ * echangelog: Improve the VCS check by adding a fallback/default PATH in
+ case $PATH is empty.
Don't modify the initial copyright year when updating e.g. 1999-2012,
bug 380325.
+2011-03-24: Christian Ruppert <idl0r@gentoo.org>
+ * echangelog: Remove duplicate sort calls.
+
2011-03-23: Christian Ruppert <idl0r@gentoo.org>
* echangelog: Fix update_copyright loop to check/update ebuilds again.
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: /
@ 2011-03-23 16:30 Christian Ruppert
0 siblings, 0 replies; 14+ messages in thread
From: Christian Ruppert @ 2011-03-23 16:30 UTC (permalink / raw
To: gentoo-commits
commit: 27b871c9bdf0d48c7dbab5f04d5e04ec79dfebbc
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 16:28:13 2011 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 16:28:13 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=27b871c9
Sync ChangeLog
---
ChangeLog | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 31dac8c..47e76e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2011-01-25: Christian Ruppert <idl0r@gentoo.org>
+ * echangelog: Some cleanup.
+ Use the @ebuilds array instead of @files for ebuild related changes.
+ Use update_cat_pn() and update_copyright() only once for the ChangeLog,
+ right after loading it.
+ Fix a bug where writing the new ChangeLog faild if *only* the ChangeLog
+ itself has been modified.
+ Fix sorting again, bug 336390.
+ Add a option to allow easy updating of the MD5 sums.
+ Exit properly.
+ Update some MD5 sums, related to the sorting fix in
+ e34afa6e3da2ed329104a14eb957fb05326c437f.
+
+2011-01-05: Christian Ruppert <idl0r@gentoo.org>
+ * imlate: Ignore empty tags
+
+2011-01-02: Christian Ruppert <idl0r@gentoo.org>
+ * echangelog: Fix echangelog test by using the --vcs $vcs option
+
2010-11-16: Christian Ruppert <idl0r@gentoo.org>
* echangelog: Make test case POSIX conform.
Update md5 sums.
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2017-03-23 1:40 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-22 11:00 [gentoo-commits] proj/gentoolkit:gentoolkit-dev commit in: / Brian Dolbec
-- strict thread matches above, loose matches on Subject: below --
2017-03-23 1:40 Mike Frysinger
2017-03-22 11:00 Brian Dolbec
2017-03-22 11:00 Brian Dolbec
2017-03-22 11:00 Brian Dolbec
2017-03-22 11:00 Brian Dolbec
2017-03-22 11:00 Brian Dolbec
2017-03-22 11:00 Brian Dolbec
2014-11-15 18:37 Christian Ruppert
2013-05-11 19:28 Christian Ruppert
2013-05-10 17:24 Christian Ruppert
2013-05-10 15:26 Christian Ruppert
2012-04-23 3:02 Christian Ruppert
2011-03-23 16:30 Christian Ruppert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox