summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/color/metadata.xml2
-rw-r--r--app-misc/mtail/metadata.xml8
-rw-r--r--app-misc/symlinks/metadata.xml3
-rw-r--r--app-misc/symlinks/symlinks-1.2.ebuild4
4 files changed, 5 insertions, 12 deletions
diff --git a/app-misc/color/metadata.xml b/app-misc/color/metadata.xml
index 024af98c0adf..03fe580c63c3 100644
--- a/app-misc/color/metadata.xml
+++ b/app-misc/color/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
+<herd>shell-tools</herd>
<maintainer>
<email>taviso@gentoo.org</email>
<name>Tavis Ormandy</name>
diff --git a/app-misc/mtail/metadata.xml b/app-misc/mtail/metadata.xml
index b7fc4dc2dee1..ed933e54f743 100644
--- a/app-misc/mtail/metadata.xml
+++ b/app-misc/mtail/metadata.xml
@@ -1,18 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
+<herd>shell-tools</herd>
<maintainer>
<email>taviso@gentoo.org</email>
<name>Tavis Ormandy</name>
</maintainer>
<longdescription>
mtail is a small tail workalike that performs output coloring using ansi escape sequences (although the sequences are overridable, so you could cause it to output something else, e.g. html font tags, if you really wanted to). mtail is written in python, is fairly small, and should be relatively platform-independent.
-
-it has a config file that can contain an arbitrary number of entries, each of which has a series of regular expressions to indicate which files to color according to which entry. for each entry, the config file specifies a coloring scheme using regular expressions and, optionally, filters to apply to each line before coloring (for example, to strip out extra info, etc.). the config file also may override the predefined colors and the escape sequences (or whatever) actually used to perform the coloring. for details see the sample config file.
-
-mtail was inspired primarily by my dissatisfaction with colortail, which was written in c++, but i have since seen several other similar utilities, mostly in python, most notably generic colouriser and pctail. i believe that mtail offers various advantages over each of these other tools, including ease of configurability, lack of odd command-line options, and overall simplicity.
-
-for further information, see the README.
</longdescription>
</pkgmetadata>
diff --git a/app-misc/symlinks/metadata.xml b/app-misc/symlinks/metadata.xml
index c71251cff012..8bf98111898e 100644
--- a/app-misc/symlinks/metadata.xml
+++ b/app-misc/symlinks/metadata.xml
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
+<herd>shell-tools</herd>
<maintainer>
<email>taviso@gentoo.org</email>
<name>Tavis Ormandy</name>
</maintainer>
<longdescription>
Symlinks scans directories for symbolic links and lists them on stdout. Each link is prefixed with a classification of relative, absolute, dangling, messy, lengthy or other_fs.
-
Symlinks can also convert absolute links (within the same filesystem) to relative links and can delete messy and dangling links.
</longdescription>
</pkgmetadata>
diff --git a/app-misc/symlinks/symlinks-1.2.ebuild b/app-misc/symlinks/symlinks-1.2.ebuild
index 4ef03faf2067..d21a1ca37c3e 100644
--- a/app-misc/symlinks/symlinks-1.2.ebuild
+++ b/app-misc/symlinks/symlinks-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/symlinks/symlinks-1.2.ebuild,v 1.14 2004/10/05 13:34:52 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/symlinks/symlinks-1.2.ebuild,v 1.15 2004/10/13 20:11:41 taviso Exp $
inherit flag-o-matic eutils
@@ -33,7 +33,7 @@ src_compile() {
}
src_install() {
- dobin symlinks || die
+ dobin symlinks
doman symlinks.8
dodoc symlinks.lsm
}