De-Lint recipes.

*	tar
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	testdisk
	Shortened SUMMARY.
	Re-ordered blocks.

*	the_silver_searcher
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	torrentor
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	trackergrep
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	transmission
	Fixed COPYRIGHT.
	Re-ordered blocks.

*	tree
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	unzip
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	uqm
	Shortened SUMMARY.
	Re-ordered blocks.

*	urllib
	Remove "." from SUMMARY.
	Re-ordered blocks.
This commit is contained in:
Humdinger
2015-07-23 09:48:33 +02:00
parent 1f664e284f
commit effe88db3f
13 changed files with 198 additions and 246 deletions

View File

@@ -1,19 +1,17 @@
SUMMARY="A code-searching tool similar to ack, but faster."
DESCRIPTION="
A code-searching tool similar to ack, but faster.
SUMMARY="A code-searching tool similar to ack, but faster"
DESCRIPTION="A code-searching tool similar to ack, but faster.
* It searches code about 35× faster than ack.
* It ignores file patterns from your .gitignore and .hgignore.
* If there are files in your source repo you don't want to search, just add \
their patterns to a .agignore file.
* Ag uses Pthreads to take advantage of multiple CPU cores and search files in \
parallel.
"
parallel."
HOMEPAGE="https://github.com/ggreer/the_silver_searcher/"
SOURCE_URI="git+https://github.com/ggreer/the_silver_searcher.git#0.26.0"
CHECKSUM_MD5=""
COPYRIGHT="2013 Geoff Greer"
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="git+https://github.com/ggreer/the_silver_searcher.git#0.26.0"
ARCHITECTURES="x86"
if [ $effectiveTargetArchitecture != x86_gcc2 ];then
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
@@ -21,7 +19,6 @@ else
ARCHITECTURES="$ARCHITECTURES !x86_gcc2"
fi
SECONDARY_ARCHITECTURES="x86"
SOURCE_DIR=""
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
commandSuffix=$secondaryArchSuffix
@@ -35,7 +32,6 @@ PROVIDES="
the_silver_searcher$secondaryArchSuffix = $portVersion
cmd:ag$commandSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:liblzma${secondaryArchSuffix}
@@ -48,7 +44,6 @@ BUILD_REQUIRES="
devel:libpcre${secondaryArchSuffix}
devel:libz${secondaryArchSuffix}
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:aclocal