aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-03-16 11:33:57 -0700
committerMatt Turner <mattst88@gentoo.org>2022-03-16 12:02:13 -0700
commitac589ba6708f62d41ac6684c5602a45e2c625766 (patch)
tree888f4e48b2b12276599980bbed6ebfd556ad78c6 /man
parentimlate: Remove 'experimental' code (diff)
downloadgentoolkit-ac589ba6708f62d41ac6684c5602a45e2c625766.tar.gz
gentoolkit-ac589ba6708f62d41ac6684c5602a45e2c625766.tar.bz2
gentoolkit-ac589ba6708f62d41ac6684c5602a45e2c625766.zip
Remove remnants of herds support
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r--man/epkginfo.124
-rw-r--r--man/equery.110
-rw-r--r--man/imlate.13
3 files changed, 12 insertions, 25 deletions
diff --git a/man/epkginfo.1 b/man/epkginfo.1
index 4000ab4..6c88de9 100644
--- a/man/epkginfo.1
+++ b/man/epkginfo.1
@@ -12,22 +12,16 @@ examples, see \fBman equery\fP.
.SH "EXAMPLES"
.nf
- * app\-portage/gentoolkit [portage]
-Location: /usr/portage/app\-portage/gentoolkit
-Herd: tools\-portage (tools\-portage@gentoo.org)
-Maintainer: None specified
+ * app-portage/gentoolkit [gentoo]
+Maintainer: tools-portage@gentoo.org (Gentoo Portage tools team)
Upstream: None specified
-Keywords: 0.2.4.5: alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64
- s390 sh sparc x86 \-x86\-fbsd
-Keywords: 0.3.0_rc5: ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips
- ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc\-fbsd
- ~x86\-fbsd
-Keywords: 0.3.0_rc6: ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips
- ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc\-fbsd
- ~x86\-fbsd
-Keywords: 0.3.0_rc7: ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips
- ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc\-fbsd
- ~x86\-fbsd
+Homepage: https://wiki.gentoo.org/wiki/Project:Portage-Tools
+Location: /var/db/repos/gentoo/app-portage/gentoolkit
+Keywords: 0.5.0-r3:0:
+Keywords: 0.5.1-r1:0: amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~amd64-linux ~ia64 ~m68k ~mips ~ppc-macos ~riscv ~s390
+ ~sparc-solaris ~sparc64-solaris ~x64-cygwin ~x64-macos ~x64-solaris ~x86-linux ~x86-solaris
+Keywords: 9999:0:
+License: GPL-2
.fi
.SH "AUTHORS"
diff --git a/man/equery.1 b/man/equery.1
index f7a5deb..9cbe408 100644
--- a/man/equery.1
+++ b/man/equery.1
@@ -465,10 +465,6 @@ https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/index.html
.br
Show an extended package description.
.HP
-.B \-H, \-\-herd
-.br
-Show the herd(s) for the package. When not piping and not passing \fB\-\-quiet\fP as a global option, also show the herd's email address. (shown by default)
-.HP
.B \-k, \-\-keywords
.br
Show keywords for all matching versions. \fBkeywords\fP does not list all keywords for all versions. Instead, it filters the list to make it easier to spot versions that need bumping or are okay to remove from the tree. It filters by slot. For example:
@@ -501,7 +497,7 @@ Dump the plain XML file to the screen.
equery meta gnucash
.EE
.br
-Show general information about maintainership, including herd, maintainer and upstream.
+Show general information about maintainership, including maintainer and upstream.
.EX
.HP
equery meta \-\-description app\-misc/screen
@@ -510,10 +506,10 @@ equery meta \-\-description app\-misc/screen
See if the package maintainer has provided an extended description.
.EX
.HP
-equery \-N meta \-H gnome |grep \-o \-\-color=never '[^( ]*@gentoo.org'
+equery \-N meta \-H gnome-base/gnome |grep \-o \-\-color=never '[^( ]*@gentoo.org'
.EE
.br
-Extract the herd's email address to let them know they're doing a great job. Remember, bug reports should go to bugs.gentoo.org. The above example will extract one or more emails if available, or return nothing if the herd is \fBno\-herd\fP.
+Extract the maintainers's email address to let them know they're doing a great job. Remember, bug reports should go to bugs.gentoo.org. The above example will extract one or more emails if available.
.SS
.BI "size (s) [OPTIONS] " "PKG"
diff --git a/man/imlate.1 b/man/imlate.1
index 7d8cbe8..8e2430b 100644
--- a/man/imlate.1
+++ b/man/imlate.1
@@ -36,9 +36,6 @@ just show keyword candidates (e.g. \-s and \-k is the default result) [default:
.B \-M MAINTAINER, \-\-maintainer=MAINTAINER
Show only packages from the specified maintainer
.TP
-.B \-H HERD, \-\-herd=HERD
-Show only packages from the specified herd
-.TP
.B \-C CATEGORIES, \-\-category=CATEGORIES, \-\-categories=CATEGORIES
just check in the specified category/categories (comma separated) [default: none]
.SH "AUTHORS"