Skip to content

Commit dbbdef4

Browse files
committed
Rename pkgdiff → pkgdiff-mg to avoid collisions
Signed-off-by: Michał Górny <[email protected]>
1 parent 299996a commit dbbdef4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,31 +77,31 @@ usage::
7777
Uses rdep_ command. You may want to call ``rdep-fetch-cache`` if you
7878
plan on using it multiple times.
7979

80-
pkgdiff
81-
-------
80+
pkgdiff-mg
81+
----------
8282
Dependencies: portage
8383

8484
Calls ``ebuild(1)`` to extract archives for two specified ebuilds,
8585
and then diffs the result. Does not handle ebuilds unpacking multiple
8686
directories into workdir or package.env PORTAGE_TMPDIR overrides.
8787
Typical usage::
8888

89-
pkgdiff foo-1.0.ebuild foo-1.1.ebuild
89+
pkgdiff-mg foo-1.0.ebuild foo-1.1.ebuild
9090

9191
The data is extracted into ``${TMPDIR:-/tmp}/mgorny-dev-scripts/portage``
9292
to avoid hitting collisions with other Portage builds.
9393

9494
With the ``--build-system``/``-b`` argument, it will attempt to show a diff of
9595
only the build system files::
9696

97-
pkgdiff --build-system foo-1.0.ebuild foo-1.1.ebuild
97+
pkgdiff-mg --build-system foo-1.0.ebuild foo-1.1.ebuild
9898

9999
pkgbump
100100
-------
101101
Dependencies: portage, gentoolkit (ekeyword), git
102102

103103
Copies ebuild for a version bump, dropping keywords, updating Manifest
104-
and running pkgdiff_ to compare archives. Typical usage::
104+
and running pkgdiff-mg_ to compare archives. Typical usage::
105105

106106
pkgbump foo-1.0.ebuild foo-1.1.ebuild
107107

pkgbump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ ekeyword ~all "${2}"
99
GENTOO_MIRRORS= ebuild "${2}" manifest
1010
[[ ! -f Manifest ]] || git add Manifest
1111
git add "${2}"
12-
exec "${scriptdir}"/pkgdiff "${1}" "${2}"
12+
exec "${scriptdir}"/pkgdiff-mg "${1}" "${2}"

pkgdiff renamed to pkgdiff-mg

File renamed without changes.

0 commit comments

Comments
 (0)