File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -77,31 +77,31 @@ usage::
77
77
Uses rdep _ command. You may want to call ``rdep-fetch-cache `` if you
78
78
plan on using it multiple times.
79
79
80
- pkgdiff
81
- -------
80
+ pkgdiff-mg
81
+ ----------
82
82
Dependencies: portage
83
83
84
84
Calls ``ebuild(1) `` to extract archives for two specified ebuilds,
85
85
and then diffs the result. Does not handle ebuilds unpacking multiple
86
86
directories into workdir or package.env PORTAGE_TMPDIR overrides.
87
87
Typical usage::
88
88
89
- pkgdiff foo-1.0.ebuild foo-1.1.ebuild
89
+ pkgdiff-mg foo-1.0.ebuild foo-1.1.ebuild
90
90
91
91
The data is extracted into ``${TMPDIR:-/tmp}/mgorny-dev-scripts/portage ``
92
92
to avoid hitting collisions with other Portage builds.
93
93
94
94
With the ``--build-system ``/``-b `` argument, it will attempt to show a diff of
95
95
only the build system files::
96
96
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
98
98
99
99
pkgbump
100
100
-------
101
101
Dependencies: portage, gentoolkit (ekeyword), git
102
102
103
103
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::
105
105
106
106
pkgbump foo-1.0.ebuild foo-1.1.ebuild
107
107
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ ekeyword ~all "${2}"
9
9
GENTOO_MIRRORS= ebuild " ${2} " manifest
10
10
[[ ! -f Manifest ]] || git add Manifest
11
11
git add " ${2} "
12
- exec " ${scriptdir} " /pkgdiff " ${1} " " ${2} "
12
+ exec " ${scriptdir} " /pkgdiff-mg " ${1} " " ${2} "
File renamed without changes.
You can’t perform that action at this time.
0 commit comments